* {
    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;
  
}

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); 
  }
.hero {
    background: url('impact-bg.jpg') no-repeat center center/cover;
    font-family: Bricolage Grotesque;
    color: #0056b3;
    padding: 20px;
    display: flex;
    margin-bottom: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}

.hero h1 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #85c19d;
}

.hero p {
    font-size: 16px;
    max-width: 600px;
    font-weight: 300;
}

.stats {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-family: Bricolage Grotesque;
    margin: 20px ;
}

.stat-box {
    background: #fff;
    padding: 20px;
    margin: 10px;
    width: 250px;
  text-align: center;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.stat-box p{
    color: #262167;
}

.stat-box h2 {
    color:#4193EC;
    font-size: 26px;
    font-weight: 600;
}

.testimonials {
    background: #fff;
    padding:40px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    margin-left: 130px;
    margin-right: 130px;
    font-family: Bricolage Grotesque;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

}
h2{
    color: #85c19d;
    font-weight: 400;
}
.stats h2{
  
}

.testimonial {
    margin: 20px 0;
    font-family: Bricolage Grotesque;
    font-size:18px ;
    font-weight: 400;
    color: #262167;
}

.cta {
    background: #4193EC;
    color: #fff;
    text-align: center;
    padding: 15px 30px;
    display: inline-block;
    margin-left: 530px;
    text-decoration: none;
    border-radius: 8px;
    font-size: 16px;
    font-family:Bricolage Grotesque ;
    margin-top: 30px;
    margin-bottom: 60px;
    
}

.cta:hover {
    background: #0056b3;
}
.imp{
    font-weight: 600;
    text-decoration: underline;
}

.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;
}