* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* .header{
    width: 100%;
    background-color: white;
} */
.nav-link {
    position: relative;
}

.nav-link::after {
    content: '';
    opacity: 0;
    transition: all 0.2s;
    height: 2px;
    width: 100%;
    background-color: #0C6813;
    color: black;
    position: absolute;
    bottom: 0;
    left: 0;
}

.nav-link:hover::after {
    opacity: 1;
}

.main {
    position: relative;
}

nav {
    background-color: #FDFEFF;
}

.no {
    background-color: #F26E23;

    border-radius: 10px;
    padding: 10px 25px;
    /* margin-left: 20px;
    margin-right: 4px;
    margin-top: 2px;
    margin-bottom: 4px;
    width: 104px;
    height: 40.41px; */
    border: none;

}

.contact {
    text-decoration: none;
    color: white;
    font-size: 14px;

}

.logo1 {
    height: 79px;
    width: 96px;
}

.navbar .container-fluid {
    background-color: white;
}

nav {
    background-color: #FDFEFF;
    height: 79px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.logo,
.logo1 {
    border: none;
}

.navbar-nav {
    /* position: relative;
    left: 80px; */
    /* margin-left: 80px; */

    text-align: center;
}

.navbar-collapse {
    /* position: relative;
        left: 50px; */
    /* flex-basis: 100%; */
    flex-basis: 100%;
    flex-grow: 1;
    /* right: 50px; */
    align-items: center;
}

li {

    border-radius: 10px;
    margin-right: 20px;
    display: inline-block;

}

.nav-link {
    color: #121313;
}

.lovedone {
    height: auto;
}

.love {
    margin-top: 150px;
    position: relative;
    font-family: 'Lato';
    display: block;
    width: 500px;
}

.lovedone1 {
    display: flex;
    /* justify-content: space-between; */
    gap: 470px
}

#lovehead {
    font-size: 104px;
    transform: translate(18%, -88%);
    font-weight: bold;
    color: #FFFFFF;
    width: 803px;
}

.love1 {
    margin-top: 150px;
}

.lovecon {}

#loveconpara {
    font-size: 17px;
    width: 576px;
    position: relative;
    left: 153px;
    bottom: 145px;
    text-align: justify;
}

.founder {
    display: flex;
    gap: 100px;
    /* justify-content: space-around; */
    text-align: justify;
    font-family: 'Lato';
}

.foundercon {
    margin-top: 50px;
}

.founthead {
    font-size: 28px;
    color: #055221;
    font-weight: bold;

}

.fountbody {
    font-size: 15px;
    color: #2A2A2A;
    /* width: 541px; */
    line-height: 28px;
}

.mivi {
    /* gap:250px; */
    justify-content: space-between;
    display: flex;

}

.vision {
    font-family: 'Lato';

}

.vishead,
.mishead {
    color: #F26E23;
    font-weight: bold;
    font-size: 28px;
    font-family: 'Lato';
}

.mishead {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    /* text-orientation: upright; */
}

.visbody,
.misbody {
    font-size: 15px;
    text-align: justify;
    width: 596px;
    line-height: 30px;
}

.mis {
    display: flex;
    gap: 30px;
}

.mission {
    /* display: flex; */
    gap: 20px;
}

#mivicon {
    margin-top: 100px;
    height: 400px;
}

.misbody {
    position: relative;
    top: 120px;
}

.expert {
    background: url(./images/Group\ 22146\ \(1\).png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    height: 689px;
}

.expcard {
    width: 592px;
    height: 420px;
    background-color: #DE9CA9;
    border-top-right-radius: 30px;
    position: relative;
    top: 200px;

}

.expimg {
    position: relative;
    top: 14px;
    left: 30px;
}

.expcard1 {
    width: 100px;
    height: 333px;
    border-top-right-radius: 30px;
    background-color: #0E6EFF;
    position: relative;
    top: 287px;
}

.expcards {
    display: flex;

}

.iconcon {
    font-size: 11px;
    color: white;
    font-family: 'Lato';
}

.icon {
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    top: 50px;
}

.expertcon {
    display: flex;
    gap: 150px;
    /* justify-content: space-between; */
    font-family: 'Lato';

}

.experthead {
    color: #203DA5;
    font-size: 28px;
    font-weight: bold;
}

.expertbody {
    position: relative;
    top: 230px;
    width: 568px;
}

.expertbody1 {
    font-size: 15px;
    text-align: justify;
    line-height: 25px;
}

.point {
    display: flex;
    gap: 15px;
    line-height: 28px;
}

.pointimg {
    height: 22px;
    width: 22px;

}

#founderimg {
    margin-left: 30px;
}

.eximg {
    display: none;
}

@media screen and (max-width: 306px) {
    .expert {
        margin-top: 76px !important;
    }

}

@media screen and (min-width: 769px) and (max-width: 1177px) {
    .trans {
        display: none;
    }

    .transhead {
        display: none;
    }

    .perdetail1 {
        margin-left: 264px;
    }

    .perdetail2 {
        margin-left: -122px !important;
    }
}

@media screen and (min-width: 307px) and (max-width: 418px) {
    .expert {
        margin-top: 50px !important;
    }
}

@media screen and (max-width: 537px) {
    .expcards {
        display: none;

    }

    .eximg {
        display: block;
        width: 100vw;
    }

    .expertbody {
        top: 20px;
        left: 20px;
        width: 93vw;
    }

}

@media screen and (max-width: 329px) {
    .expert {
        height: 1080px;
    }
}

@media screen and (min-width: 330px) and (max-width: 537px) {
    .expert {
        height: 985px;
    }
}

@media screen and (min-width: 538px) and (max-width: 768px) {

    .expertbody {
        /* top: 80px; */
        width: 93vw;
    }

    .expert {
        height: 1102px;
    }

    .expcard {
        width: 514px;
        height: 420px;
        background-color: #DE9CA9;
        border-top-right-radius: 30px;
        position: relative;
        top: 200px;
    }
}

@media screen and (max-width: 768px) {

    .expertbody {
        /* top: 20px; */
        left: 20px;
        /* width:93vw; */
    }

    .number {
        justify-content: center
    }

    /* .expcard,
    .expcard1 {
        width: 100%;
        max-width: none;
    } */

    .expimg {
        left: 15px;
    }

    .experts {
        flex-direction: column;
    }


    .expertcon {
        display: block;
        font-family: 'Lato';
    }
}

.camp {
    background: url(./images/aboutus-gallery.png);
    height: 700px;
    margin-top: 20px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-left: -25px;
}

.campside {
    display: flex;
    /* position: absolute; */
}

.camphead {
    /* width: 521px; */
    font-size: 40px;
    color: #203DA5;
    font-family: 'Lato';
    font-weight: bold;
    transform: translate(30%, 98%);
    /* position: relative;
    right: 300px; */
}

.campy {
    display: flex;
}

@media screen and (min-width: 769px) and (max-width: 1275px) {
    .camp {
        background: url(./images/aboutus-gallery.png);
        /* height: 215px !important; */
        width: 100%;
        margin-top: 200px;
        background-repeat: no-repeat;
        background-size: contain
    }

}

@media screen and (max-width: 406px) {
    .camp {
        background: url(./images/aboutus-gallery.png);
        height: 215px !important;
        width: 100%;
        background-repeat: no-repeat;
        background-size: contain
    }

    .names {
        margin-top: 5px !important;
    }
}

@media screen and (min-width: 407px) and (max-width: 768px) {
    .camp {
        background: url(./images/aboutus-gallery.png);
        height: 389px !important;
        width: 100%;
        background-repeat: no-repeat;
        background-size: contain
    }
}

@media screen and (min-width: 401px) and (max-width: 580px) {

    /* .camp{
        background: url(./images/Group\ 22146.png);
        height: 300px !important;
        width: 100%;
        background-repeat:no-repeat ;
    background-size: contain} */
    .names {
        margin-top: -90px !important;
    }
}

@media screen and (max-width: 1433px) {
    .camp {
        background: url(./images/aboutus-gallery.png);
        height: 700px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 0px;
    }


    .camphead {
        font-size: 32px;
        transform: translate(10%, 98%);
    }
}

@media screen and (max-width: 741px) {
    .camphead {
        font-size: 4vw;
        transform: translate(28%, 98%);
    }
}

.names {
    height: auto;
    margin-top: 100px;
}

.perdetail {
    display: block;

}

.perdetail1 {
    display: flex;
    gap: 60px;
    justify-content: center;

}

.perdetail2 {
    display: flex;
    gap: 60px;
    margin-left: 143px;
    justify-content: center;

}

.apps {
    display: flex;
    gap: 10px;
}

.percon {
    position: relative;
    top: 30px;
    left: 20px;

}

.percon1 {
    position: relative;
    top: 20px;
    right: 30px;
}

.trans {
    font-size: 199px;
    font-weight: bold;
    position: relative;
    bottom: 40px;
    color: rgba(200, 200, 200, 0.2);

}

.right {
    gap: 25px;
    display: flex;
    height: 182px;
}

#perhead {
    font-size: 42px;
    color: #0B365E;
}

#perbody {
    font-size: 20px;
    color: #0B365E;
}

.ab {
    position: absolute;
    right: 30px;
    transform: translate(-190%, 73%);
    display: block;
    font-family: 'Lato';
}

.perdetail {
    position: relative;

    right: 75px;
}

@media screen and (max-width: 768px) {

    .perdetail1,
    .perdetail2 {
        flex-direction: column;
        align-items: center;
        margin-left: 30px;
        position: relative;
        left: 60px;
    }

    .trans {
        display: none;
    }

    .ab {
        display: none;
    }

    .right {
        margin-top: 5%;
    }
}

.footer {
    height: 473px;
    width: 100%;
    background-color: #1C1C1C;
}

.para {
    font-size: 15px;
    color: #EEEEEE;
    line-height: 25px;
}

#foots {
    display: flex;
    justify-content: space-around;
    /* margin-bottom: 100px; */
    position: relative;
    top: 50px;
}

footer {
    margin-top: 80px;
}

button {
    background-color: #0C6813;
    padding: 12px 30px;
    border-radius: 15px !important;
    color: #FFFFFF;
    font-size: 18px;
    font-family: 'Lato';
    border: none;

}

.icons {
    display: flex;
    gap: 20px;
}

.black {
    background-color: #000000;
    height: 61px;
    position: relative;
    top: 75px;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
}

.number {
    display: flex;
    color: #EEEEEE;
}

@media only screen and (min-width: 769px) and (max-width: 1030px) {
    .black {
        /* flex-direction: column; */
        align-items: center;
        padding: 10px;
        /* text-align: center; */
        position: relative;
        top: 10px;
    }
}

@media only screen and (min-width: 700px) and (max-width: 768px) {
    .black {
        flex-direction: flex;
        align-items: center;
        padding: 10px;
        text-align: center;
        position: relative;
        top: 60px;
    }
}

@media only screen and (max-width: 699px) {
    .black {
        flex-direction: column;
        align-items: center;
        padding: 10px;
        text-align: center;
        position: relative;
        top: 60px;
    }
}

@media only screen and (min-width:999px) and (max-width:1453px) {
    .mivi {
        /* gap:250px; */
        /* justify-content: space-between; */
        display: flex;

    }

    .mis {
        display: flex;
        gap: 9px;
    }

    #mivicon {
        margin-top: 100px;
        height: 440px;
    }

    .visbody,
    .misbody {
        font-size: 15px;
        text-align: justify;
        width: 38vw;
        line-height: 28px;
    }

    .mishead {
        color: #F26E23;
        font-weight: bold;
        font-size: 24px;
        top: 50px;
        position: relative;
        font-family: 'Lato';
    }

}

@media only screen and (min-width:769px) and (max-width:1427px) {
    .lovedone1 {
        display: flex;
        justify-content: space-between;
        gap: 42px;
    }

    .lovedimg1 {
        width: 381px;
    }

    #lovehead {

        font-size: 34px;
        transform: translate(58%, -111%);
        font-weight: bold;
        color: #FFFFFF;
        width: 260px;

    }

    #loveconpara {
        font-size: 17px;
        width: 25vw;
        position: relative;
        left: 0px;
        top: 9px;
        /* right: 54px;
        bottom: 145px; */
        text-align: justify;
    }

    .love2 {
        width: 300px;
        position: relative;
        left: 44px;
    }

    .love {
        margin-top: 150px;
        position: relative;
        font-family: 'Lato';
        display: block;
        width: 272px;
    }
}

@media only screen and (min-width:769px) and (max-width:999px) {
    .mivi {
        /* gap:250px; */
        justify-content: center;
        display: flex;

    }

    .mis {
        display: flex;
        gap: 9px;
    }

    #mivicon {
        margin-top: 100px;
        height: 700px;
    }

    .visbody,
    .misbody {
        font-size: 11px;
        text-align: justify;
        width: 38vw;
        line-height: 28px;
    }

    .mishead {
        color: #F26E23;
        font-weight: bold;
        font-size: 24px;
        bottom: 40px;
        position: relative;
        font-family: 'Lato';
    }
}

@media only screen and (min-width:769px) and (max-width:999px) {

    .founder {
        width: 20vw;
    }

    .founder {
        display: flex;
        /* gap:100px; */
        /* justify-content:center !important; */
        text-align: justify;
        font-family: 'Lato';
    }

    .founderimg {
        width: 351px;
        position: relative;
        right: 47px;
        top: 103px;
    }

    .fountbody {
        font-size: 11px;
        color: #2A2A2A;
        /* width: 31vw; */
        line-height: 28px;
    }


}

@media only screen and (min-width:1000px) and (max-width:1399px) {

    .founder {
        width: 20vw;
    }

    .founder {
        display: flex;

        justify-content: space-between !important;
        text-align: justify;
        font-family: 'Lato';
    }

    .founderimg {
        width: 351px;
        position: relative;
        right: 47px;
        top: 66px;
    }

    .fountbody {
        font-size: 11px;
        color: #2A2A2A;
        /* width: 31vw; */
        line-height: 28px;
    }


}

@media (min-width: 769px) and (max-width:1200px) {
    .expimg {
        position: relative;
        top: 0px;
        left: 30px;
    }


    .expertcon {
        position: relative;
        top: -93px;
        gap: 50px;
        /* Adjust the gap between elements */
    }


}

@media (min-width: 769px) and (max-width:1275px) {

    .expcard,
    .expcard1,
    .expertbody {
        width: auto;
        /* Allow elements to take full width */
    }

    .expert {
        height: 621px;
        /* Adjust height as needed */
    }
}

@media only screen and (max-width: 300px) {
    .misbody {
        font-size: 12px;
        text-align: justify;
        width: 78vw !important;
        line-height: 24px;
    }
}

@media only screen and (max-width: 768px) {
    .icons {
        justify-content: center;
    }

    .love1 {
        margin-top: 60px !important;
    }

    .founthead {
        width: 250px !important;
    }

    .mission {
        margin-top: -106px !important;
    }

    .footer {
        height: auto;
    }

    #foots {
        flex-direction: column;
        align-items: center;
    }

    .lovedone1 {
        display: block;


    }

    .lovedimg1 {
        width: 260px;
        display: none;
    }

    .p1 {
        margin-left: -58px;
    }

    #lovehead {

        font-size: 30px;
        transform: translate(18%, -88%);
        font-weight: bold;
        color: #FFFFFF;
        width: 482px;

    }

    #loveconpara {
        font-size: 15px;
        width: 95vw;
        position: relative;
        left: 0px;
        top: 9px;
        /* right: 54px;
        bottom: 145px; */
        text-align: justify;
    }

    #lovehead {

        font-size: 28px;
        text-align: center;
        /* transform: translate(36%,-112%); */
        font-weight: bold;
        color: #FF4973;
        width: 77vw;
    }

    .love2 {
        width: 73vw;
        position: relative;
        left: 44px;
    }

    .love {
        margin-top: 193px;
        position: relative;
        font-family: 'Lato';
        display: block;
        width: 272px;
    }

    .founder {
        width: 20vw;
    }

    .founder {
        display: block;
        /* gap:100px; */
        /* justify-content: space-around; */
        text-align: justify;
        font-family: 'Lato';
    }

    .founderimg {
        width: 78vw;
        position: relative;
        right: 43px;
    }

    .fountbody {
        font-size: 15px;
        color: #2A2A2A;
        /* width: 78vw; */
        line-height: 28px;
    }

    .mivi {
        /* gap:250px; */
        /* justify-content: space-between; */
        display: block;

    }

    .mis {
        display: flex;
        gap: 9px;
    }

    .visbody {
        font-size: 12px;
        text-align: justify;
        width: 94vw;
        line-height: 24px;
    }

    .misbody {
        font-size: 12px;
        text-align: justify;
        width: 83vw;
        line-height: 24px;
    }

    .mishead {
        color: #F26E23;
        font-weight: bold;
        font-size: 28px;
        top: 50px;
        position: relative;
        font-family: 'Lato';
    }

}

@media only screen and (min-width: 300px) and (max-width: 768px) {
    #mivicon {
        margin-top: 100px;
        height: 513px;
    }
}

@media only screen and (max-width: 300px) {
    #mivicon {
        margin-top: 100px;
        height: 604px;
    }
}

/* Adjustments for even smaller screens */
@media only screen and (max-width: 480px) {
    .para {
        font-size: 14px;
        line-height: 20px;
    }

    .black {
        position: relative;
        top: 60px;
        height: 60%;
    }

    .foot1 {
        text-align: center;
    }

    .founder {
        width: 20vw;
    }

    .founder {
        display: block;
        /* gap:100px; */
        /* justify-content: space-around; */
        text-align: justify;
        font-family: 'Lato';
    }

    .founderimg {
        width: 78vw;
        position: relative;
        right: 23px;
    }

    .fountbody {
        font-size: 15px;
        color: #2A2A2A;
        /* width: 90vw; */
        line-height: 28px;
    }

}