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

.nav{
    display: flex;
    justify-content: space-between;
align-items: center;
    margin: 30px;
    margin-top: 8px;
    font-family: Bricolage Grotesque;
  
}
.abt{
    font-weight: 600;
    text-decoration: underline;
}

ul{
    list-style-type: none;
    display: flex;
    gap: 20px;
  }

  .navlinks ul li a{
    text-decoration: none;
    color: #262167;
  }
.navlinks{
    display: flex;
    gap: 20px;
    font-size:20px ;
    font-weight: 300;
    align-items: center;
   }

.logo{
    font-family: Carme;
    font-size: 32px;
    font-weight: 100;
    color: #262167;
}

.button{
    padding: 10px;
    text-align: center;
    font-family: Bricolage Grotesque;
    font-size: 20px;
   font-weight: 300;
   color: white;
   background-color: #4193EC;
   border-radius: 6px;
   border: none;
}
.button:hover {
    background-color:#262167; 
    transform: scale(1.05); 
    box-shadow: 0 4px 10px rgba(0, 123, 255, 0.3); 
  }

.story{
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family:Bricolage Grotesque ;
    text-align: center;
    color:black;
    margin-left: 60px;
    margin-right: 60px;
    margin-bottom: 50px;
    margin-top: 20px;
    padding-bottom: 50px;
    padding-top: 20px;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #4193EC;
    border-top: 1px  solid #4193EC;
    
    background-color: white;
    border-bottom-right-radius: 120px;
    border-bottom-left-radius: 120px;

    
   
}
p{
    font-size: 18px;
    font-weight: 300;
    color: #262167;
}
.h2about{
font-family:Bricolage Grotesque  ;
color: #85c19d;;
font-size: 32px;
font-weight: 400;
}
.imagee{
    margin-left: 60px;
    margin-right: 60px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: Bricolage Grotesque;
   align-items: center;

    text-align: center;
    margin-top: 20px;
    padding-bottom: 40px;
    padding-top: 20px;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #4193EC;
    border-top:1px solid #4193EC ;
    background-color: #F3F8FD;
    border-top-left-radius: 120px;
    border-top-right-radius: 120px;
    
   
    
    
}
h1{
    font-size: 28px;
    font-weight: 600;
    color: #4193EC;
}
.meetourteam{
    text-align: center;
    font-family:Bricolage Grotesque ;
    color: #262167;
    font-size: 36px;
    font-weight: 400;

}
.meetteam{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 30px;
    gap: 20px;
}
.first{
    text-align: center;
    font-family: Bricolage Grotesque;
}
.second{
    text-align: center;
    font-family: Bricolage Grotesque;
}
.third{
    text-align: center;
    font-family: Bricolage Grotesque;
}
.fourth{
    text-align: center;
    font-family: Bricolage Grotesque;
}
.five{
    text-align: center;
    font-family: Bricolage Grotesque;
}

.content{
    font-size: 18px;
    font-weight: 300;
    color: #262167;
}
.ri{
    font-size: 32px;
    font-weight: 400;
    color: #85c19d;;
    
}
h3{
    font-size: 18px;
    font-weight: 600;
}
.job{
    font-size: 16px;
    font-weight: 400;
}

.generalfooter{
    display: flex;
    justify-content: space-between;
 padding-left: 40pX;
 padding-right: 40px;
 padding-top: 30px;
    font-family:Bricolage Grotesque ;
    border-top: 1px #4193EC solid;
    
}
.footertwo{
    display: flex;
    justify-content: space-between;
    gap: 50px;
}
.company{
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.resources{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.platforms{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.realcompany1{
    font-size: 16px;
    font-weight: 600;
}
.realcompany{
    font-size: 16px;
    font-weight: 300;
    color: #333;
}
.footerh1{
    font-family: Carme;
    color: #262167;
}
.footerone{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.generalcoperation{
    display: flex;
    justify-content: space-between;
    gap: 80px;
    margin-top: 40px;
  
    background-color: #4193EC;
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    font-family:Bricolage Grotesque  ;
}
.privacyyear{
display: flex;
gap: 40px;
font-size: 14px;
font-weight: 300;
color: white;
}
.bot{
    font-size: 14px;
    font-weight: 300;
}
.c{
    font-size: 14px;
    font-weight: 300;
}
.privacy{
    color: white;
    font-size: 14px;
    font-weight: 200;
}