:root {
  --secondary-color: #7a7a7a;
  --primary-color: #11171b;
  --white: white;
  --ruddy-pink: #de968d;
  --black: black;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartquantityinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceaddtocarterror {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.w-commerce-commercecartproductname {
  font-weight: 700;
}

.w-commerce-commercecartoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecartquantity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecartquantity::placeholder {
  color: #999;
}

.w-commerce-commercecartquantity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

.w-commerce-commercecartordervalue {
  font-weight: 700;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity {
    font-size: 16px;
  }
}

body {
  color: var(--secondary-color);
  font-family: Jost, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

h1 {
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Gilda Display, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 90px;
}

h2 {
  color: var(--primary-color);
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Gilda Display, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 65px;
}

h3 {
  color: var(--primary-color);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Jost, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

h4 {
  color: var(--primary-color);
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Jost, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

h5 {
  color: var(--primary-color);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Jost, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

h6 {
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Jost, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--secondary-color);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: var(--primary-color);
  text-transform: capitalize;
  background-image: url('../images/Icon-.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: none;
}

img {
  object-fit: cover;
  max-width: 100%;
  display: inline-block;
}

.heading-three {
  color: var(--primary-color);
  text-transform: capitalize;
  font-family: Jost, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.home-one-spa-images-right-side {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
}

.home-one-spa-text {
  flex: 1;
  max-width: 640px;
}

.margin-top-zero {
  margin-top: 0;
}

.home-one-services-description {
  max-width: 480px;
}

.header-one-nav-flex-block {
  grid-column-gap: 100px;
  justify-content: space-between;
  align-items: center;
}

.home-one-spa-images {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  display: flex;
}

.image-height-auto-responsive {
  height: auto;
}

.what-we-re-good-points {
  border-bottom: 1px solid #efefef;
  justify-content: space-between;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 15px 40px;
  display: flex;
  position: relative;
}

.position-relative {
  position: relative;
}

.header-one-dropdown {
  padding: 35px 18px 35px 0;
}

.header-one-dropdown.padding-chnage {
  padding-left: 0;
  padding-right: 0;
}

.container {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.container.max-w-1024px {
  max-width: 1024px;
}

.button {
  z-index: 99;
  transform-origin: 0 0;
  color: #11171b;
  text-align: center;
  text-transform: uppercase;
  background-color: #de968d;
  border-radius: 0;
  padding: 11px 40px 9px;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.what-we-re-good-points-text {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 510px;
  display: flex;
}

.header-one-logo-and-menu {
  grid-column-gap: 50px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
}

.home-one-spa-packages {
  padding: 102px 15px 110px;
}

.home-one-spa-packages-heading {
  text-align: center;
  max-width: 680px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.heading-five {
  color: var(--primary-color);
  text-transform: capitalize;
  font-family: Jost, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

.text-white {
  color: var(--white);
  margin-top: 0;
}

.text-white.footer-two-hover-color:hover {
  color: var(--ruddy-pink);
}

.text-white.text-18px {
  font-family: Jost, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.text-white.follow:hover {
  color: var(--ruddy-pink);
}

.header-one-navbar {
  background-color: #ddd0;
}

.home-one-spa-images-three {
  margin-left: -150px;
}

.home-one-spa-images-two {
  margin-top: -30px;
  overflow: hidden;
}

.home-one-spa {
  padding: 160px 15px 100px;
}

.home-one-services-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.home-one-services-main.grid, .home-one-services-main.grid-gallery {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-four {
  color: var(--primary-color);
  text-transform: capitalize;
  font-family: Jost, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.heading-four.text-white {
  color: #fff;
}

.heading-four.pt-10px {
  margin-top: -10px;
}

.padding-bottom-ten {
  padding-bottom: 10px;
}

.service-three-counter-main {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.service-three-counter-main.top {
  grid-column-gap: 5px;
  justify-content: center;
  align-items: flex-start;
}

.home-one-spa-main {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-one-services-heading {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 670px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-one-spa-images-one {
  background-image: url('../images/Decoration-Dots.svg');
  background-position: 35% 92%;
  background-repeat: no-repeat;
  background-size: auto;
  overflow: hidden;
}

.home-one-services-block {
  text-align: center;
  flex: 1;
  padding: 60px 20px 0;
  transition: all .6s, background-color .2s;
}

.home-one-services-block:hover {
  background-color: #fff;
  box-shadow: 0 10px 50px 10px #fdedec80;
}

.header-one {
  z-index: 999;
  border-bottom: .5px solid #898484;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  inset: 0% 0% auto;
}

.what-we-re-good-points-number {
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5px;
  display: flex;
}

.button-text {
  z-index: 1;
  position: relative;
}

.menu-font {
  color: var(--primary-color);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.menu-font.text-white {
  color: var(--white);
}

.menu-font.text-white:hover {
  color: #de968d;
}

.menu-font.white-menu-text {
  color: var(--white);
}

.menu-font.black-menu-text {
  text-decoration: none;
}

.menu-font.black-menu-text:hover {
  color: var(--ruddy-pink);
}

.menu-font.black-menu-text.w--current {
  text-decoration: none;
}

.padding-zero {
  padding-top: 0;
  padding-bottom: 0;
}

.text-ruddy-pink {
  color: #de968d;
}

.text-ruddy-pink.text-18px {
  font-size: 18px;
}

.text-ruddy-pink.text-18px.py-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.home-one-services {
  padding-bottom: 130px;
  padding-left: 15px;
  padding-right: 15px;
}

.home-one-services.white {
  background-color: #eee;
}

.margin-bottom-fifty {
  margin-bottom: 50px;
}

.home-one-services-icon {
  margin-bottom: 30px;
}

.button-overlay {
  z-index: -1;
  background-color: #c2675b;
  border-radius: 100%;
  width: 25%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: scale(1.7)translate(0, 150%);
}

.button-overlay.two {
  left: 25%;
}

.button-overlay.four {
  left: 75%;
}

.button-overlay.three {
  left: 50%;
}

.nav-menu {
  grid-column-gap: 29px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-one-get-in-touch {
  grid-row-gap: 25px;
  flex-flow: column;
  max-width: 210px;
  display: flex;
}

.footer-one-dcoration-circle-image {
  position: absolute;
}

.footer-one-address {
  border-left: 2px solid #ababab;
  padding-left: 18px;
}

.footer-one-email-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: block;
}

.footer-one-dcoration-circle {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 290px;
  height: 290px;
  display: flex;
}

.footer-one-bottom-main {
  justify-content: space-between;
  align-items: center;
  padding: 17px 15px;
  display: flex;
}

.footer-menu-links {
  grid-column-gap: 50px;
  display: flex;
}

.footer-one-main {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-one-social-icons-wrap {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-one {
  background-image: linear-gradient(143deg, #323b46 46%, #de968d);
  padding-top: 122px;
}

.footer-one-bottom {
  border-top: 1px solid #696969;
  justify-content: space-between;
}

.footer-one-help {
  max-width: 200px;
}

.footer-one-social-icon {
  border: 1px solid #7a7a7a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 43px;
  transition: background-color .3s;
  display: flex;
}

.footer-one-social-icon:hover {
  background-color: var(--ruddy-pink);
}

.footer-bottom-text {
  color: var(--white);
  text-align: center;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.footer-one-social-icons {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-one-title {
  text-align: center;
  border-bottom: 1px solid #696969;
  padding-bottom: 50px;
}

.footer-one-appointment-flex-block {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.header-one-button {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
}

.book-appointment-link {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: -2px;
  display: flex;
}

.book-appointment-link:hover {
  color: var(--ruddy-pink);
}

.heading-six {
  color: var(--primary-color);
  text-transform: capitalize;
  font-family: Jost, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.heading-six.text-white {
  color: var(--white);
}

.slider-absolute-block {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.slider-image-one {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slider-bg-for-interaction {
  background-color: var(--white);
  display: none;
  position: absolute;
  inset: 0%;
}

.slider-bg-for-interaction.black {
  background-color: #030303;
}

.home-two-massages-flex-block {
  grid-column-gap: 56px;
  justify-content: space-between;
  align-items: center;
}

.home-two-spa-rituals {
  padding: 130px 15px 100px;
}

.home-three-layout-one {
  z-index: 1;
  width: 25vw;
  position: relative;
}

.home-three-layout-one.underline-off {
  text-decoration: none;
}

.home-two-massages-items-block {
  flex: 1;
}

.home-two-massages-image {
  width: 520px;
  height: 466px;
  position: relative;
}

.home-two-spa-rituals-points {
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 50px;
  display: flex;
}

.footer-two-bottom {
  text-align: center;
  border-top: .5px solid #8c8c8c;
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer-two-bottom.gutter-space {
  padding-left: 15px;
  padding-right: 15px;
}

.footer-two-main {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.home-two-hero-right-side {
  background-image: url('../images/background-backdrop_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  flex: 0 58.1%;
  justify-content: center;
  align-items: center;
  padding-top: 220px;
  padding-bottom: 220px;
  display: flex;
}

.home-two-massages-items {
  grid-column-gap: 30px;
  margin-top: 40px;
}

.home-two-massages-items-flex-block {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.home-two-spa-experience-line {
  background-color: #de968d;
  width: 1px;
  height: 69px;
  margin-bottom: 30px;
}

.home-two-hero-text {
  text-align: center;
  max-width: 610px;
  margin-bottom: 10px;
  overflow: hidden;
}

.landing-home-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: center;
  margin-top: 100px;
  position: relative;
  overflow: hidden;
}

.home-two-spa-experience-main {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.home-two-spa-rituals-main {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-two-spa-rituals-text {
  flex: 1;
  max-width: 650px;
}

.margin-top-ten {
  margin-top: 10px;
}

.home-two-massages-items-line {
  background-color: #777;
  flex: 1;
  min-width: 50px;
  height: .5px;
}

.home-two-counter-section {
  padding-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px;
}

.landing-home-marquee {
  width: 100vw;
  margin-top: 90px;
  overflow: hidden;
}

.footer-two {
  background-color: #171717;
  padding-top: 120px;
}

.home-two-massages {
  background-color: #030303;
  padding: 130px 15px;
}

.home-two-hero {
  position: relative;
}

.home-two-massages-text {
  flex: 1;
}

.home-two-counter-section-description {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}

.home-two-spa-rituals-image {
  width: 520px;
  height: 669px;
  position: relative;
}

.home-two-hero-left-image {
  width: 45.5%;
  display: none;
  position: absolute;
  inset: auto 0% 0% 9.5%;
}

.home-two-spa-rituals-icons {
  background-color: #ffebe9;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 76px;
  height: 76px;
  margin-top: 8px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.margin-bottom-thirty {
  margin-bottom: 30px;
}

.spa-sanctuary-tag {
  grid-column-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header-two-container {
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
}

.home-two-spa-experience {
  padding-top: 130px;
  overflow: hidden;
}

.home-three-layout-four {
  z-index: 4;
  width: 25vw;
  position: relative;
}

.header-two-logo {
  color: var(--black);
  flex: none;
}

.header-two-nav-menu {
  justify-content: space-between;
  position: static;
}

.header-two-navbar {
  background-color: #ddd0;
  border-top: 1px solid #dadada;
  padding-left: 15px;
  padding-right: 15px;
}

.spa-sanctuary-tag-line {
  background-color: #d2d2d2;
  width: 89px;
  height: 1px;
}

.header-two {
  z-index: 9;
  background-color: var(--white);
}

.home-three-layout-three {
  z-index: 3;
  width: 25vw;
  position: relative;
}

.home-two-hero-left-side {
  background-image: url('../images/Spa.svg'), linear-gradient(140deg, #c3bec6 25%, #d5b9ab);
  background-position: 0 60%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  flex: 1;
}

.home-three-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 100%;
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
  position: relative;
}

.home-three-layout-two {
  z-index: 2;
  width: 25vw;
  position: relative;
}

.counter-wrapper {
  grid-column-gap: 50px;
  justify-content: space-between;
  display: flex;
}

.home-two-spa-sanctuary {
  padding: 130px 15px 0;
  overflow: hidden;
}

.home-two-massages-main {
  grid-row-gap: 120px;
  flex-flow: column;
  display: flex;
}

.home-two-massages-text-description {
  max-width: 475px;
}

.home-two-spa-sanctuary-main {
  grid-column-gap: 100px;
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
  display: flex;
}

.home-two-spa-sanctuary-main.flex-right {
  justify-content: flex-end;
}

.home-two-spa-sanctuary-main.flex-right.pt-40 {
  padding-top: 40px;
}

.counter-box-wrap {
  text-align: center;
  overflow: visible;
}

.home-two-spa-sanctuary-text {
  flex: 1;
  max-width: 640px;
}

.home-two-spa-rituals-points-flex-block {
  grid-column-gap: 30px;
  align-items: flex-start;
}

.home-two-counter-section-heading {
  text-align: center;
  margin-bottom: 35px;
}

.home-two-counter-section-wrapper {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.header-two-flex-block {
  grid-column-gap: 100px;
  justify-content: space-between;
  align-items: center;
}

.navmenu__flex-container {
  justify-content: space-between;
  display: flex;
}

.navmenu__link-list {
  grid-column-gap: 28px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.link-list__dropdown-toggle {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 25px 18px 23px 0;
  display: flex;
}

.link-list__dropdown-toggle.padding-chnage {
  padding-right: 0;
}

.icon {
  color: var(--primary-color);
  margin-right: 0;
  font-family: Jost, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.icon.white {
  color: var(--white);
}

.navmenu__dropdown {
  background-color: var(--white);
  min-width: 250px;
  padding-top: 20px;
  padding-bottom: 20px;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 0 20px 55px #00000014;
}

.navmenu__dropdown.w--open {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.home-two-hero-main {
  justify-content: flex-start;
  display: flex;
}

.dropdown-link {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 500;
  transition: all .4s;
}

.dropdown-link:hover {
  color: var(--ruddy-pink);
  transform: translate(10px);
}

.dropdown-link.w--current {
  color: var(--ruddy-pink);
}

.responsive-image-height-auto.image-full-width {
  width: 100%;
  height: 100%;
}

.footer-two-description {
  max-width: 410px;
  margin-top: 33px;
  margin-bottom: 35px;
}

.footer-two-links-flex-block {
  grid-row-gap: 13px;
  margin-top: 24px;
}

.footer-two-social-icons-wrap {
  grid-column-gap: 8px;
  margin-top: 10px;
}

.footer-two-links-wrap {
  flex: none;
}

.counter-side-text {
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
}

.home-two-counter-bottom-text {
  color: var(--primary-color);
  text-transform: capitalize;
  padding-top: 27px;
  font-family: Gilda Display, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

.scrolling-banner-text {
  color: #ffebe9;
  letter-spacing: .32px;
  text-transform: capitalize;
  white-space: nowrap;
  margin-bottom: 10px;
  font-family: Gilda Display, sans-serif;
  font-size: 400px;
  font-weight: 400;
  line-height: 100%;
  position: relative;
}

.footer-three-main {
  grid-column-gap: 95px;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 130px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-three-logo {
  flex: 1;
  margin-bottom: 40px;
}

.header-three-navbar {
  z-index: 999;
  background-color: #fff3f324;
  padding-left: 15px;
  padding-right: 15px;
  position: fixed;
  inset: 0% 0% auto;
}

.header-three-navbar.black {
  background-color: var(--black);
  padding-left: 15px;
  padding-right: 15px;
}

.footer-three-contact-links-wrap {
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 50px;
  display: flex;
}

.header-three-logo {
  flex: none;
}

.header-three-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.footer-three-social-media-icons-wrap {
  grid-column-gap: 10px;
  margin-top: 30px;
}

.footer-three-title {
  grid-row-gap: 70px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 355px;
  display: flex;
}

.header-three-flex-block {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-three-social-media-icons {
  background-color: #2b3647;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  transition: background-color .3s;
  display: flex;
}

.footer-three-social-media-icons:hover {
  background-color: var(--ruddy-pink);
}

.footer-three {
  background-color: #171717;
  padding-top: 122px;
}

.footer-three-contact-links-icon {
  flex: none;
}

.padding-top-ten {
  padding-top: 10px;
}

.footer-three-contact-links {
  grid-column-gap: 25px;
  max-width: 250px;
  display: flex;
}

.footer-three-logo-and-social-media {
  padding-top: 8px;
}

.header-three {
  z-index: 9;
}

.header-three-dropdown {
  padding: 35px 18px 35px 0;
}

.header-three-dropdown.chnage-padding {
  padding-right: 0;
}

.curtain-overlay {
  z-index: 1;
  background-color: var(--white);
  position: absolute;
  inset: 0%;
  transform: translate(0, -101%);
}

.home-two-layout-main {
  width: 25vw;
  height: 613px;
}

.home-two-layout-main.home-one {
  background-image: url('../images/Screenshot-2024-11-22-at-17.25.07_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-two-layout-main.home-four {
  background-image: url('../images/Screenshot-2024-11-22-at-17.34.21.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-two-layout-main.home-three {
  background-image: url('../images/Screenshot-2024-11-22-at-17.27.36_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-two-layout-main.home-two {
  background-image: url('../images/Screenshot-2024-11-22-at-17.24.14_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.marquee-block {
  grid-column-gap: 100px;
  width: 400vw;
  display: flex;
}

.marquee-block.overflow-off {
  padding-bottom: 30px;
  overflow: hidden;
}

.marquee-holder {
  margin-top: 50px;
}

.marquee-holder.margin-off {
  margin-top: 0;
}

.faq-content {
  overflow: hidden;
}

.faq-answer {
  max-width: 610px;
  margin-bottom: 0;
  padding-bottom: 34px;
}

.question-title {
  grid-column-gap: 40px;
  opacity: .99;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 25px;
  display: flex;
}

.question-title.product-details {
  padding-top: 15px;
  padding-bottom: 15px;
}

.questions-box {
  border-bottom: 1px solid #4545454d;
}

.questions-box.border-top {
  border-top: 1px solid #4545454d;
}

.accordion.margin-bottom-fourty {
  margin-bottom: 40px;
}

.brand {
  flex: none;
}

.about-review-slider-mask {
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
}

.about-review-heading {
  text-align: center;
  padding-bottom: 10px;
}

.about-review {
  background-color: #fff3e9;
  padding: 102px 15px 120px;
}

.about-review.py-60px {
  padding-top: 40px;
  padding-bottom: 40px;
}

.about-review-left-arrow {
  color: #de968d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.about-review-slide {
  text-align: center;
}

.about-review-slider {
  background-color: #ddd0;
  background-image: url('../images/Quote-Icon-.svg');
  background-position: 12% 0;
  background-repeat: no-repeat;
  background-size: auto;
  height: 100%;
  padding-bottom: 50px;
}

.about-review-right-arrow {
  color: #de968d;
}

.footer-three-description {
  max-width: 328px;
}

.text-black {
  color: var(--primary-color);
}

.header-two-cart-and-button-flex-block {
  grid-column-gap: 30px;
  justify-content: flex-start;
  align-items: center;
}

.header-two-logo-and-nav {
  grid-column-gap: 100px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
}

.header-three-nav-menu {
  grid-column-gap: 28px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-two {
  color: var(--primary-color);
  text-transform: capitalize;
  font-family: Gilda Display, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 65px;
}

.header-three-nav-and-logo-flex-block {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.service-hero {
  background-color: #fff3f1;
  padding: 220px 15px 180px;
  overflow: hidden;
}

.service-luxury-spa-image-one {
  z-index: 1;
  position: relative;
}

.service-luxury-spa-title {
  border-bottom: 1px solid #7e7e7e;
  padding-bottom: 15px;
}

.heading-one {
  text-transform: capitalize;
  font-family: Gilda Display, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 90px;
}

.heading-one.text-black {
  color: #11171b;
}

.service-luxury-spa-image-three {
  position: absolute;
  inset: 0%;
}

.service-luxury-spa-text {
  max-width: 630px;
}

.service-luxury-spa-points-tick-mark {
  border: 1px solid #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  display: flex;
}

.service-review {
  background-color: #de968d;
  padding: 102px 15px 108px;
}

.service-luxury-spa-image-two {
  position: absolute;
  inset: 0%;
}

.service-review-slider {
  background-color: #ddd0;
  background-image: url('../images/Quote-white-.svg');
  background-position: 12% 0;
  background-repeat: no-repeat;
  background-size: auto;
  height: 100%;
  padding-bottom: 50px;
}

.service-hero-heading-line {
  background-color: #000;
  width: 238px;
  height: 1px;
}

.service-luxury-spa-points {
  padding-top: 40px;
  padding-bottom: 20px;
  transition: all .6s;
}

.service-luxury-spa-points:hover {
  background-color: #de968d;
  padding-left: 30px;
  padding-right: 20px;
}

.service-luxury-spa-main {
  grid-column-gap: 60px;
  align-items: flex-end;
  display: flex;
}

.service-hero-heading-flex-block-one {
  grid-column-gap: 25px;
  justify-content: flex-start;
  align-items: center;
}

.service-luxury-spa-points-flex-block {
  grid-column-gap: 20px;
  display: flex;
}

.service-luxury-spa {
  background-color: #11171b;
  padding: 130px 15px;
  transition: all .6s;
}

.service-luxury-spa-image-bottom {
  z-index: 3;
  margin-top: -225px;
  margin-right: 140px;
  display: none;
  position: relative;
}

.service-luxury-spa-image {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.footer-two-links-heading {
  margin-top: 42px;
}

.service-hero-heading-flex-block-two {
  grid-column-gap: 26px;
  align-items: center;
}

.service-luxury-spa-points-text {
  max-width: 480px;
}

.shop-product-list-about {
  text-align: center;
  background-color: #fff;
  padding: 30px 40px;
  position: relative;
}

.shop-product-list-about.shop-details {
  border-bottom: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}

.shop-poduct-list-sale-tag {
  z-index: 2;
  background-color: var(--black);
  text-transform: uppercase;
  padding: 0 20px;
  position: absolute;
  inset: 6% auto auto 9%;
}

.image-height-auto {
  height: auto;
}

.shop-products-heading {
  margin-bottom: 46px;
}

.shop-product-image {
  grid-column-gap: 20px;
  position: relative;
}

.shop-products-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  max-width: 1780px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.shop-poduct-list {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.shop-products-price {
  color: var(--ruddy-pink);
  margin-top: 5px;
  font-size: 16px;
  font-weight: 500;
}

.cart-button {
  background-color: #3898ec00;
  padding-left: 0;
  padding-right: 0;
}

.cart-icon-quantity {
  background-color: var(--ruddy-pink);
  color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 14px;
  min-width: 14px;
  height: 14px;
  margin-bottom: 12px;
  margin-left: -5px;
  font-size: 9px;
  display: flex;
}

.cart-container {
  background-color: #fff0ee;
}

.cart-quantity {
  color: var(--primary-color);
}

.cart-header {
  border-bottom-color: #cecece;
}

.cart-footer {
  border-top-color: #cecece;
}

.header-three-button-cart {
  grid-column-gap: 30px;
  justify-content: flex-start;
  align-items: center;
}

.shop-product-details-item-about {
  flex: 1;
  max-width: 520px;
}

.shop-product-details-item {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.shop-product-details-item-image {
  flex: 1;
  justify-content: center;
  align-items: center;
}

.shop-details-hero-heading {
  max-width: 730px;
}

.shop-details-hero {
  background-image: url('../images/Banner-model-image-.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 100px;
  padding: 110px 15px 134px;
}

.margin-top-twenty-five {
  margin-top: 25px;
}

.shop-product-details {
  padding-top: 130px;
  padding-left: 15px;
  padding-right: 15px;
}

.shop-product-details-information {
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 60px;
  display: flex;
}

.shop-details-products {
  padding: 90px 15px 130px;
}

.shop-details-products.categories {
  margin-top: 110px;
}

.default-state {
  grid-column-gap: 30px;
  align-items: flex-end;
  display: flex;
}

.quantity {
  background-color: #fafafa00;
  border-color: #d6d6d6;
  border-radius: 0;
  width: 137px;
  height: 50px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 22px;
  line-height: 32px;
}

.margin-bottom-twenty {
  margin-bottom: 20px;
}

.blog-hero-heading {
  text-align: center;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.blog-posts-section {
  padding: 130px 15px;
}

.blog-posts-main {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-post {
  grid-row-gap: 35px;
  flex-flow: column;
  display: flex;
}

.blog-image {
  position: relative;
  overflow: hidden;
}

.blog-text {
  grid-row-gap: 15px;
  text-transform: capitalize;
  flex-flow: column;
  max-width: 350px;
  display: flex;
}

.blog-details {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px 40px;
}

.blog-details-heading {
  max-width: 1115px;
  margin-bottom: 40px;
}

.nav-two-list-item {
  background-image: none;
  margin-bottom: 0;
  padding-left: 0;
}

.contact-hero {
  background-image: url('../images/contact-banner-backdrop_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
  padding: 160px 15px 170px;
}

.contact-hero-text {
  text-align: center;
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
}

.contact-information {
  padding: 102px 15px 0;
}

.contact-information-heading {
  grid-row-gap: 15px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 790px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-information-details {
  border-top: 1px solid var(--ruddy-pink);
  justify-content: space-between;
  display: flex;
}

.contact-information-link {
  text-align: center;
  flex: 1;
  padding: 60px 45px;
}

.contact-information-link.border {
  border-right: 1px solid var(--ruddy-pink);
  border-left: 1px solid var(--ruddy-pink);
}

.contact-icon {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  min-height: 75px;
  margin-bottom: 30px;
}

.contact-form {
  background-color: #fff9f8;
  padding: 1px 15px 130px;
}

.contact-form-main {
  background-color: var(--white);
  margin-top: 0;
  padding: 50px 60px 45px;
  display: none;
  box-shadow: 0 4px 46px #d6d6d640;
}

.contact-form-field {
  flex: 1;
}

.contact-form-field-flex-block {
  grid-column-gap: 35px;
}

.contact-form-description {
  flex: 1;
  max-width: 570px;
}

.contact-form-heading {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  margin-bottom: 30px;
}

.contact-form-text-field {
  color: #5e6265;
  border: 1px solid #cfd0d1;
  margin-top: 20px;
  margin-bottom: 22px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Jost, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.contact-form-text-field::placeholder {
  color: #5e6265;
  font-family: Jost, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.contact-form-text-field.message {
  margin-bottom: 60px;
  padding-bottom: 80px;
}

.contact-form-button {
  justify-content: center;
  align-items: flex-start;
}

.blog-image-overlay {
  background-color: #de968d99;
  border-radius: 100%;
  width: 200%;
  height: 200%;
  position: absolute;
  inset: 0%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-wrap.passwod-protected {
  justify-content: flex-start;
  align-items: center;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-content.password-protected {
  background-color: #ffebe9;
  justify-content: center;
  width: 50%;
  height: 100vh;
  margin-bottom: 0;
  padding: 60px 100px;
}

.utility-page-content.page-not-found {
  align-items: center;
  width: 1172px;
  padding-left: 22px;
  padding-right: 22px;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.password-text-field {
  color: var(--primary-color);
  text-align: center;
  border: 1px solid #0000;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 27px 15px;
  font-family: Jost, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.password-text-field::placeholder {
  color: var(--primary-color);
  text-align: center;
  font-family: Jost, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.border-line-page-not-found {
  background-color: var(--black);
  width: 100%;
  height: 2px;
  margin-top: 60px;
  margin-bottom: 30px;
}

.text-opacity-zero {
  opacity: 0;
}

.checkout-hero-section {
  background-color: #ffebe9;
  padding-top: 100px;
  padding-bottom: 100px;
}

.get-in-touch-block {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.style-guide-for-typography {
  padding: 115px 15px 120px;
}

.heading-block-three {
  margin-bottom: 3.4rem;
}

.default-container {
  max-width: 1290px;
}

.tabs {
  flex-flow: column-reverse;
  display: flex;
}

.product-details-tabs-menu {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.shop-tab-link {
  background-color: #ddd0;
  padding: 0;
  box-shadow: 0 2px 50px #00000014;
}

.shop-tab-link.w--current {
  background-color: #fff;
}

.shop-products-list-button-wrap {
  color: var(--primary-color);
  text-align: center;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.shop-products-list-button-wrap.shop-details {
  border-bottom: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}

.password-protected-image {
  width: 100%;
  height: 100vh;
}

.password-protected-image-wrap {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  display: flex;
}

.shop-product-hover-image {
  position: absolute;
  inset: 0%;
}

.cart {
  z-index: 9999;
}

.counter-box {
  justify-content: center;
  align-items: flex-start;
  height: 150px;
  overflow: hidden;
}

.counter-box.heading-two-box {
  height: 55px;
}

.heading-two-counter {
  color: var(--primary-color);
  letter-spacing: -.9px;
  font-family: Jost, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 55px;
}

.counter {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.counter-train {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.footer-two-bottom-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.chnage-padding {
  margin-left: 0;
}

.footer-logo {
  color: var(--white);
  flex: none;
  font-size: 28px;
}

.footer-logo.w--current {
  color: var(--white);
  font-size: 28px;
}

.div-block {
  padding-left: 100px;
  padding-right: 100px;
}

.about_hero {
  background-image: url('../images/contact-banner-backdrop_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
  padding: 160px 15px 170px;
}

.service-pricing {
  color: var(--black);
  background-color: #fff;
  padding: 130px 15px;
}

.div-block-2 {
  padding-top: 100px;
}

.blog-h1 {
  color: #11171b;
  font-size: 48px;
  line-height: 100%;
}

.paypal-logo {
  padding-top: 40px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mx-auto.pt-20px {
  padding-top: 20px;
}

.heading-2 {
  font-size: 30px;
}

.demo-img {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.home-one-services-block-copy {
  text-align: center;
  flex: 1;
  margin-top: 60px;
  padding: 20px;
  transition: all .6s, background-color .2s;
}

.home-one-services-block-copy:hover {
  background-color: #fff;
  box-shadow: 0 10px 50px 10px #fdedec80;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.bricks {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  column-count: 3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (min-width: 1280px) {
  a {
    color: var(--secondary-color);
  }

  .home-one-spa-text {
    flex: 0 auto;
  }

  .header-one-nav-flex-block {
    grid-column-gap: 206px;
  }

  .what-we-re-good-points-text {
    max-width: 700px;
  }

  .header-one-logo-and-menu {
    grid-column-gap: 185px;
  }

  .home-one-spa-main {
    grid-column-gap: 110px;
  }

  .home-two-massages-flex-block {
    grid-column-gap: 140px;
  }

  .home-two-spa-rituals {
    padding-bottom: 120px;
  }

  .footer-two-main {
    grid-column-gap: 145px;
  }

  .home-two-massages-items {
    grid-column-gap: 50px;
  }

  .home-two-spa-rituals-main {
    grid-column-gap: 140px;
  }

  .home-two-spa-rituals-image {
    flex: 0 auto;
  }

  .header-two-container {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
  }

  .home-two-spa-sanctuary-text {
    flex: 0 auto;
  }

  .home-two-counter-section-heading {
    text-align: center;
  }

  .header-two-flex-block {
    grid-column-gap: 400px;
  }

  .header-three-flex-block {
    grid-column-gap: 85px;
  }

  .service-luxury-spa-title {
    border-bottom: 1px solid #7e7e7e;
    padding-bottom: 10px;
  }

  .service-luxury-spa-points-tick-mark {
    border: 1px solid #fff;
    border-radius: 100%;
    width: 33px;
    height: 33px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .service-luxury-spa-main {
    grid-column-gap: 110px;
  }

  .shop-products-main {
    display: flex;
  }

  .shop-product-details-item {
    grid-column-gap: 100px;
  }

  .shop-product-details-item-image {
    flex: 0 auto;
  }
}

@media screen and (min-width: 1440px) {
  .home-two-massages-flex-block {
    grid-column-gap: 160px;
  }

  .home-two-hero-left-image {
    display: block;
  }

  .header-two-logo {
    justify-content: center;
    align-items: center;
  }

  .contact-hero {
    background-image: url('../images/contact-banner-backdrop_1.avif');
    margin-top: 0;
  }

  .footer-logo {
    justify-content: center;
    align-items: center;
  }

  .about_hero {
    background-image: url('../images/contact-banner-backdrop_1.avif');
    margin-top: 0;
  }
}

@media screen and (min-width: 1920px) {
  .text-white {
    margin-top: 0;
  }

  .footer-one {
    background-image: linear-gradient(155deg, #323b46 52%, #de968d 100%, #323b46 100%, #cc8c86);
  }

  .header-one-button {
    z-index: 2;
  }

  .service-luxury-spa-image-bottom {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
    line-height: 26px;
  }

  h1 {
    font-size: 55px;
    line-height: 65px;
  }

  h2 {
    font-size: 45px;
    line-height: 55px;
  }

  h3 {
    font-size: 28px;
    line-height: 38px;
  }

  h4 {
    font-size: 22px;
    line-height: 32px;
  }

  h5 {
    font-size: 20px;
    line-height: 30px;
  }

  h6 {
    font-size: 18px;
    line-height: 28px;
  }

  .heading-three {
    font-size: 28px;
    line-height: 38px;
  }

  .home-one-spa-text {
    text-align: center;
  }

  .header-one-nav-flex-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .what-we-re-good-points {
    grid-column-gap: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .what-we-re-good-points-description {
    flex: 1;
  }

  .header-one-dropdown {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .button {
    z-index: 0;
    font-size: 15px;
    line-height: 25px;
  }

  .button.responsive-display-none {
    display: none;
  }

  .what-we-re-good-points-text {
    grid-column-gap: 50px;
    width: auto;
  }

  .home-one-spa-packages {
    padding-top: 40px;
    padding-bottom: 48px;
  }

  .heading-five {
    font-size: 20px;
    line-height: 30px;
  }

  .header-one-navbar {
    z-index: 9999;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .home-one-spa {
    padding-top: 100px;
    padding-bottom: 30px;
  }

  .home-one-services-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-four {
    font-size: 22px;
    line-height: 32px;
  }

  .home-one-spa-main {
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .home-one-services-heading {
    margin-bottom: 30px;
  }

  .header-one {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-font.text-white {
    text-align: left;
  }

  .home-one-services {
    padding-bottom: 60px;
  }

  .margin-bottom-fifty {
    margin-bottom: 30px;
  }

  .nav-menu {
    z-index: 9999;
    background-color: var(--primary-color);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100vw;
    height: 100vh;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .footer-one-bottom-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-color: #00000080;
    flex-flow: wrap-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .footer-menu-links {
    grid-column-gap: 30px;
  }

  .footer-one-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
  }

  .footer-one {
    padding-top: 58px;
  }

  .footer-one-bottom {
    border-top-width: 0;
  }

  .footer-one-social-icons {
    border-color: var(--white);
  }

  .footer-one-title {
    padding-bottom: 40px;
  }

  .footer-one-appointment-flex-block {
    justify-content: center;
    align-items: center;
  }

  .header-one-button {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    align-items: center;
  }

  .heading-six {
    font-size: 18px;
    line-height: 28px;
  }

  .home-two-massages-flex-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: flex-start;
  }

  .home-two-spa-rituals {
    padding-top: 62px;
    padding-bottom: 60px;
  }

  .home-three-layout-one, .home-two-massages-image {
    width: 100%;
  }

  .home-two-spa-rituals-points {
    text-align: left;
  }

  .footer-two-bottom {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-two-main {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 70px;
    display: grid;
  }

  .home-two-hero-right-side {
    padding: 160px 15px 120px;
  }

  .landing-home-grid {
    margin-top: 50px;
  }

  .home-two-spa-rituals-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .home-two-spa-rituals-text {
    max-width: none;
  }

  .home-two-counter-section {
    padding-top: 0;
    padding-bottom: 64px;
  }

  .landing-home-marquee {
    margin-top: 50px;
  }

  .footer-two {
    padding-top: 70px;
  }

  .home-two-massages {
    padding-top: 43px;
    padding-bottom: 63px;
  }

  .home-two-massages-text, .home-two-spa-rituals-image {
    width: 100%;
  }

  .home-two-spa-experience {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-three-layout-four {
    width: 100%;
  }

  .header-two-nav-menu {
    grid-row-gap: 20px;
    background-color: var(--white);
    border-top: 1px solid #dcdcdc;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100vw;
    height: 100vh;
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-two-navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .home-three-layout-three {
    width: 100%;
  }

  .home-two-hero-left-side {
    background-size: 200px 490px, auto;
  }

  .home-three-layout {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .home-three-layout-two {
    width: 100%;
  }

  .counter-wrapper {
    grid-column-gap: 30px;
  }

  .home-two-spa-sanctuary {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-two-massages-main {
    grid-row-gap: 40px;
  }

  .home-two-massages-text-description {
    max-width: none;
  }

  .home-two-spa-sanctuary-main {
    grid-column-gap: 50px;
  }

  .home-two-spa-sanctuary-main.flex-right.pt-40 {
    justify-content: flex-start;
  }

  .navmenu__flex-container {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .navmenu__link-list {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .link-list__dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .icon.white {
    margin-left: 0;
    position: static;
  }

  .dropdown-link:hover {
    transform: translate(0);
  }

  .responsive-image-height-auto {
    height: auto;
  }

  .footer-two-description {
    margin-top: 23px;
    margin-bottom: 25px;
  }

  .scrolling-banner-text {
    font-size: 200px;
  }

  .footer-three-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: flex-start;
    padding-bottom: 70px;
  }

  .header-three-navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .footer-three {
    padding-top: 60px;
  }

  .header-three-dropdown {
    grid-column-gap: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .header-three-dropdown.chnage-padding {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .home-two-layout-main {
    width: 100%;
  }

  .faq-answer {
    max-width: none;
  }

  .questions-box {
    text-align: left;
  }

  .about-review-slider-mask {
    max-width: 75%;
  }

  .about-review {
    padding-top: 45px;
    padding-bottom: 60px;
  }

  .about-review.py-60px {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .header-two-cart-and-button-flex-block {
    grid-column-gap: 25px;
  }

  .header-three-nav-menu {
    background-color: var(--primary-color);
    flex-flow: column;
    width: 100%;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-two {
    font-size: 45px;
    line-height: 55px;
  }

  .service-hero {
    padding-top: 130px;
    padding-bottom: 70px;
  }

  .heading-one {
    font-size: 50px;
    line-height: 60px;
  }

  .service-review {
    padding-top: 44px;
    padding-bottom: 58px;
  }

  .service-luxury-spa-main {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: flex-start;
  }

  .service-hero-heading-flex-block-one {
    justify-content: center;
  }

  .service-luxury-spa {
    padding-top: 64px;
    padding-bottom: 70px;
  }

  .service-luxury-spa-image {
    width: 100%;
  }

  .footer-two-links-heading {
    margin-top: 32px;
  }

  .service-hero-heading-flex-block-two {
    justify-content: center;
  }

  .shop-products-heading {
    text-align: center;
    margin-bottom: 26px;
  }

  .shop-products-main {
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .cart-button {
    padding-top: 0;
    padding-bottom: 0;
  }

  .shop-product-details-item {
    grid-column-gap: 50px;
  }

  .shop-details-hero {
    margin-top: 68px;
    padding-top: 50px;
    padding-bottom: 72px;
  }

  .shop-product-details {
    padding-top: 70px;
  }

  .shop-product-details-information {
    grid-row-gap: 0px;
    margin-top: 30px;
  }

  .shop-details-products {
    padding-top: 32px;
    padding-bottom: 30px;
  }

  .shop-details-products.categories {
    margin-top: 68px;
  }

  .quantity {
    height: 45px;
  }

  .responsive-image-full-width {
    width: 100%;
    height: 100%;
  }

  .blog-posts-section {
    padding-top: 70px;
    padding-bottom: 62px;
  }

  .blog-posts-main {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .blog-details {
    padding-top: 115px;
    padding-bottom: 20px;
  }

  .contact-hero {
    margin-top: 68px;
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .contact-information {
    padding-top: 44px;
    padding-bottom: 485px;
  }

  .contact-information-heading {
    margin-bottom: 30px;
  }

  .contact-form {
    padding-bottom: 60px;
  }

  .contact-form-heading {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .contact-form-text-field {
    font-size: 17px;
    line-height: 27px;
  }

  .utility-page-content.password-protected {
    width: 60%;
  }

  .utility-page-content.page-not-found {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .checkout-hero-section {
    padding-top: 120px;
  }

  .style-guide-for-typography {
    padding-top: 65px;
    padding-bottom: 70px;
  }

  .heading-block-three {
    margin-bottom: 3.3rem;
  }

  .product-details-tabs-menu {
    justify-content: flex-start;
    align-items: center;
    padding-top: 40px;
  }

  .shop-tab-link {
    flex: 1;
  }

  .shop-products-list-button-wrap, .shop-product-hover-image {
    display: none;
  }

  .counter-box {
    height: 100px;
  }

  .counter-box.heading-two-box {
    height: 45px;
  }

  .heading-two-counter {
    letter-spacing: -.7px;
    font-size: 35px;
    line-height: 45px;
  }

  .menu-button-new {
    padding: 0;
  }

  .menu-button-new.w--open {
    background-color: #c8c8c800;
  }

  .menu-button-line {
    background-color: var(--white);
    width: 21.28px;
    height: 2px;
    margin-bottom: 6px;
    padding: 0;
  }

  .menu-button-line.top-line.black, .menu-button-line.middile-line.black {
    background-color: var(--black);
  }

  .menu-button-line.bottom-line {
    width: 11px;
  }

  .menu-button-line.bottom-line.black {
    background-color: var(--black);
  }

  .about_hero {
    margin-top: 68px;
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .service-pricing {
    padding-top: 43px;
    padding-bottom: 63px;
  }

  .demo-img {
    max-width: 60%;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 25px;
  }

  h1 {
    font-size: 42px;
    line-height: 52px;
  }

  h2 {
    font-size: 36px;
    line-height: 46px;
  }

  h3 {
    font-size: 24px;
    line-height: 34px;
  }

  h4 {
    font-size: 25px;
    line-height: 35px;
  }

  li {
    background-position: 0 20%;
  }

  .heading-three {
    font-size: 24px;
    line-height: 34px;
  }

  .what-we-re-good-points {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .what-we-re-good-points-description {
    margin-top: 10px;
  }

  .button {
    padding-left: 35px;
    padding-right: 35px;
  }

  .what-we-re-good-points-text {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
  }

  .home-one-spa-packages {
    padding-bottom: 43px;
  }

  .home-one-spa {
    padding-top: 100px;
  }

  .home-one-services-main.grid, .home-one-services-main.grid-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .service-three-counter-main {
    justify-content: center;
    align-items: center;
  }

  .home-one-spa-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .footer-one-get-in-touch {
    grid-row-gap: 15px;
    text-align: center;
  }

  .footer-one-address {
    border-left-width: 0;
  }

  .footer-one-email-link {
    margin-top: 20px;
  }

  .footer-one-bottom-main {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    align-items: center;
  }

  .footer-menu-links {
    grid-column-gap: 20px;
  }

  .footer-one-main {
    flex-flow: column;
    justify-content: center;
  }

  .footer-one-help {
    text-align: center;
    max-width: none;
  }

  .footer-bottom-text {
    font-size: 15px;
    line-height: 25px;
  }

  .home-two-massages-items-block {
    width: 100%;
  }

  .home-two-massages-image {
    height: 400px;
  }

  .footer-two-main {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 55px;
  }

  .home-two-hero-right-side {
    flex-basis: 100%;
    padding-top: 110px;
    padding-bottom: 70px;
  }

  .home-two-massages-items {
    flex-flow: column;
    margin-top: 20px;
  }

  .home-two-massages {
    padding-top: 45px;
  }

  .home-two-spa-rituals-image {
    height: 500px;
  }

  .spa-sanctuary-tag {
    justify-content: center;
    align-items: center;
  }

  .header-two-logo {
    flex: 0 auto;
    padding-left: 0;
  }

  .spa-sanctuary-tag-line {
    width: 50px;
  }

  .home-two-hero-left-side {
    background-size: contain, auto;
    display: none;
  }

  .home-three-layout {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .counter-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
    display: grid;
  }

  .home-two-massages-text-description {
    margin-left: auto;
    margin-right: auto;
  }

  .home-two-spa-sanctuary-main {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .home-two-spa-sanctuary-text {
    text-align: center;
    max-width: none;
  }

  .header-two-flex-block {
    grid-column-gap: 50px;
  }

  .scrolling-banner-text {
    font-size: 120px;
  }

  .footer-three-contact-links-wrap {
    margin-top: 40px;
  }

  .footer-three-title {
    grid-row-gap: 30px;
  }

  .question-title {
    grid-column-gap: 50px;
  }

  .about-review-slider-mask {
    max-width: 90%;
  }

  .about-review.py-60px {
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-review-left-arrow {
    display: none;
    inset: 70% 0% 0% -15%;
  }

  .about-review-slider {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 0;
  }

  .about-review-right-arrow {
    display: none;
    inset: 70% -15% 0% 0%;
  }

  .header-two-cart-and-button-flex-block {
    grid-column-gap: 10px;
  }

  .heading-two {
    font-size: 36px;
    line-height: 46px;
  }

  .heading-one {
    font-size: 35px;
    line-height: 45px;
  }

  .service-review {
    padding-bottom: 53px;
  }

  .service-review-slider {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 0;
  }

  .service-hero-heading-line {
    display: none;
  }

  .service-hero-heading-flex-block-one {
    margin-bottom: 10px;
  }

  .footer-two-links-heading {
    margin-top: 0;
  }

  .service-hero-heading-flex-block-two {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    align-items: center;
    margin-bottom: 10px;
  }

  .shop-product-list-about {
    padding-left: 15px;
    padding-right: 15px;
  }

  .shop-poduct-list-sale-tag {
    top: 20px;
    left: 20px;
  }

  .shop-product-image {
    align-items: flex-start;
  }

  .header-three-button-cart {
    grid-column-gap: 20px;
  }

  .shop-product-details-item-about {
    max-width: none;
  }

  .shop-product-details-item {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    align-items: flex-start;
  }

  .shop-product-details-item-image {
    width: 100%;
  }

  .shop-details-hero-heading {
    text-align: center;
  }

  .blog-details-heading {
    margin-bottom: 30px;
  }

  .contact-information {
    padding-bottom: 460px;
  }

  .contact-information-heading {
    margin-bottom: 0;
  }

  .contact-information-details {
    border-top-width: 0;
    flex-flow: column;
  }

  .contact-information-link {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .contact-information-link.border {
    border-width: 1px 0;
    border-top-style: solid;
    border-top-color: var(--ruddy-pink);
    border-bottom-style: solid;
    border-bottom-color: var(--ruddy-pink);
  }

  .contact-form-main {
    padding: 30px 40px 25px;
  }

  .contact-form-field {
    width: 100%;
  }

  .contact-form-field-flex-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .contact-form-text-field {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 16px;
    line-height: 26px;
  }

  .contact-form-text-field.message {
    margin-bottom: 40px;
  }

  .utility-page-content.password-protected {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }

  .product-details-tabs-menu {
    padding-top: 30px;
  }

  .shop-tab-link {
    flex: 0 auto;
  }

  .password-protected-image-wrap {
    display: none;
  }

  .counter-box {
    height: 70px;
  }

  .counter-box.heading-two-box {
    height: 35px;
  }

  .heading-two-counter {
    letter-spacing: -.5px;
    font-size: 25px;
    line-height: 35px;
  }

  .footer-two-bottom-wrapper {
    flex-flow: column;
  }

  .footer-logo {
    flex: 0 auto;
    padding-left: 0;
  }

  .service-pricing {
    padding-top: 45px;
  }

  .bricks {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 35px;
    line-height: 45px;
  }

  h2 {
    font-size: 30px;
    line-height: 40px;
  }

  h3 {
    font-size: 26px;
    line-height: 36px;
  }

  h4 {
    font-size: 24px;
    line-height: 34px;
  }

  .heading-three {
    font-size: 26px;
    line-height: 36px;
  }

  .what-we-re-good-points-text {
    flex-flow: column;
  }

  .home-one-spa-packages-heading {
    text-align: left;
  }

  .heading-five {
    font-size: 18px;
    line-height: 28px;
  }

  .text-white {
    text-align: left;
  }

  .home-one-services-main {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .home-one-services-main.grid, .home-one-services-main.grid-gallery {
    grid-template-columns: 1fr;
  }

  .heading-four {
    font-size: 24px;
    line-height: 34px;
  }

  .home-one-spa-images-one {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .home-one-services-block {
    padding-top: 30px;
    padding-bottom: 12px;
  }

  .home-one-services-block:hover {
    box-shadow: none;
  }

  .footer-one-get-in-touch, .footer-one-help {
    text-align: center;
  }

  .footer-one-appointment-flex-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .book-appointment-link {
    grid-row-gap: 10px;
  }

  .heading-six {
    font-size: 17px;
    line-height: 27px;
  }

  .home-two-massages-items-block {
    width: 100%;
  }

  .home-two-massages-image {
    height: 280px;
  }

  .footer-two-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .home-two-massages-items {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 33px;
    margin-bottom: 23px;
  }

  .home-two-massages-text {
    text-align: left;
  }

  .home-two-spa-rituals-image {
    height: 380px;
  }

  .spa-sanctuary-tag-line {
    display: none;
  }

  .counter-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .home-two-spa-sanctuary-main {
    padding-top: 0;
    padding-left: 0;
  }

  .home-two-spa-rituals-points-flex-block {
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .scrolling-banner-text {
    font-size: 80px;
  }

  .footer-three-main {
    flex-flow: column;
  }

  .about-review.py-60px {
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-review-left-arrow, .about-review-right-arrow {
    top: 72%;
  }

  .heading-two {
    font-size: 30px;
    line-height: 40px;
  }

  .service-luxury-spa-points:hover {
    padding-left: 20px;
  }

  .service-luxury-spa-image-bottom {
    display: none;
  }

  .service-hero-heading-flex-block-two {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .shop-products-main {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .header-three-button-cart {
    grid-column-gap: 15px;
  }

  .quantity {
    width: 90px;
  }

  .blog-posts-main {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .blog-text {
    text-align: center;
    max-width: none;
  }

  .contact-form-main {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-form-text-field {
    margin-top: 10px;
    margin-bottom: 12px;
  }

  .utility-page-content.password-protected {
    padding-left: 25px;
    padding-right: 25px;
  }

  .product-details-tabs-menu {
    grid-column-gap: 15px;
    flex-flow: wrap;
  }

  .shop-tab-link {
    flex: 1;
  }

  .div-block {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-2 {
    padding-top: 60px;
  }

  .heading {
    font-size: 24px;
  }

  .text-block, .text-block-2, .text-block-3 {
    text-align: right;
  }

  .demo-img {
    max-width: 100%;
  }

  .home-one-services-block-copy {
    padding-top: 30px;
    padding-bottom: 12px;
  }

  .home-one-services-block-copy:hover {
    box-shadow: none;
  }

  .bricks {
    grid-template-columns: 1fr;
  }
}

#w-node-_32711a23-dd4a-d212-6d27-893b71929cd4-94333a92, #w-node-_32711a23-dd4a-d212-6d27-893b71929cd5-94333a92, #w-node-_32711a23-dd4a-d212-6d27-893b71929cda-94333a92, #w-node-_32711a23-dd4a-d212-6d27-893b71929cdf-94333a92, #w-node-_32711a23-dd4a-d212-6d27-893b71929ce4-94333a92, #w-node-_32711a23-dd4a-d212-6d27-893b71929ccb-94333a92 {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-_32711a23-dd4a-d212-6d27-893b71929cd5-94333a92 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_32711a23-dd4a-d212-6d27-893b71929cda-94333a92 {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_32711a23-dd4a-d212-6d27-893b71929cdf-94333a92 {
    grid-column: 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_32711a23-dd4a-d212-6d27-893b71929cd5-94333a92 {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-_32711a23-dd4a-d212-6d27-893b71929cda-94333a92 {
    grid-row: 3 / 4;
    grid-column-end: 3;
  }

  #w-node-_32711a23-dd4a-d212-6d27-893b71929cdf-94333a92 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_32711a23-dd4a-d212-6d27-893b71929ce4-94333a92 {
    grid-column-end: 3;
  }
}


