* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
body{
  background-color: rgb(205, 195, 195);
}
.home-1{
  display: flex;
  padding: 20px;
}
.introco{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  /* border: 2px solid red; */
}
#introco{
  filter: drop-shadow(4px 5px 10px rgb(9, 9, 9));
   align-items: center;

}

.co{
  font-size: 1.5rem;
  color: rgb(144, 144, 18);
  font-weight: 700;

}
.aim{
  font-size: 2.5rem;
  color: rgb(3, 3, 152);
  font-weight: 800;


}
.disp{
  font-size: 2rem;
  padding-left: 10%;
  padding-right: 10%;
  font-weight: 700;
  padding-top:20px ;
}
.aboutbtn{
  padding: 10px;
  background-color: rgb(173, 173, 40);
  color: white;
  font-weight: 800;
  text-decoration: none;
  border-radius: 10%;
  position: absolute; 
  margin-top: 20px;
}
#element{
  width: 99%;
  font-size: 2rem;


}
@media screen and (min-width: 280px) and (max-width: 685px){
  .home-1{
    display: flex;
    padding: 20px;
    justify-content: center;
  }
  .introco{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  
  #introco{
    /* display: none; */
    display:none;
    filter: drop-shadow(4px 5px 10px rgb(9, 9, 9));
    border: 2px  solid red;
  
  }
  
  .co{
    font-size: 1rem;
    color: rgb(144, 144, 18);
  
  }
  .aim{
    font-size: 1.3rem;
    color: rgb(3, 3, 152);
    font-weight: 800;
  
  
  }
  .disp{
    font-size: 0.8rem;
    /* padding-left: 10%;
    padding-right: 10%; */
    font-weight: 700;
    /* padding-top:20px ; */
  }
  .aboutbtn{
    padding: 10px;
    background-color: rgb(173, 173, 40);
    color: white;
    font-weight: 800;
    text-decoration: none;
    border-radius: 10%;
    position: absolute; 
    left: 50px;
    margin-top: 20px;
  }
  #element{
    width: 99%;
    font-size: 1.3rem;
  
  
  }

}
@media screen and (min-width: 685px) and (max-width: 1000px){
  .home-1{
    display: flex;
    padding: 20px;
  }
  .introco{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    /* border: 2px solid red; */
   
  }
  #introco{
    display:none;
    filter: drop-shadow(4px 5px 10px rgb(9, 9, 9));
  
  }
  
  .co{
    font-size: 1rem;
    color: rgb(144, 144, 18);
  
  }
  .aim{
    font-size: 1.5rem;
    color: rgb(3, 3, 152);
    font-weight: 800;
  
  
  }
  .disp{
    font-size: 0.6rem;
    padding-left: 10%;
    padding-right: 10%;
    font-weight: 700;
    padding-top:20px ;
  }
  .aboutbtn{
    padding: 10px;
    background-color: rgb(173, 173, 40);
    color: white;
    font-weight: 800;
    text-decoration: none;
    border-radius: 10%;
    position: absolute; 
    left: 50px;
    margin-top: 20px;
  }
  #element{
    width: 99%;
    font-size: 1rem;
  
  
  }

}


/* ------------------------------------------------- Secton- 2 ------------------------------------- */
.home-2{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.iimg{
  height: 120px;
  width: 120px;
  border-radius: 50%;
}
.iiimg{
  position: relative;
  left: 40px;
  top: -138px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: 3px solid rgb(205, 195, 195);

}
.parts {
  display: grid;
  justify-content: space-around;
  align-items: center;
  gap: 15px;
  grid-template-columns: auto auto auto auto auto;
  grid-template-rows: auto auto;
  grid-column: 2/5;
}
.parts .icons {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
}
.parts .icons .icons1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
}
.servicesnamehome{
  color: rgb(54, 55, 55);

  font-size: 1.2rem;
  margin-top: -55px;
}
.servicesdiscriptionhome{
  color: rgb(77, 80, 80);
  font-size: 0.8rem;
  margin-left: 20%;
  margin-right: 20%;
  text-align: center;
  margin-top: -30px;

}
@media screen and (min-width: 280px) and (max-width: 685px){
  .home-2{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #coverit{
    font-size: 0.3rem;
  }
  .iimg{
    height: 80px;
    width: 80px;
    border-radius: 50%;
    
  }
  .iiimg{
    position: relative;
    left: 25px;
    top: -93px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 3px solid rgb(205, 195, 195);
  
  }
  .parts {
    display: grid;
    justify-content: space-around;
    align-items: center;
    gap: 15px;
    grid-template-columns: auto auto auto ;
    grid-template-rows: auto auto;
    grid-column: 2/5;
  }
  .parts .icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.3px;
  }
  .parts .icons .icons1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
  }
  .servicesnamehome{
    font-size: 0.8rem;
    margin-top: -40px;
    text-align: center;
  }
  .servicesdiscriptionhome{
    font-size: 0.5rem;
    margin-left: 20%;
    margin-right: 20%;
    text-align: center;
    margin-top: -10px;
  
  }
}
@media screen and (min-width: 685px) and (max-width: 1400px){
  .home-2{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .iimg{
    height: 80px;
    width: 80px;
    border-radius: 50%;
    
  }
  .iiimg{
    position: relative;
    left: 25px;
    top: -93px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 3px solid rgb(205, 195, 195) ;
  
  }
  .parts {
    display: grid;
    justify-content: space-around;
    align-items: center;
    gap: 15px;
    grid-template-columns: auto auto auto auto auto;
    grid-template-rows: auto auto;
    grid-column: 2/5;
  }
  .parts .icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.3px;
  }
  .parts .icons .icons1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
  }
  .servicesnamehome{
    font-size: 0.7rem;
    margin-top: -35px;
    text-align: center;
  }
  .servicesdiscriptionhome{
    font-size: 0.5rem;
    margin-left: 20%;
    margin-right: 20%;
    text-align: center;
    margin-top: -15px;
  
  }
}



/* -------------------------------------- Section - 3-------------------------------------------- */
.footer{
  display: flex;
  padding: 50px;
  padding-bottom: 0px;

}
.footer .callback h2{
  color: white;
  margin-bottom: 5px;

}
.footer .callback h6{
  color: rgb(255, 255, 255);
  width: 60%;
  font-weight: 100;
  margin-top: 10px;


}

.footer .callback a{
  text-decoration: underline;
  color: green;
}
.footer .callback a h4{
  color: rgb(255, 255, 255);
  margin-top: 15px;

}
.callback{
  filter: drop-shadow(4px 5px 10px rgb(9, 9, 9));
  margin-left: 8%;
  padding: 0px;
}
.callbackform h6{
  color: rgb(113, 109, 104);
  font-size: 0.9rem;
}
.callbackform h2{
  font-size: 2.5rem;
  font-weight: 800;
}
.callbackform h4{
  font-size: 1rem;
  color: rgb(113, 109, 104);
}
.callbackform{
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* text-align: center; */
  width: 100%;
  padding: 30px;
}

.callbackform .inp{
  margin: 5px;
  padding: 10px;
  height: 30px;
}
#home-6-main-button{
  margin: 5px;
  height: 40px;
  width: 100px;
  background-color: green;
  color: white;
  font-weight: 500;
  font-weight: 700;
  border: none;
}
@media screen and (min-width: 280px) and (max-width: 685px) {
  .footer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    padding-bottom: 0px;
  
  }
  .footer .callback h2{
    color: white;
    margin-bottom: 5px;
    font-size: 15px;
  
  }
  .footer .callback h6{
    color: rgb(255, 255, 255);
    width: 60%;
    font-weight: 100;
    margin-top: 10px;
  
  
  }
  .footer .callback{
    display: flex;
    justify-content: center;
  }
  #mypic{
    display: flex;
    justify-content: center;
    height: 80%;
    width: 80%;
  }
  
  .footer .callback a{
    text-decoration: underline;
    color: green;
  }
  .footer .callback a h4{
    color: rgb(255, 255, 255);
    margin-top: 15px;
  
  }
  .callback{
    filter: drop-shadow(4px 5px 10px rgb(9, 9, 9));
    margin-left: 8%;
    padding: 0px;
  }
  .callbackform h6{
    color: rgb(113, 109, 104);
    font-size: 0.8rem;
    }
  .callbackform h2{
    font-size: 2rem;
    font-weight: 800;
  }
  .callbackform h4{
    font-size: 1rem;
    color: rgb(113, 109, 104);
  }
  .callbackform{
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* text-align: center; */
    width: 100%;
    padding: 30px;
  }
  
  .callbackform .inp{
    margin: 5px;
    padding: 10px;
    height: 30px;
  }


  
}
@media screen and (min-width:685px) and (max-width:1000px) {
  .footer{
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
    padding: 10px;
    padding-bottom: 0px;
  
  }
  .footer .callback h2{
    color: white;
    margin-bottom: 5px;
    font-size: 15px;
  
  }
  .footer .callback h6{
    color: rgb(255, 255, 255);
    width: 60%;
    font-weight: 100;
    margin-top: 10px;
  
  
  }
  .footer .callback{
    display: flex;
    justify-content: center;
  }
  #mypic{
    display: flex;
    justify-content: center;
    height: 250px;
    width: 220px;
  }
  
  .footer .callback a{
    text-decoration: underline;
    color: green;
  }
  .footer .callback a h4{
    color: rgb(255, 255, 255);
    margin-top: 15px;
  
  }
  .callback{
    filter: drop-shadow(4px 5px 10px rgb(9, 9, 9));
    margin-left: 8%;
    padding: 0px;
  }
  .callbackform h6{
    color: rgb(113, 109, 104);
  }
  .callbackform h2{
    font-size: 1.5rem;
    font-weight: 800;
  }
  .callbackform h4{
    font-size: 1rem;
    color: rgb(113, 109, 104);
  }
  .callbackform{
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* text-align: center; */
    width: 100%;
    padding: 30px;
  }
  
  .callbackform .inp{
    margin: 5px;
    padding: 10px;
    height: 30px;
  }


  
}



/* ---------------------------------- Section -5 -------------------------------------------- */
