.hero-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 85vh;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hero-container::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    /* border-radius: 50%; */
    background-image: linear-gradient(45deg, #009EC5aa 0%, #2e7eedaa 20%, #02225Baa 50%);
    z-index: 2;
}

.video-hero-section{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.hero-content-container{
    width: 100%;
    height: 100%;
    padding: 0 20px;
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.hero-main-text{
    font-size: 88px;
    text-transform: uppercase;
    font-weight: 800;
    color: #C6D93B;
    font-family: 'Barlow', sans-serif;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    letter-spacing: 1px;
    transform: scaleY(1.2);
}

.hero-and-text{
    font-weight: 400;
    font-size: 80px;
    color: #fff;
}

.bottom-patch{
    width: 100%;
    height: 150px;
    position: absolute;
    bottom: 0;
    z-index: 4;
}


/* Shape */
.shapes-container {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}

.shapes-container .shape {
    position: absolute;
}

.shapes-container .shape::before {
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.1);
    transform: rotate(-35deg);
    position: absolute;
    border-radius: 50px;
}

.shapes-container .shape:nth-child(1) {
    top: 2%;
    left: 11%;
    width: 400px;
    height: 70px;
}

.shapes-container .shape:nth-child(2) {
    top: 14%;
    left: 18%;
    width: 200px;
    height: 15px;
}

.shapes-container .shape:nth-child(3) {
    top: 80%;
    left: 4%;
    width: 300px;
    height: 60px;
}

.shapes-container .shape:nth-child(4) {
    top: 85%;
    left: 15%;
    width: 100px;
    height: 10px;
}

.shapes-container .shape:nth-child(5) {
    top: 5%;
    left: 50%;
    width: 300px;
    height: 25px;
}

.shapes-container .shape:nth-child(6) {
    top: 4%;
    left: 52%;
    width: 200px;
    height: 5px;
}

.shapes-container .shape:nth-child(7) {
    top: 80%;
    left: 70%;
    width: 200px;
    height: 5px;
}

.shapes-container .shape:nth-child(8) {
    top: 55%;
    left: 95%;
    width: 200px;
    height: 5px;
}

.shapes-container .shape:nth-child(9) {
    top: 50%;
    left: 90%;
    width: 300px;
    height: 50px;
}

/* .shapes-container .shape:nth-child(10) {
    top: 30%;
    left: 60%;
    width: 500px;
    height: 55px;
} */

.shapes-container .shape:nth-child(11) {
    top: 60%;
    left: 60%;
    width: 200px;
    height: 5px;
}

.shapes-container .shape:nth-child(12) {
    top: 35%;
    left: 75%;
    width: 200px;
    height: 5px;
}

.shapes-container .shape:nth-child(13) {
    top: 90%;
    left: 40%;
    width: 300px;
    height: 45px;
}

.shapes-container .shape:nth-child(14) {
    top: 54%;
    left: 75%;
    width: 200px;
    height: 5px;
}

.shapes-container .shape:nth-child(15) {
    top: 50%;
    left: 90%;
    width: 200px;
    height: 5px;
}

.shapes-container .shape:nth-child(16) {
    top: 50%;
    left: 81%;
    width: 100px;
    height: 5px;
}

/* Statics */
.statics-container{
    position: relative;
    background-color: #000;
    color: #fff;
}

.statics-sub-container{
    position: absolute;
    top: -50px;
    z-index: 5;
    width: 100%;
    max-width: 1120px;
    padding: 0 20px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.statics-content-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 70px;
    background-color: #333;
    padding: 0 20px;
    border-radius: 5px;
}

.statics-body{
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 0px;
}

.statics-text{
    font-size: 18px;
    font-weight: 200;
    color: #fff;
    text-align: center;
}

.statics-number-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.statics-number-container p {
    font-size: 36px;
    color: #C6D93B;
    font-weight: 600;
}


/* About us */
.about-us-container {
    padding: 100px 0px 70px;
    text-align: start;
    background: #000;
    color: #fff;
    font-size: 17px;
}

.about-us-sub-container {
    /* margin: 0 10%; */
    margin: auto;
    width: 100%;
    max-width: 1420px;
    margin: 0 auto;
    text-align: justify;
}

.about-us-text {
    margin-bottom: 30px;
    color: #0798ff;
    color: #fff;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
     line-height: 36px; 
}

.about-text{
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 0.5rem;
}

/* Expertise */
.expertise-container{
    padding: 80px 0;
    background: #333;
    color: #fff;
}

.expertise-heading{
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    color: #C6D93B;
}

.expertise-body{
    max-width: 400px;
    width: 100%;
    /*height: 100%;*/
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*position: relative;*/
    z-index: 2;
    border-radius: 5px;
    aspect-ratio: 2/1;
}

.expertise-image-container{
    position: relative;
    width: 100%;
    /* overflow: hidden; */
    display: block;
}

.expertise-image-container::after{
    content: '';
    position: absolute;
    background: rgb(112,184,52);
    background: linear-gradient(90deg, rgba(112,184,52,1) 0%, rgba(174,204,31,1) 100%);
    width: 100px;
    height: 100px;
    top: -10px;
    left: -10px;
    z-index: -2;
    border-radius: 10px 5px;
}

.expertise-image-container::before{
    content: '';
    position: absolute;
    background: rgb(174,204,31);
    background: linear-gradient(90deg, rgba(174,204,31,1) 0%, rgba(228,223,13,1) 100%);
    width: 100px;
    height: 100px;
    bottom: -10px;
    right: -10px;
    z-index: -2;
    border-radius: 10px 5px;
}

.expertise-img-container{
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
}

.expertise-img{
    aspect-ratio: 2/1;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    transition: all ease 0.4s;
}

.expertise-body:hover .expertise-img{
    transform: scale(1.1);
}

.expertise-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    position: absolute;
    z-index: 2;
    gap: 10px;
    bottom: 0;
    left: 0;
}

.expertise-content::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #00000099;
}

.expertise-sub-heading{
    font-size: 28px;
    font-weight: 500;
    margin-top: 25px;
    text-align: center;
}

.expertise-sub-heading:hover{
    color: #0798ff;
}

.expertise-text{
    text-align: center;
    font: 18px;
    font-weight: 200;
}

/* Media */
.media-container{
    padding: 50px 0;
    background-color: #121212;
    overflow: hidden;
}

.media-heading{
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
    font-size: 36px;
    font-weight: 700;
}

.youtube-iframe{
    border: 0;
    max-width: 400px;
    width: 100%;
    height: 200px;
}

@media screen and (max-width: 1700px){
    .sponsors-content-container{
        grid-template-columns: repeat(5, 1fr);
    }
}

@media screen and (max-width: 1440px){
    .sponsors-content-container{
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (max-width: 1200px){
    .hero-main-text{
        font-size: 78px;
    }
    .hero-and-text{
        font-size: 70px;
    }
}

@media screen and (max-width: 991px){
    .sponsors-content-container{
        grid-template-columns: repeat(3, 1fr);
    }
    .statics-content-container{
        flex-wrap: wrap;
        gap: 0px 70px;
    }
    .hero-main-text{
        width: 100%;
        max-width: 768px;
        margin: 20px auto 0;
        line-height: 50px;
    }
}

@media screen and (max-width: 767px){
    .sponsors-content-container{
        grid-template-columns: repeat(2, 1fr);
    }
    .statics-sub-container{
        position: relative;
        transform: unset;
        left: unset;
        top: -175px;
    }
    .about-us-container{
        padding-top: 0px;
    }
    .statics-container {
        height: 120px;
    }
}

@media screen and (max-width: 588px){
    .statics-container {
        height: 240px;
    }
}

@media screen and (max-width: 575px){
    .statics-content-container{
        flex-direction: column;
    }
    .sponsors-content-container{
        grid-template-columns: repeat(1, 1fr);
    }
    .hero-main-text{
        font-size: 45px;
        line-height: 45px;
        gap: 10px;
        margin-top: 30px;
    }
    .hero-and-text{
        font-size: 50px;
    }
    .hero-container{
        min-height: unset;
        padding: 124px 0 280px;
    }
    .statics-container{
        height: 500px;
    }
}
.switch {
    --_switch-bg-clr:  #333333;;
    --_switch-padding: 4px; /* padding around button*/
    --_slider-bg-clr: #C6D93B; /* slider color unchecked */
    --_slider-bg-clr-on: #C6D93B; /* slider color checked */
    --_slider-txt-clr: white; /* text color on slider */
    --_label-padding: 1rem 2rem; /* padding around the labels -  this gives the switch it's global width and height */
    --_switch-easing: cubic-bezier(
        0.47,
        1.64,
        0.41,
        0.8
    ); /* easing on toggle switch */
    color: white;
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    border-radius: 9999px;
    cursor: pointer;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    position: relative;
    isolation: isolate;
    max-width: 800px;
    
    }

    .switch input[type="checkbox"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
    }
    .switch > span {
    display: grid;
    place-content: center;
    transition: opacity 300ms ease-in-out 150ms;
    /* padding: var(--_label-padding); */
    }
    .switch::before,
    .switch::after {
    content: "";
    position: absolute;
    border-radius: inherit;
    transition: inset 150ms ease-in-out;
    }
    /* switch slider */
    .switch::before {
    background-color: var(--_slider-bg-clr);
    inset: var(--_switch-padding) 50% var(--_switch-padding)
        var(--_switch-padding);
    transition:
        inset 500ms var(--_switch-easing),
        background-color 500ms ease-in-out;
    z-index: -1;
    box-shadow:
        inset 0 1px 1px rgba(0, 0, 0, 0.3),
        0 1px rgba(255, 255, 255, 0.3);
    }
    /* switch bg color */
    .switch::after {
    background-color: var(--_switch-bg-clr);
    inset: 0;
    z-index: -2;
    }
    /* switch hover & focus */
    .switch:focus-within::after {
    inset: -0.25rem;
    }
    .switch:has(input:checked):hover > span:first-of-type,
    .switch:has(input:not(:checked)):hover > span:last-of-type {
    opacity: 1;
    transition-delay: 0ms;
    transition-duration: 100ms;
    }
    /* switch hover */
    .switch:has(input:checked):hover::before {
    inset: var(--_switch-padding) var(--_switch-padding) var(--_switch-padding)
        45%;
    }
    .switch:has(input:not(:checked)):hover::before {
    inset: var(--_switch-padding) 45% var(--_switch-padding)
        var(--_switch-padding);
    }
    /* checked - move slider to right */
    .switch:has(input:checked)::before {
    background-color: var(--_slider-bg-clr-on);
    inset: var(--_switch-padding) var(--_switch-padding) var(--_switch-padding)
        50%;
    }
    /* checked - set opacity */
    .switch > span:last-of-type,
    .switch > input:checked + span:first-of-type {
    opacity: 0.75;
    }
    .switch > input:checked ~ span:last-of-type {
    opacity: 1;
    }
    style>
    .section {
        opacity:0%;
        pointer-events: none; 
        position: absolute; 
        inset: 0;
        
    }

    .section.show {
        opacity:100%;
        pointer-events:auto ;
        position: relative;
    }
    