/* ################### variables ################### */
:root {
  --accent-color: #7d0829;
  --background-color-12: rgba(125, 8, 41, 0.12);
  --background-color-10: rgba(125, 8, 41, 0.1);
  --background-color-8: rgba(125, 8, 41, 0.08);
  --background-color-5: rgba(125, 8, 41, 0.05);

  --text-main-color: rgba(0, 0, 0, 0.8);
  --text-inverse-color: rgba(255, 255, 255, 0.80);
  --text-accent-color: #18A740;
  --footer-text-color: rgba(0, 0, 0, 0.30);

  --border-color: rgba(125, 8, 41, 0.40);

  --main-font: "Manrope", sans-serif;
  --secondary-font: "Inter", sans-serif;
}

/* ################### reset ################### */

.list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

body {
  margin: 0;

  /* font-family: "Instrument Sans", sans-serif; */
  font-family: var(--main-font);
  color: var(--text-main-color);
  /* font-size: 16px; */
  /* line-height: 1.5; */
  /* background: #F5F5F5; */
}

/* p {
  display: inline;
} */

/* ################### Base ################### */

.h2 {
  color: var(--accent-color);

  font-family: var(--main-font);
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 33.6px */
  letter-spacing: -0.56px;
}

.paragraph {
  font-family: var(--main-font);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

.paragraph-medium {
  font-family: var(--main-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.14px;
}

.text-medium {
  font-size: 14px;
}

.text-small {
  font-size: 12px;
}

.list-spaced li:not(:last-child) {
  margin-bottom: 8px;
}

.rounded-container {
  padding: 16px;
  border-radius: 10px;
}

.bg-accent-color12 {
  background-color: var(--background-color-12);
}

.bg-accent-color10 {
  background-color: var(--background-color-10);
}

.centered {
  text-align: center;
}

.mb20 {
  margin-bottom: 20px;
}

.mb14 {
  margin-bottom: 14px;
}

.mb12 {
  margin-bottom: 12px;
}

.mb8 {
  margin-bottom: 8px;
}
.mt40 {
  margin-top: 40px;
}
.section__title {
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
}

@media (min-width: 1024px) {
  .section__title {
    font-size: 34px;
  }
}
@media (min-width: 1440px) {
  .section__title {
    font-size: 50px;
  }
}
@media (min-width: 1920px) {
  .section__title {
    font-size: 60px;
  }
}
/* Nav Link */

/* Button */
.button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;

  padding: 22px 10px;
  border-radius: 35px;

  font-family: var(--main-font);

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.16px;
}

.button-primary {
  background-color: var(--accent-color);
  color: #fff;
}

/* ################### Header ############## */
.header-wrapper {
margin-top: 21px;
}

.logo {
  display: flex;
  justify-content: center;
}
@media (min-width: 1440px) { 
.logo__image {
  width: 227px;
  height: auto;
}
}
.logo__image {
  /* margin: 21px 0 30px 0; */
}

.header__cta-button {
  display: inline-block;
  padding: 20px 36px;
  border-radius: 35px;
  background-color: var(--accent-color);

  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.18px;
  color: #fff;
}

/* ################### Main ############## */
.main {}

.rating {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  column-gap: 8px;
  align-items: center;
  margin-bottom: 7px;
}

.stars-block {
  display: flex;
  flex-direction: row;
  column-gap: 3px;
}

.rating__numbers {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.rating__customer-proof {}

.list__icon {
  display: inline-block;
}

.list__item-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
}

.product__title {
  margin-bottom: 20px;
}

/* ######## form ###### */
.product-variants {
  display: flex;
  flex-direction: column;
}

/* ######## What we leave out section ###### */
.what-we-leave-out {
  margin-bottom: 90px;
}

.what-we-leave-out__title {
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 33.6px */
  letter-spacing: -0.28px;

  margin-bottom: 24px;
}

.what-we-leave-out__content {
  max-width: 1396px;
  margin-left: auto;
  margin-right: auto;
}

.what-we-leave-out__bullet-points {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  padding: 30px 24px;

  background: rgba(125, 8, 41, 0.10);
}

.what-we-leave-out__bullet-points,
.what-we-leave-out__image {
  border-radius: 10px;
  flex-grow: 1;
}

.what-we-leave-out__list {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 23.4px */

  margin-bottom: 30px;
}

.what-we-leave-out__list li {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 8px;
}

.what-we-leave-out__list li:not(:last-child) {
  margin-bottom: 12px;
}

.what-we-leave-out__badges {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.what-we-leave-out__image {
  width: 100%;
  height: auto;
}

/* ######## What we leave out mobile only ###### */
@media screen and (max-width: 1439px) {
  .what-we-leave-out__bullet-points {
    margin-bottom: 6px;
  }
}

/* ######## What we leave out desktop only ###### */
@media screen and (min-width: 1440px) {
  .what-we-leave-out {
    margin-bottom: 180px;
  }

  .what-we-leave-out__title {
    font-size: 60px;
    letter-spacing: -1.2px;

    margin-bottom: 50px;
  }

  .what-we-leave-out__content {
    display: flex;
    flex-direction: row;
    gap: 17px;
  }

  .what-we-leave-out__bullet-points {
    padding: 50px;
  }

  .what-we-leave-out__bullet-points,
  .what-we-leave-out__image {
    border-radius: 15.294px;
  }

  .what-we-leave-out__bullet-points,
  .what-we-leave-out__image-block {
    width: 50%;
  }

  .what-we-leave-out__list {
    font-size: 28px;
  }

  .what-we-leave-out__list-icon {
    width: 18px;
    height: 18px;
  }

  .what-we-leave-out__list li {
    gap: 15px;
  }

  .what-we-leave-out__list li:not(:last-child) {
    margin-bottom: 25px;
  }

  .what-we-leave-out__badges {
    gap: 25px;
  }

  .what-we-leave-out__badge {
    width: 114px;
    height: 114px;
  }

}



/* ######## section what-to-expect ###### */
.what-to-expect {
  margin-bottom: 90px;
}

.what-to-expect__title {
  margin-bottom: 24px;

  color: var(--accent-color);
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 33.6px */
  letter-spacing: -0.56px;
}

.what-to-expect__content {
  max-width: 1396px;
  margin-left: auto;
  margin-right: auto;
}

.what-to-expect__first-column-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 35px;
}

.what-to-expect__heading {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 16px;

  border-radius: 6px;
  /* background: rgba(125, 8, 41, 0.10); */
  padding: 4px;
}

.what-to-expect__heading-period {
  padding: 10px 14px;
  border-radius: 4px;
  background: rgba(125, 8, 41, 0.60);

  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 18.2px */
  letter-spacing: -0.14px;
}
.what-to-expect__heading-title {
font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
  letter-spacing: -0.16px;
  color: #00000066;

}


.what-to-expect__list {
  padding-left: 15px;

  padding-bottom: 4px;
  

  color: rgba(0, 0, 0, 0.80);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.16px;
}
.what-to-expect__list-last {
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.what-to-expect__list li {
  position: relative;
}

.what-to-expect__list li::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
  content: "";
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.80);
  width: 5px;
  height: 5px;
  border-radius: 50%;

}

.what-to-expect__list li:not(:last-child) { 
  margin-bottom: 12px;
}

.what-to-expect__recommended {
  position: relative;
  width: fit-content;
  margin-bottom: 4px;
  padding: 6px 17px 6px 17px;
  border-radius: 4px;
  background: #18A740;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  display: none;
}

/* .what-to-expect__recommended::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  content: "";
  display: inline-block;
  background-color: #fff;
  width: 4px;
  height: 4px;
  border-radius: 50%;
} */


.what-to-expect__statement {
  padding: 24px 18px;
  border-radius: 8px;
  background: rgba(125, 8, 41, 0.10);

  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  /* 21.6px */
}

.what-to-expect__overbar {
  color: var(--accent-color);
}

.what-to-expect__statement p {
  color: rgba(0, 0, 0, 0.80);
  letter-spacing: -0.16px;
}

.what-to-expect__image {
  border-radius: 10px;

  width: 100%;
  height: auto;
}



/* ######## what-to-expect out mobile only ###### */
@media screen and (max-width: 1439px) {
  .what-to-expect__first-column-wrapper {
    margin-bottom: 54px;
  }

  .what-to-expect__statement {
    margin-bottom: 18px;
  }
}

/* ########  what-to-expect desktop only ###### */
@media screen and (min-width: 1440px) {
  .what-to-expect {
    margin-bottom: 180px;
  }

  .what-to-expect__title {
    margin-bottom: 60px;

    text-align: center;
    font-size: 60px;
    letter-spacing: -1.2px;
  }

  .what-to-expect__content {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }

  .what-to-expect__first-column-wrapper,
  .what-to-expect__second-column-wrapper {
    width: 50%;
    flex-grow: 1;
    flex-shrink: 0;
  }

  .what-to-expect__first-column-wrapper {
    order: 2;
    justify-content: normal;
        gap: 25px;
  }

  .what-to-expect__second-column-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .what-to-expect__statement {
    order: 2;
  }



  .what-to-expect__heading {
    gap: 14px;
    padding: 6px;
    border-radius: 11.563px;
    margin-bottom: 30px;

    font-size: 24px;
    letter-spacing: -0.24px;
  }

  .what-to-expect__heading-period {
    padding: 20px 28px;
    border-radius: 7.709px;

    font-size: 24px;
    letter-spacing: -0.24px;
  }

  .what-to-expect__list {
    padding-left: 16px;
    padding-bottom: 30px;

    font-size: 24px;
    letter-spacing: -0.24px;
  }

  .what-to-expect__list li::before {
    left: -16px;
    width: 6px;
    height: 6px;
    top: 17px;
  }

  .what-to-expect__list li:not(:last-child) {
    margin-bottom: 20px;
  }

  .what-to-expect__recommended {
    margin-bottom: 6px;
    padding: 10px 22px 10px 28px;
    font-size: 18px;
  }

  .what-to-expect__recommended::before {
    left: 14px;
    width: 5px;
    height: 5px;
  }



  .what-to-expect__statement {
    padding: 36px 29px;
    border-radius: 12.235px;

    font-size: 24px;
    line-height: 139%;
    /* 33.36px */

  }

  .what-to-expect__overbar {
    line-height: 135%;
    /* 32.4px */
  }

  .what-to-expect__statement p {
    letter-spacing: -0.24px;
  }



}
@media screen and (min-width: 1920px) {
  .what-to-expect__first-column-wrapper {
        gap: 64px;
  }
}
/* ######## What women say section ###### */
.what-women-say {
  margin-bottom: 90px;
}

.what-women-say__container {
  background-color: var(--accent-color);
  color: #FFF;
text-align: center;
  margin-bottom: 60px;
  padding: 50px 18px 58px 18px;
}

.what-women-say__title {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 33.6px */
  letter-spacing: -0.56px;

  margin-bottom: 47px;
}

.what-women-say__numbers {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 31px;
}

.what-women-say__number-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding-bottom: 10px;
}
.what-women-say__numbers-title {
font-weight: 500;
font-size: 20px;
color: #FFFFFF;
}
.what-women-say__numbers-description {
  color: rgba(255, 255, 255, 0.80);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.32px;
}

.what-women-say__statement {
  max-width: 586px;
  margin-left: auto;
  margin-right: auto;

  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  /* 21.6px */
text-align: left;
  border-radius: 8px;
  /* background: rgba(255, 255, 255, 0.20); */
  padding: 24px 18px;
}

/* .what-women-say__overbar {
  padding: 10px;
} */

.what-women-say__quote {
  max-width: 1024px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: var(--accent-color);

  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

.what-women-say__quote-overbar {
  font-size: 20px;
  letter-spacing: -0.4px;
}

.what-women-say__quote-text {
  margin-bottom: 16px;
  font-size: 19px;
  letter-spacing: -0.38px;
}

.what-women-say__quote-author {
  font-family: var(--secondary-font);
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
  letter-spacing: -0.32px;
}


.circle {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 42px */
  letter-spacing: -0.35px;
}

.circle::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 50%;
  background-color: var(--accent-color);
  outline: 1px solid rgba(255, 255, 255, 0.20);
  z-index: -1;
}


@media screen and (min-width: 1440px) {
  .what-women-say {
    margin-bottom: 180px;
  }

  .what-women-say__container {
    border-radius: 20px;

    padding: 80px 120px;
  }

  .what-women-say__title {
    font-size: 60px;
    letter-spacing: -1.2px;
    text-align: center;

    margin-bottom: 80px;
  }

  .what-women-say__numbers {
    flex-direction: row;
    justify-content: space-between;
    gap: 120px;

    margin-bottom: 70px;
  }

  .what-women-say__number-block {
    align-items: center;
    gap: 30px;
  }

  .what-women-say__numbers-description {
    font-size: 20px;
    letter-spacing: -0.4px;
    text-align: center;
  }

  .what-women-say__statement {
    font-size: 18px;
    text-align: center;
  }

  .what-women-say__quote-overbar {
    font-size: 36px;
    letter-spacing: -0.72px;
  }

  .what-women-say__quote-text {
    margin-bottom: 36px;
    font-size: 36px;
    line-height: 140%;
    /* 50.4px */
    letter-spacing: -0.72px;
  }

  .what-women-say__quote-author {
    font-size: 30px;
    letter-spacing: -0.6px;
  }

}

/* ######## FEELOMENA vs other section ###### */
.feelonema-vs-others {
  margin-bottom: 90px;
}

.feelonema-vs-others__wrapper {
  max-width: 1396px;
  margin-left: auto;
  margin-right: auto;
}

.feelonema-vs-others__title {
  text-align: center;
  color: var(--accent-color);
  font-family: var(--main-font);
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 33.6px */
  letter-spacing: -0.56px;

  margin-bottom: 24px;
}

.feelonema-vs-others__product-images-wrapper {
  margin-bottom: 6px;
}

.feelonema-vs-others__product-images-wrapper,
.feelonema-vs-others__bullet-points-wrapper {
  display: flex;
}

.feelonema-vs-others__product-images-wrapper,
.feelonema-vs-others__bullet-points-wrapper {
  border-radius: 10px;
  border: 1px solid var(--border-color);
}
 .feelonema-vs-others__bullet-points-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* padding-bottom: 20px; */
}
.feelonema-vs-others__bullet-points-wrapper li {
  margin: 0;
  padding: 12px 12px 0 12px;
  
}

.feelonema-vs-others__bullet-points-wrapper li:nth-child(odd) {
  border-right: 1px solid var(--border-color);
}

.feelonema-vs-others__bullet-points-wrapper li:nth-last-child(-n + 2) {
  border-bottom: none;
  padding-bottom: 20px;
}
.feelonema-vs-others__bullet-points:first-child,
.feelonema-vs-others__product-image:first-child {
  border-right: 1px solid var(--border-color);
}

.feelonema-vs-others__bullet-points,
.feelonema-vs-others__product-image {
  width: 50%;
}

.feelonema-vs-others__product-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.feelonema-vs-others__product-image img {
  margin-bottom: 20px;
  max-height: 113px;
}

.feelonema-vs-others__image-title {
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 20.4px */
  letter-spacing: -0.17px;

  color: var(--accent-color);
}

.feelonema-vs-others__bullet-points {
  padding: 16px 10px;
}

.feelonema-vs-others__list-item {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  column-gap: 6px;
}

/* .feelonema-vs-others__list-item:not(:last-child) {
  margin-bottom: 8px;
} */



/* ######## Founder's message section ###### */
.founders-message {
  margin-bottom: 90px;
}

.founders-message__wrapper {
  /* border-radius: 8px; */
  padding: 40px 18px 50px 18px;
  background: var(--accent-color);
}

.founders-message__title {
  color: #FFF;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 33.6px */
  letter-spacing: -0.28px;

  margin-bottom: 20px;
}

.founders-message__photo img {
  border-radius: 8px;
}

.founders-message__text {
  color: rgba(255, 255, 255, 0.80);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  /* 21.6px */

  margin-bottom: 46px;
}

.founders-message__text p:not(:last-child) {
  margin-bottom: 26px;
}

@media screen and (max-width: 1440px) {
  .founders-message__photo {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1440px) {
  .founders-message {
    margin-bottom: 180px;
  }

  .founders-message__wrapper {
    border-radius: 20px;
    padding: 80px 120px 100px 120px;
  }

  .founders-message__title {
    font-size: 60px;
    letter-spacing: -1.2px;
    margin-bottom: 70px;
    text-align: center;
  }

  .founders-message__content {
    display: flex;
    flex-direction: row;
    gap: 60px;
  }

  .founders-message__message {
    flex-basis: 670px;
    flex-grow: 1;

  }

  .founders-message__photo {
    flex-basis: 710px;
    flex-grow: 1;
  }

  .founders-message__text {
    font-size: 20px;
    line-height: 140%;
    /* 28px */
    margin-bottom: 70px;
  }

  .founders-message__text p:not(:last-child) {
    margin-bottom: 40px;
  }

}


/* ################### Footer ############## */
.footer {}

/* ################### page 2 ############## */

/* ################### page 3 ############## */

/* ################### Media ############## */
/* ######## Mobile ###### */
@media screen and (max-width: 799px) {

  /* ## Menu ## */


  @media (min-device-pixel-ratio: 2),
  (min-resolution: 192dpi),
  (min-resolution: 2dppx) {}
}

/* ######## Mobile + Tablet ###### */
@media screen and (max-width: 1440px) {}

/* ######## Tablet ###### */
@media screen and (min-width: 800px) and (max-width: 1440px) {}

/* ######## Tablet + Desktop ###### */
@media screen and (min-width: 800px) {


  @media (min-device-pixel-ratio: 2),
  (min-resolution: 192dpi),
  (min-resolution: 2dppx) {}
}

/* ######## Desktop ###### */
@media screen and (min-width: 1440px) {

  .h2 {
    font-size: 60px;
    line-height: 120%;
    /* 43.7px */
    letter-spacing: -1.2px;
  }

  .paragraph-medium {
    font-size: 20px;
    letter-spacing: -0.2px;
  }

  .header-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    margin-top: 20px;
    
  }


  .navigation {
    display: flex;
    flex-direction: row;
    gap: 60px;

    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 18px */
    letter-spacing: -0.36px;
    color: #000;
  }

  .navigation a:hover,
  .navigation a:focus,
  .navigation a:active {
    color: red;
  }

  .product__title {
    margin-bottom: 8px;
  }

  /* ######## FEELOMENA vs other  ###### */
  .feelonema-vs-others {
    margin-bottom: 180px;
  }

  .feelonema-vs-others__title {
    font-size: 60px;
    margin-bottom: 52px;
    letter-spacing: -1.2px;
  }

  .feelonema-vs-others__product-images-wrapper {
    margin-bottom: 10px;
  }

  .feelonema-vs-others__product-image {
    padding: 32px;
  }

  .feelonema-vs-others__product-image img {
    margin-bottom: 22px;
    max-height: 120px;
  }

  .feelonema-vs-others__image-title {
    font-size: 20px;
    letter-spacing: -0.2px;
  }

  .feelonema-vs-others__bullet-points {
    padding: 40px 30px 50px 30px;
  }

  .feelonema-vs-others__list-item:not(:last-child) {
    /* margin-bottom: 24px; */
     /* align-items: center; */
  }
.feelonema-vs-others__bullet-points-wrapper li {
    margin: 0;
    padding: 30px 25px 0 25px;
}
  .feelonema-vs-others__list-icon {
    width: 18px;
    height: 18px;
  }


  @media (min-device-pixel-ratio: 2),
  (min-resolution: 192dpi),
  (min-resolution: 2dppx) {}
}