* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: "Manrope", sans-serif;
    /* font-family: "Sora", sans-serif;  ---> header kku use panrathu */

}

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');



nav{
    display: flex;
    flex-direction: column;
    /* margin-top: 4%; */
    width: 100%;
    justify-content: center;
    align-items:center;
    background-color: #fff;
    margin-bottom: 20px;
}

.navFirst{
    display: flex;
    width:1320px;
    align-items:center;
    padding:10px 15px;
    height: 80px;
    /* border: 2px solid aqua; */
    border-bottom: 1px solid gray;
    justify-content: space-between;
}

.navNewBut{
    width: 32%;
    color: gray;
    font-size: 20px;
    display: flex;
    gap: 30px;
    justify-content: start;
    text-decoration: none;
    color: gray;
    cursor: pointer;
    font-family: "Sora", sans-serif;
    font-weight:800;
}



.navNewBut a{
    cursor: pointer;
}

.secondAbout{
    /* font-weight: 800; */
    color: #E83A16;
}

.navIcons{
    width: 32%;
    display: flex;
    /* font-size:20px; */
    color: gray;
    gap: 30px;
    justify-content: end;
}

.navIcons i{
    font-size: 16px;
    padding: 5px;
    border: 1px solid gray;
}



.newNavImg{
    width: 32%;
    display: flex;
    justify-content: center;
}



/* responsive nave style start */

.resIcon{
    display: none !important;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid lightgray;
    font-size: 16px;
}

.resIcon .xmarNav{
    display: none;
}


.responsiveNav{
    width: 40%;
    height:400px;
    background-color:#fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 20px;
    padding: 20px 30px 10px 20px;
    position: absolute;
    top:60px;
    left:-100%;
    z-index: 1000;
    transition: all 0.30s;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.resCon{
    display:flex;
    width:100%;
    justify-content: space-between;
    font-weight: 500;
}

.resCon i{
    color: #333333;
}

.resCon a{
    text-decoration: none;
    color: black;
}

.resNumberTag{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    /* margin-bottom: 20px;
    background-color: gray;
    color: white; */
}


.resNumberTag button{
    width: 80px;
    height: 30px;
    border: unset;
    border-radius: 5px;
    background-color: green;
    color: white;
}

.resNumberTag img{
    width: 100px;
    height: 40px;
}

.responsiveNav{
    display:none;
}

.navLine{
    height: 1px;
    width: 95%;
    background-color: lightgray;
}

.updateresNave{
    display: none;
}

/* nave response start */

@media screen and (max-width:900px) {
    nav{
        display: none;
    }

    .resIcon{
        display: flex !important;
    }

    .updateresNave{
        display:flex;
        width: 100%;
        border-radius:0px;
        background-color: #fff;
        margin-top:0;
        padding: 10px 25px 5px 20px;
        align-items: center;
        justify-content: space-between;
    }

    .updateresNave img{
        width: 130px;
        height: 60px;
    }

    .responsiveNav{
        display:flex;
        left: -100%;
        z-index: 1000;
    }
    
}


@media screen and (max-width:750px) {
    .responsiveNav{
        width: 60%;
    }

    .resNumberTag button{
        width: 60px;
        height: 25px;
        font-size: 12px;
    }
    
    .resNumberTag img{
        width: 80px;
        height: 30px;
    }
    
 
}

@media screen and (max-width:600px) {
    .responsiveNav{
        width:70%;
    }
}

@media screen and (max-width:500px) {
    .responsiveNav{
        width:70%;
    }

    .updateresNave{
        padding: 10px 15px 5px 10px;
    }

    .updateresNave img{
        width: 110px;
        height: 50px;
    }


}


@media screen and (max-width:400px) {
    .responsiveNav{
        width:85%;
        font-size: 18px;
    }

    .resNumberTag img{
        width: 70px;
        height: 28px;
    }

}
/* nav response clouses */


.aboutContainer{
    width: 1320px;
    min-height: 100vh;
    /* background-color: red; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-self: center;
}

.aboutHome{
    width: 100%;
    padding: 0px 10px;
    min-height: 80vh;
    /* background-color: yellow; */
    display: flex;
    gap: 10px;
}

.aboutHomeLeft{
    width: 40%;
    height:76vh;
}

.aboutHomeLeft img{
    width: 100%;
    height: 100%;
}


.aboutHomeRight{
    width: 60%;
    height:80vh;
    display: flex;
    flex-direction: column;
    justify-content:start;
    padding: 0px 10px;
    /* background-color:aqua; */
}

.aboutHomeRight h1{
    font-size: 35px;
    font-weight: 300;
    margin-bottom:5px;
    font-family: "Sora", sans-serif;
}

.aboutHomeRight h3{
    padding-bottom: 3px;
}

.ChooseText2{
    margin-top: 20px;
}

.ChooseBox{
    width: 100%;
    display: flex;
    justify-content:space-around;
    margin-top: 30px;
}

.choose1 , .choose2{
    width: 38%;
    padding: 15px 10px;
    border: 1px solid #000000;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    gap: 10px;
    border-radius: 15px;
}



.choose1 h2 , .choose2 h2{
     font-family: "Sora", sans-serif;
     font-size: 20px;
     color: red;
}

.ChooseBox p{
    font-size: 15px;
}


.aboutText h1 , .ChooseText h1 , .MissionText h1, .TeamText h1{
    font-size: 35px;
    font-weight: 300;
    margin-bottom: 10px;
    font-family: "Sora", sans-serif;
}



.aboutText h3{
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
    font-family: "Sora", sans-serif;
}


/* Team Box Start */

.TeamBOx{
    display: flex;
    flex-direction: column;
    background-color:#ffffff;
    min-height: 50vh;
    gap: 10px;
    width: 100%;
    align-items: center;
    padding: 40px 0px;
    margin-top: 10px;
}

.TeamBOx h1{
    color: #E83A16;
    font-weight: 800;
    font-size: 40px;
    font-family: "Sora", sans-serif;
}
.TeamBOx h1 span{
    color: #06379a;
}

.teamBoxHeadPera{
    width: 600px;
    text-align: center;
    color: gray;
}

.TeamPic{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    width: 100%;
}

.TeamPicBox{
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 270px;
    background-color: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.TeamPicBox img{
    width: 100%;
    height:65%;
}

.picBoxContent{
    width: 100%;
    display: flex;
    justify-content: center;
    height: 35%;
    align-items:end;
    padding-bottom: 20px;
    position: relative;
}

.picConHead{
    width: 80%;
    border-radius: 20px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    background-color: #E83A16;
    position: absolute;
    top: -60px;
    color: white;
    align-items: center;
    font-family: "Sora", sans-serif;
}

.picConHead h2{
    text-decoration: underline;
    font-family: "Sora", sans-serif;
}

.piConBody{
    display: flex;
    gap: 10px;
}

.piConBody i{
    padding: 15px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    border: 1px solid gray;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* Team Box Clouses */


/* aboutSection Start */

    .aboutSection{
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-top: 3%;
        align-items: center;
        min-height: 100vh;
        gap: 60px;
    }


    .AShead{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .ASmainHead{
        display: flex;
        gap: 30px;
        align-items: center;
    }

    .ASmainI i{
        font-size: 50px;
        color: blue;
    }

    .ASmainC{
        line-height: 30px;
    }

    .ASmainC h4{
        color: #6b6c6c;
    }

    .mainh1-1 , .mainh1-2{
        font-size: 46px;
        font-weight:700;
        /* line-height: 56px; */
        color:#0d274e;
        font-family: "DM Sans", sans-serif; 
    }

    .mainh1-2{
        text-decoration: underline;
    }


    .aboutSectionImg{
        width: 100%;
        height: 60vh;
    }
    .aboutSectionImg img{
        width: 100%;
        height: 100%;
    }

/* about section clouses */


/* about Responses Start */

    @media screen and (max-width:1300px) {
        nav , .aboutContainer  {
            width: 100%;
        }

        .aboutContant , .TeamBOx {
            width: 95%;
        }
    }


    @media screen and (max-width:1250px) {

        .aboutHomeRight h1{
            font-size: 40px;
            line-height: 50px;
        }

        .aboutHomeLeft{
            height: 75vh;
        }
      
    }

    @media screen and (max-width:1200px) {
        
        .Explore{
            gap: 40px;
            padding-top:2%;
        }

        .TeamPic{
            flex-wrap: wrap;
            gap: 30px;
        }

 
    }


    @media screen and (max-width:1100px) {
        
        .aboutHomeRight h1{
            font-size: 35px;
            line-height: 45px;
        }

        .ARLeft img , .ARright img{
            width: 50px;
            height: 36px;
        }
        
        .ARLeftC h2 , .ARrightC h2{
            font-size: 18px;
            font-weight: 800;
            line-height: 30px;
        }

        .aboutHomeLeft{
            width: 450px;
        }

        .aboutSectionImg{
            height:55vh;
        }

        .aboutSection{
            min-height: auto;
        }
    }

    @media screen and (max-width:1000px) {
        .aboutHome{
            flex-direction: column;
            width: 100%;
        }

        .aboutHomeLeft{
            width: 100%;
        }

        .aboutHomeRight{
            width: 100%;
        }

        .Explore{
            gap: 30px;
            padding-top:1%;
        }

        .exHead h1{
            font-size: 2rem;
        }

        .exImgTag{
            display:grid;
            grid-template-columns: auto auto auto auto;
        }
        
        .aboutSectionImg{
            height:50vh;
        }

        .ASmainC{
            line-height:25px;
        }

        .mainh1-1 , .mainh1-2{
            font-size: 36px;
            font-weight:700;
            line-height: 35px;
        }
        
        .ASmainI i{
        font-size:35px;
        padding-top: 10px;
        }

        .ASmainHead{
            display: flex;
            gap: 20px;
            align-items: center;
        }
    }

    @media screen and (max-width:750px) {

        .exImgTag{
            grid-template-columns: auto auto auto;
        }

        .exHead h1{
            font-size: 1.5rem;
        }

        .aboutSectionImg{
            height:40vh;
        }

        .mainh1-1 , .mainh1-2{
            font-size: 26px;
            font-weight:700;
            line-height: 25px;
        }

        .mainh1-1{
            margin-top: 10px;
        }
        
        .ASmainI i{
        font-size:25px;
        padding-top:8px;

        }

        .ASmainHead{
            gap: 15px;
        }
    }

    @media screen and (max-width:700px) {
        .teamBoxHeadPera{
            width: auto;
            padding: 0px 10px;
        }
        

    }

    @media screen and (max-width:600px) {
        
        .aboutHomeLeft{
            height: 40vh;
            width: 100%;
        }
        
        .aboutHomeRight p{
            font-size: 16px;
            line-height: 23px;
        }

          
        .aboutHomeRight h1{
            font-size: 25px;
            line-height: 30px;
        }

        .exImgTag{
            grid-template-columns: auto auto;
            justify-content: center;
            gap: 30px;
        }

        .Explore{
            margin-top: 10px;
        }

        /* .ARLeft img , .ARright img{
            width: 50px;
            height: 36px;
        } */
        
        .ARLeftC h2 , .ARrightC h2{
            font-size: 16px;
            font-weight: 800;
            line-height: 26px;
        }

        .aboutHomeRight{
            min-height: 70vh;
        }

        .ArightImg{
            margin-top: 10px;
        }

    }

    @media screen and (max-width:500px) {
        
        .aboutHomeLeft{
            height: 35vh;
            width: 100%;
        }
      
        .ArightImg p{
            font-size: 12px;
        }

        .aboutSectionImg{
            height:30vh;
        }

        .mainh1-1 , .mainh1-2{
            font-size: 20px;
            font-weight:700;
            line-height: 20px;
        }

        .mainh1-1{
            margin-top:0px;
        }
        
        .ASmainI i{
        font-size:25px;
        padding-top:8px;

        }

        .ASmainHead{
            gap: 15px;
        }

        .ASmainC{
            font-size: 10px;
        }


        .TeamBOx h1{
            font-size: 30px;
        }

    }

    @media screen and (max-width:450px) {
        .ArightImg{
            flex-direction: column;
            gap: 20px;
        }

        .aboutHomeRight{
            padding-bottom: 10px;
        }

        .exImgTag{
            grid-template-columns:auto;
        }

        .Explore{
            margin-top: 40px;
        }


    }

/* about Responses Clouses */


    /* footer is start */

    .FooterBoxer{
        width: 100%;
        display: flex;
        justify-content: center;
        background-color: #333333;

    }

    footer{
        width:1340px;
        background-color:#141652;
        background-color: #333333;
        min-height: 300px;
        text-transform: uppercase;
        font-size: 15px;
        padding: 20px 10px;
        /* margin-top: 50px; */
    }

    .footerhead{
        display: flex;
        gap: 20px;
        color: #cccccc;
    }

    .footerLine{
        height: 2px;
        margin: 20px 0px;
        width: 100%;
        background-color: lightgray;
    }

    .FooterContent{
        display: flex;
        justify-content: space-between;
        color: #cccccc;
        background-color: #333333;
    }

    .footerText{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .footerTextHead{
        color: #ffffff;
        margin: 15px 0px;
        font-weight: 700;
        font-size: 18px;
    }


    .footerSix{
        margin-top: -0%;
        width: 300px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items:start;
        background-color: #333333;

    }
    .footerSix img{
        width: 180px;
        height: 50px;
    }

    .footerSix p{
        padding-left: 20px;
    }

    .footerLogos{
        display: flex;
        font-size: 10px;
        font-weight: 600;
    }


    .footerIcon{
        font-size: 25px;
        display: flex;
        gap: 10px;
    }
    
     footer a{
        text-decoration: none;
        color: #cccccc;
    }

/* footer is clouses */
/* Resposive Start */
/* footer Responsive Start */

    @media screen  and (max-width:1300px){
        footer{
            width: 100%;
        }    
    }


    @media screen and (max-width:1100px) {
        footer{
            padding: 20px 2%;
        }
    }

    @media screen and (max-width:1000px) {
        .footerSix{
            margin-top:1%;
        }

        footer{
            padding: 20px 6%;
            min-height: 95vh;
        }

        .FooterContent{
            display: grid;
            grid-template-columns: auto auto auto;
            row-gap: 8%;
        }
    }

    @media screen and (max-width:850px){
       
        .footerhead{
            justify-content: center;
        }


        .footerhead a{
            font-size: 12px;
        }
        
    }

    @media screen and (max-width:700px) {
        .FooterContent{
            grid-template-columns: auto auto;
            justify-content: center;
            min-height: 50vh;
        }

        .footerhead a{
            font-size: 10px;
        }

        .LogoPageHead{
            line-height: 25px;
            font-size:13px;
        }        
    }

    @media screen and (max-width:550px) {
            .LogoPageHead{
                font-size: 11px;
            }

            .aboutContant{
                width: 98%;
                /* margin-top: 80px; */
                padding: 0px 0px 0px 10px;
            }
    }

    @media screen and (max-width:600px) {
        .footerhead{
            display: none;
        }
    }

    @media screen and (max-width:450px) {
        .LogoPageHead{
            font-size: 10px;
            line-height:16px;
        }


    }

    @media screen and (max-width:400px) {
        .FooterContent{
            grid-template-columns: auto;
            row-gap:2%;
            min-height:80vh;
            
        }

        .LogoPageHead{
            font-size: 8px;
            line-height:14px;
        }

    }

    @media screen and (max-width:325px) {
        .aboutContant{
            margin-top: 70px;
        }
    }
/* footer Responsive clouses */
/* footer page clouses */





