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


body{
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    /* font-family: 'Poppins', sans-serif; */
    
}

.main-container{
    width: 100vw;
    height: 95vh;
    color: white;
    /* padding: 0px 20px; */
    background-image: linear-gradient(134deg, #0C0091 0%, #00A87E 100%);
}

.navbar-container{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    padding: 5px 30px;
}

.company-name{
    display: flex;
    justify-content: space-evenly;
    align-items: baseline;
    gap: 8px;
}

.section-container{
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 4rem;
}

.section-container button{
    width: auto;
    padding: 8px 10px;
    border-radius: 25px;
    border: none;
    background-color: #00A87E;
    color: white;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    /* font-family: 'Pop', sans-serif; */
    /* font-family: 'Josefin Sans', sans-serif; */
}

.section-container button:hover{
    background-color: #5755d9;
}

.on-image-container{
    /* margin:  auto; */
    /* padding: 10px 10px; */
    width: 80%;
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* gap: 10%; */
    /* padding-right: 10%; */
}
.left-side{
    width: 60%;
}

.left-side h1{
    color: #00ffd4;
    font-size: 48px;
}
.right-side{
    width: 30%;
}
.right-side img{
    max-width: 145%;    
    min-width: 200px;
}

.left-side button{
    margin-top: 40px;
    padding: 10px 40px;
    background: transparent;
    color: white;
    font-weight: 400;
    border-color: rgba(255, 255, 255, .4);
    font-family: 'Inter', sans-serif;
}

.left-side button:hover{
    background-color: #4240d4;
}

.clients-container{
    background-color: #f4f4f4;
    margin: 0;
   
    padding: 25px 0px;
}


.clients img{
    width: 80px;
}

.clients{
    margin-top: 15px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    gap: 8%;
    padding: 5px 20px;
    
}


.heading{
    width: fit-content;
    margin: auto;
    padding: 5px;
    color: gray;
    border-bottom: 1px solid gray;
}


.what-we-do-container{
    padding: 40px 20px;
}

.outer-container{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
}
.what-we-do-container .data-container{
    width: 300px;
    padding: 5px;
    margin: 5px;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-evenly;
    align-items: center;
}

.data-container img{
    max-width: 60px;
}

.data-container a{
    text-decoration: none;
}


.how-we-work-container{
    padding: 30px;
    background-color: #0C0091;
}

.how-we-work-container h1{
    color: #00ffd4;
    padding: 10px;
    margin: auto;
    width: 70%;
    text-align: center;
}
hr{
    height: 0.01px;
    border: 0.1 solid gray;
}

.charges-outer-container{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
}

.charges-container{
    max-width: 280px;
    text-align: center;
    background-color: white;
    padding: 0 25px;
    padding-top: 5px;
    padding-bottom: 25px;
    margin: 10px;
    line-height: 1.5;

}

.charges-container button{
    border: none;
    padding: 10px 30px;
    color: white;
    background-color: #1f1f23;
    font-family: 'Inter', sans-serif;
}

.charges-container button:hover{
    
   background-color: #4b48d6;
}

.meet-our-team-container{
    background-color: #f4f4f4;
    padding: 40px;
}

.team-container{
    display: flex;
    flex-flow: column wrap;
    justify-content: space-evenly;
    align-items: center;
    margin: 10px;
}

.team-container img{
    max-width: 250px;
    height: 150px;
    background-color: rgb(178, 206, 238);
    padding: 15px;
    border-radius: 5px;

}

.team-outer-container{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
    padding: 15px;
}

.open-source-container{
    display: flex;
    flex-flow: column wrap;
    justify-content: space-evenly;
    align-items: center;
    padding: 10px;
    padding-top: 50px;
    padding-bottom: 50px;
    gap: 20px;
}

.open-source-container img{
    padding-top: 20px;
    max-width: 100px;
}

.open-source-container strong{
    text-align: center;
    font-size: 72px;
}

.open-source-container button{
    padding: 12px 30px;
    background: transparent;
    font-family: 'Inter', sans-serif;
    border: 1px solid rgb(221, 221, 221);

}

.footer-container{
    background-color:#0C0091;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-items: flex-start;
    padding: 30px 20px;
   
    /* width: 100%; */

}

.footer-container h4{
    color: white;
}

.footer-container li{
    list-style: none;
    color: #667189;
    margin: 8px 0px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    
}



@media screen and (max-width:500px){
 .right-side{
    display: none;
 }   
 .left-side{
    width: 60%;
 }

 .section-container{
    display: none;
 }
 /* .left-side{
    width: 40%;
 } */

 .left-side h1{
    color: #00ffd4;
    font-size: 40px;
}
.open-source-container strong{
    text-align: center;
    font-size: 60px;
}
}

