* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

html,
body {
    height: 100%;
    width: 100%;
    background-color: #090909;
    overflow-x: hidden;
    position: relative;
}
a {
    text-decoration: none;
    color: white;
}

/* cursor effect starts here */
audio{
    autoplay: true !important;
}
.ball {
    width: 25px;
    height: 25px;
    position: fixed;
    top: 0;
    left: 0;
    border: 3px solid rgb(255, 233, 30);
    border-radius: 50%;
    pointer-events: none;
    z-index: 10;
    background-color: transparent;
    box-shadow: 0px 0px 15px rgb(255, 236, 174);
}

/* cursor effect ends */
/* cursor effect responsive starts here */

@media (max-width: 768px) {
    .ball {
        display: none;
    }
}

/* cursor effect responsive ends here */

/* menu bar starts here */

#menubar {
    height: 100vh;
    width: 40%;
    background-color: #0000009f;
    color: white;
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10%;
    z-index: 3;
    backdrop-filter: blur(10px);
    transform: translate(100%, 0%);
}
#menu-bar-logo-holder {
    height: 10%;
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: end;
}
#menu-bar-logo {
    height: 15vh;
    width: 30vh;
    background-image: url("assets/images/logo/Kolkata\ odessy\ logo.png");
    background-size: cover;
    background-position: center;
}
#menu-content {
    height: 30%;
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    gap: 5%;
    font-size: 6vh;
    font-weight: 600;
}
#menu-content p {

    cursor: pointer;
    text-transform: uppercase;
    filter: drop-shadow(0px 0px 1px rgb(255, 255, 255));
}
#close-menu-button-holder {
    height: 10vh;
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: end;
}
#close-menu-button {
    height: 10vh;
    width: 10vh;
    border: .5px solid white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3vh;
    cursor: pointer;
    box-shadow: 0px 0px 2.5px rgb(255, 255, 255);
    filter: drop-shadow(0px 0px 1px rgb(255, 255, 255));
}
/* menu bar ends here */
/* menu bar responsive starts here */

@media (max-width: 768px) {
    #menubar {
        width: 100%;
        gap: 5%;
    }
    #menu-bar-logo-holder {
        height: 10%;
        width: 80%;
        justify-content: center;
    }
    #menu-bar-logo {
        height: 10vh;
        width: 20vh;
    }   
    #menu-content {
        height: 30%;
        width: 80%;
        justify-content: center;
    }
    #menu-content {
        font-size: 4vh;
        align-items: start;
    }
    #close-menu-button-holder {
        height: 10vh;
        width: 80%;
        justify-content: center;
    }
    #close-menu-button {
        height: 10vh;
        width: 10vh;
        font-size: 2vh;
    }
}

/* menu bar responsive ends here */

/* hero section starts here */

#hero-section {
    height: 100vh;
    width: 100%;
    background-color: #090909;
    position: relative;
    background-image: url("assets/images/banners/BPRAAK.png");
    background-size: cover;
    background-position: center;
}

#hero-section-filter {
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 0;
    background-image: linear-gradient(to top, #090909, rgba(0, 0, 0, 0.082), rgba(255, 255, 255, 0));
}

#hero-particle-filter {
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    
}

#hero-particle-filter video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: screen;
    z-index: 0;
}

/* hero section ends here */

/* audio and music player starts here */

#musicplayer-holder {
    height: 15vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

#music-player {
    height: 70%;
    width: 80%;
    background-color: rgba(0, 0, 0, 0.521);
    border-radius: 5vh;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: white;
}
#music-player a {
    height: 60%;
    width: 7%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#header-logo {
    background-image: url("assets/images/logo/Kolkata\ odessy\ logo.png");
    background-size: cover;
    background-position: center center;
    height: 30px;
    width: 60px;
    filter: drop-shadow(0px 0px .5px rgb(255, 255, 255));
}

#singer {
    height: 100%;
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5%;
    filter: drop-shadow(0px 0px 1.5px rgb(255, 255, 255));
}

#singerpic {
    height: 7vh;
    width: 7vh;
    border-radius: 50%;
    background-color: #ffe600;
    background-image: url("assets/images/extras/B Praak Photo.png");
    background-size: cover;
}

#singername-des {
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#singername {
    font-size: 2.5vh;
    font-weight: 600;
}

#songName {
    font-size: 1.5vh;
}

#controls {
    height: 100%;
    width: 10%;
    font-size: 2vh;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5%;
}

#controls i {
    cursor: pointer;
    filter: drop-shadow(0px 0px 1.5px rgb(255, 255, 255));
}

#play-control {
    height: 5vh;
    width: 5vh;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 0px 5px white;
    border: .5px solid rgba(255, 255, 255, 0.658);
    position: relative;
}

#Click-to-play {
    height: 10px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    flex-direction: column;;
    top: 170%;
    z-index: 100;
}
#Click-to-play i {
    font-size: 2vh;
    color: white;
}
#Click-to-play p {
    font-size: 2vh;
    color: white;
    filter: drop-shadow(0px 0px 1px rgb(255, 255, 255));
}

/* play control responsive starts here */

@media (max-width: 768px) {
    #Click-to-play {
        width: 150px;
        top: 140%;
    }
    #Click-to-play p {
        font-size: 1.5vh;
    }
    #Click-to-play i {
        font-size: 1.5vh;
    }
}

/* play control responsive ends here */

#play-control i {
    font-size: 2vh;
    transform: translate(0%, 5%);
}

#progress-bar {
    height: 100%;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#bar {
    height: .25vh;
    width: 70%;
    background-color: rgba(255, 255, 255, 0.356);
    display: flex;
    align-items: center;
    justify-content: start;
}

/* progressBar area starts Here */

#progressBar {
    width: 100%;
    appearance: none;
    background: transparent;
    /* Make the default background transparent */
    height: 2px;
    /* Adjust track height */
    outline: none;
    /* Remove outline when focused */
    cursor: pointer;
    filter: drop-shadow(0px 0px 1.5px rgb(255, 255, 255));
}

#progressBar::-webkit-slider-runnable-track {
    background: #fff;
    /* White track */
    height: 1px;
    /* Set the same height as the track */
    border-radius: 3px;
    /* Rounded corners for the track */
}

#progressBar::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 10px;
    height: 10px;
    background: #ffd000;
    /* White thumb */
    border-radius: 50%;
    /* Make the thumb round */
    margin-top: -4.5px;
    /* Align thumb vertically with track */
}


/* progressBar area ends Here */

#volume {
    height: 100%;
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#muteButton {
    height: 50%;
    width: 50%;
    font-size: 2.5vh;
    color: white;
    background-color: transparent;
    border: 1px solid transparent;
    cursor: pointer;
    filter: drop-shadow(0px 0px 1.5px rgb(255, 255, 255));
}

#currentTime {
    filter: drop-shadow(0px 0px 1.5px rgb(255, 255, 255));
}

#duration {
    filter: drop-shadow(0px 0px 1.5px rgb(255, 255, 255));
}

#hamburger-menu-holder {
    height: 5vh;
    width: 5vh;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 3vh;
    filter: drop-shadow(0px 0px 1.5px rgb(255, 255, 255));
}


/* audio and music player ends here */

/* music player responsive */

@media (max-width: 768px) {
    #hero-section {
        height: 85vh;
    }

    #musicplayer-holder {
        height: auto;
        padding: 10px 0;
        position: relative;
    }

    #music-player {
        height: auto;
        width: 95%;
        flex-direction: column;
        padding: 15px;
        margin-top: 5vh;
    }

    #header-logo {
        width: 15vw;
        height: 8vw;
        margin-bottom: 30px;
        position: absolute;
        top: 5vw;
        left: 5vw;
    }

    #singer {
        width: 100%;
        justify-content: flex-start;
        margin-bottom: 15px;
    }

    #singerpic {
        height: 12vw;
        width: 12vw;
    }

    #singername-des {
        width: auto;
    }

    #controls {
        width: 35vw;
        position: absolute;
        right: 2%;
        top: -5%;
    }

    #progress-bar {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    #bar {
        width: 100%;
        margin: 10px 0;
    }

    #volume {
        width: 100%;
        justify-content: center;
        margin-top: 15px;
    }

    #muteButton {
        height: auto;
        width: auto;
        display: none;
    }

    #hamburger-menu-holder {
        position: absolute;
        top: 10%;
        right: 5%;
    }
}

/* music player responsive ends here */

/* play video button starts here */

#play-video-button-holder {
    height: 15vh;
    width: 15vh;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

#play-video-button {
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.062);
    border-radius: 50%;
    border: 2px dashed rgba(255, 255, 255, 0.699);
    cursor: pointer;
    font-size: 3.5vh;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0px 0px 1.5px rgb(255, 255, 255));
}

/* responsive play video button starts here */

@media (max-width: 768px) {
    #play-video-button-holder {
        height: 12vh;
        width: 12vh;
        top: 75%;
    }

    #play-video-button {
        font-size: 2.5vh;
    }
}

/* responsive play video button ends here */
/* play video button ends here */
/* hero section ends here */

/* about kolkata odyssey starts here */

#About-Kolkata-Odyssey {
    height: 120vh;
    width: 100%;
    background-color: #090909;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#About-section-header {
    height: 30%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#About-section-header p {
    font-size: 4vh;
}

.Gradient-topic-text {
    background: linear-gradient(to top, #ff5e00, #ffd000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: none !important;
}

#About-section-header h1 {
    font-size: 7vh;
    font-weight: 600;
    color: white;
    filter: drop-shadow(0px 0px 1.5px rgb(255, 255, 255));
}

.Gradient-text {
    background: linear-gradient(to right, #ffd000, #ff5e00, #ffd000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: none !important;
}

#About-section-content {
    height: 20%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#About-section-content p {
    width: 75%;
    font-size: 2.5vh;
    color: rgba(255, 255, 255, 0.822);
    line-height: 1.5;
    filter: drop-shadow(0px 0px 1.5px rgb(255, 255, 255));
}

#Go-to-section {
    height: 20vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#Go-to-Bar {
    height: 50%;
    width: 80%;
    background-color: rgba(255, 255, 255, 0.144);
    border-radius: 5vh;
    border: .5px solid rgba(255, 255, 255, 0.5);
    position: relative;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
}

#Common-Searches {
    height: 100%;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: rgba(255, 255, 255, 0.7);
}

#Search1 {
    font-size: 2.5vh;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5%;
    border-right: 2px solid rgba(255, 255, 255, 0.5);
}

#Search2 {
    font-size: 2.5vh;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5%;
}

#Go-to-Button {
    height: 100%;
    width: 10vw;
    background-color: #090909;
    border-radius: 5vh;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5%;
    font-size: 2.5vh;
    font-weight: 600;
    border: .5px solid rgba(255, 255, 255, 0.767);
}

#Go-to-Button i {
    background: linear-gradient(to right, #ff5e00, #ffd000, #ff5e00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 3vh;
}

/* sponsors section starts here */

#Sponsors-section {
    height: 30%;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#Sponsor-deck {
    height: 80%;
    width: 100%;
    background-color: #090909;
    display: flex;
    align-items: center;
    justify-content: start;
    position: absolute;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    border-top: 2px solid rgba(255, 255, 255, 0.5);
    overflow: hidden;
}

#Sponsor-deck-strip {
    height: 100%;
    width: 500%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.sponsor {
    height: 15vh;
    width: 20vh;
    margin: 5vh;
    filter: drop-shadow(0px 0px .25px rgb(255, 255, 255));
}

#Sponsor1 {
    background-image: url("assets/images/sponsors/1.png");
    background-size: cover;
    background-position: center;
}

#Sponsor2 {
    background-image: url("assets/images/sponsors/2.png");
    background-size: cover;
    background-position: center;
}

#Sponsor3 {
    background-image: url("assets/images/sponsors/3.png");
    background-size: cover;
    background-position: center;
}

#Sponsor4 {
    background-image: url("assets/images/sponsors/4.png");
    background-size: cover;
    background-position: center;
}

#Sponsor5 {
    background-image: url("assets/images/sponsors/5.png");
    background-size: cover;
    background-position: center;
}

#Sponsor6 {
    background-image: url("assets/images/sponsors/6.png");
    background-size: cover;
    background-position: center;
}

#Sponsor7 {
    background-image: url("assets/images/sponsors/7.png");
    background-size: cover;
    background-position: center;
}

#Sponsor8 {
    background-image: url("assets/images/sponsors/8.png");
    background-size: cover;
    background-position: center;
}

#Sponsor9 {
    background-image: url("assets/images/sponsors/9.png");
    background-size: cover;
    background-position: center;
}

#Sponsor10 {
    background-image: url("assets/images/sponsors/10.png");
    background-size: cover;
    background-position: center;
}

/* sponsors section ends here */

/* about kolkata odyssey ends here */

/* about kolkata odyssey responsive starts here */

@media (max-width: 768px) {

    #About-section-header {
        height: 20vh;

    }

    #About-section-header p {
        font-size: 2vh;
    }

    #About-section-header h1 {
        font-size: 3.5vh;
    }

    #About-Kolkata-Odyssey {
        height: 50vh;
        gap: 2.5vh;
    }

    #About-section-content p {
        font-size: 1.5vh;
        width: 80%;

    }

    #About-section-content p span {
        display: none;
    }

    #Go-to-section {
        display: none;
    }

    .sponsor {
        height: 8vh;
        width: 8vh;
        margin: 2vh;
    }

    #Sponsors-section {
        height: 20vh;

    }

    #Sponsor-deck {
        height: 70%;
        width: 100%;
    }

    #Sponsor-deck-strip {
        width: 600%;
    }
}

/* about kolkata odyssey responsive ends here */

/* timeline starts here */

#Timeline {
    height: 100vh;
    width: 100%;
    background-color: #090909;
    display: flex;
    align-items: center;
    justify-content: center;
}

#Timeline-Banner-Box {
    height: 100%;
    width: 100%;
}

#Timeline-Banner {
    height: 100%;
    width: 90%;
    background-image: url("assets/images/banners/Taper_banner.png");
    background-size: cover;
    background-position: 10vh center;
}

#Timeline-Content-Box {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#Timeline-Content-Header {
    height: 30%;
    width: 90%;
    color: white;
}

#Timeline-Content-Header p {
    font-size: 3.5vh;
    filter: drop-shadow(0px 0px 1.5px rgb(255, 255, 255));
}

#Timeline-Content-Header h1 {
    font-size: 6vh;
    filter: drop-shadow(0px 0px .5px rgb(255, 255, 255));
}

#Timeline-Content-Body {
    height: 65%;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5%;
}

.Time-line-item {
    height: 25%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.Time-line-item-icon-holder {
    height: 13vh;
    width: 13vh;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4.5vh;
    color: white;
    border: .5px solid rgba(255, 255, 255, 0.767);
    box-shadow: 0px 0px 5px rgb(255, 255, 255);
}

.Time-line-item-content {
    height: 100%;
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    color: white;
    gap: 5%;
}

.Time-line-item-content h2 {
    font-size: 3.5vh;
    font-weight: 600;
    width: 80%;
    filter: drop-shadow(0px 0px .5px rgb(255, 255, 255));
}

.Time-line-item-content span {
    font-size: 3vh;
    font-weight: 600;
    background: linear-gradient(to right, #ff5e00, #ffd000, #ff5e00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: none !important;
}

.Time-line-item-content p {
    font-size: 2vh;
    color: rgba(255, 255, 255, 0.7);
    width: 90%;
    filter: drop-shadow(0px 0px .5px rgb(255, 255, 255));
    filter: drop-shadow(0px 0px .5px rgb(255, 255, 255));
}

.Time-line-item-icon-holder i {
    background: linear-gradient(to top, #ff5e00, #ffd000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#Buy-Tickets-Holder {
    height: 15%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    
}
#Buy-Tickets-Holder a{
    text-decoration: none;
    height: 100%;
    width: 100%;
}
#Buy-Tickets-Button {
    height: 100%;
    width: 25%;
    background-color: #090909;
    border-radius: 5vh;
    border: .5px solid rgba(255, 255, 255, 0.767);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 2%;
    box-shadow: 0px 0px 5px rgb(255, 255, 255);
}

#Buy-Tickets-Button p {
    font-size: 2.5vh;
    font-weight: 600;
    background: linear-gradient(to right, #ff5e00, #ffd000, #ff5e00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* timeline ends here */
/* timeline responsive starts here */

@media (max-width: 768px) {
    #Timeline {
        height: 80vh;
        position: relative;
    }

    #Timeline-Banner {
        display: none;
    }

    #Timeline-Content-Box {
        height: 100%;
        width: 100%;
        position: absolute;
    }

    #Timeline-Content-Header {
        height: 22.5%;
    }

    #Timeline-Content-Header p {
        font-size: 2vh;
    }

    #Timeline-Content-Header h1 {
        font-size: 3.5vh;
    }

    #Timeline-Content-Body {
        justify-content: start;
    }

    .Time-line-item-icon-holder {
        height: 7vh;
        width: 7vh;
        font-size: 3vh;
    }

    .Time-line-item-content {
        width: 70%;
    }

    .Time-line-item-content h2 {
        font-size: 2vh;
        width: 100%;
    }

    .Time-line-item-content span {
        font-size: 1.75vh;
        width: 100%;
    }

    .Time-line-item-content p {
        font-size: 1.5vh;
        width: 100%;
    }

    #Buy-Tickets-Holder {
        height: 12.5%;
        margin-top: 5%;
    }

    #Buy-Tickets-Button {
        width: 40%;
        height: 100%;
    }

    #Buy-Tickets-Button p {
        font-size: 2vh;
    }
}

/* timeline responsive ends here */

/* trending section starts here */
#Trending-Section {
    height: 100vh;
    width: 100%;
    background-color: #090909;
    background-image: url("assets/images/banners/festival-banner.png");
    background-size: cover;
    background-position: center;
    position: relative;
}

#Trending-Section-Filter {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
    background-image: linear-gradient(to top, #090909, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.9), #090909);
}

#Trending-Section-Content {
    height: 100%;
    width: 100%;
    display: flex;
    gap: 5%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#Trending-Section-Content-Header {
    height: 10%;
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
    color: white;
}

#Trending-Section-Content-Header p {
    font-size: 3.5vh;

}

#Trending-Section-Content-Header h1 {
    font-size: 6vh;
}

#Trending-Section-Content-Body {
    height: 55%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

#Trending-Banner-Holder {
    height: 100%;
    width: 600%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: absolute;
    left: 0;
}

.TrendingBanner {
    height: 95%;
    width: 50vh;
    border-radius: 2vh;
    background-color: #fff;
    position: relative;
    box-shadow: 0px 0px 10px rgb(255, 255, 255);
}

#Trending-Banner-1 {
    background-image: url("assets/images/trending/Trending\ \(1\).jpg");
    background-size: cover;
    background-position: center;
}

#Trending-Banner-2 {
    background-image: url("assets/images/trending/Trending\ \(2\).jpg");
    background-size: cover;
    background-position: center;
}

#Trending-Banner-3 {
    background-image: url("assets/images/trending/Trending\ \(3\).jpg");
    background-size: cover;
    background-position: center;
}

#Trending-Banner-4 {
    background-image: url("assets/images/trending/Trending\ \(8\).jpg");
    background-size: cover;
    background-position: center;
}

#Trending-Banner-5 {
    background-image: url("assets/images/trending/Trending\ \(5\).jpg");
    background-size: cover;
    background-position: center;
}

#Trending-Banner-6 {
    background-image: url("assets/images/trending/Trending\ \(6\).jpg");
    background-size: cover;
    background-position: center;
}

#Trending-Banner-7 {
    background-image: url("assets/images/trending/Trending\ \(4\).jpg");
    background-size: cover;
    background-position: center;
}

#Trending-Banner-8 {
    background-image: url("assets/images/trending/Trending\ \(7\).jpg");
    background-size: cover;
    background-position: center;
}

#Trending-Banner-9 {
    background-image: url("assets/images/trending/Trending\ \(9\).jpg");
    background-size: cover;
    background-position: center;
}

#Trending-Banner-10 {
    background-image: url("assets/images/trending/Trending\ \(10\).jpg");
    background-size: cover;
    background-position: center;
}

.Trending-Banner-Content {
    height: 25%;
    width: 100%;
    position: absolute;
    bottom: 0;
    color: rgba(255, 255, 255, 0.884);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    border-radius: 2vh;
    background-image: linear-gradient(to top, #090909, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5), transparent);
}

.Trending-Banner-Content p {
    margin-top: 5%;
    font-size: 3vh;
    font-weight: 600;
    text-transform: uppercase;

}

.Trending-Banner-Filter {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
    border-radius: 2vh;
    background-image: linear-gradient(to top, rgb(0, 0, 0, .9), rgba(0, 0, 0, 0), rgb(0, 0, 0, .9));
}

/* trending section ends here */

/* trending section responsive starts here */

@media (max-width: 768px) {
    #Trending-Section {
        height: 70vh;
    }

    #Trending-Banner-Holder {
        width: 1500%;
    }

    .TrendingBanner {
        width: 25vh;
        height: 30vh;
    }

    #Trending-Section-Content-Header p {
        font-size: 2vh;
    }

    #Trending-Section-Content-Header h1 {
        font-size: 3.5vh;
    }

    #Trending-Section-Content-Body {
        height: 40vh;
    }

    .Trending-Banner-Content p {
        font-size: 1.5vh;
    }

}

/* buy tickets section starts here */

#Buy-Tickets-Section {
    height: 80vh;
    width: 100%;
    background-color: #090909;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

#Buy-Tickets-Content {
    height: 100%;
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    position: absolute;
    gap: 2.5%;
    top: 50%;
    left: 5%;
    transform: translate(0%, -50%);
}

#Buy-Tickets-Content-Header {
    height: 10%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    color: white;
}

#Buy-Tickets-Content-Header p {
    font-size: 3.5vh;
    filter: drop-shadow(0px 0px .5px rgb(255, 255, 255));
}

#Buy-Tickets-Content-Header h1 {
    font-size: 6vh;
    filter: drop-shadow(0px 0px .5px rgb(255, 255, 255));
}

#Buy-Tickets-Content-Body {
    height: 20%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 3vh;
    color: white;
}
#Buy-Tickets-Content-Body p{
    filter:drop-shadow(0px 0px 1px rgb(255, 255, 255));
}

#Buy-Tickets-Section-Button {
    height: 10%;
    width: 25%;
    background-color: #090909;
    border-radius: 5vh;
    border: .5px solid rgba(255, 255, 255, 0.767);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 5px rgb(255, 255, 255);

}

#Buy-Tickets-Section-Button p {
    font-size: 2.5vh;
    font-weight: 600;
    background: linear-gradient(to right, #ff5e00, #ffd000, #ff5e00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

#Buy-Tickets-Banner {
    height: 70vh;
    width: 60vh;
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translate(0%, -50%);
    background-color: #090909;
    background-image: url("assets/images/banners/halo-banner.png");
    background-size: cover;
    background-position: center;
}

/* buy tickets section ends here */

/* buy tickets section responsive starts here */

@media (max-width: 768px) {
    #Buy-Tickets-Banner {
        top: 0%;
        right: 50%;
        transform: translate(50%, 0%);
        height: 30vh;
        width: 20vh;
        background-color: transparent;
    }

    #Buy-Tickets-Section {
        height: 50vh;
    }

    #Buy-Tickets-Content {
        width: 90%;
        top: 75%;
    }

    #Buy-Tickets-Content-Header {
        height: 5%;
    }

    #Buy-Tickets-Content-Header p {
        font-size: 2vh;
    }

    #Buy-Tickets-Content-Header h1 {
        font-size: 2.5vh;
    }

    #Buy-Tickets-Content-Body {
        font-size: 1.5vh;
        line-height: 1.5;
        color: rgba(255, 255, 255, 0.7);
    }

    #Buy-Tickets-Section-Button {
        width: 40%;
        height: 12.5%;
    }

    #Buy-Tickets-Section-Button p {
        font-size: 2vh;
    }
}

/* buy tickets section responsive ends here */


/* moving banner starts here */

#Moving-Banner {
    height: 20vh;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: start;
}

#Moving-Banner-Strip1 {
    height: 60%;
    width: 480%;
    background-color: rgb(12, 12, 12);
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-top: 1px solid rgba(255, 255, 255, 0.767);
    border-bottom: 1px solid rgba(255, 255, 255, 0.767);
}

#Moving-Banner-Strip1 p {
    font-size: 5vh;
    font-weight: 800;
    text-transform: uppercase;
    background: linear-gradient(to top, #ff5e00, #ffd000, #ff5e00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#Moving-Banner-Strip2 {
    height: 40%;
    width: 330%;
    background-color: rgb(29, 29, 29);
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-top: 1px solid rgba(255, 255, 255, 0.767);
    border-bottom: 1px solid rgba(255, 255, 255, 0.767);
    
}

#Moving-Banner-Strip2 p {
    font-size: 3.5vh;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.836);
}

/* moving banner ends here */
/* moving banner responsive starts here */

@media (max-width: 768px) {
    #Moving-Banner {
        height: 15vh;
    }

    #Moving-Banner-Strip1 {
        height: 60%;
        width: 790%;
    }

    #Moving-Banner-Strip2 {
        height: 40%;
        width: 810%;
    }

    #Moving-Banner-Strip1 p {
        font-size: 2vh;
    }

    #Moving-Banner-Strip2 p {
        font-size: 2vh;
    }
}

/* moving banner responsive ends here */
/* reviews section starts here */

#Reviews{
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    position: relative;
}
.review-filter{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to top, #090909, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7), #090909);
    z-index: 0;
}
#Reviews-section-holder{
    height: 100%;
    width: 300%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}
#Reviews i{
    background: linear-gradient(to top, #ff5e00, #ffd000, #ff5e00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#right-review-btn{
    height: 12.5vh;
    width: 12.5vh;
    position: absolute;
    border-radius: 50%;
    right: 50%;
    bottom: 5%;
    transform: translate(50%, 0);
    border: .5px dashed rgb(255, 255, 255);
    z-index: 2;
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5vh;
    box-shadow: 0px 0px 5px rgb(255, 174, 0);
    cursor: pointer;
}
.Reviews-section{
    height: 100%;
    width: 100%;
    background-image: url("assets/images/banners/feedback.jpg");
    background-size: cover;
    background-position: center;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    gap: 2.5%;
}

.Reviews-section-header{
    height: 15%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 2.5%;
    z-index: 1;
}
.Reviews-section-header p{
    font-size: 3.5vh;
}
.Reviews-section-header h1{
    font-size: 6vh;
    filter: drop-shadow(0px 0px 1px rgb(255, 255, 255));
}   
.Reviews-section-body{
    height: 60%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    z-index: 1;
}
.Review-card{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;

}
.Review-banner{
    height: 35vh;
    width: 35vh;
    border-radius: 50%;                                 
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0px 0px 5px rgb(255, 203, 125));
}
.Review-banner img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.Review-content{
    height: 40%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5%;
}
.Review-content h3{
    font-size: 6vh;
    font-weight: 600;
    background: linear-gradient(to right, #ff5e00, #ffd000, #ff5e00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.Review-content b{
    font-size: 3.5vh;
    font-weight: 600;
}
.Review-content p{
    font-size: 3vh;
    font-weight: 400;
    text-align: center;
    filter: drop-shadow(0px 0px 1px rgb(255, 255, 255));
}

/* reviews section ends here */
/* reviews section responsive starts here */

@media (max-width: 768px) {

    #Reviews{
        height: 70vh;
    }
    .Reviews-section-body{
        height: 80%;
    }
    .Reviews-section-header p{
        font-size: 2.5vh;
    }
    .Reviews-section-header h1{
        font-size: 3vh;
    }
    .Review-content{
        width: 90%;
    }
    .Review-banner{
        height: 20vh;
        width: 20vh;
    } 
    .Review-content h3{
        font-size: 3vh;
    }
    .Review-content b{
        font-size: 2vh;
    }
    .Review-content p{
        font-size: 2vh;
    }
    #right-review-btn{
        height: 10vh;
        width: 10vh;
        font-size: 3vh;
    }
}

/* reviews section responsive ends here */

/* footer starts here */

Footer {
    height: 80vh;
    width: 100%;
    background-color: rgb(25, 25, 26);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.Footer-Menu {
    height: 80%;
    width: 25%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 3vh;
    color: white;
    z-index: 1;
}

.Footer-Menu a {
    text-decoration: none;
    color: white;
}

.Footer-Menu h4 {
    font-size: 2.5vh;
    filter: drop-shadow(0px 0px .5px rgb(255, 255, 255));
}

.Footer-Menu li {
    list-style: none;
    margin-top: 2%;
    font-size: 2.25vh;
    filter: drop-shadow(0px 0px .5px rgb(255, 255, 255));
}

#Footer-Logo {
    height: 80%;
    width: 40%;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 7vh;
    line-height: 8vh;
    z-index: 1;
    filter: drop-shadow(0px 0px 1.5px rgb(255, 255, 255));
}

#Footer-Filter {
    height: 90%;
    width: 95%;
    background-color: #000000a6;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

#Copyright {
    height: 5vh;
    width: 100%;
    font-size: 2vh;
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
}

/* footer ends here */
/* footer responsive starts here */

@media (max-width: 768px) {
    Footer {
        height: 70vh;
        flex-direction: column;
    }

    .Footer-Menu {
        width: 80%;
        height: 30%;
        display: flex;
        justify-content: center;
        align-items: start;
    }

    #Footer-Logo {
        font-size: 3vh;
        line-height: 4vh;
        height: 20%;
        width: 80%;
    }

    .Footer-Menu h4 {
        font-size: 3vh;
    }

    .Footer-Menu li {
        font-size: 2.2vh;
    }
}

/* footer responsive ends here */