@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
.roboto {
    font-family: 'Roboto', sans-serif;
}
.cormorant {
    font-family: 'Cormorant', serif;
}
@font-face {
    font-family: 'Butler';
    src: url('../assets/fonts/Butler.woff') format('woff'),
    url('../assets/fonts/Butler.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Butler';
    src: url('../assets/fonts/Butler-UltraLight.woff') format('woff'),
    url('../assets/fonts/Butler-UltraLight.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Butler';
    src: url('../assets/fonts/Butler-Medium.woff') format('woff'),
    url('../assets/fonts/Butler-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}









.teaser-text-area span.field.title{
    color:#646060;
    font-family: "Butler",sans-serif;
    font-size: 35px;
    font-weight: 100;
    line-height: 40px;
}
body.is-frontpage.home-page .header{
    display:none;
}


.header h4{
    max-width: 200px;
    font-size: 35px;
    font-style: italic;
    text-align: left;
    line-height: 40px;
    font-family: 'Cormorant', serif;
}
.header{
    border-bottom: 1px solid #646060;
    max-width: 150px;
    margin: 25px var(--space);
}




.field-navigation-text{
    display: flex;

}

.field-navigation-links-content a{
color: #FFF;
max-width:200px;
text-align:left;
font-family: 'Blacker',sans-serif;
padding-top: 20px;
text-transform: capitalize;
font-size: 50px;
font-style: italic;
font-weight: 200;
line-height: 60px;
}
.field-navigation-social-content a{
color: #FFF;
font-family: 'Cormorant', sans-serif;
font-size: 22px;
font-style: italic;
font-weight: 300;
line-height: normal;
}
.field-navigation-contact{
color: #FFFFFF;
font-family: "Roboto",sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 30px;
}
.menu-modal-container{
display:flex;
flex-direction: column;
padding-top: 15px;
}
.field-book-url{
    display:flex;
    gap:10px;
}
.menu-modal nav .active a{
    color: #646060;
}
.menu-modal nav a:hover{
    color: #646060;
    transition: 0.4s all ease-in-out;
}
.social-icons a:hover{
    color: #646060;
    transition: 0.4s all ease-in-out;
}
.menu-modal-links{
width:300px;
align-items: center;
text-align:left;
}
.menu-modal-social{
width:300px;
text-align:left;
align-items:center;
}
.menu-modal .social-icons{
text-align:left;
}
.menu-modal-location{
text-align:left;
width:300px;
color: #9F9B9B;
font-family: 'Roboto',sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 300;
line-height: 30px;
}



.modal-btn-area {
    position: absolute;
    padding-left: 80px;
    padding-top: 25px;
}



.field-picture-one-left{
    position: absolute;
    left: 14%;
    top: 41%;
}
.field-picture-two-left{
    position: absolute;
    left: 6%;
    top: 63%;
}
.field-picture-three-left{
    position: absolute;
    left: 16%;
    top: 86%;
}
.field-picture-one-right{
    position: absolute;
    left: 63%;
    top: 22%;
}
.field-picture-two-right{
    position: absolute;
    left: 74%;
    top: 45%;
}
.field-picture-three-right{
    position: absolute;
    left: 70%;
    top: 64%;
}

.field-picture-one-left .field-media-image{
    width:390px;
    height: 540px;

}
.field-picture-two-left .field-media-image{
    width: 242px;
    height: 360px;
}
.field-picture-three-left .field-media-image{
    width: 191px;
    height: 259px;
}
.field-picture-one-right .field-media-image{
    width: 284px;
    height: 419px;
}
.field-picture-two-right .field-media-image{
    width: 252px;
    height: 354px;
}
.field-picture-three-right .field-media-image{
    width: 207px;
    height: 305px;
}

.line{
    max-width: 292px;
    height: 1px;
    color:black;
}


.slider-line{
    max-width: 292px;
    border-bottom: 1px solid #FFFFFF;
    margin:0 auto;
}
.slider-readmore{
    padding-bottom: 25px;
}


.book-now-suites{
    border-radius: 29.5px;
    border: 1px solid #646060;
    padding: 5px 20px;
    color:black;
    font-family: 'Roboto',sans-serif;
}
.actions{
    display: flex;
    gap: 20px;
    padding-top: 20px;
    align-items: center;
}
.container-half{
    display:flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 68px;
    position:relative;
}
.field-half-screen-initial-title{
    padding-top: 216px;
    color: #646060;
    text-align: center;
    font-family: 'Cormorant', serif;
    font-size: 35px;
    font-style: italic;
    font-weight: 300;
    line-height: 40px;
    padding-bottom: 29px;
}

.field-half-screen-initial-line{
    max-width: 292px;
    border-bottom: 1px solid #646060;
    margin:0 auto;
    z-index:999;
}
.content-half .content-area{
    position: relative;
}
.text-area{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.4s all ease-in-out;

}


.half-screen-title{
    color: #FFF;
    padding-top: 5px;
    text-align: center;
    font-family: 'Cormorant',sans-serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 200;
    line-height: 34px;
    text-transform: uppercase;
}
.half-screen-sub{
    color: #FFF;
    text-align: center;
    padding-top: 26px;
    font-family: 'Cormorant', serif;
    font-size: 22px;
    font-style: italic;
    font-weight: 300;
    line-height: normal;
}
.half-screen-body{
    color: #FFF;
    text-align: center;
    font-family: 'Roboto',sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    padding-top: 40px;
    visibility: hidden;
    max-width: 500px;
}
.content-half{
    padding-top: 68px;
}

/*SPECIALS*/
.field-specials-title{
    color: #646060;
    text-align: center;
    font-family: 'Cormorant', serif;
    font-size: 35px;
    font-style: italic;
    font-weight: 300;
    line-height: 40px;
    padding-bottom: 30px;
    padding-top: 20px;
}
.specials-line{
    width: 292px;
    border-bottom: 1px solid #646060;
    margin:0 auto;
    z-index:999;

}




.specials-item{
    display:flex;
    padding-top:110px;
    align-items: center;
}
.field-special-item-photo .field-media-image{
    overflow: hidden;
    height: 950px;
}
.field-special-item-title{
    color: #646060;
    text-align:left;
    /*TO BE CHANGED*/
    font-family: 'Butler',sans-serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 300;
    line-height: 50px;
    text-transform: uppercase;
    padding-bottom: 45px;
    max-width:400px;
}
.field-special-item-location{
    text-align:left;
    color: #646060;
    font-family: 'Cormorant', sans-serif;
    font-size: 22px;
    font-style: italic;
    font-weight: 300;
    line-height: normal;
    padding-bottom: 45px;
    max-width:400px;
}
.field-special-item-description{
    text-align:left;
    max-width:400px;
    color: #646060;
    font-family: 'Roboto',sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    padding-bottom: 65px;
}
.field-special-item-description ul li{
    padding-bottom: 15px;
}
.field-special-item-link{
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s all ease-in-out;
    text-align: center;
    color: black;
    width: 225px;
    height: 59px;
    border-radius: 29px;
    border: 1px solid #646060;
    padding: 15px 0;
}
.field-special-item-link a{
    color: #646060;
    text-align: center;
    font-family: 'Roboto',sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
}
.field-special-item-link:hover{
    background: white;
    border-color: #FFFFFF;
    transition: 0.4s all ease-in-out;
    color: #646060;
}
.link-container{
    max-width:400px
}

.menu-logo{
    width: 150px;
    padding: var(--space);
    position: fixed;
    left: 0;
    top: 0;
    display:none;
}
img.modal-image {
    object-fit: contain;
}
.odd .specials-item{
    flex-direction: row-reverse;
}
/*FOOTER*/

.page-top-area .swiper-container {
    height:initial;
}
.room-page-slider .field-teaser-text{
    display: none;
}

.slider-area{
    background-color: #FFF;
}

.view-page-full .body p{
    text-align:left;
}
.teaser-text-area{
    text-align: left;
}

.slider-readmore .icons-line {
    display: flex;
    min-height:150px;
}


.field-teaser-text {
    text-align:left;
    color: #646060;
    font-family: "Roboto",sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    padding-bottom:30px;
}

.main-body-area p{
    color: #646060;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    padding-top: 25px;
}

.field-teaser-title{

}

.field-details-title{
    color: #646060;
    font-family: "Butler", sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 200;
    line-height: 60px;
}






.left {
    margin: initial;
}