/* Responsive Adjustments */
@media (max-width: 1500px) {}

@media (max-width: 1650px) {}


@media (max-width: 1400px) {}

@media (min-width: 992px) and (max-width: 1120px) {}

@media (min-width: 768px) and (max-width: 991.98px) {
  .px-150 {
    padding: 0 100px;
  }

  .custom-hamburger {
    width: 40px;
    height: 30px;
  }

  .home-banner-section .banner-heading {
    line-height: 80px;
  }

  .home-banner-section .banner-heading span {
    font-size: 130px;
	  margin: 15px 0;
  }

  .home-banner-section {
    align-items: center;
  }

  .gsap-close-btn {
    position: absolute;
    top: 55px;
    left: 75px;
  }

  .tooltip-image {
    position: absolute;
    top: -174px;
    left: -3%;
  }

  .event-slider-section .slick-arrows {
    left: 2rem !important;
    right: 2rem !important;
  }
  .custom-prev::before,
  .custom-next::before {
    width: 25px;
    height: 25px;
  }
}

@media (max-width: 767px) {
  .px-150 {
    padding: 0 20px;
  }

  .gsap-close-btn {
    position: absolute;
    top: 22px;
    left: -6px;
  }

  .custom-hamburger {
    width: 35px;
    height: 25px;
  }

  .site-header .custom-logo {
  max-width: 120px;
  height: auto;
  transition: all 0.3s ease;
}

.site-header.scrolled .custom-logo {
  max-width: 80px;
}



  .book_ticket_btn {
    border: 1px solid #fff;
    padding: 1rem;
  }

  .home-banner-section .banner-heading {
    line-height: 80px;
  }

  /* .home-banner-section .banner-heading span {
    font-size: 150px;
  } */

  .home-banner-section {
    height: 80vh;
  }

  .home-banner-section {
    align-items: center;
  }

  .top-line {
    width: 50px;
    height: 3px;
  }

  .footer-slider .slick-track {
    display: flex;
    gap: 3px;
  }

  #scrollToTopBtn {
    right: 10px !important;
  }

  .contact_details {
    text-align: center;
    display: block;
    width: 100%;
  }

  .details_icon {
    margin: 0 auto;
  }

  .contact_info_wrap {
    flex-direction: column !important;
    text-align: center;
  }

  .contact_form_wrap input[type="text"],
  .contact_form_wrap input[type="email"],
  .contact_form_wrap input[type="tel"],
  .contact_form_wrap select {
    padding-left: 1rem !important;
    height: 45px;
  }

  .event-slider-section .slick-arrows {
    left: 2rem !important;
    right: 2rem !important;
  }

  .custom-prev::before,
  .custom-next::before {
    width: 20px;
    height: 20px;
  }

}

@media (max-width: 480px) {
  .global_banner {
    height: 45vh;
  }
}


@media (max-width: 340px) {}