h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

h2,
h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

p,
span,
a,
ul {
  font-family: "Lato", sans-serif;
  letter-spacing: 0.5px;
}

h1 {
  font-size: 1.625rem;
  letter-spacing: 1px !important;
}
@media only screen and (min-width: 1025px) {
  h1 {
    font-size: 2.5vw;
  }
}

h2 {
  font-size: 1.5rem;
  letter-spacing: 1px !important;
}
@media only screen and (min-width: 1025px) {
  h2 {
    font-size: 2.3vw;
  }
}

h3 {
  font-size: 1.375rem;
  letter-spacing: 1px !important;
}
@media only screen and (min-width: 1025px) {
  h3 {
    font-size: 2.2vw;
  }
}

h4 {
  font-size: 1.25rem;
  letter-spacing: 1px !important;
}
@media only screen and (min-width: 1025px) {
  h4 {
    font-size: 2vw;
  }
}

h5 {
  font-size: 1.125rem;
  letter-spacing: 1px !important;
}
@media only screen and (min-width: 1025px) {
  h5 {
    font-size: 1.5vw;
  }
}

h6 {
  font-size: 1rem;
}
@media only screen and (min-width: 1025px) {
  h6 {
    font-size: 1.25vw;
  }
}

p {
  color: #545454;
  font-size: 0.9375rem;
  letter-spacing: 1px;
  line-height: 200% !important;
  letter-spacing: 0.5px !important;
  font-weight: 400;
}
@media only screen and (min-width: 1025px) {
  p {
    font-size: 1.042vw;
    letter-spacing: 0.01vw;
    line-height: 2vw;
  }
}

ul li {
  font-size: 0.875rem;
  letter-spacing: 1px;
}
@media only screen and (min-width: 1025px) {
  ul li {
    font-size: 1.042vw;
  }
}
ul li a {
  font-size: 0.875rem;
  letter-spacing: 1px;
}
@media only screen and (min-width: 1025px) {
  ul li a {
    font-size: 1.042vw;
  }
}

.ft-x-sm {
  font-size: 12px;
}
@media only screen and (min-width: 1025px) {
  .ft-x-sm {
    font-size: 0.7vw;
  }
}

.ft-sm {
  font-size: 13px;
}
@media only screen and (min-width: 1025px) {
  .ft-sm {
    font-size: 0.8vw;
  }
}

/* Scrollbar common */
::-webkit-scrollbar {
  width: 5px;
  background: transparent;
}

/* Scrollbar track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: transparent;
  /* Replace $black with a valid color if using plain CSS */
}

/* Scrollbar thumb */
::-webkit-scrollbar-thumb {
  background: #646b22;
  outline: 1px solid slategrey;
  border-radius: 20px;
}

body {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  position: relative;
}
body .mobile-book-btn {
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 15px;
  width: 100%;
  transition: 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 4px;
  text-transform: uppercase;
  background: #646B22;
  z-index: 8;
}
@media only screen and (min-width: 600px) {
  body .mobile-book-btn {
    display: none;
  }
}

.overflow-none {
  overflow: hidden !important;
  position: relative;
  pointer-events: none;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

svg {
  width: 100%;
  height: 100%;
}

p,
a,
li {
  margin: 0;
  padding: 0;
  color: #545454;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: #545454;
  line-height: 150%;
}

a {
  text-decoration: none;
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

img,
video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slick-next {
  right: 30vw;
  z-index: 1;
  width: 30px;
  height: 30px;
  z-index: 5;
  top: unset;
  bottom: -30px;
}
@media only screen and (min-width: 1025px) {
  .slick-next {
    bottom: unset;
    top: 9vw;
  }
}
.slick-next::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("../assets/images/slide-next.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 1025px) {
  .slick-next {
    right: -6vw;
    width: 2vw;
    height: 2vw;
  }
  .slick-next::before {
    width: 2vw;
    height: 2vw;
  }
}

.slick-prev {
  left: 30vw;
  z-index: 1;
  width: 30px;
  height: 30px;
  z-index: 5;
  top: unset;
  bottom: -30px;
}
@media only screen and (min-width: 1025px) {
  .slick-prev {
    bottom: unset;
    top: 9vw;
  }
}
.slick-prev::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("../assets/images/slide-prev.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}
@media only screen and (min-width: 1025px) {
  .slick-prev {
    left: -6vw;
    width: 2vw;
    height: 2vw;
  }
  .slick-prev::before {
    width: 2vw;
    height: 2vw;
  }
}

.slick-dots {
  bottom: 0;
  z-index: 3;
}
.slick-dots li button {
  background-color: transparent;
  border: 1px solid #ffffff;
  padding: 1px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}
.slick-dots li button:before {
  color: transparent;
  opacity: 1;
  width: 2px;
  height: 2px;
}
.slick-dots li.slick-active button {
  background: #ffffff;
}
.slick-dots li.slick-active button:before {
  color: transparent;
}

.slick-slider {
  padding-bottom: 50px;
}
@media only screen and (min-width: 1025px) {
  .slick-slider {
    padding-bottom: unset;
  }
}

.ona-cloud {
  display: block;
  position: absolute;
  width: 400px;
  height: 400px;
  background: url("../assets/images/ona-cloud.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (min-width: 1025px) {
  .ona-cloud {
    width: 50vw;
    height: 50vw;
  }
}

@keyframes cloudAnimation {
  0% {
    right: -500px;
    opacity: 0.8;
    top: -500px;
  }
  20% {
    right: 40vw;
    opacity: 0.5;
    top: -450px;
  }
  40% {
    right: 95vw;
    opacity: 0.3;
    top: -440px;
  }
  50% {
    right: 500px;
  }
  60% {
    right: 95vw;
    opacity: 0.3;
    top: -460px;
  }
  80% {
    right: 40vw;
    opacity: 0.5;
    top: -420px;
  }
  100% {
    opacity: 0.8;
    right: -500px;
    top: -500px;
  }
}
@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.title-svg {
  width: 100% !important;
  height: auto !important;
  display: block;
  margin: 0 auto;
  padding-bottom: 30px;
}
@media only screen and (min-width: 600px) {
  .title-svg {
    width: 43.646vw !important;
    height: auto !important;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .title-svg {
    padding-bottom: 5vw;
  }
}

.wysiwyg-wrapper p,
.wysiwyg-wrapper h2,
.wysiwyg-wrapper h3,
.wysiwyg-wrapper h4,
.wysiwyg-wrapper h5,
.wysiwyg-wrapper h6 {
  padding-bottom: 20px;
}
.wysiwyg-wrapper h2,
.wysiwyg-wrapper h3,
.wysiwyg-wrapper h4,
.wysiwyg-wrapper h5,
.wysiwyg-wrapper h6 {
  padding-top: 20px;
}
.wysiwyg-wrapper ul {
  padding-left: 14px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1025px) {
  .wysiwyg-wrapper ul {
    padding-left: 1vw;
  }
}
.wysiwyg-wrapper ul li {
  padding-bottom: 10px;
  list-style: disc;
}
.wysiwyg-wrapper ul li:last-child {
  padding-bottom: unset;
}
.wysiwyg-wrapper ul ul {
  padding-top: 10px;
  padding-bottom: unset;
}
.wysiwyg-wrapper ul.sitemap li a {
  text-decoration: unset;
}
.wysiwyg-wrapper a {
  text-decoration: underline;
  transition: 0.3s ease-in-out;
}
.wysiwyg-wrapper a:hover {
  color: #646B22;
}

.default-page .ona-heading {
  padding-bottom: 40px;
}

.dfb-form label {
  padding-bottom: 10px;
  color: #3c3c3c;
}
.dfb-form .response-field-dropdown {
  width: 100%;
  position: relative;
}
.dfb-form .response-field-dropdown::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 25%;
  background-image: url("../assets/images/select-arrow.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 15px;
  width: 15px;
}
@media only screen and (min-width: 1025px) {
  .dfb-form .response-field-dropdown::after {
    width: 0.781vw;
    height: 0.781vw;
  }
}
.dfb-form .form-control {
  background-color: #e3ddcf;
  border: unset;
  color: #3c3c3c;
  border-radius: unset;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1025px) {
  .dfb-form .form-control {
    height: 50px;
  }
}
.dfb-form .form-control:focus {
  border: 1px solid #646b22;
  box-shadow: unset;
}
.dfb-form #gdpr_compliance_id_wrap label {
  text-transform: uppercase;
  color: #3c3c3c;
}
.dfb-form #gdpr_compliance_id_wrap p {
  color: #626262;
  line-height: 1.5;
}
@media only screen and (min-width: 1025px) {
  .dfb-form #gdpr_compliance_id_wrap p {
    font-size: 0.8vw;
  }
}
.dfb-form #gdpr_compliance_id_wrap .response-field-checkboxes {
  padding-bottom: 10px;
}
.dfb-form #gdpr_compliance_id_wrap .response-field-checkboxes p:last-child {
  padding-bottom: 10px;
}
@media only screen and (min-width: 1025px) {
  .dfb-form #gdpr_compliance_id_wrap .response-field-checkboxes p {
    font-size: 0.8vw;
  }
}
.dfb-form #gdpr_compliance_id_wrap .response-field-checkboxes .checkbox-inline {
  text-transform: inherit;
  display: flex;
  gap: 10px;
  align-items: center;
  color: #626262;
  padding-bottom: unset;
  font-size: 0.9375rem;
}
@media only screen and (min-width: 1025px) {
  .dfb-form #gdpr_compliance_id_wrap .response-field-checkboxes .checkbox-inline {
    font-size: 0.8vw;
  }
}
.dfb-form .recapture {
  color: #626262;
  padding-bottom: 10px;
  font-size: 0.8rem;
}
@media only screen and (min-width: 1025px) {
  .dfb-form .recapture {
    font-size: 0.8vw;
  }
}
.dfb-form .recapture a {
  text-decoration: underline;
  transition: 0.5s ease-in-out;
}
.dfb-form .recapture a:hover {
  color: #646b22;
}
.dfb-form .help-block {
  position: absolute;
  bottom: 0;
  font-size: 12px;
  color: #dc3545 !important;
}
.dfb-form .is_required {
  color: #626262;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1025px) {
  .dfb-form .is_required {
    font-size: 0.8vw;
  }
}
.dfb-form #validateBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  padding: 10px 20px;
  font-size: 14px;
  align-items: center;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2.4px;
  background-color: #646b22;
  transition: 0.4s ease-in-out;
  width: max-content;
  border: unset;
  border-radius: unset;
}
@media only screen and (min-width: 1025px) {
  .dfb-form #validateBtn {
    padding: 0.6vw 1.8vw;
    font-size: 0.833vw;
  }
}
.dfb-form #validateBtn:hover {
  background-color: #EF8C24;
  color: #ffffff;
}

.nav-pills .nav-link.active {
  background-color: transparent;
  color: #2c2c2c;
}

.gt_float_switcher img {
  display: none !important;
}

.gt_float_switcher .gt_options a {
  color: #fff !important;
}

.gt_float_switcher {
  box-shadow: unset !important;
}

.book-name-change {
  pointer-events: all;
  display: none;
}

.scrolled.revealup {
  animation: animateup 0.5s ease-in-out both;
}

.js-scroll.scrolled {
  opacity: 1;
}

@keyframes animateup {
  0% {
    transform: translate3d(5px, 40px, 0);
    opacity: 0;
    transition: all 0.3s;
  }
  100% {
    transition: all 0.3s;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.gt_float_switcher .gt_options {
  position: absolute !important;
  background: #fff;
  transition: 0.3s ease-in-out !important;
  right: 0;
}
.gt_float_switcher .gt_options:hover {
  background-color: #ef8c24 !important;
}

.gt_float_switcher .gt_options a {
  color: #403f2d !important;
  font-size: 15px !important;
}
@media only screen and (min-width: 1025px) {
  .gt_float_switcher .gt_options a {
    font-size: 0.938vw !important;
  }
}
.gt_float_switcher .gt_options a:hover {
  color: #fff !important;
  background-color: #ef8c24 !important;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow.gt_arrow_rotate {
  transform: rotate(-180deg) !important;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
  transform: rotate(0deg) !important;
}

@media only screen and (max-width: 500px) {
  .default-page h1 {
    font-size: 1rem;
  }
}

#muteButton {
  top: auto;
  bottom: 5%;
  left: auto;
  right: 2%;
  z-index: 7;
  background-color: transparent;
  background-image: url(../../images/mute.png);
  background-size: 100%;
  width: 25px;
  height: 25px;
  border: 0;
  filter: invert(1);
}

#muteButton.unmute {
  background-image: url(../../images/high-volume.png);
  filter: invert(1);
  width: 25px;
  height: 25px;
}

.small-padding-bottom {
  padding-bottom: 30px;
}
@media screen and (max-width: 1025px) {
  .small-padding-bottom {
    padding-bottom: 30px;
  }
}

.page-id-39 .wysiwyg-wrapper p {
  text-align: left;
}

.hidden {
  opacity: 0;
  pointer-events: none;
}

.unhide {
  opacity: 1 !important;
  pointer-events: all !important;
}

.a-caps {
  text-transform: uppercase;
}
.a-caps a,
.a-caps p,
.a-caps li,
.a-caps h1,
.a-caps h2,
.a-caps h3,
.a-caps h4,
.a-caps h5,
.a-caps h6 {
  text-transform: uppercase;
}

.a-bold {
  font-weight: 600;
}
.a-bold a,
.a-bold p,
.a-bold li,
.a-bold h1,
.a-bold h2,
.a-bold h3,
.a-bold h4,
.a-bold h5,
.a-bold h6 {
  font-weight: 600;
}

.ovfl-unhide {
  overflow: unset;
}

.ovfl-hide {
  overflow: hidden;
}

.mb-no {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .mb-no {
    display: block;
  }
}

.desk-no {
  display: block;
}
@media only screen and (min-width: 1025px) {
  .desk-no {
    display: none;
  }
}

.section-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.mask-bg img {
  object-fit: fill;
}

.head-ft {
  font-family: "Montserrat", sans-serif;
}
.head-ft a,
.head-ft li,
.head-ft p,
.head-ft h1,
.head-ft h2,
.head-ft h3,
.head-ft h4,
.head-ft h5,
.head-ft h6,
.head-ft span {
  font-family: "Montserrat", sans-serif;
}

.body-ft {
  font-family: "Lato", sans-serif;
}
.body-ft a,
.body-ft li,
.body-ft p,
.body-ft h1,
.body-ft h2,
.body-ft h3,
.body-ft h4,
.body-ft h5,
.body-ft h6,
.body-ft span {
  font-family: "Lato", sans-serif;
}

.text-white {
  color: #ffffff;
}
.text-green {
  color: #646B22;
}
.text-black {
  color: #545454;
}
.text-black-2 {
  color: #2C2C2C;
}
.text-ash {
  color: #9D9D9D;
}

.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text__tab-left {
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .text__tab-left {
    text-align: left;
  }
}
.text__tab-right {
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .text__tab-right {
    text-align: right;
  }
}

.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-none {
  text-transform: none;
}
.text-capitalize {
  text-transform: capitalize;
}

.font-normal {
  font-weight: 400;
}
.font-bold {
  font-weight: 700;
}

.mx-auto {
  margin: 0 auto;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.px-padding__main {
  padding-left: 25px;
  padding-right: 25px;
}
@media only screen and (min-width: 600px) {
  .px-padding__main {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .px-padding__main {
    padding-left: 4.167vw;
    padding-right: 4.167vw;
  }
}
.px-padding__large {
  padding-left: 25px;
  padding-right: 25px;
}
@media only screen and (min-width: 600px) {
  .px-padding__large {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .px-padding__large {
    padding-left: 11.979vw;
    padding-right: 11.979vw;
  }
}
.px-padding__xl {
  padding-left: 25px;
  padding-right: 25px;
}
@media only screen and (min-width: 600px) {
  .px-padding__xl {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .px-padding__xl {
    padding-left: 15vw;
    padding-right: 15vw;
  }
}

.pl-padding__main {
  padding-right: 25px;
  padding-left: 25px;
}
@media only screen and (min-width: 600px) {
  .pl-padding__main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .pl-padding__main {
    padding-right: 4.167vw;
    padding-left: 4.167vw;
  }
}
.pl-padding__large {
  padding-right: 25px;
  padding-left: 25px;
}
@media only screen and (min-width: 600px) {
  .pl-padding__large {
    padding-right: 40px;
    padding-left: 25px;
  }
}
@media only screen and (min-width: 1025px) {
  .pl-padding__large {
    padding-right: 11.979vw;
    padding-left: 4.167vw;
  }
}

.pr-padding__main {
  padding-right: 25px;
  padding-left: 25px;
}
@media only screen and (min-width: 600px) {
  .pr-padding__main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .pr-padding__main {
    padding-right: 4.167vw;
    padding-left: 4.167vw;
  }
}
.pr-padding__large {
  padding-right: 25px;
  padding-left: 25px;
}
@media only screen and (min-width: 600px) {
  .pr-padding__large {
    padding-right: 40px;
    padding-left: 25px;
  }
}
@media only screen and (min-width: 1025px) {
  .pr-padding__large {
    padding-right: 11.979vw;
    padding-left: 4.167vw;
  }
}

.py-padding__main {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 1025px) {
  .py-padding__main {
    padding-top: 7.5vw;
    padding-bottom: 7.5vw;
  }
}

.pt-padding__main {
  padding-top: 50px;
}
@media only screen and (min-width: 1025px) {
  .pt-padding__main {
    padding-top: 7.5vw;
  }
}

.pb-padding__main {
  padding-bottom: 50px;
}
@media only screen and (min-width: 1025px) {
  .pb-padding__main {
    padding-bottom: 7.5vw;
  }
}

.my-padding__main {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1025px) {
  .my-padding__main {
    margin-top: 7.5vw;
    margin-bottom: 7.5vw;
  }
}

.mt-padding__main {
  margin-top: 50px;
}
@media only screen and (min-width: 1025px) {
  .mt-padding__main {
    margin-top: 7.5vw;
  }
}

.mb-padding__main {
  margin-bottom: 50px;
}
@media only screen and (min-width: 1025px) {
  .mb-padding__main {
    margin-bottom: 7.5vw;
  }
}

.sec-gaps {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (min-width: 600px) {
  .sec-gaps {
    gap: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .sec-gaps {
    gap: 3.906vw;
  }
}
.sec-gaps-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width: 600px) {
  .sec-gaps-inner {
    gap: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .sec-gaps-inner {
    gap: 2.344vw;
  }
}

.d-block {
  display: block !important;
}
.d-none {
  display: none !important;
}
@media only screen and (min-width: 600px) {
  .d-md-block {
    display: block !important;
  }
}
@media only screen and (min-width: 600px) {
  .d-md-none {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) {
  .d-lg-block {
    display: block !important;
  }
}
@media only screen and (min-width: 1025px) {
  .d-lg-none {
    display: none !important;
  }
}

.no-scroll {
  overflow: hidden;
}

.opc-7 {
  opacity: 0.7;
}

.opc-5 {
  opacity: 0.5;
}

.opc-4 {
  opacity: 0.4;
}

.opc-2 {
  opacity: 0.2;
}

.opc-1 {
  opacity: 0.1;
}

.wd-80 {
  width: 100vw;
  padding: 0 10%;
}
.wd-80--desk-only {
  padding: 0;
}
@media only screen and (min-width: 1025px) {
  .wd-80--desk-only {
    padding: 0 10%;
  }
}

.wd-70 {
  width: 100vw;
  padding: 0 15%;
}
.wd-70--desk-only {
  padding: 0;
}
@media only screen and (min-width: 1025px) {
  .wd-70--desk-only {
    padding: 0 15%;
  }
}

.flx-cnt {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flx-cnt--row {
  flex-direction: row;
}
.flx-cnt--col {
  flex-direction: column;
}

.text-center {
  text-align: center;
}
.text-center a,
.text-center p,
.text-center li,
.text-center h1,
.text-center h2,
.text-center h3,
.text-center h4,
.text-center h5,
.text-center h6 {
  text-align: center;
}

.col-white {
  color: #ffffff !important;
}
.col-white li,
.col-white a,
.col-white p,
.col-white h1,
.col-white h2,
.col-white h3,
.col-white h4,
.col-white h5,
.col-white h6 {
  color: #ffffff !important;
}
.col-white svg {
  fill: #ffffff;
}

.col-black {
  color: #545454 !important;
}
.col-black li,
.col-black a,
.col-black p,
.col-black h1,
.col-black h2,
.col-black h3,
.col-black h4,
.col-black h5,
.col-black h6 {
  color: #545454 !important;
}
.col-black svg {
  fill: #545454;
}

.pad-1 {
  padding: 10px;
}
.pad-1--t {
  padding-top: 10px;
}
.pad-1--r {
  padding-right: 10px;
}
.pad-1--b {
  padding-bottom: 10px;
}
.pad-1--l {
  padding-left: 10px;
}
.pad-1--sides {
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 1025px) {
  .pad-1 {
    padding: 1vw;
  }
  .pad-1--t {
    padding-top: 1vw;
  }
  .pad-1--r {
    padding-right: 1vw;
  }
  .pad-1--b {
    padding-bottom: 1vw;
  }
  .pad-1--l {
    padding-left: 1vw;
  }
  .pad-1--sides {
    padding-left: 1vw;
    padding-right: 1vw;
  }
}

.pad-2 {
  padding: 20px;
}
.pad-2--t {
  padding-top: 20px;
}
.pad-2--r {
  padding-right: 20px;
}
.pad-2--b {
  padding-bottom: 20px;
}
.pad-2--l {
  padding-left: 20px;
}
.pad-2--sides {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 1025px) {
  .pad-2 {
    padding: 2vw;
  }
  .pad-2--t {
    padding-top: 2vw;
  }
  .pad-2--r {
    padding-right: 2vw;
  }
  .pad-2--b {
    padding-bottom: 2vw;
  }
  .pad-2--l {
    padding-left: 2vw;
  }
  .pad-2--sides {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}

.pad-3 {
  padding: 20px;
}
.pad-3--t {
  padding-top: 20px;
}
.pad-3--r {
  padding-right: 20px;
}
.pad-3--b {
  padding-bottom: 20px;
}
.pad-3--l {
  padding-left: 20px;
}
.pad-3--sides {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 1025px) {
  .pad-3 {
    padding: 3vw;
  }
  .pad-3--t {
    padding-top: 3vw;
  }
  .pad-3--r {
    padding-right: 3vw;
  }
  .pad-3--b {
    padding-bottom: 3vw;
  }
  .pad-3--l {
    padding-left: 3vw;
  }
  .pad-3--sides {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}

.pad-5 {
  padding: 50px;
}
.pad-5--t {
  padding-top: 50px;
}
.pad-5--r {
  padding-right: 50px;
}
.pad-5--b {
  padding-bottom: 50px;
}
.pad-5--l {
  padding-left: 50px;
}
@media only screen and (min-width: 1025px) {
  .pad-5 {
    padding: 5vw;
  }
  .pad-5--t {
    padding-top: 5vw;
  }
  .pad-5--r {
    padding-right: 5vw;
  }
  .pad-5--b {
    padding-bottom: 5vw;
  }
  .pad-5--l {
    padding-left: 5vw;
  }
}

.pad-10 {
  padding: 100px;
}
.pad-10--t {
  padding-top: 100px;
}
.pad-10--r {
  padding-right: 100px;
}
.pad-10--b {
  padding-bottom: 100px;
}
.pad-10--l {
  padding-left: 100px;
}
@media only screen and (min-width: 1025px) {
  .pad-10 {
    padding: 10vw;
  }
  .pad-10--t {
    padding-top: 10vw;
  }
  .pad-10--r {
    padding-right: 10vw;
  }
  .pad-10--b {
    padding-bottom: 10vw;
  }
  .pad-10--l {
    padding-left: 10vw;
  }
}

.pad-20 {
  padding: 200px;
}
.pad-20--t {
  padding-top: 200px;
}
.pad-20--r {
  padding-right: 200px;
}
.pad-20--b {
  padding-bottom: 200px;
}
.pad-20--l {
  padding-left: 200px;
}
@media only screen and (min-width: 1025px) {
  .pad-20 {
    padding: 20vw;
  }
  .pad-20--t {
    padding-top: 20vw;
  }
  .pad-20--r {
    padding-right: 20vw;
  }
  .pad-20--b {
    padding-bottom: 20vw;
  }
  .pad-20--l {
    padding-left: 20vw;
  }
}

.mrg-m-30--t {
  margin-top: -30vw;
}
.mrg-m-30--r {
  margin-right: -30vw;
}
.mrg-m-30--b {
  margin-bottom: -30vw;
}
.mrg-m-30--l {
  margin-left: -30vw;
}

.mrg-m-20--t {
  margin-top: -20vw;
}
.mrg-m-20--r {
  margin-right: -20vw;
}
.mrg-m-20--b {
  margin-bottom: -20vw;
}
.mrg-m-20--l {
  margin-left: -20vw;
}

.mrg-m-10--t {
  margin-top: -10vw;
}
.mrg-m-10--r {
  margin-right: -10vw;
}
.mrg-m-10--b {
  margin-bottom: -10vw;
}
.mrg-m-10--l {
  margin-left: -10vw;
}

.mrg-2 {
  display: block;
}
.mrg-2--t {
  margin-top: 2vw;
}
.mrg-2--r {
  margin-right: 2vw;
}
.mrg-2--b {
  margin-bottom: 2vw;
}
.mrg-2--l {
  margin-left: 2vw;
}

.mrg-10--t {
  margin-top: 10vw;
}
.mrg-10--r {
  margin-right: 10vw;
}
.mrg-10--b {
  margin-bottom: 10vw;
}
.mrg-10--l {
  margin-left: 10vw;
}

.abs-pos {
  position: absolute;
}
.abs-pos--vt-vr {
  position: absolute;
  top: 0;
  right: 0vw;
}
.abs-pos--t-vr {
  position: absolute;
  top: 5vw;
  right: 0;
}
.abs-pos--t-l {
  position: absolute;
  top: 5vw;
  left: 10vw;
}
.abs-pos--t-r {
  position: absolute;
  top: 5vw;
  right: 10vw;
}
.abs-pos--b-l {
  position: absolute;
  bottom: 5vw;
  left: 10vw;
}
.abs-pos--vb-l {
  position: absolute;
  bottom: 0;
  left: 10vw;
}
.abs-pos--b-r {
  position: absolute;
  bottom: 5vw;
  right: 10vw;
}

.ona-green-border-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2C2C2C;
  padding: 10px 20px;
  font-size: 14px;
  align-items: center;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2.4px;
  border: 1px solid #646B22;
  transition: 0.4s ease-in-out;
  width: max-content;
}
@media only screen and (min-width: 1025px) {
  .ona-green-border-btn {
    padding: 0.6vw 1.8vw;
    font-size: 0.833vw;
  }
}
.ona-green-border-btn:hover {
  background-color: #646B22;
  color: #ffffff;
}

.green-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  padding: 10px 20px;
  font-size: 14px;
  align-items: center;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2.4px;
  background: #646B22;
  transition: 0.4s ease-in-out;
  width: max-content;
}
@media only screen and (min-width: 1025px) {
  .green-btn {
    padding: 0.6vw 1.8vw;
    font-size: 0.833vw;
  }
}
.green-btn:hover {
  background: #EF8C24;
  color: #ffffff;
}

/* Initial state for reveal containers */
.reveal-left,
.reveal-right {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  clip-path: inset(0 100% 0 0); /* Default to reveal-left */
}

.reveal-left img,
.reveal-right img {
  transform: scale(1.3); /* Initial zoom-in scale */
}

/* Left side reveal */
.reveal-left.scrolled {
  animation: slideInLeftClip 1.5s forwards ease-out;
}

/* Right side reveal */
.reveal-right {
  clip-path: inset(0 0 0 100%); /* Fully clipped from the left initially */
}

.reveal-right.scrolled {
  animation: slideInRightClip 1.5s forwards ease-out;
}

/* Image animation for both left and right sides when scrolled */
.reveal-left.scrolled img,
.reveal-right.scrolled img {
  animation: scaleAndSlideImage 1.5s forwards ease-out; /* Image animation starts after 1.5s delay */
}

/* Keyframes for left-to-right clip-path reveal */
@keyframes slideInLeftClip {
  from {
    clip-path: inset(0 100% 0 0); /* Fully clipped from the right */
  }
  to {
    clip-path: inset(0 0 0 0); /* No clipping, fully revealed */
  }
}
/* Keyframes for right-to-left clip-path reveal */
@keyframes slideInRightClip {
  from {
    clip-path: inset(0 0 0 100%); /* Fully clipped from the left */
  }
  to {
    clip-path: inset(0 0 0 0); /* No clipping, fully revealed */
  }
}
/* Keyframes for image scale effect */
@keyframes scaleAndSlideImage {
  from {
    transform: scale(1.3);
  }
  to {
    transform: scale(1);
  }
}
.map-sec iframe {
  width: 100%;
  height: 30vw;
}

.scrolled.revealup {
  animation: animateup 1s ease-in-out both;
}

@keyframes animateup {
  0% {
    transform: translate3d(5px, 40px, 0);
    opacity: 0;
    transition: transform 0ms, opacity 0ms, -webkit-transform 0ms;
  }
  100% {
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@media only screen and (min-width: 1025px) {
  .js-scroll {
    opacity: 0;
    transition: opacity 500ms;
  }
  .js-scroll.scrolled {
    opacity: 1;
  }
}
@media only screen and (max-width: 1025px) {
  .revealup {
    transform: none !important;
    opacity: 1 !important;
  }
  .reveal-right scroll-element js-scroll img,
  .reveal-left scroll-element js-scroll img,
  .reveal-left scroll-element js-scroll,
  .reveal-right scroll-element js-scroll {
    transform: none !important;
    opacity: 1 !important;
  }
}
.request-ack h1,
.default-page h1 {
  word-wrap: anywhere;
}
.request-ack .wysiwyg-wrapper p,
.default-page .wysiwyg-wrapper p {
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .request-ack .wysiwyg-wrapper p,
  .default-page .wysiwyg-wrapper p {
    text-align: left;
  }
}

.page-id-39 .wysiwyg-wrapper p {
  text-align: left !important;
}

#eme-slider-v2 {
  position: relative;
  width: 100%;
  z-index: 0;
  height: 100dvh;
}
#eme-slider-v2 video {
  width: 100%;
}
#eme-slider-v2.no-vid .owl-dots {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
#eme-slider-v2.no-vid .owl-dots .owl-dot span {
  background-color: #869791;
}
#eme-slider-v2.no-vid .owl-dots .owl-dot.active span {
  background-color: #ffffff;
}
#eme-slider-v2.toggled {
  transform: scale(1.3);
}
#eme-slider-v2 .slick-track {
  height: 100dvh;
}
#eme-slider-v2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vw;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6418942577) 0%, rgba(0, 0, 0, 0) 65%);
  z-index: 2;
  pointer-events: none;
}
@media only screen and (min-width: 1025px) {
  #eme-slider-v2::before {
    height: 20vw;
  }
}
#eme-slider-v2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vw;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6418942577) 0%, rgba(0, 0, 0, 0) 75%);
  z-index: 2;
  transform: rotate(180deg);
  pointer-events: none;
}
@media only screen and (min-width: 1025px) {
  #eme-slider-v2::after {
    height: 50vw;
  }
}

.emeslider-wrapper {
  max-height: 100dvh;
  overflow: hidden;
  position: relative;
  opacity: 1;
}
.emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 #gh_home_plyr {
  display: none;
}
@media only screen and (min-width: 768px) {
  .emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 #gh_home_plyr {
    display: block;
  }
}
.emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 #gh_home_plyr_mob-vid {
  display: block;
}
@media only screen and (min-width: 768px) {
  .emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 #gh_home_plyr_mob-vid {
    display: none;
  }
}
.emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 .banner-mob-img {
  display: block;
}
@media only screen and (min-width: 768px) {
  .emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 .banner-mob-img {
    display: none;
  }
}
.emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 .item {
  height: 100dvh;
}
.emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 .item picture {
  height: 100dvh;
}
.emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 .item picture img {
  height: 100dvh;
  object-fit: cover;
}
.emeslider-wrapper.hidden {
  opacity: 0;
}

.slick-dots {
  display: none;
  position: absolute;
  right: 4vw;
  bottom: 5vw;
  width: 100%;
  gap: 5px;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (min-width: 1025px) {
  .slick-dots {
    display: flex !important;
  }
}
.slick-dots li {
  width: 5px;
  height: 5px;
  margin: 0;
}
.slick-dots li button {
  display: flex;
  flex-grow: 1;
  background-color: #ffffff;
  padding: 1px;
  width: 100%;
  height: 2px;
  border: none;
  transition: 0.3s ease-in-out;
  transform: rotate(0);
}
.slick-dots li button:before {
  color: transparent;
  opacity: 1;
  width: 2px;
  height: 2px;
}
.slick-dots li.slick-active button {
  background: #ffffff;
}
.slick-dots li.slick-active button:before {
  color: transparent;
}

.slider-counter {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .slider-counter {
    display: flex;
    position: absolute;
    justify-content: space-between;
    right: 5vw;
    bottom: 4vw;
    z-index: 4;
    width: 24vw;
    height: 2vw;
    pointer-events: none;
  }
  .slider-counter p {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 800;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .slider-counter p {
    font-size: 1.042vw;
  }
}

.header-section {
  position: absolute;
  height: 100dvh;
  width: 100vw;
}
.header-section .header-wrapper {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 100%;
  transition: 0.4s ease-in-out;
  padding: 15px;
  top: 0;
  left: 0;
  z-index: 9;
}
@media only screen and (min-width: 600px) {
  .header-section .header-wrapper {
    justify-content: space-between;
    flex-direction: row;
    padding: 15px 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper {
    padding: 1.8vw 4.167vw;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__top-sect {
  display: flex;
  justify-content: space-between;
}
.header-section .header-wrapper .ham-wrapper__quick-menu {
  display: none;
}
.header-section .header-wrapper .ham-wrapper__quick-menu a {
  display: block !important;
}
.header-section .header-wrapper .ham-wrapper__icon-wrap .logo-section {
  display: none !important;
}
.header-section .header-wrapper.fixed {
  position: fixed;
  background-color: #646B22;
  width: 100vw;
}
@media only screen and (min-width: 600px) {
  .header-section .header-wrapper.fixed #book-comp {
    top: 11vw;
  }
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper.fixed {
    padding: 0.8vw 4.167vw;
  }
  .header-section .header-wrapper.fixed .desk-logo a {
    display: none;
  }
  .header-section .header-wrapper.fixed #book-comp {
    top: 6vw;
  }
  .header-section .header-wrapper.fixed .logo-section img {
    width: 7.5vw;
  }
  .header-section .header-wrapper.fixed .ham-wrapper__panel-wrapper__content__top-sect {
    padding: 1.5vw 4.167vw;
  }
  .header-section .header-wrapper.fixed .ham-wrapper__quick-menu {
    display: flex;
  }
  .header-section .header-wrapper.fixed .ham-wrapper__quick-menu ul {
    display: flex;
    gap: 0.5vw 1.25vw;
    flex-wrap: wrap;
    justify-content: center;
  }
  .header-section .header-wrapper.fixed .ham-wrapper__quick-menu ul li a {
    margin: unset;
    font-size: 0.9vw;
    font-weight: 600;
    letter-spacing: 1px;
  }
  .header-section .header-wrapper.fixed .ham-wrapper__icon-wrap .logo-section {
    display: block !important;
  }
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper.fixed .ham-wrapper__icon-wrap {
    gap: 2vw;
  }
}
.header-section .header-wrapper.fixed .ham-wrapper__icon-wrap ul.menu {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper.fixed .ham-wrapper__icon-wrap ul.menu {
    gap: 1vw 2vw;
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper.fixed .ham-wrapper__icon-wrap ul.menu li a {
    margin: unset !important;
  }
}
@media only screen and (min-width: 600px) {
  .header-section .header-wrapper.fixed .book-btn .ona-green-border-btn {
    border-color: #ffffff;
    color: #403F2D;
    background-color: #ffffff;
  }
  .header-section .header-wrapper.fixed .book-btn .ona-green-border-btn:hover {
    background-color: transparent;
    color: #ffffff;
    border-color: #ffffff;
  }
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper.fixed .book-btn .ona-green-border-btn {
    font-size: 0.9vw;
    font-weight: 600;
    letter-spacing: 1px;
  }
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper.fixed .ham-wrapper__icon {
    display: none;
  }
}
.header-section .header-wrapper .ham-wrapper {
  border-radius: 100px;
}
@media only screen and (min-width: 600px) {
  .header-section .header-wrapper .ham-wrapper {
    flex: 1 1 30%;
    max-width: 30%;
    display: flex;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper {
    flex: 1 1 20%;
    max-width: 20%;
  }
  .header-section .header-wrapper .ham-wrapper__icon-wrap .logo-section {
    display: none !important;
  }
}
@media only screen and (min-width: 600px) {
  .header-section .header-wrapper .ham-wrapper__icon {
    display: flex;
    gap: 20px;
    align-items: center;
  }
}
.header-section .header-wrapper .ham-wrapper__icon-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 7;
  cursor: pointer;
}
.header-section .header-wrapper .ham-wrapper__icon-wrap svg {
  width: 35px;
  height: 35px;
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__icon-wrap svg {
    width: 2.292vw;
    height: 2.292vw;
  }
}
@media only screen and (min-width: 600px) {
  .header-section .header-wrapper .ham-wrapper__icon-wrap {
    display: flex;
    gap: 20px;
    align-items: center;
  }
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__icon-wrap {
    gap: 1vw;
  }
}
.header-section .header-wrapper .ham-wrapper__icon-wrap span {
  display: none;
  font-family: "Lato", sans-serif;
}
@media only screen and (min-width: 600px) {
  .header-section .header-wrapper .ham-wrapper__icon-wrap span {
    display: block;
    font-size: 14px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    transition: 0.3s ease-in-out;
  }
}
@media only screen and (min-width: 600px) and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__icon-wrap span {
    font-size: 0.938vw;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper {
  position: absolute;
  width: 100vw;
  height: 100dvh;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 99999;
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__panel {
  position: absolute;
  top: unset;
  left: unset;
  width: 0;
  height: 100dvh;
  background: #2C2C2C;
  transition: 0.5s width ease-in-out;
  z-index: 8;
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__panel {
    left: unset;
    top: unset;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__panel.active {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  transition: 0.5s width ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__panel.active {
    width: 62.5%;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__panel .ona-tree {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60%;
  height: auto;
}
@media only screen and (min-width: 600px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__panel .ona-tree {
    width: 30%;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  overflow: auto;
  flex-direction: column;
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease-in-out;
  position: relative;
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__top-sect {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding: 15px;
  height: 15dvh;
}
@media only screen and (min-width: 600px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__top-sect {
    padding: 25px 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__top-sect {
    padding: 3vw 4.167vw 6vw 4.167vw;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__top-sect .logo-section {
  display: flex;
  justify-content: flex-start;
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__top-sect svg {
  width: 35px;
  height: 35px;
  fill: #ffffff;
  cursor: pointer;
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__top-sect .languagelink-hamburger {
    display: none;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect {
  display: flex;
  width: 100%;
  height: 85dvh;
  overflow: auto;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
  gap: 50px;
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul {
    padding-right: 4.167vw;
    row-gap: 1vw;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  transition: 0.3s ease-in-out;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li:hover {
    background-color: unset;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li a {
  font-size: 14px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0 20px;
  transition: 0.3s ease-in-out;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.2;
}
@media only screen and (min-width: 600px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li a {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li a {
    font-size: 1.3vw;
    padding: unset;
    width: fit-content;
    margin-left: 4.167vw;
    margin-right: 4.167vw;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li a:hover {
  padding-left: 25px;
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li a:hover {
    padding-left: unset;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li a[aria-current=page] {
  position: relative;
  color: #646B22;
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li a[aria-current=page] {
    color: #ffffff;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .child-sub-icon {
  position: absolute;
  width: 12px;
  height: 12px;
  background: url("./images/sub-menu-arrow-new.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
  transform: rotate(180deg);
  transition: 0.2s ease-in-out;
  cursor: pointer;
  top: 0;
  right: 0;
  padding: 20px 30px;
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .child-sub-icon {
    background-size: 1vw;
    width: 1vw;
    height: 2.5vw;
  }
}
@media only screen and (min-width: 1500px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .child-sub-icon {
    height: 3vw;
  }
}
@media only screen and (min-width: 1900px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .child-sub-icon {
    height: 2.5vw;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .child-sub-icon.open {
  transform: rotate(0);
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .sub-menu {
  max-height: 0;
  overflow: hidden;
  transition: 0.4s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .sub-menu {
    row-gap: 0.1vw;
    margin-left: 0.5vw;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .sub-menu li a {
  padding: 0 20px;
  font-size: 12px;
  color: #8b8b8b;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .sub-menu li a {
    font-size: 1vw;
    margin-left: 4.167vw;
    padding-left: unset;
    padding-right: unset;
    margin-right: unset;
  }
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .sub-menu li a::after {
    border-bottom: 1.5px solid #5a6020;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .sub-menu.active {
  max-height: 200px;
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .sub-menu.active {
    max-height: 50vh;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-social-share {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 20px;
}
@media only screen and (min-width: 600px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-social-share {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: unset;
    padding-bottom: unset;
  }
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-social-share {
    padding-left: 4.167vw;
    padding-right: 4.167vw;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-social-share a svg {
  width: 23px;
  height: 23px;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-social-share a svg {
    width: 1.198vw;
    height: 1.198vw;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-social-share a:hover svg {
  transform: scale(1.1);
}
@media only screen and (min-width: 600px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect {
    flex-direction: row;
    gap: unset;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item {
  height: 85dvh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 600px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item {
    flex: 1 1 50%;
    max-width: 50%;
    height: 85dvh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 5vw;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item .group {
  display: flex;
  flex-direction: column;
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item .group .mob-ham-bottom-menu {
  padding-top: 50px;
  position: relative;
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item .group .mob-ham-bottom-menu::after {
  content: " ";
  position: absolute;
  left: 0;
  top: 25px;
  border-top: 1px solid rgba(237, 224, 224, 0.09);
  width: 92%;
  margin-left: 20px;
  margin-right: 20px;
  height: 1px;
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item .group .mob-ham-bottom-menu::after {
    content: unset;
  }
}
@media only screen and (min-width: 600px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item .group .mob-ham-bottom-menu {
    padding-top: unset;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item:first-child .mob-ham-bottom-menu {
  position: relative;
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item:first-child .mob-ham-bottom-menu ul li a {
  padding: 10px 30px;
  font-size: 12px;
  color: #8b8b8b;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 0 20px;
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item:last-child {
  border-left: 1px solid rgba(100, 107, 34, 0.5);
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item:last-child ul li a {
  padding: 10px 30px;
  font-size: 12px;
  color: #8b8b8b;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  padding: unset;
}
@media only screen and (min-width: 600px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item:last-child ul li a {
    margin-left: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item:last-child ul li a {
    font-size: 1vw;
    margin-left: 5.208vw;
  }
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item:last-child ul li a::after {
    border-bottom: 1.5px solid #5a6020;
  }
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content {
    max-width: 62.5%;
  }
}
.header-section .header-wrapper .ham-wrapper-close-icon {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper-close-icon {
    gap: 1vw;
  }
}
.header-section .header-wrapper .ham-wrapper-close-icon svg {
  width: 32px;
  height: 32px;
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper-close-icon svg {
    width: 2vw;
    height: 2vw;
  }
}
.header-section .header-wrapper .ham-wrapper-close-icon span {
  font-family: "Lato", sans-serif;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper-close-icon span {
    font-size: 0.938vw;
  }
}
@media only screen and (min-width: 600px) {
  .header-section .header-wrapper .logo-section {
    flex: 1 1 40%;
    max-width: 30%;
    display: flex;
    justify-content: center;
  }
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .logo-section {
    flex: 1 1 60%;
    max-width: 60%;
  }
  .header-section .header-wrapper .logo-section.desk-logo {
    display: flex;
    justify-content: center;
  }
}
.header-section .header-wrapper .logo-section img {
  width: 100px;
  height: auto;
}
@media only screen and (min-width: 600px) {
  .header-section .header-wrapper .logo-section img {
    width: 120px;
  }
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .logo-section img {
    width: 10vw;
  }
}
.header-section .header-wrapper .languagelink {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .languagelink {
    display: block;
  }
}
@media only screen and (min-width: 600px) {
  .header-section .header-wrapper .book-btn {
    flex: 1 1 30%;
    max-width: 30%;
    display: flex !important;
    justify-content: flex-end;
    gap: 2vw;
    align-items: center;
    white-space: nowrap;
  }
  .header-section .header-wrapper .book-btn .ona-green-border-btn {
    border-color: #ffffff;
    color: #ffffff;
  }
}
@media only screen and (min-width: 600px) and (min-width: 1025px) {
  .header-section .header-wrapper .book-btn .ona-green-border-btn {
    width: 11vw;
    font-size: 0.9vw;
    font-weight: 600;
    letter-spacing: 1px;
  }
}
@media only screen and (min-width: 600px) {
  .header-section .header-wrapper .book-btn .ona-green-border-btn:hover {
    border-color: #646B22;
  }
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .book-btn {
    flex: 1 1 20%;
    max-width: 20%;
  }
}
.header-section ul .sub-menu {
  transition: 0.4s ease-in-out;
}
.header-section ul .sub-menu li a {
  font-size: 12px;
}
@media only screen and (min-width: 1025px) {
  .header-section ul .sub-menu li a {
    font-size: 0.8vw;
  }
}
.header-section ul li a {
  font-size: 14px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  margin: 10px 0;
  position: relative;
}
@media only screen and (min-width: 600px) {
  .header-section ul li a {
    margin: 10px 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .header-section ul li a {
    margin-left: 4.167vw;
  }
  .header-section ul li a::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 0;
    border-bottom: 1.5px solid #ffffff;
    transform: translateX(-50%);
    bottom: -5px;
    transition: 0.3s width ease-in-out;
  }
  .header-section ul li a:hover::after {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .header-section ul li a {
    font-size: 0.938vw;
  }
}

#book-comp {
  width: 100%;
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9999;
  background-color: rgba(157, 157, 157, 0.9);
  padding: 20px 20px 20px 20px;
  pointer-events: all;
  box-shadow: 0px 0px 25px 31px rgba(0, 0, 0, 0.1);
  transition: all 0.5s linear;
}
#book-comp .closs_ibe {
  display: flex;
  justify-content: flex-end;
  width: 25px;
  height: 25px;
  cursor: pointer;
  margin-left: auto;
}
#book-comp .closs_ibe svg {
  width: 20px !important;
  height: 20px !important;
}
#book-comp::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6196078431);
  width: 100%;
  z-index: 9;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 600px) {
  #book-comp {
    width: 380px;
  }
}
@media only screen and (min-width: 1500px) {
  #book-comp {
    right: 80px;
  }
}
@media screen and (min-width: 1900px) {
  #book-comp {
    width: 450px;
  }
}
@media only screen and (min-width: 600px) {
  #book-comp {
    right: 40px;
    left: unset;
    transform: unset;
    top: 80px;
    bottom: unset;
  }
}
@media only screen and (min-width: 1025px) {
  #book-comp {
    right: 4.167vw;
    top: 6vw;
  }
}
@media only screen and (min-width: 600px) {
  #book-comp .ona-booking__widget {
    margin-top: -10px;
  }
}
@media only screen and (min-width: 1025px) {
  #book-comp .ona-booking__widget {
    flex-direction: column;
  }
  #book-comp .ona-booking__widget #booking-form {
    flex-wrap: wrap !important;
  }
  #book-comp .ona-booking__widget #booking-form .checkin,
  #book-comp .ona-booking__widget #booking-form .checkout {
    width: 50%;
  }
  #book-comp .ona-booking__widget #booking-form #booking-submit {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1025px) {
  #book-comp .ona-booking__widget-item {
    display: flex;
    justify-content: center;
    min-width: 100%;
  }
}
#book-comp .ona-booking__widget-item:last-child form .item {
  flex-direction: column;
}
#book-comp #book-comp .ona-booking__widget #booking-form .checkin,
#book-comp #book-comp .ona-booking__widget #booking-form .checkout,
#book-comp .ona-booking__widget-item:last-child form .item .checkin,
#book-comp .ona-booking__widget-item:last-child form .item .checkout,
#book-comp .ona-booking__widget-item:last-child form .item .booking-nationality,
#book-comp .ona-booking__widget-item:last-child form .item .promo-code {
  flex: 100%;
  max-width: 100%;
}

.gt_float_switcher {
  font-size: 15px !important;
  background-color: transparent !important;
  border: unset;
  border-radius: unset !important;
}
.gt_float_switcher .gt-selected {
  background-color: transparent !important;
}
.gt_float_switcher .gt-selected .gt-lang-code {
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 600;
}
@media only screen and (min-width: 1025px) {
  .gt_float_switcher .gt-selected .gt-lang-code {
    font-size: 0.9vw !important;
    font-weight: 600;
    letter-spacing: 1px;
  }
}
.gt_float_switcher .gt-selected .gt_float_switcher-arrow {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(124deg) brightness(200%) contrast(105%);
}
@media only screen and (min-width: 1025px) {
  .gt_float_switcher .gt-selected .gt-current-lang {
    height: 38px;
  }
}

.gtranslate_wrapper,
#gt_float_wrapper,
.gt_float_switcher {
  height: 100%;
}

@media only screen and (min-width: 600px) {
  .languagelink {
    position: absolute;
    right: 200px;
  }
}
@media only screen and (min-width: 1025px) {
  .languagelink {
    right: 16vw;
  }
}

@media only screen and (min-width: 1025px) {
  #book-comp .ona-booking__widget #booking-form .checkin,
  #book-comp .ona-booking__widget #booking-form .checkout {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1025px) {
  .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    background-size: 0.938vw !important;
    top: 0vh;
    position: relative;
  }
}

@media only screen and (min-width: 1025px) {
  .translated-ltr .header-section .header-wrapper .book-btn .ona-green-border-btn {
    width: 12vw;
  }
}

a[aria-current=page] {
  position: relative;
}

a[aria-current=page]::after {
  width: 100% !important;
  transition: 0.3s width ease-in-out;
}

.ona-footer {
  position: relative;
  background: rgb(44, 44, 44);
  padding-bottom: 44px;
}
@media only screen and (min-width: 600px) {
  .ona-footer {
    padding-bottom: unset;
  }
}
.ona-footer .ona-tree {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  height: 80%;
  z-index: 1;
}
.ona-footer-top__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
  z-index: 2;
}
@media only screen and (min-width: 600px) {
  .ona-footer-top__wrapper {
    align-items: center;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-footer-top__wrapper {
    gap: 3vw;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-footer-top__wrapper-item:first-child, .ona-footer-top__wrapper-item:last-child {
    flex: 1 1 calc(22% - 3vw);
    max-width: calc(22% - 3vw);
  }
  .ona-footer-top__wrapper-item:nth-child(2), .ona-footer-top__wrapper-item:nth-child(3) {
    flex: 1 1 calc(28% - 3vw);
    max-width: calc(28% - 3vw);
  }
}
.ona-footer-top__wrapper-item__one-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (min-width: 1025px) {
  .ona-footer-top__wrapper-item__one-wrapper {
    gap: 5vw;
  }
}
.ona-footer-top__wrapper-item__one-wrapper-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .ona-footer-top__wrapper-item__one-wrapper-item {
    align-items: flex-start;
  }
}
.ona-footer-top__wrapper-item__one-wrapper-item-logo img {
  width: 100px;
  height: auto;
}
@media only screen and (min-width: 600px) {
  .ona-footer-top__wrapper-item__one-wrapper-item-logo img {
    width: 120px;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-footer-top__wrapper-item__one-wrapper-item-logo img {
    width: 10vw;
  }
}
.ona-footer-top__wrapper-item__one-wrapper-item-social-share {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.ona-footer-top__wrapper-item__one-wrapper-item-social-share a svg {
  width: 23px;
  height: 23px;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .ona-footer-top__wrapper-item__one-wrapper-item-social-share a svg {
    width: 1.198vw;
    height: 1.198vw;
  }
}
.ona-footer-top__wrapper-item__one-wrapper-item-social-share a:hover svg {
  transform: scale(1.1);
}
.ona-footer-top__wrapper-item__two-wrapper ul {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}
.ona-footer-top__wrapper-item__two-wrapper ul li {
  width: 100%;
  display: flex;
  justify-content: center;
  flex: 1 1 calc(50% - 10px);
  max-width: calc(50% - 10px);
}
@media only screen and (min-width: 600px) {
  .ona-footer-top__wrapper-item__two-wrapper ul li {
    flex: 1 1 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}
@media only screen and (min-width: 1025px) {
  .ona-footer-top__wrapper-item__two-wrapper ul li {
    justify-content: flex-start;
  }
}
.ona-footer-top__wrapper-item__two-wrapper ul li a[aria-current=page] {
  position: relative;
  color: #ffffff;
}
.ona-footer-top__wrapper-item__two-wrapper ul li a {
  color: #9D9D9D;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 1025px) {
  .ona-footer-top__wrapper-item__two-wrapper ul li a {
    font-size: 0.729vw;
    justify-content: flex-start;
  }
}
.ona-footer-top__wrapper-item__two-wrapper ul li a:hover {
  color: #ffffff;
}
.ona-footer-top__wrapper-item__three-wrapper ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .ona-footer-top__wrapper-item__three-wrapper ul {
    align-items: flex-start;
  }
}
.ona-footer-top__wrapper-item__three-wrapper ul li {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s ease-in-out;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  line-height: 2;
  text-align: center;
  max-width: 300px;
}
@media only screen and (min-width: 1025px) {
  .ona-footer-top__wrapper-item__three-wrapper ul li {
    font-size: 0.833vw;
    text-align: left;
    justify-content: flex-start;
    max-width: unset;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-footer-top__wrapper-item__three-wrapper ul li:nth-child(2) svg {
    height: 1.25vw;
    width: 1.25vw;
  }
}
.ona-footer-top__wrapper-item__three-wrapper ul li svg {
  width: 14px;
  height: 14px;
  transition: 0.3s ease-in-out;
  margin-top: 8px;
  margin-right: 8px;
}
@media only screen and (min-width: 1025px) {
  .ona-footer-top__wrapper-item__three-wrapper ul li svg {
    width: 1vw;
    height: 0.8vw;
  }
}
.ona-footer-top__wrapper-item__three-wrapper ul li svg {
  fill: #ffffff;
}
.ona-footer-top__wrapper-item__three-wrapper ul li a {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s ease-in-out;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  line-height: 2;
}
@media only screen and (min-width: 600px) {
  .ona-footer-top__wrapper-item__three-wrapper ul li a {
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-footer-top__wrapper-item__three-wrapper ul li a {
    font-size: 0.833vw;
  }
}
.ona-footer-top__wrapper-item__three-wrapper ul li a svg {
  fill: #ffffff;
}
.ona-footer-top__wrapper-item__three-wrapper ul li a:hover {
  color: #646B22;
}
.ona-footer-top__wrapper-item__three-wrapper ul li a:hover svg {
  filter: invert(38%) sepia(15%) saturate(1854%) hue-rotate(26deg) brightness(94%) contrast(83%);
}
.ona-footer-top__wrapper-item__three-wrapper ul li a svg {
  width: 14px;
  height: 14px;
  transition: 0.3s ease-in-out;
  margin-top: 8px;
  margin-right: 8px;
}
@media only screen and (min-width: 1025px) {
  .ona-footer-top__wrapper-item__three-wrapper ul li a svg {
    width: 1vw;
    height: 0.8vw;
  }
}
.ona-footer-top__wrapper-item__four-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
@media only screen and (min-width: 600px) {
  .ona-footer-top__wrapper-item__four-wrapper {
    align-items: flex-start;
    flex-direction: row;
    gap: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-footer-top__wrapper-item__four-wrapper {
    gap: 3vw;
    flex-direction: column;
    align-items: flex-end;
  }
}
.ona-footer-top__wrapper-item__four-wrapper-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width: 1500px) {
  .ona-footer-top__wrapper-item__four-wrapper-item:first-child {
    padding-right: 0.5vw;
  }
}
.ona-footer-top__wrapper-item__four-wrapper-item ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}
@media only screen and (min-width: 1025px) {
  .ona-footer-top__wrapper-item__four-wrapper-item ul {
    justify-content: flex-start;
  }
}
.ona-footer-top__wrapper-item__four-wrapper-item ul li img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.ona-footer-top__wrapper-item__four-wrapper-item a {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.32px;
  width: 100%;
  display: block;
  transition: 0.3s ease-in-out;
}
.ona-footer-top__wrapper-item__four-wrapper-item a:hover {
  color: #646B22;
}
@media only screen and (min-width: 1025px) {
  .ona-footer-top__wrapper-item__four-wrapper-item a {
    font-size: 0.833vw;
  }
}
.ona-footer-bottom__wrapper {
  padding-bottom: 30px;
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  z-index: 2;
  gap: 30px;
}
@media only screen and (min-width: 1025px) {
  .ona-footer-bottom__wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}
.ona-footer-bottom__wrapper-item {
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .ona-footer-bottom__wrapper-item {
    text-align: left;
  }
}
.ona-footer-bottom__wrapper-item span,
.ona-footer-bottom__wrapper-item a {
  color: #9D9D9D;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .ona-footer-bottom__wrapper-item span,
  .ona-footer-bottom__wrapper-item a {
    font-size: 0.729vw;
    text-align: left;
  }
}
.ona-footer-bottom__wrapper-item a {
  transition: 0.3s ease-in-out;
}
.ona-footer-bottom__wrapper-item a:hover {
  color: #ffffff;
}
.ona-footer-bottom__wrapper-item ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
@media only screen and (min-width: 1025px) {
  .ona-footer-bottom__wrapper-item ul {
    gap: 2vw;
  }
}
.ona-heading.main {
  display: block;
  margin: 0 auto;
}
.ona-heading.main p {
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .ona-heading.main {
    max-width: 80vw;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-heading.main {
    max-width: 58vw;
  }
}
.ona-heading__wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width: 1025px) {
  .ona-heading__wrapper {
    gap: 2vw;
  }
}
.ona-heading__wrapper-title {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .ona-heading__wrapper-title {
    gap: 0.3vw;
  }
}
.ona-heading__wrapper-title.text-left {
  text-align: center !important;
}
@media only screen and (min-width: 1025px) {
  .ona-heading__wrapper-title.text-left {
    align-items: flex-start;
    text-align: left !important;
  }
}
.ona-heading__wrapper-title.text-right {
  text-align: center !important;
}
@media only screen and (min-width: 1025px) {
  .ona-heading__wrapper-title.text-right {
    align-items: flex-end;
    text-align: right;
  }
}
.ona-heading__wrapper-title h1,
.ona-heading__wrapper-title h2,
.ona-heading__wrapper-title h3,
.ona-heading__wrapper-title h4,
.ona-heading__wrapper-title h5 {
  color: #2C2C2C;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.ona-heading__wrapper-title span {
  color: #646B22;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 14px;
}
@media only screen and (min-width: 1025px) {
  .ona-heading__wrapper-title span {
    font-size: 0.833vw;
  }
}
.ona-heading__wrapper p {
  color: #545454;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1px;
}
.ona-heading__wrapper .property-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 0;
}
@media only screen and (min-width: 1025px) {
  .ona-heading__wrapper .property-wrapper {
    width: 120%;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.ona-heading__wrapper .property-wrapper-item {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media only screen and (min-width: 600px) {
  .ona-heading__wrapper .property-wrapper-item {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-heading__wrapper .property-wrapper-item {
    padding: 0 4.208vw;
    border-right: 1px solid #d9d9d9;
  }
}
.ona-heading__wrapper .property-wrapper-item:last-child {
  border-right: unset;
}
@media only screen and (min-width: 600px) {
  .ona-heading__wrapper .property-wrapper-item:last-child {
    padding-right: unset;
  }
}
@media only screen and (min-width: 600px) {
  .ona-heading__wrapper .property-wrapper-item:first-child {
    padding-left: unset;
  }
}
.ona-heading__wrapper .property-wrapper-item h6,
.ona-heading__wrapper .property-wrapper-item p {
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .ona-heading__wrapper .property-wrapper-item h6,
  .ona-heading__wrapper .property-wrapper-item p {
    text-align: left !important;
  }
}
.ona-heading__wrapper-two {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .ona-heading__wrapper-two {
    gap: 8vw;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.ona-heading__wrapper-two-title {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .ona-heading__wrapper-two-title {
    gap: 0.3vw;
    flex: 1 1 calc(70% - 1vw);
    max-width: calc(70% - 1vw);
  }
}
.ona-heading__wrapper-two-title.text-left {
  text-align: center !important;
}
@media only screen and (min-width: 1025px) {
  .ona-heading__wrapper-two-title.text-left {
    align-items: flex-start;
    text-align: left !important;
  }
}
.ona-heading__wrapper-two-title.text-right {
  text-align: center !important;
}
@media only screen and (min-width: 1025px) {
  .ona-heading__wrapper-two-title.text-right {
    align-items: flex-end;
    text-align: right !important;
  }
}
.ona-heading__wrapper-two-title h1,
.ona-heading__wrapper-two-title h2,
.ona-heading__wrapper-two-title h3,
.ona-heading__wrapper-two-title h4,
.ona-heading__wrapper-two-title h5 {
  color: #2C2C2C;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 5.4px;
  text-transform: uppercase;
}
.ona-heading__wrapper-two-title span {
  color: #646B22;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 14px;
}
@media only screen and (min-width: 1025px) {
  .ona-heading__wrapper-two-title span {
    font-size: 0.833vw;
  }
}
.ona-heading__wrapper-two-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media only screen and (min-width: 1025px) {
  .ona-heading__wrapper-two-content {
    flex: 1 1 calc(30% - 1vw);
    max-width: calc(30% - 1vw);
    align-items: flex-end;
    gap: 1.563vw;
  }
}
.ona-heading__wrapper-two-content p {
  color: #545454;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1px;
}
.ona-heading__wrapper-two-content.lg-flex-start p {
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .ona-heading__wrapper-two-content.lg-flex-start p {
    text-align: left;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-heading__wrapper-two-content.lg-flex-start {
    align-items: flex-start;
  }
}

.ona__card-type-01-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  transition: 0.5s ease-in-out;
  flex: 1;
}
@media only screen and (min-width: 1025px) {
  .ona__card-type-01-wrapper {
    gap: 2.5vw;
    align-items: flex-start;
  }
}
.ona__card-type-01-wrapper:hover .ona__card-type-01-wrapper__image-wrapper img {
  transform: scale(1.1);
}
.ona__card-type-01-wrapper__image-wrapper {
  width: 100%;
  overflow: hidden;
}
.ona__card-type-01-wrapper__image-wrapper img {
  width: 100%;
  object-fit: cover;
  transition: 0.5s ease-in-out;
}
.ona__card-type-01-wrapper__content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  flex: 1;
}
@media only screen and (min-width: 1025px) {
  .ona__card-type-01-wrapper__content-wrapper {
    gap: 2.083vw;
    align-items: flex-start;
  }
}
.ona__card-type-01-wrapper__content-wrapper-title {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .ona__card-type-01-wrapper__content-wrapper-title {
    gap: 2.083vw;
    align-items: flex-start;
  }
}
.ona__card-type-01-wrapper__content-wrapper-title h5 {
  color: #2C2C2C;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px !important;
  text-transform: capitalize;
  position: relative;
  width: fit-content;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .ona__card-type-01-wrapper__content-wrapper-title h5 {
    text-align: left;
    max-width: 30vw;
  }
  .ona__card-type-01-wrapper__content-wrapper-title h5::after {
    content: "";
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    border-top: 1px solid #2C2C2C;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .ona__card-type-01-wrapper__content-wrapper-title h5::after {
    width: 4.688vw;
    right: -5.688vw;
  }
}
@media only screen and (min-width: 1025px) {
  .ona__card-type-01-wrapper__content-wrapper-title h5 {
    font-size: 1.25vw;
  }
}
.ona__card-type-01-wrapper__content-wrapper-title p {
  color: #545454;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1px;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .ona__card-type-01-wrapper__content-wrapper-title p {
    font-size: 1.042vw;
    text-align: left;
  }
}
.ona__card-type-01-wrapper__content-wrapper__btn-wrapper {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: auto;
}
@media only screen and (min-width: 1025px) {
  .ona__card-type-01-wrapper__content-wrapper__btn-wrapper {
    font-size: 1.042vw;
    justify-content: flex-start;
  }
}

.accomodation-slider {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1025px) {
  .accomodation-slider {
    flex-direction: row;
    position: relative;
  }
}
.accomodation-slider .slider {
  padding-bottom: unset;
}
@media only screen and (min-width: 1025px) {
  .accomodation-slider-image {
    flex: 1 1 59%;
    max-width: 59%;
  }
}
.accomodation-slider-image-item {
  aspect-ratio: 1.42/1;
}
.accomodation-slider-image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.accomodation-slider-content {
  padding: 40px 25px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (min-width: 600px) {
  .accomodation-slider-content {
    padding: 50px 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .accomodation-slider-content {
    position: absolute;
    bottom: 0;
    width: 47.5%;
    padding: 5.208vw;
    background: #E3DDCF;
    right: 0;
    gap: 2.083vw;
    height: 75vh;
  }
}
.accomodation-slider-content-slider {
  padding-bottom: unset;
}
.accomodation-slider-content .slides-numbers {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1025px) {
  .accomodation-slider-content .slides-numbers {
    justify-content: flex-end;
    position: absolute;
    width: 100%;
    flex-direction: row;
    top: -3vw;
    right: 3vw;
    margin-top: unset;
  }
}
.accomodation-slider-content .slides-numbers .slick-prev {
  top: 3vw;
  left: 20vw;
}
@media only screen and (min-width: 600px) {
  .accomodation-slider-content .slides-numbers .slick-prev {
    left: 30vw;
    top: 1.5vw;
  }
}
@media only screen and (min-width: 1025px) {
  .accomodation-slider-content .slides-numbers .slick-prev {
    top: unset;
    right: 8.5vw;
    left: unset;
    bottom: unset;
  }
}
.accomodation-slider-content .slides-numbers .slick-next {
  top: 3vw;
  right: 20vw;
}
@media only screen and (min-width: 600px) {
  .accomodation-slider-content .slides-numbers .slick-next {
    right: 30vw;
    top: 1.5vw;
  }
}
@media only screen and (min-width: 1025px) {
  .accomodation-slider-content .slides-numbers .slick-next {
    top: unset;
    right: 0.5vw;
    left: unset;
    bottom: unset;
  }
}
.accomodation-slider-content .slides-numbers .counter {
  color: #545454;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1.6px;
}
@media only screen and (min-width: 1025px) {
  .accomodation-slider-content .slides-numbers .counter {
    position: absolute;
    top: -2vw;
    right: 3vw;
    font-size: 1.667vw;
  }
}
.accomodation-slider-content .slides-numbers .counter .active {
  color: #545454;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1.6px;
}
@media only screen and (min-width: 1025px) {
  .accomodation-slider-content .slides-numbers .counter .active {
    font-size: 1.667vw;
  }
}
.accomodation-slider-content .slides-numbers .counter .total {
  color: #545454;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
}
@media only screen and (min-width: 1025px) {
  .accomodation-slider-content .slides-numbers .counter .total {
    font-size: 0.833vw;
  }
}
.accomodation-slider-content-slider-item__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .accomodation-slider-content-slider-item__inner {
    gap: 2.083vw;
    align-items: flex-start;
  }
}
.accomodation-slider-content-slider-item__inner h5 {
  color: #2C2C2C;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 2.4px;
  text-transform: capitalize;
  position: relative;
  width: fit-content;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .accomodation-slider-content-slider-item__inner h5::after {
    content: "";
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    border-top: 1px solid #2C2C2C;
  }
}
@media only screen and (min-width: 600px) and (min-width: 1025px) {
  .accomodation-slider-content-slider-item__inner h5::after {
    width: 4.688vw;
    right: -5.688vw;
  }
}
@media only screen and (min-width: 1025px) {
  .accomodation-slider-content-slider-item__inner h5 {
    font-size: 1.25vw;
    text-align: left;
  }
}
.accomodation-slider-content-slider-item__inner-properties {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
}
@media only screen and (min-width: 1025px) {
  .accomodation-slider-content-slider-item__inner-properties {
    gap: 2.604vw;
    justify-content: flex-start;
  }
}
.accomodation-slider-content-slider-item__inner-properties__prop {
  display: flex;
  gap: 15px;
  align-items: center;
}
.accomodation-slider-content-slider-item__inner-properties__prop-item img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
@media only screen and (min-width: 1025px) {
  .accomodation-slider-content-slider-item__inner-properties__prop-item img {
    width: 1.823vw;
    height: 1.823vw;
  }
}
.accomodation-slider-content-slider-item__inner-properties__prop-item h6 {
  color: #2C2C2C;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0.9px;
  text-transform: capitalize;
  font-size: 15px;
}
@media only screen and (min-width: 1025px) {
  .accomodation-slider-content-slider-item__inner-properties__prop-item h6 {
    font-size: 0.938vw;
  }
}
.accomodation-slider-content-slider-item__inner p {
  color: #545454;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1px;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .accomodation-slider-content-slider-item__inner p {
    font-size: 1.042vw;
    text-align: left;
  }
}
.accomodation-slider-content-slider-item__inner-btn-wrapper {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 1025px) {
  .accomodation-slider-content-slider-item__inner-btn-wrapper {
    font-size: 1.042vw;
    justify-content: flex-start;
  }
}

.ona__desk-right-aligned-slider {
  position: relative;
  padding-bottom: 40px;
}
@media only screen and (min-width: 600px) {
  .ona__desk-right-aligned-slider {
    padding-bottom: unset;
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .ona__desk-right-aligned-slider {
    padding-left: 4.167vw;
  }
}
@media only screen and (min-width: 600px) {
  .ona__desk-right-aligned-slider .slick-arrow.slick-prev {
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 1025px) {
  .ona__desk-right-aligned-slider .slick-arrow.slick-prev {
    left: 1.302vw;
    top: 45%;
    transform: unset;
  }
}
@media only screen and (min-width: 600px) {
  .ona__desk-right-aligned-slider .slick-arrow.slick-next {
    left: 15px;
    top: 60%;
    right: unset;
  }
}
@media only screen and (min-width: 1025px) {
  .ona__desk-right-aligned-slider .slick-arrow.slick-next {
    left: 1.302vw;
    top: 55%;
  }
}
.ona__desk-right-aligned-slider .slick-arrow.slick-disabled {
  opacity: 0.2;
}
.ona__desk-right-aligned-slider__item {
  aspect-ratio: 1/1;
}
@media only screen and (min-width: 600px) {
  .ona__desk-right-aligned-slider__item {
    padding-left: 12px;
  }
}
.ona__desk-right-aligned-slider__item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.common-sec-01 {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1025px) {
  .common-sec-01 {
    flex-direction: row;
    position: relative;
  }
}
@media only screen and (min-width: 1025px) {
  .common-sec-01__image {
    flex: 1 1 59%;
    max-width: 59%;
  }
}
.common-sec-01__image-item {
  aspect-ratio: 1.42/1;
}
.common-sec-01__image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.common-sec-01__content {
  padding: 40px 25px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
@media only screen and (min-width: 600px) {
  .common-sec-01__content {
    padding: 50px 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .common-sec-01__content {
    position: absolute;
    bottom: 0;
    width: 47.5%;
    padding: 5.8vw;
    background: #E3DDCF;
    right: 0;
    gap: 1.5vw;
    align-items: flex-start;
  }
}
.common-sec-01__content ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.common-sec-01__content ul li a,
.common-sec-01__content ul li span {
  color: #2C2C2C;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s ease-in-out;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  line-height: 2;
}
@media only screen and (min-width: 600px) {
  .common-sec-01__content ul li a,
  .common-sec-01__content ul li span {
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1025px) {
  .common-sec-01__content ul li a,
  .common-sec-01__content ul li span {
    font-size: 0.833vw;
  }
}
.common-sec-01__content ul li a svg,
.common-sec-01__content ul li span svg {
  width: 14px;
  height: 14px;
  transition: 0.3s ease-in-out;
  margin-top: 8px;
  margin-right: 8px;
}
@media only screen and (min-width: 1025px) {
  .common-sec-01__content ul li a svg,
  .common-sec-01__content ul li span svg {
    width: 1vw;
    height: 1vw;
  }
}

.common-sec-02 {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1025px) {
  .common-sec-02 {
    flex-direction: row;
    position: relative;
  }
}
@media only screen and (min-width: 1025px) {
  .common-sec-02:nth-child(even) {
    flex-direction: row-reverse;
    position: relative;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .common-sec-02:nth-child(even) .common-sec-02__content {
    position: absolute;
    bottom: 0;
    width: 47.5%;
    padding: 5.8vw;
    background: #E3DDCF;
    left: 0;
    gap: 1.5vw;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1025px) {
  .common-sec-02__image {
    flex: 1 1 59%;
    max-width: 59%;
  }
}
.common-sec-02__image-item {
  aspect-ratio: 1.42/1;
}
.common-sec-02__image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.common-sec-02__content {
  padding: 40px 25px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
@media only screen and (min-width: 600px) {
  .common-sec-02__content {
    padding: 50px 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .common-sec-02__content {
    position: absolute;
    bottom: 0;
    width: 47.5%;
    padding: 5.8vw;
    background: #E3DDCF;
    right: 0;
    gap: 1.5vw;
    align-items: flex-start;
  }
}
.common-sec-02__content h2,
.common-sec-02__content h1 {
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .common-sec-02__content h2,
  .common-sec-02__content h1 {
    text-align: left;
  }
}
@media only screen and (min-width: 1025px) {
  .common-sec-02__content .ona-heading__wrapper-title {
    max-width: 30vw;
  }
}
.common-sec-02__content-wrapper-item__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .common-sec-02__content-wrapper-item__inner {
    gap: 2.083vw;
    align-items: flex-start;
  }
}
.common-sec-02__content-wrapper-item__inner h5 {
  color: #2C2C2C;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 2.4px;
  text-transform: capitalize;
  position: relative;
  width: fit-content;
}
@media only screen and (min-width: 600px) {
  .common-sec-02__content-wrapper-item__inner h5::after {
    content: "";
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    border-top: 1px solid #2C2C2C;
  }
}
@media only screen and (min-width: 600px) and (min-width: 1025px) {
  .common-sec-02__content-wrapper-item__inner h5::after {
    width: 4.688vw;
    right: -5.688vw;
  }
}
@media only screen and (min-width: 1025px) {
  .common-sec-02__content-wrapper-item__inner h5 {
    font-size: 1.25vw;
  }
}
.common-sec-02__content-wrapper-item__inner-properties {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
}
@media only screen and (min-width: 1025px) {
  .common-sec-02__content-wrapper-item__inner-properties {
    gap: 2.604vw;
    justify-content: flex-start;
  }
}
.common-sec-02__content-wrapper-item__inner-properties__prop {
  display: flex;
  gap: 15px;
  align-items: center;
}
.common-sec-02__content-wrapper-item__inner-properties__prop-item svg {
  width: 30px;
  height: 30px;
}
@media only screen and (min-width: 1025px) {
  .common-sec-02__content-wrapper-item__inner-properties__prop-item svg {
    width: 1.823vw;
    height: 1.823vw;
  }
}
.common-sec-02__content-wrapper-item__inner-properties__prop-item img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
@media only screen and (min-width: 1025px) {
  .common-sec-02__content-wrapper-item__inner-properties__prop-item img {
    width: 1.823vw;
    height: 1.823vw;
  }
}
.common-sec-02__content-wrapper-item__inner-properties__prop-item h6 {
  color: #2C2C2C;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0.9px;
  font-size: 15px;
}
@media only screen and (min-width: 1025px) {
  .common-sec-02__content-wrapper-item__inner-properties__prop-item h6 {
    font-size: 0.938vw;
  }
}
.common-sec-02__content-wrapper-item__inner p {
  color: #545454;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1px;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .common-sec-02__content-wrapper-item__inner p {
    font-size: 1.042vw;
    text-align: left;
  }
}
.common-sec-02__content-wrapper-item__inner-btn-wrapper {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 1025px) {
  .common-sec-02__content-wrapper-item__inner-btn-wrapper {
    font-size: 1.042vw;
    justify-content: flex-start;
  }
}

.inner-pg__counter-slider {
  position: relative;
}
.inner-pg__counter-slider-counter {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  color: #ffffff;
  font-size: 22px;
  color: #545454;
  font-weight: 400;
  letter-spacing: 1.6px;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (min-width: 1025px) {
  .inner-pg__counter-slider-counter {
    bottom: 2vw;
  }
}
.inner-pg__counter-slider-counter .slick-next {
  right: -76px;
  z-index: 1;
  width: 30px;
  height: 30px;
  z-index: 99;
  top: 50%;
  bottom: unset;
}
@media only screen and (min-width: 1025px) {
  .inner-pg__counter-slider-counter .slick-next {
    right: -6vw;
  }
}
.inner-pg__counter-slider-counter .slick-next::before {
  background: url(../assets/images/slide-next.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1025px) {
  .inner-pg__counter-slider-counter .slick-next::before {
    background: url(../assets/images/slick-next-white.svg);
    width: 2vw;
    height: 2vw;
    background-repeat: no-repeat;
  }
}
.inner-pg__counter-slider-counter .slick-prev {
  left: -76px;
  z-index: 1;
  width: 30px;
  height: 30px;
  z-index: 5;
  top: 50%;
  bottom: 0;
}
@media only screen and (min-width: 1025px) {
  .inner-pg__counter-slider-counter .slick-prev {
    left: -6vw;
  }
}
.inner-pg__counter-slider-counter .slick-prev::before {
  background: url(../assets/images/slick-prev-green.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1025px) {
  .inner-pg__counter-slider-counter .slick-prev::before {
    background: url(../assets/images/slick-prev-white.svg);
    transform: deg(0);
    width: 2vw;
    height: 2vw;
    background-repeat: no-repeat;
  }
}
.inner-pg__counter-slider-counter button {
  background-color: transparent !important;
}
@media only screen and (min-width: 1025px) {
  .inner-pg__counter-slider-counter {
    color: #ffffff;
    font-size: 1.667vw;
  }
}
.inner-pg__counter-slider-counter .total-slides {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
  color: #545454;
}
@media only screen and (min-width: 1025px) {
  .inner-pg__counter-slider-counter .total-slides {
    font-size: 0.833vw;
    color: #ffffff;
  }
}
.inner-pg__counter-slider-item {
  aspect-ratio: 1.75/1;
}
.inner-pg__counter-slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner-pg__counter-slider-wrapper {
  top: -7.292vw;
  position: relative;
}

.inner-pg__counter-slider-counter {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 0;
}

.inner-pg__counter-slider-counter .slick-prev,
.inner-pg__counter-slider-counter .slick-next {
  background-color: #ccc;
  /* Optional: style the buttons */
  border: none;
  padding: 5px 10px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.current-slide,
.total-slides {
  font-weight: bold;
  /* Optional: style the counter text */
}

.ona-booking__widget {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-direction: column;
  background-color: rgba(157, 157, 157, 0.3);
  margin: 0 auto;
  max-width: 500px;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .ona-booking__widget {
    flex-direction: row;
    max-width: 58.333vw;
    padding: 0.781vw;
    gap: 10px;
    justify-content: space-between;
  }
}
.ona-booking__widget-item:first-child {
  display: flex;
  gap: 5px;
  align-items: flex-end;
  justify-content: center;
}
@media only screen and (min-width: 1025px) {
  .ona-booking__widget-item:first-child {
    justify-content: flex-start;
  }
}
.ona-booking__widget-item:first-child svg {
  width: 35px;
  height: 35px;
}
@media only screen and (min-width: 1025px) {
  .ona-booking__widget-item:first-child svg {
    width: 2.5vw;
    height: 2.5vw;
  }
}
.ona-booking__widget-item:first-child span {
  color: #3F3F3F;
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1025px) {
  .ona-booking__widget-item:first-child span {
    font-size: 0.833vw;
  }
}
.ona-booking__widget-item:first-child p {
  color: #3F3F3F;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1025px) {
  .ona-booking__widget-item:last-child {
    flex: 1 1 calc(80% - 5px);
    max-width: calc(80% - 5px);
  }
}
.ona-booking__widget-item:last-child form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media only screen and (min-width: 1025px) {
  .ona-booking__widget-item:last-child form {
    flex-wrap: nowrap;
  }
}
.ona-booking__widget-item:last-child form .item {
  display: flex;
  gap: 10px;
  width: 100%;
}
.ona-booking__widget-item:last-child form .item .custom-select-parent {
  position: relative;
  width: 100%;
  max-width: unset !important;
}
.ona-booking__widget-item:last-child form .item .custom-select-parent::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../assets/images/select-arrow.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 15px;
  width: 15px;
  pointer-events: none;
}
@media only screen and (min-width: 1025px) {
  .ona-booking__widget-item:last-child form .item .custom-select-parent::after {
    width: 0.781vw;
    height: 0.781vw;
  }
}
.ona-booking__widget-item:last-child form .item select {
  cursor: pointer;
}
.ona-booking__widget-item:last-child form .item select:focus {
  border: unset;
  box-shadow: unset;
  outline: unset;
}
.ona-booking__widget-item:last-child form .item .checkin,
.ona-booking__widget-item:last-child form .item .checkout {
  position: relative;
}
.ona-booking__widget-item:last-child form .item .checkin input,
.ona-booking__widget-item:last-child form .item .checkout input {
  cursor: pointer;
}
.ona-booking__widget-item:last-child form .item .checkin input:focus,
.ona-booking__widget-item:last-child form .item .checkout input:focus {
  border: unset;
  box-shadow: unset;
  outline: unset;
}
.ona-booking__widget-item:last-child form .item .checkin .calendar-icon,
.ona-booking__widget-item:last-child form .item .checkout .calendar-icon {
  position: absolute;
  right: 10px;
  /* Position inside the input */
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #888;
  /* Icon color */
  cursor: pointer;
  pointer-events: none;
}
.ona-booking__widget-item:last-child form .item .checkin .calendar-icon svg,
.ona-booking__widget-item:last-child form .item .checkout .calendar-icon svg {
  width: 12px;
  height: 12px;
}
.ona-booking__widget-item:last-child form .item input,
.ona-booking__widget-item:last-child form .item select {
  width: 100%;
  background-color: #ffffff;
  border-radius: unset;
  border: unset;
  padding: 10px;
  font-family: "Lato", sans-serif;
  color: #3f3f3f;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1025px) {
  .ona-booking__widget-item:last-child form .item input,
  .ona-booking__widget-item:last-child form .item select {
    height: 100%;
    padding: 0.781vw;
    font-size: 0.75vw;
  }
}
.ona-booking__widget-item:last-child form .item input:focus,
.ona-booking__widget-item:last-child form .item select:focus {
  border: unset;
  outline: unset;
  box-shadow: unset;
}
.ona-booking__widget-item:last-child form .item .checkin,
.ona-booking__widget-item:last-child form .item .checkout,
.ona-booking__widget-item:last-child form .item .custom-select-parent,
.ona-booking__widget-item:last-child form .item .promo-code {
  flex: 1 1 calc(50% - 5px);
  max-width: calc(50% - 5px);
}
@media only screen and (min-width: 1025px) {
  .ona-booking__widget-item:last-child form .item .checkin,
  .ona-booking__widget-item:last-child form .item .checkout,
  .ona-booking__widget-item:last-child form .item .custom-select-parent,
  .ona-booking__widget-item:last-child form .item .promo-code {
    flex: unset;
    max-width: unset;
  }
}
.ona-booking__widget-item:last-child form .item .promo-code::placeholder {
  color: #afafaf;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1025px) {
  .ona-booking__widget-item:last-child form .item .promo-code::placeholder {
    font-size: 0.75vw;
  }
}
.ona-booking__widget-item:last-child form button {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  padding: 15px 30px;
  background-color: #646B22;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: unset;
  transition: 0.3s ease-in-out;
  width: 100%;
  height: 35px;
}
.ona-booking__widget-item:last-child form button:focus {
  border: unset;
  box-shadow: unset;
  outline: unset;
}
@media only screen and (min-width: 1025px) {
  .ona-booking__widget-item:last-child form button {
    font-size: 0.833vw;
    height: unset;
    padding: 10px;
    width: 20vw;
  }
}
.ona-booking__widget-item:last-child form button:hover {
  background-color: #EF8C24;
}

.comp-booknow .close-ibe {
  width: 20px;
  height: 20px;
  display: block;
  margin-left: auto;
  cursor: pointer;
}

.ona-experience__card {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
@media only screen and (min-width: 600px) {
  .ona-experience__card {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-experience__card {
    flex-direction: row;
    align-items: flex-end;
    position: relative;
    margin-bottom: 7.5vw;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-experience__card-item:first-child {
    width: 40.625vw;
    margin-left: 2.3vw;
  }
}
.ona-experience__card-item:last-child {
  padding: 20px;
  background-color: #E3DDCF;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width: 600px) {
  .ona-experience__card-item:last-child {
    padding: 30px;
    gap: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-experience__card-item:last-child {
    padding: 6.771vw 5.208vw;
    padding-right: 9vw;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 38.5vw;
    gap: 2.604vw;
    height: calc(100% - 7.6vw);
  }
}
.ona-experience__card-item__image-wrapper {
  aspect-ratio: 1/1;
}
.ona-experience__card-item__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ona-experience__card-item h6 {
  color: #2C2C2C;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 1.2px;
  text-transform: capitalize;
  position: relative;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (min-width: 1025px) {
  .ona-experience__card-item h6 {
    text-align: left;
    margin: unset;
  }
}
.ona-experience__card-item h6::after {
  content: "";
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  border-top: 1px solid #2C2C2C;
}
@media only screen and (min-width: 1025px) {
  .ona-experience__card-item h6::after {
    width: 4.688vw;
    right: -5.688vw;
  }
}
.ona-experience__card-item p {
  color: #545454;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1px;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .ona-experience__card-item p {
    text-align: left;
  }
}

.ona-hm__sec-one {
  position: relative;
}
.ona-hm__sec-one__welcome-section {
  position: relative;
  z-index: 2;
}
.ona-hm__sec-one__booking-section {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 600px) {
  .ona-hm__sec-one__booking-section {
    align-items: center;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-hm__sec-one__booking-section {
    gap: 4.167vw;
  }
}
.ona-hm__sec-one__booking-section__wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (min-width: 600px) {
  .ona-hm__sec-one__booking-section__wrapper {
    align-items: center;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-hm__sec-one__booking-section__wrapper {
    gap: 3vw;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
}
.ona-hm__sec-one__booking-section__wrapper-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
@media only screen and (min-width: 600px) {
  .ona-hm__sec-one__booking-section__wrapper-item {
    max-width: 60%;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-hm__sec-one__booking-section__wrapper-item {
    gap: 1.563vw;
    flex: 1 1 calc(33.3% - 2vw);
    max-width: calc(33.3% - 2vw);
    position: relative;
  }
  .ona-hm__sec-one__booking-section__wrapper-item::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border-right: 1px solid #D9D9D9;
    height: 3.125vw;
  }
  .ona-hm__sec-one__booking-section__wrapper-item:last-child::after {
    content: unset;
  }
}
.ona-hm__sec-one__booking-section__wrapper-item img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
@media only screen and (min-width: 1025px) {
  .ona-hm__sec-one__booking-section__wrapper-item img {
    width: 2.604vw;
    height: 2.604vw;
  }
}
.ona-hm__sec-one__booking-section__wrapper-item-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media only screen and (min-width: 1025px) {
  .ona-hm__sec-one__booking-section__wrapper-item-content {
    gap: 0.5vw;
    max-width: 16vw;
  }
}
.ona-hm__sec-one__booking-section__wrapper-item-content h5 {
  color: #2C2C2C;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: capitalize;
}
@media only screen and (min-width: 1025px) {
  .ona-hm__sec-one__booking-section__wrapper-item-content h5 {
    font-size: 1.25vw;
  }
}
.ona-hm__sec-one__booking-section__wrapper-item-content p {
  color: #545454;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.9px;
}
.ona-hm__sec-one .ona-tree {
  position: absolute;
  left: 0;
  top: 30%;
  transform: translateY(-50%);
  width: 50%;
  height: auto;
  z-index: 1;
}
@media only screen and (min-width: 600px) {
  .ona-hm__sec-one .ona-tree {
    top: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-hm__sec-one .ona-tree {
    width: 23%;
    top: 60%;
  }
}
.ona-hm__sec-three {
  background: #E3DDCF;
}
@media only screen and (min-width: 1025px) {
  .ona-hm__sec-three {
    margin-top: -10px;
  }
}
@media only screen and (min-width: 600px) {
  .ona-hm__sec-three__offers-wrapper {
    margin: 0 -15px;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-hm__sec-three__offers-wrapper {
    margin: 0 -25px;
  }
}
@media only screen and (min-width: 600px) {
  .ona-hm__sec-three__offers-wrapper .ona__card-type-01-wrapper {
    margin: 0 15px;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-hm__sec-three__offers-wrapper .ona__card-type-01-wrapper {
    margin: 0 25px;
  }
}
.ona-hm__sec-three__offers-wrapper .ona__card-type-01-wrapper img {
  height: 300px;
}
@media only screen and (min-width: 1025px) {
  .ona-hm__sec-three__offers-wrapper .ona__card-type-01-wrapper img {
    height: 26.042vw;
  }
}
.ona-hm__sec-three__offers-wrapper .ona__card-type-01-wrapper__content-wrapper {
  justify-content: space-between;
}
.ona-hm__sec-three__offers-wrapper .ona__card-type-01-wrapper__content-wrapper-title {
  height: 180px;
  overflow: hidden;
}
@media only screen and (min-width: 1025px) {
  .ona-hm__sec-three__offers-wrapper .ona__card-type-01-wrapper__content-wrapper-title {
    height: 8vw;
  }
}
.ona-hm__sec-three__offers-wrapper .ona__card-type-01-wrapper__content-wrapper-title p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (min-width: 1025px) {
  .ona-hm__sec-three__offers-wrapper .ona-hm__offers-slider .slick-prev,
  .ona-hm__sec-three__offers-wrapper .ona-hm__offers-slider .slick-next {
    top: 13vw;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-hm__sec-four {
    gap: 7vw;
  }
  .ona-hm__sec-four .ona-heading__wrapper-two-title,
  .ona-hm__sec-four .ona-heading__wrapper-two-content {
    flex: 1 1 calc(50% - 1vw) !important;
    max-width: calc(50% - 1vw) !important;
  }
}
.ona-hm__sec-four__experiences-section__slider {
  padding-left: 25px;
  padding-right: 25px;
}
@media only screen and (min-width: 600px) {
  .ona-hm__sec-four__experiences-section__slider {
    padding-left: 40px;
    padding-right: 40px;
  }
  .ona-hm__sec-four__experiences-section__slider .slick-track {
    display: flex;
    gap: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-hm__sec-four__experiences-section__slider {
    padding-left: 8vw;
    padding-right: 8vw;
    /* Active center slide (You can change anything here for cenetr slide)*/
  }
  .ona-hm__sec-four__experiences-section__slider .slick-track {
    display: block;
  }
  .ona-hm__sec-four__experiences-section__slider .slick-list {
    overflow-y: visible !important;
    overflow-x: clip !important;
  }
  .ona-hm__sec-four__experiences-section__slider .center-slider .slick-slide,
  .ona-hm__sec-four__experiences-section__slider .center-slider .slick-slide[aria-hidden=true]:not(.slick-cloned) ~ .slick-cloned[aria-hidden=true] {
    transform: scale(0.8, 0.8);
    transition: all 0.4s ease-in-out;
  }
  .ona-hm__sec-four__experiences-section__slider .center-slider .slick-center,
  .ona-hm__sec-four__experiences-section__slider .center-slider .slick-slide[aria-hidden=true]:not([tabindex="-1"]) + .slick-cloned[aria-hidden=true] {
    transform: scale(1.1);
  }
  .ona-hm__sec-four__experiences-section__slider .center-slider .slick-current.slick-active {
    transform: scale(1.1);
  }
  .ona-hm__sec-four__experiences-section__slider .slick-center .ona-hm__sec-four__experiences-section__slider-item-image-wrapper {
    position: relative;
  }
  .ona-hm__sec-four__experiences-section__slider .slick-center .ona-hm__sec-four__experiences-section__slider-item-image-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
  }
  .ona-hm__sec-four__experiences-section__slider .slick-center .ona-hm__sec-four__experiences-section__slider-item-image-wrapper-content {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ona-hm__sec-four__experiences-section__slider .slick-center .ona-hm__sec-four__experiences-section__slider-item-image-wrapper-content p {
    text-align: center;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .ona-hm__sec-four__experiences-section__slider .slick-center .ona-hm__sec-four__experiences-section__slider-item-image-wrapper-content p {
    font-size: 1.042vw;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-hm__sec-four__experiences-section__slider .slick-center .ona-hm__sec-four__experiences-section__slider-item-title h5 {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .ona-hm__sec-four__experiences-section__slider .slick-center .ona-hm__sec-four__experiences-section__slider-item-title h5 {
    font-size: 1.042vw;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-hm__sec-four__experiences-section__slider .slick-prev {
    left: 5vw !important;
    top: 15vw;
  }
  .ona-hm__sec-four__experiences-section__slider .slick-next {
    right: 5vw !important;
    top: 15vw;
  }
}
.ona-hm__sec-four__experiences-section__slider-item {
  transition: all 0.4s ease-in-out;
}
@media only screen and (min-width: 600px) {
  .ona-hm__sec-four__experiences-section__slider-item {
    margin: 0 20px 0 0;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-hm__sec-four__experiences-section__slider-item {
    margin: 0 60px 0 0;
    transform: scale(0.75);
  }
  .ona-hm__sec-four__experiences-section__slider-item.slick-center {
    transform: scale(1.2);
  }
}
.ona-hm__sec-four__experiences-section__slider-item-image-wrapper {
  aspect-ratio: 0.95/1;
}
.ona-hm__sec-four__experiences-section__slider-item-image-wrapper-content {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 20px;
  z-index: 2;
  display: none;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 600px) {
  .ona-hm__sec-four__experiences-section__slider-item-image-wrapper-content {
    padding: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-hm__sec-four__experiences-section__slider-item-image-wrapper-content {
    padding: 3vw;
  }
}
.ona-hm__sec-four__experiences-section__slider-item-image-wrapper-content p {
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1px;
  text-align: center;
  display: none;
}
@media only screen and (min-width: 1025px) {
  .ona-hm__sec-four__experiences-section__slider-item-image-wrapper-content p {
    font-size: 1.042vw;
    text-align: left;
    display: block;
  }
}
.ona-hm__sec-four__experiences-section__slider-item-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ona-hm__sec-four__experiences-section__slider-item-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 15px;
}
.ona-hm__sec-four__experiences-section__slider-item-title h5 {
  color: #2C2C2C;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 2.4px;
  text-transform: capitalize;
  position: relative;
  width: fit-content;
  text-align: center;
  padding-top: 20px;
}
@media only screen and (min-width: 1025px) {
  .ona-hm__sec-four__experiences-section__slider-item-title h5 {
    font-size: 1.25vw;
    padding-top: 2vw;
  }
}
.ona-hm__sec-four__experiences-section__slider-item-title p {
  color: #545454;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1px;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .ona-hm__sec-four__experiences-section__slider-item-title p {
    display: none;
  }
}
.ona-hm__sec-five {
  background: #C8CAB4;
}
.ona-hm__sec-five__sustainability-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media only screen and (min-width: 600px) {
  .ona-hm__sec-five__sustainability-wrapper {
    gap: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-hm__sec-five__sustainability-wrapper {
    gap: 3.906vw;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.ona-hm__sec-five__sustainability-wrapper-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ona-hm__sec-five__sustainability-wrapper-item:last-child {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
@media only screen and (min-width: 600px) {
  .ona-hm__sec-five__sustainability-wrapper-item:last-child {
    flex-direction: row;
  }
}
@media only screen and (min-width: 600px) {
  .ona-hm__sec-five__sustainability-wrapper-item:last-child .ona-hm__sec-five__sustainability-wrapper-item__image-wrapper {
    flex: 1 1 calc(50% - 5px);
    max-width: calc(50% - 5px);
    aspect-ratio: 1/1;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-hm__sec-five__sustainability-wrapper-item:last-child .ona-hm__sec-five__sustainability-wrapper-item__image-wrapper {
    flex: unset;
    max-width: unset;
  }
}
.ona-hm__sec-five__sustainability-wrapper-item p {
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .ona-hm__sec-five__sustainability-wrapper-item {
    flex: 1 1 calc(33.3% - 3vw);
    max-width: calc(33.3% - 2vw);
  }
}
@media only screen and (min-width: 1025px) {
  .ona-hm__sec-five__sustainability-wrapper-item__image-wrapper {
    aspect-ratio: 0.82/1;
  }
}
.ona-hm__sec-five__sustainability-wrapper-item__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ona-hm__sec-six__moments {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (min-width: 600px) {
  .ona-hm__sec-six__moments {
    gap: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-hm__sec-six__moments {
    gap: 3.906vw;
  }
}
.ona-hm__sec-seven {
  background: #EAE4D6;
}
.ona-hm__sec-seven__FAQ {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (min-width: 600px) {
  .ona-hm__sec-seven__FAQ {
    gap: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-hm__sec-seven__FAQ {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3.125vw;
  }
}
.ona-hm__sec-seven__FAQ-item {
  gap: 20px;
}
@media only screen and (min-width: 600px) {
  .ona-hm__sec-seven__FAQ-item {
    gap: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-hm__sec-seven__FAQ-item {
    gap: 2vw;
  }
}
.ona-hm__sec-seven__FAQ-item .ac {
  background-color: transparent;
  border: unset;
  border-bottom: 1px solid rgba(100, 107, 34, 0.2);
  margin-top: 20px;
}
.ona-hm__sec-seven__FAQ-item .ac.is-active .ac-header .ac-trigger::after {
  content: "";
  background-image: url("../assets/images/up-arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.ona-hm__sec-seven__FAQ-item .ac:last-child {
  border-bottom: unset;
}
.ona-hm__sec-seven__FAQ-item .ac-trigger {
  padding: unset;
}
.ona-hm__sec-seven__FAQ-item .ac-trigger::after {
  content: "";
  right: 0;
  top: 20px;
  background-image: url("../assets/images/down-arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 1025px) {
  .ona-hm__sec-seven__FAQ-item .ac-trigger::after {
    width: 1vw;
    height: 1vw;
    top: 0.8vw;
  }
}
.ona-hm__sec-seven__FAQ-item .ac-trigger:focus {
  color: #2C2C2C;
}
.ona-hm__sec-seven__FAQ-item .ac h6 {
  color: #2C2C2C;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 20px;
  padding-right: 50px;
}
@media only screen and (min-width: 1025px) {
  .ona-hm__sec-seven__FAQ-item .ac h6 {
    padding-bottom: 1.042vw;
    padding-right: 4vw;
    font-size: 1vw;
  }
}
.ona-hm__sec-seven__FAQ-item .ac-panel p {
  color: #545454;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.9px;
  padding-right: 50px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1025px) {
  .ona-hm__sec-seven__FAQ-item .ac-panel p {
    padding-bottom: 1.042vw;
    font-size: 0.9vw;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-hm__sec-seven__FAQ-item:first-child {
    flex: 1 1 calc(53% - 2vw);
    max-width: calc(53% - 2vw);
  }
  .ona-hm__sec-seven__FAQ-item:last-child {
    flex: 1 1 calc(47% - 2vw);
    max-width: calc(47% - 2vw);
    height: 37.5vw;
  }
}
.ona-hm__sec-seven__FAQ-item__image-wrapper {
  aspect-ratio: 0.92/1;
}
.ona-hm__sec-seven__FAQ-item__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 1025px) {
  .ona-hm__sec-seven__FAQ-item__image-wrapper img {
    height: 37.5vw;
  }
}
.ona-hm__sec-eight .ona-heading__wrapper-two-content a {
  color: #545454;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  letter-spacing: 1.2px;
  text-transform: lowercase;
  font-size: 1.25rem;
}
@media only screen and (min-width: 1025px) {
  .ona-hm__sec-eight .ona-heading__wrapper-two-content a {
    font-size: 1.25vw;
  }
}
.ona-hm__offers-slider-item {
  transition: all 0.4s ease-in-out;
}

.ona-our-story__sec-one {
  position: relative;
}
.ona-our-story__sec-one__welcome-section {
  position: relative;
  z-index: 2;
}
.ona-our-story__sec-one__welcome-section .ona-heading {
  display: block;
  margin: 0 auto;
}
.ona-our-story__sec-one__welcome-section .ona-heading p {
  text-align: center;
}
.ona-our-story__sec-two__insp-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .ona-our-story__sec-two__insp-wrapper {
    flex-direction: row;
  }
}
.ona-our-story__sec-two__insp-wrapper-item {
  position: relative;
}
.ona-our-story__sec-two__insp-wrapper-item__owner-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width: 600px) {
  .ona-our-story__sec-two__insp-wrapper-item__owner-wrapper {
    gap: 30px;
    position: absolute;
    right: -5vw;
    top: 50px;
    z-index: 2;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-our-story__sec-two__insp-wrapper-item__owner-wrapper {
    gap: 2.604vw;
    top: 4.167vw;
  }
}
.ona-our-story__sec-two__insp-wrapper-item__owner-wrapper__image-wrapper {
  aspect-ratio: 1/1;
}
@media only screen and (min-width: 600px) {
  .ona-our-story__sec-two__insp-wrapper-item__owner-wrapper__image-wrapper img {
    width: 200px;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-our-story__sec-two__insp-wrapper-item__owner-wrapper__image-wrapper img {
    width: 22.917vw;
  }
}
.ona-our-story__sec-two__insp-wrapper-item__owner-wrapper__content-wrapper {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 30px;
}
@media only screen and (min-width: 600px) {
  .ona-our-story__sec-two__insp-wrapper-item__owner-wrapper__content-wrapper {
    text-align: left;
    align-items: flex-start;
    padding-bottom: unset;
  }
}
.ona-our-story__sec-two__insp-wrapper-item__owner-wrapper__content-wrapper img {
  width: 40%;
  height: auto;
}
@media only screen and (min-width: 1025px) {
  .ona-our-story__sec-two__insp-wrapper-item__owner-wrapper__content-wrapper img {
    width: 30%;
  }
}
.ona-our-story__sec-two__insp-wrapper-item__owner-wrapper__content-wrapper h5 {
  color: #2C2C2C;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.ona-our-story__sec-two__insp-wrapper-item__owner-wrapper__content-wrapper p {
  color: #545454;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1px;
}
.ona-our-story__sec-two__insp-wrapper-item__bg-image {
  aspect-ratio: 0.74/1;
}
.ona-our-story__sec-two__insp-wrapper-item__content {
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .ona-our-story__sec-two__insp-wrapper-item__content {
    padding-left: 80px;
    text-align: left;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-our-story__sec-two__insp-wrapper-item__content {
    padding-left: 11vw;
    padding-right: 6.5vw;
    padding-top: 4.167vw;
    padding-bottom: 4.167vw;
  }
}
.ona-our-story__sec-two__insp-wrapper-item__content h2 {
  color: #2C2C2C;
  font-weight: 400;
  letter-spacing: 5.4px;
  text-transform: uppercase;
}
@media only screen and (min-width: 600px) {
  .ona-our-story__sec-two__insp-wrapper-item:first-child {
    flex: 1 1 30%;
    max-width: 30%;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-our-story__sec-two__insp-wrapper-item:first-child {
    flex: 1 1 25.885vw;
    max-width: 25.885vw;
  }
}
.ona-our-story__sec-two__insp-wrapper-item:nth-child(2) {
  background: #E3DDCF;
}
@media only screen and (min-width: 600px) {
  .ona-our-story__sec-two__insp-wrapper-item:nth-child(2) {
    flex: 1 1 70%;
    max-width: 70%;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-our-story__sec-two__insp-wrapper-item:nth-child(2) {
    flex: 1 1 42.135vw;
    max-width: 42.135vw;
  }
}
.ona-our-story__sec-two__insp-wrapper-item:nth-child(2) p {
  letter-spacing: 1px;
}
@media only screen and (min-width: 1025px) {
  .ona-our-story__sec-two__insp-wrapper-item:nth-child(2) p {
    font-size: 1.042vw;
  }
}
.ona-our-story__sec-two__insp-wrapper-item:last-child {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .ona-our-story__sec-two__insp-wrapper-item:last-child {
    display: block;
    flex: 1 1 31.979vw;
    max-width: 31.979vw;
  }
}
.ona-our-story__sec-three {
  background-color: #E3DDCF;
  position: relative;
}
@media only screen and (min-width: 600px) {
  .ona-our-story__sec-three {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-our-story__sec-three {
    padding-top: 7.5vw;
  }
}
.ona-our-story__sec-three__images-wrapper-main {
  aspect-ratio: 1.42/0.78;
}
@media only screen and (min-width: 1025px) {
  .ona-our-story__sec-three__images-wrapper-main {
    padding-right: 17vw;
  }
}
.ona-our-story__sec-three__images-wrapper-second {
  aspect-ratio: 0.95/1;
  display: none;
}
@media only screen and (min-width: 1025px) {
  .ona-our-story__sec-three__images-wrapper-second {
    display: block;
    position: absolute;
    top: 30%;
    width: 23.073vw;
    right: 10vw;
  }
}
.ona-our-story__sec-three .ona-tree {
  position: absolute;
  right: 0;
  top: 2%;
  width: 50%;
  height: auto;
  z-index: 1;
}
@media only screen and (min-width: 1025px) {
  .ona-our-story__sec-three .ona-tree {
    width: 22vw;
  }
}
.ona-our-story__sec-four {
  background-color: #C8CAB4;
  display: flex;
  flex-direction: column;
  gap: 30px;
  z-index: 2;
}
@media only screen and (min-width: 600px) {
  .ona-our-story__sec-four {
    gap: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-our-story__sec-four {
    gap: unset;
    flex-direction: row;
  }
}
.ona-our-story__sec-four-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
@media only screen and (min-width: 600px) {
  .ona-our-story__sec-four-item {
    gap: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-our-story__sec-four-item {
    flex: 1 1 50%;
    max-width: 50%;
    gap: 2.083vw;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-our-story__sec-four-item:first-child {
    padding-right: 13vw;
  }
}
.ona-our-story__sec-four-item h5 {
  color: #2C2C2C;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1025px) {
  .ona-our-story__sec-four-item h5 {
    font-size: 1.25vw;
    text-align: left;
  }
}
.ona-our-story__sec-four-item p {
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .ona-our-story__sec-four-item p {
    text-align: left;
    font-size: 1.042vw;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-our-story__sec-four .ona-heading h2 {
    text-align: left;
  }
}
.ona-our-story__sec-five {
  background-color: #C8CAB4;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .ona-our-story__sec-five {
    text-align: left;
  }
}
.ona-our-story__sec-five .common-sec-01__content ul li a {
  pointer-events: none;
}
.ona-our-story__sec-six {
  background-color: #E3DDCF;
}
.ona-our-story__sec-six p {
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .ona-our-story__sec-six p {
    max-width: 54vw;
    display: block;
    margin: 0 auto;
  }
}

.ona-accomodation__sec-one {
  position: relative;
}
.ona-accomodation__sec-one__welcome-section {
  position: relative;
  z-index: 2;
}
.ona-accomodation__sec-one__welcome-section .ona-heading {
  display: block;
  margin: 0 auto;
}
.ona-accomodation__sec-one__welcome-section .ona-heading p {
  text-align: center;
}
.ona-accomodation__sec-one .ona-tree {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  height: 80%;
  z-index: 1;
}
@media only screen and (min-width: 1025px) {
  .ona-accomodation__sec-one .ona-tree {
    width: 22vw;
    bottom: -10vw;
    height: auto;
  }
}
.ona-accomodation__sec-two {
  background-color: #E3DDCF;
}
.ona-accomodation__sec-two .common-sec-02 {
  background-color: #E3DDCF;
  padding-top: 40px;
}
@media only screen and (min-width: 600px) {
  .ona-accomodation__sec-two .common-sec-02 {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-accomodation__sec-two .common-sec-02 {
    padding-top: 7.5vw;
  }
}
.ona-accomodation__sec-two .common-sec-02:first-child {
  background-color: #ffffff;
  padding-top: unset;
}

.ona-accomodation-inner__sec-one {
  position: relative;
}
.ona-accomodation-inner__sec-one .ona-heading__wrapper .property-wrapper-item h6,
.ona-accomodation-inner__sec-one .ona-heading__wrapper .property-wrapper-item p {
  text-align: center !important;
}
.ona-accomodation-inner__sec-one__welcome-section {
  position: relative;
  z-index: 2;
  padding-bottom: 40px;
}
.ona-accomodation-inner__sec-one__welcome-section .ona-heading {
  display: block;
  margin: 0 auto;
}
.ona-accomodation-inner__sec-one__welcome-section .ona-heading p {
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .ona-accomodation-inner__sec-one__welcome-section .ona-heading {
    padding-bottom: 40px;
  }
  .ona-accomodation-inner__sec-one__welcome-section .ona-heading__wrapper .property-wrapper-item {
    justify-content: center;
  }
}
@media only screen and (min-width: 600px) {
  .ona-accomodation-inner__sec-one__welcome-section {
    padding-bottom: 50px;
  }
}
.ona-accomodation-inner__sec-one .ona-heading__wrapper .property-wrapper-item p {
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (min-width: 1025px) {
  .ona-accomodation-inner__sec-one .ona-heading__wrapper .property-wrapper-item p {
    font-size: 1.25vw;
  }
}
.ona-accomodation-inner__sec-one .ona-heading__wrapper .property-wrapper-item h6 {
  color: #545454;
  font-size: 0.9375rem;
  letter-spacing: 1px;
  line-height: 150%;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}
@media only screen and (min-width: 1025px) {
  .ona-accomodation-inner__sec-one .ona-heading__wrapper .property-wrapper-item h6 {
    font-size: 1.042vw;
    letter-spacing: 0.01vw;
    line-height: 2vw;
  }
}
.ona-accomodation-inner__sec-two {
  background-color: #EAE4D6;
  margin-top: 40px;
}
.ona-accomodation-inner__sec-two .pb-padding__main {
  display: none;
}
@media only screen and (min-width: 600px) {
  .ona-accomodation-inner__sec-two {
    margin-top: 50px;
  }
  .ona-accomodation-inner__sec-two .pb-padding__main {
    display: flex;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-accomodation-inner__sec-two {
    margin-top: 3vw;
  }
}
.ona-accomodation-inner__sec-three {
  position: relative;
}
.ona-accomodation-inner__sec-three__wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  z-index: 2;
}
@media only screen and (min-width: 600px) {
  .ona-accomodation-inner__sec-three__wrapper {
    gap: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-accomodation-inner__sec-three__wrapper {
    gap: unset;
    flex-direction: row;
    align-items: center;
  }
}
.ona-accomodation-inner__sec-three__wrapper-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
@media only screen and (min-width: 600px) {
  .ona-accomodation-inner__sec-three__wrapper-item {
    gap: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-accomodation-inner__sec-three__wrapper-item {
    flex: 1 1 50%;
    max-width: 50%;
    gap: 2.083vw;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-accomodation-inner__sec-three__wrapper-item:first-child {
    padding-right: 4vw;
  }
}
.ona-accomodation-inner__sec-three__wrapper-item .icon img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}
@media only screen and (min-width: 1025px) {
  .ona-accomodation-inner__sec-three__wrapper-item .icon img {
    width: 1.875vw;
    height: 1.875vw;
  }
}
.ona-accomodation-inner__sec-three__wrapper-item p {
  text-align: center;
  line-height: 1.8;
}
@media only screen and (min-width: 1025px) {
  .ona-accomodation-inner__sec-three__wrapper-item p {
    text-align: left;
    font-size: 1.042vw;
  }
}
.ona-accomodation-inner__sec-three__wrapper-item ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 50px;
  justify-content: flex-start;
}
@media only screen and (min-width: 600px) {
  .ona-accomodation-inner__sec-three__wrapper-item ul {
    gap: 20px 50px;
    flex-direction: row;
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-accomodation-inner__sec-three__wrapper-item ul {
    gap: 1vw 3vw;
  }
}
.ona-accomodation-inner__sec-three__wrapper-item ul li {
  color: #2C2C2C;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0.9px;
  display: flex;
  gap: 15px;
  align-items: center;
  width: 100%;
  align-items: flex-start;
}
@media only screen and (min-width: 600px) {
  .ona-accomodation-inner__sec-three__wrapper-item ul li {
    flex: 1 1 calc(50% - 25px);
    max-width: calc(50% - 25px);
  }
}
@media only screen and (min-width: 1025px) {
  .ona-accomodation-inner__sec-three__wrapper-item ul li {
    font-size: 0.9vw;
    gap: 2vw;
    flex: 1 1 calc(50% - 1.5vw);
    max-width: calc(50% - 1.5vw);
  }
}
.ona-accomodation-inner__sec-three__wrapper-item ul li p {
  text-align: left;
}
.ona-accomodation-inner__sec-three__wrapper-item ul li svg {
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 600px) {
  .ona-accomodation-inner__sec-three__wrapper-item ul li svg {
    width: 25px;
    height: 25px;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-accomodation-inner__sec-three__wrapper-item ul li svg {
    width: 1.823vw;
    height: 1.823vw;
  }
}
.ona-accomodation-inner__sec-three__wrapper-item__image-wrapper {
  position: relative;
}
.ona-accomodation-inner__sec-three__wrapper-item__image-wrapper .ona-green-border-btn {
  border-color: #ffffff;
  color: #403F2D;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  display: none;
}
.ona-accomodation-inner__sec-three__wrapper-item__image-wrapper .ona-green-border-btn:hover {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.ona-accomodation-inner__sec-three .ona-tree {
  position: absolute;
  right: 0;
  top: 2%;
  width: 50%;
  height: auto;
  z-index: 1;
}
@media only screen and (min-width: 1025px) {
  .ona-accomodation-inner__sec-three .ona-tree {
    width: 22vw;
  }
}
.ona-accomodation-inner__sec-four {
  background-color: #E3DDCF;
}
.ona-accomodation-inner__sec-four .accomodation-slider-content-slider-item__inner h5::after {
  content: unset;
}

.ona-experiences__sec-one {
  position: relative;
}
.ona-experiences__sec-one__welcome-section {
  position: relative;
  z-index: 2;
  padding-bottom: 40px;
}
.ona-experiences__sec-one__welcome-section .ona-heading {
  display: block;
  margin: 0 auto;
  padding-bottom: 30px;
}
.ona-experiences__sec-one__welcome-section .ona-heading p {
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .ona-experiences__sec-one__welcome-section .ona-heading {
    padding-bottom: unset;
  }
}
@media only screen and (min-width: 600px) {
  .ona-experiences__sec-one__welcome-section {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-experiences__sec-one__welcome-section {
    padding-bottom: 7.5vw;
  }
}
.ona-experiences__sec-two {
  background-color: #E3DDCF;
  position: relative;
  bottom: -12.5vw;
}
@media only screen and (min-width: 600px) {
  .ona-experiences__sec-two {
    bottom: -7.6vw;
  }
}
.ona-experiences__sec-two .ona-tree {
  position: absolute;
  right: 0;
  top: -8vw;
  width: 60%;
  height: auto;
  z-index: 1;
}
@media only screen and (min-width: 1025px) {
  .ona-experiences__sec-two .ona-tree {
    width: 22vw;
  }
}
.ona-experiences__sec-two__wrapper {
  top: -7.6vw;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1025px) {
  .ona-experiences__sec-two__wrapper .ona-experience__card:nth-child(even) {
    display: flex;
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-experiences__sec-two__wrapper .ona-experience__card:nth-child(even) .ona-experience__card-item:first-child {
    margin-left: unset;
    margin-right: 2.3vw;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-experiences__sec-two__wrapper .ona-experience__card:nth-child(even) .ona-experience__card-item:last-child {
    padding-left: 9vw;
    position: absolute;
    padding-right: 5.208vw;
    right: unset;
    left: 0;
    bottom: 0;
    width: 38.5vw;
    gap: 2.604vw;
  }
}
.ona-experiences__sec-two .ona-experience__card-item h6::after {
  content: unset;
}
@media only screen and (min-width: 600px) {
  .ona-experiences__sec-two .ona-experience__card-item h6::after {
    content: "";
  }
}

.ona-offers__sec-one {
  position: relative;
}
.ona-offers__sec-one__welcome-section {
  position: relative;
  z-index: 2;
  padding-bottom: 40px;
}
.ona-offers__sec-one__welcome-section .ona-heading {
  display: block;
  margin: 0 auto;
  padding-bottom: 30px;
}
.ona-offers__sec-one__welcome-section .ona-heading p {
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .ona-offers__sec-one__welcome-section .ona-heading {
    padding-bottom: unset;
  }
}
@media only screen and (min-width: 600px) {
  .ona-offers__sec-one__welcome-section {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-offers__sec-one__welcome-section {
    padding-bottom: 7.5vw;
  }
}
.ona-offers__sec-two {
  background-color: #E3DDCF;
  position: relative;
  bottom: -12.5vw;
}
@media only screen and (min-width: 600px) {
  .ona-offers__sec-two {
    bottom: -7.6vw;
  }
}
.ona-offers__sec-two .ona-tree {
  position: absolute;
  right: 0;
  top: 20%;
  width: 60%;
  height: auto;
  z-index: 1;
}
@media only screen and (min-width: 1025px) {
  .ona-offers__sec-two .ona-tree {
    width: 22vw;
  }
}
.ona-offers__sec-two__wrapper {
  top: -7.6vw;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex-wrap: wrap;
  align-items: stretch;
}
@media only screen and (min-width: 600px) {
  .ona-offers__sec-two__wrapper {
    flex-direction: row;
    gap: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-offers__sec-two__wrapper {
    gap: 3vw;
  }
}
.ona-offers__sec-two__wrapper-item {
  display: flex;
}
@media only screen and (min-width: 600px) {
  .ona-offers__sec-two__wrapper-item {
    flex: 1 1 calc(50% - 25px);
    max-width: calc(50% - 25px);
  }
}
@media only screen and (min-width: 1025px) {
  .ona-offers__sec-two__wrapper-item {
    flex: 1 1 calc(50% - 2.5vw);
    max-width: calc(50% - 2.5vw);
  }
}
.ona-offers__sec-two__wrapper-item .ona__card-type-01-wrapper {
  height: 100%;
}
.ona-offers__sec-two__wrapper-item .ona__card-type-01-wrapper__image-wrapper img {
  aspect-ratio: 2/1.5;
}
.ona-offers__sec-two__wrapper .ona__card-type-01-wrapper__content-wrapper-title h5 {
  font-weight: 500;
}

.ona-offer-inner__sec-one {
  position: relative;
  padding-bottom: 40px;
}
@media only screen and (min-width: 600px) {
  .ona-offer-inner__sec-one {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-offer-inner__sec-one {
    padding-bottom: 7.5vw;
  }
}
.ona-offer-inner__sec-one__welcome-section {
  position: relative;
  z-index: 2;
  padding-bottom: 40px;
}
.ona-offer-inner__sec-one__welcome-section .ona-heading {
  display: block;
  margin: 0 auto;
  padding-bottom: 30px;
}
.ona-offer-inner__sec-one__welcome-section .ona-heading p {
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .ona-offer-inner__sec-one__welcome-section .ona-heading {
    padding-bottom: unset;
  }
}
@media only screen and (min-width: 600px) {
  .ona-offer-inner__sec-one__welcome-section {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-offer-inner__sec-one__welcome-section {
    padding-bottom: 7.5vw;
  }
}
.ona-offer-inner__sec-two {
  background-color: #E3DDCF;
  position: relative;
}
.ona-offer-inner__sec-two .ona-tree {
  position: absolute;
  right: 0;
  top: -8vw;
  width: 60%;
  height: auto;
  z-index: 1;
}
@media only screen and (min-width: 1025px) {
  .ona-offer-inner__sec-two .ona-tree {
    width: 22vw;
  }
}
.ona-offer-inner__sec-two__wrapper {
  top: -7.6vw;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 1025px) {
  .ona-offer-inner__sec-two__wrapper {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-offer-inner__sec-two__wrapper-item {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
.ona-offer-inner__sec-two__wrapper-item:first-child {
  background-color: #E3DDCF;
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width: 600px) {
  .ona-offer-inner__sec-two__wrapper-item:first-child {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-offer-inner__sec-two__wrapper-item:first-child {
    padding: 5.2vw 6vw;
    gap: 1vw;
    padding-bottom: unset;
  }
}
.ona-offer-inner__sec-two__wrapper-item:first-child h6 {
  color: #2C2C2C;
  font-weight: 500;
  letter-spacing: 1.2px;
  text-transform: capitalize;
}
.ona-offer-inner__sec-two__wrapper-item:first-child ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 20px;
}
.ona-offer-inner__sec-two__wrapper-item:first-child ul li {
  list-style: disc;
  margin-left: 10px;
  color: #545454;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1px;
}
@media only screen and (min-width: 1025px) {
  .ona-offer-inner__sec-two__wrapper-item:first-child ul li {
    font-size: 1vw;
  }
}
.ona-offer-inner__sec-two__wrapper-item__image-wrapper {
  aspect-ratio: 0.78/1;
  width: 100%;
}
.ona-offer-inner__sec-two__wrapper-item__image-wrapper img {
  height: auto;
}
.ona-offer-inner__sec-three {
  padding-bottom: 100px;
}
.ona-offer-inner__sec-three .other-offers-slider__wrapper {
  position: relative;
}
@media only screen and (min-width: 600px) {
  .ona-offer-inner__sec-three .other-offers-slider-item {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-offer-inner__sec-three .other-offers-slider-item {
    padding-right: 3.125vw;
  }
}
.ona-offer-inner__sec-three .other-offers-slider-counter {
  position: absolute;
  left: 50%;
  bottom: -60px;
  transform: translateX(-50%);
  color: #545454;
  color: #545454;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1.6px;
}
@media only screen and (min-width: 1025px) {
  .ona-offer-inner__sec-three .other-offers-slider-counter {
    bottom: unset;
    top: -7vw;
    left: unset;
    right: 4.5vw;
  }
}
.ona-offer-inner__sec-three .other-offers-slider-counter .slick-next {
  right: -50px;
  z-index: 1;
  width: 30px;
  height: 30px;
  z-index: 99;
  top: 50%;
  bottom: unset;
}
@media only screen and (min-width: 1025px) {
  .ona-offer-inner__sec-three .other-offers-slider-counter .slick-next {
    right: -4vw;
    top: 50%;
  }
}
.ona-offer-inner__sec-three .other-offers-slider-counter .slick-next::before {
  background: url(../assets/images/slick-next-green.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 15px;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1025px) {
  .ona-offer-inner__sec-three .other-offers-slider-counter .slick-next::before {
    width: 2vw;
    height: 2vw;
  }
}
.ona-offer-inner__sec-three .other-offers-slider-counter .slick-prev {
  left: -50px;
  z-index: 1;
  width: 30px;
  height: 30px;
  z-index: 5;
  top: 50%;
  bottom: 0;
}
@media only screen and (min-width: 1025px) {
  .ona-offer-inner__sec-three .other-offers-slider-counter .slick-prev {
    left: -4vw;
    top: 50%;
  }
}
.ona-offer-inner__sec-three .other-offers-slider-counter .slick-prev::before {
  background: url(../assets/images/slick-prev-green.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 15px;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1025px) {
  .ona-offer-inner__sec-three .other-offers-slider-counter .slick-prev::before {
    transform: deg(0);
    width: 2vw;
    height: 2vw;
  }
}
.ona-offer-inner__sec-three .other-offers-slider-counter button {
  background-color: transparent !important;
}
@media only screen and (min-width: 1025px) {
  .ona-offer-inner__sec-three .other-offers-slider-counter {
    font-size: 1.667vw;
  }
}
.ona-offer-inner__sec-three .other-offers-slider-counter .total-slides {
  color: #545454;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
}
@media only screen and (min-width: 1025px) {
  .ona-offer-inner__sec-three .other-offers-slider-counter .total-slides {
    font-size: 0.833vw;
  }
}
.ona-offer-inner__sec-three .other-offers-slider .ona__card-type-01-wrapper__content-wrapper-title h5 {
  font-weight: 500;
}

.ona-dining__sec-one {
  position: relative;
  padding-bottom: 40px;
}
@media only screen and (min-width: 600px) {
  .ona-dining__sec-one {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-dining__sec-one {
    padding-bottom: 7.5vw;
  }
}
.ona-dining__sec-one__welcome-section {
  position: relative;
  z-index: 2;
  padding-bottom: 40px;
}
.ona-dining__sec-one__welcome-section .ona-heading {
  display: block;
  margin: 0 auto;
  padding-bottom: 30px;
}
.ona-dining__sec-one__welcome-section .ona-heading p {
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .ona-dining__sec-one__welcome-section .ona-heading {
    padding-bottom: unset;
  }
}
@media only screen and (min-width: 600px) {
  .ona-dining__sec-one__welcome-section {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-dining__sec-one__welcome-section {
    padding-bottom: 7.5vw;
  }
}
.ona-dining__sec-two {
  position: relative;
  background-color: #E3DDCF;
}
.ona-dining__sec-two .ona-tree {
  position: absolute;
  right: 0;
  top: -8vw;
  width: 60%;
  height: auto;
  z-index: 1;
}
@media only screen and (min-width: 1025px) {
  .ona-dining__sec-two .ona-tree {
    width: 22vw;
  }
}
.ona-dining__sec-two__wrapper {
  top: -7.6vw;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 1025px) {
  .ona-dining__sec-two__wrapper {
    flex-direction: row;
    align-items: flex-end;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-dining__sec-two__wrapper-item {
    flex: 1 1 48%;
    max-width: 48%;
  }
}
.ona-dining__sec-two__wrapper-item:first-child {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .ona-dining__sec-two__wrapper-item:first-child {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-dining__sec-two__wrapper-item:first-child {
    padding: unset;
    padding-right: 6.25vw;
    gap: 2.083vw;
    flex: 1 1 52%;
    max-width: 52%;
    text-align: left;
  }
}
.ona-dining__sec-two__wrapper-item:first-child h6 {
  color: #2C2C2C;
  font-weight: 500;
  letter-spacing: 1.2px;
  text-transform: capitalize;
}
.ona-dining__sec-two__wrapper-item:first-child ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ona-dining__sec-two__wrapper-item:first-child ul li {
  list-style: disc;
  margin-left: 10px;
  color: #545454;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1px;
}
@media only screen and (min-width: 1025px) {
  .ona-dining__sec-two__wrapper-item:first-child ul li {
    font-size: 1vw;
  }
}
.ona-dining__sec-two__wrapper-item__image-wrapper {
  aspect-ratio: 0.78/1;
  width: 100%;
}
.ona-dining__sec-three {
  position: relative;
  background-color: #E3DDCF;
}
.ona-dining__sec-three .ona-tree {
  position: absolute;
  right: 0;
  top: -8vw;
  width: 60%;
  height: auto;
  z-index: 1;
}
@media only screen and (min-width: 1025px) {
  .ona-dining__sec-three .ona-tree {
    width: 22vw;
  }
}
.ona-dining__sec-three__wrapper {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 600px) {
  .ona-dining .inner-desc {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.ona-location__sec-one {
  position: relative;
}
.ona-location__sec-one .property-wrapper-item h6,
.ona-location__sec-one .property-wrapper-item p {
  text-align: center !important;
}
.ona-location__sec-one .property-wrapper {
  padding-top: 5vw;
}
@media screen and (max-width: 1025px) {
  .ona-location__sec-one .property-wrapper {
    padding-top: 0;
  }
}
.ona-location__sec-one .property-wrapper .hrlinel hr {
  height: 4vw;
  border-right: 1px solid rgba(0, 0, 0, 0.1882352941);
  margin: auto 3vw;
}
.ona-location__sec-one .property-wrapper .hrlinel:nth-child(8) hr {
  display: none;
}
@media screen and (max-width: 1025px) {
  .ona-location__sec-one .property-wrapper {
    flex-direction: column;
  }
  .ona-location__sec-one .property-wrapper .hrlinel {
    display: none;
  }
  .ona-location__sec-one .property-wrapper .property-wrapper-item {
    padding-bottom: 30px;
  }
}
.ona-location__sec-one__welcome-section {
  position: relative;
  z-index: 2;
  padding-bottom: 40px;
}
.ona-location__sec-one__welcome-section .ona-heading {
  display: block;
  margin: 0 auto;
  padding-bottom: 30px;
}
.ona-location__sec-one__welcome-section .ona-heading p {
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .ona-location__sec-one__welcome-section .ona-heading {
    padding-bottom: unset;
  }
}
@media only screen and (min-width: 600px) {
  .ona-location__sec-one__welcome-section {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-location__sec-one__welcome-section {
    padding-bottom: 7.5vw;
  }
}
.ona-location__sec-two {
  position: relative;
  background-color: #E3DDCF;
}
.ona-location__sec-two .ona-tree {
  position: absolute;
  right: 0;
  top: -12vw;
  width: 60%;
  height: auto;
  z-index: 1;
}
@media only screen and (min-width: 1025px) {
  .ona-location__sec-two .ona-tree {
    width: 22vw;
  }
}
.ona-location__sec-two__wrapper {
  top: -7.6vw;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 1025px) {
  .ona-location__sec-two__wrapper {
    flex-direction: row;
    align-items: flex-end;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-location__sec-two__wrapper-item {
    flex: 1 1 48%;
    max-width: 48%;
  }
}
.ona-location__sec-two__wrapper-item:first-child {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .ona-location__sec-two__wrapper-item:first-child {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-location__sec-two__wrapper-item:first-child {
    padding: unset;
    padding-right: 6.25vw;
    gap: 2.083vw;
    flex: 1 1 52%;
    max-width: 52%;
    text-align: left;
  }
}
.ona-location__sec-two__wrapper-item:first-child h6 {
  color: #2C2C2C;
  font-weight: 500;
  letter-spacing: 1.2px;
  text-transform: capitalize;
}
.ona-location__sec-two__wrapper-item:first-child ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ona-location__sec-two__wrapper-item:first-child ul li {
  list-style: disc;
  margin-left: 10px;
  color: #545454;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1px;
}
@media only screen and (min-width: 1025px) {
  .ona-location__sec-two__wrapper-item:first-child ul li {
    font-size: 1vw;
  }
}
.ona-location__sec-two__wrapper-item__image-wrapper {
  aspect-ratio: 0.78/1;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .ona-location__sec-two__wrapper-item__image-wrapper {
    aspect-ratio: unset;
  }
}
.ona-location__sec-three {
  position: relative;
  background-color: #E3DDCF;
}
.ona-location__sec-three__wrapper {
  position: relative;
  z-index: 2;
}
.ona-location__sec-three__wrapper iframe {
  width: 100%;
  height: 500px;
}
@media only screen and (min-width: 1025px) {
  .ona-location__sec-three__wrapper iframe {
    height: 41.667vw;
  }
}
@media only screen and (max-width: 600px) {
  .ona-location .inner-desc {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ona-location .inner-desc .location {
  display: flex;
  justify-content: center;
  gap: 10px;
  text-align: center;
}
.ona-location .inner-desc .location svg {
  width: 18px;
  height: 18px;
}
@media only screen and (min-width: 1025px) {
  .ona-location .inner-desc .location svg {
    width: 1.2vw;
    height: 1.2vw;
  }
}
.ona-location .inner-desc .location h6 {
  color: #2C2C2C;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  text-transform: capitalize;
  padding-top: unset;
}
.ona-location .inner-desc .location p {
  color: #545454;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.9px;
}

.ona-gallery__sec-one__gallery-wrapper {
  padding-bottom: 40px;
}
@media only screen and (min-width: 600px) {
  .ona-gallery__sec-one__gallery-wrapper {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-gallery__sec-one__gallery-wrapper {
    padding-bottom: 7.5vw;
  }
}
.ona-gallery__sec-one__gallery-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 30px;
  padding-bottom: 50px;
  padding-top: 50px;
}
@media only screen and (min-width: 1025px) {
  .ona-gallery__sec-one__gallery-wrapper ul {
    padding-bottom: 4vw;
    padding-top: 4vw;
  }
}
.ona-gallery__sec-one__gallery-wrapper ul li {
  padding: 0 10px;
  position: relative;
}
@media only screen and (min-width: 600px) {
  .ona-gallery__sec-one__gallery-wrapper ul li {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-gallery__sec-one__gallery-wrapper ul li {
    padding: 0 2vw;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-gallery__sec-one__gallery-wrapper ul li::after {
    content: "";
    position: absolute;
    right: 0;
    border-right: 1px solid #403f2d;
    top: 50%;
    transform: translateY(-50%);
    height: 50%;
  }
}
.ona-gallery__sec-one__gallery-wrapper ul li:last-child::after {
  content: unset;
}
.ona-gallery__sec-one__gallery-wrapper ul li button {
  color: #2C2C2C;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: capitalize;
  font-size: 1.125rem;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .ona-gallery__sec-one__gallery-wrapper ul li button {
    font-size: 1vw;
  }
}
.ona-gallery__sec-one__gallery-wrapper ul li button:hover {
  color: #2C2C2C;
}
.ona-gallery__sec-one__gallery-wrapper ul li button::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 0;
  border-bottom: 3px solid #646B22;
  transform: translateX(-50%);
  bottom: -5px;
  transition: 0.3s width ease-in-out;
}
.ona-gallery__sec-one__gallery-wrapper ul li button:hover::after, .ona-gallery__sec-one__gallery-wrapper ul li button.active::after {
  width: 100%;
}
.ona-gallery__sec-one__gallery-wrapper .grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media only screen and (min-width: 600px) and (max-width: 1025px) {
  .ona-gallery__sec-one__gallery-wrapper .grid {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-gallery__sec-one__gallery-wrapper .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 15vw);
    gap: 12px;
  }
}
.ona-gallery__sec-one__gallery-wrapper .grid .item {
  overflow: hidden;
}
@media only screen and (min-width: 600px) and (max-width: 1025px) {
  .ona-gallery__sec-one__gallery-wrapper .grid .item {
    flex: 1 1 calc(50% - 6px);
    max-width: calc(50% - 6px);
  }
}
.ona-gallery__sec-one__gallery-wrapper .grid .item:nth-child(1) {
  grid-column: 1/span 2;
  grid-row: 1/span 2;
}
.ona-gallery__sec-one__gallery-wrapper .grid .item:nth-child(2) {
  grid-column: 3;
  grid-row: 1;
}
.ona-gallery__sec-one__gallery-wrapper .grid .item:nth-child(3) {
  grid-column: 4;
  grid-row: 1;
}
.ona-gallery__sec-one__gallery-wrapper .grid .item:nth-child(4) {
  grid-column: 3;
  grid-row: 2;
}
.ona-gallery__sec-one__gallery-wrapper .grid .item:nth-child(5) {
  grid-column: 4;
  grid-row: 2;
}
.ona-gallery__sec-one__gallery-wrapper .grid .item:nth-child(6) {
  grid-column: 1;
  grid-row: 3;
}
.ona-gallery__sec-one__gallery-wrapper .grid .item:nth-child(7) {
  grid-column: 2;
  grid-row: 3;
}
.ona-gallery__sec-one__gallery-wrapper .grid .item:nth-child(8) {
  grid-column: 1;
  grid-row: 4;
}
.ona-gallery__sec-one__gallery-wrapper .grid .item:nth-child(9) {
  grid-column: 2;
  grid-row: 4;
}
.ona-gallery__sec-one__gallery-wrapper .grid .item:nth-child(10) {
  grid-column: 3/span 2;
  grid-row: 3/span 2;
}

.ona-contact-us__sec-one {
  position: relative;
  padding-bottom: 40px;
}
@media only screen and (min-width: 600px) {
  .ona-contact-us__sec-one {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-contact-us__sec-one {
    padding-bottom: 7.5vw;
  }
}
.ona-contact-us__sec-one__welcome-section {
  position: relative;
  z-index: 2;
  padding-bottom: 40px;
}
.ona-contact-us__sec-one__welcome-section .ona-heading {
  display: block;
  margin: 0 auto;
  padding-bottom: 30px;
}
.ona-contact-us__sec-one__welcome-section .ona-heading p {
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .ona-contact-us__sec-one__welcome-section .ona-heading {
    padding-bottom: unset;
  }
}
@media only screen and (min-width: 600px) {
  .ona-contact-us__sec-one__welcome-section {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-contact-us__sec-one__welcome-section {
    padding-bottom: 7.5vw;
  }
}
.ona-contact-us__sec-one .ona-footer-top__wrapper-item__four-wrapper-item {
  align-items: center;
}
.ona-contact-us__sec-one .ona-footer-top__wrapper-item__four-wrapper-item:first-child {
  padding-right: unset;
}
.ona-contact-us__sec-one .ona-footer-top__wrapper-item__four-wrapper-item:last-child li {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s ease-in-out;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  line-height: 2;
  text-align: center;
  max-width: 300px;
}
@media only screen and (min-width: 1025px) {
  .ona-contact-us__sec-one .ona-footer-top__wrapper-item__four-wrapper-item:last-child li {
    font-size: 0.833vw;
    text-align: left;
    justify-content: flex-start;
    max-width: unset;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-contact-us__sec-one .ona-footer-top__wrapper-item__four-wrapper-item:last-child li:nth-child(2) svg {
    height: 1.25vw;
    width: 1.25vw;
  }
}
.ona-contact-us__sec-one .ona-footer-top__wrapper-item__four-wrapper-item:last-child li svg {
  width: 14px;
  height: 14px;
  transition: 0.3s ease-in-out;
  margin-top: 8px;
  margin-right: 8px;
}
@media only screen and (min-width: 1025px) {
  .ona-contact-us__sec-one .ona-footer-top__wrapper-item__four-wrapper-item:last-child li svg {
    width: 1vw;
    height: 0.8vw;
  }
}
.ona-contact-us__sec-one .ona-footer-top__wrapper-item__four-wrapper-item:last-child li svg {
  fill: #545454;
}
.ona-contact-us__sec-one .ona-footer-top__wrapper-item__four-wrapper-item:last-child li a {
  color: #545454;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s ease-in-out;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  line-height: 2;
}
@media only screen and (min-width: 600px) {
  .ona-contact-us__sec-one .ona-footer-top__wrapper-item__four-wrapper-item:last-child li a {
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-contact-us__sec-one .ona-footer-top__wrapper-item__four-wrapper-item:last-child li a {
    font-size: 0.833vw;
    flex-direction: column;
    gap: 1vw;
    justify-content: center;
    align-items: center;
  }
}
.ona-contact-us__sec-one .ona-footer-top__wrapper-item__four-wrapper-item:last-child li a svg {
  filter: invert(63%) sepia(2%) saturate(13%) hue-rotate(2deg) brightness(91%) contrast(85%);
}
.ona-contact-us__sec-one .ona-footer-top__wrapper-item__four-wrapper-item:last-child li a:hover {
  color: #646B22;
}
.ona-contact-us__sec-one .ona-footer-top__wrapper-item__four-wrapper-item:last-child li a svg {
  width: 14px;
  height: 14px;
  transition: 0.3s ease-in-out;
  margin-top: 8px;
  margin-right: 8px;
}
@media only screen and (min-width: 1025px) {
  .ona-contact-us__sec-one .ona-footer-top__wrapper-item__four-wrapper-item:last-child li a svg {
    width: 1vw;
    height: 0.8vw;
  }
}
.ona-contact-us__sec-one .ona-footer-top__wrapper-item__four-wrapper {
  align-items: center;
  text-align: center;
  justify-content: center;
}
@media only screen and (min-width: 1025px) {
  .ona-contact-us__sec-one .ona-footer-top__wrapper-item__four-wrapper {
    flex-direction: row;
  }
}
.ona-contact-us__sec-one .ona-footer-top__wrapper-item__four-wrapper-item a {
  color: #545454;
  transition: 0.3s ease-in-out;
}
.ona-contact-us__sec-one .ona-footer-top__wrapper-item__four-wrapper-item a:hover {
  color: #646b22;
}
.ona-contact-us__sec-two {
  position: relative;
  background-color: #E3DDCF;
}
.ona-contact-us__sec-two .ona-tree {
  position: absolute;
  right: 0;
  top: -8vw;
  width: 60%;
  height: auto;
  z-index: 1;
}
@media only screen and (min-width: 1025px) {
  .ona-contact-us__sec-two .ona-tree {
    width: 22vw;
  }
}
.ona-contact-us__sec-two__wrapper {
  top: -7.6vw;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  padding: 30px;
  border: 1px solid #e3ddcf;
}
@media only screen and (min-width: 600px) {
  .ona-contact-us__sec-two__wrapper {
    padding: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .ona-contact-us__sec-two__wrapper {
    padding: 5.208vw 10.417vw;
  }
}
/*# sourceMappingURL=style.min.css.map */
