


*{margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;



}


@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;900&display=swap');


  
  .associates{
    /* height: 650px; */
    width: 100%;
  }
  
  .asso-img{
    height: 100%;
    width: 100%;
    display: block;
  }
  .asso-img-mob{
    height: 100%;
    width: 100%;
    display: none;
  }




  
  .content{
    background: #ffffff;
    border-radius:  80px 80px 0px 0px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 600px;
    box-shadow: 30px 0px 20px 0px rgba(0, 0, 0, 0.25);
    transform-origin: 0 0;
    padding-top: 60px;

  
  }



  .img-content{
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .img{
    height: 200px;
    width: 200px;
  }


  .headers{
    width: 100%;
    display: flex;
    justify-content: center;



  }
.header-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 1207px;
}


.paragraphs{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
  .heading-text{
    text-transform: uppercase;
    font-weight: 600;
  }

  .header-content p{
    font-size: 25px;
  }

























/* new */

*{margin: 0;
  padding: 0;
  box-sizing: border-box;


}



/* header */
.header {
  position: sticky;
  top: 0;
  width: 100%;
  box-shadow: 0 4px 20px hsla(207, 24%, 35%, 0.1);
  background-color:#0f536a;
  z-index: 10;
  height: 114px;
  
}

.header-logo{
  
  width: 191px;
  height: 70px;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 50px;
}

.logo a {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  
}

.logo a span {
  color: #8739fa;
}

.menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  list-style: none;

}



.menu a{
  display: block;
  padding: 7px 15px;
      font-size: 15px;
  transition: 0.2s all ease-in-out;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;

}

@media only screen and (max-width: 1200px) {

  .menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
    list-style: none;
    
    }

    .menu a{
      display: block;
      padding: 7px 15px;
          font-size: 15px;
      transition: 0.2s all ease-in-out;
      color: #ffffff;
      font-family: 'Poppins', sans-serif;
      text-decoration: none;
      text-transform: uppercase;
    }
    
}

.menu-items{
  width: 90%;
  position: relative;
  text-align: center;
  border: 1px solid black;
  border-radius: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}


.menu li.active {
  border: 2px solid black;
}


.menu a:hover {
  opacity: 1;
  color:  #5baff7;
}

.menu-icon {
  display: none;
}

#menu-toggle {
  display: none;
}

#menu-toggle:checked ~ .menu {
  transform: scale(1, 1);
}

@media only screen and (max-width: 850px) {




  .asso-img-mob{
    height: 100%;
    width: 100%;
    display: block;
  }

  .asso-img{
    height: 100%;
    width: 100%;
    display: none;
  }
  .menu {
    flex-direction: column;
    background-color: #ffffff;
    align-items: start;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    z-index: 1;
     transform: scale(1, 0);
    transform-origin: top; 
    transition: transform 0 ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    gap: 20px;
    padding: 30px;
  }


  .header-logo{
  
    width: 103px;
    height: 38px;
}

  .menu a {
    margin-left: 12px;
    color: #000000;
    font-family: 'Poppins', sans-serif;


  }

  .menu li {
    margin-bottom: 10px;
  }

  .menu-icon {
    display: block;
    color: #E8C079;
    font-size: 28px;
    cursor: pointer;
  }


  .header {
  position: sticky;
  top: 0;
  width: 100%;
  box-shadow: 0 4px 20px hsla(207, 24%, 35%, 0.1);
  background-color: #ffffff;
  z-index: 10;
  height: 80px;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  z-index: 100;
}
}



.mob-para{
  display: none;
  text-align: center;
}





















.sample{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  padding-bottom: 100px;
  gap: 50px;
}
.map-section{
  height: 240px;



}

.content-footer{
height: 213px;
width: 100%;
display: flex;
justify-content: space-around;
background-image: url(assets/main/Rectangle\ 25.png);
background-size: cover;

}


.footer-heading{
  font-size: 25px;
  display: flex;
  align-content: end;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;


}




.section-one {
  padding-top: 42px; 
  color: white;
}


.section-two ,.section-three ,.section-four{
  padding-top: 40px; 
     color: white;

}

.address-box{
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  color: white;
}


.contact-box{
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  color: white;

}


.address-box h5{
  font-size: 16px;
  font-weight: normal;
  padding-left: 22px;

  
}

.contact-box h5{
  font-size: 16px;
  font-weight: normal;
  padding-left: 32px;
  
}

.footerImg{
  width: 200px;
}


.section-four{
padding-top: 45px;

}

.social-icons{

  display: flex;
  gap: 15px;

  
}


.fab{

  font-size: 25px;
}

.fas{
  font-size: 20px;
}
.social-icons a{

  color: inherit;
      text-decoration: none;
    }
    
    .fab:hover{
      color: #0e7598;
    }
@media all and (max-width:850px){

  .paragraphs{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }


  .header-content p{
    font-size: 15px;
    padding-inline: 30px;
    text-align: center !important;
  }

 


  .content-footer{
      height: 100%;
      width: 100%;
      display: flex;
flex-direction: column;
align-items: center;
      justify-content: space-around;
      background-image: url(assets/main/Rectangle\ 25.png);
      background-size: cover;
      padding-bottom: 50px;
      
        }
}




/* responsive mode */


@media all and (max-width:780px){

  .mob-para{
    display: block;
    text-align: center;
  }


  .para{
    display: none;
  }

  .footer-heading {
    font-size: 20px;
    }
  

  .address-box{
    gap: 3px;
    padding-left: 20px;
    
  }

  .contact-box{
    gap: 3px;
    padding-left: 20px;

    
  }


  
  .social-icons{

    display: flex;
    justify-content: start;
    gap: 20px;

    

    
  }

  .fab{

    font-size: 20px;
  }


  .fas{
    color: white;
    font-size: 15px;
  }

  .content-footer{
    height: 350px;
    width: 100%;
    display: flex;
flex-direction: column;
align-items: center;
    justify-content: space-around;
    background-image: url(assets/home/footerbg.png);
    background-size: cover;
    padding-bottom: 20px;
    
      }

  .footerImg{
    max-width: 103px;
    height: 37px;

  }

  .address-box h5{
    font-size: 12px;
    font-weight: normal;
    padding-left: 0;
    
  }

  .contact-box h5{
    font-size: 12px;
    font-weight: normal;
    padding-left: 0;

    
  }

  .map-section{
    height: 160px;
  
  
  
  }

#map{
  height: 160px;
}


  .header-box,p{
    font-weight: normal;
    font-size: 15px;
  }
  
  .header-box,h1{
  font-weight: normal;
  font-size: 17px;
  }
  .heading1{
    font-size: 40px;
    color:#B6EDFF ;
    font-weight: 900;
  }
  
  .heading2{
    font-size: 30px;
    color:#FFFFFF ;
    font-weight: normal;
  }
  .clients{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .clients-header {
    max-width: 200px;
    text-align: center;
  }
 hr{
  width: 200px;
  height: 5px;
  background-color: #E8C079;
  border: none;
 }


 .section-one ,.section-two ,.section-three ,.section-four{
  padding-top: 20px; 
     color: white;
     min-width: 325px;

}


  
}