@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
:root{
    --main-cl: #C48A71;
    --sub-cl: #F27325;
    --container-w: 87.5rem;
}
body{
    font-family: "Inter", sans-serif !important;
    margin: 0 !important;
    font-size: 0.833rem;
}
h1, h2, h3, h4, h5, h6, .font-title{
    font-family: "Cormorant Garamond", "Inter", serif !important;
}
.page-template-home-new #page_content_wrapper{
    max-width: 100vw !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.grid-container{
    max-width: var(--container-w);
    margin-left: auto;
    margin-right: auto;
}
.grid-container.container-smaller{
    width: 67.708rem;
}
.p-middle{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
}
.text-white{
    color: #FFF !important;
}
.text-3{
    color: #333;
}
.text-underline{
    text-decoration: underline;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right !important;
}
.text-uppercase{
    text-transform: uppercase;
}
.obj-cover{
    object-fit: cover;
}
.obj-contain{
    object-fit: contain;
}
.text-italic{
    font-style: italic;
}
.text-primary{
    color: var(--main-cl)
}
.al-center{
    align-items: center;
}
.img-center{
    margin-left: auto;
    margin-right: auto;
}
.video-wrap,
.img-wrap{
    overflow: hidden;
    position: relative;
}
.video-wrap video,
.img-wrap video,
.img-wrap img{
    transition: 0.4s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wrap-link{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    z-index: 20;
    opacity: 0 !important;
}
.mx-auto{
    margin-right: auto;
    margin-left: auto;
}
.relative{
    position: relative !important;
}
.absolute{
    position: absolute !important;
}
.p-unset{
    position: unset !important;
}
.flex-box{
    display: flex;
}
.flex-wrap{
    flex-wrap: wrap;
}
.flex-row{
    flex-direction: row !important;
}
.flex-col{
    flex-direction: column;
}
.al-center{
    align-items: center;
}
.al-start{
    align-items: flex-start;
}
.al-end{
    align-items: flex-end;
}
.al-baseline{
    align-items: baseline;
}
.jus-start{
    justify-content: flex-start;
}
.jus-end{
    justify-content: flex-end;
}
.jus-center{
    justify-content: center;
}
.jus-between{
    justify-content: space-between;
}
.grid-box{
    display: grid;
}
.grid-2{
    grid-template-columns: repeat(2, 1fr);
}
.grid-3{
    grid-template-columns: repeat(3, 1fr);
}
.grid-4{
    grid-template-columns: repeat(4, 1fr);
}
.d-block{
    display: block;
}
.swiper-button-lock{
    display: none !important;
}
.swiper-button-disabled{
    opacity: 0.4 !important;
}
.limit-line{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.limit-line.limit-1{
    -webkit-line-clamp: 1;
}
.limit-line.limit-2{
    -webkit-line-clamp: 2;
}
.limit-line.limit-3{
    -webkit-line-clamp: 3;
}
.limit-line.limit-4{
    -webkit-line-clamp: 4;
}
.limit-line.limit-5{
    -webkit-line-clamp: 5;
}
.m-0{
    margin: 0;
}
.wpcf7 form.sent .wpcf7-response-output {
    background: #46b450 !important;
    border-color: #46b450 !important;
    color: #FFF !important;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output{
    background: red !important;
    border-color: red !important;
    color: #FFF !important;
}
.wpcf7 form.wpcf7-form .wpcf7-response-output{
    margin-top: 1rem !important;
    text-align: center !important;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    font-size: 0.833rem;
}
.form-wrap .wpcf7-not-valid-tip{
    font-size: 0.677rem;
    position: absolute;
}
.wpcf7-spinner{
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(100%, -50%);
}
svg,path{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.overflow-hidden{
    overflow: hidden;
}
.overflow-auto{
    overflow: auto;
}
.swiper-same-height > .swiper-wrapper{
    align-items: unset;
}
.swiper-same-height > .swiper-wrapper .swiper-slide{
    height: auto;
}
.swiper-same-height > .swiper-wrapper .swiper-slide > div{
    height: 100%;
}
.load_home_page svg,
.load_home_page img {
    width: 26.042rem;
    max-width: 95%;
    height: auto;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.load_home_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    transition: 1s all;
    opacity: 1;
    background: transparent;
}

div.load_home_page .mask {
    /*background-color: #00BDFFFF;*/
    transition: 1s all ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
}

div.load_home_page.complete .mask {
    background-color: transparent;
}

div.load_home_page .mask span {
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    transition: 1s all ease-in-out;
    background-color: #FFFF;
    /*backdrop-filter: blur(40px);*/
}

div.load_home_page .mask span:nth-child(even) {
    left: unset;
    right: 0;
}

div.load_home_page .mask span:nth-child(1) {
    top: 0;
}

div.load_home_page .mask span:nth-child(2) {
    top: 20%;
}

div.load_home_page .mask span:nth-child(3) {
    top: 40%;
}

div.load_home_page .mask span:nth-child(4) {
    top: 60%;
}

div.load_home_page .mask span:nth-child(5) {
    top: 80%;
}

.load_home_page.complete {
    visibility: hidden;
}

div.load_home_page.complete .mask span {
    width: 0;
    opacity: 0;
    transition-delay: .8s;
}
#respond input#wp-comment-cookies-consent{
    height: auto !important;
    margin: 0 10px 0 0  !important;
}
.load_home_page.complete img,
.load_home_page.complete svg{
    transition-delay: 0.8s;
    opacity: 0;
}
.load_home_page rect,
.load_home_page path{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.path-1 {
    animation-name: Signature2;
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    stroke: #FFF;
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}

.path-2{
    animation-name: Signature1;
    animation-duration: 20s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2,.25,.43,.96);
    stroke: var(--sub-cl);
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
.load_home_page.complete .path-2{
    fill: var(--sub-cl);
}
.load_home_page.complete .path-1{
    fill: #FFF
}
@keyframes Signature1 {
    to {
        stroke: var(--sub-cl);
        stroke-dashoffset: 0;
    }
}
@keyframes Signature2 {
    to {
        stroke: #FFF;
        stroke-dashoffset: 0;
    }
}
.tile-reveal {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-flow: row wrap;
    align-self: flex-start;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 99;
    background: #fff;
}
.tile-reveal-square {
    flex: 1 1 auto;
    width: 75px;
    height: 75px;
    background-color: #FFF;
    opacity: 1;
}
.wrap-enter-site {
    position: fixed;
    width: 100%;
    height: auto;
    bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
}
.btn{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.78125rem 2.083rem;
    font-family: "Cormorant Garamond", "Inter", serif !important;
    font-weight: 700;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    text-align: center;
    width: max-content;
    max-width: 100%;
}
.btn.btn-primary{
    background: var(--main-cl);
    color: #FFF;
}
.btn.btn-smaller{
    font-size: 0.833rem;
    line-height: 1.042rem;
    padding: 0.521rem 1.146rem;
}
img.scroll-down-gif{
    width: 4.583rem;
    height: auto;
}
.home-1 > img{
    position: absolute;
    left: 50%;
    bottom: 1.354rem;
    z-index: 3;
    transform: translateX(-50%);
}
.home-banner .img-wrap:before{
    background: linear-gradient(0deg, var(--color-black-35, rgba(0, 0, 0, 0.35)), var(--color-black-35, rgba(0, 0, 0, 0.35))),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.397174) 71.4%, rgba(0, 0, 0, 0.45) 100%);
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.home-banner .cont-wrap{
    bottom: 6.979rem;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 1.667rem);
    z-index: 3;
}
.home-banner .cont-wrap .banner-title{
    font-weight: 100;
    font-size: 2.5rem;
    line-height: 3.333rem;
    text-align: center;
    margin-bottom: 0.625rem;
}
.home-banner .cont-wrap .desc{
    font-weight:400;
    font-size: 1.042rem;
    line-height: 1.198rem;
    margin-bottom: 1.354rem;
}
.z-3{
    z-index: 3;
}
.sec-sub-title{
    color: #2C2520;
    font-size: var(--font-size-24, 1.25rem);
    font-weight: var(--font-weight-400, 400);
    line-height: var(--height-28, 1.458rem); /* 116.667% */
    letter-spacing: var(--letter-spacing--0_48, -0.025rem);
    margin-bottom: 0.729rem;
}
.sec-title{
    color: #2C2520;
    font-size: 3.229rem;
    font-weight: var(--opacity-100, 100);
    line-height: var(--line-height-64, 3.333rem); /* 103.226% */
    letter-spacing: var(--letter-spacing-1_92, 0.1rem);
    margin-bottom: 1.458rem;
    text-transform: uppercase;
}
.sec-desc{
    color: var(--color-grey-19, #33312F);
    font-size: var(--item-spacing-20, 1.042rem);
    font-weight: var(--font-weight-400, 400);
    line-height: 1.458rem;
}
.sec-desc li{
    padding: 0;
    margin-bottom: 0.78125rem;
}
.sec-desc p{
    padding: 0 !important;
    margin-bottom: 0.78125rem;
}
.home-2{
    padding-top: 6.042rem;
    background: #FDFBF7;
}
.home-2 .title-group{
    width: 56.25rem;
    max-width: 100%;
}
.home-2 .title-group .sec-title{
    width: 33.333rem;
}
.home-3{
    padding-top: 4.01rem;
    background: #FDFBF7;
}
.home-3 .js-scale-video {
    display: block;
    width: 100%;
    transform: scale(0.7);
    transform-origin: center center;
    will-change: transform;
    transition: none;
    max-height: 100vh;
    object-fit: cover;
    position: relative;
}
.home-3 .js-scale-video:before{
    background: #00000033;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    content: '';
    z-index: 2;
}
.home-3 .cont-wrap{
    bottom: 1.5625rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    width: calc(100% - 2rem);
}
.home-3 .cont-wrap .title{
    font-size: 1.771rem;
    font-weight: var(--opacity-100, 100);
    line-height: var(--line-height-64, 2.083rem); /* 188.235% */
    margin-bottom: 0.417rem;
}
.home-3 .cont-wrap .desc{
    margin-bottom: 1.146rem;
    font-size: 0.729rem;
    font-weight: 400;
    line-height: var(--height-28, 1.042rem); /* 200% */
}
.home-4{
    padding: 5.208rem 0;
    background: #F5F0E8;
}
.home-7 .title-group,
.home-6 .title-group,
.home-5 .title-group,
.home-4 .title-group{
    margin-bottom: 3.75rem;
    width: 56.25rem;
    max-width: 100%;
}
.home-4 .title-group .sec-desc{
    opacity: 0.7;
}
.home-4 .home-rooms{
    margin: 0 -1.823rem;
}
.home-4 .home-rooms .swiper-slide{
    padding: 0 1.823rem;
}
.home-4 .home-rooms .img-wrap{
    aspect-ratio: 816/912;
}
.home-4 .home-rooms .img-wrap:before{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 38.54%, rgba(0, 0, 0, 0.45019) 69.52%, rgba(0, 0, 0, 0.476168) 83.52%, rgba(0, 0, 0, 0.5) 100%);
    top: 0;
    left: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 2;
}
.home-4 .home-rooms .cont-wrap{
    width: 100%;
    text-align: center;
    bottom: 0;
    left: 0;
    padding: 0 4.896rem 2.865rem;
}
.home-4 .home-rooms .cont-wrap .title{
    font-size: 1.771rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0.625rem;
}
.home-4 .home-rooms .cont-wrap .desc{
    color: #B0B0B0;
    font-size: 0.833rem;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 1.25rem;
}
.home-4 .swiper-progress{
    margin-top: 3.75rem;
    position: relative;
    top: unset;
    left: unset;
    background: rgba(196, 138, 113, 0.8);
    height: 0.052rem;
}
.home-4 .swiper-progress .swiper-pagination-progressbar-fill{
    height: 0.26rem;
    border-radius: 0.26rem;
    background: #C48A71;
    margin-top: -0.104rem;
}
.home-5{
    background: #F4F4F3;
    padding: 4.0625rem 0;
}
.home-5 .home-services{
    margin: 0 -0.625rem;
}
.home-5 .home-services .swiper-slide{
    padding: 0 0.625rem;
}
.home-5 .home-services .img-wrap{
    aspect-ratio: 540/600;
    margin-bottom: 1.25rem;
}
.home-5 .home-services .title{
    color: var(--color-black-solid, #000);
    font-size: 1.458rem;
    font-weight: 100;
    line-height: 1.4;
    margin-bottom: 0.521rem;
}
.home-5 .home-services .desc{
    color: var(--color-grey-19, #33312F);
    font-size: 0.833rem;
    font-weight: var(--font-weight-400, 400);
    line-height: 1.458rem; /* 175% */
    opacity: 0.7;
    padding-right: 2.292rem;
    letter-spacing: var(--letter-spacing--0_4, -0.021rem);
}
.home-6{
    padding: 5.208rem 0;
    background: #F5F0E8;
}
.home-6 .home-posts{
    margin: 0 -1.458rem 2.8125rem;
}
.home-6 .home-posts .swiper-slide{
    padding: 0 1.458rem;
}
.home-6 .home-posts .img-wrap{
    margin-bottom: 1.302rem;
    aspect-ratio: 816/448;
}
.home-6 .home-posts .cont-wrap{
    padding-right: 4.6875rem;
}
.home-6 .home-posts .cont-wrap .date{
    color: var(--color-grey-19, #33312F);
    font-size: 0.833rem;
    font-weight: var(--font-weight-400, 400);
    line-height: 1.458rem; /* 175% */
    letter-spacing: var(--letter-spacing--0_4, -0.021rem);
    margin-bottom: 0.9375rem;
}
.home-6 .home-posts .cont-wrap .title{
    color: var(--color-black-solid, #000);
    font-size: 1.458rem;
    font-weight: 100;
    line-height: 1.667rem; /* 114.286% */
    letter-spacing: var(--stroke-weight-1_2, 0.0625rem);
    text-transform: uppercase;
    margin-bottom: 0.677rem;
}
.home-6 .home-posts .cont-wrap .desc{
    color: var(--color-grey-19, #33312F);
    font-size: 0.833rem;
    font-weight: var(--font-weight-400, 400);
    line-height: 1.458rem;
    letter-spacing: var(--letter-spacing--0_4, -0.021rem);
}
.home-7{
    padding: 5.208rem 0 6.09375rem;
    background: var(--color-grey-95, #F4F4F3);
}
.home-7 .grid-box{
    grid-gap: 1.25rem;
}
.home-7 .grid-box .img-wrap{
    aspect-ratio: 1;
}
header#header .header-bg-container{
    opacity: 0;
    transition: all 0.4s;
}
header#header .header-wrapper{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    animation: unset !important;
    transition: all 0.4s;
}
header#header .header-wrapper #masthead{
    transition: all 0.4s;
    padding: 1.302rem 0;
    height: auto !important;
    max-height: unset;
}
header#header .header-wrapper #masthead .header-inner{
    width: 75rem;
    padding-left: 0;
    padding-right: 0;
}
header#header .header-wrapper #masthead .header-inner #logo{
    height: 4.6875rem !important;
    max-height: unset !important;
    min-height: unset !important;
    width: auto !important;
    transition: all 0.4s;
}
header#header .header-wrapper #masthead .header-inner #logo > a{
    display: flex;
    height: 100%;
}
header#header .header-wrapper #masthead .header-inner #logo img{
    filter: brightness(0) invert(1);
    height: 100%;
    width: auto;
    max-height: unset !important;
}
header#header .header-wrapper #masthead .header-inner .header-nav-main{
    padding: 0;
    gap: 2.083rem;
}
header#header .header-wrapper #masthead .header-inner .header-nav-main > li{
    margin: 0 !important;
}
header#header .header-wrapper #masthead .header-inner .header-nav-main > li > a{
    color: var(--4_FFFFFF, #FFF);
    font-size: 0.885rem;
    font-weight: 400;
    line-height: 1.25rem; /* 141.176% */
    text-transform: initial;
    position: relative;
}
header#header .header-wrapper #masthead .header-inner .header-nav-main > li > a:before{
    bottom: 0;
    left: 50%;
    position: absolute;
    content: '';
    transform: translateX(-50%);
    height: 1px;
    background: #FFF;
    width: 0;
    transition: all 0.4s;
}
header#header .header-wrapper #masthead .header-inner .header-nav-main > li.current-menu-item > a:before,
header#header .header-wrapper #masthead .header-inner .header-nav-main > li:hover > a:before{
    width: 100%;
}
header#header .header-wrapper #masthead .language-switcher .language-switcher-items{
    display: flex;
    gap: 1.042rem;
    pointer-events: none;
}
header#header .header-wrapper #masthead .language-switcher a{
    --text-opacity: 0.5;
    font-size: 0.885rem;
    font-weight: 400;
    line-height: 1.25rem; /* 141.176% */
    color: rgba(255, 255, 255, var(--text-opacity));
    text-transform: uppercase;
    position: relative;
    transition: all 0.4s;
}
header#header .header-wrapper #masthead .language-switcher a.active{
    --text-opacity: 1;
}
header#header .header-wrapper #masthead .language-switcher a+a:before{
    left: -0.521rem;
    top: 50%;
    transform: translateY(-50%);
    height: 0.625rem;
    width: 1px;
    background: #FFFFFF;
    position: absolute;
    content: '';
    transition: all 0.4s;
    opacity: 0.5;
}
.header-without-banner #wrapper{
    padding-top: 7.292rem !important
}
.header-without-banner header#header .header-wrapper #masthead .header-inner #logo img,
header#header .header-wrapper.stuck #masthead .header-inner #logo img{
    filter: unset;
}
.header-without-banner header#header .header-wrapper #masthead,
header#header .header-wrapper.stuck #masthead{
    padding: 0.625rem 0;
}
.header-without-banner header#header .header-wrapper #masthead .header-inner #logo,
header#header .header-wrapper.stuck #masthead .header-inner #logo{
    height: 3.646rem !important;
}
.header-without-banner header#header .header-wrapper .header-bg-container,
header#header .header-wrapper.stuck .header-bg-container{
    opacity: 1;
}
.header-without-banner header#header .header-wrapper #masthead .header-inner .header-nav-main > li > a:not(.btn),
header#header .header-wrapper.stuck #masthead .header-inner .header-nav-main > li > a:not(.btn){
    color: #333;
}
.header-without-banner header#header .header-wrapper #masthead .language-switcher a,
header#header .header-wrapper.stuck #masthead .language-switcher a{
    color: rgba(51, 51, 51, var(--text-opacity));
}
.header-without-banner header#header .header-wrapper #masthead .language-switcher a+a:before,
header#header .header-wrapper.stuck #masthead .language-switcher a+a:before{
    background: #333;
}
#footer{
    background: #644D3D !important;
    padding: 4.167rem 0;
}
#footer .footer-top{
    padding-bottom: 2.5rem;
}
#footer .footer-top .logo-footer{
    display: flex;
    align-items: center;
    margin-bottom: 0.625rem;
}
#footer .footer-top .logo-footer img{
    height: 2.604rem;
    width: auto;
    filter: brightness(0) invert(1);
}
#footer .footer-top .logo-footer .slogan{
    padding-left: 1.875rem;
    margin-left: 1.875rem;
    border-left: 1px solid rgba(255, 255, 255, 0.20);
    color: #F2F2F1;
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.302rem;
}
#footer .footer-top .contact-footer{
    color: #F2F2F1;
    font-size: 0.833rem;
    font-weight: 300;
    line-height: 1.302rem;
}
#footer .footer-top .col-right{
    padding-top: 0.833rem;
}
#footer .footer-top .social-title{
    color: #F2F2F1;
    text-align: right;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.302rem;
    margin-bottom: 1.25rem;
}
#footer .footer-top .socials{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1.25rem;
}
#footer .footer-top .socials > a{
    display: flex;
    align-items: center;
    gap: 0.625rem;
    color: #F2F2F1;
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.2;
}
#footer .footer-top .socials > a svg{
    width: 1.25rem;
    height: 1.25rem;
}
#footer .footer-bottom{
    padding: 0.729rem 0 1.042rem;
    border-top: 1px solid rgba(242, 242, 241, 0.20);;
}
#footer .footer-bottom .footer-nav{
    gap: 1.25rem;
    display: flex;
}
#footer .footer-bottom .footer-nav > li{
    margin: 0 !important;
}
#footer .footer-bottom .footer-nav > li > a{
    color: #F2F2F1;
    display: block;
    font-size: 0.729rem;
    font-weight: 400;
    line-height: 1.302rem; /* 178.571% */
}
#footer .footer-bottom #copyright{
    color: rgba(242, 242, 241, 0.65);
    font-size: 0.677rem;
    font-weight: 300;
    line-height: 0.9375rem; /* 138.462% */
}
.wpcf7-form input.wpcf7-text, .wpcf7-form textarea, .wpcf7-form input.wpcf7-date, .wpcf7-form input.wpcf7-dynamictext, .wpcf7-form select{
    box-shadow: unset !important;
}
@media only screen and (min-width: 1200px){
    html{
        font-size: 1vw !important;
    }
}
@media only screen and (max-width: 1199px){
    :root{
        --container-w: 57.5rem;
    }
    .home-4 .home-rooms .cont-wrap{
        padding: 0 3rem 1.5rem;
    }
    .home-4 .home-rooms .cont-wrap .title{
        font-size: 1.5rem;
    }
    .sec-sub-title{
        font-size: 1rem;
        line-height: 1.2;
        margin-bottom: 0.3rem;
    }
    .sec-title{
        font-size: 2.8rem;
        line-height: 1.2;
        margin-bottom: 1rem;
    }
    .home-7 .title-group, .home-6 .title-group, .home-5 .title-group, .home-4 .title-group{
        margin-bottom: 2.5rem;
    }
    .home-6 .home-posts{
        margin: 0 -1rem 2rem;
    }
    .home-4 .home-rooms{
        margin: 0 -1rem;
    }
    .home-6 .home-posts .swiper-slide,
    .home-4 .home-rooms .swiper-slide{
        padding: 0 1rem;
    }
    .home-5 .home-services .title{
        font-size: 1.25rem;
    }
    .home-5 .home-services .desc{
        padding-right: 0;
    }
    .home-6 .home-posts .cont-wrap{
        padding-right: 0;
    }
    .grid-container.container-smaller{
        width: var(--container-w);
    }
    header#header .header-wrapper #masthead .header-inner #logo{
        height: 3rem !important;
        margin-right: 0;
    }
    .header-without-banner header#header .header-wrapper #masthead .header-inner #logo,
    header#header .header-wrapper.stuck #masthead .header-inner #logo{
        height: 3rem !important;
    }
    header#header .header-wrapper #masthead .header-inner .header-nav-main{
        gap: 1.5rem;
    }
    header#header .header-wrapper #masthead .header-inner{
        width: var(--container-w);
    }
    header#header .header-wrapper #masthead .language-switcher a,
    header#header .header-wrapper #masthead .header-inner .header-nav-main > li > a{
        font-size: 0.75rem;
    }
}
@media only screen and (max-width: 991px){
    :root{
        --container-w: 720px;
    }
    img.scroll-down-gif{
        width: 3rem;
    }
    .home-1 > img{
        bottom: 0.75rem;
    }
    .home-banner .cont-wrap{
        bottom: 4rem;
    }
    .home-banner .cont-wrap .banner-title{
        font-size: 2rem;
        line-height: 1.2;
        margin-bottom: 0.5rem;
    }
    .home-banner .cont-wrap .desc{
        font-size: 0.9rem;
        line-height: 1.2;
    }
    .sec-title{
        font-size: 2rem;
    }
    .btn{
        font-size: 0.9rem;
        padding: 0.5rem 1.5rem;
    }
    .home-2 {
        padding-top: 3.5rem;
    }
    .home-2 .title-group .sec-title{
        width: 100%;
    }
    .home-3{
        padding-top: 3.5rem;
    }
    .home-7,
    .home-6,
    .home-5,
    .home-4{
        padding: 3.5rem 0;
    }
    body #wrapper{
        padding-top: 0 !important;
    }
    header#header .header-wrapper #masthead{
        padding: 0.5rem !important;
    }
    #header #masthead .mobile-nav .nav-icon > a{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 36px;
        height: 24px;
        align-items: flex-start;
        padding: 0;
    }
    #header #masthead .mobile-nav .nav-icon > a span{
        width: 100%;
        height: 2px;
        background-color: #FFF;
        transition: all 0.4s;
    }
    #header #masthead .mobile-nav .nav-icon > a span:nth-of-type(1){
        width: 100%;
    }
    #header #masthead .mobile-nav .nav-icon > a span:nth-of-type(3){
        width: 75%;
    }
    #header #masthead .mobile-nav .nav-icon > a span:nth-of-type(2){
        width: 50%;
    }
    #header #masthead .mobile-nav .nav-icon > a.active span:nth-of-type(2),
    .has-off-canvas #header #masthead .mobile-nav .nav-icon > a span:nth-of-type(2){
        opacity: 0;
    }
    #header #masthead .mobile-nav .nav-icon > a.active span:nth-of-type(1),
    .has-off-canvas #header #masthead .mobile-nav .nav-icon > a span:nth-of-type(1){
        transform: rotate(45deg) translate(8px, 8px);
    }
    #header #masthead .mobile-nav .nav-icon > a.active span:nth-of-type(3),
    .has-off-canvas #header #masthead .mobile-nav .nav-icon > a span:nth-of-type(3){
        width: 100%;
        transform: rotate(135deg) translate(-7px, 8px);
    }
    #header #masthead .mobile-nav .nav-icon > a:before {
        content: unset !important;
    }
    #header #masthead .mobile-nav .nav-icon > a i {
        display: none;
    }
    #main-menu{
        position: fixed;
        left: 0;
        z-index: 99999999999;
        display: block !important;
        background-color: rgba(0, 0, 0, 0.7);
        width: 100vw;
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
        transition: all 0.4s;
    }
    #main-menu .sidebar-menu{
        height: 100%;
        overflow: auto;
        width: 40%;
        background-color: #FFF;
        transition: all 0.4s;
        transform: translateX(-100%);
        margin-right: auto;
    }
    #main-menu .sidebar-menu > ul > li > a svg{
        width: 1.6rem;
        height: auto;
        margin-left: 4px;
    }
    #main-menu .sidebar-menu > ul > li{
        transition: all 0.3s !important;
    }
    #main-menu .sidebar-menu ul.header-contact > li > a,
    #main-menu .sidebar-menu > ul > li > a{
        padding-left: 16px !important;
        color: #241F20 !important;
        background-color: #FFF !important;
        font-size: 1rem !important;
        text-transform: initial;
        transition: all 0.3s !important;
        font-weight: 700;
    }
    #main-menu .sidebar-menu ul.header-contact > li{
        padding: 0;
    }
    #main-menu .sidebar-menu ul.header-contact > li > a{
        display: flex;
        align-items: center;
        gap: 8px;
    }
    #main-menu .sidebar-menu > ul > li.active > a,
    #main-menu .sidebar-menu > ul > li.current-menu-item > a{
        background-color: var(--main-cl) !important;
        color: #FFF !important;
    }
    #main-menu .sidebar-menu > ul > li.current-menu-item > a svg path[stroke] {
        stroke: #FFF;
    }
    #main-menu .sidebar-menu > ul > li.current-menu-item > a svg path[fill]{
        fill: #FFF;
    }
    #main-menu .sidebar-menu > ul ul > li{
        padding-left: 10px;
    }
    #main-menu .sidebar-menu > ul ul > li > a{
        font-size: 1rem !important;
        padding: 5px 0;
    }
    #main-menu.active .sidebar-menu{
        transform: translateX(0);
    }
    #main-menu.active{
        opacity: 1;
        pointer-events: unset;
        visibility: visible;
    }
    .header-without-banner header#header .header-wrapper #masthead .mobile-nav .nav-icon > a span,
    header#header .header-wrapper.stuck #masthead .mobile-nav .nav-icon > a span{
        background: var(--main-cl);
    }
    header#header .header-wrapper #masthead .header-inner #logo{
        height: 4rem !important;
    }
    #footer .footer-top > .flex-box{
        flex-direction: column;
    }
    #footer .footer-top .col-right,
    #footer .footer-top .col-left{
        width: 100% !important;
    }
    #footer .footer-top .logo-footer{
        flex-direction: column;
        align-items: center;
    }
    #footer .footer-top .logo-footer img{
        height: 5rem;
        display: block;
    }
    #footer .footer-top .logo-footer .slogan{
        padding-left: 0;
        margin-left: 0;
        border: none;
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    #footer .footer-top .contact-footer{
        text-align: center;
    }
    #footer .footer-top .social-title{
        text-align: center !important;
        margin-top: 1rem;
    }
    #footer .footer-top .socials{
        justify-content: center;
    }
    #footer .footer-bottom > .flex-box{
        flex-direction: column;
    }
    #footer .footer-bottom .footer-nav{
        justify-content: center;
    }
    #footer .footer-bottom > .flex-box #copyright{
        text-align: center !important;
    }
    #footer{
        padding-top: 2rem !important;
        padding-bottom: 0 !important;
    }
}
@media only screen and (max-width: 767px) {
    :root{
        --container-w: 100%;
    }
    .home-4 .home-rooms .cont-wrap{
        padding: 0 1rem 1rem;
    }
    .home-4 .home-rooms .cont-wrap .title{
        font-size: 1.3rem;
    }
    .sec-desc{
        font-size: 0.9rem;
        line-height: 1.3;
    }
    .home-6 .home-posts .cont-wrap .title{
        font-size: 1.25rem;
        line-height: 1.3;
    }
    .home-6 .home-posts{
        margin: 0 -1rem 1.5rem -0.5rem;
    }
    .home-5 .home-services,
    .home-4 .home-rooms{
        margin: 0 -1rem 0 -0.5rem;
    }
    .home-5 .home-services .swiper-slide,
    .home-6 .home-posts .swiper-slide, .home-4 .home-rooms .swiper-slide{
        padding: 0 0.5rem;
    }
    .home-6 .home-rooms{
        margin: 0 -0.5rem 1.5rem;
    }
    .home-7, .home-6, .home-5, .home-4 {
        padding: 2.5rem 0;
    }
    .home-7 .grid-box{
        grid-template-columns: 1fr 1fr;
    }
    .home-6 .home-posts .cont-wrap .date{
        font-size: 0.75rem;
        margin-bottom: 0.5rem;
    }
    .sec-title{
        font-size: 1.5625rem !important;
    }
    .home-7 .grid-box{
        grid-gap: 1rem;
    }
    .home-3 .cont-wrap {
        bottom: 0.5rem;
    }
    .home-3 .cont-wrap .title{
        font-size: 1.25rem;
        line-height: 1.2;
    }
    .home-3 .cont-wrap .desc{
        margin-bottom: 0.5rem;
    }
    .home-banner .cont-wrap{
        position: relative !important;
        background: var(--main-cl);
        bottom: unset;
        left: unset;
        transform: unset;
        width: 100%;
        padding: 1rem;
    }
    .home-banner .cont-wrap .banner-title{
        font-size: 1.5rem;
    }
    .home-banner .cont-wrap .btn-primary{
        border: 1px solid #FFF;
    }
    .home-1 > img{
        display: none !important;
    }
    #header #masthead .mobile-nav .nav-icon > a{
        height: 20px;
        width: 32px;
    }
    #header #masthead .mobile-nav .nav-icon > a.active span:nth-of-type(1), .has-off-canvas #header #masthead .mobile-nav .nav-icon > a span:nth-of-type(1) {
        transform: rotate(45deg) translate(6px, 7px);
    }
    #header #masthead .mobile-nav .nav-icon > a.active span:nth-of-type(3), .has-off-canvas #header #masthead .mobile-nav .nav-icon > a span:nth-of-type(3) {
        width: 100%;
        transform: rotate(135deg) translate(-6px, 7px);
    }
    #main-menu .sidebar-menu{
        width: 320px;
    }
    header#header .header-wrapper #masthead .header-inner #logo{
        height: 3rem !important;
    }
    .page-template-home-new #page_content_wrapper{
        padding-top: 0 !important;
    }
    header#header .header-wrapper #masthead{
        padding: 0.5rem 1rem !important;
    }
    #footer .footer-top .socials{
        gap: 1rem
    }
    #footer .footer-top .socials > a{
        font-size: 0.75rem;
    }
    #footer .footer-top .socials > a svg{
        width: 1rem;
        height: 1rem;
    }
    #footer .footer-bottom .footer-nav{
        gap: 0.75rem
    }
    #footer .footer-bottom #copyright{
        padding-left: 0;
        padding-right: 0;
    }
    #footer .footer-top .social-title{
        margin-bottom: 0.5rem;
    }
    #footer .footer-top .logo-footer img{
        height: 4rem;
        margin-bottom: 0.5rem;
    }
}
