@font-face {
    font-family: Proxima Nova;
    src: url("../fonts/Proxima-Nova-Font/Proxima\ Nova\ Font.otf");
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Proxima Nova', sans-serif;
    box-sizing: border-box;
}

.whoWeAre{
background-image: url("/assets/aboutus/aboutbg.png");
background-repeat: no-repeat;
background-size: 100% 100%;
height: 80vh;
}
.whoWeAre h1{
    font-size: 40px;
    font-weight: 700;
    color: white;
    text-align: center;
    padding: 9% 0%;
}
.whoWeAreCard {
    background-color: white;
    width: 90%;
    margin:-15% auto 0 auto;
    border-radius: 10px;
    padding: 1.5% 3%;
    border: 1px solid #70707061;
}

.item {
    text-align: center;
    padding: 20px;
}

.registration .item{
    margin: 0 16rem;
}

#mentorCarousel, #registrationCarousel{
    margin-top: 1rem;
}

.ourmentors .item{
    border-radius: 30px;
    height: 15rem;
    background: linear-gradient(96deg, #FC4A1A, #F19629);
    color: white;
}

.ourmentors .item p{
    height: 22%;
    scroll-behavior: smooth;
    overflow-y: scroll;
    font-size: 12px;
    letter-spacing: .5px;
    margin-top: 1rem;
    line-height: 16px;
}

.ourmentors .item h3{
    font-size: 22px;
}

::-webkit-scrollbar {
    width: 2px;
    padding-left: 1%;
}

::-webkit-scrollbar-track {
    background: #ffb200c2;
}

::-webkit-scrollbar-thumb {
    background: rgb(239 27 11);
}

@media only screen and (max-width: 767px) {

    .ourmentors p{
        font-size: 10px;
    }

    .ourmentors .item h3 {
        font-size: 18px;
    }

    .item a, .item h3, .item h4{
        font-size: 14px;
    }

}

@media only screen and (max-width: 1000px){
    
    .registration .item{
        margin: 0;
    }
}

.item h3{
    margin-top: 10px;
}

.mentors img {
    border-radius: 50%;
    max-width: 100px;
    height: auto;
    border: 2px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: block;
    margin: 0 auto;
}

/* changes */
.aboutHeading{
    font-size: 30px;
    font-weight: 700;
    padding: 0.5% 0%;
    background: linear-gradient(to right, #FC4A1A, #F19629);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* .missionImgArrow>img{
    width: 100%;
}
.missionImgArrow{
    width: 15px;
} */
.aboutPera{
    font-size: 17px;
    font-weight: 400;
    line-height: 2.1;
    padding: 1.3% 0%;
}
/*///////////////////////////////////////////// section 2//////////////////////// */
.story {
    margin: 4% 0% 1% 0%;
    padding: 0% 9%;
}
/*/////////////////////////////////////////// section 3/////////////////////////// */

.visCard{
    margin: 3% 0;
}
.vMGContainerHeadPera{
    width: 100%;
}
.vissionMissionGoalImg img{
  width: 100%;
}
.vissionMissionGoalImg{
    width: 60%;
}
.vissionMissionGoalCardImg{
    display: flex; 
    width: 82%;
    gap: 10px;
    align-items: center;
    margin: 0 auto;
}

.owl-nav, .owl-dots{
    display: none;
}
/*//////////////////////////////// section 4/////////////////////// */
/* .aboutExplore{
    width: 85%;
    margin: 6% auto;
    display: flex;
    box-shadow: 0px 3px 20px #00000029;
    border-radius: 10px 10px 10px 10px;
    background-color: white;
} */
/* .exploreCard{
    padding: 3%;
    width: 58%;
    text-align: center;
} */
/* .exploreCard h4{
    font-size: 24px;
    font-weight: 700;
    text-align: center;
} */
/* .exploreCard p{
    font-size: 17px;
    font-weight: 400;
    line-height: 2;
    text-align: start;
    padding: 7% 0% 5% 0%;
} */

/* .exCard2Img{
    width: 42%;
    background-image: url(../../assets/aboutus/exploreImg.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: max-content;
    padding: 20% 10%;
} */
/* .exploreCard button{
    background: linear-gradient(to right, #FC4A1A, #F7B733);
    border: none;
    padding: 2.5% 4%;
    text-align: center;
    margin: auto;
    border-radius: 5px;
} */
/* .aboutExplore a{
    text-decoration: none;
    color: white;
    font-size: 18px;
    font-weight: 500;
} */
/*/////////////////////////////////////// media queries////////////////////////// */
@media screen and (max-width : 1205px) {
    .whoWeAre h1 {
        padding: 10% 0%;
    }
    .vMGContainerHeadPera {
        width: 90%;
    }
    .vissionMissionGoalImg {
        width: 70%;
    }
    /* .exploreCard h4{
        font-size: 22px;
    }
    .exploreCard p{
        font-size: 16px;
    }
    .exploreCard button{
        padding: 2.5% 4%;
        margin-top: 5px;
    } */
}
@media screen and (max-width : 1120px) {
    .whoWeAre {
        height: 70vh;
    }
    /* .vissionMissionGoalImg {
        width: 70%;
    } */
}
@media screen and (max-width : 1100px) {
    .whoWeAre h1 {
        font-size: 35px;
    }
    .aboutHeading {
        font-size: 27px;
        font-weight: 600;
    }
    .aboutPera {
        font-size: 15px;
    }
    /*///////////////////// story sec /////////////////// */
    /* .exploreCard p {
        padding: 5% 0% 3% 0%;
    } */
}

@media screen and (max-width : 1000px) {
    .whoWeAre h1 {
        padding: 12% 0%;
    }
    /* .exCard2Img {
       padding: 23% 25%;
    } */
    /* .exploreCard {
        width: 55%;
    } */
}
@media screen and (max-width : 950px) {
.whoWeAre h1 {
    padding: 14% 0%;
}
/* .exCard2Img {
    padding: 23% 23%;
} */
.vissionMissionGoalImg {
    width: 80%;
}
}

@media screen and (max-width : 900px) {
    .whoWeAre {
        height: 65vh;
    }
    .whoWeAre h1 {
        font-size: 30px;
    }
    .aboutHeading {
        font-size: 23px;
        font-weight: 500;
    }
    .aboutPera {
        font-size: 14px;
    }
    .whoWeAreCard {
        width: 94%;
    }
    /* .exploreCard p{
        font-size: 15px;
        line-height: 28px;
        padding: 3% 0% 3% 0%;
    } */
    /* .exCard2Img{
        width: 50%;
    } */
    /*////////////////////////////// mission //////////////////////// */
    .aboutHeading {
        font-weight: 800;
    }
    /* .exploreCard h4 {
        font-weight: 600;
    }    */
}
@media screen and (max-width : 865px) {
    .whoWeAre {
        height: 60vh;
    }
}
@media screen and (max-width : 850px) {
/* .exCard2Img {
    padding: 25% 23%;
} */
.vissionMissionGoalImg {
    width: 95%;
}
}
@media screen and (max-width : 800px) {
    .whoWeAre h1 {
        padding: 15% 0%;
    }
    .vissionMissionGoalCardImg {
        display: block;
    }
    .vissionMissionGoalImg {
        width: 65%;
        margin: auto;
    }    
    /* .exploreCard{
        width: 50%;
    } */
    
    /* .exCard2Img{
width: 50%;
padding: 28% 10%;
    } */
}
@media screen and (max-width : 750px) {
    .whoWeAre h1 {
        padding: 16% 0%;
    }

}
@media screen and (max-width : 730px) {
    .whoWeAre h1 {
        padding: 17% 0%;
    }
    .aboutPera {
        font-size: 13px;
    }
    /* .aboutExplore{
        display: block;
    }
    .aboutExplore a {
        font-size: 15px;
    }
    .exploreCard {
        width: 100%;
    }
    .exCard2Img {
        width: 100%;
        padding: 26% 10%;
        margin: 3% 0%;
    } */
    /* .exCard2Img{
        width: 42%;
        background-image: url(../../assets/aboutus/exploreMob.png);
        background-position: 100% 100%;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: max-content;
        padding: 33% 50%;
    } */
    }
@media screen and (max-width : 700px) {
    .aboutHeading {
        font-size: 23px;
        font-weight: 600;
    }
    .whoWeAre h1 {
        padding: 18% 0%;
    }
    .aboutPera {
        font-size: 14px;
    }

}

@media screen and (max-width : 678px) {
    /* .story {
        padding: 0% 4%;
    } */
    .whoWeAre h1 {
    padding: 19% 0%;
}
}
@media screen and (max-width: 615px){
.whoWeAre h1 {
    padding: 22% 0%;
}
}
@media screen and (max-width : 600px) {
    .whoWeAre {
        height: 50vh;
    }
    .whoWeAre h1 {
        font-weight: 500;
        padding: 22% 0%;
    }
    /*///////////////////////////// story //////////////// */
    /* .story {
        padding: 0% 5%;
    } */
    .aboutPera {
        font-size: 13px;
    }
}
@media screen and (max-width : 568px) {
    .aboutPera {
        margin-bottom: 3%;
    }

    .aboutHeading {
        font-size: 20px;
    }
    /* .exploreCard button {
        padding: 3% 4%;
    } */
    /* .aboutExplore a {
        font-size: 14px;
    } */
    /* .exploreCard h4 {
        font-weight: 500;
    }   */
}
@media screen and (max-width : 520px) {
.whoWeAre h1 {
    font-weight: 500;
    padding: 23% 0%;
}
}
@media screen and (max-width : 500px) {
    .whoWeAreCard {
        margin: -23% auto 0 auto;
    }
    .whoWeAre h1 {
        padding: 23% 0%;

    }
}
@media screen and (max-width : 480px) {
    .whoWeAre {
        height: 50vh;
    }
    .whoWeAre h1 {
        font-size: 25px;
    }
    .whoWeAreCard {
        width: 90%;
    }
}
@media screen and (max-width: 440px){
.whoWeAre {
    height: 46vh;
}
.vissionMissionGoalImg {
    width: 70%;
}
}
@media screen and (max-width: 400px){
    .whoWeAre {
        height: 42vh;
    }
    .aboutHeading {
        font-size: 22px;
    }
}
@media screen and (max-width : 395px) {
    .whoWeAre h1 {
        padding: 26% 0%;
    }

}
@media screen and (max-width : 377px) {
    .aboutPera {
        line-height: 2;
    }
    .whoWeAre {
        height: 40vh;
    }
    .vissionMissionGoalImg {
        width: 76%;
    }
     /* .exploreCard h4 {
        font-weight: 400;
    }  
    .exploreCard p {
        font-size: 11px;
        line-height: 2.1;
    } */
    
}
@media screen and (max-width : 348px) {
    .aboutHeading {
        font-size: 17px;
    }
    .whoWeAre h1 {
        padding: 30% 0%;
    }

}
@media screen and (max-width: 320px){
.whoWeAre h1 {
    font-size: 25px;
}
.aboutPera {
margin-bottom: 5%;
}

}


