* {
  transition: all 0.5s linear;
  font-family: "sage-font";
  font-weight: 400;
}

html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

@font-face {
  font-family: "inter-font";
  src: url(../fonts/inter-font.ttf);
}

@font-face {
  font-family: "sage-font";
  src: url(../fonts/sage-font.otf);
}

@media (min-width: 1200px) {
  .home-page {
    background: url(../img/home-page-bg.svg) no-repeat 0 50px;
    background-size: 100%;
  
  }
}

.hero-area {
  background: rgba(217, 243, 216, 0.3);
}

.section-title {
  color: #000;
  font-size: 50px;
  font-weight: 500;
}

.hero-area .text {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  font-family: "inter-font";
}

.hero-area .text strong {
  font-size: 20px;
}

.green-btn {
  display: block;
  background-color: #a1d8a0;
  width: 230px;
  height: 45px;
  color: #fff;
  text-align: center;
  font-size: 22px;
  line-height: 45px;
  border-radius: 10px;
  font-weight: 400;
  padding: 0;
  -webkit-text-stroke: 0.7px white;
}

.green-btn:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.85;
  box-shadow: 0 0 0 1px #a1d8a0;
  -webkit-text-stroke: 0.7px black;
}

.hero-area .title-2 {
  color: #000;
  font-size: 40px;
   -webkit-text-stroke: 1px black;
  
}

.measuring-tape-1 {
  display: block;
  margin-top: -4.5rem;
}

.measuring-tape-img-fig {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: -4rem;
}

@media (max-width: 1640px) and (min-width: 768px) {
  .measuring-tape-1 {
    margin-top: -2rem;
  }

  .measuring-tape-img-fig {
    margin-top: 0;
  }
}

.measuring-tape-img-fig span {
  color: #000;
  font-size: 32px;
}

.coming-soon-label-1 {
  color: #a1d8a0;
  font-size: 70px;
  text-align: center;
  font-weight: 400;
  line-height: 1;
  padding: 1.9rem 0;
}

.about-area {
  background: rgba(217, 243, 216, 0.3);
}

.about-area .first-col {
  background: url(../img/about-squiggle.svg) no-repeat center;
/*  background-size: 100% 100%;*/
}

.about-area .second-col .text {
  color: #303d2f;
  font-family: "inter-font";
  font-size: 18px;
  line-height: 1.5;
}

.hero-area,
.about-area .second-col {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 1200px) {
  .hero-area,
  .about-area .second-col {
    padding: 2rem 7% 3rem;
  }
}

@media (max-width: 1199.98px) {
  .section-title {
    font-size: 45px;
  }

  .hero-area .text {
    font-size: 16px;
  }

  .about-area .second-col .text {
    font-size: 16px;
  }

  .coming-soon-label-1 {
    font-size: 50px;
  }

  .hero-area .title-2 {
    font-size: 30px;
  }

  .green-btn {
    width: 230px;
    height: 38px;
    font-size: 20px;
    line-height: 38px;
    border-radius: 8px;
  }
}

@media (max-width: 768.98px) {


  .logo {
     width:280px;
  }
  .section-title {
    font-size: 25px;
  }

  .hero-area .text {
    font-size: 12px;
  }

  .about-area .second-col .text {
    font-size: 12px;
  }

  .coming-soon-label-1 {
    font-size: 50px;
  }

  .hero-area .title-2 {
    font-size: 30px;
  }

  .green-btn {
    width: 200px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    border-radius: 8px;
  }

  .about-area .first-col {
    padding: 2rem;
    background-size: 100%;
  }

  .coming-soon-label-2 {
    color: #000;
    text-align: center;
    font-size: 28px;
    line-height: 110%;
    padding: 1rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.8);
  }
}

@media (max-width: 660.98px) {
  .coming-soon-label-1 {
    font-size: 40px;
  }
}

.measurements-page .first-col {
  background-color: #fbf0e3;
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.measurements-page .second-col {
  background: url(../img/measurements-bg-right.png) no-repeat center;
  background-size: 100% 100%;
  padding: 3rem;
}

.measurements-form {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 16px;
  padding: 1.5rem;
}

.measurements-form .title {
  color: #000;
  font-size: 60px;
   -webkit-text-stroke: 1px black;
}

.control-customize {
  width: 150px !important;
  border-radius: 8px !important;
  border: 1px solid #f29f23 !important;
  color: #000;
  font-family: "inter-font";
  font-size: 20px;
  outline: 0 !important;
  box-shadow: 0 0 0 0 transparent !important;
}

.arrow-button {
  background-color: transparent;
  border: none !important;
  outline: 0 !important;
  padding: 0;
  cursor: pointer;
}

.bxshad:hover {
  opacity: 0.85;
  box-shadow: 0 0 0 1px #a1d8a0;
  border-radius: 16px;
}

.measurements-form label,
.measurements-form label strong {
  color: #000;
  font-family: "inter-font";
  font-size: 20px;
  line-height: 150%;
}

.arrow-img {
  width: 80px;
}

@media (min-width: 1200px) {
  .waist-hip-thigh-img {
    width: 560px;
  }
}

@media (max-width: 1440px) {
  .measurements-form .title {
    font-size: 45px;
  }
}

@media (max-width: 1199.98px) {
  .measurements-form .title {
    font-size: 40px;
  }

  .measurements-form label,
  .measurements-form label strong {
    font-size: 16px;
    line-height: 150%;
  }
}

@media (max-width: 575.98px) {
  .measurements-page .second-col {
    padding: 1rem;
  }

  .measurements-form {
    padding: 0.5rem;
  }

  .measurements-form .title {
    font-size: 30px;
  }
}

.dream-jean-page {
  background: #6031f7 url(../img/squiggle-dream-jean.png) no-repeat;
  background-size: 100%;
  padding: 6rem;
}

.dream-jean-page .dream-jean-form {
  border-radius: 15px;
  background: #ced1ff;
  padding: 2rem;
}

.dream-jean-page .title {
  color: #000;
  text-align: center;
  font-size: 70px;
    -webkit-text-stroke: 1px black;
}

.hd-form-control {
  width: 724px;
}

.hd-form-control label {
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.6);
  color: #000;
  font-family: "inter-font";
  font-size: 24px;
  padding: 7px;
}

.hd-form-control input {
  display: block;
  width: 100%;
  border-radius: 16px;
  border: 1px solid transparent;
  padding: 10px 20px;
  color: #000;
  font-family: "inter-font";
  font-size: 18px;
  outline: 0 !important;
}

@media (max-width: 1199.98px) {
  .dream-jean-page .title {
    font-size: 55px;
  }

  .hd-form-control label {
    font-size: 20px;
  }

  .hd-form-control input {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .hd-form-control {
    width: 100%;
  }
}

@media (max-width: 820px) {
  .dream-jean-page {
    padding: 3rem;
  }

  .dream-jean-page .title {
    font-size: 45px;
  }
}

@media (max-width: 576px) {
  .dream-jean-page {
    padding: 2rem 1.5rem;
  }

  .dream-jean-page .title {
    font-size: 35px;
  }

  .dream-jean-page .dream-jean-form {
    padding: 1rem;
  }

  .hd-form-control label {
    font-size: 16px;
  }

  .hd-form-control input {
    font-size: 14px;
  }
}

.opinion-page {
  background: #f51a9d !important;
}

.opinion-page-form {
  background: rgba(255, 255, 255, 0.8) url(../img/squiggles-user-opinion.png)
    no-repeat !important;
  background-size: 100% 100% !important;
}

.keep-touch-page {
  background: #f4fbf3 !important;
}

.keep-touch-page-form {
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.5) !important;
}

.hd-form-control-email input {
  background: #d9f3d8 !important;
}

.text-001 {
  color: #000;
  font-family: "inter-font";
  font-size: 30px;
  line-height: 150%;
  text-align: center;
  max-width: 1090px;
}

.social-icons img {
  width: 50px;
  margin: 0 10px;
}

.pink-bg-btn {
  color: #000;
  background: rgba(245, 26, 157, 0.7);
}

.thank-you-page {
  background: #f9f0e4 url(../img/thank-you-bg.png) no-repeat center;
  background-size: 100% 100%;
}

.thank-you-page .wrapper {
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.5);
  padding: 4rem 4rem 6rem;
}

@media (max-width: 1199.98px) {
  .text-001 {
    font-size: 25px;
  }
}

@media (max-width: 767.98px) {
  .text-001 {
    font-size: 20px;
  }

  .social-icons img {
    width: 40px;
    margin: 0;
  }

  .thank-you-page .wrapper {
    padding: 2rem 2rem;
  }
}

@media (max-width: 576.98px) {
  .text-001 {
    font-size: 16px;
  }

  .social-icons img {
    width: 40px;
    margin: 0;
  }

  .thank-you-page .wrapper {
    padding: 1rem 1rem;
  }

  .mobile-bg-only {
    background: url(../img/squiggle-img-mbl.svg) no-repeat 0px 70px;
    background-size: 100%;
  }
}

@media (min-width: 1366px) and (max-width: 1640px){
   .home-page {
    background: url(../img/home-page-bg.svg) no-repeat 0 100px;
    background-size: 100%;
  }
}
@media(max-width: 1365px){
   .home-page {
    background: none !important;
  }
  }