:root {
  --lightPrimary: #fefcf7;
  --lightSecondary: #f0eee6;
  --darkPrimary: #2b2b2b;
  --darkSecondary: #212121;
  --textColorPrimary: #151515;
  --textColorSecondary: #ffffff;
  --borderColor: #333;
  --borderColorSecondary: #56EFDD;
  --highlightColor: #89FFF5;
  --text-shadow:
      1px 0px 1px black,
      -1px 0px 1px black,
      0px 1px 1px black,
      0px -1px 1px black,
      1px 1px 1px black,
      -1px -1px 1px black,
      1px -1px 1px black,
      -1px 1px 1px black;
  --text-shadow-light:
      1px 0px 1px white,
      -1px 0px 1px white,
      0px 1px 1px white,
      0px -1px 1px white,
      1px 1px 1px white,
      -1px -1px 1px white,
      1px -1px 1px white,
      -1px 1px 1px white;
}

@media only screen and (min-width: 0px) {
  *,
  *:before,
  *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    scroll-behavior: smooth;
  }
  html,
  body,
  header {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0;
    scroll-padding-top: 150px;
  }
  main {
    overflow: hidden;
  }
  h1,
  h2 {
    font-family: "Raleway", sans-serif;
  }
  h2 {
    font-family: "Raleway", sans-serif;
  }
  a {
    font-family: "Roboto", sans-serif;
  }
  p,
  ul,
  li,
  a {
    font-family: "Raleway", sans-serif;
    font-weight: normal;
  }
}
@media only screen and (min-width: 0px) {
  @font-face {
    font-display: swap;
    font-family: "Alice";
    font-style: normal;
    font-weight: 400;
    src: url("../assets/fonts/alice-v20-latin-regular.woff2") format("woff2");
  }
  @font-face {
    font-display: swap;
    font-family: "Raleway";
    font-style: normal;
    font-weight: 400;
    src: url("../assets/fonts/raleway-v34-latin-regular.woff2") format("woff2");
  }
  @font-face {
    font-display: swap;
    font-family: "Raleway";
    font-style: normal;
    font-weight: 800;
    src: url("../assets/fonts/raleway-v34-latin-800.woff2") format("woff2");
  }
  @font-face {
    font-display: swap;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: url("../assets/fonts/roboto-v32-latin-regular.woff2") format("woff2");
  }
  @font-face {
    font-display: swap;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    src: url("../assets/fonts/roboto-v32-latin-900.woff2") format("woff2");
  }
}
@media only screen and (min-width: 0px) {
  *[class*=inner] {
    max-width: 1600px;
    margin: 0 auto;
    height: 100%;
  }
  *[class*=-text] {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0 auto;
    justify-content: center;
    text-align: center;
  }
  *[class*=-text] h2 {
    font-size: clamp(1.25em, 2.25vw, 1.5em);
    letter-spacing: -0.5px;
    color: var(--textColorPrimary);
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 750px) {
  *[class*=-text] h2 {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 0px) {
  *[class*=-text] h2 span {
    white-space: nowrap;
  }
  *[class*=-text] h1 {
    font-size: clamp(1.75em, 5vw, 3.25em);
    max-width: 800px;
    margin: 0 auto;
    color: white;
    letter-spacing: 0px;
    line-height: 1.125;
    margin-bottom: 25px;
    text-shadow: var(--text-shadow);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  *[class*=-text] h1 {
    line-height: 1.25;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 0px) {
  *[class*=-text] p {
    max-width: 575px;
    padding: 0 1em;
    margin: 0 auto;
    font-size: clamp(0.9em, 3vw, 1.125em);
    margin-bottom: 15px;
    line-height: 1.75;
    letter-spacing: 0.5px;
    color: var(--textColorPrimary);
    font-family: "Raleway", sans-serif;
    text-wrap: pretty;
  }
  *[class*=-text] .hours {
    margin-top: clamp(25px, 5vw, 50px);
    font-family: "alice", sans-serif;
    font-weight: 700;
  }
  *[class*=-text] .hours h2 {
    font-size: clamp(0.95em, 3vw, 1.125em);
    margin-bottom: 7.5px;
  }
  *[class*=-text] .hours p {
    font-family: "alice", sans-serif;
    font-size: clamp(0.95em, 3vw, 1.125em);
    line-height: 1.5;
  }
  *[class*=-text-left] {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0 auto;
    justify-content: left;
    text-align: left;
  }
  *[class*=-text-left] h2 {
    font-size: clamp(1.25em, 2.25vw, 1.5em);
    letter-spacing: -0.5px;
    color: var(--textColorPrimary);
    text-shadow: var(--text-shadow-light);
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 750px) {
  *[class*=-text-left] h2 {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 0px) {
  *[class*=-text-left] h2 span {
    white-space: nowrap;
  }
  *[class*=-text-left] h1 {
    text-align: left;
    font-size: clamp(1.75em, 5vw, 2.75em);
    max-width: 800px;
    margin: 0 auto;
    color: white;
    letter-spacing: 0px;
    line-height: 1.125;
    text-shadow: var(--text-shadow);
    box-shadow: none;
    margin: 0;
    margin-bottom: 15px;
    text-shadow: none;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  *[class*=-text-left] h1 {
    line-height: 1.25;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 0px) {
  *[class*=-text-left] p {
    max-width: 575px;
    font-size: clamp(0.9em, 3vw, 1em);
    margin-bottom: 15px;
    line-height: 1.75;
    letter-spacing: 0.5px;
    color: var(--textColorPrimary);
    font-family: "Raleway", sans-serif;
    text-wrap: pretty;
    margin-bottom: 25px;
    padding: 0;
  }
  *[class*=-heading-center] {
    text-align: center;
    padding: 0 1em;
    position: relative;
    z-index: 1;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  *[class*=-heading-center] {
    text-align: center;
  }
}
@media only screen and (min-width: 0px) {
  *[class*=-heading-center] h2 {
    font-size: clamp(0.9em, 3vw, 1.125em);
    line-height: 1.5;
    padding-bottom: 5px;
    font-weight: lighter;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  *[class*=-heading-center] h2 {
    line-height: 1.25;
  }
}
@media only screen and (min-width: 0px) {
  *[class*=-heading-center] h1 {
    font-size: clamp(1.75em, 5vw, 2.25em);
    margin-bottom: clamp(15px, 5vw, 25px);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  *[class*=-heading-center] h1 {
    line-height: 1;
    padding-bottom: 5px;
  }
}
@media only screen and (min-width: 0px) {
  *[class*=-heading-center] p {
    font-family: "roboto", sans-serif;
    font-size: 1em;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 0px) {
  body.dark .cta,
  body.dark .cta-left {
    color: var(--darkPrimary);
    color: white;
    border: 2px solid var(--borderColorSecondary);
    transition: 0.3s;
  }
  body.dark .cta a,
  body.dark .cta-left a {
    color: var(--textColorPrimary);
    color: white;
  }
  body.dark .cta:hover,
  body.dark .cta-left:hover {
    background-color: rgba(86, 239, 221, 0.862745098);
    transition: 0.3s;
  }
  body.dark .cta:hover a,
  body.dark .cta-left:hover a {
    color: black;
  }
  body .cta,
  body .cta-left {
    color: var(--darkPrimary);
    border: 2px solid var(--borderColor);
    transition: 0.3s;
  }
  body .cta a,
  body .cta-left a {
    color: var(--textColorSecondary);
    color: black;
  }
  body .cta:hover,
  body .cta-left:hover {
    color: var(--borderColor);
    background-color: #eeeadc;
    transition: 0.3s;
  }
  .cta-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  *[class*=cta] {
    margin: 0 auto;
    margin-top: clamp(35px, 5vw, 50px);
    padding: clamp(20px, 5vw, 25px) clamp(20px, 5vw, 25px);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75);
    transition: 0.3s;
    border-radius: 7.5px;
    width: -moz-fit-content;
    width: fit-content;
  }
  *[class*=cta]:hover {
    filter: brightness(1.125);
    transition: 0.3s;
    box-shadow: 0 0 10px rgb(0, 0, 0);
    background-color: var(--borderColorSecondary);
    transition: 0.3s;
  }
  .cta-left {
    margin: 0;
    margin-top: 25px;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  *[class*=cta-2] {
    border: none;
    background: none;
    box-shadow: none;
    font-family: "raleway", sans-serif;
    font-weight: bolder;
    font-size: 1.25em;
    border-radius: 0px;
    border-bottom: 3px solid black;
    color: white;
    transition: 0.2s;
    margin: 0 auto;
    padding: 10px 15px 5px;
    background: linear-gradient(90deg, #52C884, #3299A4, #3299A4);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  *[class*=cta-2]:hover {
    background-color: transparent;
    box-shadow: none;
    text-shadow: none;
    filter: brightness(1.25);
  }
}
:root {
  --lightPrimary: #fafffe;
  --lightSecondary: #f4f7fa;
  --darkPrimary: #2b2b2b;
  --darkSecondary: #212121;
  --textColorPrimary: #151515;
  --textColorSecondary: #ffffff;
  --borderColor: #151515;
  --borderColorSecondary: #56EFDD;
  --highlightColor: #89FFF5;
}

.section,
.section-2 {
  padding: clamp(100px, 8vw, 125px) 0 clamp(100px, 8vw, 125px) 0;
}

@media only screen and (min-width: 0px) {
  body {
    background-color: #e5e5e5;
  }
  body *[class*=section],
  body *[class*=section-2] {
    background-color: var(--lightPrimary);
    color: var(--textColorPrimary);
  }
  body *[class*=section] h1,
  body *[class*=section-2] h1 {
    background: linear-gradient(90deg, #52C884, #3299A4, #3299A4);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body *[class*=section] p,
  body *[class*=section-2] p {
    color: var(--darkSecondary);
  }
  body *[class*=section] p span,
  body *[class*=section-2] p span {
    color: black;
    font-weight: 900;
  }
  body *[class*=section-2] {
    background-color: var(--lightSecondary);
  }
}
@media only screen and (min-width: 0px) {
  body.dark {
    background-color: #181818;
  }
  body.dark *[class*=section],
  body.dark *[class*=section-2] {
    background-color: var(--darkPrimary);
    color: var(--textColorSecondary);
  }
  body.dark *[class*=section] h1,
  body.dark *[class*=section-2] h1 {
    background: linear-gradient(90deg, #66FFC1, #4CE6F0, #4CE6F0);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body.dark *[class*=section] p,
  body.dark *[class*=section-2] p {
    color: white;
  }
  body.dark *[class*=section] p span,
  body.dark *[class*=section-2] p span {
    color: var(--borderColorSecondary);
  }
  body.dark *[class*=section] ul span,
  body.dark *[class*=section-2] ul span {
    color: var(--borderColorSecondary);
  }
  body.dark *[class*=section-2] {
    background-color: var(--darkSecondary);
    color: var(--textColorSecondary);
  }
}
main {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 0px) {
  header {
    position: relative;
    top: 0;
    z-index: 20;
    box-shadow: 0px 2px 5px rgba(55, 55, 55, 0.75);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) {
  body .light-theme-logo,
  body .light-theme-arrow {
    display: display;
  }
  body .dark-theme-logo,
  body .dark-theme-arrow {
    display: none;
  }
  body .navbar,
  body .dropdown-list {
    background-color: #fefcf7;
    background-color: var(--lightPrimary);
  }
  body .nav-list li:hover {
    border-bottom: 2px solid var(--borderColorSecondary);
  }
  body .nav-list a {
    color: var(--textColorPrimary);
    color: #3E3C29;
    border-bottom: 3px solid transparent;
  }
  body .nav-list a:hover {
    color: #66FFC1;
    background: linear-gradient(90deg, #5CDB94, #3AAFB9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.3s;
  }
  body .active {
    border-bottom: 2px solid var(--borderColorSecondary);
  }
  body .logo a {
    color: var(--textColorPrimary);
    background: linear-gradient(90deg, #5CDB94, #3AAFB9);
    background: linear-gradient(90deg, #52C884, #3299A4);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body .logo a:hover {
    filter: brightness(1.125);
  }
  body.dark .light-theme-logo,
  body.dark .light-theme-arrow {
    display: none;
  }
  body.dark .dark-theme-logo,
  body.dark .dark-theme-arrow {
    display: block;
  }
  body.dark .navbar,
  body.dark .dropdown-list {
    background-color: var(--darkPrimary);
  }
  body.dark .logo a {
    background: linear-gradient(90deg, #66FFC1, #4CE6F0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: var(--textColorPrimary);
  }
  body.dark .logo a:hover {
    filter: brightness(1.25);
  }
  body.dark .nav-list a {
    color: #4CE6F0;
    color: var(--textColorSecondary);
    transition: 0.3s;
  }
  body.dark .nav-list a:hover {
    color: #66FFC1;
    transition: 0.3s;
    background: linear-gradient(90deg, #66FFC1, #4CE6F0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body.dark .nav-list a .dropdown img {
    filter: brightness(1);
  }
}
@media only screen and (min-width: 0px) {
  .topbar {
    position: relative;
    background: #191919;
    font-size: 14px;
    height: 34px;
    padding: 0 12px;
    transition: 0.15s;
  }
  .topbar .topbar-inner {
    font-family: "alice", sans-serif;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 100%;
  }
  .topbar .hours {
    font-family: "alice", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    transition: 0.3s;
    cursor: default;
  }
  .topbar .hours div {
    font-family: "alice", sans-serif;
    letter-spacing: 0.5px;
  }
  .topbar .hours div span {
    font-weight: bold;
  }
  .topbar .hours div:hover {
    color: #4CE6F0;
    transition: 0.3s;
    background: linear-gradient(90deg, #66FFC1, #4CE6F0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .topbar .hours img {
    width: 22px;
    margin-right: 7px;
  }
  .topbar .phone-address {
    height: 100%;
    display: flex;
    flex-direction: row;
    gap: clamp(10px, 1.5vw, 50px);
    font-family: "alice", sans-serif;
  }
  .topbar .phone-address .phone,
  .topbar .phone-address .address {
    display: flex;
    flex-direction: row;
    color: white;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s;
  }
  .topbar .phone-address .phone a,
  .topbar .phone-address .address a {
    color: white;
    font-family: "alice", sans-serif;
    letter-spacing: 0.5px;
  }
  .topbar .phone-address .phone a span,
  .topbar .phone-address .address a span {
    font-weight: bold;
  }
  .topbar .phone-address .phone a:hover,
  .topbar .phone-address .address a:hover {
    color: #4CE6F0;
    transition: 0.3s;
    background: linear-gradient(90deg, #66FFC1, #4CE6F0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .topbar .phone-address .phone img,
  .topbar .phone-address .address img {
    width: 22px;
    margin-right: 5px;
  }
  .topbar .phone-address .mobile-phone-text {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (min-width: 360px) and (max-width: 699px) {
  .topbar .phone-address .mobile-phone-text {
    font-size: 12px;
    display: inline-block;
    visibility: visible;
    font-weight: lighter;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 1100px) {
  .topbar .topbar-inner {
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 1100px) and (min-width: 0px) and (max-width: 740px) {
  .topbar .topbar-inner {
    justify-content: flex-start;
  }
  .topbar .topbar-inner .address {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 1100px) {
  .topbar .topbar-inner .hours {
    display: none;
  }
  .topbar .phone-address {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 0px) {
  .topbar .text-preferred {
    font-weight: 100 !important;
    color: #56F0DE;
  }
}
@media only screen and (min-width: 0px) {
  .navbar {
    height: 78px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .navbar .nav-inner {
    font-family: "alice", sans-serif;
    width: 100%;
    height: 100%;
    padding: 0 clamp(10px, 1.5vw, 1em);
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  .navbar .nav-inner {
    padding-right: 0;
  }
}
@media only screen and (min-width: 0px) {
  .navbar .logo {
    display: flex;
    transition: 0.3s;
  }
  .navbar .logo:hover {
    filter: brightness(1.5), text-shadow(0px 0px 5px rgb(0, 0, 0));
    transition: 0.3s;
  }
  .navbar .logo a {
    display: flex;
    flex-direction: row;
    align-items: center;
    letter-spacing: -0.25px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 500px) {
  .navbar .logo a {
    flex-direction: column;
    justify-content: center;
    gap: 5px;
  }
}
@media only screen and (min-width: 0px) {
  .navbar .logo a img {
    margin: 0 10px 0 -5px;
    width: 90px;
    height: 45px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 500px) {
  .navbar .logo a img {
    width: 80px;
    height: auto;
    margin: 0;
  }
}
@media only screen and (min-width: 0px) {
  .navbar .logo a P {
    font-family: "alice", sans-serif;
    font-size: clamp(16px, 2vw, 19px);
    font-weight: bold;
  }
  .navbar nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: visible;
  }
  .navbar nav .nav-list {
    display: flex;
    flex-direction: row;
    gap: clamp(5px, 1.5vw, 15px);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 1200px) {
  .navbar nav .nav-list {
    gap: 5px;
  }
  .navbar nav .nav-list li a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  .navbar nav .nav-list {
    display: none;
  }
}
@media only screen and (min-width: 0px) {
  .navbar nav .nav-list li {
    font-size: 16px;
    position: relative;
  }
  .navbar nav .nav-list li a {
    font-family: "alice";
    transition: color 0.1s ease;
    display: block;
    padding: 5px 7.5px;
  }
}
@media only screen and (min-width: 0px) {
  body.dark .dropdown > a::after {
    content: "";
    display: inline-block;
    position: relative;
    top: -1px;
    width: 8px;
    height: 8px;
    background-image: url("../assets/icons/arrow-downWhite.webp");
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 5px;
  }
  body.dark .dropdown:hover > a::after {
    background-image: url("../assets/icons/arrow-down.webp");
  }
  .dropdown:hover .dropdown-list {
    display: flex;
  }
  .dropdown:hover img {
    transform: rotate(180deg) 0.1s;
  }
  .dropdown > a::after {
    content: "";
    display: inline-block;
    position: relative;
    top: -1px;
    width: 8px;
    height: 8px;
    background-image: url("../assets/icons/arrow-downDark.webp");
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 5px;
  }
  .dropdown:hover > a::after {
    background-image: url("../assets/icons/arrow-down.webp");
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) {
  body.dark .dropdown-list a {
    color: white;
  }
  body.dark .dropdown-list a::before {
    background-image: url(../assets/icons/arrow-downWhite.webp);
  }
  body.dark .dropdown-list div h2 {
    color: #3299A4;
    background: linear-gradient(90deg, #66FFC1, #4CE6F0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body .dropdown-list a {
    color: #3E3C29;
  }
  body .dropdown-list a::before {
    background-image: url(../assets/icons/arrow-downDark.webp);
  }
  body .dropdown-list div h2 {
    color: #3299A4;
    background: linear-gradient(90deg, #52C884, #3299A4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@media only screen and (min-width: 0px) {
  .dropdown-list {
    position: absolute;
    top: 100%;
    left: -200px;
    display: none;
    flex-direction: column;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    padding: 50px;
    z-index: 1000;
    width: 500px;
  }
  .dropdown-list div h2 {
    font-family: "alice", sans-serif;
    margin-bottom: 10px;
    font-size: 1.125em;
    transition: 0.3s;
  }
  .dropdown-list div li {
    border-bottom: none !important;
    transition: 0.2s;
  }
  .dropdown-list div li a {
    padding: 7.5px 0 !important;
    font-size: 15px;
    margin: 0;
  }
  .dropdown-list div li a::before {
    content: " ";
    display: inline-block;
    position: relative;
    top: -1px;
    width: 8px;
    height: 8px;
    transform: rotate(-90deg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 5px;
  }
  .dropdown-list div li:hover {
    transform: translateX(7.5px);
    transition: 0.2s;
  }
  .dropdown:hover .dropdown-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 25px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) {
  body.dark .gift-card {
    color: white;
    border: 2px solid var(--borderColorSecondary);
  }
  body.dark .gift-card:hover {
    background-color: var(--borderColorSecondary);
    color: var(--darkPrimary);
    transition: 0.3s;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
  }
  body .gift-card {
    color: var(--darkPrimary);
    border: 2px solid var(--borderColorSecondary);
  }
  body .gift-card:hover {
    background-color: var(--borderColorSecondary);
    color: var(--darkPrimary);
    transition: 0.3s;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
  }
}
@media only screen and (min-width: 0px) {
  .gift-card {
    font-size: 0.85em;
    letter-spacing: 0.25px;
    padding: 12.5px 15px;
    margin-left: 25px;
    font-family: "alice";
    border-radius: 100vw;
    transition: 0.3s;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 1200px) {
  .gift-card {
    display: none;
  }
}
@media only screen and (min-width: 0px) {
  #togglers-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 1;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1400px) and (max-width: 1920px) {
  #togglers-wrapper {
    width: 315px;
    justify-content: right;
    align-items: right;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  #togglers-wrapper.open {
    position: fixed;
    height: 82px;
    z-index: 1;
    right: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1000px) and (min-width: 450px) and (max-width: 1920px) {
  #togglers-wrapper.open {
    padding-right: clamp(10px, 1.5vw, 1em);
  }
}
@media only screen and (min-width: 0px) {
  .theme-toggler {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .toggler-container {
    width: 50px;
    height: clamp(20px, 5vw, 26px);
    background-color: #dad3ad;
    border-radius: 50px;
    position: relative;
    transition: background-color 0.3s;
    transform: scale(1.125);
  }
  .toggler-ball {
    width: clamp(15px, 4vw, 22px);
    height: clamp(15px, 4vw, 22px);
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: left 0.3s;
  }
  .toggler-ball::after {
    content: "";
    background-image: url("../assets/icons/day-night2.png");
    background-image: url("../../assets/icons/day-night2.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -10px;
    bottom: 0px;
    transform: scale(1.1);
    width: 32px;
    height: 100%;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 500px) {
  .toggler-ball::after {
    content: "";
    background-image: url("../assets/icons/day-night2.png");
    background-image: url("../../assets/icons/day-night2.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -18.5px;
    bottom: 0px;
    transform: scale(1.3);
    bottom: 0px;
    width: 32px;
    height: 100%;
  }
}
@media only screen and (min-width: 0px) {
  body.dark {
    --background-color: black;
    --text-color: white;
  }
  body.dark .toggler-container {
    background-color: #555;
  }
  body.dark .toggler-ball {
    left: calc(100% - clamp(18px, 3vw, 25px));
  }
  body.dark .toggler-ball::after {
    content: "";
    background-image: url("../assets/icons/day-night2.png");
    background-image: url("../../assets/icons/day-night2.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -10.5px;
    bottom: 0px;
    transform: scale(1.1);
    bottom: 0px;
    width: 32px;
    height: 100%;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 500px) {
  body.dark .toggler-ball::after {
    content: "";
    background-image: url("../assets/icons/day-night2.png");
    background-image: url("../../assets/icons/day-night2.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -18.5px;
    bottom: 0px;
    transform: scale(1.3);
    bottom: 0px;
    width: 32px;
    height: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  .hamburger-menu {
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: 39px;
    cursor: pointer;
    padding: 8px 6px;
    gap: 5px;
    width: 45px;
    margin: 20px 15px;
    z-index: 10;
  }
  .hamburger-menu .line {
    width: 28px;
    height: 4px;
    border-radius: 5px;
    background: linear-gradient(90deg, #5CDB94, #3AAFB9);
    transition: 0.3s;
  }
  .hamburger-menu:hover .line {
    filter: brightness(1.125);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) {
  body.dark .nav-panel {
    background-color: var(--darkPrimary);
  }
  body.dark .nav-panel li a {
    color: white;
  }
  body.dark .nav-panel li a .logo-nav-panel p {
    background: linear-gradient(90deg, #66FFC1, #4CE6F0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body.dark .nav-panel div a {
    color: white;
    line-height: 1.75;
  }
  body .nav-panel {
    background-color: var(--lightPrimary);
  }
  body .nav-panel li a {
    color: black;
  }
  body .nav-panel div a {
    color: black;
  }
  body .nav-panel .logo-nav-panel p {
    background: linear-gradient(90deg, #5CDB94, #3AAFB9);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) {
  .close-button {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 35px;
    right: 35px;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
  .close-button:hover {
    filter: brightness(1.125);
  }
  .close-button .x-line {
    width: 25px;
    height: 4px;
    border-radius: 5px;
    background: linear-gradient(90deg, #5CDB94, #3AAFB9);
    transition: 0.3s;
  }
  .close-button .x-line-1 {
    transform: rotate(45deg) translate(0px, 1.5px);
    transform-origin: center;
  }
  .close-button .x-line-2 {
    transform: rotate(-45deg) translate(1.75px, -2px);
    transform-origin: center;
  }
  .nav-panel {
    font-family: "Alice", sans-serif;
    position: fixed;
    top: 0;
    right: -300px;
    height: 100vh;
    height: 100dvh;
    width: 300px;
    background-color: var(--lightPrimary);
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 5px;
    padding: 50px;
    padding-top: 25px;
    z-index: 6;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (min-width: 1000px) {
  .nav-panel {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) {
  .nav-panel ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 7.5px;
    margin-top: 15px;
  }
  .nav-panel ul p {
    margin-bottom: 5px;
  }
  .nav-panel ul li a {
    font-size: 16px;
  }
  .nav-panel ul li a:hover {
    color: var(--textColorPrimary);
    background: linear-gradient(90deg, #66FFC1, #4CE6F0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .nav-panel.show {
    right: 0;
  }
}
@media only screen and (min-width: 0px) {
  .top-section {
    margin-bottom: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .top-section .logo-nav-panel a {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .top-section .logo-nav-panel a img {
    width: 80px;
    height: 40px;
  }
  .top-section .logo-nav-panel a p {
    font-family: "alice", sans-serif;
    font-size: 16px;
    line-height: 1.25;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .top-section .logo-nav-panel a:hover {
    filter: brightness(1.25);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) {
  body.dark .mid-header {
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 5px;
    padding: 2px 5px 4px 0;
    color: var(--textColorSecondary);
    background: linear-gradient(90deg, #66FFC1, #4CE6F0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
  }
  body .mid-header {
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 0px !important;
    padding: 2px 5px 4px 0;
    color: var(--textColorPrimary);
    font-weight: bold;
  }
}
@media only screen and (min-width: 0px) {
  .mid-section {
    width: 200px;
    margin-bottom: 25px;
  }
  .mid-section li a {
    font-family: "alice", sans-serif;
  }
  .mid-section ol {
    border-top: 1px solid #058593;
  }
  .bottom-section div {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
  }
  .bottom-section div strong {
    font-family: "Raleway";
  }
  .bottom-section div a {
    color: black;
    font-family: "Alice", sans-serif;
    line-height: 1.5;
  }
  .bottom-section div a:hover {
    color: var(--textColorPrimary);
    background: linear-gradient(90deg, #66FFC1, #4CE6F0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .bottom-section div .hours p {
    font-family: "alice", sans-serif;
    line-height: 1.75;
  }
  .bottom-section div .hours div {
    line-height: 1.125;
    font-family: "Alice", sans-serif;
  }
  .bottom-section div .hours div:hover {
    color: var(--textColorPrimary);
    background: linear-gradient(90deg, #66FFC1, #4CE6F0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@media only screen and (min-width: 0px) {
  #overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    display: none;
  }
  #overlay.show {
    display: block;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1000px) {
  #overlay,
  #overlay.show {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) {
  body footer {
    background-color: #058593;
    background-image: url(../assets/footer-waves-22.svg);
  }
  body footer .logo-title {
    background: linear-gradient(90deg, #52C884, #3299A4, #3299A4);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body footer .footer-secondary p,
  body footer .footer-secondary a,
  body footer .footer-secondary li {
    color: var(--darkPrimary);
  }
  body footer .footer-secondary .navigation strong,
  body footer .footer-secondary .contact-info strong {
    background: linear-gradient(90deg, #3299A4, #3299A4);
  }
  body footer .footer-secondary .navigation strong p:hover,
  body footer .footer-secondary .contact-info strong p:hover {
    background: linear-gradient(90deg, #52C884, #3299A4, #3299A4);
  }
  body footer .footer-secondary .navigation a:hover {
    color: #3299A4;
    transition: 0.3s;
    background: linear-gradient(90deg, #3299A4, #3299A4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-bottom: 2px solid #3299A4;
    width: -moz-fit-content;
    width: fit-content;
  }
  body footer .footer-bottom {
    border-top: 1px solid #3299A4;
  }
  body footer .footer-bottom a {
    color: var(--darkSecondary);
    transition: 0.3s;
  }
  body footer .footer-bottom a:hover {
    transition: 0.3s;
  }
  body footer .footer-bottom a:hover strong {
    color: #3299A4;
    transition: 0.3s;
  }
  body footer .footer-bottom strong {
    letter-spacing: 0.125px;
  }
  body.dark footer {
    background-image: url(../assets/footer-waves.svg);
  }
  body.dark footer .logo-title {
    background: linear-gradient(90deg, #66FFC1, #4CE6F0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: var(--textColorPrimary);
  }
  body.dark footer .navigation a {
    color: white;
  }
  body.dark footer .navigation a:hover {
    color: #4CE6F0;
    transition: 0.3s;
    background: linear-gradient(90deg, #66FFC1, #4CE6F0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-bottom: 2px solid #4CE6F0;
    width: -moz-fit-content;
    width: fit-content;
  }
  body.dark footer .navigation strong,
  body.dark footer .contact-info strong {
    background: linear-gradient(90deg, #66FFC1, #4CE6F0);
  }
  body.dark footer .navigation strong p:hover,
  body.dark footer .contact-info strong p:hover {
    background: linear-gradient(90deg, #4CE6F0, #3299A4);
  }
  body.dark footer .footer-bottom a {
    color: white;
  }
  body.dark footer .footer-bottom a:hover {
    transition: 0.3s;
  }
  body.dark footer .footer-bottom a:hover strong {
    color: #4CE6F0;
    transition: 0.3s;
  }
}
@media only screen and (min-width: 0px) {
  footer {
    padding: clamp(100px, 8vw, 125px) 1em clamp(25px, 8vw, 50px) !important;
    display: flex;
    flex-direction: column;
    position: relative;
    background-image: url(../assets/footer-waves.svg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .footer-inner {
    max-width: 1400px;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: clamp(25px, 3vw + 1rem, 300px);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 1200px) {
  .footer-inner {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 0px) {
  .footer-inner .footer-logo {
    width: 20%;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  .footer-inner .footer-logo {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 0px) {
  .footer-inner .footer-logo img {
    margin: 0 auto;
    margin-bottom: 5px;
  }
  .footer-inner .footer-logo .logo-title {
    font-family: "alice", sans-serif;
    font-size: clamp(16px, 4vw, 18px);
    font-weight: bolder;
    margin-bottom: 10px;
  }
  .footer-inner .footer-logo p {
    font-family: "alice", sans-serif;
    line-height: 1.75;
    color: var(--text-color);
  }
  .footer-inner .footer-secondary {
    display: flex;
    flex-direction: row;
    padding: 0 1em;
    justify-content: space-between;
    gap: clamp(25px, 5vw + 1rem, 100px);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  .footer-inner .footer-secondary {
    flex-direction: column;
  }
}
@media only screen and (min-width: 0px) {
  .footer-inner .footer-secondary .navigation,
  .footer-inner .footer-secondary .contact-info,
  .footer-inner .footer-secondary .map {
    display: flex;
    flex-direction: column;
  }
  .footer-inner .footer-secondary .navigation strong,
  .footer-inner .footer-secondary .contact-info strong,
  .footer-inner .footer-secondary .map strong {
    font-family: "Raleway", sans-serif;
  }
  .footer-inner .footer-secondary .navigation strong:hover,
  .footer-inner .footer-secondary .contact-info strong:hover,
  .footer-inner .footer-secondary .map strong:hover {
    text-decoration: none !important;
  }
  .footer-inner .footer-secondary .navigation p,
  .footer-inner .footer-secondary .contact-info p,
  .footer-inner .footer-secondary .map p {
    font-family: "alice", sans-serif;
    line-height: 1.75;
  }
  .footer-inner .footer-secondary .navigation p:last-of-type:hover,
  .footer-inner .footer-secondary .contact-info p:last-of-type:hover,
  .footer-inner .footer-secondary .map p:last-of-type:hover {
    -webkit-text-decoration: 1px underline;
            text-decoration: 1px underline;
  }
  .footer-inner .footer-secondary .navigation {
    min-width: 150px;
    max-width: 300px;
    display: flex;
    flex-direction: column;
  }
  .footer-inner .footer-secondary .navigation p {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  .footer-inner .footer-secondary .navigation p {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 0px) {
  .footer-inner .footer-secondary .navigation p:hover {
    text-decoration: none !important;
  }
  .footer-inner .footer-secondary .navigation p strong {
    color: #4CE6F0;
    transition: 0.3s;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .footer-inner .footer-secondary .navigation li {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .footer-inner .footer-secondary .navigation a {
    padding: 5px 5px 0 0;
    line-height: 1.75;
    margin-bottom: 5px;
    border-bottom: 2px solid transparent;
    width: -moz-fit-content;
    width: fit-content;
    font-family: "alice", sans-serif;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  .footer-inner .footer-secondary .navigation a {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 0px) {
  .footer-inner .footer-secondary .contact-info {
    width: 200px;
    gap: 25px;
  }
  .footer-inner .footer-secondary .contact-info p strong {
    transition: 0.3s;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .footer-inner .footer-secondary .contact-info p:hover {
    transition: 0.3s;
  }
  .footer-inner .footer-secondary .contact-info .hours p:hover {
    text-decoration: none !important;
  }
  .footer-inner .footer-secondary .map iframe {
    border: none;
    border: 1px solid #3299A4;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  .footer-inner .footer-secondary .map iframe {
    width: 100%;
  }
}
@media only screen and (min-width: 0px) {
  .footer-bottom {
    max-width: 1600px;
    padding: 25px 0;
    width: 100%;
    margin: 0 auto;
    margin-top: 100px;
    border-top: 1px solid var(--borderColorSecondary);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  .footer-bottom {
    margin-top: 50px;
    flex-direction: column;
    gap: 15px;
  }
}
@media only screen and (min-width: 0px) {
  .footer-bottom p {
    font-size: clamp(0.8em, 3vw, 0.8em);
    line-height: 1.5;
    padding: 0 1em;
  }
  .footer-bottom strong {
    white-space: nowrap;
  }
}
@media only screen and (min-width: 0px) {
  #pages-hero {
    height: 350px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 500px) {
  #pages-hero {
    height: 200px;
  }
}
@media only screen and (min-width: 0px) {
  #pages-hero div {
    width: 80%;
    margin: 0 auto;
    height: 100%;
  }
  #pages-hero div h1 {
    height: 100%;
    color: white;
    display: flex;
    align-items: center;
    font-size: clamp(1.75em, 5vw, 3.25em);
    margin: 0 auto;
    color: white;
    letter-spacing: 0px;
    line-height: 1.125;
    margin-bottom: 25px;
    text-shadow: var(--text-shadow);
  }
  #pages-hero div h1 span a {
    color: #48ccbd;
  }
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  display: none;
}

.overlay.active {
  display: block;
}

@media only screen and (min-width: 0px) {
  #pages-hero {
    background-image: url(../booking/images/booking-hero.webp);
  }
}
@media only screen and (min-width: 0px) {
  #booking,
  #booking-2 {
    padding: clamp(25px, 8vw, 75px) 0;
  }
  .booking-inner {
    padding: 0 1em;
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  .booking-inner {
    gap: 20px;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 0px) {
  body.dark .booking-box {
    background-color: #212121;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
  }
  body .booking-box {
    max-width: 800px;
    padding: 0 clamp(5px, 5vw + 1rem, 50px) clamp(5px, 3vw + 1rem, 100px);
    margin: 0 auto;
    text-align: center;
    background-color: #f4faf9;
    border-radius: 14px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  body .booking-box {
    padding: 15px 15px;
  }
}
@media only screen and (min-width: 0px) {
  body .booking-box h1 {
    margin-top: clamp(10px, 2.5vw + 1rem, 50px);
    margin-bottom: 20px;
    font-size: clamp(1.125em, 3vw + 1rem, 2.25em);
  }
  body .booking-box p {
    margin: 0 auto;
    line-height: 1.75;
    margin-bottom: 35px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  body .booking-box p {
    font-size: 0.9em;
  }
}
@media only screen and (min-width: 0px) {
  body .booking-box p span {
    text-decoration: underline;
    text-underline-offset: 4px;
    white-space: nowrap;
    font-weight: 400;
    transition: 0.3s;
  }
  body .booking-box p span:hover {
    -webkit-text-decoration: 2px underline;
            text-decoration: 2px underline;
    filter: brightness(1.15);
    transition: 0.3s;
  }
  body .booking-box .buttons-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: clamp(5px, 5vw + 1rem, 15px);
    justify-content: space-around;
    margin: 0 auto;
    align-self: stretch;
    max-width: 400px;
    margin-bottom: 10px;
  }
  body .booking-box .buttons-wrapper .button-item {
    align-self: stretch;
  }
  body .booking-box .buttons-wrapper .button-item .tidycal-btn {
    max-width: 200px;
    width: 100%;
    height: 60px;
    padding: 0;
    margin: 0;
  }
  body .booking-box .salt-buttons-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(5px, 5vw + 1rem, 15px);
    justify-content: space-around;
    margin: 0 auto;
    align-self: stretch;
    max-width: 400px;
    margin-bottom: 10px;
  }
  body .booking-box .salt-buttons-wrapper .button-item {
    align-self: stretch;
  }
  body .booking-box .salt-buttons-wrapper .button-item .tidycal-btn {
    max-width: 200px;
    width: 100%;
    height: 60px;
    padding: 0;
    margin: 0;
  }
  body .booking-box .note {
    padding: 0;
    margin: 0;
    margin-top: 35px;
    margin-bottom: 10px;
    font-size: 0.95em;
    letter-spacing: 0.5px;
  }
  body .booking-box .note span {
    font-weight: 400;
    white-space: nowrap;
  }
  body .booking-box .note .small-text {
    font-size: 0.85em;
    max-width: 375px;
    margin-top: 35px;
    color: rgb(170, 86, 86);
    text-decoration: none;
    white-space: wrap;
    line-height: 1.125;
  }
  body .booking-box .note .small-text span {
    white-space: wrap;
    color: var(primaryColor);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  body .booking-box .note .small-text {
    margin-top: 25px;
    font-size: 0.8em;
  }
}
@media only screen and (min-width: 0px) {
  body .booking-box .red {
    font-family: "Raleway", sans-serif;
    font-size: 0.95em;
    color: #FF6347;
    line-height: 1.5;
  }
  body .booking-box .red a {
    color: var(--primaryColor);
  }
}
@media only screen and (min-width: 0px) {
  .side-panel {
    display: none;
    position: fixed;
    top: 0;
    right: -100%;
    width: 30%;
    height: 100%;
    background: white;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
    transition: right 0.3s ease-in-out;
    z-index: 99;
  }
  .side-panel iframe {
    width: 100%;
    height: 100%;
  }
  .side-panel.open {
    display: block;
    right: 0;
  }
  .close-btn {
    background: transparent;
    border: none;
    font-size: 35px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 25px;
  }
  body.dark .tidycal-btn {
    background: #2b2b2b;
    color: white;
    border: 1px solid black;
    transition: 0.3s;
  }
  body.dark .tidycal-btn:hover {
    color: black;
    background: var(--borderColorSecondary);
    transition: 0.3s;
  }
  body .tidycal-btn {
    color: black;
    background: #fbfcfc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    transition: 0.3s;
  }
  body .tidycal-btn:hover {
    transition: 0.3s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
  }
  .tidycal-btn {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 15px;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  .side-panel {
    width: 80%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  .side-panel {
    width: 100%;
  }
  .close-btn {
    color: black;
    font-size: 40px;
  }
  .tidycal-btn {
    font-size: 14px;
    padding: 8px 12px;
  }
}
@media only screen and (min-width: 0px) {
  #tidycal-panel-deep-30 {
    border: 5px solid #0c0c0c;
    border-radius: 7.5px;
  }
  #tidycal-panel-deep-30.open {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 115px;
    z-index: 50;
    height: 84vh;
    width: 94%;
    max-width: 1400px;
    margin: 0 auto;
    box-shadow: 0px 0px 5px black;
  }
  #tidycal-panel-deep-60 {
    border: 5px solid #0c0c0c;
    border-radius: 7.5px;
  }
  #tidycal-panel-deep-60.open {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 115px;
    z-index: 50;
    height: 84vh;
    width: 94%;
    max-width: 1400px;
    margin: 0 auto;
    box-shadow: 0px 0px 5px black;
  }
  #tidycal-panel-deep-90 {
    border: 5px solid #0c0c0c;
    border-radius: 7.5px;
  }
  #tidycal-panel-deep-90.open {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 115px;
    z-index: 50;
    height: 84vh;
    width: 94%;
    max-width: 1400px;
    margin: 0 auto;
    box-shadow: 0px 0px 5px black;
  }
  #tidycal-panel-deep-120 {
    border: 5px solid #0c0c0c;
    border-radius: 7.5px;
  }
  #tidycal-panel-deep-120.open {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 115px;
    z-index: 50;
    height: 84vh;
    width: 94%;
    max-width: 1400px;
    margin: 0 auto;
    box-shadow: 0px 0px 5px black;
  }
  #tidycal-panel-swedish-30 {
    border: 5px solid #0c0c0c;
    border-radius: 7.5px;
  }
  #tidycal-panel-swedish-30.open {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 115px;
    z-index: 50;
    height: 84vh;
    width: 94%;
    max-width: 1400px;
    margin: 0 auto;
    box-shadow: 0px 0px 5px black;
  }
  #tidycal-panel-swedish-60 {
    border: 5px solid #0c0c0c;
    border-radius: 7.5px;
  }
  #tidycal-panel-swedish-60.open {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 115px;
    z-index: 50;
    height: 84vh;
    width: 94%;
    max-width: 1400px;
    margin: 0 auto;
    box-shadow: 0px 0px 5px black;
  }
  #tidycal-panel-swedish-90 {
    border: 5px solid #0c0c0c;
    border-radius: 7.5px;
  }
  #tidycal-panel-swedish-90.open {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 115px;
    z-index: 50;
    height: 84vh;
    width: 94%;
    max-width: 1400px;
    margin: 0 auto;
    box-shadow: 0px 0px 5px black;
  }
  #tidycal-panel-swedish-120 {
    border: 5px solid #0c0c0c;
    border-radius: 7.5px;
  }
  #tidycal-panel-swedish-120.open {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 115px;
    z-index: 50;
    height: 84vh;
    width: 94%;
    max-width: 1400px;
    margin: 0 auto;
    box-shadow: 0px 0px 5px black;
  }
  #tidycal-panel-relaxation-30 {
    border: 5px solid #0c0c0c;
    border-radius: 7.5px;
  }
  #tidycal-panel-relaxation-30.open {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 115px;
    z-index: 50;
    height: 84vh;
    width: 94%;
    max-width: 1400px;
    margin: 0 auto;
    box-shadow: 0px 0px 5px black;
  }
  #tidycal-panel-relaxation-60 {
    border: 5px solid #0c0c0c;
    border-radius: 7.5px;
  }
  #tidycal-panel-relaxation-60.open {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 115px;
    z-index: 50;
    height: 84vh;
    width: 94%;
    max-width: 1400px;
    margin: 0 auto;
    box-shadow: 0px 0px 5px black;
  }
  #tidycal-panel-relaxation-90 {
    border: 5px solid #0c0c0c;
    border-radius: 7.5px;
  }
  #tidycal-panel-relaxation-90.open {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 115px;
    z-index: 50;
    height: 84vh;
    width: 94%;
    max-width: 1400px;
    margin: 0 auto;
    box-shadow: 0px 0px 5px black;
  }
  #tidycal-panel-relaxation-120 {
    border: 5px solid #0c0c0c;
    border-radius: 7.5px;
  }
  #tidycal-panel-relaxation-120.open {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 115px;
    z-index: 50;
    height: 84vh;
    width: 94%;
    max-width: 1400px;
    margin: 0 auto;
    box-shadow: 0px 0px 5px black;
  }
  #tidycal-panel-sea-salt-hot-stone-30 {
    border: 5px solid #0c0c0c;
    border-radius: 7.5px;
  }
  #tidycal-panel-sea-salt-hot-stone-30.open {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 115px;
    z-index: 50;
    height: 84vh;
    width: 94%;
    max-width: 1400px;
    margin: 0 auto;
    box-shadow: 0px 0px 5px black;
  }
  #tidycal-panel-sea-salt-hot-stone-60 {
    border: 5px solid #0c0c0c;
    border-radius: 7.5px;
  }
  #tidycal-panel-sea-salt-hot-stone-60.open {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 115px;
    z-index: 50;
    height: 84vh;
    width: 94%;
    max-width: 1400px;
    margin: 0 auto;
    box-shadow: 0px 0px 5px black;
  }
  #tidycal-panel-sea-salt-hot-stone-90 {
    border: 5px solid #0c0c0c;
    border-radius: 7.5px;
  }
  #tidycal-panel-sea-salt-hot-stone-90.open {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 115px;
    z-index: 50;
    height: 84vh;
    width: 94%;
    max-width: 1400px;
    margin: 0 auto;
    box-shadow: 0px 0px 5px black;
  }
  #tidycal-panel-sea-salt-hot-stone-120 {
    border: 5px solid #0c0c0c;
    border-radius: 7.5px;
  }
  #tidycal-panel-sea-salt-hot-stone-120.open {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 115px;
    z-index: 50;
    height: 84vh;
    width: 94%;
    max-width: 1400px;
    margin: 0 auto;
    box-shadow: 0px 0px 5px black;
  }
  #tidycal-panel-couples-deep-60 {
    border: 5px solid #0c0c0c;
    border-radius: 7.5px;
  }
  #tidycal-panel-couples-deep-60.open {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 115px;
    z-index: 50;
    height: 84vh;
    width: 94%;
    max-width: 1400px;
    margin: 0 auto;
    box-shadow: 0px 0px 5px black;
  }
  #tidycal-panel-couples-deep-90 {
    border: 5px solid #0c0c0c;
    border-radius: 7.5px;
  }
  #tidycal-panel-couples-deep-90.open {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 115px;
    z-index: 50;
    height: 84vh;
    width: 94%;
    max-width: 1400px;
    margin: 0 auto;
    box-shadow: 0px 0px 5px black;
  }
  #tidycal-panel-couples-deep-120 {
    border: 5px solid #0c0c0c;
    border-radius: 7.5px;
  }
  #tidycal-panel-couples-deep-120.open {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 115px;
    z-index: 50;
    height: 84vh;
    width: 94%;
    max-width: 1400px;
    margin: 0 auto;
    box-shadow: 0px 0px 5px black;
  }
  #tidycal-panel-couples-swedish-60 {
    border: 5px solid #0c0c0c;
    border-radius: 7.5px;
  }
  #tidycal-panel-couples-swedish-60.open {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 115px;
    z-index: 50;
    height: 84vh;
    width: 94%;
    max-width: 1400px;
    margin: 0 auto;
    box-shadow: 0px 0px 5px black;
  }
  #tidycal-panel-couples-swedish-90 {
    border: 5px solid #0c0c0c;
    border-radius: 7.5px;
  }
  #tidycal-panel-couples-swedish-90.open {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 115px;
    z-index: 50;
    height: 84vh;
    width: 94%;
    max-width: 1400px;
    margin: 0 auto;
    box-shadow: 0px 0px 5px black;
  }
  #tidycal-panel-couples-swedish-120 {
    border: 5px solid #0c0c0c;
    border-radius: 7.5px;
  }
  #tidycal-panel-couples-swedish-120.open {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 115px;
    z-index: 50;
    height: 84vh;
    width: 94%;
    max-width: 1400px;
    margin: 0 auto;
    box-shadow: 0px 0px 5px black;
  }
  #tidycal-panel-cupping-30 {
    border: 5px solid #0c0c0c;
    border-radius: 7.5px;
  }
  #tidycal-panel-cupping-30.open {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 115px;
    z-index: 50;
    height: 84vh;
    width: 94%;
    max-width: 1400px;
    margin: 0 auto;
    box-shadow: 0px 0px 5px black;
  }
  #tidycal-panel-cupping-60 {
    border: 5px solid #0c0c0c;
    border-radius: 7.5px;
  }
  #tidycal-panel-cupping-60.open {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 115px;
    z-index: 50;
    height: 84vh;
    width: 94%;
    max-width: 1400px;
    margin: 0 auto;
    box-shadow: 0px 0px 5px black;
  }
  #tidycal-panel-cupping-90 {
    border: 5px solid #0c0c0c;
    border-radius: 7.5px;
  }
  #tidycal-panel-cupping-90.open {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 115px;
    z-index: 50;
    height: 84vh;
    width: 94%;
    max-width: 1400px;
    margin: 0 auto;
    box-shadow: 0px 0px 5px black;
  }
  #tidycal-panel-cupping-120 {
    border: 5px solid #0c0c0c;
    border-radius: 7.5px;
  }
  #tidycal-panel-cupping-120.open {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 115px;
    z-index: 50;
    height: 84vh;
    width: 94%;
    max-width: 1400px;
    margin: 0 auto;
    box-shadow: 0px 0px 5px black;
  }
  #tidycal-panel-prenatal-30 {
    border: 5px solid #0c0c0c;
    border-radius: 7.5px;
  }
  #tidycal-panel-prenatal-30.open {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 115px;
    z-index: 50;
    height: 84vh;
    width: 94%;
    max-width: 1400px;
    margin: 0 auto;
    box-shadow: 0px 0px 5px black;
  }
  #tidycal-panel-prenatal-60 {
    border: 5px solid #0c0c0c;
    border-radius: 7.5px;
  }
  #tidycal-panel-prenatal-60.open {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 115px;
    z-index: 50;
    height: 84vh;
    width: 94%;
    max-width: 1400px;
    margin: 0 auto;
    box-shadow: 0px 0px 5px black;
  }
  #tidycal-panel-prenatal-90 {
    border: 5px solid #0c0c0c;
    border-radius: 7.5px;
  }
  #tidycal-panel-prenatal-90.open {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 115px;
    z-index: 50;
    height: 84vh;
    width: 94%;
    max-width: 1400px;
    margin: 0 auto;
    box-shadow: 0px 0px 5px black;
  }
  #tidycal-panel-prenatal-120 {
    border: 5px solid #0c0c0c;
    border-radius: 7.5px;
  }
  #tidycal-panel-prenatal-120.open {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 115px;
    z-index: 50;
    height: 84vh;
    width: 94%;
    max-width: 1400px;
    margin: 0 auto;
    box-shadow: 0px 0px 5px black;
  }
}
@media only screen and (min-width: 0px) {
  .booking-inner {
    position: relative;
    overflow: hidden;
  }
  #deep-tissue-massage {
    margin-top: 5px;
  }
  #swedish-massage {
    display: block;
    position: relative;
    z-index: 2;
  }
  #swedish-massage::before {
    content: "";
    background-image: url("./images/booking-leaves.webp");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -415px;
    top: -285px;
    width: 450px;
    height: 600px;
    z-index: -1;
    transform: rotate(-5deg);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  #swedish-massage::before {
    display: none;
  }
}
@media only screen and (min-width: 0px) {
  #sea-salt-hot-stone-massage {
    display: block;
    position: relative;
    margin-bottom: 15px;
  }
  #sea-salt-hot-stone-massage::before {
    content: "";
    background-image: url("./images/booking-leaves-2.webp");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -415px;
    top: -400px;
    width: 450px;
    height: 600px;
    z-index: 0;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  #sea-salt-hot-stone-massage::before {
    display: none;
  }
}
@media only screen and (min-width: 0px) {
  .btn-outline-primary:hover,
  .btn-outline-primary:focus,
  .btn-outline-primary:active {
    color: #000;
    background-color: #56EFDD;
    border-color: #56EFDD !important;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) {
  body.dark #booking-2 {
    background-color: #252525;
  }
}
@media only screen and (min-width: 0px) {
  #couples-massage {
    margin-top: 15px;
  }
  #couples-massage .buttons-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 10px;
    max-width: 600px;
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 600px) {
  #couples-massage .buttons-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
  #couples-massage .buttons-wrapper span {
    display: none;
  }
}
@media only screen and (min-width: 0px) {
  #couples-massage h2 {
    font-size: 1.25em;
    margin: 10px;
    margin-bottom: 15px;
  }
  #prenatal-massage {
    margin-bottom: 15px;
  }
  #prenatal-massage .prenatal-buttons-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(5px, 5vw + 1rem, 15px);
    justify-content: space-around;
    margin: 0 auto;
    align-self: stretch;
    max-width: 400px;
    margin-bottom: 10px;
  }
  #prenatal-massage .prenatal-buttons-wrapper .button-item {
    align-self: stretch;
  }
  #prenatal-massage .prenatal-buttons-wrapper .button-item .tidycal-btn {
    max-width: 200px;
    width: 100%;
    height: 60px;
    padding: 0;
    margin: 0;
  }
  #cupping-massage {
    position: relative;
  }
  #cupping-massage .buttons-wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
  #cupping-massage h2 {
    width: 100%;
    max-width: none;
    padding-top: 25px;
    font-size: 1.25em;
    line-height: 1.5;
    margin: 10px;
  }
  #cupping-massage::after {
    content: "";
    background-image: url(../index/images/leaves.webp);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    background-position: bottom left;
    z-index: 0;
    left: -350px;
    top: -250px;
    width: 350px;
    height: 650px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  #cupping-massage::after {
    display: none;
  }
}
@media only screen and (min-width: 0px) {
  #massage-add-ons {
    text-align: left;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 0px) {
  #add-ons-section {
    padding: clamp(25px, 8vw, 75px) 0;
  }
  #add-ons-section .booking-box {
    margin: 15px auto;
    position: relative;
    z-index: 1;
    height: auto;
  }
  #add-ons-section .booking-box h1 {
    margin-top: 0;
    padding-top: 25px;
  }
  #add-ons-section {
    display: block;
    position: relative;
  }
  #add-ons-section::before {
    content: "";
    background-image: url("./images/booking-leaves.webp");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -50px;
    transform: scaleX(1) rotate(35deg);
    top: 600px;
    width: 450px;
    height: 600px;
    z-index: 0;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 850px) {
  #add-ons-section::before {
    display: none;
  }
}
@media only screen and (min-width: 0px) {
  #short-notice {
    height: 400px;
    padding: 100px 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    color: white;
    text-align: center;
    content: "";
    background-image: url(./images/short-notice.webp);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .short-notice h1 {
    -webkit-text-fill-color: unset !important;
    font-size: clamp(1.5em, 5vw, 2.25em);
    max-width: 1000px;
    margin: 0 auto;
    color: white;
    letter-spacing: 0px;
    margin-bottom: 25px;
    line-height: 1.125;
    text-shadow: var(--text-shadow);
  }
  .short-notice p {
    font-weight: bolder;
    line-height: 1.75;
    color: white !important;
    margin-bottom: 15px;
  }
  .short-notice p a {
    font-size: 1.25em;
    font-weight: bolder;
    color: var(--borderColorSecondary) !important;
    transition: 0.3s;
  }
  .short-notice p a:hover {
    transition: 0.3s;
    filter: brightness(1.25);
  }
}
.video {
  margin-top: 25px;
  margin-bottom: 25px;
  width: 100%;
  max-width: 450px;
  padding: 0;
  margin-left: 0;
}
.video video {
  text-align: left;
  width: 100%;
  height: auto;
  max-height: 500px;
  display: block;
}

.add-on-image {
  margin-bottom: 50px;
  width: 100%;
  max-width: 450px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}/*# sourceMappingURL=booking.css.map */