/* ===== RESPONSIVE ===== */
@media(max-width:991px) {

  .menu-toggle {
    display: block;
  }

  .mb-5 {
    overflow: hidden;
}

  .header-center {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100vh;

    background: #2b0502;

    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;

    padding: 80px 30px;
    gap: 40px;

    transition: 0.4s ease;
    z-index: 9999;
  }

  .header-center.active {
    right: 0;
  }

  .close-menu {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;

    background: none;
    border: none;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
  }

  .nav-menu {
    width: 100%;
  }

  .nav-menu ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }

  .header-right {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .book-btn {
    width: 100%;
    text-align: center;
  }
}



/* ===== MOBILE ===== */
@media(max-width:991px) {

  .footer-container {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .footer-brand p {
    font-size: 16px;
  }

  .logo-text {
    font-size: 30px;
  }

}

@media(max-width:576px) {

  .main-footer {
    padding-top: 40px;
  }

  .footer-container {
    padding: 0 20px 10px;
    gap: 35px;
  }

  .footer-col h3 {
    margin-bottom: 18px;
    font-size: 17px;
  }

  .footer-col ul li {
    margin-bottom: 14px;
  }

  .footer-col ul li a {
    font-size: 16px;
  }

  .footer-brand p {
    line-height: 1.7;
  }

}


@media(max-width:991px) {

  .hero-wrapper {
    flex-direction: column;
  }

  .faq-main-title {

    font-size: 36px;
  }

  .hero-left,
  .hero-right {
    width: 100%;
    padding: 0 10px;
  }

  .hero-heading {
    font-size: 58px;
  }

  .hero-image-card img {
    height: 550px;
  }

  .recommended-movies-section .container {
    padding: unset !important;
  }

  div#swiper-wrapper {

    transform: translate(10px, 10px) !important;
  }

  .all-events .view,
  .view-content {
    display: unset !important;
  }

  .sponsored-heading {

    display: contents;
  }

  .sponsored-marquee-wrapper {
    padding: 20px 0;

  }

  .sponsored-marquee.marquee-loaded {
    margin-top: 15px;
  }

}

@media(max-width:767px) {

  .hero-heading {
    font-size: 42px;
  }

  .hero-buttons {
    flex-direction: column;
  }

  .hero-stats {
    flex-wrap: wrap;
  }

}


/* RESPONSIVE */

@media (max-width: 1199px) {

  .recommendedMoviesSwiper .swiper-slide {
    width: 25% !important;
  }

  .gallery {
    grid-template-columns: repeat(auto-fit, minmax(186px, 1fr));
  }

  .gallery-overlay h3 {
    font-size: 16px;
    line-height: 20px;
  }

}

@media (max-width: 991px) {

  .recommendedMoviesSwiper .swiper-slide {
    width: 33.33% !important;
  }
  .all-events {
    padding: 0px 0px;
}

.mediaGallerySection {
    padding:unset !important;
}

}

@media (max-width: 767px) {

  .recommendedMoviesSwiper .swiper-slide {
    width: 50% !important;
  }

  .movie-image img {
    width: 100%;
    aspect-ratio: 319 / 480;

  }

}

@media (max-width: 575px) {

  .recommendedMoviesSwiper .swiper-slide {
    width: 100% !important;
  }

}

/* Infinite Animation */

@keyframes marqueeMove {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}


/* Responsive */

@media (max-width: 768px) {

  .sponsor-title {
    font-size: 20px;
  }

  .sponsor-logo img {
    width: 40px;
    height: 40px;
  }

  .sponsored-item {
    margin-right: 40px;
  }

  .bottom-floating-card {

    padding: 18px 4px;

  }

}

@media (max-width:768px) {
  .footer-copyright {
    padding: 20px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .copyright-left,
  .copyright-right {
    font-size: 14px;
  }
}

@media (max-width:480px) {

  .footer-copyright {
    padding: 18px 13px;
  }

  .copyright-left,
  .copyright-right {
    font-size: 13px;
    line-height: 1.8;
  }

}


/* ============================================================
   RESPONSIVE
   ============================================================ */

/* Tablet ≤1023px: stack to single column */
@media (max-width: 1023px) {
  .ev-hero__row {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
  }

  .ev-hero__card {
    /* On tablet, card sits below the image */
    width: 100%;
    max-width: 560px;
  }

  .ev-layout__inner {
    grid-template-columns: 1fr;
    max-width: 680px;
  }

  .ev-sidebar {
    position: static;
  }
}

/* Mobile ≤767px */
@media (max-width: 767px) {
  .ev-hero__row {
    padding: 16px;
    gap: 16px;
  }

  .ev-hero__banner img,
  .ev-hero__banner .field--name-field-image img {
    max-height: 240px;
  }

  .ev-hero__title {
    font-size: 1rem;
  }

  .ev-layout {
    padding: 24px 0 40px;
  }

  .ev-layout__inner {
    padding: 0 16px;
    gap: 20px;
  }

  .ev-breadcrumb__item--active {
    max-width: 160px;
  }
}

/* Small mobile ≤480px */
@media (max-width: 480px) {

  .ev-hero__banner img,
  .ev-hero__banner .field--name-field-image img {
    max-height: 190px;
  }

  .ev-hero__meta {
    flex-direction: column;
    gap: 8px;
  }
}


@media(max-width:991px) {

  .photo-gallery-wrapper {
    columns: 2;
  }

}

@media(max-width:575px) {

  .photo-gallery-wrapper {
    columns: 1;
  }

}

@media(max-width:991px) {

  .section-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-title {
    font-size: 38px;
  }

  .album-box {
    height: 220px;
  }
}

@media(max-width:767px) {

  .video-gallery-section {
    padding: 0px !important;
  }

  .section-title {
    font-size: 30px;
  }

  .section-desc {
    font-size: 16px;
  }

.album-box {
    height: 300px;
}
  .play-btn {
    width: 60px;
    height: 60px;
  }
}

@media(max-width:767px) {
  .video-gallery-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1199px) {
  .pg-grid {
    grid-template-columns: 46% 28% 26%;
    grid-template-rows: 320px 160px;
  }
}

@media (max-width: 991px) {
  .pg-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .pg-hero {
    grid-column: 1 / 3;
    grid-row: auto;
  }

  .pg-medium {
    grid-column: 1;
    grid-row: auto;
  }

  .pg-stack {
    grid-column: 2;
    grid-row: auto;
  }

  .pg-bottom-row {
    grid-column: 1 / 3;
    grid-row: auto;
    grid-template-columns: repeat(2, 1fr);
  }

  .pg-hero .pg-cover {
    height: 280px;
  }

  .pg-medium .pg-cover {
    height: 220px;
  }

  .pg-stack-item .pg-cover {
    height: 103px;
  }
}

@media (max-width: 575px) {
  .pg-grid {
    grid-template-columns: 1fr;
    padding: 0 12px;
  }

  .pg-hero,
  .pg-medium,
  .pg-stack {
    grid-column: 1;
  }

  .pg-bottom-row {
    grid-column: 1;
    grid-template-columns: 1fr 1fr;
  }

  .pg-hero .pg-cover,
  .pg-medium .pg-cover,
  .pg-stack-item .pg-cover {
    height: 200px;
  }
}

@media (max-width: 768px) {
  .gallery {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 480px) {
  .gallery {
    grid-template-columns: 1fr;
  }
}

@media (max-width:1200px) {

  .hero-main-title {
    font-size: 100px;
  }

  .hero-description {
    width: 320px;
  }
}


@media (max-width:991px) {

  .event-hero-item {
    min-height: auto;
    height: auto;
  }

  .hero-inner {
    padding: 40px 8px;
  }

  .hero-main-title {
    font-size: 50px;
    margin-bottom: 25px;
  }

  .hero-description {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-bottom: 25px;
  }

  .hero-bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .hero-ticket-card a {
    width: 100%;
  }
}



/* Mobile */

@media (max-width:991px) {

  .mb-5 {

    overflow: hidden !important;
}

    .timeline-line,
    .timeline-line-active {
        left: 22px;
        transform: none;
    }

    .timeline-row {
        display: block;
        padding-left: 46px;
    }

    .timeline-dot {
        position: absolute;
        left: 30px;
        top: 40px;
        transform: translateX(-50%);
    }

       .left .timeline-dot,
        .right .timeline-dot {
              left: 14px;
    }

    .timeline-image,
    .timeline-content {
        width: 100%;
        text-align: left !important;
    }

    .timeline-image {
        margin-bottom: 20px;
    }

    .timeline-image img,
    .timeline-image picture img {
        height: 250px;
    }
  }