.Benefits-Card .img-container img,
.section-img {
    object-fit: cover
}

* {
    box-sizing: border-box;
    /* border: 1px solid red; */
}

html {
    scroll-padding-top: 100px;
    /* Applies to all anchor links on the page */
}

::selection {
    background: #be965b;
    color: #09143e
}

.btn,
.drop-down-container ul li a:hover,
.highlight-1:hover .highlight,
.active {
    color: #be965b
}

:root {
    --swiper-navigation-color: #fff
}

#Hero-Section {
    background: linear-gradient(to bottom right, #09143E30) center/cover no-repeat, url(../img/hero-section-bg.webp);
    background-size: cover;
}

#Hero-Section-Community {
    background: linear-gradient(to bottom right, #09143E30) center/cover no-repeat, url(../img/Comunity-Banner.webp);
    background-size: cover;
}

#Hero-Section-masterClass {
    background: linear-gradient(to bottom right, #be965b25);
    background-size: cover;
}

#Hero-Section-Alok {
    background: linear-gradient(to bottom right, #09143E30) center/cover no-repeat, url(../img/Alok-Taunk-Page-Banner.webp);
    background-size: cover;
}

#Hero-Section-Celebrations {
    background: linear-gradient(to bottom right, #09143E30) center/cover no-repeat fixed, url(../img/Celebrations-Page-Banner.webp);
    background-size: cover;
}

#Hero-Section-MCC {
    background: linear-gradient(to bottom right, #09143E30) center/cover no-repeat fixed, url(../img/MCC-banner.webp);
    background-size: cover;
    background-position: center;
}

#Hero-Section-freeTraning {
    background: linear-gradient(to bottom right, #09143E30) center/cover no-repeat fixed, url(../img/free-traning-bg.webp);
    background-size: cover;
}

#Hero-Section-Transformation {
    background: linear-gradient(to bottom right, #09143E30) center/cover no-repeat fixed, url(../img/Transformation-banner.webp);
    background-size: cover;
}

#menu {
    display: none
}

.drop-down {
    position: relative
}

#nav-list {
    position: static
}

.btn {
    border: 2px solid #be965b;
    padding: 8px 20px;
    border-radius: 50px;
    transition: .3s ease-in-out;
    font-weight: 700
}

.btn:hover {
    background: #be965b;
    color: #fff
}

.drop-down-container {
    padding: 10px 20px;
    position: absolute;
    top: 50px;
    background: #09143e;
    visibility: hidden
}

.drop-down:hover .drop-down-container {
    animation-name: fadein;
    animation-duration: .3s;
    animation-fill-mode: forwards
}

.Unbox-Card {
    background: #09143e;
    height: 350px;
    border: 2px solid #122056;
    transition: .3s;
    border-radius: 12px
}

.Unbox-Card .img-container {
    overflow: hidden;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    transition: .4s;
    animation-timing-function: ease-in-out;
    animation-duration: 10s;
    animation-delay: 2s
}

.Unbox-Card:hover {
    border: 2px solid #7aa5fc;
    background: #122056
}

.Unbox-Card:hover .img-container {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px #09143e
}

.Benefits-Card .img-container {
    width: 100%;
    margin: auto;
    border-radius: 8px;
    overflow: hidden
}

.section-img {
    height: 95%
}

.swiper {
    width: 100%;
    padding: 20px;
    overflow: auto;
    z-index: -1
}

@media (max-width:960px) {
    .swiper {
        width: 100%;
        height: 400px;
    }
}

.swiper-slide {
    padding: 10px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.swiper-button-prev {
    transform: translateX(-12px)
}

.swiper-button-next {
    transform: translateX(12px)
}

@media (max-width:992px) {
    #menu {
        display: block;
    }
    .drop-down-container {
        position: static;
        visibility: visible;
        display: none;
        padding: 0;
        width: 100%;
    }
    #nav-list {
        position: absolute
    }
}

.inline {
    display: inline
}

.highlight-1 {
    position: relative;
    transition: color .3s;
    border-radius: 12px;
    overflow: hidden;
    background: #0a1746
}

.highlight-1::before {
    position: absolute;
    content: "";
    height: 0;
    width: 8px;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, #7aa5fc, #be965b);
    transition: .9s
}

.highlight-1:hover::before {
    height: 100%;
    width: 8px
}

.highlight-1:hover {
    background: #122056;
    box-shadow: inset 0 0 4px 8px #7aa5FC70;
}

.highlight-2 {
    background: linear-gradient(to top left, #be965b80, #09143e);
    border-radius: 12px
}

.highlight-2:hover {
    box-shadow: inset 0 0 4px 6px #be965b40;
    background: linear-gradient(to top left, #09143e, #be965b80)
}

@keyframes rotation {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes fadein {
    0% {
        visibility: visible;
        opacity: 30%;
        top: 50 px
    }
    50% {
        visibility: visible;
        opacity: 60%;
        top: 40px
    }
    100% {
        visibility: visible;
        opacity: 100%;
        top: 25px
    }
}

@media (max-width:767px) {
    #Hero-Section {
        background-position: center
    }
    .Unbox-Card {
        height: auto
    }
    .Unbox-Card .img-container {
        height: 15rem
    }
    .Benefits-Card {
        position: static;
        height: auto;
        padding: 15px
    }
}

@media (max-width:1023px) {
    .Benefits-Card .img-container {
        width: 80%
    }
}

#video-scroll::-webkit-scrollbar {
    display: none;
}


/* 
#video-scroll::-webkit-scrollbar {
    width: 10px;
}


/* Track */


/* #video-scroll::-webkit-scrollbar-track {
    background: #be965b;
} */


/* Handle */


/* 
#video-scroll::-webkit-scrollbar-thumb {
    background: #122056;
} */