@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@400;500;700&display=swap");
/*variables*/
/* end of variables*/
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Spartan", sans-serif;
  position: relative;
  overflow-x: hidden;
}

@media (min-width: 64em) {
  body {
    height: 100vh;
    overflow-x: hidden;
  }
}

body .bg-desktop-bottom {
  display: none;
}

@media (min-width: 64em) {
  body .bg-desktop-bottom {
    display: block;
    z-index: -10;
    width: 70vw;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.social_proof {
  width: 100vw;
}

@media (min-width: 64em) {
  .social_proof {
    height: 50vh;
  }
}

.social_proof .background {
  width: 100vw;
  position: absolute;
  z-index: -10;
}

@media (min-width: 64em) {
  .social_proof .background {
    width: 40vw;
  }
}

.social_proof .container {
  max-width: 90%;
  margin: auto;
}

@media (min-width: 64em) {
  .social_proof .container {
    padding-top: 4rem;
  }
}

.social_proof .container .first_part {
  padding-top: 4rem;
  text-align: center;
}

@media (min-width: 64em) {
  .social_proof .container .first_part {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.social_proof .container .first_part .title {
  margin-bottom: 2rem;
}

@media (min-width: 64em) {
  .social_proof .container .first_part .title {
    text-align: left;
    width: 40%;
  }
}

.social_proof .container .first_part .title h1 {
  margin: 1rem 0;
  padding: 0 1rem;
  color: #502050;
  line-height: 1;
  font-size: 2rem;
  font-weight: 700;
}

@media (min-width: 64em) {
  .social_proof .container .first_part .title h1 {
    margin: 1rem 0;
    padding: 0;
    font-size: 3rem;
  }
}

.social_proof .container .first_part .title p {
  color: #937b92;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 1rem 0;
}

@media (min-width: 64em) {
  .social_proof .container .first_part .stars_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 60%;
    padding-bottom: 4rem;
  }
}

.social_proof .container .first_part .stars_container .stars {
  margin: 1.5rem 0;
  padding: 1rem 0;
  border-radius: 8px;
  background-color: #f7f2f7;
}

@media (min-width: 64em) {
  .social_proof .container .first_part .stars_container .stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80%;
    padding: 1rem 3rem;
    margin-bottom: 0;
  }
}

@media (min-width: 64em) {
  .social_proof .container .first_part .stars_container .stars div {
    margin-top: 0.55rem;
  }
}

.social_proof .container .first_part .stars_container .stars div img {
  width: 15px;
  margin: 0 0.2rem;
}

.social_proof .container .first_part .stars_container .stars p {
  padding-top: 0.5rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: #502050;
}

@media (min-width: 64em) {
  .social_proof .container .first_part .stars_container .ml {
    margin: 0 0 0 4rem;
  }
}

@media (min-width: 64em) {
  .social_proof .container .first_part .stars_container .ml-b {
    margin-top: 0;
    margin-left: 7rem;
  }
}

.last_part {
  width: 100vw;
  height: 50vh;
  margin-top: 4rem;
  position: relative;
  background-image: url("../images/bg-pattern-bottom-mobile.svg");
  background-repeat: no-repeat;
  background-size: 191%;
}

@media (min-width: 64em) {
  .last_part {
    margin-top: 1rem;
  }
}

.last_part .container {
  max-width: 90%;
  height: 100%;
  margin: auto;
}

@media (min-width: 64em) {
  .last_part .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.last_part .container .feedback {
  height: 220px;
  background-color: #502050;
  border-radius: 8px;
  padding: 2rem;
  margin: 2rem 0;
}

@media (min-width: 64em) {
  .last_part .container .feedback {
    width: 32%;
  }
}

.last_part .container .feedback .img_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
}

.last_part .container .feedback .img_txt img {
  width: 3rem;
  border-radius: 50%;
  margin-right: 1rem;
}

.last_part .container .feedback .img_txt p {
  color: #f7f2f7;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 700;
}

.last_part .container .feedback .img_txt p span {
  color: #ee68a4;
}

.last_part .container .feedback p {
  color: #f7f2f7;
  font-size: 0.75rem;
  line-height: 1.7;
}

@media (min-width: 64em) {
  .last_part .container .mt-c {
    margin-top: 4rem;
  }
}

@media (min-width: 64em) {
  .last_part .container .mt-b {
    margin-top: 6rem;
  }
}
/*# sourceMappingURL=style.css.map */