@import url('https://fonts.googleapis.com/css2?family=Arvo&family=Bebas+Neue&family=Open+Sans:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&family=Oswald&family=Playfair+Display&display=swap');

*{
    margin: 0;
    box-sizing: border-box;
    color: white;
}

@font-face {
    font-family: "century-gothic";
    src: url(../fonts/century-gothic/CenturyGothic.ttf);
}

@font-face{
    font-family: "elista";
    src: url(../fonts/elista/Elista_Personal_Use.ttf);
}

:root{
    --century-gothic: "century-gothic";
    --font1: 'Open Sans', sans-serif;
    --font2: 'Arvo', serif;
    --font3: 'Playfair Display', serif;
    --font4: 'Instrument Serif', serif;
    --font-head: 'Didact Gothic', sans-serif;
    --font-content: 'Oswald', sans-serif;
    --primary-color : #1A7248;
    --secondary--color : #816309;  
    --black1: #191919; 
}

h1{
    font-family: var(--century-gothic);
    font-weight: 400;
}

p{
    font-family: var(--century-gothic);
}

a{
    font-family: var(--century-gothic);
    text-decoration: none;
}



.main {
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;
    /* align-items: center; */
    background-color: var(--black1);
}


/* ======section 1======= */

.section1{
    /* margin-top: 80px; */
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.heroSec{
    height: 100%;
    width: 100%;
    object-fit: scale-down;
}

.heroSec img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.heroContent{
    /* margin-top: 210px; */
    height: 100%;
    width: 100%;
    /* background-color: rgba(57, 56, 56, 0.685); */
    position: absolute;
    /* height: 100%; */
    /* width: 100%; */
    display: flex;
    /* text-align: end; */
    flex-direction: column;
    align-items: end;
    justify-content: end;
    padding: 40px 40px;
}

.heroContent p{
    width: fit-content;
    font-size: 2.8rem;
    color: var(--black1);
    letter-spacing: 2px;
    /* font-family: elista; */
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    animation: fadeUp 0.8s ease-in;
    border-bottom: 3px solid var(--primary-color);
}


.heroContent p:nth-child(2){
    border: none;
    font-family: var(--century-gothic);
    font-size: 1.8rem;
    color: rgb(163, 35, 35);
    text-transform: lowercase;
}

.heroLine{
    height: 3px;
    width: 15rem;
    background-color: var(--primary-color);
    animation: lineAnimation 0.8s ease-in-out;
}
@keyframes lineAnimation{
    0%{
        width: 0px;
    }
    100%{
        width: 15rem;
    }
}

@keyframes fadeUp{
    0%{
        transform: translatey(5px);
        opacity: 0;
    }
    100%{
        transform: translatey(0);
        opacity: 1;
    }
}

/* =========Section 2========= */

.section2{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px 0px;
}

.scope{
    padding: 15px 0px;
    height: 100%;
    width: 90%;
}

.scopeHead{
    border-bottom: 4px solid var(--primary-color);
}

.scopeHead h1{
    text-transform: uppercase;
    font-size: 2.4rem;
    letter-spacing: 2px;
    padding-bottom: 5px;
}

.scopeParah{
    padding: 10px 0px;
    height: 100%;
    width: 90%;
}

.scopeParah h1{
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-color);
}

.scopeContent{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 50px 0px 0px 0px;
}

.percent{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 10px 0px;
}


.percent h1{
    font-size: 3.5rem;
}

.percent p{
    font-size: 1.6rem;
}


/* ======section 3 - new====== */

.section3{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.founder{
    height: 100%;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.founderHead{
    height: 100%;
    width: 100%;
    padding-top: 25px 0px 0px 0px;
    border-bottom: 4px solid var(--primary-color);
}


.founderHead h1{
    font-size: 2.2rem;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding: 5px 0px;
}

.founderContent{
    height: 100%;
    width: 90%;
    display: flex;
    flex-direction: column;
    padding: 50px 0px;
    gap: 20px;
}

.founderOne{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.founderOneLeft{
    height: 100%;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.founderOneImg{
    height: 500px;
    width: 300px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    justify-content: space-around;
    align-items: center;
    transition: 0.8s ease-in-out;
}

.founderOneImg img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: brightness(80%) grayscale(40%);
}

.founderIcon{
    opacity: 0;
    height: 500px;
    width: 300px;
    position: absolute;
    background-color: #1a72477f;
    display: flex;
    align-items: center;
    justify-content: space-around;
    transition: 0.8s ease-in-out;
}

.founderIcon i{
    font-size: 1.6rem;
    cursor: pointer;
}

.founderOneImg:hover .founderIcon{
    opacity: 1;
    transition: 0.8s ease-in-out;
}


.founderOneRight{
    height: 100%;
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    /* line-height: 1; */
}

.founderOneRight h1{
    width: fit-content;
    font-size: 2.8rem;
    font-weight: 900;
    letter-spacing: 2px;
    color: var(--primary-color);
    padding: 5px 0px;
    border-bottom: 2px solid var(--primary-color);
}

.founderOneRight h2{
    font-size: 1.4rem;
    font-weight: 900;
}

.founderDescription{
    padding: 10px 0px;
}

.founderTwo{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.founderTwoLeft{
    height: 100%;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.founderTwoImg{
    height: 500px;
    width: 300px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    justify-content: space-around;
    align-items: center;
    transition: 0.8s ease-in-out;
}

.founderTwoImg img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: brightness(80%) grayscale(40%);
}

.founderIcon{
    opacity: 0;
    height: 500px;
    width: 300px;
    position: absolute;
    background-color: #1a72477f;
    display: flex;
    align-items: center;
    justify-content: space-around;
    transition: 0.8s ease-in-out;
}

.founderIcon i{
    font-size: 1.6rem;
    cursor: pointer;
}

.founderTwoImg:hover .founderIcon{
    opacity: 1;
    transition: 0.8s ease-in-out;
}


.founderTwoRight{
    height: 100%;
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.founderTwoRight h1{
    width: fit-content;
    font-size: 2.8rem;
    font-weight: 900;
    letter-spacing: 2px;
    color: var(--primary-color);
    padding: 5px 0px;
    border-bottom: 2px solid var(--primary-color);
}

.founderTwoRight h2{
    font-size: 1.4rem;
    font-weight: 900;
}




/* ========awards========== */
.section4{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.awards{
    height: 100%;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.awardsHead{
    padding: 0px 20px;
    border-bottom: 2px solid var(--primary-color);
}


.awardsContent{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    justify-content: center;
    gap: 5rem;
    padding: 40px 0px;
}

.award{
    height: 100%;
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.awardIcon{
    height: 6rem;
    width: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--primary-color);
    border-radius: 50%;
}

.award img{
    height: 4rem;
    width: 4rem;
    object-fit: scale-down;
}

.award h1{
    padding: 10px 0px;
    font-size: 1.5rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.award p{
    font-size: 1rem;
    font-weight: 100;
    padding: 10px 0px;
}

.line{
    height: 1px;
    width: 5rem;
    background-color: var(--primary-color);
}


/* =======section 5======= */

.section5{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 25px 0px;
}

.whyAdh{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whyAdhLeft{
    height: 100%;
    width: 50%;
    display: none;
}


.whyAdhImg{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whyAdhImg img{
    height: 350px;
    width: 100%;
    /* object-fit: scale-down; */
}

.whyAdhRight{
    height: 100%;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* transform: translatex(-20%); */
    /* margin-right: 8%; */
}

.whyAdhHead{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* text-align: start; */
    padding: 15px 0px;
}

.whyAdhHead h1{
    font-size: 2rem;
    letter-spacing: 2px;
}

.whyAdhHead p{
    font-size: 2rem;
    letter-spacing: 4px;
}

.whyLine{
    height: 2px;
    width: 23rem;
    background-color: var(--primary-color);
}

.whyAdhContent{
    padding: 20px 10px;
    text-align: center;
}

.whyAdhContent p{
    font-size: 1rem;
    text-align: center;
}

.circleImg{
    height: 100%;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
}
.circle{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.circle p{
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 2px;
}

.circle img{
    height: 12rem;
    width: 12rem;
    object-fit: scale-down  ;
}




/* =========Media Query=========== */

@media screen and (max-width: 600px) {
    .heroContent{
        text-align: center;
        width: 90%;
        padding: 40px 0px;
    }

    .heroContent p{
        font-size: 2rem;
        text-align: right;
    }
    .section2{
        padding: 10px 0px;
    }
    .scopeHead h1{
        font-size: 2rem;
    }
    .scopeContent{
        padding: 10px 0px;
        flex-wrap: wrap;
    }
    .percent{
        width: 50%;
    }
    .percent h1{
        font-size: 2.2rem;
    }
    .percent p{
        font-size: 1.4rem;
    }

    .founderContent{
        padding: 25px 0px;
    }

    .founder h1{
        font-size: 2rem;
    }

    .founderOne{
        flex-direction: column;
        gap: 10px;
    }
    .founderOneLeft{
        width: 100%;
    }
    .founderOneRight{
        width: 90%;
    }

    .founderTwo{
        flex-direction: column;
        gap: 10px;
    }
    .founderTwoLeft{
        width: 100%;
    }
    .founderTwoRight{
        width: 90%;
    }
    .awardsHead{
        width: 90%;
        text-align: center;
    }
    .awardsContent{
        flex-wrap: wrap;
        gap: 1rem;
    }
    .award{
        width: 50%;
    }

    .section5{
        padding: 0;
    }
    .whyAdh{
        flex-direction: column-reverse;
    }
    .whyAdhRight{
        width: 80%;
        margin: 0;
    }
    .whyAdhHead{
        text-align: center;
        align-items: center;
    }
    .whyAdhHead h1{
        padding: 0px 0px 10px 0px;
    }
    .whyAdhHead p{
        padding: 10px 0px 0px 0px;
    }
    .whyLine{
        width: 100%;
    }
    .whyAdhContent {
        padding: 5px 0px;
        text-align: start;
    }
    .whyAdhLeft{
        width: 100%;
    }
    .whyAdhImg img {
        height: 240px;
        width: 250%;
        object-fit: scale-down;
    }
    .circle img{
        height: 8rem;
        width: 8rem;
    }

    .founderIcon{
        opacity: 1;
        height: 50px;
    }
}