html {
  box-sizing: border-box;
  font-size: 16px;
}
:root {
  --primary-color: rgb(36, 36, 36);
  --text-color: rgb(97, 97, 97);
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

/* Beauty */

.beauty-text-light {
  color: rgb(87, 87, 87);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.beauty-text-normal {
  font-weight: normal;
  color: rgb(87, 87, 87);
  font-weight: 500;
  margin: 0;
}

.beauty-text-bold {
  color: #242424;
  font-size: 19px;
  line-height: 24px;
  letter-spacing: 0px;
  font-weight: 700;
  margin: 0;
}

.beauty-text-semibold {
  color: #242424;
  font-weight: 600;
  font-size: 19px;
  margin: 0;
}

.beauty-text-thin {
  color: rgb(184, 184, 184);
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin: 0;
}

.beauty-text-danger {
  font-weight: 700;
  color: rgb(233, 51, 53);
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

/* heading */
.sct-beauty--h1 {
  font-size: 57px;
  line-height: 1.3em;
  letter-spacing: 0px;
  color: #242424;
  font-weight: 700;
  margin: 0;
}

/* section & container */
.sct-beauty {
  background-color: #ebf5ee;
  padding-block: 100px;
  color: rgb(87, 87, 87);
  font-family: 'Open Sans', sans-serif;
}

.sct-beauty--container {
  display: flex;
  gap: 120px;
  align-items: center;
  justify-content: center;
}

/* info */
.sct-beauty--info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 35px;
}

/* check items */
.sct-beauty--checklist {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 17px;
}

.sct-beauty--check {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 13px;
}

.sct-beauty--check i {
  height: 24px;
  width: 24px;
  color: rgb(32, 180, 32);
}

/* product Card */
.sct-beauty--product {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 14px;
  gap: 20px;
  padding: 7px;
}

.sct-beauty--product img {
  height: 150px;
  width: auto;
  border-radius: 14px;
}

.sct-beauty--product--text {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 12px;
}
/* Button */
.beauty-btn[data-gjs-type='llbutton'] {
  font-size: 16px;
  font-weight: 700;
  padding: 11px 32px;
  background-color: #1e6847;
  color: #fff;
  border-radius: 6px;
}

/* COVER */
.sct-beauty--cover {
  background-color: white;
  padding: 14px;
  border-radius: 14px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sct-beauty--img {
  border-radius: 14px;
}

.sct-beauty--cover-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}

@media screen and (max-width: 992px) {
  .sct-beauty--container {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }

  .sct-beauty--info {
    width: 100%;
  }

  .sct-beauty--product {
    width: 100%;
  }

  .sct-beauty--product img {
    height: 200px;
  }
}
@media screen and (max-width: 576px) {
  .sct-beauty--product img {
    height: 140px;
  }
}

/* Section 2*/
/* Section 2*/
/* Section 2*/
/* Section 2*/

.sct-problems-text-normal {
  color: rgb(87, 87, 87);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.sct-problems-text-bold {
  font-size: 18px;
  line-height: 30px;
  color: #242424;
  font-weight: 600;
  margin: 0;
}
/* section & container */
.sct-problems {
  padding-block: 80px;
  font-family: 'Open Sans', sans-serif;
}

.sct-problems--container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* heading */
.sct-problems-heading {
  font-size: 40px;
  line-height: 52px;
  letter-spacing: 0px;
  color: #242424;
  font-weight: 700;
  text-align: center;
  width: 55%;
  margin: 0;
  margin-bottom: 40px;
}
/* info */
.sct-problems--info {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 30px;
}
.sct-problems--info-img {
  width: 280px;
  height: auto;
}

.sct-problems--cards {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px;
}

.sct-problems--card {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 30%;
}

@media screen and (max-width: 992px) {
  .sct-problems--info {
    display: flex;
    flex-direction: column;
  }
  .sct-problems--card {
    width: 100%;
  }
  .sct-problems-heading {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .sct-problems--info-img {
    width: 100%;
  }
  .sct-problems-heading {
    width: 100%;
  }
}

/* Section 3 */

/* text */
.sct-product-text-light {
  color: rgb(87, 87, 87);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.sct-product-text-bold {
  font-size: 18px;
  line-height: 30px;
  color: #242424;
  font-weight: 600;
  margin: 0;
}

/* section & container */
.sct-product {
  padding-block: 80px;
  font-family: 'Open Sans', sans-serif;
}

.sct-product--container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sct-product-heading {
  font-size: 40px;
  line-height: 52px;
  letter-spacing: 0px;
  color: #242424;
  font-weight: 700;
  text-align: center;
  width: 55%;
  margin: 0;
  margin-bottom: 40px;
}

.sct-product--info {
  display: flex;
  align-items: center;
  gap: 30px;
}

.sct-product--cards {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.sct-product--cards--1 {
  text-align: start;
  text-align: end;
  align-items: flex-end;
  justify-content: center;
}

.sct-product--cards--1 .sct-product--card {
  align-items: flex-end;
}

.sct-product--card {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.sct-product--img {
  width: 550px;
}

@media screen and (max-width: 992px) {
  .sct-product--info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .sct-product--cards {
    gap: 50px;
    text-align: left;
  }

  .sct-product--img {
    width: auto;
    order: 0;
    align-self: center;
    width: 70%;
  }
  .sct-product-heading {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .sct-product-heading {
    width: 100%;
  }
  .sct-product--img {
    width: 100%;
  }
}

/* FEATURES */
/* FEATURES */
/* FEATURES */
/* FEATURES */
.sct-features-text-light {
  font-size: 13px;
  line-height: 22px;
  color: #575757;
  font-weight: 400;
}
.sct-features-text-bold {
  font-size: 16px;
  line-height: 25px;
  color: #242424;
  font-weight: 600;
}
/* section & container */
.sct-features {
  padding-block: 30px;
}

.sct-features--container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sct-features--card {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 15px 50px;
  border-right: 1px solid rgb(229, 229, 229);
}

.sct-features--card:last-child {
  border: none;
}

.sct-features--card i {
  height: 42px;
  width: 42px;
  color: #242424;
}

.sct-features--card--info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

@media screen and (max-width: 992px) {
  .sct-features--container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .sct-features--card {
    padding: 40px;
    width: 100%;
    border: none;
    border-bottom: 1px solid rgb(229, 229, 229);
  }
  .sct-features--card:first-child {
    padding-top: 10px;
  }
}
/* Section 5 */
/* Section 5 */
/* Section 5 */
/* Section 5 */
.sct-review-text-light {
  color: rgb(184, 184, 184);
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin: 0;
  text-align: center;
}

.sct-review-text-bold {
  color: #242424;
  font-weight: 600;
  font-size: 16px;
  margin: 0;
  text-align: center;
}
.sct-review-text-semibold {
  font-size: 19px;
  line-height: 30px;
  color: #575757;
  font-weight: 600;
  margin: 0;
  text-align: center;
}

.sct-review-text-normal {
  font-size: 16px;
  line-height: 28px;
  color: #575757;
  font-weight: 400;
  margin: 0;
  text-align: center;
}

.sct-review-heading {
  font-size: 28px;
  line-height: 38px;
  color: #242424;
  font-weight: 700;
  margin: 0;
  text-align: center;
}

.sct-review {
  padding-block: 80px;
}

.sct-review-my {
  margin-block: 14px;
  width: 80%;
}

.sct-review--container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.sct-review--av {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.sct-review--av-img {
  width: 60px;
  height: 60px;
  border-radius: 500px;
}

/* Rating */
.sct-review--rating[data-gjs-type='rating'] {
  color: rgb(250, 173, 20);
}
.sct-review--rating[data-gjs-type='rating'] > div > div > div {
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
}

@media screen and (max-width: 992px) {
  .sct-review-my {
    margin-block: 14px;
    width: 100%;
  }
}

/* SECTION 6 Buy */
/* SECTION 6 Buy */
/* SECTION 6 Buy */
/* SECTION 6 Buy */
.sct-buy-header {
  color: #242424;
  line-height: 45px;
  font-size: 33px;
  font-weight: 700;
  margin: 0;
}

.sct-buy-text-light {
  font-size: 13px;
  line-height: 19px;
  color: #575757;
  font-weight: 400;
  margin: 0;
}

.sct-buy-text-bold {
  color: #242424;
  font-size: 23px;
  font-weight: 600;
  margin: 0;
}

.sct-buy-text-normal {
  font-size: 16px;
  color: #242424;
  font-weight: 400;
  margin: 0;
}

.sct-buy-text-danger {
  font-size: 16px;
  color: #ea3335;
  font-weight: 700;
  margin: 0;
}

.sct-buy {
  padding-block: 60px;
}

.sct-buy--container {
  display: flex;
  align-items: center;
  gap: 40px;
}

.sct-buy--img {
  width: 100%;
}

.sct-buy--wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* review */
.sct-buy-review {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}

.sct-buy--rating[data-gjs-type='rating'] {
  color: #faad14;
}

.sct-buy--rating[data-gjs-type='rating'] [data-ll-rating='true'] > div > div {
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
}

/* benefits */
.sct-buy-benefits {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
  padding-block: 15px;
}

.sct-buy-benefit {
  display: flex;
  gap: 17px;
  align-items: center;
  justify-items: flex-start;
}

.sct-buy-benefit i {
  height: 20px;
  width: 20px;
  color: #242424;
}

/* stock */
.sct-buy-stock {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.sct-buy-stock i {
  color: #ea3335;
  height: 24px;
  width: 24px;
}

.sct-buy-button[data-gjs-type='llbutton'] {
  padding: 10px;
  font-size: 16px;
  border-radius: 6px;
  background-color: #1e6847;
  font-weight: 700;
  color: white;
  width: 100%;
}

.sct-buy-payment-method {
  height: 30px;
  width: 250px;
  margin-top: 16px;
}

@media screen and (max-width: 992px) {
  .sct-buy--container {
    display: flex;
    flex-direction: column;
  }

  .sct-buy--img {
    width: 60%;
  }

  .sct-buy--wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .sct-buy--img {
    width: 100%;
  }
}
/* SECTION 7 Cards */
/* SECTION 7 Cards */
/* SECTION 7 Cards */
/* SECTION 7 Cards */
/* SECTION 7 Cards */

.sct-cards-header {
  font-size: 40px;
  line-height: 52px;
  letter-spacing: 0px;
  color: #242424;
  font-weight: 700;
  width: 55%;
  text-align: center;
  margin: 0;
  margin-bottom: 40px;
}

.sct-cards-text-bold {
  color: #242424;
  font-weight: 700;
  font-size: 16px;
  margin: 0;
}

.sct-cards-text-light {
  font-size: 16px;
  line-height: 28px;
  color: #575757;
  font-weight: 400;
  margin: 0;
}

.sct-cards {
  padding-top: 80px;
  padding-bottom: 50px;
}

.sct-cards--container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* cards */
.sct-cards--wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 30px;
  margin-bottom: 30px;
}

.sct-cards-card {
  border: 1px solid #eee;
  padding: 32px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.sct-cards-card-img {
  width: 63px;
  height: 63px;
}

.sct-cards-text-bold {
  margin-bottom: 16px;
}

.sct-cards-card-info {
  display: flex;
  flex-direction: column;
  gap: 7px;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .sct-cards--wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .sct-cards-card {
    width: 100%;
  }
  .sct-cards-header {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .sct-cards-header {
    width: 100%;
  }
}

/* SeCITON 8 */
/* SeCITON 8 */
/* SeCITON 8 */
/* SeCITON 8 */
/* SeCITON 8 */
.sct-steps-header {
  font-size: 40px;
  line-height: 52px;
  letter-spacing: 0px;
  color: #242424;
  font-weight: 700;
  width: 55%;
  text-align: center;
  margin: 0;
  margin-bottom: 40px;
}

.sct-steps-text-bold {
  color: #242424;
  font-weight: 700;
  font-size: 16px;
  margin: 0;
}

.sct-steps-text-light {
  font-size: 16px;
  line-height: 28px;
  color: #575757;
  font-weight: 400;
  margin: 0;
}

.sct-steps {
  padding-block: 80px;
}

.sct-steps--container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sct-steps-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 30px;
}

.sct-steps-card {
  display: flex;
  width: 100%;
  flex-direction: column;
  height: 100%;
  gap: 20px;
}

@media screen and (max-width: 992px) {
  .sct-steps-header {
    width: 90%;
  }
  .sct-steps-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
  }
}
@media screen and (max-width: 576px) {
  .sct-steps-header {
    width: 100%;
  }
}

/* SeCITON 9 */
/* SeCITON 9 */
/* SeCITON 9 */
/* SeCITON 9 */
/* SeCITON 9 */

.sct-sell {
  padding-block: 80px;
}

.sct-sell--container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.sct-sell-header {
  font-size: 40px;
  line-height: 52px;
  letter-spacing: 0px;
  color: #242424;
  font-weight: 700;
  width: 55%;
  text-align: center;
  margin: 0;
}

.sct-sell-text-center {
  text-align: center;
  width: 80%;
}

.sct-sell-text-bold {
  color: #242424;
  font-weight: 700;
  font-size: 16px;
  margin: 0;
}

.sct-sell-text-light {
  font-size: 16px;
  line-height: 28px;
  color: #575757;
  font-weight: 400;
  margin: 0;
}

.sct-sell-text-danger {
  font-size: 19px;
  line-height: 32px;
  font-weight: 700;
  margin: 0;
  font-weight: 700;
  color: rgb(233, 51, 53);
}

.sct-sell-text-bold {
  color: #242424;
  font-size: 28px;
  font-weight: 600;
  margin: 0;
}

/* cards */
.sct-sell-cards {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  gap: 30px;
}

.sct-sell-card {
  border: 1px solid #e8e8e8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px;
  gap: 30px;
}

.sct-sell-card-big {
  border: 1px solid #7f7e7e;
  padding: 52px 32px;
}

.sct-sell-check-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
}

.sct-sell-card-check {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 13px;
}

.sct-sell-card-check i {
  height: 24px;
  width: 24px;
  color: rgb(32, 180, 32);
}

.sct-sell-button[data-gjs-type='llbutton'] {
  width: 100%;
  padding: 16px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  background-color: #242424;
  color: white;
}

.sct-sell-button-greeen[data-gjs-type='llbutton'] {
  width: 100%;
  padding: 16px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  background-color: #1e6847;
  color: white;
}

@media screen and (max-width: 992px) {
  .sct-sell-header {
    width: 90%;
  }

  .sct-sell-text-center {
    text-align: center;
    width: 90%;
  }

  .sct-sell-cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
  }
}
@media screen and (max-width: 576px) {
  .sct-sell-header {
    width: 100%;
  }
  .sct-sell-text-center {
    width: 100%;
  }
}

/* section 10 */
/* section 10 */
/* section 10 */
/* section 10 */
/* section 10 */

.sct-question-heading {
  font-size: 40px;
  line-height: 52px;
  letter-spacing: 0px;
  color: #242424;
  font-weight: 700;
  text-align: center;
  width: 55%;
  margin: 0;
  margin-bottom: 40px;
}

.sct-question-text-normal {
  color: rgb(87, 87, 87);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.sct-question-text-bold {
  font-size: 18px;
  line-height: 30px;
  color: #242424;
  font-weight: 600;
  margin: 0;
}

.sct-question {
  padding-block: 80px;
}

.sct-question--container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sct-question--wrapper {
  display: flex;
  flex-direction: column;
  width: 60%;
}

.sct-question--question {
  padding-block: 30px;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media screen and (max-width: 992px) {
  /* heading */
  .sct-question-heading {
    width: 90%;
  }
  .sct-question--wrapper {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .sct-question-heading {
    width: 100%;
  }
}

/* FOOTER */
.sct-footer-1 {
  width: 100%;
  background-color: #1e6847;
  padding-block: 40px;
  color: white;
  text-align: center;
}

.sct-footer-1--container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.sct-1-footer-text {
  font-size: 15px;
  color: white;
  font-weight: 400;
  text-align: center;
}

.sct-1-footer-title {
  font-size: 35px;
  color: white;
  font-weight: 600;
  text-align: center;
}

.sct-footer-1-location {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
}

.sct-footer-1-location i {
  height: 20px;
  width: 20px;
  color: white;
}
