*{
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
}
body{
    font-family: "Poppins", sans-serif;
}
a{
  text-decoration: none;
}
.logo-image{
    width: 4rem;
}
.header-first-div{
    background-color: rgb(188, 188, 252);
    color: white;
    padding: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* gap:3%; */
    position: fixed;
    width: 100vw;
}
.flex-box-a{
  background-color: blue;
}
.header-second-div{
  background-image: url(./st.jpg);
  background-position: center;
  background-size: cover;
  max-width: 100vw;
  min-height: 600px;
  padding-block: 200px 100px;
  @media (max-width:507px) {
    font-size: 40px;
    min-height: 300px;
  }
}
.header-first-h1{
  font-size: 80px;
  text-align: center;
  color: white;
    @media (max-width:507px) {
    font-size: 35px;
  }
}
.header-first-p{
  font-size: 30px;
  text-align: center;
  color: white;
    @media (max-width:507px) {
    font-size: 20px;
  }
}
.About-div-a{
  display: flex;
  max-width: 1120px;
  /* background-color: aquamarine; */
  margin-inline: auto;
  justify-content: space-between;
  min-height: 286px;
  gap: 30px;
}
#about{
  padding: 30px 90px;
  @media (max-width:993px) {
    padding: 30px;
  }
  
}
.About-div-b{
  max-width: 550px;
  line-height: 40px;
}
.aboutpad{
  /* max-width: 115px;
  margin-inline: auto; */
}
.About-div-c{
  max-width: 400px;
}
.About-img-a{
  width: 100%;
  min-height: 286px;
}
.About-h1-a{
  margin-block: 30px;
}
.about-hr{
  height: 5px;
  color: greenyellow;
  width: 100px;
  margin-top: -25px;
  background-color: greenyellow;
  margin-bottom: 40px;
}
.Nav-a{
  display: flex;
  padding-inline: 60px;
  gap: 3rem;
  @media (max-width:659px) {
    display: none;
  }
}
.Nav-a a{
  color: white;
  border-bottom:1px solid transparent;
}
.link-a:hover{
  color: greenyellow;
  border-bottom: 1px solid white;
}
/* hiden div section */
.menudiv{
  position: fixed;
  top:5rem;
  background-color:green ;
  right: 0;
  width: 100vw;
  height: 353px;
  left: 0; 
 
 
  display: none;
}
.subhide{
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
.menudiv a{
  /* border-top: 1px solid white; */
  border-bottom: 1px solid white;
  padding-block: 1.64rem;
  padding-left: 1rem;
  color:white;
}
.showbut{
  width: 3rem;
  padding-right: 1rem;
}
.hidelb{
  display: none;
 
}
.hidela{
  display: none;
   @media (max-width:659px) {
    display: block;
  }
}
/* why choose us section */
.whycu{
  max-width: 1120px;
  margin-inline: auto;
  /* background-image: url(./asset/background\ why\ choose\ us.jpg); */
  background: linear-gradient(rgb(219, 237, 184),yellowgreen,white);
  background-size: cover;
  background-position: center;
  border-radius: 1rem;
  @media (max-width:971px) {
    margin-inline: 1rem;
  }
}
.divaba{
  padding:2rem ;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: space-between;
}
.divaba h3{
  color: green;
}
.whyimgd{
  max-width: 500px;
  /* flex-grow: 1; */
  
}
.whyimgd>img{
  width: 100%;
  border-radius:1rem;
}
ul{
  line-height: 3rem;
  font-weight: 600;
  font-size: 18px;
}
/* our offerd services */
.servicesi{
  display: flex;
  max-width: 1120px;
  gap: 1rem;
  margin-inline: auto;
  overflow: scroll;
  scrollbar-width: none;
  @media (max-width:1000px) {
    margin-inline: 1rem;
  }
}
.sectionserve>h1{
  color: rgb(108, 108, 235);
  padding-block: 2rem;
  @media (min-width:1139px) {
    text-align: center;
    
  }
  @media (max-width:385px) {
    font-size: 20px;
    font-weight: 600;
  }
}
.sm{
  background-color:rgb(167, 164, 164);
  border-radius: 1rem;
  flex-shrink: 0;
  @media (max-width:500px) {
    max-width: 10rem;
  }
}
.smi{
  max-width: 15rem;
  height: 15rem;
  @media (max-width:500px) {
    max-width: 10rem;
    height: 10rem;
  }

}
.smi>img{
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}
.smii{
  background-color:rgb(167, 164, 164) ;
  font-size: 12px;
  font-weight: 500;
  padding: 0.8rem;
  line-height: 1.2rem;
  border-radius: 1rem;
  @media (max-width:500px) {
    padding: 0.2rem;
  }
}
