
body {
    margin: 0;
    padding: 0px;
    font-family: 'Space Grotesk' !important;
}
body .smooth-wrapper {
    background-image: url(../images/body-bg.jpeg);
    background-size: 87.4% 96.1%;
    background-position: bottom;
    overflow-x: hidden;
}
a{
    text-decoration: none !important;
}
@font-face {
    font-family: 'Space Grotesk';
    src: url('../fonts/SpaceGrotesk-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Space Grotesk';
    src: url('../fonts/SpaceGrotesk-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Space Grotesk';
    src: url('../fonts/SpaceGrotesk-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Space Grotesk';
    src: url('../fonts/SpaceGrotesk-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 88px 0 0;
}
.header-right {
    width: fit-content !important;
    display: flex;
    align-items: center;
    gap: 40px;
}
.header,
.logo,
.header-right,
.hero-title,
.hero-images {
  opacity: 0;
}
.menu-btn svg {
    margin: 5px 0 0;
}
/* Optional: smooth 3D effect */
.hero-title span {
  display: inline-block;
  transform: translateY(50px) rotateX(-15deg);
}

header .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.logo {
    width: max-content !important;
}
.bannerContent {
    padding-top: 590px;
    display: flex;
    justify-content: space-between;
}

body .container {
    max-width: 1720px;
    margin: 0 auto;
    padding: 0px;
    width: 100%;
}
/*.hero-section {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}*/

/* Background video */
.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.hero-section {
    position: relative;
    height: 100%;
    padding-bottom: 200px;
}
.hero-section::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #0000007a;
    z-index: 2;
}
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../images/banner-image.png');
        background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 99;
    opacity: 0;
    transform: translateY(-40px);
    animation: fadeSlideDown 1.2s ease-out forwards;
}
@keyframes fadeSlideDown {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero-content {
    position: relative;
    z-index: 99;
    max-width: 902px;
}
.hero-title span {
    padding-right: 15px;
}
.hero-images {
    z-index: 99;
    width: 34.5555%;
    position: relative;
    height: 400px;
}
.video-carousel .owl-dots {
    position: absolute;
    bottom: 140px;
    opacity: 1;
    z-index: 9999999999;
    left: 120px;
    display: flex;
    gap: 9px;
}
.video-carousel  .owl-dots span {
    display: block;
    width: 12px;
    height: 12px;
    background: #696969;
    border-radius: 100px;
}
.video-carousel  button.owl-dot.active span {
    background: #fff !important;
}
.video-carousel {
    position: unset !important;
}
.video-slide img {
    max-width: 492px;
    border: 17px solid #000;
}
.book-btn, .view-all-btn {
    background: #CC0101;
    color: #fff;
    border: none;
    padding: 12px 30.188px;
    border-radius: 0px;
    cursor: pointer;
    font-size: 28px;
    font-weight: 500;
    font-family: "Space Grotesk", sans-serif;
    letter-spacing: -0.7px;
        text-decoration: none;
}
.menu-btn {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 28px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 16px;
}
.hero-title {
    font-size: 94px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px;
    text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.8);
    font-family: 'Space Grotesk', sans-serif;
    color: #fff;
    line-height: 100px;
    text-align: left;
}
.section-title, .secondaryHeading {
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff;
    font-family: 'Space Grotesk', sans-serif;
}
.section-subtitle {
    color: #F6F5E0;
    font-size: 20px;
    margin-bottom: 40px;
    font-family: 'Space Grotesk';
    font-weight: 300 !important;
}
.searchBar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;    
}
.music-section {
    padding: 0px;
    z-index: 99;
    position: relative;
    top: -150px;
}
.music-section::before {
    content: '';
    width: 9%;
    height: 100%;
    display: block;
    position: absolute;
    top: -60px;
    left: 0px;
    background-image: url(../images/middel-section-before.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}
.search-container {
    width: 30%;
    position: relative;
    left: -5%;
}
.search-input {
    width: 100%;
    padding: 15px 0px 32px 35px;
    background: transparent;
    border: none;
    border-radius: 0px;
    color: #fff;
    font-size: 20px;
    border-bottom: 1px solid #595353;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -1px !important;
}
.search-container svg.feather.feather-search {
    stroke: #595353;
    position: relative;
    top: -60px;
}


/*Second section music player css*/
.music-card {
    background: #141414;
    padding: 34px;
    margin: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
    border-radius: 0px;
}
.music-section >.container .row {
    margin-left: -95px;
    /*width: calc(100% + 50px);*/
}
.music-section >.container {
    margin-right: 0px;
    margin-left: auto;
}
.music-card:hover {
    transform: translateY(-5px);
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 25px;
    border-bottom: 1px solid #595353;
}
.controls {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-top: 18px;
}
.song-info {
    flex: 1;
}

.song-title {
    color: #ffffff;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 8px;
    font-family: 'Space Grotesk', sans-serif;
}
.song-title {
    color: #ffffff;
    font-size: 30px;
    font-weight: 500;
    font-family: 'Space Grotesk', sans-serif;
    margin: 0 0 0;
}
.artist-name {
    color: #888888;
    font-size: 25px;
    margin: 0;
}

.song-stats {
    color: #555555;
    font-size: 11px;
    line-height: 1.5;
    max-width: 250px;
}

.album-art {
    width: 124px;
    height: 140px;
    border-radius: 0;
    overflow: hidden;
    margin-left: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
    flex-shrink: 0;
}

.album-art img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.music-card .controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 0;
    margin-bottom: 0;
}

.control-buttons {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 30px;
}
.control-btn {
    background: transparent;
    border: none;
    color: #ffffff;
    cursor: pointer;
    padding: 8px;
    transition: transform 0.2s, opacity 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.control-buttons .play-btn {
    padding: 21px 61px;
    border-left: 1px;
    border-right: 1px;
    border-style: solid;
    border-top: 0px;
    border-bottom: 1px;
    border-radius: 0px;
    border-color: rgba(255, 255, 255, 0.14);
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    background: transparent;
}
.control-btn:hover {
    transform: scale(1.1);
    opacity: 0.8;
}

.play-btn svg {
    width: 18px;
    height: 18px;
}

.volume-section {
    display: flex;
    align-items: center;
    gap: 10px;
}

.volume-icon {
    color: #ffffff;
    font-size: 16px;
}

.volume-slider {
    width: 80px;
    height: 3px;
    background: #333333;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
}

.volume-progress {
    height: 100%;
    width: 65%;
    background: #ff4757;
    border-radius: 2px;
}

.time {
    color: #888888;
    font-size: 13px;
    margin-left: 5px;
}

.action-section {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 15px;
}
.vote-btn {
    background: #363434;
    color: #ffffff;
    border: none;
    padding: 9px 42px;
    border-radius: 0px;
    font-size: 28px;
    cursor: pointer;
    transition: all 0.3s;
    flex: 1;
    letter-spacing: -0.7px;
    font-family: 'Space Grotesk';
    font-weight: 500;
}
.vote-btn:hover {
    background: #CC0101;
    transform: translateY(-2px);
}

.vote-btn.active {
    background: #CC0101;
}

.like-btn {
    background: #363434;
    border: none;
    color: #ff4757;
    width: 60px;
    height: 60px;
    border-radius: 0px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.like-btn:hover {
    background: #CC0101;
    color: #ffffff;
    transform: translateY(-2px);
}
.music-carousel .owl-nav, 
.event-owl-carousel .owl-nav  {
    display: flex;
    justify-content: center;
    gap: 22px;
    margin-top: 0px;
}
section.excitementSec {
    padding-top: 110px;
}
.like-btn.liked {
    background: #fff;
    color: #CC0101;
}

.like-btn svg {
    width: 22px;
    height: 22px;
    fill: #ffffff;
}
.controlRight {
    display: flex;
    flex-direction: column;
    gap: 54px;
}
.like-btn.liked svg {
    fill: #CC0101;
}
.waveform {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}

.waveform svg {
    width: 180px;
    height: 50px;
}

.owl-carousel .owl-item {
    opacity: 0.5;
    transition: opacity 0.3s;
}

.owl-carousel .owl-item.active {
    opacity: 1;
}

.music-carousel .owl-nav button, .rightNav button, .about-carousel button, .event-owl-carousel .owl-nav button {
    background: #000 !important;
    color: #ffffff !important;
    width: 141px;
    height: 141px;
    border-radius: 50% !important;
    font-size: 30px !important;
    pointer-events: all;
    transition: all 0.3s;
    border: 0.82px solid hsl(0deg 0% 100% / 14%) !important;
}

.owl-nav button:hover, .about-carousel button:hover, .event-owl-carousel .owl-nav button:hover {
    background: rgba(255, 255, 255, 0.2) !important;
}
h1 {
    text-align: center;
    color: #ffffff;
    margin-bottom: 50px;
    font-size: 48px;
    font-weight: 700;
}
.song-info {
    display: flex;
    gap: 0px;
    margin-bottom: 20px;
    flex-direction: column;
}
@media (max-width: 768px) {
    .music-card {
        padding: 20px;
    }

    .song-title {
        font-size: 20px;
    }
}
.control-btn:hover {
    transform: translateY(-2px);
}

.control-btn:active {
    transform: translateY(0);
}

/*End Music player css*/

/*Events CSS*/
.events-slider-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 20px 0px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.event-card {
    flex-shrink: 0;
    width: 100%;
    max-width: 19.6%;
}
.events-slider {
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: space-between;
}
.event-poster {
    position: relative;
    width: 100%;
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 15px;
    cursor: pointer;
}
.event-poster::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(175deg, rgb(0 0 0 / 5%), #141414);
}
.event-buttons {
    text-align: center;
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    left: 0;
    right: 0;
    gap: 20px;
    transform: translateY(0px);
    transition: all 0.5s ease-in-out;
    opacity: 0;
}
.event-btn {
    padding: 14px 27px;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    font-size: 28px;
    transition: all 0.3s;
    width: 100%;
    max-width: 200px;
}
.event-poster:hover .event-buttons {
    opacity: 1;
    transform: translateY(-50px);
}
.event-info {
    text-align: center;
}
.event-info h3, .slider-item h3.event-title, .memories-section .event-content h3 {
    font-size: 30px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}
.event-date, .event-date, .slider-item a.read-more-btn, .memories-section .event-content span {
    color: #F6F5E0;
    font-size: 20px;
    margin-bottom: 3px;
}
.slider-item a.read-more-btn {
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}
.slider-item a.read-more-btn:hover {
    color: #CC0101;
}
.event-day {
    color: #F6F5E0;
    font-size: 20px;
}
body p {
    color: #F6F5E0;
    font-size: 20px;
    font-weight: 300 !important;
}
.slider-item p.event-desc {
    text-align: center;
}
.event-content {
    text-align: center;
}

.leftHeading h1 {
    font-size: 50px;
    margin-bottom: 10px;
    text-align: left;
    color: #F6F5E0;
    text-transform: uppercase;
}
.leftHeading {
    max-width: 463px;
    padding-bottom: 83px;
}
section.memories-section {
    padding: 70px 0px 100px;
}














.memoriesContent {
    display: flex;
    justify-content: space-between;
}
.image-container {
    position: relative;
    width: 100%;
    height: 570px;
    max-width: 390px;  /* Updated to 390px */
    margin: 0 auto;
    perspective: 1000px;
    transform-style: preserve-3d;
    overflow: hidden;
}

.image-container .inner-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    box-shadow: 0 20px 40px rgba(0,0,0,0.25);
    transition: box-shadow 0.3s ease;
    will-change: transform, opacity;
    border-radius: 12px;  /* Optional */
}

.image-container .inner-image.active {
    box-shadow: 0 25px 50px rgba(0,0,0,0.35);
}

/* Responsive */
@media (max-width: 480px) {
    .image-container {
        height: 450px;
        max-width: 320px;
    }
}



/* Events Section */


.events-slider-wrapper::-webkit-scrollbar {
    display: none;
}

.event-poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.book-now-btn {
    background: #e31837;
    color: #fff;
}

.book-now-btn:hover {
    background: #c41530;
}

.event-info-btn {
    background: rgba(255,255,255,0.1);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.3);
}

.event-info-btn:hover {
    background: rgba(255,255,255,0.2);
}

.view-all-container {
    text-align: center;
    margin-top: 40px;
}
.heading_carouselRight {
    padding-left: 80px;
}
.gallery-carousel .owl-nav {
    position: absolute;
    top: 30px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 30px;
}
.gallery-carousel .owl-nav button {
    width: 80px;
    height: 80px;
    background: #00000085 !important;
    border-radius: 50% !important;
}
.heading_carouselRight {
    padding-left: 80px !important;
    display: flex;
    align-items: center;
}
.gallery-carousel .owl-nav button svg {
    width: 30px;
}
.animatedRow {
    padding-top: 100px;
}
.animatedText p, .imgText p {
    font-size: 180px;
    line-height: 212.3px;
    font-weight: 700;
    text-transform: uppercase;

    background: linear-gradient(90deg, #F6F5E0, #6A1400);
    background-size: 0% 100%;
    background-repeat: no-repeat;
    background-position: left;

    -webkit-background-clip: text;
    background-clip: text;

    color: #fff;
    transition: background-size 1.6s ease;
}

.animatedText p:hover, .imgText p:hover {
    background-size: 100% 100%;
    color: transparent;
}
.animatedText {
    position: relative;
    z-index: 999;
}

.counterLeft p.subtitle {
    text-align: left;
}
.counterLeft p.subtitle {
    text-align: left;
    max-width: 448px;
}
h2.event-number {
    font-size: 180px;
    line-height: 200px;
    background: linear-gradient(270deg, #F6F5E0, #6A1400);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    text-align: left;
}
.event-content .counterLeft {
    width: 40%;
}
p.event-text {
    font-size: 50px;
    font-weight: 500;
    text-align: left;
    line-height: 58px;
}

.sectionFifth {
    position: relative;
}
.sectionFifth::after {
    content: '';
    width: 100%;
    height: 50px;
    display: block;
    position: absolute;
    top: 42%;
    left: 0;
    background-image: url(../images/border-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;    
}
/* Default — JS override karega */
.image-grid {
    width: 60%;
    position: absolute;
    display: block;
    height: 100%;
    right: 0;
}

.image-grid img {
    position: absolute;
    top: -68%;
    left: -681px;
    transform: rotate(8deg) scale(0.5);
    opacity: 1;
    z-index: 1;
}
.image-grid img:nth-child(2) {
    right: 150px;
    left: unset;
    top: -590px;
}
.image-grid img:nth-child(3) {
    top: -400px;
    left: -760px;
}
.image-grid img:nth-child(4) {
    top: -400px;
    left: unset;
    right: 250px;
}
/* Text animation initial state */
.animatedText p {
    opacity: 1; /* GSAP will handle the animation */
}
.counter_row .event-content {
    position: relative;
    display: flex;
    padding-bottom: 270px;
    padding-top: 130px;
}
.slider-item .event-content {
    padding: 50px 0 0;
    max-width: 463px;
    margin: 0px auto;
}
.imgText p {
    /*background: linear-gradient(90deg, #F6F5E0, #6A1400);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 180px;
    text-align: left;
    line-height: 184px;
    text-transform: uppercase;
    font-weight: 700;
*/    position: relative;
}
.imgText p::before {
    content: '';
    width: 412px;
    height: 342px;
    display: block;
    position: absolute;
    right: 230px;
    top: 170px;
    background-image: url(../images/endless-img.png);
    background-repeat: no-repeat;
        z-index: -1;
}
.imgText p::after {
    content: '';
     width: 412px;
    height: 342px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url('../images/entertainment-img.png');
    background-repeat: no-repeat;
        z-index: -1;
}
/* Tabs Section */
section.tabs-section {
    padding-top: 200px;
    padding-bottom: 100px;
    overflow: hidden;
}

/* Tab Buttons */
.tabs-buttons {
    display: flex;
    gap: 20px;
    margin-bottom: 170px;
    justify-content: center;
    flex-wrap: wrap;
}

.tab-btn {
    background: none;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 50px;
    line-height: 94px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 22px 70px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-bottom: 2px solid transparent;
}

.tab-btn:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: #000;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(-50%);
}

.tab-btn:hover {
    background: #0D0D0D;
    border-bottom-color: #000;
}

.tab-btn.active {
    border-color: #000;
    background: #0D0D0D;
}

.tab-btn.active:before {
    width: 100%;
}

/* Tab Content */
.tab-content {
    display: none;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), 
                transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.tab-content.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
    animation: tabFadeIn 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes tabFadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.tab-top {
    display: flex;
    gap: 50px;
    align-items: flex-start;
    margin-bottom: 40px;
    width: 100%;
}

/* Tab Image */
.tab-image {
    flex-shrink: 0;
    width: 661px;
    max-width: 100%;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}

.tab-image img {
    width: 100%;
    height: 404px;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), 
                opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform, opacity;
}

.tab-image img:hover {
    transform: scale(1.05);
}

.tab-image img.image-changing {
    opacity: 0.7;
    transform: scale(1.02);
}

/* Tab Text */
.tab-text {
    flex: 1;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
}

.tab-text h2 {
    font-size: 50px;
    margin-bottom: 15px;
    color: #fff;
    text-transform: uppercase;
    animation: slideInLeft 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

p.tab-desc {
    max-width: 504px;
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 45px;
    animation: slideInLeft 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s both;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Carousel Wrapper */
.carousel-wrapper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

/* Image Counter */
.image-counter {
    text-align: center;
    margin-bottom: 15px;
    font-size: 100px;
    color: #fff;
    font-weight: 300;
    padding: 120px 0 0 50px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
}

.image-counter.updating {
    transform: scale(1.1);
    color: #ff6b6b;
}

/* Tab Carousel */
.tab-carousel {
    width: 66% !important;
    max-width: 100% !important;
    position: relative;
    opacity: 1;
    transition: opacity 0.4s ease;
}

.tab-carousel.owl-hidden {
    opacity: 0 !important;
}

.tab-carousel .owl-stage-outer {
    overflow: hidden !important;
    width: 100% !important;
    position: relative;
}

.tab-carousel .owl-stage {
    display: flex !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* Owl Items */
.tab-carousel .owl-item {
    width: auto !important;
    float: none !important;
    transition: opacity 0.3s ease;
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.tab-carousel .owl-item.active {
    opacity: 1;
}

.tab-carousel .item {
    width: 100% !important;
    height: 150px;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    transform: scale(1);
}

.tab-carousel .item:hover {
    transform: scale(0.98);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.tab-carousel .item.active-thumb {
    transform: scale(0.95);
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #ff6b6b;
    z-index: 1;
}

.tab-carousel .item img {
    width: 100% !important;
    height: 150px !important;
    object-fit: cover;
    display: block;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.tab-carousel .item:hover img {
    transform: scale(1.1);
}

/* Active Item Highlight */
.tab-carousel .owl-item.active.center .item img {
    border: 2px solid #fff;
}

/* Owl Navigation */
.tab-carousel .owl-nav {
    padding-top: 20px;
    display: flex;
    gap: 15px;
}

.tab-carousel .owl-nav button {
    font-size: 20px !important;
    color: #3C3A3A !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    padding: 5px 15px !important;
}

/*.tab-carousel .owl-nav button:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%);
    transition: width 0.4s ease, height 0.4s ease;
}*/

.tab-carousel .owl-nav button:hover {
    color: #fff !important;
    /*background: rgba(255, 255, 255, 0.1) !important;*/
}

/*.tab-carousel .owl-nav button:hover:before {
    width: 150px;
    height: 150px;
}*/

.tab-carousel .owl-nav button.owl-next {
    position: relative;
}

.tab-carousel .owl-nav button span {
    font-size: 24px;
    line-height: 1;
    position: relative;
    z-index: 1;
}

.tab-carousel .owl-nav button.owl-prev {
    margin-right: 10px;
}

.tab-carousel .owl-nav button.owl-next {
    margin-left: 10px;
}

.tab-carousel .owl-nav button.disabled {
    opacity: 0.3;
    pointer-events: none;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .tab-btn {
        font-size: 40px;
        padding: 15px 40px;
        line-height: 70px;
    }
    
    .tab-image {
        width: 500px;
    }
    
    .tab-image img {
        height: 350px;
    }
    
    .image-counter {
        font-size: 80px;
        padding: 80px 0 0 30px;
    }
}

@media (max-width: 991px) {
    section.tabs-section {
        padding-top: 150px;
        padding-bottom: 70px;
    }
    
    .tab-top {
        flex-direction: column;
        gap: 30px;
    }
    
    .tab-image {
        width: 100%;
    }
    
    .tab-image img {
        height: 400px;
    }
    
    .tab-text h2 {
        font-size: 40px;
    }
    
    .image-counter {
        font-size: 60px;
        padding: 40px 0 0 0;
        text-align: left;
    }
    
    .tab-carousel {
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    .tab-btn {
        font-size: 30px;
        padding: 10px 25px;
        line-height: 50px;
    }
    
    .tabs-buttons {
        gap: 10px;
        margin-bottom: 100px;
    }
    
    .tab-image img {
        height: 300px;
    }
    
    .image-counter {
        font-size: 40px;
    }
    
    p.tab-desc {
        font-size: 18px;
        line-height: 30px;
    }
    
    .tab-carousel .item {
        height: 100px;
    }
    
    .tab-carousel .item img {
        height: 100px !important;
    }
}

@media (max-width: 480px) {
    .tab-btn {
        font-size: 24px;
        padding: 8px 20px;
        line-height: 40px;
    }
    
    .tab-image img {
        height: 250px;
    }
    
    .image-counter {
        font-size: 30px;
    }
    
    .tab-carousel .item {
        height: 80px;
    }
    
    .tab-carousel .item img {
        height: 80px !important;
    }
}

/* Loading Animation */
@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

.tab-image.loading img {
    animation: shimmer 2s infinite linear;
    background: linear-gradient(to right, #2a2a2a 4%, #3a3a3a 25%, #2a2a2a 36%);
    background-size: 1000px 100%;
}

/* Smooth Scrollbar for Carousel (Optional) */
.tab-carousel .owl-stage-outer::-webkit-scrollbar {
    height: 4px;
}

.tab-carousel .owl-stage-outer::-webkit-scrollbar-track {
    background: #1a1a1a;
}

.tab-carousel .owl-stage-outer::-webkit-scrollbar-thumb {
    background: #ff6b6b;
    border-radius: 4px;
}

/* Remove default owl styles that cause issues */
.tab-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.tab-carousel.owl-drag .owl-item {
    user-select: none;
}

/* Responsive */
@media (max-width: 1400px) {
    .tab-carousel .owl-nav button.owl-prev {
        left: -40px;
    }
    
    .tab-carousel .owl-nav button.owl-next {
        right: -40px;
    }
}

@media (max-width: 1200px) {
    .tab-top {
        flex-direction: column;
        gap: 30px;
    }
    
    .tab-image {
        width: 100%;
        max-width: 661px;
        margin: 0 auto;
    }
    
    .tab-text {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .tab-btn {
        font-size: 28px;
        padding: 15px 30px;
        line-height: 1.4;
    }
    
    section.tabs-section {
        padding-top: 100px;
    }
    
    .tabs-buttons {
        margin-bottom: 80px;
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .tab-btn {
        font-size: 20px;
        padding: 10px 20px;
    }
    
    .owl-carousel .item,
    .owl-carousel .item img {
        height: 100px !important;
    }
}
.carousel-wrapper {
    position: relative;
    display: flex;
}
.tab-carousel img {
    border-radius: 0;
    max-width: 215px;
}



body .second_last_sec .container {
    max-width: 1465px;
}
section.second_last_sec {
    padding: 680px 0px 150px;
    background-image: url('../images/event-counter-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.historyleftCol p {
    max-width: 468px;
    margin-bottom: 93px;
}
.story_img_box {
    max-width: max-content;
    padding: 13px 12px 52px;
    background: #fff;
}
h2.stats-number {
    font-size: 180px;
    color: #fff;
    line-height: 200px;
    margin-bottom: 30px;
}
.right_history_content h3 {
    font-size: 50px;
    color: #fff;
    line-height: 58px;
    margin-bottom: 46px;
}
.right_history_content a, .footer_left_top a {
    background: #fff;
    color: #000;
    text-decoration: none;
    padding: 20px 14px;
    font-size: 28px;
    letter-spacing: -0.7px;
    display: block;
    width: fit-content;
    transition: all 0.5s ease-in-out;
    border: 1px solid #fff;
}
.right_history_content a:hover, .footer_left_top a:hover {
    color: #fff;
    background: transparent;
}
footer h4 {
    font-size: 25px;
    color: #F6F5E0;
    font-weight: 700;
    text-transform: uppercase;
}
.footer_left_top a {
    display: flex;
    gap: 21px;
    padding: 17px 25px;
}
.footer_left_top p {
    margin: 30px 0 40px;
}
.image-slider {
    width: 100%;
    max-width: 522px;
    height: 300px;
    overflow: hidden;
    position: relative;
}
.image-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

.image-slider img.active {
  opacity: 1;
  transform: scale(1);
}
.footer_left_top p{
    max-width: 463px;
}
.footer_left_top {
    max-width: 704px;
    border-bottom: 1px solid rgba(88, 88, 88, 0.6);
    padding-bottom: 57px;
    margin-bottom: 50px;
}
.footer_left_bott p a {
    font-size: 20px;
    text-decoration: none;
    color: #f6f5e0d1;
}
.footer_left_bott h4 {
    margin-bottom: 30px;
}
.footer_right_top {
    display: flex;
    justify-content: flex-end;
}
footer {
    position: relative;
    padding-bottom: 50px;
    background: #000;
    padding-top: 100px;
}
footer::before {
    content: '';
    width: 100%;
    height: 50px;
    display: block;
    position: absolute;
    top: 1px;
    right: 0;
    left: 0;
    background-image: url(../images/border-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
footer::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../images/footer-bottom-bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: 1;
    background-size: 100%;    
}
footer .container {
    position: relative;
    z-index: 2;
}
.footer_bottom_nav {
    display: flex;
    gap: 75px;
}
ul.footer_navigation, .footer_bottom_right ul {
    padding: 30px 0 0 0;
    list-style: none;
}
.footer_bottom_nav .footer_nav:nth-child(1) ul.footer_navigation {
    column-count: 2;
}
.footer_navigation a {
    color: #F6F5E0;
    font-size: 16px;
    line-height: 38px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 300;
    padding-bottom: 18px;
    display: block;
}
.footer_bottom_right {
    text-align: right;
}
.footer_bottom_right {
    text-align: right;
}
.footer_bottom_right a {
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 24px;
    display: block;
}
.footer_bottom_row {
    padding-top: 50px;
    border-top: 1px solid rgba(88, 88, 88, 0.6);
    margin-top: 30px !important;
}
.custom-cursor {
  width: 65px;          
  height: 65px;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;   
  background-image: url('../images/custom-cursor.png'); 
  background-size: cover;
  background-position: center;
  transform: translate(-50%, -50%);
  z-index: 999999999999;
  transition: transform 0.1s ease-out;
}
body, a, button {
  cursor: none;
}
html {
  scroll-behavior: smooth;
}
span.event-date {
    padding: 15px 0 15px;
    display: block;
}
.read-more-btn {
    display: inline-flex;
    align-items: center;
    position: relative;
    overflow: hidden; 
}

.read-more-btn .arrow {
    display: inline-block;
    transform: translateX(-50px);
    opacity: 0;                  
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.read-more-btn:hover .arrow {
    transform: translateX(5px);
    opacity: 1;
}
.arrow svg {
    width: 60px;
    height: 11px;
}



/*About Page CSS*/
.about_banner .hero-overlay {
    background-image: url(../images/about-banner.png);
}
section.hero-section.about_banner {
    padding-bottom: 145px !important;
    position: relative;
}
.about_banner .bannerContent {
    padding-top: 422px;
}
.about_banner::before {
    content: '';
    width: 100%;
    height: 528px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../images/about-banner-before.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}


.marquee-section {
  width: 100%;
  overflow: hidden;
  background: #000;
  padding: 20px 0;
}

.marquee {
  width: 100%;
  overflow: hidden;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee-right 35s linear infinite;
}

.marquee-track span {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  padding-right: 50px;
}

/* Right direction animation */
@keyframes marquee-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
.marquee-track span {
    font-size: 100px;
    font-weight: 700;
    color: #F6F5E0;
    white-space: nowrap;
    padding-right: 50px;
    text-transform: uppercase;
    position: relative;
    padding-right: 150px;    
    display: block;
}
.marquee-track span::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 20px;
    background-image: url(../images/marquree-arrow.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center right;
}
section.hero-slider {
    position: relative;
}
.about-carousel .owl-nav {
    position: absolute;
    top: 260px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0px 105px;
}
.counters {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0px;
    position: absolute;
    z-index: 9999;
    bottom: 0;
    width: 100%;
    background: linear-gradient(178deg, rgba(0, 0, 0, 0.7), rgba(23, 21, 21, 0.7));
}
.counters .counter-box {
    padding: 68px 15px;
    text-align: center;
}
h3.counter {
    font-size: 100px;
    color: #F6F5E0;
}
.counter-box p {
    line-height: 40px;
    font-weight: 300;
}
.hero-slider .counters .counter-box:not(:last-child) {
    border-right: 1px solid #4D4949;
}
.video-wrapper {
    position: relative;
    width: 100%;
    max-width: 666px;
    margin: 0 auto;
}
.video-wrapper video {
  width: 666px;
  display: block;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 666px;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none; 
  transition: opacity 0.3s ease;
}

.video-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 80px;
  color: rgba(255,255,255,0.8);
  cursor: pointer;
  z-index: 2;
  pointer-events: auto;
  transition: transform 0.2s;
}

.play-icon:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
section.about_booking_sec {
  padding: 150px 15px 123px;
}

.about_booking_sec .innerContent p {
  max-width: 560px;
  font-weight: 300;
  margin-bottom: 35px;
}

.about_booking_sec .innerContent h2 {
  margin-bottom: 40px;
}

.about_booking_sec .innerContent a.book-btn {
  display: block;
  margin: 88px 0 0 !important;
  max-width: fit-content;
}
.rightVideo_col {
    display: flex;
    align-items: center;
}
.about_third_sec .row {
    text-align: center;
}
.about_third_sec .row h2.secondaryHeading {
    text-align: center;
    margin-bottom: 98px;
}
.special-item .special-item-number {
    width: 5%;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #F6F5E0;
}
.special-item-text {
    display: flex;
    text-align: left;
    width: 60%;
    align-items: center;
}
.special-item-text p {
    margin: 0px;
    font-weight: 300;
}
.special-item-text h3 {
    width: 100%;
    font-size: 30px;
    color: #F6F5E0;
}
.about_third_sec .special-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0px 108px 0;
}
.about_third_sec .special-item:not(:last-child) {
    margin-bottom: 56px;
    border-bottom: 1px solid #2A2A2A;
    padding: 0px 108px 56px;    
}
section.about_third_sec {
    background: #000;
    padding-top: 55px;
}
section.about_third_sec {
    background: #000;
    padding-top: 70px;
    position: relative;
}
section.about_third_sec::before {
    content: '';
    width: 100%;
    height: 10%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../images/border-bg.png');
    background-repeat: no-repeat;    
}
body.about section.second_last_sec {
    margin-top: -100px;
}
.event section.about_booking_sec {
    padding-bottom: 0px;
}
body.event section.second_last_sec {
    margin-top: -150px;
}
.event-featured-image img {
    width: 100%;
}
.event-detail-inner {
    padding-top: 167px;
}
.event-detail-info h2.secondaryHeading {
    margin-bottom: 46px;
}
.event-detail-inner a.book-btn {
    margin-top: 69px;
    display: block;
    width: fit-content;
}
.event-details-boxes .event-box:not(:last-child) {
    border-right: 1px solid #4D4949;
}
.event-box h4 {
    font-size: 30px;
    color: #F6F5E0;
}
.event-box h4 {
    font-size: 30px;
    color: #F6F5E0;
    margin-bottom: 36px;
}
.event-details-boxes .event-box {
    width: 100%;
    padding: 15px 20px;
    text-align: left;
}
.event-details-boxes {
    display: flex;
    justify-content: space-between;
    border: 1px solid #4D4949;
}
.event-details-schedule {
    padding-right: 60px !important;
}
.offer strong {
    font-size: 20px;
    color: #F6F5E0;
    font-weight: 700;
    margin-bottom: 32px;
    display: block;
}
.event-offers h2.secondaryHeading, .offer {
    padding-bottom: 15px;
}
.event-owl-carousel .event-card {
    max-width: 100%;
}
.event-owl-carousel {
    padding-top: 60px;
}
.event-owl-carousel .owl-nav {
    display: block !important;
    text-align: center;
}
.event-owl-carousel .owl-nav button {
    margin: 0px 10px;
}
section.animated_text_sec {
    padding-top: 65px;
}
.video-slide {
    display: flex;
    justify-content: flex-end;
    padding: 10px;
}
.event-info-btn a {
    text-decoration: none;
    color: #fff;
}
.main-menu {
    transition: 0.4s ease;
    position: absolute;
    top: 176px;
    width: 0px;
    height: 100vh;
    right: 0;
    max-width: 100%;
    background: linear-gradient(274deg, black, transparent);
    z-index: 999;
    overflow: hidden;
    padding: 40px 50px 0;
    backdrop-filter: blur(11px);
    opacity: 0;
}
.main-menu ul a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    display: block;
    padding: 0 0 20px;
}
.main-menu.active {
    width: 24%;
    opacity: 1;
}
.main-menu ul {
    list-style: none;
    padding: 0px;
}
.chat_room_banner .bannerContent {
    padding-top: 300px;
    justify-content: center;
    text-align: center;
}
.chat_room_banner .subHeading {
    margin-bottom: 35px;
}
.chat_room_banner h1.hero-title {
    margin-bottom: 60px;
}
.chat_room_banner .hero-content a.book-btn {
    width: 100%;
    display: block;
    max-width: 503px;
    margin: 145px auto 0;
}


/*Chat ROOM CSS*/
.chat_room_banner .hero-overlay {
    background-image: url('../images/room-chat-banner.png');
}
.floating-profiles {
  position: relative;
  width: 100%;
  height: 600px;
  background: #000;
  overflow: hidden;
}

.profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profile {
  position: absolute;

  width: calc(90px * var(--scale));
  height: calc(90px * var(--scale));

  border-radius: 50%;
  overflow: hidden;

  z-index: var(--z);
  filter: blur(calc((1 - var(--scale)) * 2px));

  animation: float var(--duration) cubic-bezier(.4,0,.2,1) infinite;
}
@keyframes float {
  0%   { transform: translate(0, 0); }
  50%  { transform: translate(var(--x), var(--y)); }
  100% { transform: translate(0, 0); }
}

.profile {
  filter: blur(calc((1 - var(--scale)) * 2px));
}
.profile {
  animation-timing-function: cubic-bezier(.4,0,.2,1);
}
.p1  { top:10%; left:10%; --scale:1;    --z:5; --x: 10px; --y:-25px; --duration:6s; }
.p2  { top:30%; left:18%; --scale:0.7;  --z:2; --x:-12px; --y:-18px; --duration:7s; }
.p3  { top:55%; left:12%; --scale:0.85; --z:3; --x: 14px; --y:-30px; --duration:8s; }

.p4  { top:15%; left:35%; --scale:1.1;  --z:6; --x:-10px; --y:-22px; --duration:6.5s; }
.p5  { top:40%; left:32%; --scale:0.6;  --z:1; --x: 12px; --y:-15px; --duration:9s; }
.p6  { top:65%; left:38%; --scale:0.9;  --z:4; --x:-14px; --y:-20px; --duration:7.5s; }

.p7  { top:12%; left:55%; --scale:0.75; --z:2; --x: 18px; --y:-26px; --duration:8.2s; }
.p8  { top:38%; left:52%; --scale:1.2;  --z:7; --x:-16px; --y:-32px; --duration:6.8s; }
.p9  { top:62%; left:58%; --scale:0.65; --z:1; --x: 10px; --y:-24px; --duration:9.5s; }

.p10 { top:20%; left:75%; --scale:1;    --z:5; --x:-20px; --y:-35px; --duration:10s; }
.p11 { top:45%; left:72%; --scale:0.8;  --z:3; --x: 14px; --y:-20px; --duration:7s; }
.p12 { top:68%; left:78%; --scale:0.95; --z:4; --x:-12px; --y:-28px; --duration:8.5s; }

.p13 { top:30%; left:88%; --scale:0.6;  --z:1; --x: 16px; --y:-22px; --duration:6.3s; }
.p14 { top:55%; left:90%; --scale:1.15; --z:6; --x:-18px; --y:-30px; --duration:9.2s; }
.p15 { top:15%; left:92%; --scale:0.7;  --z:2; --x: 12px; --y:-26px; --duration:7.8s; }


@keyframes float {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(var(--x), var(--y));
  }
  100% {
    transform: translate(0, 0);
  }
}


.hidden {
  display: none;
}
.login-overlay {
    position: fixed;
    inset: 0;
    backdrop-filter: blur(12px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    height: 100vh;
}
.login-popup {
    width: 750px;
    max-width: 100%;
    background-image: url(../images/popup-bg.png);
    text-align: center;
    color: #fff;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top;
    padding: 250px 70px 50px;
    border-radius: 24px;
}
.login-popup h2 {
  margin-bottom: 25px;
  font-weight: 500;
}

/* Inputs */
.login-popup input {
  width: 100%;
  padding: 14px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: none;
  background: #2a2a2a;
  color: #fff;
}

.login-popup input::placeholder {
  color: #aaa;
}

.forgot {
  display: block;
  text-align: left;
  font-size: 13px;
  color: #aaa;
  margin-bottom: 20px;
}

/* Buttons */
.login-btn {
  width: 100%;
  padding: 14px;
  background: #d40000;
  border: none;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 15px;
}

.social {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  margin-bottom: 10px;
  background: #2a2a2a;
  color: #fff;
}

.signup-text {
  margin-top: 15px;
  font-size: 13px;
  color: #aaa;
}

.signup-text a {
  color: #fff;
}
body.chat-room-phase-3 .chat_room_banner {
    padding-bottom: 350px !important;
}
.people-section .tabs-header {
    text-align: center;
    position: relative;
    top: -140px;
    z-index: 99999;
}
.tab-panel {
    display: none;
}
.tab-panel.active {
    display: block;
}
.cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 55px;
}
.user-card img {
    width: 100%;
}
.cards-grid .user-card {
    position: relative;
}
.cards-grid .user-card span.status{
    position: absolute;
    top: 0;
    right: 0;
}
.tabs-content {
    padding: 0 0 0 110px;
}
.card-info {
    position: absolute;
    bottom: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 40px 24px;
}
.cards-grid .user-card span.status {
    position: absolute;
    top: 40px;
    right: 24px;
    display: block;
    background: #A0FCAA;
    font-size: 16px;
    color: #00670C;
    font-family: 'Space Grotesk';
    font-weight: 500;
    padding: 6.5px 31px;
    border-radius: 100px;
}
.tabs-content .view-more-wrap {
    text-align: center;
    padding-top: 85px;
}


.video-slide video {
    max-width: 492px !important;
}

.event-card {
  transform-style: preserve-3d;
  will-change: transform, opacity;
  transition: box-shadow 0.3s ease;
}

.event-card:hover {
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.view-all-container {
  /*opacity: 0;*/
  transform: translateY(50px);
}

/* Preloader
-----------------------------------------------------------------*/
body.loaded {
  overflow: hidden !important;
  height: 100% !important;
}

.loader-wrap {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  z-index: 99999999999999;
}

.loader-wrap svg {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 110vh;
  fill: #1d1d1d;
}

.loader-wrap .loader-wrap-heading .load-text {
  font-size: 60px;
  font-weight: 200;
  letter-spacing: 5px;
  text-transform: uppercase;
  z-index: 20;
}

.load-text span {
  -webkit-animation: loading 1s infinite alternate;
  animation: loading 1s infinite alternate;
}

.load-text span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.load-text span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.load-text span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.load-text span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.load-text span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.load-text span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.load-text span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}


@keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1800px) {
    body .container {
        max-width: 95% !important;
        overflow: hidden;
    }
    .header {
        padding: 50px 0 0;
    }
    .header-right {
        gap: 20px;
    }
    .book-btn, .view-all-btn {
        font-size: 20px;    
    }
    .bannerContent {
        padding-top: 350px;
    }
    .hero-title {
        font-size: 74px;
        line-height: 96px;
    }
}
@media (min-width: 1200px) and (max-width: 1440px) {
    .hero-title {
        font-size: 64px;
        line-height: 70px;  
    }
    .bannerContent {
        padding-top: 380px;
    }
    .music-section >.container .row {
        margin-left: 0px;
    }
    .music-section >.container {
        margin-right: auto;
        margin-left: auto;
    }
    .music-card {
        padding: 15px;
    }
    .song-title {
        font-size: 24px;
    }
    .control-buttons .play-btn {
        padding: 10px 24px;
    }
    .music-card .controls {
        padding: 0px;
    }
    .vote-btn {
        padding: 6px 15px;
        font-size: 18px;
    }
    .like-btn {
        width: 39px;
        height: 39px;
    }
    .controlRight {
        gap: 31px;
    }
    .music-carousel .owl-nav, .event-owl-carousel .owl-nav {
        gap: 15px;
        margin-top: 50px;
    }
    .owl-nav  svg, .control-btn svg {
        width: 36px;
    }
    .music-carousel .owl-nav button, .rightNav button, .about-carousel button, .event-owl-carousel .owl-nav button {
        width: 81px;
        height: 81px;
    }
    .event-info h3, .slider-item h3.event-title {
        font-size: 24px;
    }
    .event-date, .event-date, .slider-item a.read-more-btn, .event-day {
        font-size: 18px;
    }
    .book-btn, .view-all-btn {  
        padding: 10px 24.188px;
        font-size: 18px;
    }
    .leftHeading h1 {
        font-size: 38px;
    }
    .event-btn {
        padding: 10px 16px;
        font-size: 18px;
    }
    .view-all-container {
        margin-top: 10px;
    }
    .image-container {
        height: 420px;
        max-width: 260px;
    }
    .slider-item .event-content {
        padding: 30px 0 0;
    }
    span.event-date {
        padding: 5px 0 5px;
    }
    a.read-more-btn {
        padding-left: 25%;
    }
    section.memories-section {
        padding: 50px 0px 50px;
    }
    .leftHeading {
        max-width: 463px;
        padding-bottom: 40px;
    }
    body p {
        font-size: 18px;
    }
    .heading_carouselRight {
        padding-left: 30px !important;
    }
    .gallery-carousel .owl-nav button {
        width: 40px;
        height: 40px;
    }
    .gallery-carousel .owl-nav {
        padding: 5px;
    }
    .gallery-carousel .owl-nav button svg {
        width: 20px;
    }
    .animatedText p {
        font-size: 120px;
        line-height: 122.3px;
    }
    .animatedText::before {
        width: 40%;
        top: 40px;
        left: 45px;
        background-size: 40% 55%;
    }
    .animatedText::after {
        width: 185px;
        height: 135px;
        bottom: 0px;
        right: 110px;
        background-size: 100% 100%;
    }
    .counter_row .event-content {
        padding-bottom: 220px;
        padding-top: 40px;
    }
    h2.event-number {
        font-size: 100px;
        line-height: 120px;
    }
    p.event-text {
        font-size: 32px;
        line-height: 48px;
    }
    .image-grid img {
        top: -61%;
        left: -551px;
    }
    .image-grid img:nth-child(2) {
        right: 80px;
        left: unset;
        top: -290px;
    }
    .image-grid img:nth-child(3) {
        top: -280px;
        left: -540px;
    }

    .imgText p {
        font-size: 110px;
        line-height: 130px;
    }
    .imgText p img {
        width: 100%;
        max-width: 400px;
        margin: -20px 0 0;
    }
    .imgText p::before {
        content: '';
        width: 272px;
        height: 200px;
        right: 213px;
        top: 135px;
        background-size: 100% 100%;
            z-index: 999999;    
    }
    .imgText p::after {
        content: '';
        width: 232px;
        height: 192px;
        right: 120px;
        bottom: 50px;
        background-size: 100% 100%;
            z-index: 999999;    
    }
    section.tabs-section {
        padding-top: 100px;
        padding-bottom: 50px;
    }
    .tab-btn {
        font-size: 26px;
        line-height: 36px;
        padding: 18px 36px;
    }
    .tabs-buttons {
        margin-bottom: 80px;
    }
    .tab-image {
        width: 450px;
    }
    .tab-image img {
        width: 100%;
        height: 404px;
        object-fit: contain;
        display: block;
    }
    .tab-text h2 {
        font-size: 38px;
        margin-bottom: 10px;
    }
    p.tab-desc {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    .tab-carousel .item img, 
    .tab-carousel .item  {
        height: 80px !important;
    }
    .tab-top {
        margin-bottom: 40px;
    }
    .image-counter {
        margin-bottom: 15px;
        font-size: 30px;
        padding: 40px 0 0 40px;
    }
    .tabs-buttons {
        margin-bottom: 20px;
    }
    h2.stats-number {
        font-size: 110px;
        line-height: 120px;
        margin-bottom: 20px;
    }
    .right_history_content h3 {
        font-size: 38px;
        line-height: 48px;
        margin-bottom: 30px;
    }
    .right_history_content a, .footer_left_top a {
        padding: 14px 14px;
        font-size: 18px;
    }
    section.second_last_sec {
        padding: 160px 0px 230px;
        background-size: 100% 100%;
    }
    .footer_left_top p {
        margin: 20px 0 30px;
    }
    footer h4 {
        font-size: 22px;
    }
    .footer_left_bott p a {
        font-size: 18px;
    }
    .footer_bottom_right a {
        font-size: 18px;
        padding-bottom: 15px;
    }
    .footer_navigation a {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 18px;
    }
    .image-grid img.dropped-img-3 {
        top: 348px !important;
        width: 300px;
        left: -477px !important;
    }
    img.dropped-img-1 {
        width: 300px;
    }
    img.dropped-img-2 {
        width: 300px;
        left: 80px !important;
        top: 180px !important;
    }
    img.dropped-img-4 {
        width: 300px;
        right: 70px !important;
    }
    .about_banner .bannerContent {
        padding-top: 310px;
        gap: 210px;
    }
    .about_banner::before {
        height: 328px;
    }
    section.hero-section.about_banner {
        padding-bottom: 70px !important;
    }
    .marquee-track span {
        font-size: 70px;
    }
    .about-carousel video {
        height: 650px;
        width: 100%;
        object-fit: cover;
    }
    h3.counter {
        font-size: 65px;
    }
    .counters .counter-box {
        padding: 38px 15px 20px;
    }
    section.about_booking_sec {
        padding: 70px 15px 60px;
    }
    .section-title, .secondaryHeading {
        font-size: 28px;
        line-height: normal;
    }
    .about_booking_sec .innerContent h2 {
        margin-bottom: 20px;
    }
    .about_booking_sec .innerContent p {
        margin-bottom: 25px;
    }
    .play-icon svg {
        width: 100px;
        height: 100px;
    }
    .video-wrapper video {
        width: 600px;
        display: block;
    }
    .about_booking_sec .innerContent a.book-btn {
        margin: 40px 0 0 !important;
    }
    .about_booking_sec .innerContent {
        padding-right: 60px;
    }
    .special-item-text h3 {
        font-size: 24px;
        padding-right: 30px;
    }
    .special-item-text p {
        font-size: 16px;
    }
    .special-item-icon img {
        width: 51px;
        height: 51px;
    }
    .about_third_sec .special-item:not(:last-child) {
        margin-bottom: 24px;
        padding: 0px 108px 24px;
    }
    body.about section.second_last_sec {
        margin-top: 10px;
    }
    .historyleftCol p {
        margin-bottom: 60px;
    }
    .event-detail-inner {
        padding-top: 80px;
    }
    .event-box h4 {
        font-size: 22px;
        margin-bottom: 16px;
    }
    .event-detail-info h2.secondaryHeading {
        margin-bottom: 26px;
    }
    .event-detail-inner a.book-btn {
        margin-top: 39px;
    }
    .offer strong {
        font-size: 18px;
        margin-bottom: 20px;
    }
    
}
/*Mobile Responsive*/
@media (min-width: 320px) and (max-width: 767px) {
    .counters {
        grid-template-columns: repeat(2, 4fr);
    }
    .counters .counter-box {
        padding: 8px 8px;
    }
    .counter-box p {
        line-height: normal;
        font-size: 14px;
    }
    .about-carousel .owl-nav {
        top: 140px;
        padding: 0px 25px;
    }
    .about-carousel .owl-nav svg {
        width: 24px;
        height: 24px;
    }
    section.about_booking_sec {
        padding: 50px 15px 50px;
    }
    .about_booking_sec .innerContent h2 {
        margin-bottom: 30px;
        line-height: normal;
    }
    .about_booking_sec .innerContent p {
        margin-bottom: 15px;
    }
    .about_booking_sec .innerContent a.book-btn {
        margin: 30px 0 50px !important;
    }
    #playIcon svg {
        width: 50px;
        height: 50px;
    }
    .special-item-text h3 {
        width: 100%;
        font-size: 24px;
        margin: 20px 0 15px;
    }
    .special-item .special-item-number {
        width: 100%;

    }
    .about_third_sec .special-item {
        margin-bottom: 25px !important;
        padding: 0px 10px 25px !important;
        flex-direction: column;    
    }
    .special-item-text {
        width: 100%;
        flex-direction: column;
    }
    .special-item-icon img {
        width: 34px;
    }
    .marquee-track span::after {
        right: 40px;
        background-size: 14% 50%;
    }
    .events-slider-wrapper {
        padding: 0px;
    }
    .events-slider-wrapper .owl-nav button svg {
        width: 26px;
    }
    .special-item-icon {
        text-align: left;
        padding: 17px 0 0;
    }
    .about-carousel .item video {
        height: 500px;
        object-fit: cover;
    }
    .about_banner::before {
        height: 80px;
    }
    .about_banner .bannerContent {
        padding-top: 212px;
    }
    h3.counter {
        font-size: 24px;
    }
    section.hero-section.about_banner {
        padding-bottom: 25px !important;
    }
    .marquee-track span {
        font-size: 50px;
    }
    .video-overlay, 
    .video-wrapper video {
        width: 100%;
    }
    .header {
        padding: 30px 15px 0;
    }
    .menu-btn {
        font-size: 16px;
        gap: 5px;
    }
    .book-btn, .view-all-btn {
        padding: 8px 12.188px;
        font-size: 16px;
    }
    .header-right {
        gap: 10px;
        padding: 0px;
    }
    .bannerContent {
        padding: 180px 15px 0;
        flex-direction: column;    
    }
    .hero-title {
        font-size: 30px;
        line-height: normal;
    }
    .hero-images {
        display: none;
    }
    .music-section >.container .row {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .music-carousel .owl-nav, .event-owl-carousel .owl-nav {
        margin-top: 30px;
    }
    .music-section >.container {
        margin-right: auto;
        margin-left: auto;
        padding: 0px 15px;
    }
    .searchBar {
        flex-direction: column;
        padding: 0px;
    }
    .section-title, .secondaryHeading {
        font-size: 24px;
    }
    .section-subtitle {
        font-size: 18px;
    }
    .search-container {
        width: 100%;
        left: 0;
    }
    .search-input {
        width: 100%;
        padding: 15px 0px 16px 27px;
        font-size: 16px;
    }
    .search-container svg.feather.feather-search {
        top: -42px;
        width: 27px;
        height: 26px;
    }
    .hero-section {
        padding-bottom: 100px;
    }
    .music-section {
        top: -80px;
    }
    .music-section::before {
        content: '';
        width: 100%;
        height: 20%;
        background-size: contain;
    }
    .card-header {
        margin-bottom: 15px;
        /*flex-direction: column-reverse;*/
    }
    .album-art {
        width: 60px;
        height: 60px;
        margin: 0 0 0 10px;
    }
    .song-stats {
        margin: 0px;
    }
    .control-buttons {
        gap: 10px;
        margin-bottom: 15px;
    }
    .control-buttons .play-btn {
        padding: 10px 19px;
    }
    .vote-btn {
        padding: 8px 12px;
        font-size: 14px;
    }
    .like-btn svg {
        width: 18px;
        height: 18px;
    }
    .like-btn {
        width: 37px;
        height: 37px;
    }
    .music-card .controls {
        gap: 5px;
        justify-content: flex-start;
        margin: 0px;
        padding: 0px;
    }
    .action-section {
        margin-bottom: 0px;
    }
    .volume-section {
        gap: 4px;
    }
    .volume-slider {
        width: 40px;
        height: 3px;
    }
    .waveform img {
        width: 100%;
        max-width: 110px;
    }
    .music-carousel .owl-nav button, .rightNav button, .about-carousel button, .event-owl-carousel .owl-nav button {
        width: 40px;
        height: 40px;
        font-size: 10px !important;
    }
    .music-carousel .owl-nav button svg {
        max-width: 24px;
    }
    .music-carousel .owl-nav, .event-owl-carousel .owl-nav {
        gap: 10px;
    }
    .events-slider {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .event-card {
        width: 100%;
        max-width: 48%;
    }
    .event-info h3{
        font-size: 18px;
    }
    .event-date, .event-date, .slider-item a.read-more-btn {
        font-size: 14px;
    }
    .event-day {
        font-size: 14px;
    }
    .event-btn {
        padding: 10px 12px;
        font-size: 14px;
        width: 100%;
        max-width: 100px;
    }
    .event-buttons {
        gap: 10px;
    }
    .cards-container {
        padding: 0px !important;
    }
    .controlRight {
        flex-direction: column;
        gap: 23px;
    }
    .waveform {
        height: auto;
    }
    .main-menu.active {
        width: 100%;
        top: 140px;
    }
    section.memories-section {
        padding: 70px 15px 60px;
    }
    .memoriesContent {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 30px;    
    }
    .leftHeading {
        padding-bottom: 10px;
    }
    .image-container {
        height: 400px;
        max-width: 225px;
    }
    .row {
        margin: 0px;
    }
    .top_carouel_gallery {
        flex-direction: column-reverse;
        display: flex;
        padding: 0px 15px;
    }
    .sectionFifth {
        padding: 0 15px 0 !important;
    }
    .imgText p br {
        display: none;
    }
    .imgText p {
        font-size: 32px;
        line-height: 44px;
    }
    section.tabs-section {
        padding: 50px 15px 0;
    }
    .tab-btn {
        font-size: 15px;
        padding: 8px 12px;
    }
    .tab-text h2 {
        font-size: 28px;
    }
    section.second_last_sec {
        padding: 0px 0px 50px;
    }
    .historyleftCol p {
        max-width: 468px;
        margin-bottom: 30px;
    }
    body p {
        font-size: 18px;
    }
    .story_img_box img {
        width: 100%;
    }
    h2.stats-number {
        font-size: 80px;
        line-height: 90px;
        margin-bottom: 15px;
        margin-top: 60px;
    }
    .right_history_content h3 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 46px;
    }
    .right_history_content a, .footer_left_top a {
        padding: 18px 14px;
        font-size: 16px;
    }
    footer {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .footer_bottom_nav {
        display: flex;
        gap: 0px;
        flex-direction: column;
    }
    ul.footer_navigation, .footer_bottom_right ul {
        padding: 15px 0 0 0;
    }
    .footer_navigation a, .footer_bottom_right a {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 13px;
    }
    .footer_bottom_right {
        text-align: left;
    }
    footer h4 {
        font-size: 18px;
    }
    .loader-wrap .loader-wrap-heading .load-text {
        font-size: 40px;
    }
    .logo {
        padding: 0px;
    }
    .heading_carouselRight {
        padding: 0px !important;
    }
    .owl-carousel .item, .owl-carousel .item img {
        height: auto !important;
    }
    .gallery-carousel .owl-nav button {
        width: 40px;
        height: 40px;
    }
    .gallery-carousel .owl-nav button.owl-prev {
        left: -20px;
        position: relative;
    }
    .gallery-carousel .owl-nav button.owl-next {
        right: -20px;
        position: relative;
    }
    .gallery-carousel .owl-nav {
        top: 60px;
        padding: 0px;
    }
    .animatedText p {
        font-size: 48px;
        line-height: 52.3px;
    }
    .imgText p img {
        width: 100%;
    }
    .gallery-carousel .owl-nav button.owl-prev {
        left: -20px;
        position: relative;
    }
    .tab-carousel img {
        height: 90px !important;
    }
    .gallery-carousel img {
        height: 100% !important;
    }
    .event-content .counterLeft {
        width: 100%;
    }
    .image-grid {
        width: 100%;
        position: unset;
        height: 300px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    img.dropped-img-3 {
        top: 290px !important;
        z-index: 1 !important;
        opacity: 1 !important;
        right: 0px !important;
        left: unset !important;
    }
    .counter_row .event-content {
        padding-top: 0px;
        flex-direction: column;
        padding-bottom: 0px;        
    }
    h2.event-number {
        font-size: 80px;
        line-height: 100px;
    }
    p.event-text {
        font-size: 24px;
        line-height: normal;
    }
    .image-grid img {
        width: 50%;
    }
    .image-grid img:nth-child(2), .image-grid img:nth-child(1), .image-grid img:nth-child(3), .image-grid img:nth-child(4) {
        right: 220px;
        left: unset;
        top: -200px;
    }
    .imgText p::before, .imgText p::after {
        display: none;
    }
    .animatedRow {
        padding-top: 50px;
    }
    .tab-carousel .owl-nav button.owl-prev {
        left: 0px !important;
    }
    img.dropped-img-1 {
        right: 0 !important;
        top: 435px !important;
    }
    img.dropped-img-4 {
        left: 0 !important;
        top: 435px !important;
    }
    img.dropped-img-2 {
        left: 0px !important;
        top: 292px !important;
    }
    section.excitementSec {
        padding-top: 0px;
    }
    .slider-item h3.event-title {
        font-size: 28px;
    }
    .slider-item a.read-more-btn {
        font-size: 18px;
    }
    body.event section.second_last_sec {
        margin-top: 0PX;
        padding-top: 60px;
    }
    .event-detail header.header {
        position: unset;
        padding: 30px 15px;
    }
    .event-details-schedule {
        padding: 15px 13px 40px;
    }
    .event-box p {
        margin: 0px;
    }
    .event-details-boxes {
        flex-direction: column;
    }
    .event-box h4 {
        font-size: 22px;
        margin-bottom: 5px;
    }
    .event-details-boxes .event-box:not(:last-child) {
        border-right: 0px;
    }
    .event-details-schedule {
        padding-right: 15px !important;
    }
    .contactHeading h4 {
        font-size: 40px;
        line-height: 46px;
    }
    .midContact img {
        height: auto;
    }
    section.midContact h2 {
        position: unset;
        font-size: 40.46px;
        line-height: normal;
    }
    section.midContact h2 span {
        border-width: 1px;
    }
}
body.contact section.second_last_sec {
    display: none;
}
section.contact_usBanner {
    padding: 347px 15px 70px;
}
.contactHeading h4 span {
    color: #BF2400;
}
.contactHeading h4 {
    font-size: 60px;
    color: #FFFFFF;
    font-family: 'Space Grotesk';
    line-height: 66px;
    max-width: 489px;
    margin: 0px auto;
}
.midContact img {
    height: 1210px;
    width: 100%;
    object-fit: cover;
}
section.midContact h2 {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    font-size: 247.46px;
    line-height: 291.9px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #F6F5E0, #6A1400);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
section.midContact h2 span {
    border-bottom: 4px solid #E2AB04;
    display: inline-block;
}



















