* {
    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;
  
}
.cnt{
    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); 
  }
.onediv{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 30px;
    padding: 30px;
    padding-top: 20px;
    font-family: Bricolage Grotesque;
    background-color: #F3F8FD;
   
}
.contactush1{
font-size: 32px;
font-weight: 400;
color: #85c19d;;
}
.contactusp{
    text-align: center;
    font-weight: 300;
    font-size: 18pxpx;
    color: #262167;
}
.twodiv{
    display: flex;
    flex-direction: column;
    background-color:#F3F8FD ;
    align-items: center;
    margin: 30px;
}
.contactform{
    display: flex;
    flex-direction: column;
    text-align: left;
    margin: 30px;
    border-radius: 4px;
    justify-content: center;
    color: #262167;
}
.contactform label {
    font-family:Bricolage Grotesque ;
      font-weight: 600;
    margin-top: 20px;
}
.contactform input{
    width: 480px;
    height: 40px;
}
.btn{
    padding: 16px;
    margin-top: 20px;
    text-align: center;
    font-family: Bricolage Grotesque;
    font-size: 20px;
   font-weight: 300;
   color: white;
   background-color: #4193EC;
   border-radius: 6px;
   border: none;
}

.join2 {
    font-size: 24px;
    color: #333;
}

.us {
    margin-top: 15px;
}

.us input {
    padding: 10px;
    width: 250px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-family: Bricolage Grotesque;
}

.us button {
    padding: 10px 15px;
    background-color: #4193EC;
    color: white;
    border: none;
    border-radius: 5px;
    font-family:Bricolage Grotesque ;
    cursor: pointer;
}

.us button:hover {
    background-color: #0056b3;
}
.generalfooter{
    display: flex;
    justify-content: space-between;
    margin: 40px;
    font-family:Bricolage Grotesque ;
    
}
.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;
   
    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;
}
.bot{
    font-size: 14px;
    font-weight: 300;
}
.c{
    font-size: 14px;
    font-weight: 300;
}
