@charset "UTF-8";
/**
 *
 * FONT SMOOTHING
 *
 * Changes the font rendering,
 * allowing thinner fonts
 */
/*--------------------------------------------------------------
# CORE WORDPRESS
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

img {
  max-width: 100%;
}

.f-18 {
  font-size: 1.8rem;
}

.f-20 {
  font-size: 2rem;
}

.p-20 {
  padding: 2rem;
}

.fw-500 {
  font-weight: 500;
}

.text-dark {
  color: #081A2B;
}

.height-100 {
  height: 100%;
}

.min-height-120 {
  min-height: 140px;
}

.gap-30 {
  gap: 3rem;
}

.bg-white.btn:hover {
  background-color: #F58731 !important;
}

.white {
  color: white;
}

.f-500 {
  font-weight: 500;
}

.f-600 {
  font-weight: 600;
}

.btn-light {
  text-shadow: none;
}

.rating {
  color: #E0B540;
  font-size: 18px;
  margin-right: 1rem;
}

.airbnb-embed-frame {
  max-width: 100%;
}

@media (min-width: 768px) {
  .pt-200 {
    padding-top: 20rem !important;
  }
  .pt-200 {
    padding-bottom: 20rem !important;
  }
}
@media (max-width: 767.98px) {
  .pt-200 {
    padding-top: 10rem !important;
  }
  .pt-200 {
    padding-bottom: 10rem !important;
  }
  .btn {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) {
  .position-sticky {
    top: 110px;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 6rem !important;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 6rem !important;
  }
}
.d-none.d-block {
  display: block !important;
}

.f-600 {
  font-weight: 600;
}

.f-300 {
  font-weight: 300;
}

.text-dark {
  color: #414A55;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ls-1 {
  letter-spacing: 1px;
}

.f-400 {
  font-weight: 400px;
}

.f-16 {
  font-size: 1.6rem;
}

h2 {
  font-weight: 700;
}

@font-face {
  font-family: "marina";
  src: url("../fonts/icon/marina.ttf?oijfg2") format("truetype"), url("../fonts/icon/marina.woff?oijfg2") format("woff"), url("../fonts/icon/marina.svg?oijfg2#marina") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "marina" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right-circle:before {
  content: "\e906";
}

.icon-arrow-left-circle:before {
  content: "\e907";
}

.icon-star:before {
  content: "\e903";
}

.icon-phone:before {
  content: "\e904";
}

.icon-location:before {
  content: "\e905";
}

.icon-long-arrow-down:before {
  content: "\e902";
}

.icon-signal:before {
  content: "\e900";
}

.icon-waves:before {
  content: "\e901";
}

.site__header {
  background: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  z-index: 1020;
  transition: padding-bottom 250ms ease-in-out, padding-top 250ms ease-in-out;
}
.site__header li.current-menu-item li.current-menu-item > a {
  color: inherit !important;
  background: transparent !important;
}
@media (max-width: 991.98px) {
  .site__header li.current-menu-item li.current-menu-item > a {
    color: white !important;
  }
}
.site__header li.current-menu-item li.current-menu-item > a:hover {
  background: #F58731 !important;
  color: white !important;
}
@media (min-width: 992px) {
  .site__header {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.site__header__container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (min-width: 992px) {
  .site__header__container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .site__header__navigation {
    align-self: flex-end;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
  }
}
.site__header__branding img {
  height: 5.2rem;
  width: 12.3rem;
}
.site__header .menu-toggle {
  padding: 0;
  background: none;
  border: none;
  font-size: 2.4rem;
  color: #ffffff;
  line-height: 0;
  margin-left: 1rem;
  display: none;
  width: 3.6rem;
  height: 3.6rem;
}
.site__header .menu-toggle ion-icon {
  font-size: 3.6rem;
}
@media (max-width: 991.98px) {
  .site__header .menu-toggle {
    display: block;
    margin-left: auto;
    z-index: 99999;
  }
}
.site__header__extra_label {
  color: #ffffff;
}
.site__header .overlay-menu-toggle {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 7.2rem;
  left: 0;
  z-index: 0;
  transition: 150ms ease-in;
  pointer-events: none;
}
.site__header .primary-menu {
  display: flex;
  flex-direction: row;
}
.site__header .primary-menu > li a {
  color: #F9F3E3;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  text-transform: capitalize;
  padding: 2rem;
  display: block;
  position: relative;
  background-color: rgba(255, 255, 255, 0);
  transition: 200ms ease-in;
}
.site__header .primary-menu > li a:hover,
.site__header .primary-menu > li.current-menu-item > a {
  color: #F58731;
}
@media (min-width: 992px) {
  .site__header .primary-menu > li a {
    padding: 1.2rem;
  }
  .site__header .primary-menu > li.menu-item-has-children > a {
    position: relative;
  }
  .site__header .primary-menu > li.menu-item-has-children > a:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 4px;
    background: transparent url("../images/svg/dropdown.svg") no-repeat 0 0;
    vertical-align: middle;
    margin-left: 4px;
  }
  .site__header .primary-menu > li.menu-item-has-children > a:before {
    content: "";
    width: 100%;
    height: 1.5rem;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
  }
}
.site__header .primary-menu .menu-item-has-children {
  position: relative;
}
.site__header .primary-menu .menu-item-has-children:hover > ul.sub-menu {
  opacity: 1;
  display: block;
}
.site__header ul.sub-menu > li a {
  text-transform: capitalize;
  display: block;
  padding: 1.6rem 4rem;
  color: #F9F3E3;
}
@media (min-width: 992px) {
  .site__header ul.sub-menu {
    transition: all 0.3s ease-in-out;
    opacity: 0;
    background-color: #FFF9EF;
    position: absolute;
    min-width: 200px;
    left: 50%;
    transform: translateX(-50%);
    padding: 1rem 0;
    z-index: 3;
    top: 100%;
    margin-top: 1.5rem;
    border-radius: 0.4rem;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.4);
    display: none;
  }
  .site__header ul.sub-menu:before {
    content: "";
    display: inline-block;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #FFF9EF;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    pointer-events: none;
  }
  .site__header ul.sub-menu > li a {
    padding: 1rem 2rem;
    color: #414A55;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
  }
}
.site__header ul.sub-menu > li a:hover,
.site__header ul.sub-menu > li.current-menu-item > a {
  background: #F58731;
  color: #F9F3E3;
}
.site__header.sticky, .site__header.no-transparent {
  background-color: #414A55;
}
body.no-hero .site__header {
  background-color: #414A55;
}

@media (max-width: 991.98px) {
  .site__header__navigation {
    display: block !important;
    position: fixed;
    background-color: #3a424c;
    width: 80%;
    max-width: 300px;
    height: 100vh;
    top: 7.2rem;
    right: -80%;
    z-index: 1055;
    overflow-y: scroll;
    padding-bottom: 3rem;
    transition: 200ms ease-in;
  }
  .site__header .close-menu-icon {
    display: none;
  }
  .site__header .primary-menu {
    flex-direction: column;
  }
  .site__header .primary-menu > li:first-child {
    bordert-top: none;
  }
  .site__header .primary-menu li {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
  }
  .site__header .primary-menu > li.current-menu-item > a {
    background-color: #F58731;
    color: #ffffff;
  }
  body.show-mobile-menu {
    overflow: hidden;
  }
  body.show-mobile-menu .site__header .overlay-menu-toggle {
    display: block;
    opacity: 1;
    z-index: 1050;
    pointer-events: auto;
    top: 0;
  }
  body.show-mobile-menu .site__header__navigation {
    right: 0;
    width: 100%;
    max-width: unset;
    background: #0000007d;
    top: 0;
    padding-top: 120px;
	padding-left: 50px;
  }
  
	body.show-mobile-menu .site__header__branding {

	}
	
  body.show-mobile-menu .site__header .menu-toggle .menu-icon {
    display: none;
  }
  body.show-mobile-menu .site__header .menu-toggle .close-menu-icon {
    display: block;
  }
}
html {
  font-size: 62.5%;
}

@media (max-width: 991.98px) {
  .container {
    max-width: none;
  }
}

ul, ol {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

a {
  text-decoration: none;
}

.tpl-block {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

p:last-child {
  margin-bottom: 0;
}

h1, .h1, h2, .h2, h3, .h3 {
  letter-spacing: 2px;
}

.btn {
  letter-spacing: 1px;
  text-transform: uppercase;
}
.btn ion-icon {
  font-size: 2rem;
  vertical-align: -5px;
  margin-left: 1.6rem;
}

@media screen and (min-width: 1600px) {
  .container {
    max-width: 1440px;
  }
}
@media (max-width: 991.98px) {
  .tpl-block {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media (max-width: 575.98px) {
  h2, .h2 {
    font-size: 3rem;
    letter-spacing: 1px;
  }
}
.site-footer {
  color: #414A55;
  position: relative;
  font-size: 1.6rem;
	background: #fff;
}
.site-footer a {
  color: #414A55;
}
.site-footer a:hover {
  color: #F58731;
}
.site-footer .footer-menu-wrap + .footer-menu-wrap {
  margin-left: 2rem;
}
.site-footer .footer-brand {
  display: flex;
  padding: 4rem 2rem;
  align-items: center;
  flex-direction: column;
  background: #005247;
  justify-content: center;
}
.site-footer .col-md-5,
.site-footer .footer__contact {
  padding: 4rem 2rem;
}
@media (min-width: 992px) {
  .site-footer .footer-brand {
    padding: 6rem 2rem;
  }
  .site-footer .col-md-5 {
    padding: 6rem 9rem;
  }
  .site-footer .footer-menu-wrap + .footer-menu-wrap {
    margin-left: 5rem;
  }
  .site-footer .footer__contact {
    padding: 6rem 9rem;
  }
}
@media (max-width: 767.98px) {
  .site-footer .col-md-5 {
    padding-top: 0;
    padding-left: 1rem;
  }
  .site-footer .footer-menu-wrap + .footer-menu-wrap {
    margin-left: 0rem;
  }
}
.site-footer .social-links {
  display: flex;
}
.site-footer .social-links ion-icon {
  font-size: 2rem;
}
.site-footer .social-links > li + li {
  margin-left: 2.4rem;
}
.site-footer .social-links > li > a {
  font-size: 2.4rem;
  display: flex;
}
.site-footer .social-links > li > a:hover {
  color: #F58731;
}
.site-footer .footer-menu > li {
  display: block;
}
.site-footer .footer-menu > li > a {
  display: block;
  padding: 0.5rem 1.2rem;
}
.site-footer .footer-menu > li > a:hover {
  color: #F58731;
}

button.btn-link.up-to-top {
  background: #F58731;
  height: 6rem;
  width: 6rem;
  color: white;
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  border: none;
  font-size: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
}

.btn-primary {
  color: white;
}

.btn {
  border-radius: 0;
}

.counter {
  font-weight: 300;
  font-size: 36px;
  line-height: 140%;
  color: #F58731;
}

.hero {
  position: relative;
  height: 65vh;
  overflow: hidden;
}
.hero.slider-image {
  height: auto !important;
}
.hero.slider-image:hover .swiper-button {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.5647058824);
}
.hero.slider-image .swiper-button {
  transition: all 0.3s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 50px;
  background-color: rgba(255, 255, 255, 0.4705882353);
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
}
.hero.slider-image .swiper-button:hover {
  background-color: white;
}
.hero.slider-image .swiper-prev {
  left: 0;
}
.hero.slider-image .swiper-next {
  right: 0;
}
.hero.slider-image .hero__media {
  height: 72vh;
}
@media (min-width: 768px) {
  .hero {
    height: 100vh;
  }
  .hero.medium-height {
    height: 72vh;
  }
}
.hero .button-link {
  margin-top: 5.3rem;
}
.hero .button_scroll_down.style-arrow {
  display: block;
  margin-top: 5.3rem;
  width: 5rem;
  margin-left: auto;
  margin-right: auto;
}
.hero .button_scroll_down.style-chevron {
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 4rem;
  color: #ffffff;
  z-index: 1;
  display: block;
  padding: 1rem;
  line-height: 100%;
}
.hero .button_scroll_down.style-chevron > span {
  display: inline-block;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.hero .icon-long-arrow-down {
  font-size: 5rem;
  color: #ffffff;
}
.hero.show-triangle-below:after {
  content: "";
  display: inline-block;
  border-left: 2.6rem solid transparent;
  border-right: 2.6rem solid transparent;
  border-bottom: 5rem solid #ffffff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 12;
}
@media (max-width: 575.98px) {
  .hero.show-triangle-below:after {
    border-left: 2rem solid transparent;
    border-right: 2rem solid transparent;
    border-bottom: 3.6rem solid #ffffff;
  }
}
.hero__media {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
}
.hero__media img {
  object-fit: cover;
  flex-grow: 1;
}
.hero__media.has_overlay:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 20, 45, 0.9) 0%, rgba(65, 74, 85, 0.16) 100%);
  position: absolute;
  z-index: 10;
  opacity: 0.6;
}
.hero .overlay {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(8, 26, 43, 0.8) 0%, rgba(8, 26, 43, 0.31) 75.52%, rgba(8, 26, 43, 0.72) 100%);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.hero__video {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hero__content {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.41);
  z-index: 2;
}
.hero__content.text-center .hero__desc {
  max-width: 675px;
  margin-left: auto;
  margin-right: auto;
}
.hero__heading {
  color: #ffffff;
  letter-spacing: 2px;
  font-weight: 400;
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .hero__heading {
    font-size: 4rem;
  }
}
.hero__desc {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  line-height: 1.4;
}
.hero__footer {
  position: absolute;
  bottom: 4.8rem;
  width: 100%;
  color: #ffffff;
  z-index: 9;
}
.hero .location {
  font-size: 1.8rem;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 1.6rem;
}
@media (max-width: 767.98px) {
  .hero .cta-wrap {
    margin-top: 2rem;
  }
}
.hero .weather-info .info {
  display: flex;
}
.hero .weather-info .info > li ion-icon, .hero .weather-info .info > li .icon {
  font-size: 2.8rem;
}
.hero .weather-info .info > li .value {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.3rem;
  letter-spacing: 1px;
}
.hero .weather-info .info > li + li {
  margin-left: 4rem;
}
@media screen and (min-width: 1600px) {
  .hero__heading {
    font-size: 5.6rem;
  }
}

.animate-bounce {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: animate-bounce;
  animation-name: animate-bounce;
}

@-webkit-keyframes animate-bounce {
  0%, 20%, 50%, 80%, to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  60% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}
@keyframes animate-bounce {
  0%, 20%, 50%, 80%, to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  60% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}
.title-block {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.title-block .image-top {
  margin-bottom: 1.6rem;
}
.title-block .button-notes {
  margin-bottom: 1.6rem;
}
.title-block .wrap-buttons {
  padding-top: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .title-block .wrap-buttons .btn + .btn {
    margin-left: 3rem;
  }
}
@media (max-width: 767.98px) {
  .title-block .wrap-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .title-block .wrap-buttons .btn + .btn {
    margin-top: 3rem;
  }
}
.title-block .block-title {
  text-transform: uppercase;
  margin-bottom: 1.6rem;
}
.title-block .block-content {
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  .title-block .block-content {
    max-width: 60%;
  }
}
.title-block .buttons {
  display: flex;
  justify-content: center;
}
.title-block .buttons .btn {
  display: block;
}
@media (max-width: 767.98px) {
  .title-block .buttons {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .title-block .buttons .btn {
    min-width: 33.6rem;
  }
}
.title-block h5 {
  color: #F58731;
}
.title-block *:last-child {
  margin-bottom: 0;
}
.title-block.background_dark .block-content, .title-block.background_dark .block-title {
  color: #ffffff;
}

.amenities-block__title {
  max-width: 600px;
  font-size: 1.8rem;
  padding: 0 0 0 3.2rem;
  position: relative;
}
.amenities-block__title:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #F58731;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 4px;
}

.heading ul {
  display: flex;
  flex-wrap: wrap;
}
.heading ul li {
  margin-right: 2.4rem;
}

.lifestyle-photo-block .image-item:hover .text {
  opacity: 1;
}
.lifestyle-photo-block .btn-link {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3rem;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 50%;
  height: 44px !important;
  color: #F58731;
  text-align: center;
  font-size: 20px;
  top: auto;
}
.lifestyle-photo-block .text {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  opacity: 0;
  padding: 2rem;
  transition: all 0.3s ease-in-out;
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 20, 45, 0.8);
}
.lifestyle-photo-block .text ul {
  text-align: left;
  list-style: initial;
  max-width: 80%;
  margin: auto;
}
.lifestyle-photo-block .text h4 {
  color: inherit;
  text-transform: uppercase;
}

.media-text-block img {
  width: 100%;
}
@media (min-width: 768px) {
  .media-text-block.media-right .image-col {
    order: 2;
  }
}

@media (max-width: 767.98px) {
  .hero + .media-text-block {
    padding-top: 0.75rem;
  }
}
.media {
  overflow: hidden;
}

@media (min-width: 992px) {
  .media-text-block-secondary .image {
    margin-top: 8rem;
  }
  .media-text-block-secondary .image img {
    width: 114%;
    position: relative;
    left: 0%;
    max-width: initial;
  }
  .media-text-block-secondary .row {
    align-items: flex-start !important;
  }
  .media-text-block-secondary .content {
    /*background: white;*/
    padding: 6rem 8rem 6rem 14rem;
    text-align: left;
  }
  .media-text-block-secondary .content .text,
  .media-text-block-secondary .content .heading {
    max-width: 370px;
  }
  .media-right .media-text-block-secondary .content {
    padding: 6rem 14rem 6rem 8rem;
  }
  .media-right .image img {
    width: 114%;
    position: relative;
    right: 14%;
    left: auto;
    max-width: initial;
  }
}
@media (max-width: 1199.98px) {
  .media-text-block-secondary {
    overflow: hidden;
  }
  .media-text-block-secondary .image {
    margin-top: 4rem;
  }
}
@media (max-width: 991.98px) {
  .media-text-block-secondary {
    color: white;
  }
  .media-text-block-secondary .image {
    margin-top: 0rem;
  }
  .media-text-block-secondary h2,
  .media-text-block-secondary h3 {
    color: inherit;
  }
}
.text-media-carousel {
  background-color: #005247;
  color: white;
}
.text-media-carousel .container-fluid {
  padding-left: 7%;
}
.text-media-carousel .nav-heading {
  margin-bottom: 6rem;
  text-align: center;
}
.text-media-carousel h2,
.text-media-carousel h1 {
  color: inherit;
}
.text-media-carousel .card {
  border-radius: 0;
  position: relative;
  left: -6rem;
}
.text-media-carousel .swiper-button {
  font-size: 18px;
}
.text-media-carousel .container {
  max-width: 80%;
}
.text-media-carousel .swiper-pagination-bullet {
  border: 1px solid white;
  opacity: 1;
  width: 10px;
  height: 10px;
  background-color: transparent;
}
.text-media-carousel .swiper-pagination-bullet-active {
  background-color: white;
}
.text-media-carousel .swiper-slide {
  height: auto;
}
.text-media-carousel .swiper-slide .row {
  height: 100%;
}
.text-media-carousel .des,
.text-media-carousel h3 {
  max-width: 400px;
}
.text-media-carousel .card-body {
  padding: 5rem 8rem;
  color: #545C66;
}
.text-media-carousel .swiper-pagination {
  width: auto;
}
@media (max-width: 991.98px) {
  .text-media-carousel .container {
    max-width: 100%;
    display: block !important;
  }
  .text-media-carousel .container-fluid {
    padding-left: 2rem;
  }
  .text-media-carousel .row {
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
  }
  .text-media-carousel .swiper-slide .row .col-md-6 {
    width: 100%;
  }
  .text-media-carousel .swiper-slide .row .col-md-6 + div {
    flex: 1;
    height: 50%;
    width: 100%;
  }
  .text-media-carousel .card {
    left: 0rem;
    height: 100%;
  }
  .text-media-carousel .card-body {
    padding: 2rem;
  }
}

.latest-card-slider .container {
  max-width: 1110px;
}

.text-editor-block .container {
  max-width: 1100px;
}
.text-editor-block blockquote {
  font-weight: 400;
  font-size: 16px;
  padding: 5px 20px 5px;
  margin-bottom: 3rem;
  border-left: 4px solid #F58731;
  border-radius: 4px 0px 0px 4px;
}
.text-editor-block .size-full {
  width: 100%;
}
.text-editor-block h1, .text-editor-block h2, .text-editor-block h3, .text-editor-block h4, .text-editor-block h5, .text-editor-block h6 {
  font-weight: 300;
}
.text-editor-block .nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.text-editor-block .nav a {
  color: inherit;
}
.text-editor-block .nav a:hover {
  color: #F58731;
}
.text-editor-block:first-child {
  margin-top: 0;
}
.text-editor-block figcaption {
  text-align: center;
  font-style: italic;
  margin: 15px 0 0;
}
.text-editor-block *:last-child {
  margin-bottom: 0;
}
.text-editor-block .wp-caption {
  width: 100% !important;
}
.text-editor-block ul, .text-editor-block ol, .text-editor-block p, .text-editor-block h1, .text-editor-block h2, .text-editor-block h3, .text-editor-block h4, .text-editor-block h5, .text-editor-block h6 {
  margin-bottom: 3rem;
}
.text-editor-block ul {
  list-style-type: disc;
}
.text-editor-block ul, .text-editor-block ol {
  list-style: inside;
}
.text-editor-block ol {
  list-style-type: decimal;
}

.column-mansory {
  width: 33.3333%;
  padding: 0 15px 25px;
}
.column-mansory img {
  width: 100%;
}
.column-mansory h3 {
  text-align: center;
  font-weight: 300;
  margin: 15px 0;
}
@media (max-width: 991.98px) {
  .column-mansory {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .column-mansory {
    width: 100%;
  }
}

.swiper-slider-navigation {
  bottom: 0;
  z-index: 2;
  left: 0;
  width: 100%;
}
.swiper-slider-navigation .swiper-pagination {
  width: auto;
}
.swiper-slider-navigation .swiper-button {
  line-height: 1;
  font-size: 22px;
  color: #414A55;
  margin: 0 15px;
}
.swiper-slider-navigation .swiper-button.swiper-button-disabled {
  opacity: 0.3;
}
.swiper-slider-navigation .swiper-pagination-bullet {
  margin: 0 6px !important;
  background: #D9D9D9;
  opacity: 1;
  width: 12px;
  height: 12px;
}
.swiper-slider-navigation .swiper-pagination-bullet-active {
  background: #F58731;
}

.slider-nav .item {
  margin: 0 0 1rem;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
}
@media (min-width: 768px) {
  .slider-nav .item {
    padding: 0 2.2%;
    font-size: 2.4rem;
  }
}

.images-carousel-block .swiper-button {
  left: 0;
  width: 36px;
  color: white;
  height: 44px;
  background: rgba(84, 92, 102, 0.72);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.06);
}
.images-carousel-block .swiper-button:hover {
  background: #F58731;
}
.images-carousel-block .swiper-button:after {
  font-size: 1.6rem;
}
.images-carousel-block .swiper-button.swiper-button-next {
  right: 0;
  left: auto;
}

.card-block h2.title-border {
  letter-spacing: 2px;
  margin: 0;
  color: #ffffff;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #414A55;
  text-transform: capitalize;
}
.card-block .heading {
  margin-bottom: 5.6rem;
}
.card-block .heading .des {
  margin: auto;
  max-width: 586px;
}
.card-block .card {
  height: 100%;
  border: none;
  background: #FFF9EF;
  box-shadow: 0px 4px 16px -8px rgba(64, 28, 0, 0.48);
  border-radius: 10px;
  overflow: hidden;
}
.card-block .card-body {
  padding: 2rem 2rem 6.8rem;
}
@media (min-width: 992px) {
  .card-block .card-body {
    padding: 4rem 4rem 6.8rem;
  }
}
.card-block .card-body h3 {
  margin-top: 0;
}
.card-block .ratio:before {
  padding-top: 45.25%;
}
.card-block .card-link {
  position: absolute;
  left: 50%;
  bottom: 4.2rem;
  transform: translateX(-50%);
}
.card-block ul {
  padding-left: 1.7rem;
  list-style-type: disc;
}
.card-item-body {
  padding-bottom: 4rem;
}
.card-item-body .card-link {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: none;
}

.p-title {
  position: absolute;
  padding: 2.4rem 0.5rem;
  color: white;
  background: rgba(65, 74, 85, 0.9019607843);
  color: #F9F3E3;
  bottom: 0;
  left: 0;
  height: auto;
  top: auto;
  text-align: center;
  right: auto;
  font-size: 1.8rem;
}

.feature-amenities .card-body.p-20 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

textarea.form-control {
  min-height: 88px;
  height: 88px;
}

label {
  margin-bottom: 0.8rem;
}

.rental-form {
  background: #FFF9EF;
}

.wpcf7-form .btn {
  display: block;
  width: 100%;
  padding: 0;
}
.wpcf7-form .wpcf7-not-valid-tip {
  margin-top: 0.5rem;
}
.wpcf7-form .wpcf7-submit {
  width: 100%;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 140%;
  color: white;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: none;
  padding: 1.4rem 2.4rem;
  background-color: transparent;
}
.wpcf7-form ion-icon {
  font-size: 2rem;
  vertical-align: -5px;
  margin-left: 1.6rem;
  position: absolute;
  z-index: 2;
  left: 54%;
  top: 50%;
  transform: translateY(-50%);
}
.wpcf7-form .wpcf7-spinner {
  position: absolute;
  right: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.btn-close-form {
  padding: 0;
  right: 5rem;
  top: 5rem;
}
.btn-close-form ion-icon {
  font-size: 3rem;
  margin: 0;
}

.btn-form[aria-expanded=true] .d-none {
  display: block !important;
}
.btn-form[aria-expanded=true] .d-block {
  display: none !important;
}

select.form-control {
  cursor: pointer;
  /* needed */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* SVG background image */
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.7812 1.25L13.1875 0.625C13.0312 0.46875 12.7812 0.46875 12.6562 0.625L7 6.28125L1.3125 0.625C1.1875 0.46875 0.9375 0.46875 0.78125 0.625L0.1875 1.25C0.03125 1.375 0.03125 1.625 0.1875 1.78125L6.71875 8.3125C6.875 8.46875 7.09375 8.46875 7.25 8.3125L13.7812 1.78125C13.9375 1.625 13.9375 1.375 13.7812 1.25Z' fill='%23898EA6'/%3E%3C/svg%3E%0A");
  background-size: 14px;
  background-position: calc(100% - 14px) center;
  background-repeat: no-repeat;
  outline: none;
}

.request-block {
  padding: 0;
}
.request-block .content-col {
  display: flex;
}
.request-block .bg-image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #F9F3E3 url("../images/decor-bg.png") no-repeat 0 0;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.request-block .btn {
  margin-top: 2.4rem;
}

.entry-meta, .entry-footer {
  margin: 2rem 0;
}

.entry-meta {
  font-weight: bold;
}

.posted-on {
  margin-right: 10px;
}
.posted-on:after {
  content: "|";
  margin-left: 10px;
}
.posted-on .updated {
  display: none;
}

.hero-single .post-thumbnail {
  width: 100%;
  height: 100%;
}
.hero-single .post-thumbnail:before {
  display: none;
}

.post-thumbnail {
  position: relative;
}
.post-thumbnail:before {
  display: block;
  padding-top: 56.25%;
  content: "";
}
.post-thumbnail > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  margin: 5rem 0 0;
}
.wp-pagenavi span,
.wp-pagenavi a {
  color: white;
  display: block;
  padding: 10px 20px;
  margin: 0 2px;
  background: #414A55;
  border: 1px solid #414A55;
  border-radius: 3px;
}
.wp-pagenavi span.current,
.wp-pagenavi a:hover {
  background: #F58731;
  border-color: #F58731;
}
.wp-pagenavi a {
  cursor: pointer;
}

.entry-title a {
  font-weight: 300;
  color: inherit;
}

.nav-links {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
.nav-links a {
  color: #545C66;
  font-weight: 400;
}
.nav-links a:hover {
  color: #F58731;
}
.nav-links > div {
  margin: 0 0 1rem;
}

span.nav-subtitle {
  color: black;
}

.entry-contents {
  border-bottom: 1px solid #ddd;
}
.entry-contents h1, .entry-contents h2, .entry-contents h3, .entry-contents h4, .entry-contents h5, .entry-contents h6, .entry-contents ul, .entry-contents ol, .entry-contents blockquote, .entry-contents p, .entry-contents figure {
  margin: 0 0 3rem;
}
.entry-contents ul, .entry-contents ol {
  list-style: inside;
}
.entry-contents ol {
  list-style-type: numbers;
}
.entry-contents *:last-child {
  margin-bottom: 0;
}

.single-post .post .container, .post-navigation {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}

.navigation.post-navigation {
  padding: 0 0.75rem;
}
.navigation.post-navigation ion-icon {
  font-size: 2rem;
}

.nav-previous a, .nav-next a {
  display: inline-flex;
  align-items: center;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}




@font-face {
  font-family: 'MessinaSansWeb';
  src: url('../fonts/MessinaSansWeb-SemiBold.woff2') format('woff2'),
      url('../fonts/MessinaSansWeb-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Austin-Light';
  src: url('../fonts/366d0e8e01adbb7cfeffc0c0ebc5bc13.woff2') format('woff2'),
      url('../fonts/366d0e8e01adbb7cfeffc0c0ebc5bc13.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MessinaSansWeb';
  src: url('../fonts/MessinaSansWeb-Regular.woff2') format('woff2'),
      url('../fonts/MessinaSansWeb-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'norwester';
  src: url('../fonts/Norwester-Regular.woff2') format('woff2'),
      url('../fonts/Norwester-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope-ExtraLight';
  src: url('../fonts/Manrope-ExtraLight.woff2') format('woff2'),
      url('../fonts/Manrope-ExtraLight.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

a.btn-primary, .real-estate-block .btn-primary {
    background: #38414a !important;
	border-color: #38414a !important;
}



.man-rope, .man-rope h3 {
	font-family:'Manrope-ExtraLight',sans-serif !important;
	font-weight: normal !important;
}

.resort-map .container-fluid {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.h2 {
	font-size: 4.2rem;
}

 .rental-filter-toolbar {
    padding: 1rem;
    background: #f5f5f5;
    border: 1px solid #ccc;
  }
  .rental-toolbar-item label {
    display: block;
    font-size: 0.9rem;
    margin-bottom: 0.2rem;
  }
  .rental-filter-toolbar-item {
    display: flex;
    flex-direction: column;
  }
  .rental-filter-toolbar button {
    align-self: flex-end;
    padding: 0.5rem 1rem;
  }

.rental-filter-checkboxes {
	display: flex;
	gap: 15px;
	margin-top: 10px;
}
