 body {

     background-color: #efeee7 !important;
 }

 :root {
     --bg-cream: #fdfbf7;
     --gold-1: #b48a2c;
     --gold-2: #e0c176;
     --text: #1a1a1a;
 }

 * {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
 }

 .header {
     display: flex;
     justify-content: space-between;
     margin: 2% 4%;
 }

 .section {
     position: relative;
     padding: 0px 20px;
 }

 /* Chakra container */
 .chakra_container {
     position: relative;
     max-width: 500px;
     margin: 0 auto;
 }

 .chakra_container img {
     width: 100%;
     height: auto;
     display: block;
     animation: rotate 10s linear infinite;

 }

 /* Sai Baba + content container */
 .music_container {
     position: absolute;
     top: 62%;
     /* move up to overlap chakra */
     left: 49%;
     transform: translate(-50%, -50%);
     text-align: center;
     width: 80%;
     font-family: 'Cinzel';
 }

 .music_container img {
     max-width: 450px;
     width: 100%;
     height: auto;
     display: block;
     margin: 0 auto;
     border-radius: 0px;
 }

 .music_container h1 {
     font-size: 56px;
     margin-top: -5%;
     font-weight: 400;
     color: #c5962c;
     /* golden */
     letter-spacing: 2px;
 }

 .music_container p {
     font-size: 22px;
     margin-top: 8px;
     color: #222;
     font-style: italic;
 }

 .aboutsai_section {
     background-image: url('../img/About_Sai_The_Musical.png');
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;

 }

 .aboutsai_chakra_left img {
     width: 15%;
     height: auto;
     display: block;
     animation: rotate 10s linear infinite;
     margin-left: -4%;
 }

 .aboutsai_chakra_right img {
     width: 15%;
     height: auto;
     display: block;
     animation: rotate 10s linear infinite;
     margin-right: -4%;
 }

 .aboutsai_container {
     text-align: center;
     font-family: 'Cinzel';
     width: 100%;
     padding: 0% 10%;
     margin-top: -4%;
 }

 .aboutsai_container h2 {
     font-size: 40px;
     font-weight: 400;
     color: #c5962c;
 }

 .aboutsai_container p {
     font-size: 20px;
 }

 .aboutsai_container_two {
     row-gap: 20px;
     display: grid;

 }

 .aboutsai_chakra_right {
     display: flex;
     justify-content: end;
     overflow: hidden;
 }

 /* Why attend */
 .why-attend {
     padding: 10px 20px 30px 0px;
     background-image: url('../img/Devotion_gallery.webp');
     background-position: top-center;
     background-repeat: no-repeat;
     background-size: cover;
 }


 .why-attend h2 {
     font-size: 40px;
     color: #c5962c;
     margin-bottom: 25px;
     text-transform: uppercase;
     text-align: center;
     font-weight: 400;
     font-family: 'Cinzel';
 }

 .swiper {
     max-width: 90%;
     margin: 0 auto;
     padding: 20px;
 }

 .swiper-slide {
     border-radius: 8px;
     overflow: hidden;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
 }

 .swiper-slide img {
     width: 100%;
     height: auto;
     display: block;
 }

 .swiper-wrapper {
     gap: 0px;
 }

 .caption {
     padding: 12px;
     font-size: 16px;
     color: #333;
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 6px;
 }

 .caption span {
     font-size: 18px;
     color: #c5962c;
 }

 /* Navigation buttons */
 .swiper-button-next,
 .swiper-button-prev {
     color: #ffffff !important;
 }

 /* Pagination dots */
 .swiper-pagination-bullet {
     background: #c5962c !important;
 }

 .about_section,
 .video_section {
     background: url('../img/About-Sai-The-Musical.webp');
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center center;
 }

 .about_inner_section {
     font-family: 'Cinzel';
     display: flex;
     justify-content: center;
 }

 .about_container {
     width: 80%;
     display: grid;
     row-gap: 20px;
 }

 .about_container_1 :last-child {
     letter-spacing: 20px;
 }

 .about_section h2,
 .video_section div h2 {
     font-size: 40px;
     font-weight: 400;
     text-align: center;
     color: #A57200;
     font-family: 'Cinzel';
 }

 .about_container_2 {
     row-gap: 20px;
     display: grid;
 }

 .about_section p {
     font-size: 24px;
     font-weight: 400;
     text-align: center;
     color: #000000;
 }

 .about_container_3 {
     display: flex;
     justify-content: end;
 }

 .Star_Cast,
 .video_section {
     margin-top: -5%;
 }

 .Star_Cast {
     display: flex;
     justify-content: center;

 }

 .Star_Cast_width {
     width: 90%;
 }


 .Star_Cast .Star_Cast_container_1 h2 {
     font-size: 40px;
     font-weight: 400;
     font-family: 'Cinzel';
     text-align: center;
     color: #A57200;

 }

 .animation_rotate {
     display: flex;
     justify-content: end;
 }

 .about_inner_section_2 {
     display: flex;
     justify-content: end;
     overflow: hidden;
     /* position: relative; */
 }

 .about_inner_section_2 img {
     width: 15%;
     margin-right: -100px;
     animation: rotate 10s linear infinite;
 }

 .Star_Cast_container_2 {
     display: grid;
     grid-template-columns: auto auto auto;
     column-gap: 20px;
     padding: 50px 0px 50px 0px;
 }

 .Star_Cast_container_2 .inner_container_2 {
     display: grid;
     grid-template-columns: auto auto auto;
 }

 .Star_Cast_container_2 .container_1,
 .Star_Cast_container_2 .container_2,
 .Star_Cast_container_2 .container_3 {
     display: grid;
     row-gap: 20px;
 }

 .Star_Cast_container_2 .container_1 .inner_container_1 img,
 .container_2 .inner_container_1 img,
 .container_3 .inner_container_1 img {
     width: 100%;
 }

 .Star_Cast_container_3 {
     display: flex;
     justify-content: center;
 }

 .Star_Cast_container_3 p {
     text-align: center;
     font-size: 24px;
     font-weight: 400;
     font-family: 'Cinzel';
     width: 70%;
 }

 .inner_container_2 p {
     font-family: 'Cinzel';
     font-size: 20px;
     font-weight: 400;
     color: #A57200;
     text-align: center;
     align-self: center;
 }

 .inner_container_2 p span {
     color: #000000;
 }


 .Star_Cast_inner_section_2 {
     display: flex;
     justify-content: start;
     /* overflow: hidden; */
     /* position: relative; */
 }

 .Star_Cast_inner_section_2 img {
     width: 15%;
     margin-left: -150px;
     margin-top: -10%;
     animation: rotate 10s linear infinite;
 }

 /* video gallery */
 /* Section styling */
 .video-gallery {
     padding: 0px 20px;
     background-image: url("../img/Devotion_gallery.webp");
     background-position: top-center;
     background-repeat: no-repeat;
     background-size: cover;
     display: flex;
     flex-direction: column;
     align-items: center;
 }

 /*.video-gallery .videoswiper .swiper-wrapper {
     gap: 30px;
 }*/

 .video-gallery h2 {
     font-size: 40px;
     color: #c5962c;
     margin-bottom: 25px;
     text-transform: uppercase;
     text-align: center;
     font-weight: 400;
     font-family: 'Cinzel';
     display: flex;
     align-items: center;
 }

 /* Swiper container */
 .videoswiper {
     width: 100%;
     margin: 0 auto;
     position: relative;
     padding: 20px 0;
     overflow: hidden;
 }

 /* Slides */
 .videoswiper-slide {
     border-radius: 4px;
 }

 .videoswiper-slide video {
     width: 100%;
     height: auto;
     transition: transform 0.3s;
 }

 /* .videoswiper-slide img:hover {
     transform: scale(1.05);
 } */

 /* Navigation arrows */
 .video-swiper-button-next,
 .video-swiper-button-prev {
     color: #c5962c;
     width: 40px;
     height: 40px;
     border-radius: 50%;
     background: rgba(255, 255, 255, 0.9);
     display: flex;
     align-items: center;
     justify-content: center;
 }

 /* .video-swiper-button-next:hover,
 .video-swiper-button-prev:hover {
     background: #fff;
 } */

 /* Pagination dots */
 .video-swiper-pagination {
     margin-top: 2%;
     text-align: center;
 }

 .video-swiper-pagination .swiper-pagination-bullet {
     background: #c5962c;
     opacity: 0.6;
 }

 .video-swiper-pagination .swiper-pagination-bullet-active {
     opacity: 1;
 }

 .section-7 {
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     background-image: url('../img/Sec-7-Banner.webp');
     background-size: cover;
     background-position: top;
     min-height: 500px;
     position: relative;
     padding: 2% 0 2% 0;
 }

 .width {
     width: 80%;
     display: flex;
     flex-direction: column;
     align-items: center;
     gap: 30px;
     position: relative;
 }

 .gallery-container {
     width: 100%;
     display: flex;
     flex-direction: column;
     align-items: center;
     gap: 25px;
 }

 .text {
     display: flex;
     flex-direction: column;
     gap: 10px;
     align-items: center;
     text-align: center;
 }

 .gallery-container h3 {
     color: #A57200;
     font-size: 40px;
     margin: 0;
     font-weight: 400;
     font-family: "Cinzel", serif;
 }

 .gallery-container h2 {
     color: #A57200;
     font-size: 60px;
     margin: 0;
     font-weight: 400;
     font-family: "Cinzel", serif;
 }

 /* Rotating Chakra Images */
 .rotate_chakra {
     position: absolute;
     top: 10px;
     width: 100%;
     display: flex;
     justify-content: end;
     overflow: hidden;
     z-index: 0;
 }

 .rotate_chakra img {
     animation: rotate 10s linear infinite;
     width: 15%;
     margin: 0 -5% 0 0;
 }

 .rotate_chakra2 {
     position: absolute;
     top: 400px;
     width: 100%;
     display: flex;
     justify-content: start;
     overflow: hidden;
     z-index: 1;
 }

 .rotate_chakra2 img {
     animation: rotate 10s linear infinite;
     width: 15%;
     margin: 0 0 0 -5%;
 }

 /* Swiper Slider */
 .sec7swiper {
     width: 100%;
     z-index: 2;
     padding: 16px 10px 16px 10px !important;
 }

 .sec7wrapper {
     gap: 0px !important;
 }

 .swiper-slide-devotion {
     display: flex;
     justify-content: center;
 }

 .swiper-slide-devotion img {
     width: 100%;
     height: 200px;
     object-fit: cover;
     border-radius: 10px;
     cursor: pointer;
     user-select: none;
     transition: transform 0.3s ease, box-shadow 0.3s ease;
 }

 .swiper-slide-devotion:hover {
     box-shadow: 2px 2px 15px rgba(66, 66, 67, 0.5);
 }

 /* Navigation Buttons */
 .custom-prev,
 .custom-next {
     position: absolute;
     bottom: -60px;
     gap: 20px;
     z-index: 10;
     cursor: pointer;
     color: #A57200;
     background: #fff;
     padding: 10px;
     border-radius: 50%;
     box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
     transition: all 0.3s ease;
 }

 .custom-prev:hover,
 .custom-next:hover {
     background: #A57200;
     color: #fff;
 }

 .custom-prev {
     left: 46%;
 }

 .custom-next {
     right: 46%;
 }

 /* =========================
       EVENT SECTION
    ========================== */
 .event-section {
     position: relative;
     height: 100vh;
     display: flex;
     align-items: center;
     overflow: hidden;
     background: url("../img/Event_bg.webp") no-repeat right center/contain;
     font-family: 'Cinzel';
     /* background-position: center right; */
 }

 .event-section::after {
     content: "";
     position: absolute;
     left: 0;
     right: 0;
     bottom: 0;
     height: 30px;
     background: linear-gradient(to bottom, rgba(253, 251, 247, 0) 0%, var(--bg-cream) 100%);
     z-index: 1;
 }



 .event-details {
     position: relative;
     z-index: 2;
     max-width: 600px;
     padding-left: 40px;
 }

 .event-details h2 {
     font-family: 'Cinzel';
     color: #c5962c;
     font-size: 2.8rem;
     font-weight: 400;
     line-height: 1.25;
     margin: 0 0 24px 0;
     max-width: 15ch;
 }

 .event-details p {
     font-size: 1.35rem;
     margin: 0 0 16px 0;
 }

 .ticket-price {
     font-size: 1.9rem;
     font-family: 'Cinzel';
     color: #c5962c;
     font-weight: 400;
 }

 .event-info {
     display: flex;
     align-items: center;
     gap: 25px;
     flex-wrap: wrap;
     margin-bottom: 14px;
 }

 .icon-text {
     display: flex;
     align-items: center;
     font-size: 1.1rem;
     font-weight: 500;
 }

 .icon-text i {
     color: var(--gold-1);
     font-size: 1.2rem;
 }

 .booking-row {
     display: flex;
     align-items: center;
     gap: 20px;
     margin-top: 16px;
     flex-wrap: wrap;
 }

 .book-link {
     display: flex;
     align-items: center;
     gap: 8px;
     font-weight: 600;
     color: var(--gold-1);
     text-decoration: none;
 }

 .book-link img {
     height: 28px;
 }

 .divider {
     width: 1px;
     height: 24px;
     background: var(--gold-1);
 }

 /* =========================
       BOOKING SECTION
    ========================== */
 .booking-section {
     position: relative;
     padding: 60px 20px;
     text-align: center;
     overflow: hidden;
     min-height: 100vh;
     font-family: 'Cinzel';
     font-weight: 400;
 }

 .chakra {
     position: absolute;
     width: 250px;
     animation: spin 80s linear infinite;
     z-index: 0;
     pointer-events: none;
 }

 .chakra.left {
     left: -50px;
     bottom: 0;
     width: 15%;
 }

 .chakra.right {
     top: 0;
     right: -50px;
     width: 15%;
 }

 .booking-section h3 {
     font-size: 40px;
     color: var(--gold-1);
     margin-bottom: 5px;
     position: relative;
     z-index: 1;
     font-weight: 400;
 }

 .booking-section h2 {
     font-size: 2.8rem;
     letter-spacing: 26px;
     font-weight: 400;
     color: var(--gold-1);
     margin-bottom: 40px;
     position: relative;
     z-index: 1;
 }

 .booking-form {
     position: relative;
     z-index: 1;
     max-width: 1000px;
     margin: 0 auto;
 }

 .form-control,
 .form-select {
     /* border: 1px solid var(--gold-1); */
     border-radius: 0;
     font-size: 1rem;
     padding: 12px;
 }

 .form-control:focus,
 .form-select:focus {
     border-color: var(--gold-2);
     box-shadow: none;
 }

 .form-control,
 .form-select,
 span.input-group-text {
     background-color: transparent !important;
     border: 1px solid #a5710071 !important;
     border-radius: 0px !important;
 }

 .input-group-text {
     background: var(--bg-cream);
     border: 1px solid var(--gold-1);
     border-right: 0;
     border-radius: 0;
     padding: 0 8px;
 }

 .input-group .form-control {
     border-left: 0;
 }

 .flag-icon {
     width: 20px;
     height: 14px;
     margin-right: 6px;
 }

 .btn-book {
     background: var(--gold-1);
     color: #fff;
     font-weight: 600;
     border: none;
     padding: 12px 40px;
     font-size: 1.1rem;
     margin-top: 20px;
     transition: 0.3s;
 }

 .btn-book:hover {
     background: var(--gold-2);
     color: #000;
 }

 /* =========================
       Press Release SECTION
    ========================== */
 .press-release {
     text-align: center;
     margin-top: 4%;
     margin-bottom: 4%;
 }

 .press-release h3 {
     color: #A57200;
     font-size: 60px;
     margin: 0;
     font-weight: 400;
     font-family: "Cinzel", serif;
 }

 .press-release-img {
     display: flex;
     justify-content: center;
     gap: 30px;
     margin-top: 4%;
     width: 98%;
 }

 .press-release-img a img {
     width: 700px;
     height: 500px;
     padding-bottom: 4%;
 }

 .press-release-img a {
     text-decoration: none;
     color: #000;
     font-size: 20px;
     font-family: "Cinzel", serif;
 }


 /* =========================
       TESTIMONIALS SECTION
    ========================== */
 .testimonials {
     position: relative;
     text-align: center;
     font-family: 'Cinzel';
     font-weight: 400;
     background: url("../img/bg_test.webp") no-repeat center center/cover;
     height: 950px;
     overflow: hidden;
 }

 .testimonial-swiper {
     max-width: 90%;
     margin: 0 auto;
     padding: 20px;
 }

 .testimonial-swiper .swiper-wrapper {
     gap: 60px;
 }

 .testimonial-slide {
     border-radius: 8px;
     width: 400px !important;
     overflow: hidden;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
 }

 .testimonial-slide img {
     width: 100%;
     height: 450px;
     object-fit: cover;
     border-radius: 10px;
     cursor: pointer;
     user-select: none;
     transition: transform 0.3s ease, box-shadow 0.3s ease;
 }

 .t-text {
     margin-top: 4%;
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: column;
     gap: 0px;
     width: 100%;
     display: none;
 }



 .t-cwm {
     display: flex;
     flex-direction: row;
     gap: 10px;
     justify-content: start;
     align-items: center;
     width: 56%;
     justify-self: anchor-center;
 }

 .t-cwm img {
     width: 40px;
     height: 40px;
 }

 .t-text h2 {
     font-size: 18px;
     color: #000;
     font-family: 'Cinzel';
     font-weight: 400px;
     padding-bottom: 2%;
 }

 .t-text p,
 .t-cwm p {
     margin: 0px;
     font-family: 'Cinzel';
     font-size: 18px;
     font-weight: 400;
     color: var(--gold-1);
 }

 .swiper-slide-next .t-text {
     display: block;
 }

 /* contact_section */
 .contact-section {
     position: relative;
     padding: 0px 20px;
     text-align: center;
     overflow: hidden;
     font-family: 'Cinzel';
     font-weight: 400;
 }

 .contact-section h2 {
     font-size: 40px;
     color: var(--gold-1);
     margin-bottom: 60px;
     letter-spacing: .2rem;
     font-weight: 400;
 }

 .contact-box {
     padding: 0 20px;
     font-family: 'Cinzel';
     font-weight: 400;
 }

 .contact-box p {
     font-size: 20px;
     margin: 20px 0;
     padding: 0 20px;
 }

 .contact-box a {
     display: inline-block;
     font-size: 18px;
     color: var(--gold-1);
     text-decoration: underline;
     transition: color .3s;
 }

 .contact-box a:hover {
     color: var(--gold-2);
 }

 .icon-circle {
     width: 70px;
     height: 70px;
     margin: 0 auto 20px;
     border-radius: 50%;
     background: #fff;
     display: flex;
     align-items: center;
     justify-content: center;
     box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
 }

 .icon-circle img {
     width: 40px;
     height: 40px;
 }

 /* Chakra Decoration */
 .chakra-decor {
     position: absolute;
     bottom: 0px;
     left: -60px;
     width: 200px;
     opacity: 1;
     animation: spin 80s linear infinite;
     z-index: 0;
     pointer-events: none;
 }

 /* Responsive */
 @media only screen and (max-width: 600px) {
     .section-7 {
         background-position: top left;
     }

     .gallery-container h3 {
         font-size: 28px;
     }

     .gallery-container h2 {
         font-size: 30px;
     }

     .swiper-slide-devotion {
         width: 100%;
     }

     .text {
         gap: 0px;
     }

     .rotate_chakra img {
         width: 30%;
     }

     .rotate_chakra2 img {
         width: 30%;
     }

     .custom-prev {
         left: 34%;
     }

     .custom-next {
         right: 34%;
     }

     /*testimonial*/
     .testimonial-slide {
         width: 100% !important;
     }

     .t-text h2 {
         font-size: 12px !important;
         margin-bottom: 10px !important;
     }

     .t-cwm p,
     .t-text p {
         font-size: 12px;
     }

     .t-cwm img {
         width: 20px;
         height: 20px;
     }

 }

 @media (max-width:767px) {

     .aboutsai_container h2,
     .about_section h2,
     .video_section div h2,
     .Star_Cast .Star_Cast_container_1 h2,
     .video-gallery h2 {
         font-size: 28px;
     }

     .aboutsai_container p {
         font-size: 18px;
         text-align: justify;
     }

     .why-attend,
     .video-gallery {
         background-image: url('../img/Devotion_gallery.webp');
         background-position: 24%;
         background-repeat: no-repeat;
         background-size: cover;
     }

     .aboutsai_section {
         background-image: url('../img/About_Sai_The_Musical.png');
         background-position: 77%;
         background-repeat: no-repeat;
         background-size: cover;
     }

     .about_container_1 :last-child {
         letter-spacing: 8px;
         line-height: 1.2em;
     }

     .inner_container_2 p {
         font-size: 16px;
     }

     .inner_container_2 p span {
         font-size: 12px;
         line-height: 1.3em;
     }

     .Star_Cast_container_3 p {
         font-size: 18px;
     }

     .about_section p {
         font-size: 18px;
         text-align: justify;
     }

     .Star_Cast_inner_section_2 img {
         width: 28%;
         margin-left: 0px;
         animation: rotate 10s linear infinite;
     }

     .testimonials h3 {
         font-size: 28px !important;

     }

     .aboutsai_chakra_left img,
     .aboutsai_chakra_right img {
         width: 24%;
     }

     .t-cwm {
         justify-content: center;
     }

     .sec7swiper {
         padding: 16px 0px 16px 0px !important;
     }

     .booking-section {
         padding: 40px 20px;
     }

     .testimonials {
         height: 765px;
     }

     .width {
         width: 94%;
     }

     .press-release-img {
         display: block;
     }

     .press-release-img a img {
         width: 330px;
         height: 300px;
         padding-bottom: 4%;
     }

     .press-release-img a {
         font-size: 18px;
     }

     .press-release h3 {
         font-size: 30px;
     }
 }

 @media(max-width:767.98px) {
     .chakra {
         width: 160px;
         opacity: 1;
     }

     .booking-section h2 {
         font-size: 2rem;
         letter-spacing: 0.3rem;
     }

     .btn-book {
         width: 100%;
     }

     .testimonials {
         padding: 70px 12px 100px;
     }

     .testimonials h2 {
         font-size: 2rem;
         letter-spacing: .22rem;
         margin-bottom: 28px;
     }


     /* .swiper-slide {
         width: 94vw !important;
     }*/

     .t-card img {
         width: 100%;
         margin: 0 auto;
     }

     .decor.sangeeth2 {
         bottom: 20px;
         left: 0px;
         width: 175px;
     }

     .contact-section h2 {
         font-size: 1.8rem;
     }

     .contact-box p {
         font-size: 1rem;
     }

     .contact-box a {
         font-size: 1rem;
     }

     .chakra-decor {
         width: 180px;
         bottom: -40px;
         left: -40px;
         opacity: 1;
     }
 }

 @media (min-width: 992px) {
     .contact-box:not(:first-child) {
         border-left: 1px solid var(--gold-1);
     }

 }

 @media (max-width:991.98px) {
     .chakra {
         width: 170px;
     }

     .chakra.left {
         left: -30px;
         bottom: 0;
         width: 30%;
     }

     .chakra.right {
         top: 0;
         right: -30px;
         width: 30%;
     }

     /* .swiper-slide {
         width: 210px !important;
     } */

     .contact-section {
         padding: 0px;
     }

     .col-md-6 {
         flex: 0 0 auto;
         width: 33%;
     }

     .contact-section h2 {
         font-size: 2rem;
         margin-bottom: 40px;
     }

     .contact-box p {
         font-size: 1rem;
     }

     .contact-box a {
         font-size: 1rem;
     }
 }

 @media (max-width:900px) {
     .carousel-slide {
         flex: 0 0 50%;
     }

     /* 2 visible */
     .why-attend h2 {
         font-size: 22px;
     }
 }

 @media (max-width:991.98px) {
     .event-section {
         height: auto;
         padding: 60px 20px 80px;
         background: url("../img/Event_bg.webp") no-repeat;
         background-size: cover;
         background-position: 50% center;
         /* Pushes it fully to the right */
     }

     .event-details {
         padding-left: 12px;
         max-width: 640px;
     }

     .event-details h2 {
         font-size: 2rem;
     }

     .event-details p {
         font-size: 1.1rem;
     }

     .ticket-price {
         font-size: 1.5rem;
     }

     .event-info {
         flex-direction: column;
         align-items: flex-start;
         gap: 10px;
     }

     .divider {
         display: none;
     }
 }

 @media (max-width:575.98px) {
     .event-details h2 {
         font-size: 1.7rem;
         line-height: 1.3;
     }

     .ticket-price {
         font-size: 1.35rem;
     }

     .event-details p {
         font-size: 1rem;
     }
 }

 @media (max-width:600px) {
     .carousel {
         padding: 6px 8px;
     }

     .carousel-slide {
         flex: 0 0 100%;
     }

     /* 1 visible */
     .why-attend h2 {
         font-size: 20px;
     }

     .carousel .btn {
         width: 38px;
         height: 38px;
         font-size: 18px;
     }

     .caption {
         font-size: 10px;
         padding: 10px;
     }
 }

 @media (max-width: 768px) {
     .music_container img {
         max-width: 220px;
     }

     .music_container h1 {
         font-size: 28px;
     }

     .music_container p {
         font-size: 16px;
     }

     .why-attend h2 {
         font-size: 26px;
     }

     .caption {
         font-size: 16px;
     }
 }

 @media(max-width:1024px) {
     .inner_container_2 p {
         font-size: 12px;
     }

     .Star_Cast_container_2 .inner_container_2 img {
         width: 90%;

     }

     .press-release-img a img {
         width: 330px !important;
         height: 300px;
         padding-bottom: 4%;
     }

     .custom-prev {
         left: 42%;
     }

     .custom-next {
         right: 42%;
     }

     .press-release h3 {
         font-size: 40px;
     }
 }

 @media(max-width:1366px) {
    .event-section{
        height: 40vh;
    }
     
 }



 @keyframes rotate {

     /*     to { transform: rotateZ(1turn); } */
     from {
         transform: rotateZ(0deg);
     }

     to {
         transform: rotateZ(360deg);
     }

     from {
         transform: rotate(0deg);
     }

     to {
         transform: rotate(360deg);
     }

     0% {
         transform: rotate(0deg);
     }

     100% {
         transform: rotate(360deg);
     }

 }

 @keyframes spin {
     from {
         transform: rotate(0)
     }

     to {
         transform: rotate(360deg)
     }
 }


 .btn.btn-book {
     background: #A57200;
     padding: 10px 70px;
     font-size: 20px;
     color: #fff;
 }

 .testimonials h2 {
     font-size: 50px;
     color: #A57200;
 }

 .testimonials h3 {
     font-size: 40px;
     color: #A57200;
 }

 @media (max-width: 480px) {
     .chakra_container {
         max-width: 250px
     }

     .Star_Cast_container_2 {
         display: block !important;
     }

     .Star_Cast_container_2 .inner_container_2 {
         display: flex;
         justify-content: space-evenly;
     }

     .testimonials {
         padding: 0px;
     }

     .testimonials h2 {
         font-size: 30px;
         color: #A57200;
     }

     .testimonial-swiper .swiper-wrapper {
         gap: 0
     }

     .testimonial-swiper .t-text {
         display: block;

     }

     .caption {
         font-size: 14px;
         text-align: center;
     }

 }


 @media (max-width: 375px) {
     .chakra_container {
         max-width: 250px
     }

     .testimonials {
         padding: 0px;
     }

     .testimonials h2 {
         font-size: 30px;
         color: #A57200;
     }

     .testimonial-swiper .swiper-wrapper {
         gap: 0
     }

     .testimonial-swiper .t-text {
         display: block;

     }
 }


 /* Ensure the container is responsive */
 .video-container {
     position: relative;
     width: 100%;
     padding-bottom: 56.25%;
     /* Aspect ratio for 16:9 videos (height / width = 9 / 16 = 0.5625) */
     height: 0;
     overflow: hidden;
 }

 /* Make the video responsive inside the container */
 .video-container video {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     /* Ensures the video fills the container */
     object-fit: cover;
     /* Ensures the video covers the container while maintaining the aspect ratio */
 }