@media screen and (max-width: 1440px) {
  .hero-section .left {
    padding: 0;
    margin: 0;
  }

  .section3 .right {
    width: 46%;
  }

  .left .content p {
    width: 100%;
  }

  .hero-section .right img {
    width: 70%;
  }

  .hero-section {
    padding: 60px 60px 30px 60px;
  }

  .face {
    width: 100%;
    height: auto;
    padding: 10px;
  }

  .face h2 {
    font-size: 20px;
  }

  .back p {
    padding: 35px 0px;
    margin: auto;
  }

}

@media screen and (max-width: 1024px) {

  .hero-section .left {
    margin: 0px;
    width: 70%;
    padding: 0px;
  }

  .hero-section .right img {
    width: 100%;
  }

  .section2 p {
    width: 55%;
  }

  .section3 p {
    width: 55%;
  }

  .left .content p {
    margin: 19px 0px;
  }

}



@media screen and (max-width: 900px) {
  .hero-section {
    height: 100vh;
  }
  .fa-bars{
    display: inline-block;
  }
  .menu {
    display: none;
  }

  .hero-section {
    padding: 90px 60px 30px 60px;
  }

  section .left h1 {
    font-size: 27px;
  }

  .left .content p {
    font-size: 15px;
  }

  .content button {
    padding: 15px 15px;
    font-size: 15px;
  }

  .card .container {
    margin: 0;
    width: 33%;
  }

  .services {
    justify-content: space-evenly;
  }

  .services .service1 {
    width: 47%;
  }

  .testimonials {
    flex-wrap: wrap;
  }

  .testimonials .content {
    width: 100%;

  }


  .icons .fa-bars{
    display: inline-block;
}

 .icons .fa-magnifying-glass{
  display: none;
}

}

@media screen and (max-width: 810px) {
  .hero-section .left h1 {
    font-size: 27px;
  }

  .review1 .review-content h2 {
    font-size: 20px;
  }

  .face {
    padding: 0px;
  }

  .content-post {
    width: 47%;
  }

  .card {
    padding: 40px 30px 40px;
  }
}

@media screen and (max-width: 768px) {

  .hero-section {
    /* height: 100vh; */
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .hero-section .left h1 {
    line-height: 31px;
  }

  .left .content p {
    margin: 10px 0px 19px;
  }

  .footer-content {
    padding: 20px;
    flex-wrap: wrap;
  }

  .footer-section {
    width: 50%;
    flex: none;
  }

  .content-post {

    width: 50%;
  }


  .card .container {
    width: 50%;
    padding: 0px 10px;
  }

  .product .container {
    margin: 10px 0px;
  }
}

@media screen and (max-width: 600px) {
  .content button {
    padding: 10px;
  }
  .whastapp{
    bottom: 25px;
    right: 25px;
    width: 50px;
    height: 50px;
  }

  .fa-magnifying-glass {
    display: none;
  }

  .items ul {
    flex-direction: column;
    row-gap: 10px;
  }


  .items ul li{
    margin: 5px;
  }
  .content button:hover .button-area {
    transform: translateX(-1px);
  }

  .hero-section .left h1 {
    font-size: 23px;
  }

  .hero-section .left p {
    font-size: 15px;
  }

  .hero-section .left {
    width: 100%;
  }

  .services .service1 {
    width: 70%;
  }

  .hero-section .right {
    width: auto;
    height: auto;
  }

  .section2 p {
    width: 75%;
  }

  .section3 p {
    width: 91%;
    font-size: 15px;
  }

  .gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .gallery .img {
    width: 131px;
    height: 149px;
  }

  .content-post {
    width: 70%;
  }

  .section2 h1 {
    margin: auto;
    width: 70%;
  }

  .section4 h3 {
    font-size: 35px;
    width: 77%;
  }

  .back p {
    padding: 19px 0px;
  }

  .face {
    height: 155px;
  }

  .testimonials .content {
    margin: 25px 0px;
  }

  .review-content {
    padding: 0px;
  }

  .product .face {
    height: auto;
  }

  .card .container {
    width: 80%;
  }

  .product .container {
    width: 50%;
  }

  .product .container {
    width: 100%;
  }
  .product .face{
    margin: 70px 0px;

  }
  .card{
    padding-top: 0;
  }
}


@media screen and (max-width: 375px) {

  .hero-section {
    font-size: 20px;
    height: auto;
  }

  .face h2 {
    font-size: 15px;
  }

  .section2 h1,
  .section3 h1,
  .section4 h3 {
    font-size: 33px;
  }

  .content-post {
    width: 80%;
  }

  .section2 p {
    font-size: 15px;
  }

  .product .container {
    width: 100%;
    margin: 10px 0px;
  }

  .product .face .img {
    height: auto;
  }

  .product .face {
    height: 100%;
  }

  .product .face img {
    width: 90%;
  }
}


@media screen and (max-width: 320px) {
  .services .service1 {
    width: 90%;
  }

  .section2 h1,
  .section4 h3 {
    font-size: 30px;
  }

  footer {
    padding: 15px 40px 20px;
  }

  .footer-section {
    width: 52%;
  }

  .product .container {
    width: 100%;
  }

.product {
  padding-bottom: 100px;
}
}