/*------------------------------------*\
RESET
\*------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
section, article, aside, footer, header, hgroup, nav, .h6, .h5, .h4, .h3, .h2, .h1 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  transition: 0.2s ease-in-out;
  color: inherit;
  text-decoration: none;
}

ul {
  margin: 0;
}

strong {
  font-weight: bold;
}

b {
  font-weight: 400;
}

i {
  font-style: italic;
}

button {
  border: none;
  background: none;
}

textarea {
  resize: none;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
}

div::-webkit-scrollbar {
  width: 0 !important;
}

div {
  overflow: -moz-scrollbars-none;
}

div {
  -ms-overflow-style: none;
}

button:focus {
  outline: none;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:focus, input[type=checkbox]:focus {
  outline: none;
}

textarea:focus {
  outline: none;
}

select:focus {
  outline: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

iframe {
  display: block;
  width: 100%;
  border: 0;
}

div.iframe iframe {
  position: absolute;
  top: -15px;
  left: 0;
  height: 140.5vw;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  -webkit-appearance: none;
}

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

/* defaults end */
html {
  width: 100vw;
  overflow-x: hidden;
}

body {
  font-family: "Baloo Thambi 2", system-ui;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  letter-spacing: 1px;
  color: #6B6969;
  line-height: 1;
  margin: 0;
  padding: 0;
  width: 100vw;
  overflow-x: hidden;
}
body.no-scroll {
  overflow: hidden;
}

.hamburger {
  padding: 10px 10px;
}

.hamburger.is-active:hover,
.hamburger:hover {
  opacity: 1;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  background-color: #fff;
  height: 3px;
  border-radius: 0px;
  width: 100%;
}

.hamburger-inner:before {
  top: -8px;
}

.hamburger-inner:after {
  bottom: -8px;
}

.hamburger-box {
  width: 30px;
  height: 18px;
  margin-top: 6px;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: #fff;
}

/* PAGE STYLES */
h1 {
  font-size: 70px;
  font-weight: 600;
  letter-spacing: 6px;
  text-transform: uppercase;
}

h2 {
  font-size: 55px;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
}

h3 {
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 2px;
}

h4 {
  font-size: 42px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.2;
}

h5 {
  font-size: 35px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 3px;
}
h5 b {
  font-weight: 900;
}
h5 span {
  font-size: 26px;
  letter-spacing: normal;
  text-transform: none;
}

h6 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
}
h6 span {
  display: inline-block;
  padding-top: 5px;
  text-transform: capitalize;
  font-size: 18px;
}
h6 b {
  font-weight: 700;
  text-transform: none;
}

p {
  line-height: 1.5;
}
p b {
  font-weight: 700;
}

p.large {
  font-size: 30px;
}

.mute_container {
  position: absolute;
  width: 45px;
  bottom: 30px;
  right: 2%;
  cursor: pointer;
  z-index: 5;
}
.mute_container img {
  width: 100%;
}
.mute_container .mute {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s;
  z-index: 2;
}
.mute_container.unmuted .unmute {
  opacity: 0;
}
.mute_container.unmuted .mute {
  opacity: 1;
  z-index: 1;
}

.policy_popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 60px 20px;
  background: #fff;
  z-index: 11;
  display: none;
}
.policy_popup h3 {
  margin-bottom: 40px;
}
.policy_popup h2, .policy_popup h4, .policy_popup p {
  text-align: left;
  margin-bottom: 30px;
}
.policy_popup p {
  font-size: 20px;
  margin-bottom: 30px;
  color: #000;
}
.policy_popup ul {
  list-style-type: disc;
  padding-left: 20px;
}
.policy_popup ul li {
  margin-bottom: 10px;
}
.policy_popup .main_logo {
  width: 220px;
  max-width: 50%;
  margin-bottom: 30px;
  height: 90px;
}
.policy_popup .inner_content {
  max-height: calc(100vh - 200px);
  overflow-y: scroll;
  max-width: 1350px;
  padding: 10px 20px;
  margin: 0 auto;
}
.policy_popup .inner_content::-webkit-scrollbar {
  width: 0;
  height: 8px;
}
.policy_popup .inner_content::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 9px;
}
.policy_popup .inner_content::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
.policy_popup .inner_content::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 9px;
  box-shadow: inset 0px 0px 0px 0px #F0F0F0;
}
.policy_popup .small_logo {
  margin-top: 30px;
}
.policy_popup .copyright {
  padding-top: 30px;
}
.policy_popup .copyright p {
  text-align: center;
}
.policy_popup .close_icon {
  position: absolute;
  top: 40px;
  right: 30px;
  width: 39px;
  cursor: pointer;
}

.show_message {
  text-decoration: underline;
  cursor: pointer;
}

.cookies_message {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  align-items: center;
}
.cookies_message .small_logo {
  text-align: left;
  width: 10%;
  padding: 0 40px;
}
.cookies_message .small_logo img {
  height: 60px;
  vertical-align: middle;
}
.cookies_message .text {
  width: 80%;
}
.cookies_message .text p {
  font-size: 14px;
  max-width: 1300px;
  text-align: left;
}
.cookies_message .got_it {
  width: 10%;
  padding: 0 40px;
}
.cookies_message .got_it h3 {
  text-align: right;
}
.cookies_message.accepted {
  display: none;
}

/* popup */
.popup_container {
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  z-index: 100;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}
.popup_container .popup {
  width: calc(100% - 50px);
  max-width: 1100px;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(145, 145, 145, 0.9);
  backdrop-filter: blur(10px);
  border: 9px solid #9175B2;
  border-radius: 30px;
  padding: 100px 20px;
  text-align: center;
  color: #fff;
}
.popup_container .popup h2 {
  margin-bottom: 5px;
}
.popup_container .popup h2 span {
  text-transform: lowercase;
}
.popup_container .popup h4 {
  margin-bottom: 50px;
}
.popup_container .popup .popup_close {
  position: absolute;
  width: 50px;
  top: -25px;
  right: -25px;
  cursor: pointer;
}

/* popup END */
.center-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 992px) {
  .arrow_link .arrow {
    transition: 0.3s all;
    transform: translate(-5px, 0);
  }
  .arrow_link:hover .arrow {
    transform: translate(5px, 0);
  }
}
.my_btn {
  padding: 0 25px;
  line-height: 50px;
  border-radius: 10px;
  background: #8ECEE0;
  cursor: pointer;
  white-space: nowrap;
  color: #fff;
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 3px;
  border: 2px solid #fff;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 3px 4px 3px rgba(36, 36, 36, 0.2);
  -webkit-box-shadow: 0px 3px 4px 3px rgba(36, 36, 36, 0.2);
  -moz-box-shadow: 0px 3px 4px 3px rgba(36, 36, 36, 0.2);
}
.my_btn:hover {
  box-shadow: 0px 1px 4px 3px rgba(36, 36, 36, 0.2) inset;
  -webkit-box-shadow: 0px 1px 4px 3px rgba(36, 36, 36, 0.2) inset;
  -moz-box-shadow: 0px 1px 4px 3px rgba(36, 36, 36, 0.2) inset;
}

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

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  background: url("../assets/img/gradient_bg.jpg") no-repeat center center;
  background-size: 100% auto;
  z-index: 10;
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
}
.header .logo,
.header .social {
  width: 18%;
}
.header .menu_wrapper {
  width: 52%;
}
.header .menu_wrapper ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.header .menu_wrapper ul li {
  font-size: 20px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.header .menu_wrapper ul li a {
  border-bottom: 1px solid transparent;
}
.header .menu_wrapper ul li:hover a {
  border-bottom: 1px solid #fff;
}
.header .social {
  text-align: center;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header .social img {
  max-width: 40px;
}

.hero {
  position: relative;
  color: #fff;
}
.hero .hero_slider .slick-list,
.hero .hero_slider .slick-track {
  height: 100%;
}
.hero .hero_slider .my_slide {
  height: 100%;
  width: 100%;
}
.hero .hero_slider .my_slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.hero .hero_slider .slick-dots {
  position: absolute;
  left: 2%;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 5;
}
.hero .hero_slider .slick-dots li button {
  position: relative;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 3px 4px 2px rgba(36, 36, 36, 0.2);
  -webkit-box-shadow: 0px 3px 4px 2px rgba(36, 36, 36, 0.2);
  -moz-box-shadow: 0px 3px 4px 2px rgba(36, 36, 36, 0.2);
  font-size: 0px;
  color: rgba(0, 0, 0, 0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border: 1px solid #fff;
}
.hero .hero_slider .slick-dots li.slick-active button {
  background: #A986BD;
}
.hero .container {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  height: calc(100dvh - 130px);
  z-index: 2;
}

.tagline {
  background: url("../assets/img/gradient_bg_reverse.jpg") no-repeat center center;
  background-size: 100% auto;
  color: #fff;
  text-align: center;
}

.spa_type {
  text-align: center;
}
.spa_type h6 {
  margin-bottom: 40px;
}
.spa_type .main {
  margin-bottom: 70px;
}

.faq {
  max-width: 1250px;
  margin: 0 auto;
}
.faq .item {
  position: relative;
  padding: 30px 40px;
  text-align: left;
  margin-bottom: 8px;
}
.faq .item h3, .faq .item h5 {
  position: relative;
  width: 100%;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
}
.faq .item h3::before, .faq .item h3::after, .faq .item h5::before, .faq .item h5::after {
  content: "";
  position: absolute;
  background-color: #fff;
  transition: transform 0.3s ease;
}
.faq .item h3::before, .faq .item h5::before {
  top: 50%;
  right: 0;
  width: 30px;
  height: 2px;
  transform: translateY(-50%);
}
.faq .item h3::after, .faq .item h5::after {
  top: 50%;
  right: 14px;
  width: 2px;
  height: 30px;
  transform: translateY(-50%);
}
.faq .item.open h3::after,
.faq .item.open h5::after {
  transform: translateY(-50%) rotate(90deg);
}
.faq .item .text {
  display: none;
  margin-top: 40px;
  padding: 40px;
  border: 1px solid #707070;
  background: #fff;
}
.faq .item:nth-of-type(odd) {
  background: #A986BD;
}
.faq .item:nth-of-type(even) {
  background: #8ECEE0;
}

#spa {
  background: #E8F5F9;
}
#spa .container {
  position: relative;
}
#spa .container .spa_bg {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 0;
  width: 100%;
  max-width: 85%;
  max-height: 95%;
}
#spa .container .content {
  position: relative;
  z-index: 1;
}
#spa .faq .item {
  background: #8ECEE0;
}

#services {
  background: #E8F5F9;
  position: relative;
}
#services .bubbles_1 {
  position: absolute;
  left: 4%;
  top: 5%;
}
#services .bubbles_2 {
  position: absolute;
  right: 4%;
  top: 20%;
}
#services .bubbles_3 {
  position: absolute;
  right: 4%;
  bottom: 5%;
  width: 200px;
}
#services .container {
  position: relative;
  z-index: 2;
}

#events {
  position: relative;
  background: url("../assets/img/gradient_bg.jpg") no-repeat center center;
  background-size: 100% auto;
  padding-top: 150px;
  padding-bottom: 350px;
  text-align: center;
  color: #fff;
}
#events::before {
  content: "";
  background: url("../assets/img/events_bg.svg") no-repeat center bottom;
  background-size: contain;
  height: 100%;
  position: absolute;
  right: 3%;
  bottom: 5%;
  width: 40%;
}

#benefits {
  background: #F6F3F8;
}
#benefits .services_slider {
  /* the parent */
}
#benefits .services_slider .my_slide {
  text-align: center;
}
#benefits .services_slider .my_slide .service {
  position: relative;
  width: 100%;
  aspect-ratio: 13/9;
  border: 5px solid #fff;
  margin-bottom: 30px;
  box-shadow: 1px 4px 10px 0px rgba(0, 0, 0, 0.25);
}
#benefits .services_slider .my_slide h6 {
  margin-bottom: 10px;
}
#benefits .services_slider .my_slide .text {
  font-size: 18px;
}
#benefits .services_slider .slick-slide {
  margin: 0 20px;
}
#benefits .services_slider .slick-list {
  margin: 0 -20px;
}
#benefits .services_slider .slick-list.draggable {
  clip-path: none;
  overflow: visible;
}
#benefits .my_slider_container {
  position: relative;
  margin-top: -200px;
}
#benefits .my_slider_container .arrow {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  z-index: 5;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background: #8ecee0;
  opacity: 0.5;
}
#benefits .my_slider_container .arrow img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 60%;
  max-height: 60%;
}
#benefits .my_slider_container .arrow:hover {
  opacity: 1;
}
#benefits .my_slider_container .arrow.arrow_left {
  left: 0;
}
#benefits .my_slider_container .arrow.arrow_right {
  right: 0;
}
#benefits .faq .item {
  background: #A986BD;
}
#benefits .spa_type {
  position: relative;
}
#benefits .spa_type .custom_bg {
  content: "";
  background: url("../assets/img/benefit_bg.svg") no-repeat right bottom;
  background-size: cover;
  height: 110%;
  position: absolute;
  left: 0;
  top: -100px;
  width: 40%;
}

#team {
  background: #E8F5F9;
}
#team .team_member {
  max-width: 1300px;
  margin: 0 auto;
}
#team .team_member .ratio {
  border: 5px solid #fff;
  box-shadow: 1px 4px 10px 0px rgba(0, 0, 0, 0.25);
}
#team .team_member h5 {
  margin-bottom: 40px;
}
#team .team_member p {
  font-size: 25px;
}

.video_wrapper {
  position: relative;
}
.video_wrapper .overlay_link {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.loader_overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  background: #000;
}
.loader_overlay h1 {
  position: absolute;
  padding: 3%;
  bottom: 0;
  font-family: "Helvetica Neue Light";
  font-size: 120px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}

.background_video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  width: 100%;
  z-index: -1;
  min-width: 177.7777777778vh;
}
.background_video iframe {
  left: 50% !important;
  transform: translate(-50%, 0);
}

.video_bg {
  position: relative;
  width: 100vw;
  min-height: 65vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  color: white;
  z-index: 1;
  overflow: hidden;
}
.video_bg .overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(29, 109, 255, 0.3);
}
.video_bg .container {
  position: relative;
  z-index: 3;
}
.video_bg video {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 0;
  object-fit: cover;
  filter: brightness(0.5); /* Optional: darken for better contrast */
}

.video_bg h1,
.video_bg h5,
.video_bg img {
  position: relative;
  z-index: 2;
}

.page-template-placeholder .header {
  display: none !important;
}

#placeholder .video_bg {
  height: 100vh;
}

#instagram .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#instagram .grid div {
  width: 20%;
  aspect-ratio: 1/1;
  position: relative;
}
#instagram .follow {
  background: #F6F3F8;
}
#instagram .follow p {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  color: #A986BD;
}

#google_map {
  height: 600px;
  width: 100%;
}

#contact_info {
  background: #676466;
  color: #fff;
  padding-top: 45px;
  padding-bottom: 45px;
}
#contact_info h6 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 45px;
  text-transform: none;
}
#contact_info p {
  font-size: 25px;
}
#contact_info p a {
  border-bottom: 1px solid transparent;
}
#contact_info p a:hover {
  border-color: #fff;
}
#contact_info .stat {
  display: flex;
  margin-bottom: 10px;
}
#contact_info .stat .icon {
  width: 35px;
  text-align: center;
  padding-top: 5px;
}
#contact_info .stat .icon img {
  width: 30px;
}
#contact_info .stat .text {
  padding-left: 20px;
}

#footer {
  background: url("../assets/img/gradient_bg.jpg") no-repeat center center;
  background-size: 100% auto;
  display: flex;
  justify-content: space-between;
  padding: 30px 90px;
  align-items: center;
}
#footer p {
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}
#footer .logo {
  width: 18%;
}
#footer .disclaimer {
  width: 64%;
}
#footer .social {
  width: 18%;
}

@media (max-width: 1700px) {
  body {
    font-size: 26px;
  }
  h1 {
    font-size: 65px;
    letter-spacing: 5px;
  }
  h2 {
    font-size: 52px;
  }
  h3 {
    font-size: 40px;
  }
  h4 {
    font-size: 40px;
  }
  h5 {
    font-size: 32px;
  }
  #contact_info p {
    font-size: 22px;
  }
}
@media (max-width: 1500px) {
  body {
    font-size: 24px;
  }
  h1 {
    font-size: 60px;
    letter-spacing: 4px;
  }
  h3 {
    font-size: 36px;
  }
  h5 {
    font-size: 28px;
    letter-spacing: 2px;
  }
  h4 {
    font-size: 36px;
  }
  .my_btn {
    padding: 0 20px;
    line-height: 46px;
    font-size: 24px;
    letter-spacing: 2px;
  }
  .section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .icon {
    max-height: 90px;
  }
  .header .menu_wrapper {
    width: 58%;
  }
  .header .menu_wrapper ul li {
    font-size: 18px;
  }
  .header .logo {
    width: 18%;
  }
  .header .social {
    width: auto;
  }
  .spa_type h6 {
    margin-bottom: 35px;
  }
  .spa_type .main {
    margin-bottom: 60px;
  }
  #services .bubbles_1 {
    width: 200px;
  }
  #services .bubbles_2 {
    right: 2%;
  }
  #services .bubbles_3 {
    right: 4%;
    bottom: 2%;
    width: 180px;
  }
  #services .container {
    position: relative;
    z-index: 2;
  }
  #team .team_member h5 {
    margin-bottom: 35px;
  }
  #team .team_member p {
    font-size: 22px;
  }
}
@media (min-width: 1500px) {
  .container.small {
    max-width: 1250px;
  }
}
@media (max-width: 1200px) {
  body {
    font-size: 22px;
  }
  h1 {
    font-size: 52px;
  }
  h2 {
    font-size: 52px;
  }
  h3 {
    font-size: 32px;
  }
  h4 {
    font-size: 32px;
  }
  h5 {
    font-size: 25px;
  }
  h5 span {
    font-size: 20px;
  }
  .section-padding {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .my_btn {
    line-height: 40px;
  }
  .header {
    flex-wrap: wrap;
  }
  .header .logo {
    width: 20%;
  }
  .header .menu_wrapper {
    display: none;
    padding-top: 30px;
    width: 100%;
  }
  .faq .item {
    padding: 25px 30px;
  }
  .faq .item .text {
    margin-top: 30px;
    padding: 30px;
  }
  .video_bg img {
    width: 300px;
  }
  #placeholder .logo {
    width: 600px;
  }
  #placeholder h1 {
    font-size: 60px;
    letter-spacing: 5px;
  }
  #placeholder h5 {
    font-size: 28px;
    letter-spacing: 2px;
  }
  #services .bubbles_1 {
    width: 150px;
  }
  #services .bubbles_2 {
    right: 1%;
    width: 100px;
  }
  #services .bubbles_3 {
    right: 4%;
    bottom: 2%;
    width: 180px;
  }
  #services .container {
    position: relative;
    z-index: 2;
  }
  #events {
    padding-top: 100px;
    padding-bottom: 320px;
  }
  #benefits .services_slider .my_slide .text {
    font-size: 16px;
  }
  #team .team_member h5 {
    margin-bottom: 30px;
  }
  #team .team_member h5 span {
    font-size: 20px;
  }
  #team .team_member p {
    font-size: 20px;
  }
  #google_map {
    height: 500px;
  }
  #contact_info h6 {
    font-size: 24px;
    margin-bottom: 35px;
  }
  #contact_info p {
    font-size: 20px;
    line-height: 1.7;
  }
  #contact_info .stat .icon {
    padding-top: 9px;
  }
  #contact_info .stat .icon img {
    width: 25px;
  }
  #footer {
    padding: 30px 20px;
  }
  #footer .social img {
    width: 50px;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 30px;
    letter-spacing: 3px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 20px;
  }
  .section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .icon {
    max-height: 70px;
  }
  .popup_container .popup {
    padding: 80px 20px;
  }
  .popup_container .popup h4 {
    font-size: 30px;
    margin-bottom: 45px;
  }
  .header {
    padding: 15px;
    background-size: 100% 1000%;
  }
  .header .logo {
    width: 35%;
    max-width: 200px;
  }
  .header .my_btn {
    font-size: 16px;
    line-height: 36px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .header .menu_wrapper {
    padding-top: 50px;
  }
  .header .menu_wrapper ul {
    flex-direction: column;
  }
  .header .menu_wrapper ul li {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .my_btn {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .container {
    max-width: 100%;
  }
  .hero .hero_slider .slick-dots {
    display: none !important;
  }
  .hero h1 {
    font-size: 32px;
    letter-spacing: 3px;
  }
  .video_bg img {
    width: 200px;
  }
  .spa_type h6 {
    margin-bottom: 30px;
  }
  .spa_type .main {
    margin-bottom: 50px;
  }
  .faq {
    width: 100vw;
    transform: translate(-50%);
    margin-left: 50%;
  }
  .faq .item h3::after,
  .faq .item h5::after {
    right: 12px;
    height: 24px;
  }
  .faq .item h3::before,
  .faq .item h5::before {
    width: 24px;
  }
  .faq .item {
    padding: 20px 25px;
  }
  .faq .item .text {
    margin-top: 25px;
    padding: 25px;
  }
  #services {
    padding-top: 40px;
  }
  #services .bubbles_1 {
    display: none;
  }
  #services .bubbles_2 {
    display: none;
  }
  #services .bubbles_3 {
    display: none;
  }
  #events {
    background-size: 100% 100%;
    padding-top: 60px;
    padding-bottom: 280px;
  }
  #benefits .services_slider .my_slide h6 {
    font-size: 18px;
  }
  #benefits .services_slider .my_slide .text {
    font-size: 12px;
  }
  #team .team_member p {
    font-size: 16px;
  }
  #instagram .follow p {
    font-size: 22px;
  }
  #footer .logo {
    width: 25%;
  }
  #footer p {
    font-size: 14px;
  }
}
@media (max-width: 800px) {
  .popup_container .popup h2 {
    font-size: 36px;
  }
  .popup_container .popup h4 {
    font-size: 26px;
  }
}
@media (max-width: 600px) {
  body {
    font-size: 14px;
  }
  .popup_container .popup {
    width: calc(100% - 30px);
    padding: 50px 10px;
    border: 5px solid #9175B2;
  }
  .popup_container .popup h2 {
    margin-bottom: 15px;
  }
  .popup_container .popup h2 span {
    white-space: nowrap;
  }
  .popup_container .popup h4 {
    font-size: 22px;
    margin-bottom: 40px;
  }
  .popup_container .popup .popup_close {
    width: 40px;
    top: -20px;
    right: -20px;
  }
  .hero h1 {
    font-size: 26px;
    letter-spacing: 2px;
    line-height: 1.2;
  }
  .hero h5 {
    font-size: 16px;
  }
  #tagline h2 {
    font-size: 28px;
    letter-spacing: normal;
  }
  .faq .item h3, .faq .item h5 {
    padding-right: 40px;
  }
  #team .team_member p {
    font-size: 14px;
  }
  #placeholder h1 {
    font-size: 40px;
    letter-spacing: 2px;
  }
  #placeholder h5 {
    font-size: 22px;
    letter-spacing: 1px;
  }
  #placeholder .logo {
    width: 600px;
  }
  #instagram .grid div {
    width: 50%;
  }
  #instagram .follow p {
    font-size: 20px;
  }
  #google_map {
    height: 450px;
  }
  #contact_info h6 {
    margin-bottom: 25px;
  }
  #contact_info p {
    font-size: 18px;
  }
  #footer {
    flex-wrap: wrap;
  }
  #footer .social {
    width: 42%;
  }
  #footer .logo {
    width: 55%;
  }
  #footer .social img {
    width: 40px;
  }
  #footer .disclaimer {
    width: 100%;
    padding-top: 20px;
  }
}
@media (max-width: 400px) {
  h3 {
    font-size: 24px;
  }
}