@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');
*{
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
    font-family: "Poppins", sans-serif;
    font-style: normal;
}
p{
    text-align: justify;
}
html{
    scroll-behavior: smooth;
}
header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    padding: 0px 150px;
    box-shadow: 0px 1px 0 0.1px rgba(0, 0, 0, 0.193);
}
header #logo{
    height: 80px;
    width: 80px;
}

header nav ul li{
    display: inline;
    margin: 10px;
    padding: 5px;
    cursor: pointer;
    font-weight: 500;
    position: relative;
}
header nav ul li a{
   color: black;
   text-decoration: none;
}
header nav ul li:hover a,
header nav ul li:hover{
    color: rgb(42, 42, 244);
}
header nav ul li i{
    margin-left: 5px;
    font-size: 16px;
    transition: 0.4s ease;
}
header nav ul li .dropdown-list{
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%; 
    left: 0;
    background-color: #f1f1f1c6;
    overflow: hidden;
    z-index: 1;
    width: 150px;
    height: auto;   
    border-radius: 16px;
}
header nav ul li .dropdown-list a{
    color: black;
    margin-top: 5px;
    padding: 5px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.283);
}
header nav ul li .dropdown-list a:hover{
    color: rgb(42, 42, 244);
}
header nav ul li:hover i{
    transform: rotate(-90deg);
}
header nav ul li:hover .dropdown-list{
    display: flex;
}
header #hamburger{
    display: none;
}
#home{
    height: calc(100vh - 80px);
    padding: 0px 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home .home-left{
    width: 50%;
    padding-right: 20px;
}
.home .home-left h1{
    font-size: 32px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.home .home-left p{
    font-size: 18px;
    margin-bottom: 18px;
    text-align: justify;
}
.home .home-left button{
    height: 50px;
    width: 150px;
    background-color: rgb(110, 110, 250);
    cursor: pointer;
    border: none;
    outline: none;
    box-shadow: 0 0 3px 1px rgb(110, 110, 250);
    color: white;
    margin-bottom: 30px;
}
.home .home-left button a{
    color: white;
    text-decoration: none;
    font-size: 16px;
}
.home .home-left button:hover{
    background-color: rgb(57, 57, 234);
    box-shadow: 0 0 3px 1px rgb(57, 57, 234);
    transition:0.1s all ease-in;
}
.home .home-right{
    width: 50%;
}
.home .home-right img{
    width: 100%;
    height:auto;
}
#about{
    height: auto;
    padding: 0px 150px;
} 
#about .upperAbout{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
#about .upperAbout .leftBio{
    width: 45%;
    display: flex;
    align-items: center;
}
#about .upperAbout .leftBio img{
    height: 80vh;
    width: 100%;
}
#about .upperAbout .rightBio{
    width: 55%;
    padding: 40px 30px;
}
.active{
    display: block;
}
#about .upperAbout .rightBio .card{
    display: flex;
    align-items: center;
    margin-top: 10px;
}
#about .upperAbout .rightBio .card p{
    font-size: 14px;
}
#about .upperAbout .rightBio .card i{
    margin:0 25px;
    font-size: 30px;
    color: rgb(110, 110, 250);
    padding: 20px;
    box-shadow: 0px 0px 3px 1px rgba(110, 110, 250, 0.406);;
    border-radius: 50%;
}
#about .lowerAbout{
    padding: 30px 0px;
    height: calc(100vh - 60px);
}
#about .lowerAbout .achievement{
    height: 30vh;
    background: url('backgroundWhatwedo.jpg');
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#about .lowerAbout .achievement h1{
    font-size: 28px;
    color: rgb(18, 18, 75);
}
#about .lowerAbout .achievement p{
    font-size: 14px;
}
#about .lowerAbout .achievement .counting{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
#about .lowerAbout .achievement .counting .count-number{
    font-size: 34px;
    color: rgb(110, 110, 250);
    font-weight: 600;
}
#about .lowerAbout .achievement .counting p{
    font-size: 18px;
}
#about .lowerAbout .partners{
    height: 70%;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 10px;
    justify-content: space-around;
    align-content: space-evenly;
    align-items: center;
    text-align: center;
}
#about .lowerAbout .partners i {
    font-size: 80px;
    color: rgb(18, 18, 75);
    cursor: pointer;
}
#whatwedo{
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(186 230 255 / 29%);
    padding: 0px 150px;
    flex-direction: column;
}
#whatwedo h1{
    font-size: 28px;
    color: rgb(18, 18, 75);
}
#whatwedo .wrapper{
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 20px;
    justify-content: space-around;
    align-content: space-evenly;
    align-items: center;
    height: 50vh;
}
#whatwedo .wrapper .card{
    height: 120px;
    width: 350px;
    background-color: white;
    border-radius: 20px;
    display: flex;
    padding: 10px 18px;
    align-items: center;
}
#whatwedo .wrapper .card i{
    font-size: 70px;
    color: rgb(18, 18, 75);
    margin-right: 20px;
}
#whatwedo .wrapper .card p{
    text-align: justify;
    font-size: 14px;
}
#gallery{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 150px;
}
#gallery h1{
    font-size: 28px;
    color: rgb(18, 18, 75);
}
#gallery .image-group{
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 20px;
    justify-content: space-around;
    align-content: space-evenly;
    align-items: center;
    margin-top: 10px;
}
#team{
    background-color: rgb(186 230 255 / 29%);
    padding: 30px 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#team .card-group{
    display: grid;
    grid-template-columns: auto auto auto auto;
    margin-top: 20px;
    width: 100%;
    justify-content: space-between;
}
#team .card{
    height:auto;
    width: 250px;
    cursor: pointer;
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}
#team .card:hover{
    box-shadow: 0 8px 20px 0 rgba(0,0,0,0.2);
    
}
#team .card-group .card img{
    height: 300px;
    width: 250px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
#team .card-group .card .text{
    padding: 10px;
}
#team .card-group .card .text .name{
    font-size: 20px;
    font-weight: 600;
}
#team .card-group .card .text .role{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.691);
}
.newsletter{
    height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0px 150px;
    background-color: rgba(146, 146, 146, 0.078);
}
.newsletter h1{
    font-weight: 500;
}
.newsletter p{
    font-size: 14px;
}
.newsletter .input-group{
    height: 40px;
    width: 500px;
    display: grid;
    grid-template-columns: 80% 20%;
    box-shadow: 0px 0px 8px 0px #00000082;
    margin-top: 15px;
    border-radius: 6px;
}
.newsletter .input-group input{
    height: 40px;
    width: 100%;
    outline: none;
    border: none;
    padding: 0px 10px;  
    font-size: 14px;
    border-radius: 6px;
}
.newsletter .input-group button{
    height: 40px;
    border: none;
    outline: none;
    width: 100%;
    background-color: rgb(0, 183, 255);
    cursor: pointer;
    color: white;
    border-radius: 0 6px 6px 0;
}
.newsletter .input-group button:hover{
    background-color: rgb(0, 158, 220);
}
footer{
    height: auto;
    padding: 10px 0px;
    background-color: rgb(186 230 255 / 29%);
    text-align: center;
}
footer a{
    color: rgb(1, 31, 56);
    text-decoration: none;
}
@media only screen and (max-width: 600px) {
    body{
        width: 100%;
    }
    header{
        padding: 0px 30px;
        position: relative;
    }
    header nav{
        display: none;
    }
    header nav ul{
        display: block; 
        position: absolute;
        left: 0;
        top: 80px;
        width: 100%;
        padding: 0;
        margin: 0;
        background-color: #f1f1f1f8;
        box-shadow: 0px 3px 1px 0px #00000061;
    }
    header nav ul li{
        display: block;
        padding: 10px 20px;
        list-style: block;
    }
    header nav ul li .dropdown-list{
        background-color: #f1f1f1;
    }   
    header #hamburger{
        display: block;
        font-size: 24px;
        position: absolute; 
        cursor: pointer;
        right: 30px;
    }
    #home{
        padding: 30px;
        flex-direction: column-reverse;
        justify-content: flex-start;
        align-items: flex-start;
        height: auto;
    }
    #home .home-left{
        width: 100%;
    }
    #home .home-left button{
        align-items: center;
    }
    #home .home-right{
        width: 100%;
        margin-bottom: 30px;
    }
    #about{
        padding: 30px;
    }
    #about .upperAbout{
        align-items: flex-start;
        height: auto;
        padding: 10px 0;
    }
    #about .upperAbout .leftBio{
        width: 0;
    }
    #about .upperAbout .leftBio img{
        display: none;
    }
    #about .upperAbout .rightBio{
        width: 100%;
        padding: 0;
    }
    #about .lowerAbout{
        height: auto;
    }
    #about .lowerAbout .achievement{
        text-align: center;
        height: auto;
        padding: 10px 0px;
    }
    #about .lowerAbout .achievement .counting{
        display: grid;
        grid-template-columns: auto auto;
    }
    #about .lowerAbout .achievement{
        text-align: center;
    }
    #about .upperAbout .rightBio .card i {
        margin-left: 2px;
        margin-right: 15px;
    }
    #about .lowerAbout  .partners{
        grid-template-columns: auto auto;
        grid-gap: 50px;
        margin: 40px 0px;
    }
    #whatwedo{
        height: auto;
        padding: 30px;
    }
    #whatwedo .wrapper{
        grid-template-columns: auto;
        height: auto;
        grid-gap: 10px;
    }
    #whatwedo .wrapper .card{
        width: 300px;
        height: 100px;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    #whatwedo .wrapper .card i{
        font-size: 60px;
    }
    #gallery{
        height: auto;
        padding: 20px 30px;
    }
    #gallery .image-group{
        grid-template-columns: auto;
    }
    #team{
        padding: 30px;
    }
    #team .card-group{
        grid-template-columns: auto;
        justify-content: center;
        grid-gap: 20px;
    }
    .newsletter{
        padding: 0px 30px;
    }
    .newsletter .input-group{
        width: 320px;
        grid-template-columns: 70% 30%;
    }
    
}