<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*,:after,:before {
    box-sizing: border-box
}

* {
    box-sizing: border-box
}

body,html {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    font-family: Verdana,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background: #fff
}

a,button {
    outline: 0!important
}

.row {
    margin-right: -10px;
    margin-left: -10px
}

.row:after,.row:before {
    content: "";
    display: table;
    clear: both
}

.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-8 {
    display: block;
    float: left;
    padding: 0 10px
}

.col-12 {
    width: 100%
}

.col-8 {
    width: 66.66666%
}

.col-6 {
    width: 50%
}

.col-5 {
    width: 41.6667%
}

.col-4 {
    width: 33.33333%
}

.col-3 {
    width: 25%
}

.col-2 {
    width: 16.66666%
}

.clearfix:after,.clearfix:before {
    content: "";
    display: table;
    clear: both
}

.visible-xs {
    display: none!important
}

.full-width {
    width: 100%
}

@media all and (max-width: 480px) {
    .visible-xs {
        display:block!important
    }

    .hidden-xs {
        display: none!important
    }
}

body,html {
    font-family: Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    scrollbar-width: thin;
    scrollbar-color: #25453f #fff
}

body::-webkit-scrollbar,html::-webkit-scrollbar {
    width: 10px
}

body::-webk it-scrollbar-track,html::-webk it-scrollbar-track {
    background: #25453f
}

body::-webkit-scrollbar-thumb,html::-webkit-scrollbar-thumb {
    background-color: #25453f;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -ms-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px
}

body.fontsready {
    font-family: Poppins,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000
}

button {
    border: none;
    background: 0 0;
    padding: 0;
    margin: 0;
    outline: 0;
    cursor: pointer;
    font-family: Poppins,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000
}

a {
    text-decoration: none;
    outline: 0;
    color: inherit;
    font-size: inherit
}

a:active,a:hover,a:link,a:visited {
    color: inherit;
    outline: 0
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: Poppins,Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000
}

img {
    display: block;
    max-width: 100%;
    height: auto
}

h1,h2,h3,h4,h5 {
    margin: 0;
    padding: 0;
    font-family: "Playfair Display","Times New Roman",serif;
    font-size: 16px;
    font-weight: 400;
    color: #014a5d;
    line-height: 1.5
}

p {
    margin: 0;
    font-family: Poppins,Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1.5
}

.sl-overlay {
    background: #000
}

.sl-wrapper .sl-navigation button {
    color: #fff
}

.sl-wrapper .sl-close,.sl-wrapper .sl-counter {
    color: #fff
}

#ui-datepicker-div {
    z-index: 3000!important;
    padding: 0;
    background-color: #e2c294;
    border: 1px solid #e2c294
}

#ui-datepicker-div * {
    font-family: Poppins,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #25453f
}

#ui-datepicker-div .ui-datepicker-header {
    background: #e2c294;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next,#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
    background-color: #e2c294
}

#ui-datepicker-div .ui-datepicker-header .ui-state-hover {
    background: 0 0
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-month,#ui-datepicker-div .ui-datepicker-header .ui-datepicker-year {
    background: #e2c294;
    color: #000;
    border: none
}

#ui-datepicker-div .ui-datepicker-calendar {
    margin: 0;
    background: #e2c294
}

#ui-datepicker-div .ui-datepicker-calendar th {
    color: #e2c294
}

#ui-datepicker-div .ui-datepicker-calendar td .ui-state-default {
    color: #fff
}

#ui-datepicker-div .ui-datepicker-calendar td .ui-state-highlight {
    background: #e2c294;
    color: #25453f
}

.swiper-wrapper {
    height: auto
}

.lazy-back {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.lazy-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../../imgs/loading.webp) center center no-repeat #fff
}

body.no-webp .lazy-image {
    background-image: url(../../imgs/loading.png)
}

.lazy-picture {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../../imgs/loading.webp) center center no-repeat #fff
}

body.no-webp .lazy-picture {
    background-image: url(../../imgs/loading.png)
}

#call-us-form-box {
    position: fixed;
    top: 50%;
    left: 100%;
    z-index: 100;
    display: block;
    width: 360px;
    max-width: 90%;
    padding: 20px 35px;
    background: #c09573;
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -ms-transform: translate3d(0,-50%,0);
    -o-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    -webkit-transition: all .25s ease-in-out 0s;
    -moz-transition: all .25s ease-in-out 0s;
    -o-transition: all .25s ease-in-out 0s;
    transition: all .25s ease-in-out 0s
}

#call-us-form-box .toggle-btn {
    position: absolute;
    top: 50%;
    right: 100%;
    display: block;
    width: 210px;
    height: 45px;
    background: #c09573;
    margin: -150px 0 0;
    padding: 0 60px 0 20px;
    font-family: Poppins,Arial,sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-transform: rotate3d(0,0,1,-90deg);
    -moz-transform: rotate3d(0,0,1,-90deg);
    -ms-transform: rotate3d(0,0,1,-90deg);
    -o-transform: rotate3d(0,0,1,-90deg);
    transform: rotate3d(0,0,1,-90deg);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom
}

#call-us-form-box .toggle-btn:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 21px;
    height: 21px;
    margin: -10px 0 0;
    background: url(../../imgs/info.webp) top left no-repeat;
    -webkit-transform: rotate3d(0,0,1,90deg);
    -moz-transform: rotate3d(0,0,1,90deg);
    -ms-transform: rotate3d(0,0,1,90deg);
    -o-transform: rotate3d(0,0,1,90deg);
    transform: rotate3d(0,0,1,90deg)
}

.nowebp #call-us-form-box .toggle-btn:after {
    background-image: url(../../imgs/info.png)
}

#call-us-form-box .close-btn {
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    width: 35px;
    height: 35px;
    background: #e2c294
}

#call-us-form-box .close-btn:after,#call-us-form-box .close-btn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    margin: -1px 0 0 -10px;
    background: #fff
}

#call-us-form-box .close-btn:before {
    -webkit-transform: rotate3d(0,0,1,-45deg);
    -moz-transform: rotate3d(0,0,1,-45deg);
    -ms-transform: rotate3d(0,0,1,-45deg);
    -o-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg)
}

#call-us-form-box .close-btn:after {
    -webkit-transform: rotate3d(0,0,1,45deg);
    -moz-transform: rotate3d(0,0,1,45deg);
    -ms-transform: rotate3d(0,0,1,45deg);
    -o-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg)
}

#call-us-form-box h2 {
    margin: 0 0 15px;
    padding: 0 20px;
    font-family: "Playfair Display","Times New Roman",serif;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-align: center
}

#call-us-form-box form {
    display: block;
    width: 100%
}

#call-us-form-box form .input-box {
    position: relative;
    display: block;
    margin: 0 0 10px
}

#call-us-form-box form .input-box input {
    display: block;
    width: 100%;
    height: 45px;
    padding: 0 20px;
    font-family: Poppins,Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 45px;
    background: #fff;
    border: none
}

#call-us-form-box form .input-box .form-submit {
    display: block;
    width: 100%;
    height: 45px;
    padding: 0 20px;
    font-family: Poppins,Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 45px;
    background: #e2c294
}

#call-us-form-box.opened {
    -webkit-transform: translate3d(-100%,-50%,0);
    -moz-transform: translate3d(-100%,-50%,0);
    -ms-transform: translate3d(-100%,-50%,0);
    -o-transform: translate3d(-100%,-50%,0);
    transform: translate3d(-100%,-50%,0)
}

#call-us-form-box.opened .toggle-btn {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .25s ease-in-out .25s;
    -moz-transition: opacity .25s ease-in-out .25s;
    -o-transition: opacity .25s ease-in-out .25s;
    transition: opacity .25s ease-in-out .25s
}

.section-title {
    width: 95%;
    margin: 0 auto 10px;
    font-family: Poppins,Arial,sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #c09573;
    text-align: center;
    line-height: 1.5;
    text-transform: uppercase;
	margin:0 auto;
	display:table;
}

.section-subtitle {
    width: 95%;
    margin: 0 auto 30px;
    font-family: "Playfair Display","Times New Roman",serif;
    font-size: 48px;
    font-weight: 400;
    color: #252525;
    text-align: center;
    line-height: 1.5
}

.divider {
    display: block;
    width: 70px;
    height: 1px;
    margin: 0 auto 40px;
    background: #c09573
}

.section-pretext {
    width: 95%;
    max-width: 1166px;
    margin: 0 auto 50px;
    font-family: "Playfair Display","Times New Roman",serif;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    font-style: italic;
    text-align: center;
    line-height: 1.5
}

#mobile-float {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    -webkit-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-align-content: flex-start;
    align-content: flex-start;
    width: 100%;
    height: auto
}

#mobile-float #form-toggle-mobile {
    display: none;
    width: 50%;
    height: 50px;
    background: #4c7a4f;
    font-family: Poppins,Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 50px;
    text-transform: uppercase
}

#mobile-float #form-toggle-mobile svg {
    display: block;
    max-width: 20px;
    max-height: 20px;
    margin: 0 10px 0 0;
    fill: #fff
}

#mobile-float #bottom-call-btn {
    position: fixed;
    bottom: 50px;
    right: 0;
    z-index: 100;
    -webkit-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-align-content: flex-start;
    align-content: flex-start;
    width: 300px;
    height: 60px;
    background: #014a5d;
    padding: 5px 10px 5px 16px;
    font-family: Poppins,Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: left;
    line-height: 1.2;
    -webkit-transition: all .5s linear 0s;
    -moz-transition: all .5s linear 0s;
    -o-transition: all .5s linear 0s;
    transition: all .5s linear 0s;
    -webkit-transform: translate3d(calc(100% - 60px),0,0);
    -moz-transform: translate3d(calc(100% - 60px),0,0);
    -ms-transform: translate3d(calc(100% - 60px),0,0);
    -o-transform: translate3d(calc(100% - 60px),0,0);
    transform: translate3d(calc(100% - 60px),0,0);
}

#mobile-float #bottom-call-btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 60px;
    height: 60px;
    background: #b78d6b
}

#mobile-float #bottom-call-btn svg {
    position: relative;
    z-index: 2;
    display: block;
    max-width: 30px;
    max-height: 30px;
    margin: 0 30px 0 0;
    fill: #fff
}

#mobile-float #bottom-call-btn span {
    position: relative;
    z-index: 2
}

#mobile-float #bottom-call-btn strong {
    display: block;
    font-size: 20px
}

#mobile-float #bottom-call-btn.shifted {
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
}

#mobile-float #bottom-call-btn.shifted:hover {
    -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)
}

#mobile-float #whatsapp-btn {
    position: fixed;
    bottom: 50px;
    left: 0;
    z-index: 100;
    -webkit-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-align-content: center;
    align-content: center;
    width: 300px;
    height: 60px;
    background: #42bd54;
    padding: 5px 15px 5px 10px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: right;
    line-height: 1.2;
    -webkit-transition: all .5s linear 0s;
    -moz-transition: all .5s linear 0s;
    -o-transition: all .5s linear 0s;
    transition: all .5s linear 0s;
    transform: translate3d(calc(-100% + 60px),0,0) !important;
}

#mobile-float #whatsapp-btn:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: block;
    width: 60px;
    height: 60px;
    background: #68ca76
}

#mobile-float #whatsapp-btn svg {
    position: relative;
    z-index: 2;
    display: block;
    max-width: 30px;
    max-height: 30px;
    margin: 0 0 0 30px;
    fill: #fff
}

#mobile-float #whatsapp-btn span {
    position: relative;
    z-index: 2
}

#mobile-float #whatsapp-btn strong {
    display: block;
    font-size: 20px
}

#mobile-float #whatsapp-btn.shifted {
    -webkit-transform: translate3d(calc(-100% + 60px),0,0);
    -moz-transform: translate3d(calc(-100% + 60px),0,0);
    -ms-transform: translate3d(calc(-100% + 60px),0,0);
    -o-transform: translate3d(calc(-100% + 60px),0,0);
    transform: translate3d(calc(-100% + 60px),0,0)
}

#mobile-float #whatsapp-btn.shifted:hover {
    -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)
}

#content {
    overflow: hidden;
    position: relative;
}

#content .logo {
    position: absolute;
    top: 0px;
    left: 50%;
    z-index: 10;
    display: block;
    width: 225px;
    height: auto;
    transform: translateX(-50%);
    background-color: #f6f8fa; /*#2aafe7*/
}

#content .logo a {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 25px;
    box-sizing: border-box;
}

#content .logo a img,#content .logo a picture {
    display: block;
    width: 100%;
    height: 100%
}

#content #main-slider {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    background: #0e2737
}

#content #main-slider:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: block;
    width: 100%;
    height: 10%;
    opacity: .75;
    background: #000;
    background: -moz-linear-gradient(top,#000 0,transparent 100%);
    background: -webkit-linear-gradient(top,#000 0,transparent 100%);
    background: -o-linear-gradient(top,#000 0,transparent 100%);
    background: linear-gradient(top,#000 0,transparent 100%)
}

#content #main-slider .slide {
    position: relative;
    display: inline-block;
    white-space: normal;
    position: relative;
    overflow: hidden
}

#content #main-slider .slide:before {
    content: "";
    display: block;
    padding-top: 49.7395833333%
}

#content #main-slider .slide img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%
}

#content #main-slider .slide h3 {
    position: absolute;
    top: 50%;
    left: 90px;
    z-index: 3;
    width: 676px;
    max-width: 50%;
    font-size: 59px;
    color: #fff;
    line-height: 1.1;
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -ms-transform: translate3d(0,-50%,0);
    -o-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0)
}

#content #main-slider .slide h3 span {
    color: #c09573
}

#content #main-slider .location {
    position: absolute;
    bottom: 40px;
    left: 50px;
    z-index: 10;
    -webkit-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-align-content: flex-start;
    align-content: flex-start;
    font-family: Poppins,Arial,sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #fff
}

#content #main-slider .location svg {
    max-width: 23px;
    max-height: 31px;
    margin: 0 5px 0 0;
    fill: #fff
}

#main-slider .swiper-button-next,#main-slider .swiper-button-prev {
    opacity: 1!important
}

#main-slider .swiper-button-next:after,#main-slider .swiper-button-prev:after {
    font-size: 70px;
    color: #fff;
    text-shadow: 1px 1px 2px #000
}

#main-slider .swiper-button-prev {
    left: 12px
}

#main-slider .swiper-button-next {
    right: 55px
}

#content #about-section {
    padding: 90px 0
}

#content #bundles-section {
    position: relative;
    margin: 0 0 110px
}

#content #bundles-section #bundles-carousel {
    display: block;
    width: 1620px;
    max-width: 90%;
    overflow: hidden;
    margin: 0 auto 40px;
    white-space: nowrap;
    max-width: 850px!important
}

#content #bundles-section #bundles-carousel .bundle {
    display: inline-block;
    width: 50%;
    padding: 0 10px
}

#content #bundles-section #bundles-carousel .bundle .image-box {
    width: 100%;
    position: relative;
    overflow: hidden
}

#content #bundles-section #bundles-carousel .bundle .image-box:before {
    content: "";
    display: block;
    padding-top: 22.0698254364%
}

#content #bundles-section #bundles-carousel .bundle .image-box img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%
}

#content #bundles-section .swiper-pagination {
    position: static;
    margin: 0 0 20px
}

#content #bundles-section .swiper-pagination .swiper-pagination-bullet {
    background: #c09573
}

#content #bundles-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #c09573
}

#content #bundles-section .bundles-details {
    display: block;
    max-width: 300px;
    width: 100%;
    height: 55px;
    margin: 0 auto 20px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 55px;
    background: #c09573
}

#content #bundles-list-section {
    padding: 50px 8%
}

#content #bundles-list-section .bundles-list {
    width: 100%;
    -webkit-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-align-content: flex-start;
    align-content: flex-start
}

#content #bundles-list-section .bundles-list .bundle {
    display: block;
    width: 45%;
    max-width: 1024px;
    margin: 0 0 70px;
    -webkit-box-shadow: 0 10px 10px rgba(0,0,0,.25);
    -moz-box-shadow: 0 10px 10px rgba(0,0,0,.25);
    -o-box-shadow: 0 10px 10px rgba(0,0,0,.25);
    box-shadow: 0 10px 10px rgba(0,0,0,.25);
    position: relative;
    overflow: hidden
}

#content #bundles-list-section .bundles-list .bundle:before {
    content: "";
    display: block;
    padding-top: 65.1041666667%
}

#content #bundles-list-section .bundles-list .bundle img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%
}

#content #bundle-description {
    padding: 100px 10% 0
}

#content #bundle-description .description {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-align: left
}

#content #bundle-description .description p {
    margin: 0 0 10px;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    text-align: inherit
}

#content #bundle-description .description h4 {
    padding: 10px 0 0;
    margin: 0 0 10px;
    font-family: Poppins,Arial,sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: inherit;
    text-align: inherit
}

#content #rooms-section .room {
    position: relative;
    -webkit-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-align-content: stretch;
    align-content: stretch;
    margin: 0 0 45px
}

#content #rooms-section .room .image-box {
    width: 60%;
    position: relative;
    overflow: hidden
}

#content #rooms-section .room .image-box:before {
    content: "";
    display: block;
    padding-top: 57.6419213974%
}

#content #rooms-section .room .image-box img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#content #rooms-section .room .image-box a {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%
}

#content #rooms-section .room .image-box a.hidden {
    display: none
}

#content #rooms-section .room .text-box {
    position: relative;
    -webkit-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-align-content: center;
    align-content: center;
    width: 40%;
    padding: 0 225px 0 5%;
    text-align: right
}

#content #rooms-section .room .text-box h3 {
    width: 100%;
    margin: 0 0 10px;
    font-family: Poppins,Arial,sans-serif;
    font-size: 36px;
    font-weight: 400;
    color: #000;
    text-align: inherit;
    line-height: 1.2
}

#content #rooms-section .room .text-box .features {
    -webkit-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-align-content: flex-start;
    align-content: flex-start;
    width: 100%;
    margin: 0 0 10px
}

#content #rooms-section .room .text-box .features li {
    padding: 0 10px 0 0
}

#content #rooms-section .room .text-box .features li:last-child {
    padding: 0
}

#content #rooms-section .room .text-box .description {
    margin: 0 0 10px;
    font-family: Poppins,Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #7d7d7d;
    text-align: inherit;
    line-height: 1.1
}

#content #rooms-section .room .text-box .description ul {
    display: none
}

#content #rooms-section .room .text-box .icons {
    -webkit-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-align-content: flex-start;
    align-content: flex-start;
    width: 100%
}

#content #rooms-section .room .text-box .icons svg {
    max-width: 35px;
    max-height: 35px;
    margin: 0 10px 0 0;
    fill: #c09573
}

#content #rooms-section .room .text-box .icons svg:last-child {
    margin: 0
}

#content #rooms-section .room .plate {
    position: absolute;
    top: 50%;
    left: 40%;
    z-index: 10;
    -webkit-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-align-content: flex-start;
    align-content: flex-start;
    width: 300px;
    height: 150px;
    -webkit-box-shadow: 0 2px 27px rgba(192,205,211,.39);
    -moz-box-shadow: 0 2px 27px rgba(192,205,211,.39);
    -o-box-shadow: 0 2px 27px rgba(192,205,211,.39);
    box-shadow: 0 2px 27px rgba(192,205,211,.39);
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0)
}

#content #rooms-section .room .plate .logo-box {
    -webkit-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-align-content: center;
    align-content: center;
    width: 150px;
    height: 150px;
    font-family: Poppins,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #c09573;
    line-height: 1.2
}

#content #rooms-section .room .plate .logo-box span {
    display: block;
    text-align: center
}

#content #rooms-section .room .plate .logo-box strong {
    display: block;
    font-size: 16px;
    text-align: center;
    padding:.5rem;
}

#content #rooms-section .room .plate .widget-btn {
    -webkit-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-align-content: flex-start;
    align-content: flex-start;
    width: 150px;
    height: 150px;
    background: #252525;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    -webkit-transition: all .25s linear 0s;
    -moz-transition: all .25s linear 0s;
    -o-transition: all .25s linear 0s;
    transition: all .25s linear 0s;
}

#content #rooms-section .room .plate .widget-btn:hover {
    background: #c09573
}

#content #rooms-section .room.even {
    -webkit-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-align-content: stretch;
    align-content: stretch
}

#content #rooms-section .room.even .text-box {
    padding: 0 5% 0 225px;
    text-align: left
}

#content #rooms-section .room.even .text-box .features {
    -webkit-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-align-content: flex-start;
    align-content: flex-start
}

#content #rooms-section .room.even .text-box .icons {
    -webkit-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-align-content: flex-start;
    align-content: flex-start
}

#content #rooms-section .room.even .text-box .icons svg {
    margin: 0 0 0 10px
}

#content #rooms-section .room.even .text-box .icons svg:first-child {
    margin: 0
}

#content #rooms-section .room.even .text-box .icons svg:last-child {
    margin: 0 0 0 10px
}

#content #rooms-section .room.even .plate {
    left: auto;
    right: 40%;
    -webkit-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-align-content: flex-start;
    align-content: flex-start;
    -webkit-transform: translate3d(50%,-50%,0);
    -moz-transform: translate3d(50%,-50%,0);
    -ms-transform: translate3d(50%,-50%,0);
    -o-transform: translate3d(50%,-50%,0);
    transform: translate3d(50%,-50%,0)
}

#content #activities-section {
    padding: 125px 0
}

#content #activities-section .activities-list {
    -webkit-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-align-content: flex-start;
    align-content: flex-start;
    width: 90%;
    max-width: 1400px;
    margin: 0 auto
}

#content #activities-section .activities-list .activity {
    position: relative;
    -webkit-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-align-content: center;
    align-content: center;
    width: 15%;
    min-height: 211px;
    margin: 0 .5% 28px;
    background: #fff;
    border: 1px solid #c09573;
    overflow: hidden
}

#content #activities-section .activities-list .activity:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #c09573;
    opacity: .5;
    -webkit-transform: scale3d(0,1,1);
    -moz-transform: scale3d(0,1,1);
    -ms-transform: scale3d(0,1,1);
    -o-transform: scale3d(0,1,1);
    transform: scale3d(0,1,1);
    transform-origin: left center;
    -webkit-transition: all .25s cubic-bezier(.6,.04,.98,.335) 0s;
    -moz-transition: all .25s cubic-bezier(.6,.04,.98,.335) 0s;
    -o-transition: all .25s cubic-bezier(.6,.04,.98,.335) 0s;
    transition: all .25s cubic-bezier(.6,.04,.98,.335) 0s
}

#content #activities-section .activities-list .activity .lazy-picture {
    position: relative;
    top: auto;
    left: auto;
    z-index: 2;
    display: block;
    width: auto;
    height: auto;
    max-width: 50%;
    margin: 0 0 20px;
    background: 0 0
}

#content #activities-section .activities-list .activity .lazy-picture img {
    width: auto;
    height: auto;
    max-width: 100%
}

#content #activities-section .activities-list .activity h4 {
    position: relative;
    z-index: 2;
    font-size: 17px;
    text-align: center;
    line-height: 1.1;
    color: #252525
}

#content #activities-section .activities-list .activity:hover:after {
    -webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    -o-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
}

#content #restaurants-section {
    -webkit-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-align-content: flex-start;
    align-content: flex-start;
    min-height: 960px;
    background: #f6f7fb
}

#content #restaurants-section .text-box {
    -webkit-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-align-content: center;
    align-content: center;
    width: 50%;
    padding: 90px 0 0 8%
}

#content #restaurants-section .text-box .section-title {
    width: 100%;
    margin: 0 0 20px;
    text-align: left
}

#content #restaurants-section .text-box .tabs-list {
    -webkit-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-align-content: flex-start;
    align-content: flex-start;
    width: 100%;
    margin: 0 0 30px
}

#content #restaurants-section .text-box .tabs-list li {
    position: relative;
    display: block;
    margin: 0 30px 20px 0;
    font-family: "Playfair Display","Times New Roman",serif;
    font-size: 38px;
    font-weight: 400;
    color: #d0d2d9
}

#content #restaurants-section .text-box .tabs-list li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 70px;
    height: 1px;
    background: #c09573;
    -webkit-transform: scale3d(0,1,1);
    -moz-transform: scale3d(0,1,1);
    -ms-transform: scale3d(0,1,1);
    -o-transform: scale3d(0,1,1);
    transform: scale3d(0,1,1)
}

#content #restaurants-section .text-box .tabs-list li a {
    color: inherit
}

#content #restaurants-section .text-box .tabs-list li:hover {
    color: #000
}

#content #restaurants-section .text-box .tabs-list li.active {
    color: #000
}

#content #restaurants-section .text-box .tabs-list li.active:after {
    -webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    -o-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
}

#content #restaurants-section .text-box .list {
    position: relative;
    display: none;
    width: 100%;
    opacity: 0
}

#content #restaurants-section .text-box .list.active {
    display: block;
    opacity: 1
}

#content #restaurants-section .text-box .list .item {
    position: relative;
    -webkit-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-align-content: flex-start;
    align-content: flex-start;
    width: 100%;
    margin: 0 0 20px;
    background: rgba(255,255,255,0)
}

#content #restaurants-section .text-box .list .item:before {
    content: "";
    position: absolute;
    left: -40px;
    top: 50%;
    z-index: 1;
    display: block;
    width: 6px;
    height: 64px;
    margin: -32px 0 0;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -ms-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background: #c09573;
    -webkit-transition: all .25s linear 0s;
    -moz-transition: all .25s linear 0s;
    -o-transition: all .25s linear 0s;
    transition: all .25s linear 0s;
    -webkit-transform: scale3d(1,0,1);
    -moz-transform: scale3d(1,0,1);
    -ms-transform: scale3d(1,0,1);
    -o-transform: scale3d(1,0,1);
    transform: scale3d(1,0,1)
}

#content #restaurants-section .text-box .list .item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transition: all .25s linear 0s;
    -moz-transition: all .25s linear 0s;
    -o-transition: all .25s linear 0s;
    transition: all .25s linear 0s;
    -webkit-transform: scale3d(0,1,1);
    -moz-transform: scale3d(0,1,1);
    -ms-transform: scale3d(0,1,1);
    -o-transform: scale3d(0,1,1);
    transform: scale3d(0,1,1);
    transform-origin: left center
}

#content #restaurants-section .text-box .list .item .image-box {
    z-index: 2;
    display: block;
    width: 200px;
    opacity: .4;
    -webkit-transition: all .25s linear 0s;
    -moz-transition: all .25s linear 0s;
    -o-transition: all .25s linear 0s;
    transition: all .25s linear 0s;
    position: relative;
    overflow: hidden
}

#content #restaurants-section .text-box .list .item .image-box:before {
    content: "";
    display: block;
    padding-top: 45%
}

#content #restaurants-section .text-box .list .item .image-box img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%
}

#content #restaurants-section .text-box .list .item .title-box {
    position: relative;
    z-index: 2;
    display: block;
    width: calc(100% - 200px);
    padding: 0 30px;
    text-align: left
}

#content #restaurants-section .text-box .list .item .title-box h4 {
    margin: 0;
    font-family: Poppins,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #9c9fa8;
    text-align: inherit;
    line-height: 1.5
}

#content #restaurants-section .text-box .list .item .title-box p {
    font-family: "Playfair Display","Times New Roman",serif;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    text-align: inherit;
    line-height: 1
}

#content #restaurants-section .text-box .list .item:hover:after {
    -webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    -o-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
}

#content #restaurants-section .text-box .list .item.active:before {
    -webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    -o-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
}

#content #restaurants-section .text-box .list .item.active:after {
    -webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    -o-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
}

#content #restaurants-section .text-box .list .item.active .image-box {
    opacity: 1
}

#content #restaurants-section .text-box .list .item.active .title-box h4 {
    color: #c09573
}

#content #restaurants-section .images-box {
    position: relative;
    width: 50%
}

#content #restaurants-section .images-box .images-list {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    white-space: nowrap
}

#content #restaurants-section .images-box .images-list.active {
    display: block
}

#content #restaurants-section .images-box .images-list a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%
}

#content #restaurants-section .images-box .images-list a.hidden {
    display: none
}

#content #gallery-section {
    padding: 100px 80px
}

#content #gallery-section .gallery-set {
    -webkit-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-align-content: flex-start;
    align-content: flex-start
}

#content #gallery-section .gallery-set .section-left {
    -webkit-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-align-content: flex-start;
    align-content: flex-start;
    width: 66%;
    margin:0 auto;
}

#content #gallery-section .gallery-set .section-left .item {
    display: block;
    width: 63%;
    margin: 0 0 20px;
    position: relative;
    overflow: hidden
}

#content #gallery-section .gallery-set .section-left .item:before {
    content: "";
    display: block;
    padding-top: 52.8532608696%
}

#content #gallery-section .gallery-set .section-left .item img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%
}

#content #gallery-section .gallery-set .section-left .item:nth-child(2),#content #gallery-section .gallery-set .section-left .item:nth-child(3) {
    width: 35%;
    position: relative;
    overflow: hidden
}

#content #gallery-section .gallery-set .section-left .item:nth-child(2):before,#content #gallery-section .gallery-set .section-left .item:nth-child(3):before {
    content: "";
    display: block;
    padding-top: 95.1100244499%
}

#content #gallery-section .gallery-set .section-left .item:nth-child(2) img,#content #gallery-section .gallery-set .section-left .item:nth-child(3) img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%
}

#content #gallery-section .gallery-set .section-left .item:nth-child(3),#content #gallery-section .gallery-set .section-left .item:nth-child(4) {
    margin: 0
}

#content #gallery-section .gallery-set .section-right {
    display: block;
    width: 33%;
    padding: 0 0 0 20px
}

#content #gallery-section .gallery-set .section-right .item {
    position: relative;
    display: block;
    width: 100%;
    height: 100%
}

#content #footer {
    -webkit-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-align-content: flex-start;
    align-content: flex-start;
    padding: 70px 9%;
    background: #f2f2f2
}

#content #footer .column {
    position: relative;
    -webkit-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-align-content: center;
    align-content: center;
    width: 25%;
    padding: 0 60px
}

#content #footer .column:after {
    content: "";
    position: absolute;
    top: 20px;
    right: 0;
    bottom: 20px;
    display: block;
    width: 1px;
    background: #d0d0d0
}

#content #footer .column:first-child {
    padding-left: 0
}

#content #footer .column:last-child {
    padding-right: 0
}

#content #footer .column:last-child:after {
    display: none
}

#content #footer .column.double {
    width: 50%
}

#content #footer .column h2 {
    margin: 0;
    font-family: Poppins,Arial,sans-serif;
    font-size: 36px;
    font-weight: 400;
    color: #000;
    line-height: 1;
    text-align: center
}

#content #footer .column h3 {
    margin: 0 0 20px;
    font-family: Poppins,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 1;
    text-align: center
}

#content #footer .column h4 {
    margin: 0 0 10px;
    font-family: Poppins,Arial,sans-serif;
    font-size: 21px;
    font-weight: 400;
    color: #000;
    line-height: 1;
    text-align: center
}

#content #footer .column p {
    margin: 0 0 20px;
    font-family: Poppins,Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #7d7d7d;
    line-height: 1.2;
    text-align: center
}

#content #footer .column p a {
    color: inherit
}

#content #footer .column .socials {
    -webkit-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-align-content: flex-start;
    align-content: flex-start;
    margin: 0;
    padding: 0;
    list-style: none
}

#content #footer .column .socials li {
    display: block;
    padding: 0 5px
}

#content #footer .column .socials li a {
    position: relative;
    display: block;
    width: 36px;
    height: 36px
}

#content #footer .column .socials li a .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 36px;
    height: 36px;
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0)
}

#content #footer .column .socials li a svg {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 20px;
    max-height: 20px;
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    fill: #fff
}

#content #footer .column .socials li a {
    background: #c09573;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%
}

#content #footer .column #map {
    display: block;
    width: 100%;
    background: url(../../imgs/loading.webp) center center no-repeat #0e2737;
    position: relative;
    overflow: hidden
}

body.no-webp #content #footer .column #map {
    background-image: url(../../imgs/loading.png)
}

#content #footer .column #map:before {
    content: "";
    display: block;
    padding-top: 48.7972508591%
}

#content #footer .column #map img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%
}

#content #footer .column #map iframe {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%
}

#content #bottom-logo {
    -webkit-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-align-content: flex-start;
    align-content: flex-start;
    height: 150px
}

#content #bottom-logo a {
    display: block;
    width: 175px;
}

#content #bottom-logo a img,#content #bottom-logo a picture {
    width: 100%;
}

.page-prev-btn {
    position: absolute;
    z-index: 11;
    top: 30px;
    right: 30px;
    color: #fff;
    transition: .3s
}

.page-prev-btn:hover::after {
    transform: translateX(-20px)
}

.page-prev-btn::after {
    content: 'prev';
    position: absolute;
    top: 4px;
    left: -20px;
    font-family: swiper-icons;
    transition: .3s
}


.roomBlock  .roomSect:nth-child(2n+2) {
    flex-direction: row;
}
.roomSect {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
}

.roomBlock  .roomSect:nth-child(2n+2) {
    flex-direction: row;
}
.roomSect:nth-child(2n+2) .roomContent {
}
.featureList {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 30px;
}

.featureList li {
    float: left;
    margin-left: 20px;
    font-size: 1vw;
}

.roomSect:nth-child(2n+2) .featureList {
    justify-content: flex-start;
}

.roomSect:nth-child(2n+2) .featureList li {
    margin-left: 0px;
    margin-right: 20px;
}
.roomContent p {
    /* font-size: 1vw !important; */
    font-family: "Playfair Display","Times New Roman",serif;
    font-style: italic;
    letter-spacing: 1px;
}
.roomBlock .roomSect:nth-child(2n+2) .roomContent {
    padding-right: 0px;
    padding-left: 5%;
}

.roomBlock .roomContent {
    padding: 0px 5% 0px 0%;
}
.roomBlock .roomSect:nth-child(2n+2)::before {
    bottom: 0px;
    left: 100%;
    width: 100vw;
    z-index: 0;
}
.title {
    font-size: 1.8vw;
    margin-bottom: 30px;
    width: auto;
    display: table;
    font-family: 'Cinzel', serif;
    color: #000;
    position: relative;
    margin: 0 auto;
}

.title span {
    font-size: 35%;
    display: block;
    color: #C09573;
    margin-bottom: 10px;
    font-style: initial;
    font-weight: bold;
}
.roomSect .title h3 {
    font-style: initial;
    font-size: 2.2vw;
    margin-bottom: 25px;
    line-height: 1.2;
}
.roomBlock {margin-bottom: 50px;}
.roomImg {
    width: 49%;
    height: 500px;
    float: right;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
    margin: 50px 0px !important;
}
.roomContent {
    float: left;
    width: 51%;
    padding: 0px 5% 0px 5%;
    text-align: right;
    position: relative;
    text-align: center;
    z-index: 1;
}
.digital {width: 400px;background: #adadad;box-sizing: border-box;float: left;display: inline-block;}
.sayac {color: #fff;font-size: 14px;padding: 10px 0px 10px;transition: 300ms;width: 100%;box-sizing: border-box;display: none;align-items: center;justify-content: center;background-color: #ffffff;font-family: arial;position: fixed;top: 0px;z-index: 50;box-shadow: 0px 3px 15px rgb(0 0 0 / 10%);height: 90px;}
.sayac li.title { width: 220px; border-right: 1px solid #fff }
.sayac li.title em { font-size: 30px; font-weight: 600; font-style: normal; display: block }
.sayac li.title span { font-size: 38px; font-weight: 600; display: block }
.sayac li, .sayac li span, .sonGun { display: inline-block; box-sizing: border-box }
.sayac li { width: 25%; padding: 0 2%; float: left; text-align: center; border-right: 1px solid rgba(255, 255, 255, 0.2); }
.sayac li span {font-size: 35px;font-weight: 700;color: #ffffff;display: inline-block;width: 100%;height: auto;line-height: 1;}
.sayac li p {font-size: 11px;color: #818080;background-color: #ffffff;font-weight: bold;padding: 5px 0px;margin-top: 5px;margin: 0px;}
.sayac li:last-child { border-right: 0px; }
.campDate { width: 1280px; display: table; margin: auto; margin-bottom: 70px; top: -108px; position: relative; }
.countdown{margin: 0;padding: 10px 0px;width: 100%;display: inline-block;float: left;}
.kampanya {
    text-align: center;
    color: #1c1c1c;
    font-size: 25px;
    float: left;
    /* height: 85px; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: calc(100% - 420px); */
    margin-right: 30px;
    font-weight: bold;
}
.mtop.count{
    margin-top: 90px;
}
.campaingnListHome {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.campaingnListHome li {
    width: 32%;
    margin: 15px .5%;
    position: relative;
    display: inline-block;
}

.campaingnListHome li a {
    display: inline-block;
    width: 100%;
    transition: all .2s ease-in-out;
}

.campaingnListHome li a:hover {
    opacity: .4;
}
.campaingnListHome.camp100 li {
    width: 100%;
    margin: 15px 0px;
}

.campaingnListHome.camp100 li img {
    width: 100%;
}
.campaingnListHome li a::before {
    content: "";
    position: absolute;
    left: 15px;
    bottom: -15px;
    right: 15px;
    top: 20%;
    border: 1px solid #94856B;
    z-index: 0;
}

.campaingnListHome li a img {
    position: relative;
    z-index: 1;
}

.headerVideo {
    width: 100%;
    display: inline-block;
    position: relative;
}

.headerVideo figure {
    margin: 0px;
    width: 50%;
}

.headerVideo figure img {
    width: 100%;
}
.video50 {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 50%;
    background-color: #005a84;
}

.video50 video {
	height: 100%;
	width: 100%;
	object-fit: fill;
	position: absolute;
	pointer-events: none;
}
#muteButton {
    position: absolute;
    right: 0px;
    top: 20px;
    z-index: 2;
    background-color: rgb(14 76 133 / 90%);
    padding: 10px 10px;
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    border-radius: 7px 0px 0px 7px;
    border: 2px solid #2ab0e6;
    border-right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 155px;
}
#muteButton img {
    width: 25px;
    margin-right: 10px;
    filter: invert(1);
}
.headerVideo figure.fg100 {
    width: 100%;
}
@media only screen and (max-width: 1680px) {
    #content #rooms-section .room .text-box {
        padding-right:170px;
        padding-left: 4%
    }

    #content #rooms-section .room.even .text-box {
        padding-left: 170px;
        padding-right: 4%
    }
}

@media only screen and (max-width: 1366px) {
    #content #rooms-section .room .image-box {
        width:50%
    }

    #content #rooms-section .room .text-box {
        width: 50%
    }

    #content #rooms-section .room .plate {
        left: 50%
    }

    #content #rooms-section .room.even .plate {
        left: auto;
        right: 50%
    }
}

@media only screen and (max-width: 1280px) {
    #content #main-slider .slide h3 {
        font-size:48px
    }

    #content #restaurants-section {
        min-height: 860px
    }

    #content #restaurants-section .text-box {
        padding: 30px 0 0 5%
    }

    #content #footer {
        padding: 30px 5%
    }

    #content #footer .column {
        padding: 0 30px
    }

    #content #footer .column:first-child {
        padding-left: 0
    }

    #content #footer .column:last-child {
        padding-right: 0
    }

    #content #footer .column #map {
        position: relative;
        overflow: hidden
    }

    #content #footer .column #map:before {
        content: "";
        display: block;
        padding-top: 71.7067583047%
    }

    #content #footer .column #map img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%
    }
}

@media only screen and (max-width: 1024px) {
    #content #main-slider .slide h3 {
        left:50px;
        font-size: 36px
    }

    #content #about-section {
        padding: 50px 0 0;
    }

    #content #rooms-section .room {
        -webkit-display: flex;
        -ms-display: flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-align-content: center;
        -ms-align-content: center;
        align-content: center
    }

    #content #rooms-section .room:last-child {
        margin: 0
    }

    #content #rooms-section .room .image-box {
        width: 90%
    }

    #content #rooms-section .room .text-box {
        display: block;
        width: 90%;
        padding: 20px;
        text-align: center
    }

    #content #rooms-section .room .text-box .features,#content #rooms-section .room .text-box .icons {
        -webkit-display: flex;
        -ms-display: flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-align-content: flex-start;
        -ms-align-content: flex-start;
        align-content: flex-start
    }

    #content #rooms-section .room .plate {
        position: static;
        -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)
    }

    #content #rooms-section .room.even {
        -webkit-display: flex;
        -ms-display: flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-align-content: center;
        -ms-align-content: center;
        align-content: center
    }

    #content #rooms-section .room.even .text-box {
        display: block;
        padding: 20px;
        text-align: center
    }

    #content #rooms-section .room.even .text-box .features,#content #rooms-section .room.even .text-box .icons {
        -webkit-display: flex;
        -ms-display: flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-align-content: flex-start;
        -ms-align-content: flex-start;
        align-content: flex-start
    }

    #content #rooms-section .room.even .plate {
        -webkit-display: flex;
        -ms-display: flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start;
        -webkit-align-content: flex-start;
        -ms-align-content: flex-start;
        align-content: flex-start;
        position: static;
        -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)
    }

    #content #activities-section {
        padding: 70px 0
    }

    #content #activities-section .activities-list .activity {
        width: 18%;
        margin: 0 1% 20px
    }

    #content #restaurants-section .text-box .tabs-list li {
        font-size: 28px
    }

    #content #gallery-section {
        padding: 50px 30px
    }
}

@media only screen and (max-width: 850px) {
    #main-slider .swiper-button-next:after,#main-slider .swiper-button-prev:after {
        font-size:40px
    }

    #main-slider .swiper-button-prev {
        left: 5px
    }

    #main-slider .swiper-button-next {
        right: 5px
    }
	.sayac {
    flex-direction: column;
    height: 100px;
}

.kampanya {
    margin: 0px;
    font-size: 5vw;
}

.digital {
    width: 95%;
    margin-top: 5px;
}

.sayac li span {
    font-size: 25px;
}

.sayac li p {
    font-size: 10px !important;
    margin-top: 0px;
    line-height: 1;
}

.countdown {
    padding: 5px 0px;
}

.mtop.count {
    margin-top: 100px;
}
.headerVideo figure {
    width: 100%;
}

.video50 {
    position: relative;
    width: 100%;
    height: 50vh;
    margin-bottom: 15px;
}
#muteButton {
    top: 5px;
    font-size: 13px;
    padding: 7px 5px;
    width: 115px;
}
#muteButton img {
    width: 20px;
    margin-right: 5px;
}
}

@media only screen and (max-width: 768px) {
.campaingnListHome.camp100 li {
        margin: 5px 0px;
    }
    .campaingnListHome li {
        width: 100%;
        margin: 5px 0px;
    }
    .campaingnListHome {
        /* margin-top: 30px; */
    }
.roomImg {
    margin: 0px !important;
    width: 100%;
    height: 200px;
}

.roomSect {
    flex-direction: column !important;
}

.roomContent {
    padding: 20px 0px !important;
    width: 100% !important;
}

.roomSect .title h3 {
    font-size: 6vw;
    margin-bottom: 15px;
}
    .title span {
    font-size: 55%;
}
    #content #bundles-section #bundles-carousel {
        width: 100% !important;
        height: auto !important;
    }

    .section-subtitle {
        font-size: 36px
    }

    #content .logo {
        left: 20px;
        top: 30px;
        position: relative;
        background-color: #f6f8fa;
        top: 0px;
        width: 100%;
        display: flex;
        /* align-items: center; */
        /* justify-content: center; */
        height: auto;
        padding: 10px 0px;
    }

    #content .logo a {
        width: 150px;
        height: max-content;
        margin: 0px auto;
        padding: 0;
    }

    #main-slider.campaigns-page {
        margin-bottom: 30px
    }

    #content #main-slider:after {
        display: none;
        background: 0 0
    }

    .webp #content #main-slider:after {
        background: 0 0
    }

    #content #main-slider .slide {
        position: relative;
        overflow: hidden
    }

    #content #main-slider .slide:before {
        content: "";
        display: block;
        padding-top: 65.1041666667%
    }

    #content #main-slider .slide img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%
    }

    #content #main-slider .slide h3 {
        left: 20px;
        max-width: 80%
    }

    #content #main-slider .location {
        left: 20px;
        bottom: 10px;
        font-size: 16px
    }

    #content #main-slider .location svg {
        max-width: 20px;
        max-height: 20px
    }

    .bundles-detail-page {
        margin-bottom: 20px!important
    }

    #content #bundles-section #bundles-carousel .bundle {
        border: none
    }

    #content #bundles-list-section .bundles-list .bundle {
        width: 100%;
        margin: 0 0 30px
    }

    #content #bundle-description {
        padding: 50px 5% 0
    }

    #content #rooms-section .room .text-box h3 {
        font-size: 28px
    }

    #content #activities-section .activities-list .activity {
        width: 23%
    }

    #content #restaurants-section {
        display: block;
        min-height: 0
    }

    #content #restaurants-section .text-box {
        width: 100%;
        padding: 20px
    }

    #content #restaurants-section .text-box .section-title {
        text-align: center
    }

    #content #restaurants-section .text-box .tabs-list {
        -webkit-display: flex;
        -ms-display: flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-align-content: flex-start;
        -ms-align-content: flex-start;
        align-content: flex-start
    }

    #content #restaurants-section .text-box .list .item {
        float: left;
        width: 50%;
        min-height: 100px
    }

    #content #restaurants-section .text-box .list .item:before {
        left: auto;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 2;
        height: auto;
        margin: 0
    }

    #content #restaurants-section .text-box .list .item .image-box {
        width: 150px;
        position: relative;
        overflow: hidden
    }

    #content #restaurants-section .text-box .list .item .image-box:before {
        content: "";
        display: block;
        padding-top: 100%
    }

    #content #restaurants-section .text-box .list .item .image-box img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%
    }

    #content #restaurants-section .text-box .list .item .title-box {
        width: calc(100% - 150px);
        padding: 0 10px
    }

    #content #restaurants-section .images-box {
        width: 100%;
        position: relative;
        overflow: hidden
    }

    #content #restaurants-section .images-box:before {
        content: "";
        display: block;
        padding-top: 78.125%
    }

    #content #restaurants-section .images-box img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%
    }

    #content #footer {
        -webkit-display: flex;
        -ms-display: flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-align-content: center;
        -ms-align-content: center;
        align-content: center
    }

    #content #footer .column {
        width: 100%;
        padding: 20px 0
    }

    #content #footer .column:after {
        left: 0;
        bottom: 0;
        top: auto;
        right: auto;
        width: 100%;
        height: 1px;
        -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)
    }

    #content #footer .column:first-child {
        padding: 20px 0
    }

    #content #footer .column:last-child {
        padding: 20px 0
    }

    #content #footer .column.double {
        width: 100%
    }

    .page-prev-btn {
        position: relative;
        display: none;
        top: 10px;
        right: 0;
        text-align: center;
        font-size: 14px;
        background-color: #014a5d;
        padding: 10px 20px 10px 35px;
        transform: translateX(-50%);
        left: 50%
    }

    .page-prev-btn:hover::after {
        transform: translateX(0)
    }

    .page-prev-btn::after {
        font-size: 15px;
        top: 13px;
        left: 17px
    }

    .page-prev-btn-mobile {
        display: inline-block!important
    }

    #bundle-description+.page-prev-btn {
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 480px) {
    .section-subtitle {
        font-size:24px;
        line-height: 1.2
    }

    #call-us-form-box .toggle-btn {
        display: none
    }

    #mobile-float #form-toggle-mobile {
        -webkit-display: flex;
        -ms-display: flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-align-content: flex-start;
        -ms-align-content: flex-start;
        align-content: flex-start
    }

    #mobile-float #bottom-call-btn {
        position: static;
        -webkit-display: flex;
        -ms-display: flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-align-content: flex-start;
        -ms-align-content: flex-start;
        align-content: flex-start;
        width: 50%;
        height: 50px;
        text-transform: uppercase;
        -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);
        background-color: #609464;
    }

    #mobile-float #bottom-call-btn:after {
        display: none
    }

    #mobile-float #bottom-call-btn svg {
        max-width: 20px;
        max-height: 20px;
        margin: 0 10px 0 0
    }

    #mobile-float #bottom-call-btn strong {
        display: none
    }

    #mobile-float #bottom-call-btn.shifted {
        -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)
    }

    #mobile-float #whatsapp-btn {
        position: static;
        -webkit-display: flex;
        -ms-display: flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-align-content: flex-start;
        -ms-align-content: flex-start;
        align-content: flex-start;
        width: 50%;
        flex-grow: 1;
        height: 50px;
        text-transform: uppercase
    }

    #mobile-float #whatsapp-btn:after {
        display: none
    }

    #mobile-float #whatsapp-btn.shifted {
        -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)
    }

    #mobile-float #whatsapp-btn svg {
        max-width: 20px;
        max-height: 20px;
        margin: 0 10px 0 0;
        fill: #fff
    }

    #mobile-float #whatsapp-btn strong {
        display: none
    }

    #content .logo {
        /* top: 10px; */
        left: 50%;
        /* width: 173.25px; */
        /* height: 61.5px; */
        -webkit-transform: translate3d(-50%,0,0);
        -moz-transform: translate3d(-50%,0,0);
        -ms-transform: translate3d(-50%,0,0);
        -o-transform: translate3d(-50%,0,0);
        transform: translate3d(-50%,0,0)
    }

    #content #main-slider:after {
        display: none;
        background: 0 0
    }

    .nowebp #content #main-slider:after {
        background: 0 0
    }

    #content #main-slider .slide {
        position: relative;
        overflow: hidden
    }

    #content #main-slider .slide:before {
        content: "";
        display: block;
        padding-top: 100%
    }

    #content #main-slider .slide img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        object-fit:cover;
    }

    #content #main-slider .slide h3 {
        max-width: 50%;
        font-size: 24px
    }

    #content #main-slider .location {
        display: none
    }

    #content #bundles-section {
        position: relative;
        margin: 0 0 50px
    }

    #content #bundles-section #bundles-carousel {
        margin: 0 auto 20px
    }

    #content #bundles-section #bundles-carousel .bundle .image-box {
        position: relative;
        overflow: hidden
    }

    #content #bundles-section #bundles-carousel .bundle .image-box:before {
        content: "";
        display: block;
        padding-top: 47.9166666667%
    }

    #content #bundles-section #bundles-carousel .bundle .image-box img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%
    }

    #content #bundles-list-section .bundles-list .bundle {
        position: relative;
        overflow: hidden
    }

    #content #bundles-list-section .bundles-list .bundle:before {
        content: "";
        display: block;
        padding-top: 100%
    }

    #content #bundles-list-section .bundles-list .bundle img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%
    }

    #content #bundle-description {
        padding: 20px 8%
    }

    #content #bundle-description .section-subtitle {
        margin-bottom: 10px
    }

    #content #bundle-description .divider {
        margin-bottom: 10px
    }

    #content #bundle-description .description {
        font-size: 14px;
        text-align: center
    }

    #content #bundle-description .description h4 {
        font-size: 18px
    }

    #content #rooms-section .room .text-box h3 {
        font-size: 24px
    }

    #content #activities-section .activities-list .activity {
        width: 30%;
        min-height: 150px;
        margin: 0 1% 10px
    }

    #content #activities-section .activities-list .activity .lazy-picture {
        max-width: 40%
    }

    #content #restaurants-section .text-box .tabs-list {
        margin: 0 0 10px
    }

    #content #restaurants-section .text-box .tabs-list li {
        font-size: 20px
    }

    #content #restaurants-section .text-box .list .item {
        -webkit-display: flex;
        -ms-display: flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-align-content: center;
        -ms-align-content: center;
        align-content: center;
        width: 30%;
        margin: 0 1%
    }

    #content #restaurants-section .text-box .list .item:before {
        display: none
    }

    #content #restaurants-section .text-box .list .item:after {
        display: none
    }

    #content #restaurants-section .text-box .list .item .image-box {
        width: 100%
    }

    #content #restaurants-section .text-box .list .item .title-box {
        width: 100%;
        padding: 10px;
        text-align: center
    }

    #content #restaurants-section .text-box .list .item .title-box h4 {
        font-size: 14px
    }

    #content #restaurants-section .text-box .list .item .title-box p {
        font-size: 14px
    }

    #content #gallery-section .gallery-set {
        -webkit-display: flex;
        -ms-display: flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start;
        -webkit-align-content: flex-start;
        -ms-align-content: flex-start;
        align-content: flex-start
    }

    #content #gallery-section .gallery-set .section-left {
        width: 100%;
        margin: 0 0 10px
    }

    #content #gallery-section .gallery-set .section-left .item {
        margin: 0 0 10px
    }

    #content #gallery-section .gallery-set .section-right {
        width: 100%;
        padding: 0;
        position: relative;
        overflow: hidden
    }

    #content #gallery-section .gallery-set .section-right:before {
        content: "";
        display: block;
        padding-top: 100%
    }

    #content #gallery-section .gallery-set .section-right img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%
    }

    #content #gallery-section .gallery-set .section-right .item {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    #content #footer .column h2 {
        font-size: 24px
    }

    #content #footer .column h4 {
        font-size: 18px
    }

    #content #bottom-logo {
        padding-bottom: 110px;
        height: auto;
        padding-top: 10px;
    }
	
	#mobile-float #whatsapp-btn {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0px 0px 10px !important;
    font-size: 3.5vw !important;
    position: absolute !important;
    transform: translateX(-50%) !important;
    width: 85px !important;
    height: 85px !important;
    border-radius: 360px;
    left: 50% !important;
    bottom: 20px !important;
    /* display: none !important; */
}

#mobile-float #whatsapp-btn svg {
    margin: 0px 0px 5px !important;
}

#bottom-call-btn {
    justify-content: flex-start !important;
}

#form-toggle-mobile {
    padding-left: 15px;
}
}
.campImgCenter {
    margin: 25px auto;
}

/*#call-us-form-box {
    display: none !important;
}
button#form-toggle-mobile {
    display: none !important;
}

@media only screen and (max-width:767px){
	#mobile-float #whatsapp-btn {
		left: 65% !important;
		position: relative;
	}
}*/

#content #rooms-section .room.odd .text-box .room_features ul li {
    justify-content: flex-end;
}

@media only screen and (max-width: 768px) {
    .room_features ul li{
        justify-content: center !important;
    } 
}

.room_features ul li{
    display: flex;
    /* flex-wrap: wrap; */
    align-items:center;
    align-self: center;
    gap:8px;
    margin-bottom: 12px;
}

.room_features ul li:last-child {
    margin-bottom: 0;
}

.room_features ul li i {
    font-size: 18pt;
    color: var(--primary-color);
    line-height: 24px;
}</pre></body></html>