@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body{
    font-family: "Poppins", sans-serif;
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
}

a{
    text-decoration: none;
    color: #222;
}

::-webkit-scrollbar{
    display: none;
}

#main{
    width: 100%;
    height: 100%;
}

.grad1{
    color: transparent;
    background: linear-gradient(90deg, #050C9C 0%, #4F75FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
}

/* back to top */
#backToTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px;
    font-size: 1.5rem;
    /* font-size: 18px; */
    display: none; /* Initially hidden */
    z-index: 100;
    cursor: pointer;
    border: none;
    background-color: #fffffc;
    border: 1px solid #050C9C;
    color: #222;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: all .3s ease-in-out;
}

#backToTopBtn:hover {
    background-color: #050C9C;
    box-shadow: 5px 5px 60px #050C9C15;
    color: #fff;
}
/* back to top */

.about-intro{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.about-intro-container{
    width: 100%;
    max-width: 1400px;
    height: auto;
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 20px;
    padding: 15px 25px;
}

.aboutchild1{
    width: 50%;
    /* margin-top: 50px; */
    height: auto;
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
}

.aboutchild1 h3{
    font-size: 1.3rem;
    font-weight: 600;
    color: #050C9C;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-weight: 400;
}

.aboutchild1 h3 img{
    width: 25px;
    height: auto;
}

.aboutchild1 h1{
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 4rem;
    line-height: 4.5rem;
    text-transform: capitalize;
    font-weight: 600;
    color: #050C9C;
}

.aboutchild1 p{
    color: #444;
    font-weight: 400;
    font-size: 1rem;
    margin-bottom: 30px;
}

.aboutchild1 ul{
    margin-bottom: 10px;
}

.aboutchild1 ul li{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 8px;
    margin-bottom: 5px;
}

.aboutchild1 li i{
    font-size: 1.5rem;
    font-weight: 400;
    color: #050C9C;
    /* height: auto; */
}

.aboutchild1 h5{
    font-size: 1rem;
    font-weight: 400;
    color: #444;
    margin-top: 20px;
    margin-bottom: 40px;
}

.aboutchild1 a{
    padding: 15px 30px;
    /* background-color: #050C9C; */
    background: linear-gradient(125deg, #050C9C 0%, #1447ff 100%);
    border: 1px solid #050C9C;
    border-radius: 15px;
    color: #fff;
    font-weight: 500;
    font-size: 1.1rem;
    transition: all .3s ease-in-out;
}

.aboutchild1 a:hover{
    transform: translateX(5px);
}

.aboutchild2{
    width: 50%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-child-boxes{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    gap: 30px;
}

.child-box-1{
    display: flex;
    align-items: start;
    justify-content: space-between;
    width: 50%;
    height: auto;
    gap: 30px;
    flex-direction: column;
}

.childbox{
    width: 100%;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 5px 5px 30px #050C9C15;
    /* background-color: #050C9C; */
    background: linear-gradient(45deg, #050C9C 0%, #1447ff 100%);
    color: #fff;
    height: auto;
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 15px;
    flex-direction: column;
    max-width: 340px;
}
.childbox p{
    text-align: justify;
    font-size: 1rem;
    font-weight: 400;
}

.childbox-img{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.childbox-img img{
    width: 90px;
    height: auto;
}

.childbox-img div h3{
    font-size: 3rem;
    font-weight: 600;
}

.childbox-img div p{
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem;
}

/* .childbox-box{
    width: 100%;
    height: 500px;
    background: url(https://media.istockphoto.com/id/1460755337/photo/white-color-theme-modern-style-office-with-exposed-concrete-floor-and-a-lot-of-plant-3d.jpg?s=612x612&w=0&k=20&c=PX1TFWVrLL34jgkmFREmxrzy3M4rqhBk4NMrHFOTmo8=);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    box-shadow: 5px 5px 30px #33333315;
}

.child-box-2 {
    width: 100%;
    height: 500px;
    background: url(https://media.istockphoto.com/id/1460755337/photo/white-color-theme-modern-style-office-with-exposed-concrete-floor-and-a-lot-of-plant-3d.jpg?s=612x612&w=0&k=20&c=PX1TFWVrLL34jgkmFREmxrzy3M4rqhBk4NMrHFOTmo8=);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    box-shadow: 5px 5px 30px #33333315;
} */

.childbox-box{
    width: 100%;
    max-width: 340px;
    height: 500px;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 5px 5px 30px #00000015;
}

.childbox-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.child-box-2{
    width: 100%;
    height: 600px;
    max-width: 340px;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 5px 5px 30px #00000015;
}


/* mission & vision section */
.missionSection{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.missionSection-container{
    width: 100%;
    max-width: 1400px;
    /* height: 40vh; */
    height: auto;
    /* border: 1px solid #050C9C; */
    border-radius: 15px;
    padding: 15px;
    margin-top: 30px;
    margin-bottom: 40px;
    /* background: repeating-linear-gradient(145deg, #2893ff 0%, #7c2fc4 100%); */
    /* background: url(./herobg-2.webp); */
    /* background-image: url(./herobg-3.svg); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: start;
    justify-content: space-evenly;
    gap: 20px;
}

.m-v-Card{
    width: auto;
    max-width: 300px;
    height: 100%;
    padding: 15px;
    display: flex;
    align-items: start;
    justify-content: start;
    /* gap: 20px; */
    flex-direction: column;
    background-color: #fffffc50;
    border-radius: 5px;
    backdrop-filter: blur(10px);
    transition: all .3s ease-in-out;
}

.m-v-Card:hover{
    /* background-color: #050C9C; */
    background: linear-gradient(145deg, #1447ff 0%, #050C9C 100%);
    color: #fff;
    transform: translateY(-5px);
}

.m-v-Card img{
    width: 70px;
    margin-bottom: 15px;
    height: auto;
}

.m-v-Card h3{
    font-size: 1.4rem;
    color: #050C9C;
    font-weight: 650;
}

.m-v-Card:hover h3, .m-v-Card:hover p{
    color: #fff;
}

.m-v-Card p{
    color: #222;
    text-align: justify;
    font-size: 1rem;
}

/* mission & vision section */

/* our team */
.teamSection{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.teamSection-Container{
    width: 100%;
    max-width: 1400px;
    height: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.team-section-hr{
    width: 45px;
    margin-bottom: 15px;
    /* color: transparent; */
    border: 1px solid #1447ff;
    background-color: #1447ff;
    height: 4px;
}

.teamSection-Container h4{
    color: #1447ff;
    text-transform: uppercase;
    font-weight: 600;
    /* margin-bottom: 12px; */
    font-size: 1.2rem;
    text-align: center;
}

.teamSection-Container h2{
    font-size: 2.5rem;
    color: #111;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: capitalize;
    text-align: center;
}

.teamSection-Container p{
    color: #222;
    font-weight: 400;
    font-size: 1rem;
    text-align: center;
}

.teamMemberprofileCards{
    width: 100%;
    height: auto;
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.teamMemberCard{
    width: 330px;
    height: auto;
    background-color: #f7f7f7;
    border: 1px solid #050C9C;
    border-radius: 15px;
    overflow: hidden;
}
.div-text-container{
    padding: 20px;
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
}
.div-text-container h3{
    font-size: 1.1rem;
    font-weight: 400;
    color: #111;
    /* margin-bottom: 5px; */
}

.div-text-container h5{
    font-size: 1.2rem;
    color: #111;
    font-weight: 500;
    margin-bottom: 8px;
}

.div-social-container{
    width: 40px;
    height: 150px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    background-color: #666;
    position: absolute;
    margin-left: 260px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    border: .2px solid #666;
    border-top-width: 0;
}

.div-social-container a>i{
    font-size: 1.5rem;
    color: #fff;
    opacity: .9;
    transition: all .5s ease-in-out;
}

.div-social-container:hover{
    background-color: #fff;
    border: 1px solid #050C9C;
    border-top-width: 0;
}
.div-social-container:hover a>i{
    color: #222;
}
.div-social-container a>i:hover {
    color: #1447ff;
}

.div-image img{
    width: 330px;
    height: 350px;
    object-fit: cover;
    border-bottom-right-radius: 200px;
}

/* our team */




@media only screen and (max-width: 767px) {
    #main{
        width: 100%;
        height: 100%;
    }

    .about-intro{
        width: 100%;
        height: auto;
        padding: 10px;
        margin-top: 0;
    }

    .about-intro-container{
        width: 100%;
        flex-wrap: wrap;
        height: auto;
        margin-top: 15px;
    }

    .aboutchild1{
        width: 100%;
        height: auto;
        align-items: start;
        justify-content: start;
        /* flex-wrap: wrap; */
    }

    .aboutchild2{
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        margin-top: 30px;
    }

    
    .aboutchild1 h3{
        font-size: 1.1rem;
    }

    .aboutchild1 h1{
        font-size: 3rem;
        line-height: 3.5rem;
    }

    .about-child-boxes{
        width: 100%;
        height: auto;
        /* padding: 10px; */
        flex-wrap: wrap;
    }

    .child-box-1{
        width: 100%;
    }

    .childbox-box{
        width: 100%;
    }

    .child-box-2{
        width: 100%;
    }

    .missionSection{
        width: 100%;
        height: auto;
        padding: 10px;
    }

    .missionSection-container{
        flex-wrap: wrap;
        width: 100%;
        height: auto;
    }

    .teamSection-Container h4{
        font-size: 1rem;
    }

    .teamSection-Container h2{
        font-size: 2rem;
        line-height: 2.3rem;
    }

}

@media only screen and (max-width:1024px) {
    .teamSection{
        width: 100%;
        height: auto;
        padding: 10px;
    }
    .teamMemberprofileCards{
        width: 100%;
        height: auto;
        align-items: start;
        justify-content: center;
    }
    .teamMemberCard{
        width: 300px;
        height: auto;
    }
    .div-social-container{
        margin-left: 30px;
    }
}