@media only screen and (max-width: 1800px) {
  .header_sec {
    padding: 25px 138px;
  }
}

@media only screen and (min-width: 1600px) {
  .book-ticket a {
    min-width: 220px;
  }

  #contact {
    padding-top: 77px;
  }

  .event-image-sec {
    width: 24%;
  }

  .event-price-sec {
    width: 21%;
  }
}

@media only screen and (max-width: 1600px) {
  .header_sec {
    padding: 25px 100px;
  }
}

@media only screen and (max-width: 1400px) {
  .upcoming-event-schedule-sec {
    margin-top: 100px;
  }

  .inner-page-content-sec {
    padding-bottom: 100px;
  }

  .holi::before {
    bottom: -6px;
  }

  .past-sec {
    padding-top: 100px;
  }

  .event-past-title-sec h4 {
    font-size: 26px;
    line-height: 28px;
    margin-top: 15px;
  }

  .past-sec-sub-main {
    padding-top: 50px;
  }

  .holi::before {
    width: 100%;
  }

  .event-price-sec {
    padding: 10px 10px;
  }

  div#contact {
    padding-bottom: 100px;
  }

  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="password"],
  select {
    height: 50px;
  }

  textarea {
    height: 130px !important;
  }

  .header_sec {
    padding: 25px 50px;
  }

  .book-ticket {
    margin-left: 0px;
  }

  .banner-sub-content h1 {
    font-size: 54px;
    line-height: 64px;
  }

  .banner-sub-content h2 {
    font-size: 36px;
    line-height: 46px;
  }

  .book-ticket a,
  .common-btn {
    min-width: 200px;
    min-height: 55px;
  }

  .about-sub-sec.full-width {
    column-gap: 60px;
  }

  .font-55 {
    font-size: 40px;
    line-height: 51px;
  }

  .btn-sec.full-width {
    margin-top: 40px;
  }

  .about-lft-sec {
    width: 54%;
    padding-left: 50px;
  }

  .about-rgt-sec {
    width: 46%;
  }

  .font45 {
    font-size: 35px;
    line-height: 49px;
  }

  .event-item {
    column-gap: 20px;
  }

  .service-sub-sec h5 {
    font-size: 30px;
    line-height: 32px;
  }

  .gallery-sec .font45 {
    padding-left: 50px;
    margin-bottom: 50px;
  }

  .contact-email::before,
  .contact-phone::before,
  .contact-location::before {
    width: 40px;
    height: 40px;
  }

  .contact-location::before {
    top: -4px !important;
  }

  .contact-list li {
    margin-bottom: 30px;
  }

  .about-sec {
    padding: 100px 0px;
  }

  .upcoming-event-sec {
    padding: 100px 0px;
  }

  .upcoming-event-content-sec {
    padding-top: 50px;
  }

  .our-services-sec {
    padding: 100px 0px;
  }

  .service-section {
    padding-top: 50px;
  }

  .service-sub-sec h5 {
    font-size: 26px;
    line-height: 28px;
  }

  .gallery-sec.full-width {
    padding: 0px 0px 100px 0px;
  }

  .contact-lft-sec h3 {
    margin-bottom: 50px;
  }

  .contact-rgt-sec h3 {
    margin-bottom: 20px;
  }

  .contact-list li a {
    font-size: 24px;
    line-height: 27.76px;
  }

  .contact-list li h5 {
    font-size: 24px;
    line-height: 27.76px;
  }

  .font-44 {
    font-size: 34px;
    line-height: 42.8px;
  }
}

@media only screen and (max-width: 1300px) {
  .event-price-sec {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1200px) {
  #main-menu {
    gap: 35px;
  }

  .header_logo img {
    width: 250px;
  }

  .header_sec {
    padding: 25px 15px;
  }

  .container {
    padding: 0px 50px;
  }

  #footer-right {
    grid-template-columns: repeat(4, 1fr);
  }
}




@media only screen and (min-width: 1025px) {
  .service-img,
  .event-image-sec,
  .abt-img {
    overflow: hidden;
  }

  .service-img img,
  .event-image-sec img,
  .abt-img img {
    transition: 0.5s;
  }

  .service-img:hover img,
  .event-image-sec:hover img,
  .abt-img:hover img {
    transform: scale(1.1) rotate(1deg);
  }

  .common-btn:hover:before,
  .contact-btn:hover:before,
  .book-today-btn:hover:before,
  .book-ticket a:hover::before {
    top: -70%;
    background-image: radial-gradient(
        circle,
        var(--secondary-color) 20%,
        transparent 20%
      ),
      radial-gradient(
        circle,
        transparent 20%,
        var(--secondary-color) 20%,
        transparent 30%
      ),
      radial-gradient(circle, var(--secondary-color) 20%, transparent 20%),
      radial-gradient(circle, var(--secondary-color) 20%, transparent 20%),
      radial-gradient(
        circle,
        transparent 10%,
        var(--secondary-color) 15%,
        transparent 20%
      ),
      radial-gradient(circle, var(--secondary-color) 20%, transparent 20%),
      radial-gradient(circle, var(--secondary-color) 20%, transparent 20%),
      radial-gradient(circle, var(--secondary-color) 20%, transparent 20%),
      radial-gradient(circle, var(--secondary-color) 20%, transparent 20%);
    background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%,
      15% 15%, 10% 10%, 18% 18%;
    background-position: 50% 120%;
    animation: orangeTopBubbles 0.6s ease;
  }

  @keyframes orangeTopBubbles {
    0% {
      background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
        40% 90%, 55% 90%, 70% 90%;
    }

    50% {
      background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
        50% 50%, 65% 20%, 90% 30%;
    }

    100% {
      background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
        50% 40%, 65% 10%, 90% 20%;
      background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
  }

  .common-btn:hover::after,
  .contact-btn:hover::after,
  .book-today-btn::after,
  .book-ticket a:hover::after {
    bottom: -70%;
    background-image: radial-gradient(
        circle,
        var(--secondary-color) 20%,
        transparent 20%
      ),
      radial-gradient(circle, var(--secondary-color) 20%, transparent 20%),
      radial-gradient(
        circle,
        transparent 10%,
        var(--secondary-color) 15%,
        transparent 20%
      ),
      radial-gradient(circle, var(--secondary-color) 20%, transparent 20%),
      radial-gradient(circle, var(--secondary-color) 20%, transparent 20%),
      radial-gradient(circle, var(--secondary-color) 20%, transparent 20%),
      radial-gradient(circle, var(--secondary-color) 20%, transparent 20%);
    background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%,
      18% 18%;
    background-position: 50% 0%;
    animation: orangeBottomBubbles 0.6s ease;
  }

  @keyframes orangeBottomBubbles {
    0% {
      background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
        70% -10%, 70% 0%;
    }

    50% {
      background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
        105% 0%;
    }

    100% {
      background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
        110% 10%;
      background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
  }

  .common-btn:before,
  .common-btn:after,
  .contact-btn::before,
  .contact-btn::after,
  .book-today-btn::before,
  .book-today-btn::after,
  .book-ticket a::after,
  .book-ticket a::before {
    position: absolute;
    content: "";
    width: 100%;
    left: 50%;
    height: 100%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
  }

  .common-btn,
  .contact-btn,
  .book-today-btn,
  .book-ticket a {
    transition: all 0.2s ease;
    position: relative;
  }
}

@media  (max-width: 1050px) {
  .footer-btm-sec {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  .upcoming-event-schedule-sec {
    margin-top: 60px;
  }

  #footer-right {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 20px;
    column-gap: 30px;
  }

  .hover-title {
    display: block;
  }

  .non-hover-title {
    display: none;
  }

  .inner-page-content-sec {
    padding-bottom: 60px;
  }

  .event-past-title-sec h4 {
    font-size: 20px;
    line-height: 30px;
  }

  .past-sec {
    padding-top: 60px;
  }

  .past-sec-sub {
    gap: 20px;
  }

  .past-sec-sub-main {
    padding-top: 20px;
  }

  .event-ticket-sec a {
    font-size: 12px !important;
    padding: 10px 5px;
  }

  body.active #wpfront-scroll-top-container {
    display: none !important;
  }

  .container {
    padding: 0px 15px;
  }

  .header_btm_sec {
    position: fixed;
    left: -100%;
    top: 0px;
    background-color: #000;
    width: 100%;
    height: 100vh;
    transition: 0.5s;
    padding: 50px 20px;
    overflow: hidden;
    overflow-y: auto;
  }

  #main-menu {
    flex-direction: column;
    text-align: center;
  }

  .res-menu {
    display: inline-block;
  }

  .menu-icon-wrapper {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 34px;
    pointer-events: none;
    transition: 0.1s;
  }

  .menu-icon-wrapper.scaled {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }

  .menu-icon-wrapper svg {
    position: absolute;
    top: -33px;
    left: -33px;
    -webkit-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  .menu-icon-wrapper svg path {
    stroke: #fff;
    stroke-width: 30px;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: transparent;
  }

  .menu-icon-wrapper .menu-icon-trigger {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    pointer-events: auto;
    background: none;
    border: none;
    margin: 0;
    padding: 0;
  }

  .menu-icon-wrapper .menu-icon-trigger:hover,
  .menu-icon-wrapper .menu-icon-trigger:focus {
    outline: none;
  }

  .header_btm_sec.active {
    left: 0%;
  }

  .mobile-logo-sec {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }

  .banner-sub-content h1 {
    font-size: 60px;
    line-height: 78px;
  }

  .banner-sub-content h2 {
    font-size: 34px;
    line-height: 38px;
  }

  .about-sub-sec.full-width {
    column-gap: 30px;
  }

  .about-lft-sec {
    padding-left: 20px;
  }

  .about-lft-sec {
    gap: 15px;
  }

  .font-55 {
    font-size: 30px;
    line-height: 41px;
  }

  .about-sec,
  .our-services-sec,
  .upcoming-event-sec {
    padding: 60px 0px;
  }

  div#contact {
    padding-bottom: 60px;
  }

  .font45 {
    font-size: 28px;
    line-height: 39px;
  }

  .event-title-sec h4 {
    font-size: 22px;
    line-height: 32px;
  }

  .event-price-sec {
    font-size: 24px;
  }

  .event-date-sec span {
    font-size: 40px;
  }

  .event-date-sec {
    font-size: 18px;
  }

  .event-item {
    column-gap: 10px;
  }

  .book-ticket a,
  .common-btn {
    min-width: 150px;
  }

  .service-section {
    padding-top: 20px;
  }

  .gallery-sec .font45 {
    padding-left: 20px;
    margin-bottom: 20px;
  }

  .font45 {
    font-size: 24px;
    line-height: 35px;
  }

  .contact-sec {
    column-gap: 10px;
  }

  .contact-list li a {
    font-size: 20px;
    line-height: 23.76px;
  }

  .contact-email::before,
  .contact-phone::before,
  .contact-location::before {
    width: 30px;
    height: 30px;
  }

  .contact-location::before {
    top: -2px !important;
  }

  .contact-list li {
    padding-left: 40px;
  }

  .contact-btn {
    width: 120px;
    height: 120px;
    padding: 5px;
  }

  .upcoming-event-content-sec {
    padding-top: 20px;
  }

  .event-item {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .event-date-time {
    padding-top: 50px;
  }

  .upcoming-event-schedule-sec {
    min-height: 400px;
    padding: 20px 0px;
  }

  .contact-lft-sec {
    width: 40%;
  }

  .contact-rgt-sec {
    width: 60%;
  }

  .service-section {
    column-gap: 10px;
  }

  .service-sub-sec h5 {
    font-size: 20px;
    line-height: 20px;
  }

  .service-sub-sec:nth-of-type(2) {
    margin-top: 50px;
  }

  .book-today-btn {
    width: 110px;
    height: 110px;
  }

  .gallery-sec.full-width {
    padding: 0px 0px 60px 0px;
  }

  .holi::before {
    width: 100%;
  }

  #menu-item-19 {
    display: block;
  }

}

@media only screen and (max-width: 991px) {
  .client-btm-sub-sec {
    text-align: center;
  }

  .about-rgt-sec {
    width: 100%;
    margin-top: 30px;
  }

  .about-lft-sec {
    width: 100%;
  }

  .about-sub-sec.full-width {
    flex-direction: column;
  }

  .event-item {
    flex-wrap: wrap;
  }

  .event-date-sec {
    width: 50%;
  }

  .event-image-sec {
    width: 37%;
  }

  .event-title-sec {
    width: 100%;
  }

  .event-item {
    row-gap: 20px;
  }

  .event-price-sec {
    width: 25%;
  }

  .event-ticket-sec {
    width: 73%;
    text-align: right;
  }
}

@media only screen and (max-width: 767px) {
  .our-services-sec.partners-sec.full-width .past-sec-sub {
    grid-template-columns: repeat(2, 1fr);
  }

  #footer-right {
    grid-template-columns: repeat(3, 1fr);
  }

  .past-sec-sub {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 30px;
  }

  .banner-sec {
    padding: 90px 0px;
  }

  .banner-sub-content h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .banner-sub-content h2 {
    font-size: 30px;
    line-height: 34px;
  }

  .about-lft-sec,
  .contact-lft-sec,
  .contact-rgt-sec {
    width: 100%;
  }

  .about-sub-sec {
    flex-direction: column;
  }

  .about-rgt-sec {
    width: 100%;
    margin-top: 30px;
  }

  .service-section.full-width {
    flex-direction: column;
    row-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }

  .service-sub-sec:nth-of-type(2) {
    margin-top: 0px;
  }

  .contact-sec {
    flex-direction: column;
    row-gap: 30px;
  }

  .about-lft-sec {
    padding-left: 0px;
  }

  .event-date-sec {
    width: 25%;
  }

  .event-image-sec {
    width: 50%;
  }

  .event-title-sec {
    width: 100%;
  }
@media (max-width: 1060px) {
  .footer-btm-sec {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 30px;
  }
}

}

@media only screen and (max-width: 575px) {
  .client-content .font-44 {
    font-size: 30px;
    line-height: 37.8px;
  }

  .inner-page-banner {
    margin-top: 100px;
  }

  .inner-page-banner {
    padding: 30px 0px;
  }

  .our-services-sec.partners-sec .event-past-item {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .our-services-sec.partners-sec .event-past-image-sec img {
    height: auto;
  }

  .event-past-image-sec img {
    height: auto;
  }

  .event-image-sec {
    width: 71%;
  }

  .event-price-sec,
  .event-ticket-sec {
    width: 48.5%;
  }

  .client-top-sec.full-width {
    flex-direction: column;
    row-gap: 15px;
  }

  .client-img,
  .client-content,
  .client-contact {
    width: 100%;
  }

  .client-btm-sub-sec {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 30px;
  }

  .client-auto-increment-sec h5 {
    margin-bottom: 10px;
  }

  .client-auto-increment-sec {
    text-align: center;
  }

  .about-lft-sec {
    flex-direction: column;
  }

  .abt-video,
  .abt-img {
    width: 100%;
  }

  .upcoming-event-schedule-top-sec {
    flex-direction: column;
    row-gap: 20px;
  }

  .upcoming-event-schedule-lft {
    width: 100%;
  }

  .upcoming-event-schedule-rgt {
    width: 100%;
  }

 /* .footer-btm-sec.full-width {
    text-align: center;
    row-gap: 20px;
  }*/

  .social-media-links {
    display: inline-flex;
  }

  .footer-btm-sec {
    margin-top: 40px;
  }

  #footer-right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
    column-gap: 10px;
  }

  .footer-menu {
    padding-top: 30px;
  }

  footer {
    padding: 50px 0px;
  }

  .footer-right li a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 400px) {
  .our-services-sec.partners-sec.full-width .past-sec-sub {
    grid-template-columns: repeat(1, 1fr);
  }

  .event-price-sec,
  .event-ticket-sec {
    width: 48%;
  }

  .event-price-sec {
    padding: 10px 6px;
    font-size: 18px !important;
  }

  .event-ticket-sec .common-btn {
    font-size: 12px !important;
    min-height: 50px;
    padding: 10px 10px !important;
  }

  .event-price-sec {
    min-height: 50px;
    padding: 5px 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 350px) {
  .banner-sub-content h1 {
    font-size: 36px;
    line-height: 46px;
  }

  .banner-sub-content h2 {
    font-size: 28px;
    line-height: 38px;
  }
}

@media only screen and (max-width: 320px) {
  .banner-sub-content h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .event-date-time {
    font-size: 14px;
  }
}
