.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
}

.image {
  width: 14vh;
  height: 14vh;
  margin-top: 10px;
  border-radius: 50%;
  box-shadow: 14px 14px 60px -20px rgba(0, 0, 0, 0.2);
}

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url('../images/bg-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section.s {
  height: auto;
  padding-top: 20vh;
  padding-bottom: 15vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.section.s.t {
  background-image: none;
}

.section.hide {
  display: none;
}

.section.main {
  display: block;
  height: 520px;
  background-image: url('../images/bg-4.jpg');
  background-position: 50% 45%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container {
  max-width: 1200px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 0.9vw;
  line-height: 1.5;
  font-weight: 600;
}

.nav-link:hover {
  border-radius: 35px;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  color: #000;
}

.nav-link.w--current {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #878889;
}

.body {
  font-family: Montserrat, sans-serif;
  font-size: 0.9vw;
  line-height: 1.5;
  font-weight: 500;
}

.body.services {
  background-image: url('../images/bg-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.left-div {
  position: relative;
  width: 60%;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.left-div.s {
  display: none;
}

.right-div {
  width: 40%;
  background-image: url('../images/BG-main-blur.jpg');
  background-position: 0% 50%;
  background-size: cover;
  opacity: 0.9;
}

.right-div.s {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  height: 100vh;
  background-image: url('../images/bg-3.jpg');
  background-position: 50% 50%;
}

.right-div.s._1 {
  background-image: url('../images/feet.jpg');
  background-position: 0% 50%;
}

.right-div.s._2 {
  background-image: url('../images/package.jpg');
}

.right-div.s._3 {
  background-image: url('../images/extras.jpg');
}

.right-div.s._4 {
  background-image: url('../images/waxing.jpg');
}

.right-div.s._5 {
  background-image: url('../images/back.jpg');
}

.right-div.s._6 {
  background-image: url('../images/eyelash.jpg');
}

.right-div.s._7 {
  background-image: url('../images/group.jpg');
}

.right-div.s.t {
  width: 100vw;
  height: 120vh;
}

.right-div.s._9 {
  background-image: url('../images/skincare.jpg');
  background-position: 50% 50%;
}

.right-div.s._10 {
  background-image: url('../images/microblading.jpg');
}

.right-div.s.threading {
  background-image: url('../images/threading.jpg');
  background-position: 50% 50%;
}

.right-div.s.spa {
  background-image: url('../images/spa.jpg');
}

.right-div.hide {
  background-image: url('../images/BG-main-blur.jpg');
  opacity: 0.9;
}

.header-sec {
  position: static;
  left: 15vw;
  top: 18vh;
  right: 0%;
  bottom: auto;
  display: none;
  width: 70vw;
  height: 70vh;
  color: #d784a0;
}

.header-sec.s {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 70vh;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-2 {
  display: none;
  width: 50%;
  padding-right: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-2.s {
  position: -webkit-sticky;
  position: sticky;
  top: 20vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-top: 5vh;
  padding-right: 5vw;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.div-block-2._1 {
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-3 {
  width: 50%;
  background-image: url('../images/image_6483441.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 14px 14px 101px -20px rgba(0, 0, 0, 0.4);
}

.div-block-3.s {
  width: 60%;
  background-image: none;
  background-size: auto;
  box-shadow: none;
}

.div-block-3.s.spa {
  width: 100%;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 430px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: hsla(0, 0%, 100%, 0.8);
  box-shadow: 14px 14px 60px -20px rgba(0, 0, 0, 0.4);
}

.heading {
  margin-bottom: 0px;
  font-family: 'Playfair Display', sans-serif;
  color: #000;
  font-size: 3vw;
  line-height: 1.5;
  font-weight: 400;
}

.heading.white._2 {
  display: none;
}

.text-span {
  font-family: 'Marck Script', sans-serif;
  color: #c9ad7b;
  font-size: 4.2vw;
  line-height: 1.2;
}

.paragraph {
  margin-top: 10px;
  margin-bottom: 40px;
  color: #000;
  font-size: 1.1vw;
  font-weight: 400;
}

.paragraph.white {
  color: #000;
}

.button {
  background-color: #c9ad7b;
}

.button.large {
  padding: 20px 40px;
  background-color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 1vw;
  font-weight: 600;
}

.button-div {
  width: 80%;
  padding: 22px 45px 20px 40px;
  background-color: #f198b4;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
}

.button-div:hover {
  background-color: #333;
  box-shadow: 28px 28px 50px -30px rgba(0, 0, 0, 0.3);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.text-block {
  margin-bottom: 0px;
  font-size: 1.02vw;
  font-weight: 800;
}

.text-block.color {
  color: #c9ad7b;
}

.link {
  color: #fff;
  font-size: 0.9vw;
  text-decoration: none;
}

.section-2 {
  padding-top: 140px;
  padding-bottom: 200px;
}

.section-2.s {
  position: relative;
  padding-top: 180px;
  padding-bottom: 0px;
}

.section-2.s.c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  margin-top: 20vh;
  padding-top: 0vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bg-2.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.section-2.s.t {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.section-2._1 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: none;
  background-position: 0px 0px;
}

.section-2._1.g {
  margin-top: 220px;
  padding-top: 0px;
}

.section-2._2 {
  padding-bottom: 140px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.brand {
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  background-color: transparent;
}

.title-box {
  max-width: 70vw;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  text-align: center;
}

.title-box._1 {
  margin-bottom: 100px;
}

.big-title {
  margin-bottom: 40px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 4.2vw;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
}

.big-title.white {
  margin-top: 0px;
  margin-bottom: 60px;
  color: #e7e7e7;
}

.big-title._1 {
  margin-bottom: 40px;
}

.big-title.g {
  margin-bottom: 40px;
}

.text-span-2 {
  font-family: 'Marck Script', sans-serif;
  color: #8a6c2e;
}

.div-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 70vw;
  margin-right: auto;
  margin-left: auto;
}

.div-cont.s {
  max-width: 100vw;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-image: url('../images/bg-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-cont.s.g {
  width: 70vw;
}

.div-cont.s._w-bg {
  background-image: url('../images/bg-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-w {
  position: relative;
  width: 25%;
  height: 25vw;
  background-image: url('../images/16.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.service-w._2 {
  background-image: url('../images/feet.jpg');
  background-position: 30% 50%;
}

.service-w._3 {
  background-image: url('../images/package.jpg');
  background-position: 50% 50%;
}

.service-w._4 {
  background-image: url('../images/extras.jpg');
}

.service-w._5 {
  background-image: url('../images/waxing.jpg');
}

.service-w._6 {
  background-image: url('../images/back.jpg');
}

.service-w._7 {
  background-image: url('../images/group.jpg');
  background-position: 100% 50%;
}

.service-w._8 {
  background-image: url('../images/eyelash.jpg');
}

.service-w.small {
  width: 25%;
}

.service-w._9.small {
  background-image: url('../images/skincare.jpg');
}

.service-w._10.small {
  background-image: url('../images/microblading.jpg');
}

.service-w._11.small {
  background-image: url('../images/threading.jpg');
}

.service-w._12.small {
  background-image: url('../images/spa.jpg');
}

.div-block-4 {
  position: absolute;
  left: auto;
  top: auto;
  right: 6%;
  bottom: 8%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.heading-2 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 2vw;
  line-height: 1.5;
  text-align: right;
}

.heading-2.white {
  color: #fff;
}

.button-2 {
  padding: 0.7vw 1vw;
  border-style: solid;
  border-width: 1px;
  border-color: #333;
  background-color: transparent;
  color: #333;
  font-size: 1vw;
}

.button-2.white {
  border-color: #e7e7e7;
  color: #e7e7e7;
}

.button-2.color {
  display: none;
  padding-right: 1.5vw;
  padding-left: 1.5vw;
  border-color: #c9ad7b;
  background-color: #c9ad7b;
  box-shadow: 14px 14px 60px -20px #dec089;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 0.9vw;
  font-weight: 600;
}

.button-2.color:hover {
  box-shadow: 14px 14px 40px -18px #a19173;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.button-2.color.nav-book {
  display: none;
  margin-left: 10px;
}

.footer {
  padding-top: 100px;
  padding-bottom: 60px;
  background-color: #000;
}

.footer-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 70vw;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
}

.open-hour {
  width: 25%;
}

.text-block-2 {
  margin-bottom: 16px;
  font-family: 'Playfair Display', sans-serif;
  color: #e7e7e7;
  font-size: 1.4vw;
}

.text-block-2.color {
  color: #c9ad7b;
}

.paragraph-2 {
  color: #878889;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.link-2 {
  color: #e7e7e7;
  font-size: 1vw;
  text-decoration: none;
}

.div-block-6 {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  border-right: 1px solid #878889;
}

.div-block-6.last {
  border-right-style: none;
}

.div-block-6._2 {
  padding-right: 20px;
  padding-left: 20px;
}

.copyright-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 70vw;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #333;
}

.text-block-3 {
  color: #58595b;
}

.link-3 {
  color: #878889;
  text-decoration: none;
}

.card-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2vh;
  padding: 5vh 3vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: hsla(0, 0%, 100%, 0.85);
  box-shadow: 14px 14px 60px -20px rgba(0, 0, 0, 0.4);
}

.card-w.c {
  width: 48%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.8);
}

.card-w.g {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-w._404 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-w.column {
  display: block;
}

.text-block-4 {
  color: #000;
  font-size: 1.2vw;
  font-weight: 600;
}

.text-block-5 {
  color: #000;
  font-size: 1vw;
  text-align: right;
}

.map {
  width: 100%;
  height: 60%;
}

.text-field {
  margin-bottom: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #e0e0e0;
}

.right-div-2 {
  width: 50%;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #2f3537;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.heading-3._2 {
  font-size: 2vw;
}

.bold-text {
  font-family: 'Playfair Display', sans-serif;
  color: #c9ad7b;
  font-size: 1.2vw;
  line-height: 1.2;
  font-weight: 600;
  text-transform: capitalize;
}

.div-block-11 {
  position: relative;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 60px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #e0e0e0;
  border-radius: 20px;
}

.container-full {
  width: 90%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

.heading-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.heading-section._1 {
  margin-bottom: 20px;
  padding-top: 40px;
}

.button-3 {
  padding: 12px 35px;
  border-radius: 5px;
  background-color: #33b9fd;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 0.9vw;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.button-3:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.field-label {
  margin-bottom: 10px;
  font-size: 0.9vw;
  line-height: 1.5;
}

.left-div-2 {
  width: 50%;
  padding: 100px 40px;
  background-image: url('../images/Bg1.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.section-3 {
  position: relative;
  padding: 5vw 20px 20px;
}

.section-3.no-padding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #5f993c;
  font-size: 18px;
  line-height: 28px;
}

.heading-4._2 {
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
}

.textarea {
  margin-bottom: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #e0e0e0;
}

.div-block-21 {
  width: 100%;
  height: 40%;
  background-image: url('../images/BG.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.heading-5 {
  font-family: 'Playfair Display', sans-serif;
  font-size: 3.6vw;
  line-height: 1.5;
  font-weight: 400;
}

.heading-5.white {
  color: #fff;
}

.div-block-22 {
  width: 800px;
  max-width: 90%;
  text-align: center;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block-6 {
  color: #878889;
  font-size: 1.2vw;
}

.text-block-6.white {
  color: #e7e7e7;
}

.text-block-6.dark {
  display: none;
  color: #58595b;
}

.text-block-7 {
  margin-bottom: 20px;
  font-family: 'Playfair Display', sans-serif;
  color: #c9ad7b;
  font-size: 1.4vw;
  font-weight: 400;
}

.text-block-8 {
  font-size: 1.4vw;
  font-weight: 800;
}

.image-2 {
  width: 32px;
  margin-bottom: 20px;
}

.link-4 {
  margin-top: 20px;
  color: #c9ad7b;
  font-size: 1vw;
  text-decoration: underline;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/moran-AiEL7IwzzMg-unsplash.jpg');
  background-position: 0% 0%;
  background-size: auto;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.body-2 {
  background-image: url('../images/BG-blur.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.heading-6 {
  font-family: 'Playfair Display', sans-serif;
  font-weight: 500;
}

.div-block-24 {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-span-3 {
  font-family: 'Marck Script', sans-serif;
  color: #c9ad7b;
  font-size: 4.2vw;
}

.text-span-4 {
  font-family: 'Marck Script', sans-serif;
  color: #c9ad7b;
  font-size: 4.2vw;
}

.div-block-25 {
  margin-top: 20px;
}

.image-3 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0px;
  z-index: 0;
  display: none;
  width: 600px;
}

.image-3._1 {
  display: none;
}

.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100vw;
}

.item {
  width: 360px;
  height: 360px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/BG1_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.item._1 {
  background-image: url('../images/7.jpg');
}

.item._2 {
  background-image: url('../images/2.jpg');
}

.item._3 {
  background-image: url('../images/8.jpg');
}

.item._4 {
  background-image: url('../images/5.jpg');
}

.item._5 {
  background-image: url('../images/6.jpg');
}

.item._6 {
  background-image: url('../images/9.jpg');
}

.item._7 {
  background-image: url('../images/15.jpg');
}

.item._8 {
  background-image: url('../images/4.jpg');
}

.item._9 {
  background-image: url('../images/16.jpg');
}

.image-4 {
  width: 300px;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding: 20px 40px 20px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
  box-shadow: 14px 14px 60px -20px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.link-block._1 {
  background-color: #fff;
}

.text-block-9 {
  margin-left: 20px;
  font-family: 'Playfair Display', sans-serif;
  color: #000;
  font-size: 1vw;
  text-decoration: none;
}

.image-5 {
  width: 60px;
  border-radius: 50%;
  background-color: #fff;
}

.image-5._1 {
  background-color: #f5f5f5;
}

.image-6 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  width: 40vw;
}

.team-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.team-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 100px;
  padding-bottom: 140px;
}

.team-card {
  position: relative;
  margin: 20px 0vw 40px;
  padding: 40px;
  background-color: #fff;
  box-shadow: 14px 14px 60px -20px rgba(0, 0, 0, 0.2);
  opacity: 0.85;
}

.team-card._1 {
  margin-right: 15vw;
  margin-left: 2vw;
}

.heading-7 {
  margin-bottom: 20px;
  font-family: 'Playfair Display', sans-serif;
  color: #000;
  font-size: 2vw;
  text-align: center;
}

.div-block-26 {
  position: absolute;
  left: 0px;
  top: -60px;
  right: auto;
  bottom: auto;
  width: 150px;
  height: 150px;
}

.paragraph-3 {
  color: #000;
  font-size: 1.1vw;
}

.image-7 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
}

.image-8 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -1;
}

.image-9 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  background-image: url('../images/moran-AiEL7IwzzMg-unsplash.jpg');
  background-position: 0px 0px;
  background-size: 100vw;
  background-repeat: no-repeat;
}

.div-block-27 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: -1;
  width: 100vw;
  height: 70vh;
  background-image: url('../images/bg-1.jpg');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-27.hide {
  display: none;
}

.image-10 {
  border-radius: 50%;
}

.contact-bar {
  width: 100%;
  height: 56px;
  background-color: #f3dae0;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70vw;
  height: 56px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-11 {
  width: 24px;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.text-block-10 {
  margin-left: 20px;
  color: #d87991;
  text-decoration: none;
}

.link-5 {
  margin-right: auto;
  margin-left: auto;
  color: #878889;
  font-size: 1.1vw;
  text-align: center;
}

.link-block-3 {
  display: inline-block;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  color: #878889;
  font-size: 1.1vw;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70vw;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.link-6 {
  font-family: 'PT Serif', serif;
  color: #000;
  font-size: 1.1vw;
  font-style: italic;
  font-weight: 400;
}

.image-12 {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

.image-13 {
  width: 120px;
  margin-bottom: 20px;
}

.g-img {
  width: 20%;
  height: 360px;
  background-image: url('../images/1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.paragraph-4 {
  margin-top: 10px;
  color: #000;
}

.html-embed {
  width: 100%;
  margin-bottom: 60px;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.html-embed-2 {
  margin-left: 10px;
}

.html-embed-2._2 {
  margin-left: 0px;
}

.image-14 {
  width: 60%;
}

.div-block-31 {
  background-image: url('../images/flower-2.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-15 {
  width: 40%;
  margin-bottom: 20px;
}

.image-16 {
  display: block;
  width: 240px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.right-div-3 {
  width: 40%;
  opacity: 0.9;
}

.div-block-32 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  text-align: center;
}

.text-block-11 {
  font-family: 'Playfair Display', sans-serif;
  color: #f3dae0;
  font-size: 4vw;
  font-weight: 400;
}

.image-17 {
  display: none;
}

.section-4 {
  height: 80vh;
  background-image: url('../images/BG-7.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-18 {
  display: none;
  margin-bottom: 40px;
}

.image-20 {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-bottom: 20px;
  }

  .image {
    width: 90px;
    height: 90px;
    margin-top: 20px;
  }

  .section {
    width: 100%;
    height: 760px;
  }

  .section.s {
    background-size: 500px;
  }

  .div-block {
    width: 80vw;
  }

  .nav-link {
    color: #e7e7e7;
    font-size: 16px;
  }

  .nav-link.w--current {
    color: #878889;
  }

  .body {
    font-size: 16px;
  }

  .left-div {
    background-size: 400px;
  }

  .right-div.s {
    width: 60%;
  }

  .right-div.s._1 {
    background-position: 20% 50%;
  }

  .header-sec {
    left: 10vw;
    top: 190px;
    width: 80vw;
    height: 480px;
  }

  .div-block-2 {
    padding-right: 40px;
  }

  .nav-menu {
    left: auto;
    top: 100px;
    right: 10vw;
    bottom: 0%;
    z-index: 10;
    width: 200px;
    height: 256px;
    margin-top: 0px;
    background-color: #000;
  }

  .heading {
    font-size: 36px;
  }

  .text-span {
    font-size: 50px;
  }

  .paragraph {
    margin-top: 20px;
    font-size: 16px;
  }

  .button-div {
    width: auto;
    padding-right: 30px;
    padding-left: 30px;
  }

  .text-block {
    font-size: 16px;
  }

  .link {
    font-size: 14px;
  }

  .section-2 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-2.s {
    padding-top: 150px;
  }

  .section-2.s.c {
    margin-top: 160px;
  }

  .section-2._1.g {
    margin-top: 160px;
  }

  .title-box {
    max-width: 80vw;
  }

  .big-title {
    font-size: 42px;
  }

  .big-title.white {
    margin-bottom: 60px;
  }

  .div-cont {
    max-width: 80vw;
  }

  .service-w {
    height: 240px;
  }

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

  .button-2 {
    padding: 10px 12px;
    font-size: 14px;
  }

  .button-2.color {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
  }

  .button-2.color.nav-book {
    margin-right: 10px;
    margin-left: 0px;
  }

  .footer-w {
    max-width: 80vw;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .open-hour {
    width: 50%;
    margin-bottom: 40px;
    text-align: center;
  }

  .text-block-2 {
    font-size: 20px;
  }

  .div-block-5 {
    width: 50%;
    font-size: 18px;
  }

  .link-2 {
    font-size: 18px;
  }

  .div-block-6 {
    border-left: 1px solid #58595b;
    border-right-style: none;
  }

  .div-block-6._2 {
    border-top: 1px solid #000;
    border-right-style: solid;
    border-right-color: #58595b;
    border-left-style: none;
  }

  .copyright-w {
    max-width: 80vw;
  }

  .text-block-3 {
    font-size: 14px;
  }

  .icon {
    color: #e7e7e7;
  }

  .menu-button {
    background-color: #f9afbc;
    color: #e7e7e7;
  }

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

  .card-w {
    margin-bottom: 20px;
    padding: 24px 20px;
  }

  .card-w._404 {
    padding: 40px;
  }

  .card-w.column {
    padding-right: 30px;
    padding-left: 30px;
  }

  .text-block-4 {
    margin-right: 20px;
    font-size: 18px;
  }

  .text-block-5 {
    font-size: 16px;
  }

  .map {
    height: 300px;
  }

  .right-div-2 {
    width: 100%;
  }

  .heading-3._2 {
    font-size: 32px;
  }

  .bold-text {
    font-size: 16px;
  }

  .container-full {
    max-width: 100%;
  }

  .heading-section {
    width: 450px;
  }

  .button-3 {
    font-size: 16px;
  }

  .field-label {
    font-size: 16px;
  }

  .left-div-2 {
    width: 100%;
  }

  .section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-3.no-padding {
    display: block;
  }

  .div-block-21 {
    height: 300px;
  }

  .heading-5 {
    font-size: 42px;
  }

  .text-block-6 {
    font-size: 18px;
  }

  .text-block-8 {
    font-size: 24px;
  }

  .link-4 {
    font-size: 16px;
    font-weight: 600;
  }

  .text-span-3 {
    font-size: 50px;
    line-height: 1.2;
  }

  .text-span-4 {
    font-size: 50px;
    line-height: 1.2;
  }

  .image-3 {
    left: 5%;
    bottom: -300px;
    width: 300px;
  }

  .list {
    overflow: hidden;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .item {
    width: 20%;
    height: 30vw;
  }

  .link-block._1 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-block-9 {
    font-size: 16px;
  }

  .team-card {
    padding-right: 40px;
    background-size: 180px;
    opacity: 0.95;
  }

  .heading-7 {
    font-size: 24px;
  }

  .paragraph-3 {
    color: #000;
    font-size: 16px;
  }

  .div-block-28 {
    width: 80vw;
  }

  .div-block-29 {
    width: 80vw;
  }

  .link-6 {
    font-size: 18px;
  }

  .image-13 {
    width: 100px;
  }

  .paragraph-4 {
    margin-top: 20px;
  }

  .div-block-30 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .html-embed-2 {
    margin-right: 10px;
    margin-left: 0px;
  }

  .image-15 {
    width: 200px;
  }

  .div-block-32 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 28%;
    color: #d87991;
  }

  .text-block-11 {
    color: #f3dae0;
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    height: 660px;
  }

  .section.s {
    padding-top: 180px;
    padding-bottom: 0px;
    background-size: 400px;
  }

  .div-block {
    width: 90vw;
  }

  .left-div {
    width: 80%;
    background-size: 360px;
  }

  .right-div {
    width: 20%;
    background-image: url('../images/BG-main-blur.jpg');
  }

  .right-div.s {
    top: 80px;
    width: 100%;
    height: 320px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/4.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/4.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .right-div.s._1 {
    height: 370px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/feet.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/feet.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .right-div.s._2 {
    height: 320px;
    background-image: url('../images/package.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .right-div.s._3 {
    height: 320px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/extras.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/extras.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .right-div.s._4 {
    height: 320px;
    background-image: url('../images/waxing.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/waxing.jpg'), linear-gradient(180deg, transparent, transparent);
    background-position: 50% 50%, 0px 0px;
    background-size: cover, auto;
  }

  .right-div.s._5 {
    height: 360px;
    background-image: url('../images/back.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/back.jpg'), linear-gradient(180deg, transparent, transparent);
    background-position: 50% 50%, 0px 0px;
    background-size: cover, auto;
  }

  .right-div.s._6 {
    height: 320px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/eyelash.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/eyelash.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .right-div.s._7 {
    height: 380px;
    background-image: url('../images/group.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/group.jpg'), linear-gradient(180deg, transparent, transparent);
    background-position: 50% 50%, 0px 0px;
    background-size: cover, auto;
  }

  .right-div.s._9 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/skincare.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/skincare.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .right-div.s._10 {
    height: 370px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/microblading.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/microblading.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .right-div.s.threading {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/threading.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/threading.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, auto;
  }

  .right-div.s.spa {
    height: 390px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/spa.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/spa.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .header-sec {
    left: 5vw;
    width: 90vw;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-2 {
    width: 100%;
  }

  .div-block-2.s {
    position: static;
    width: 100%;
    margin-top: 0vh;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .div-block-3 {
    display: none;
  }

  .div-block-3.s {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .nav-menu {
    right: 5vw;
  }

  .heading.white {
    border-radius: 8px;
    color: #e7e7e7;
  }

  .heading.white.hide {
    display: none;
  }

  .heading.white._2 {
    display: block;
  }

  .paragraph.white {
    color: #d7d7d7;
  }

  .button.large {
    font-size: 16px;
    line-height: 1.5;
  }

  .section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-2.s.c {
    margin-top: 160px;
  }

  .brand {
    padding-left: 0px;
  }

  .title-box {
    max-width: 90vw;
  }

  .big-title {
    margin-bottom: 20px;
  }

  .div-cont {
    max-width: 90vw;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .service-w {
    width: 50%;
  }

  .service-w.small {
    width: 50%;
  }

  .copyright-w {
    max-width: 80vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-3 {
    margin-bottom: 6px;
  }

  .card-w {
    width: 48%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card-w.g {
    width: 100%;
  }

  .card-w._404 {
    width: 80%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .card-w.column {
    width: 100%;
  }

  .heading-3._2 {
    font-size: 26px;
  }

  .bold-text {
    font-size: 16px;
  }

  .div-block-11 {
    width: 100%;
    max-width: 100%;
  }

  .heading-section {
    width: 600px;
  }

  .button-3 {
    font-size: 16px;
  }

  .field-label {
    font-size: 16px;
  }

  .section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .text-block-8 {
    font-size: 20px;
  }

  .image-3 {
    bottom: -220px;
    z-index: -1;
    width: 240px;
  }

  .item {
    width: 20%;
    height: 30vw;
  }

  .team-card {
    background-position: 90% 40px;
    opacity: 0.95;
  }

  .image-10 {
    width: 160px;
  }

  .div-block-28 {
    width: 90vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .image-11 {
    width: 20px;
  }

  .link-block-2 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .text-block-10 {
    margin-left: 10px;
    font-size: 14px;
  }

  .div-block-29 {
    width: 90vw;
    margin-top: 20px;
  }

  .right-div-3 {
    width: 20%;
    background-image: url('../images/BG-main-blur.jpg');
  }

  .image-18 {
    display: block;
    width: 240px;
    margin: 20px auto 0px;
  }

  .image-19 {
    display: none;
  }

  .image-20 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .image {
    width: 80px;
    height: 80px;
    margin-top: 6px;
  }

  .section {
    height: 880px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .section.s {
    padding-top: 140px;
    padding-bottom: 60px;
    background-size: 120%;
  }

  .section.s.t {
    padding-bottom: 0px;
  }

  .section.main {
    height: auto;
    background-position: 50% 0%;
    background-size: contain;
  }

  .nav-link {
    display: block;
  }

  .nav-link:hover {
    color: #e7e7e7;
  }

  .left-div {
    width: 90%;
  }

  .right-div {
    display: block;
    width: 100%;
    height: 200px;
    margin-top: 100px;
    background-image: url('../images/image_6483441.jpg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }

  .right-div.s {
    height: 260px;
    margin-top: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/4.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/4.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .right-div.s._1 {
    height: 460px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/feet.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/feet.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .right-div.s._2 {
    height: 260px;
  }

  .right-div.s._3 {
    height: 260px;
  }

  .right-div.s._4 {
    height: 260px;
  }

  .right-div.s._5 {
    height: 380px;
  }

  .right-div.s._6 {
    height: 320px;
  }

  .right-div.s._7 {
    height: 320px;
  }

  .right-div.s._10 {
    height: 320px;
  }

  .right-div.s.threading {
    display: block;
  }

  .right-div.s.spa {
    height: 410px;
  }

  .right-div.hide {
    display: none;
  }

  .header-sec {
    top: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .header-sec.s {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-2 {
    margin-top: 20px;
    padding-right: 0px;
  }

  .div-block-3 {
    display: block;
    width: 100%;
    height: 200px;
    background-image: none;
    background-size: auto;
    box-shadow: none;
  }

  .div-block-3.s {
    height: auto;
    margin-top: 0px;
  }

  .nav-menu {
    right: 5vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .heading {
    font-size: 36px;
  }

  .heading.white {
    color: #e7e7e7;
  }

  .paragraph.white {
    width: 250px;
    max-width: 100%;
    color: #d7d7d7;
  }

  .section-2 {
    position: relative;
    padding-top: 100px;
  }

  .section-2.s {
    padding-top: 120px;
  }

  .section-2.s.c {
    height: auto;
    margin-top: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-2._2 {
    padding-top: 60px;
    padding-bottom: 100px;
    background-image: none;
  }

  .title-box {
    margin-bottom: 60px;
  }

  .big-title {
    font-size: 32px;
  }

  .footer-w {
    max-width: 90vw;
  }

  .open-hour {
    width: 100%;
  }

  .div-block-5 {
    width: 100%;
  }

  .div-block-6 {
    margin-bottom: 40px;
    border-left-style: none;
  }

  .div-block-6._2 {
    border-right-style: none;
  }

  .copyright-w {
    max-width: 90vw;
  }

  .menu-button {
    margin-top: 0px;
    background-color: #d784a0;
  }

  .card-w {
    width: 100%;
    margin-bottom: 20px;
    padding: 30px 20px;
  }

  .card-w.c {
    width: 100%;
  }

  .card-w._404 {
    width: 90%;
  }

  .text-block-5.col {
    margin-top: 10px;
  }

  .map {
    width: 100%;
  }

  .heading-3 {
    margin-bottom: 20px;
    font-size: 40px;
  }

  .heading-3._2 {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 1.5;
  }

  .bold-text {
    font-size: 14px;
    line-height: 21px;
  }

  .div-block-11 {
    padding: 40px 20px 30px;
  }

  .container-full {
    width: 94%;
  }

  .heading-section {
    margin-bottom: 60px;
  }

  .left-div-2 {
    padding: 60px 20px;
  }

  .section-3 {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .div-block-21 {
    width: 100%;
    height: 200px;
  }

  .div-block-23 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-3 {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: none;
  }

  .image-3._1 {
    left: 20px;
    top: 50px;
    right: auto;
    bottom: auto;
    display: block;
    width: 200px;
  }

  .item {
    width: 50%;
    height: 60vw;
  }

  .link-block._1 {
    margin-top: 0px;
  }

  .team-card {
    margin-top: 0px;
    padding: 20px;
    background-position: 90% 30px;
    background-size: 150px;
    opacity: 1;
  }

  .div-block-26 {
    display: none;
  }

  .div-block-27 {
    background-position: 100% 0%;
  }

  .image-10 {
    width: 140px;
  }

  .contact-bar {
    height: 64px;
  }

  .div-block-28 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-11 {
    width: 16px;
    margin-bottom: 0px;
  }

  .link-block-2 {
    height: 26px;
  }

  .text-block-10 {
    text-align: center;
  }

  .div-block-30 {
    margin-top: 15px;
  }

  .image-14 {
    width: 80%;
  }

  .image-16 {
    width: 200px;
  }

  .right-div-3 {
    display: block;
    width: 100%;
    height: 200px;
    margin-top: 100px;
    background-position: 50% 50%;
  }

  .text-block-11 {
    font-size: 28px;
  }

  .image-17 {
    display: block;
  }

  .image-18 {
    width: 240px;
    margin-top: 60px;
    margin-bottom: 20px;
  }
}

