
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
:root{
    --sand:#E3C8A6;
    --green:#3D5F32;
    --ivory:#FAF7F3;
}
.hero-section {
  position: relative;
  max-width: 1925px;
  margin: auto;
}
.hero-section::before {
  position: absolute;
  content: '';
  background: url("../assets/images/hero-img.webp");
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  background-position: top right 29%;
}
.fallback-img {
  width: 100%;
}
.desktop-media {
  display: block;
}
.mobile-media {
  display: none;
}
.desktop-img{
   display:block;
}
.mbl-img{
  display:none;
}
.primary-white-btn{
    color: var(--green);
    text-align: center;
    font-family: 'Montserrat';
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    border-radius: 60px;
    background-color: var(--ivory);
    padding: 15px 30px;
    margin: 30px 0 10px 0;
    display: block;
    max-width: 500px;
}
.primary-white-btn:hover{
    background-color: var(--sand);
    color: var(--green);
}
.hero-content h1 {
    color: var(--sand);
    font-family: "Lora", serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
}
.hero-content p {
  font-size: 30px;
  margin-bottom: 25px;
  font-family: 'Montserrat';
  font-weight: 500;
  color: var(--sand);
}

.hero-content {
	/*padding: 110px 0 130px 80px;*/
  padding: 50px 0 0px 80px;
}
.off-new-text{
    color: var(--sand) !important;
    font-family: 'Montserrat';
    font-size: 14px!important;
    font-weight: 500!important;
    text-align: start;
    margin-bottom: 0px !important;
    text-transform: capitalize!important;
}
.off-text{
    color: var(--sand);
    font-family: 'Montserrat';
    font-size: 20px!important;
    font-weight: 600!important;
    text-transform: capitalize!important;
    max-width: 500px;
    text-align: center;
}
#wellness-carousal img {
	max-width: 300px;
	margin: auto;
}

.discount-review-consult{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-transform: capitalize;
    max-width: 600px;
    gap:8px;
}

.trustpilot-text{
  display: flex;
}

.discount-image , .trustpilot-image, .free-consultation-image{
  height:30px;
}

.trustpilot-text a{
      color: var(--sand) !important;
      font-family: 'Montserrat' !important;
      font-weight: 500 !important;
      font-size: 14px !important;
      line-height: 20px !important;
      text-transform: capitalize !important;
      text-decoration: underline !important;
      white-space: nowrap;
}
.trustpilot-text a:hover{
        color: var(--sand) !important;
text-decoration: underline !important;
}

.free-consultation{
    padding: 0px !important;
}

.assessment-btn{
  padding:0 0 50px 0;
}

.discount-offer, .trustpilot-review , .free-consultation{
  display: flex;
  gap:10px;
}

@media only screen and (max-width:1250px){
    .hero-content {
        padding:76px 0 38px 43px!important;
        max-width: 548px;
    }
    #wellness-carousal p {
      font-size: 18px;
    }
    #wellness-carousal h2 {
      font-size: 26px;
    }
}
@media only screen and (max-width:992px){
  .hero-content h1 {
    font-size: 26px;
  }
  .hero-content p {
    font-size: 22px;
  }
  .primary-white-btn {
    padding: 10px 30px;
    margin: 15px auto 10px auto;
    max-width: 390px;
    font-size: 18px;
  }
  .off-text {
    font-size: 18px !important;
  }
  .hero-content {
      padding: 76px 0 38px 30px !important;
      max-width: 500px;
  }
    .logo-login .logo img {
      max-width: 180px!important;
      max-height: 60px;
    }
    .nav-link p {
      width: 111px!important;
    }
    .account-login {
      font-size: 14px!important;
    }
    .link_name {
      font-size: 18px!important;
    }
    .new-wellness-title h2 {
      font-size: 30px;
    }
    .new-wellness-title p {
      font-size: 18px;
      padding-top: 10px;
    }
    .wellness-section {
      padding: 35px 0 55px;
    }
    #wellness-carousal {
      padding-top: 28px;
    }
    #wellness-carousal p {
      font-size: 18px;
    }
    #wellness-carousal h2 {
      font-size: 22px;
    }
}
@media only screen and (max-width:767px){

    .discount-review-consult {
        margin: 40px 20px 40px 20px;
        gap: 10px;
    }
    .trustpilot-text a {
      color:#FAF7F3 !important;
    }

    .desktop-img{
      display:none;
    }

    .mbl-img{
      display:block;
    }

    .off-new-text{
       color:#FAF7F3 !important;
    }
    .hero-section::before {
       display: none;
    }
    .mobile-media {
      display: block;
      object-fit: cover;
      object-position: bottom;
      min-height: 800px;
      max-height: 800px;
    }
  .hero-content {
      padding: 30px 20px 0px 20px !important;
      max-width: 500px;
      margin: auto;
      position: absolute;
      width: 100%;
      top: 0;
      left: 50%;
      transform: translate(-50%);
    }
    .mobile-none{
      display: none;
    }
    #wellness-carousal .owl-dot{
      width: 40px;
      height:5px;
      border-radius: 10px;
      background-color: #FBD5E8;
    }
    #wellness-carousal .owl-dots{
      display: flex;
      justify-content: center;
      gap: 10px;
    }
    #wellness-carousal .owl-dot.active{
      background-color: #FF5CBF;
    }
    .new-wellness-title h2 {
      font-size: 25px;
    }
}
@media only screen and (min-width:640px) and (max-width:767px){
  .mobile-media {
    max-height: 1000px;
  }
}
@media only screen and (min-width:520px) and (max-width:640px){
  .mobile-media {
    max-height: 880px;
  }
}
@media only screen and (min-width:420px) and (max-width:520px){
  .mobile-media {
    max-height: 815px;
  }
}
@media only screen and (max-width:500px){
  .hero-content h1 {
    max-width: 300px;
    margin: auto;
    text-align: center;
  }
  .hero-content p {
      max-width: 230px;
      margin: 20px auto 0 auto;
      text-align: center;
    }

  .off-new-text{
    max-width:100% !important;
    margin:0 !important;
    text-align: start !important;
  }

  .discount-review-consult {
        margin: 40px auto 40px auto;
        max-width: 230px;
    }
}