* { margin: 0; padding: 0; box-sizing: border-box; }
a{text-decoration: none;} 
.custom-container{width: 90%; max-width: 90%; margin: 0 auto;}

.banner-section {
    position: relative;
    
}


.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: linear-gradient(180deg, rgba(13, 30, 76, 0.00) 10.88%, rgba(13, 30, 76, 0.70) 100%);
backdrop-filter: blur(5px);
}
.watch-details{    margin-top: -200px;
    z-index: 1;
    position: relative;}

/* .banner-heading {
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    width: 71%;

} */

/* .banner-heading h4 {
    color: #FFF;
    font-family: 'LeagueSpartan';
    font-size: 13.084px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
    letter-spacing: 2.748px;
    text-transform: uppercase;
} */

/* .banner-heading h3 {
    font-family: 'LeagueSpartan';
    font-size: 18.692px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; 
    letter-spacing: 0.935px;
    text-transform: uppercase;
    background: linear-gradient(91deg, #FFF 3.88%, #D0FAFF 126.9%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
padding-bottom: 20px;
margin: 0;
} */

/* .banner-heading p {
    color: #FFF;
text-align: center;
font-family: 'LeagueSpartan';
font-size: 16px;
font-style: normal;
line-height: 150%; 
} */

/* .explore-btn {
    color: #273664;
    font-family: 'Figtree';
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: 150%; 
padding: 4px 13px;
border-radius: 40px;
background: #C1FF4B;
margin-bottom: 30px
} */


@media (max-width:768px) {
    .banner-section {
        height: 400px;
    }

  .banner-section img {
        height: 100%;
    }.watch-details{    margin-top: -180px;
        z-index: 1;
        position: relative;}

     /*  .banner-heading {
        width: 90%;
    }

    .banner-heading h3 {
        text-align: center;
    } */
}


/* banner end  */

.overlay-video {
    display: block;
}

.overlay-video::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 48.1%, rgba(0, 0, 0, 0.80) 100%);
}

.video-icon {
    position: absolute;
    bottom: -7px;
    right: -4px;
    z-index: 999;
    width: 19%;
}

.Watch-Learn {
    color: #fff;
    font-family: 'LeagueSpartan';
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 21px */
letter-spacing: 2.94px;
text-transform: uppercase;
}

.watch-heading {
    font-family: 'LeagueSpartan';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 30px */
    letter-spacing: 1px;
    text-transform: uppercase;
    background: linear-gradient(91deg, #EEF2FF 3.88%, #A5F6FF 126.9%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.left-box {background: #fff;    margin-top: 16px;
    box-shadow: -5px 0 5px -5px rgba(0, 0, 0, 0.5);
}

.left-box p {
    color: #000;
    font-family: 'LeagueSpartan';
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 25.5px */
letter-spacing: 0.17px;
}

.name {
    font-family: 'LeagueSpartan';
font-size: 17px;
font-style: normal;
font-weight: 600;
letter-spacing: 0.85px;
text-transform: uppercase;
background: linear-gradient(91deg, #1B2D60 3.88%, #5E7DD2 109.83%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.Founder {
    color: #040404;
    font-family: 'Figtree';
font-size: 13.6px; 
font-weight: 300;
line-height: 150%; /* 22.5px */
}

.role {
    color: #040404;
    font-family: 'Figtree';
    font-size: 13px;
    font-style: italic;
    font-weight: 500;
    line-height: 150%; /* 22.5px */
}

.align-gap {
    row-gap: 19px;
}