@-webkit-keyframes customFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes customFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@-webkit-keyframes motionRotate {
  0% {
    opacity: 0.3;
    transform: rotate(0deg);
  }
  25% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.3;
    transform: rotate(360deg);
  }
}
@keyframes motionRotate {
  0% {
    opacity: 0.3;
    transform: rotate(0deg);
  }
  25% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.3;
    transform: rotate(360deg);
  }
}
@-webkit-keyframes down {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translateY(15px);
  }
  40% {
    transform: translate(0);
  }
}
@keyframes down {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translateY(15px);
  }
  40% {
    transform: translate(0);
  }
}
.vertical--align {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.mobile--nav ul {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}
.mobile--nav ul li {
  position: relative;
  margin-bottom: 25px !important;
  color: #FFFFFF;
}
.mobile--nav ul li a {
  font-family: "Roboto", sans-serif !important;
  font-size: 24px !important;
  line-height: 22px !important;
  color: #FFFFFF;
  font-weight: 400;
}

.custom--header .menu-item {
  position: relative;
  margin-right: 25px !important;
}
.custom--header .menu-item::before {
  transition: all 0.4s ease;
  content: "";
  position: absolute;
  bottom: -5px;
  left: 10px;
  height: 4px;
  width: 25px;
  background-color: transparent;
  border-radius: 4px;
}
.custom--header .menu-item:hover::before {
  width: 45px;
  background-color: #FE6D25;
  border-radius: 4px;
}
.custom--header .menu-item.current-menu-item::before {
  transition: all 0.4s ease;
  content: "";
  position: absolute;
  bottom: -5px;
  left: 10px;
  height: 4px;
  width: 25px;
  background-color: #CCD03E;
  border-radius: 4px;
}
.custom--header .menu-item.current-menu-item:hover::before {
  width: 45px;
  background-color: #FE6D25;
  border-radius: 4px;
}
.custom--header .menu-item.is--button {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #fff;
  overflow: hidden;
  padding: 13px 30px;
  max-width: -webkit-max-content !important;
  max-width: -moz-max-content !important;
  max-width: max-content !important;
  width: auto !important;
  text-align: center;
  font-style: italic;
  border-radius: 40px;
  margin-top: 0 !important;
  background-color: #FE6D25 !important;
  color: #FFFFFF !important;
  display: inline-block !important;
  text-align: center;
  top: -4px;
}
.custom--header .menu-item.is--button::before, .custom--header .menu-item.is--button::after {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100px) skewX(-15deg);
  content: "";
}
.custom--header .menu-item.is--button::before {
  width: 60px;
  background: rgba(255, 255, 255, 0.5);
  filter: blur(30px);
  opacity: 0.5;
}
.custom--header .menu-item.is--button::after {
  width: 30px;
  left: 30px;
  background: rgba(255, 255, 255, 0.2);
  filter: blur(5px);
}
.custom--header .menu-item.is--button:hover {
  background-color: #ffde38;
  border-color: #ffde38;
}
.custom--header .menu-item.is--button:hover::before {
  opacity: 1;
}
.custom--header .menu-item.is--button:hover::before, .custom--header .menu-item.is--button:hover::after {
  transform: translateX(300px) skewX(-15deg);
  transition: all 0.9s ease;
}
.custom--header .menu-item.is--button a {
  color: #FFFFFF !important;
  padding-bottom: 0 !important;
}

.header--hero {
  position: absolute;
  top: 0;
  min-width: 100%;
}

.mobile--cta {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .mobile--cta {
    display: inline-block;
    min-width: 47px;
    min-height: 47px;
    max-height: 47px;
    max-width: 47px !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
    padding: 8px;
    text-indent: 1999px;
    position: relative;
    float: right;
    top: 10px;
    z-index: 4;
    overflow: hidden;
  }
}
@media screen and (max-width: 767.98px) {
  .mobile--cta::before {
    content: " ";
    opacity: 1 !important;
    display: block;
    width: 45px;
    height: 45px;
    background: transparent url("/wp-content/uploads/2024/06/super-menu-green.svg") no-repeat center left 6px;
    background-size: 94px;
    position: absolute;
    top: 3.5px;
    right: 3.5px;
    z-index: 5;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    transition: all 0.4s ease-in-out !important;
  }
}

.panel-menu {
  display: none !important;
}
@media screen and (max-width: 767.98px) {
  .panel-menu {
    display: flex !important;
    flex-direction: column !important;
    position: fixed !important;
    top: 106px !important;
    right: -100vw !important;
    background: rgba(3, 98, 71, 0.98) !important;
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
    box-shadow: none;
    transition: all 0.6s ease !important;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    opacity: 0;
    min-height: 100vh;
    padding: 35px !important;
    padding-top: 40px !important;
  }
}
.panel-menu .cta--menu-mobile {
  min-width: 100% !important;
  text-align: center !important;
}

.panel-menu.is--open {
  right: 0 !important;
  opacity: 1;
}

.mobile--cta.is--open::before {
  background-position: center right 6px !important;
}

.panel--menu-container {
  max-width: 100% !important;
  background-color: rgb(28, 36, 85) !important;
  float: right !important;
  padding: 40px 35px !important;
}

.mobile-nav--menu ul {
  list-style: none;
  margin: 0px;
  padding: 0 25px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.mobile-nav--menu ul li {
  display: block;
  margin: 0;
  padding: 0;
  min-width: 100%;
}
.mobile-nav--menu ul li a {
  display: block;
  color: #FFFFFF;
  font-size: 20px;
  font-family: "Oxygen Regular", sans-serif !important;
  min-width: 100%;
  padding: 15px;
  text-align: left;
}

@media screen and (max-width: 767.98px) {
  .custom-header--desktop {
    display: none !important;
  }
}

.custom-mobile-header {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .custom-mobile-header {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    overflow: hidden;
    z-index: 9999;
    background-color: #f6f3ee !important;
  }
}

@media screen and (max-width: 767.98px) {
  .remove--bg {
    background-image: none !important;
  }
}

.remove--space p, .remove--space p a {
  margin: 0 !important;
}
.remove--space a {
  min-width: 300px !important;
  max-width: initial !important;
}

@media only screen and (max-width: 767px) {
  .et_pb_row_0.et_pb_row {
    margin-top: 107px !important;
  }
}
body {
  background-color: #f6f3ee;
}

@media screen and (max-width: 991.98px) {
  .hero--heading .et_pb_text_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.hero--heading h1 strong {
  display: block;
  font-size: 83px !important;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 90px;
  margin-bottom: -10px;
}
@media screen and (max-width: 991.98px) {
  .hero--heading h1 strong {
    font-size: 80px !important;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: -10px;
  }
}
@media screen and (max-width: 767.98px) {
  .hero--heading h1 strong {
    font-size: 58px !important;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: -15px;
  }
}
.hero--heading h3 {
  margin-bottom: 40px;
}
.hero--heading a {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #fff;
  overflow: hidden;
  margin-top: 40px !important;
  -webkit-animation: 1s customFadeIn;
          animation: 1s customFadeIn;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  visibility: hidden;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  position: relative;
  padding: 13px 30px;
  display: block;
  text-align: center;
  max-width: 230px;
  border-radius: 40px;
}
.hero--heading a::before, .hero--heading a::after {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100px) skewX(-15deg);
  content: "";
}
.hero--heading a::before {
  width: 60px;
  background: rgba(255, 255, 255, 0.5);
  filter: blur(30px);
  opacity: 0.5;
}
.hero--heading a::after {
  width: 30px;
  left: 30px;
  background: rgba(255, 255, 255, 0.2);
  filter: blur(5px);
}
.hero--heading a:hover {
  background-color: #ffde38;
  border-color: #ffde38;
}
.hero--heading a:hover::before {
  opacity: 1;
}
.hero--heading a:hover::before, .hero--heading a:hover::after {
  transform: translateX(300px) skewX(-15deg);
  transition: all 0.9s ease;
}

.custom--hero-container {
  height: 950px;
  position: relative;
}
@media screen and (max-width: 991.98px) {
  .custom--hero-container {
    height: auto;
  }
}

.hero--home {
  overflow-x: hidden;
  overflow-y: hidden !important;
}

.hero--img {
  position: absolute;
  top: 0;
  right: -45px;
}
@media screen and (min-width: 1199.98px) {
  .hero--img {
    min-width: 1000px;
  }
}
@media screen and (max-width: 991.98px) {
  .hero--img {
    position: relative;
    right: -100px;
    margin-top: -30px;
  }
}
@media screen and (max-width: 767.98px) {
  .hero--img {
    position: relative;
    right: -40px;
    margin-top: -30px;
  }
}

.about-slider .et-pb-slider-arrows {
  display: none !important;
}
.about-slider .et-pb-controllers a {
  width: 10px;
  height: 10px;
}

.et_pb_bg_layout_light .et-pb-controllers a {
  background-color: rgba(255, 255, 255, 0.6);
}

.et_pb_bg_layout_light .et-pb-controllers .et-pb-active-control {
  background-color: rgb(255, 255, 255);
}

.has-button {
  font-style: italic;
}

.has-button.has--cta-green a {
  background-color: #CCD03E;
  color: #036247;
}

.has-button.has--cta-orange a {
  background-color: #FE6D25;
  color: #FFFFFF;
}

@media screen and (max-width: 991.98px) {
  .et_pb_section .bg-discover-tablet {
    background-position-x: 70%;
  }
}

@media screen and (max-width: 991.98px) {
  .tablet-column {
    display: flex;
    flex-direction: row;
  }
}
@media screen and (max-width: 767.98px) {
  .tablet-column {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 991.98px) {
  .socialmedia-tablet-column {
    display: flex;
    flex-direction: row;
  }
}

.no--subtitle p:first-child {
  margin-top: 30px;
}

a.et_pb_button.hover--animated {
  position: relative;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #fff;
  overflow: hidden;
}
a.et_pb_button.hover--animated::before, a.et_pb_button.hover--animated::after {
  height: 100% !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  transform: translateX(-100px) skewX(-15deg);
  content: "" !important;
}
a.et_pb_button.hover--animated::before {
  width: 60px;
  background: rgba(255, 255, 255, 0.5);
  filter: blur(30px);
  opacity: 0.5;
}
a.et_pb_button.hover--animated::after {
  width: 30px;
  left: 30px;
  background: rgba(255, 255, 255, 0.2);
  filter: blur(5px);
}
a.et_pb_button.hover--animated:hover {
  background-color: #ffde38;
  border-color: #ffde38;
}
a.et_pb_button.hover--animated:hover::before {
  opacity: 1;
}
a.et_pb_button.hover--animated:hover::before, a.et_pb_button.hover--animated:hover::after {
  transform: translateX(300px) skewX(-15deg);
  transition: all 0.9s ease;
}

.center--button p {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.heading--about h1:last-child {
  font-size: 80px;
}
@media screen and (max-width: 991.98px) {
  .heading--about h1:last-child {
    font-size: 45px;
  }
}

.wrap--custom-scroll {
  position: absolute;
  bottom: 50px;
  min-width: 100%;
}

.custom--scroll {
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 50%;
  position: relative;
  animation: down 1.5s infinite;
  -webkit-animation: down 1.5s infinite;
  margin: 0 auto;
}
.custom--scroll::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 18px;
  width: 18px;
  height: 18px;
  border-left: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  transform: rotate(-45deg);
}

.feature--values h2 {
  margin-bottom: 40px;
}

.remove--i * {
  font-style: normal;
}
.remove--i p:first-child {
  margin-top: 40px !important;
}

.custom--appointment .jet-apb-calendar {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}
.custom--appointment .jet-apb-slot {
  background-color: rgba(3, 98, 71, 0.08);
  color: #036247;
  padding: 5px 15px;
  transition: all 0.4s ease;
  border-radius: 30px;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}
.custom--appointment .jet-apb-slot:hover, .custom--appointment .jet-apb-slot.jet-apb-slot--selected {
  background-color: #036247;
  color: #FFFFFF;
}
.custom--appointment .jet-apb-item-service-provider {
  display: none;
}
.custom--appointment .jet-apb-calendar-appointments-list-wrapper {
  padding: 20px 15px;
  background-color: rgba(3, 98, 71, 0.08);
  color: #036247;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  border-radius: 8px;
}
.custom--appointment .jet-apb-appointments-item {
  margin-bottom: 0;
}
.custom--appointment .jet-apb-calendar-appointments-list {
  padding: 0;
}
.custom--appointment .jet-apb-calendar-date--selected {
  color: #FE6D25;
  font-weight: 400 !important;
}
.custom--appointment .jet-form__heading, .custom--appointment .jet-apb-appointments-item {
  text-align: center;
  justify-content: center;
  letter-spacing: 1px;
}
.custom--appointment .jet-form__heading .jet-form__label-text {
  font-family: "Archivo Black", sans-serif;
  font-weight: 400 !important;
  text-align: center;
}
.custom--appointment .jet-form__field {
  font-size: 14px;
  line-height: 20px;
  padding: 13px 15px;
  border: none;
  border-bottom: 1px solid #036247;
  font-family: "Roboto", sans-serif;
  color: #036247;
  transition: all 0.4s ease;
  text-align: center;
}
.custom--appointment .jet-form__field::-moz-placeholder {
  color: #036247;
}
.custom--appointment .jet-form__field:-ms-input-placeholder {
  color: #036247;
}
.custom--appointment .jet-form__field::placeholder {
  color: #036247;
}
.custom--appointment .jet-form__field:hover, .custom--appointment .jet-form__field:focus {
  border-color: #FE6D25;
}
.custom--appointment .jet-form__submit {
  padding: 13px 15px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
  background: #036247;
  color: #FFFFFF;
  border: none;
  max-width: 75%;
  margin: 15px auto 0;
  width: 100%;
  border-radius: 30px;
  transition: all 0.4s ease;
  font-family: "Archivo Black", sans-serif;
  cursor: pointer;
}
.custom--appointment .jet-form__submit:hover {
  background-color: #FE6D25;
}
.custom--appointment .jet-apb-appointments-item-content {
  display: flex;
}
.custom--appointment .jet-apb-item-date {
  margin-left: 20px;
}
.custom--appointment .jet-apb-calendar-slots__close {
  top: 20px;
}

.custom--appointment.is--book {
  overflow: initial !important;
}
.custom--appointment.is--book .forminator-radio {
  width: 100% !important;
  flex-direction: column-reverse !important;
  padding: 0 !important;
  margin-bottom: 15px !important;
  position: relative;
}
.custom--appointment.is--book .forminator-radio span[aria-hidden]:before {
  background: #036247 url("/wp-content/uploads/2024/06/check_fill.svg") center no-repeat !important;
  background-size: 12px !important;
}
.custom--appointment.is--book .forminator-input {
  font-family: "Roboto", sans-serif !important;
  color: #036247 !important;
}
.custom--appointment.is--book .forminator-input::-moz-placeholder {
  font-family: "Roboto", sans-serif !important;
  color: #036247 !important;
}
.custom--appointment.is--book .forminator-input:-ms-input-placeholder {
  font-family: "Roboto", sans-serif !important;
  color: #036247 !important;
}
.custom--appointment.is--book .forminator-input::placeholder {
  font-family: "Roboto", sans-serif !important;
  color: #036247 !important;
}
.custom--appointment.is--book .forminator-radio-image {
  position: relative !important;
  min-width: 100%;
  border-color: #FFFFFF !important;
  display: block;
  border-radius: 12px !important;
  border: none !important;
}
.custom--appointment.is--book .forminator-radio-image span {
  width: 100% !important;
  min-height: 114px;
  background-size: cover !important;
  border-radius: 12px !important;
}
.custom--appointment.is--book .forminator-radio-bullet {
  position: absolute !important;
  top: 50px !important;
  left: -39px !important;
  z-index: 5 !important;
  border: none !important;
}
.custom--appointment.is--book .forminator-radio-bullet::before {
  width: 22px !important;
  height: 22px !important;
}
.custom--appointment.is--book .forminator-pagination-steps {
  display: none !important;
}
.custom--appointment.is--book .forminator-radio-label {
  width: 100%;
  text-align: left;
  padding: 12px 0 5px 26px !important;
  font-size: 15px;
  line-height: 20px;
  font-family: "Roboto", sans-serif !important;
  color: #036247;
  position: relative;
}
.custom--appointment.is--book .forminator-radio-label::before {
  content: "";
  width: 25px;
  height: 25px;
  background: url("/wp-content/uploads/2024/06/calendar_line.svg") center no-repeat;
  background-size: 20px;
  position: absolute;
  top: 8px;
  left: 0;
}
.custom--appointment.is--book .forminator-button-next {
  background-color: #FE6D25 !important;
  transition: all 0.4s ease;
  font-family: "Archivo Black", sans-serif !important;
  font-size: 16px !important;
  line-height: 22px !important;
  padding: 13px !important;
  border-radius: 8px !important;
  border-radius: 40px !important;
  min-width: 350px;
}
.custom--appointment.is--book .forminator-design--material .forminator-input {
  border-color: #036247 !important;
}
.custom--appointment.is--book .forminator-is_active {
  position: relative;
}
.custom--appointment.is--book .forminator-is_active .forminator-label {
  color: #036247 !important;
}
.custom--appointment.is--book .forminator-button-submit {
  margin-bottom: 15px !important;
  background-color: #036247 !important;
  font-family: "Archivo Black", sans-serif !important;
  font-size: 16px !important;
  line-height: 22px !important;
  padding: 13px !important;
  border-radius: 8px !important;
  border-radius: 40px !important;
  min-width: 350px;
}
.custom--appointment.is--book .forminator-button-back {
  line-height: 22px !important;
  padding: 13px !important;
  border-radius: 8px !important;
  background-color: transparent !important;
  border: 1px solid #036247 !important;
  color: #036247 !important;
  border-radius: 40px !important;
  min-width: 350px;
}

.forminator-is_active .forminator-input--wrap:after,
.forminator-is_hover .forminator-input--wrap:after {
  background-color: #CCD03E !important;
}

.forminator-pagination-footer {
  display: flex !important;
  flex-direction: column-reverse !important;
}

.typ--title h1 {
  margin-bottom: 5px;
}
.typ--title strong {
  color: #FE6D25;
  font-weight: 400 !important;
  text-transform: uppercase;
}
.typ--title p {
  max-width: 420px;
}

.icon--trip {
  position: relative;
  padding-left: 50px;
}
.icon--trip::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -8px;
  left: 0;
  background: #FE6D25 url("/wp-content/uploads/2024/06/location_2_fill.svg") center no-repeat;
  background-size: 20px;
  border-radius: 8px;
}

.icon--guest {
  position: relative;
  padding-left: 50px;
}
.icon--guest::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -8px;
  left: 0;
  background: #E7CBE4 url("/wp-content/uploads/2024/06/icon-person.svg") center no-repeat;
  background-size: 20px;
  border-radius: 8px;
}

.has--blur {
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.page-id-19 {
  background-color: #F6F3EE;
}

.forminator-error-message {
  display: none !important;
}

.forminator-edit-module {
  display: none !important;
}

.forminator-button.forminator-button-submit {
  border-radius: 40px !important;
  box-shadow: none !important;
  text-shadow: none !important;
  padding: 13px 30px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
}

.white-social {
  padding: 0 !important;
}

.white-social-container {
  display: flex;
  flex-direction: row;
  align-items: normal;
  justify-content: flex-start;
}

.custom--footer {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 767.98px) {
  .custom--footer {
    flex-direction: column;
  }
}

.footer--menu-v2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer--menu-v2 ul li {
  margin-bottom: 8px;
  position: relative;
  left: -8px;
}
@media screen and (max-width: 767.98px) {
  .footer--menu-v2 ul li {
    margin-bottom: 12px;
  }
}
.footer--menu-v2 ul li::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("/wp-content/uploads/2024/06/right_line.svg") no-repeat center;
  background-size: 18px;
  top: 10px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .footer--menu-v2 ul li::before {
    display: none;
  }
}

body {
  scroll-behavior: smooth;
}

body::-webkit-scrollbar {
  width: 5px;
}
body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #DAB665;
}
body::-webkit-scrollbar-track {
  background-color: #000000;
  border-radius: 10px;
}

a {
  transition: all 0.3s ease 0s;
}
a:hover {
  transition: all 0.3s ease 0s;
}

footer {
  position: relative;
  z-index: 0;
}

#main-content {
  position: relative;
  margin: 0;
  padding: 0;
}
#main-content #left-area {
  width: 100%;
  padding: 0;
}
#main-content .container #sidebar {
  display: none;
}
#main-content .container:before {
  display: none;
}/*# sourceMappingURL=style.css.map */