
@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;
}
.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: 40px 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;
}
.off-text{
    color: var(--sand);
    font-family: 'Montserrat';
    font-size: 26px!important;
    font-weight: 600!important;
    text-transform: capitalize!important;
    max-width: 500px;
    text-align: center;
}
#wellness-carousal img {
	max-width: 300px;
	margin: auto;
}

@media only screen and (max-width:1250px){
    .hero-content {
        padding:76px 0 38px 43px!important;
        max-width: 548px;
        text-align: center;
    }
    #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 15px !important;
    max-width: 400px;
  }
    .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){
  .hero-section::before {
     display: none;
    }
    .mobile-media {
      display: block;
      object-fit: cover;
      object-position: bottom;
      min-height: 300px;
      max-height: 650px;
    }
  .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: 842px;
  }
}
@media only screen and (min-width:520px) and (max-width:640px){
  .mobile-media {
    max-height: 733px;
  }
}
@media only screen and (min-width:420px) and (max-width:520px){
  .mobile-media {
    max-height: 720px;
  }
}
@media only screen and (max-width:500px){
  .hero-content h1 {
    max-width: 300px;
    margin: auto;
  }
  .hero-content p {
      max-width: 230px;
      margin: 20px auto 0 auto;
    }
}