* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* overflow-x: hidden; */
}
li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

header {
  .top-nav {
    width: 100%;
    height: 80px;
    background-color: #eff4f8;
    display: flex;
  }

  nav {
    .container {
      button {
        margin-top: 10px;
      }

      input {
        margin-top: 10px;
      }

      .iconlar {
        display: flex;
        flex-direction: row;
        align-items: center;

        p {
          margin-top: 10px;
          font-size: 17px;
          margin-left: 3px;
        }

        i {
          margin-left: 40px;
          font-size: 17px;
        }
      }
    }
  }
}

.hero {
  img {
    margin-top: 30px;
    height: 50vh;
    object-fit: contain;
    position: relative;
  }

  .carousel-control-prev {
    color: black;
  }
}

.top-category {
  .row {
    .card {
      .card-body1 {
        height: 25vh;
        background-image: url(https://media-cldnry.s-nbcnews.com/image/upload/t_social_share_1024x768_scale,f_auto,q_auto:best/rockcms/2024-01/240117-staff-skin-care-routines-social-2c85d8.jpg);
        background-size: cover;
      }

      .card-body2 {
        height: 25vh;
        background-image: url(https://www.imageskincare.it/wp-content/uploads/2023/09/CLEARCELL-CLARIFYING-REPAIR-CREME-lifestyle.jpg);
        background-size: cover;
      }

      .card-body3 {
        height: 25vh;
        background-image: url(https://media.istockphoto.com/id/517490036/photo/moisturizer.jpg?s=612x612&w=0&k=20&c=kD13Yfe8helNg5k9xI0QVJDAS672GYkHExq1f8AK6IQ=);
        background-size: cover;
      }
    }
  }
}

.health-concern {
  .shop {
    border-bottom: 1px solid gray;
  }
  .card {
    .card-body1 {
      background-image: url(https://wordpressthemes.live/WCG10/WCM230_healthmart/default/wp-content/uploads/2025/02/Cat-03.jpg);
      background-size: cover;
      height: 20vh;
    }

    .card-body2 {
      background-image: url(https://wordpressthemes.live/WCG10/WCM230_healthmart/default/wp-content/uploads/2025/02/Cat-02.jpg);
      background-size: cover;
      height: 20vh;
    }

    .card-body3 {
      background-image: url(https://wordpressthemes.live/WCG10/WCM230_healthmart/default/wp-content/uploads/2025/02/Cat-06.jpg);
      background-size: cover;
      height: 20vh;
    }

    .card-body4 {
      background-image: url(https://wordpressthemes.live/WCG10/WCM230_healthmart/default/wp-content/uploads/2025/02/Cat-01.jpg);
      background-size: cover;
      height: 20vh;
    }

    .card-body5 {
      background-image: url(https://wordpressthemes.live/WCG10/WCM230_healthmart/default/wp-content/uploads/2025/02/Cat05.jpg);
      background-size: cover;
      height: 20vh;
    }

    .card-body5 {
      background-image: url(https://wordpressthemes.live/WCG10/WCM230_healthmart/default/wp-content/uploads/2025/02/Cat05.jpg);
      background-size: cover;
      height: 20vh;
    }

    .card-body6 {
      background-image: url(https://wordpressthemes.live/WCG10/WCM230_healthmart/default/wp-content/uploads/2025/02/Cat-07.jpg);
      background-size: cover;
      height: 20vh;
    }
  }
}

.new-launches {
  a {
    color: black;
  }
}

.new-launches-body {
  .container {
    .new-launches-card {
      /* border: 1px solid gray; */
      img {
        /* width: 197px;
            height: 25vh; */

        width: 100%;
        height: 200px;
        object-fit: cover;
      }

      .new-launches-icon {
        display: flex;
        flex-direction: row;
        .launches-div {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 35px;
          height: 35px;
          background-color: #5aa4e5;
          border-radius: 10px;
          margin-left: 60px;

          i {
            font-size: 15px;
            color: white;
          }
        }
      }
    }
  }
}

.personal-care {
  padding: 30px;
  background-color: #eff4f8;
  .personal-care-card-body {
      .pandview {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      border-bottom: 1px solid rgb(229, 224, 224);

      p:nth-child(1) {
        font-size: 22px;
      }
    }

    /* .personal-care-card {
      margin-top: 13px;
      margin-right: 20px;
      background-color: #fff;
      width: 200px;
      height: 200px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
    } */


    .personal-care-card {
  padding: 10px;
  background-color: #fff;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 8px;

  img {
    width: 80px;
    height: 80px;
    object-fit: contain;
  }
}
  }
}

.services {
  .container {
    border: 2px solid #5aa4e5;
  }

  .services-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 17vh;

    .services-card {
      padding-left: 10px;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      margin-right: 40px;

      i {
        font-size: 30px;
        margin-right: 5px;
        color: #5aa4e5;
      }

      p {
        margin: 0;
        margin-bottom: 2px;
      }

      p:nth-child(2) {
        color: rgb(117, 114, 114);
      }
    }
  }
}

.highly-effect {
  .new-launches-icon {
    display: flex;
    flex-direction: row;
    .launches-div {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 35px;
      height: 35px;
      background-color: #5aa4e5;
      border-radius: 10px;
      margin-left: 60px;

      i {
        font-size: 15px;
        color: white;
      }
    }
  }
}

.trusted-customer {
  .trusted-p {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid rgb(222, 220, 220);
  }

  .card {
    background-color: #f7fafc;
    border: 0;
    margin-top: 10px;
  }

  img {
    width: 100px;
    height: 100px;
    margin-top: 16px;
    margin-left: 20px;
  }

  .card-body {
    margin-left: 45px;

    i {
      font-size: 10px;
    }

    p {
      font-size: 14px;
    }

    .card-text:nth-child(3) {
      margin-top: 5px;
      margin-bottom: 0;
      font-weight: bold;
      font-size: 17px;
    }

    .card-text:nth-child(4) {
      margin-top: 0;
      font-size: 13px;
      color: rgb(194, 189, 189);
    }
  }
}

.latest-blog {
  .blog-pler {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid rgb(222, 220, 220);
  }

  .card {
    border: 0;

    .card-text {
      color: rgb(98, 98, 231);
    }

    p {
      margin: 0;
    }
  }
}

.join-main {
  border-top: 1px solid rgb(222, 220, 220);
  display: flex;
  justify-content: space-between;
}

footer {
  background-color: #f7fafc;

  .download-apps-img {
    i {
      margin-right: 10px;
    }
  }
}

/* .personal-care-card-body .row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
} */

.pampers {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
