@font-face {
  font-family: "Montserrat";
  src: url(fonts/Montserrat-VariableFont_wght.ttf);
}

@font-face {
    font-family: "GreatVibes";
    src: url(fonts/GreatVibes-Regular.ttf);
  }

a {
  text-decoration: none;
}

a:hover {
  color: white;
}

ul{
    margin: 0;
    padding: 0;
}

li {
  list-style-type: none;
}

* {
  font-family: "Montserrat", sans-serif;
}

body {
  margin: 0;
}

/* header */

header{
    background-color: black;
}

.header__logo{
    height: 110px;
    position: relative;
    z-index: 3;
}

.header__nav{
    display: flex;
    justify-content: space-between;
}

.header__nav li {
    position: relative;
}

.header__nav li a {
    color: #c6a06b;
    font-size: 16px;
    font-weight: 600;
}

.header__reservation{
    background-color: #c6a06b;
    padding: 14px 30px;
    color: #fff !important;
    border-radius: 10px;
    font-weight: bold;
}

.header__mobile--opener{
    display: none;
}

.header__language{
	text-align:end;
}

.header__language a{
	color:#c6a06b;
}

.desktop__hide{
    display: none;
}

.header__mobile--wrapper{
    display: none;
}

.dropdown{
    position: absolute;
    padding: 16px 5px;
    display: none;
  	z-index:2;
}

.dropdown li{
    background-color: white;
    padding: 10px 20px;
    z-index: 4;
    width: auto;
    text-wrap:nowrap;
}

.dropdown .dropdown__empty {
    background-color: transparent ;
    padding: 4px 0 ;
}

.language__active{
	font-weight:800;
}

.dropdown__opener{
	position:relative;
}

.language__dropdown{
	right:-25px;
}

.dropdown__opener:hover .dropdown{
    display: block;
}

/* /header */

/* footer */

footer{
    background-color: #000;
    padding: 60px 0;
}

.footer__logo{
    height: 160px;
    object-fit: cover;
}

.footer__menu{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer__menu li a{
    color: #c6a06b;
}

.footer__socials{
    display: flex;
    gap: 12px;
}

.footer__socials i{
    color: #c6a06b;
    font-size: 24px;

}

.footer__contact{
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: #c6a06b;
}

.footer__contact li{
    display: flex;
    gap: 10px;
    align-items: baseline;
}

.footer__contact a{
    color: #ffffff99;
}

.footer__contact--text{
    font-size: 20px;
    color: #fff;
    font-weight: 600;

}

.socials__text{
    margin-bottom: 12px;
    display: block;
}

/* /footer */

/* homepage */

.slider__wrapper{
    position: relative;
}

.slider__image{
    height: calc(100vh - 110px);
    object-fit: cover;
}

.slider__text {
    position: absolute;
    top: 20%;
    z-index: 3;
    width: 100%;
    font-family: 'GreatVibes';
    justify-content: center;
    display: flex;
    font-size: 90px;
    color: #fff;
    font-weight: 300;
    letter-spacing: .9px;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    text-shadow: 5px 1px 7px #000;
}

.section{
    padding: 50px 0px;
}

.about__wrapper{
    display: flex;
    gap: 50px;
    align-items: center;
}

.about__images{
    width: 40%;
}

.about__image{
    width: 100%;
}

.about__content{
    width: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

.about__link{
    padding: 12px 50px;
    background-color: #c6a06b;
    color: #fff;
    width: fit-content;
    border-radius: 10px;
}

.rooms__header{
    text-align: center;
    margin-bottom: 32px;
    font-size: 36px;
}

.rooms__wrapper{
    position: relative;
}

.room__image{
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.room__name{
    position: absolute;
    bottom: 24px;
    left: 24px;
    color: #fff;
    font-weight: 500;
}

.room__overlay{
    background-color: transparent;
    background-image: linear-gradient(180deg,#ffffff00 0%,#000 100%);
    opacity: .502;
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
}

.restaurant__section{
    background-color: #f5f5f5;
}

.restaurant__wrapper{
    display: flex;
    align-items: center;
}

.restaurant__images{
    width: 50%;
}

.restaurant__image{
    width: 100%;
    height: 430px;
    object-fit: cover;
}

.restaurant__content{
    width: 50%;
    background-color: #fff;
    padding: 0 100px;
    height: 430px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    text-align: center;
}

.gallery__header{
    margin-bottom: 32px;
    font-size: 36px;
}

.gallery{
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 16px;
}

.gallery__images:nth-child(7n + 1) {
    grid-row: span 1;
    grid-column: span 2;
}

.gallery__images:nth-child(7n + 2) {
    grid-row: span 1;
    grid-column: span 2;
}

.gallery__images:nth-child(7n + 3) {
    grid-row: span 1;
    grid-column: span 3;
}

.gallery__images:nth-child(7n + 4) {
    grid-row: span 1;
    grid-column: span 3;
}

.gallery__images:nth-child(7n + 5) {
    grid-row: span 1;
    grid-column: span 4;
}

.gallery__images:nth-child(7n + 6) {
    grid-row: span 1;
    grid-column: span 4;
}

.gallery__images:nth-child(7n + 7) {
    grid-row: span 1;
    grid-column: span 3;
}

.gallery__image{
    width: 100%;
    border-radius: 5px;
    height: 100%;
    object-fit: cover;
}

.gallery__link{
    padding: 12px 30px;
    background-color: #c6a06b;
    color: white;
    display: flex;
    width: max-content;
    margin: 32px auto 0;
    border-radius: 5px;
}

.gallery__link:hover{
    color: #fff;
}

.reswio-widget{
    display: flex;
    width: 100%;
    justify-content: center;
    z-index: 1;
    transform: translateY(-200px);
    position: relative;
    height: 0;
}

.header__wrapper{
    position: relative;
}

.header__image{
    width: 100%;
}

.header__text{
    position: absolute;
    top: 20%;
    z-index: 3;
    width: 100%;
    font-family: 'GreatVibes';
    justify-content: center;
    display: flex;
    font-size: 90px;
    color: #fff;
    font-weight: 300;
    letter-spacing: .9px;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    text-shadow: 5px 1px 7px #000;
}

.about__images--inner{
    width: 50%;
}

.about__image--inner{
    height: 600px;
    object-fit: cover;
}

.contact__row{
    gap: 24px;
    justify-content: center;
}

.contact__wrapper{
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    text-align:center;
    height: 350px;
    width: 100%;
    justify-content: center;
    padding: 0 20px;
}

.contact__wrapper i{
    font-size: 50px;
    color: #c6a06b;
}

.contact__wrapper a{
    color: #696969;
}

.map{
    width: 100%;
    height: 500px;
    margin-bottom: -6px;
}

.accomodation__header{
    text-align:center;
    margin-bottom: 50px;
}

.accomodation__row{
    justify-content: center;
    gap: 36px;
}

.accomodation__image{
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.accomodation__information{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 16px;
    text-align: center;
    background-color: #fff;
    height: 230px;
}

.accomodation__section{
    background-color: #f5f5f5;
}

.accomodation__header h2{
    color: #c6a06b;
    margin-bottom: 16px;
}

.accomodation__name{
    color: #c6a06b;
}

.accomodation__content{
    color: #696969;
    padding: 0 52px;
}

.accomodation__link{
    color: #fff;
    background-color: #c6a06b;
    padding: 10px 50px;
    width: fit-content;
    margin: auto;
    border-radius: 5px;
}

.roomdetail__slider--image{
    width: 100%;
    height: 472px;
    object-fit: cover;
}

.roomdetail__wrapper{
    display: flex;
    gap: 24px;
    justify-content: center;
    align-items: flex-start;
}

.roomdetail__content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 24px;
}

.roomdetail__content{
    width: 45%;
    padding: 0 36px;
    text-align: start;
}

.roomdetail__gallery{
    width: 50%;
}

.roomdetail__amenities{
    display: flex;
    gap: 50px;
}

.roomdetail__amenities p{
   margin: 0;
}

.amenities__one{
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.roomdetail__info{
    color: red;
    margin-top: 12px;
}

.roomdetail__image{
    height: 372px;
    object-fit: cover;
}

.room__button{
    background-color: #c6a06b !important;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: none;
    color: #fff;
    position: absolute;
    top: 47%;
}

.room__prev{
    left: 16px;
}

.room__next{
    right: 16px;
}

@media (max-width:600px){
    .desktop__hide{
        display: block;
    }

    /* header */

    .header__desktop{
        display: none;
    }

    .header__reservation a{
        display: none;
    }

    .header__mobile--opener{
        display: block;
        position: relative;
        z-index: 3;
        padding: 10px;
    }

    .line{
        width: 28px;
        background-color: #c6a06b;
        height: 2px;
        transition: opacity .3s ease-in-out,transform .3s ease-in-out;
        position: relative;

    }

    .line-1{
        top: -8px;
    }

    .line-2{
        top: 0px;
    }

    .line-3{
        top: 8px;
    }

    .header__mobile{
        position: fixed;
        top: 0;
        padding: 8rem 3rem 0;
        width: 100%;
        max-width: 500px;
        height: 100%;
        transform: translateX(100%);
        transition: transform .2s ease-in-out;
        overflow-y: auto;
        z-index: 2;
        right: 0;
    }

    .header__mobile--wrapper{
        display: flex;
        flex-direction: column;
        gap: 36px;
    }

    .header__mobile--wrapper a{
        color: #c6a06b;
    }

    .header__mobile--active{
        transform: translateX(0);
        padding: 150px 45px 0px 0px;
        display: block;
        background: black;
        text-align: end;
        font-size: 16px;
    }

    .mobile__reservation{
        color: white !important;
        background-color: #c6a06b;
        padding: 14px 20px;
        border-radius: 10px;
    }

    .opener__active .line-1{
        transform: rotate(45deg);
        top: 4px;
    }

    .opener__active .line-2{
        opacity: 0;
        transform: translateX(100%);
    }

    .opener__active .line-3{
        transform: rotate(135deg);
        top: 0px;
    }

    /* /header */

    /* footer */

    footer{
        padding: 6px 0 100px;
    }

    .footer__row{
        gap: 24px;
        text-align:center;
    }

    .footer__socials {
        justify-content: center;
    }

    .footer__contact li {
        justify-content: center;
        gap: 6px;
    }

    .footer__contact li i {
        display: none;
    }

    .footer__contact--text {
        font-size: 16px;
    }

    /* /footer */

    .slider__text {
        top: 15%;
        font-size: 46px;
        text-wrap: nowrap;
    }

    .about__wrapper {
        gap: 16px;
        flex-direction: column;
    }

    .about__images {
        width: 100%;
    }

    .about__content {
        width: 100%;
        gap: 4px;
    }

    .section {
        padding: 24px 0px;
    }

    .rooms__header {
        margin-bottom: 12px;
        font-size: 28px;
    }

    .room__image {
        height: 260px;
    }

    .room__name {
        bottom: 5px;
        left: 8px;
    }

    .room__row{
        gap: 16px;
    }

    .restaurant__wrapper {
        flex-direction: column;
    }

    .restaurant__images {
        width: 100%;
    }

    .restaurant__content {
        width: 100%;
        padding: 0 26px;
        height: 400px;
        flex-direction: column;
        gap: 4px;
    }

    .restaurant__image {
        height: 250px;
    }

    .gallery__header {
        margin-bottom: 20px;
        font-size: 24px;
    }

    .gallery {
        grid-column-gap: 8px;
        grid-row-gap: 8px;
    }

    .reswio-widget {
        transform: translateY(-320px);
    }

    .header__text {
        top: 15%;
        font-size: 46px;
        text-wrap: nowrap;
    }

    .header__wrapper{
        display: none;
    }

    .about__image--inner {
        height: 300px;
        object-fit: cover;
    }

    .contact__wrapper {
        height: auto;
        gap: 10px;
    }

    .contact__wrapper i {
        font-size: 30px;
    }

    .accomodation__header {
        margin-bottom: 30px;
    }

    .accomodation__image {
        height: 250px;
    }

    .accomodation__content {
        padding: 0;
    }

    .accomodation__information {
        height: 240px;
    }

    .roomdetail__wrapper{
        flex-direction: column;
    }

    .roomdetail__content {
        width: 100%;
        padding:0px;
    }

    .roomdetail__amenities {
        gap: 36px;
    }

    .roomdetail__gallery {
        width: 100%;
    }

}

/* NEW DESKTOP CALL TO ACTION  */

.box {
width: 100%;
height: 100px;
background-color: brown;
}

.call-now-content a {
display: flex;
justify-content: end;
cursor: pointer;
}

.widget-content {
position: fixed;
right: 10px;
top: 55%;
z-index: 999;
}

.call-nov-link {
height: 45px;
border-left: 5px solid #0461a4;
box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
margin: 10px 0px;
background: white;
position: relative;
right: -18px;
width: 0;
text-align: center;
overflow: hidden;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.call-nov-link-a {
text-decoration: none;
font-weight: 600;
color: black;
cursor: pointer;
}

.call-nov-link-a:hover {
color: black;
}

.call-nov-icon {
height: 60px;
width: 60px;
background: white;
border-radius: 50%;
padding: 13px;
box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
position: relative;
z-index: 3;
background-color: #0461a4;
}

.whatsapp-content a {
display: flex;
justify-content: end;
margin-top: 10px;
cursor: pointer;
}

.whatsapp-icon {
height: 60px;
width: 60px;
background: white;
border-radius: 50%;
padding: 13px;
box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
position: relative;
z-index: 3;
background-color: #3bb16e;
}

.whatsapp-link {
height: 45px;
border-left: 5px solid #46a042;
box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
margin: 10px 0px;
background: white;
position: relative;
right: -18px;
width: 0;
text-align: center;
overflow: hidden;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.whatsap-link-a {
text-decoration: none;
font-weight: 600;
color: black;
cursor: pointer;
}

.whatsap-link-a:hover {
color: black;
}

.reservation-content a {
display: flex;
justify-content: end;
margin-top: 10px;
cursor: pointer;
}

.reservation-link {
height: 45px;
border-left: 5px solid #32afed;
box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
margin: 10px 0px;
position: relative;
background: white;
right: -18px;
width: 0;
text-align: center;
overflow: hidden;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.reservation-icon {
height: 60px;
width: 60px;
background: white;
border-radius: 50%;
padding: 12px 13px;
box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
position: relative;
z-index: 3;
background-color: #32afed;
}

.reservation-link-a {
text-decoration: none;
font-weight: 600;
color: black;
cursor: pointer;
}

.reservation-link-a:hover {
color: black;
}

.link-active {
width: 200px;
padding: 10px 15px;
}

/* END DESKTOP CALL TO ACTION */

/* Mobile calltoaction */

.alt_buton_v2 {
display: none;
position: fixed;
z-index: 99;
bottom: 0px;
left: 0px;
width: 100%;
height: 60px;
background: #fff;
box-shadow: 0px 0px 80px rgba(12, 42, 144, 0.45);
-webkit-box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.3);
}
.alt_buton_v2 .hemen_ara,
.alt_buton_v2 .sizi_arayalim,
.alt_buton_v2 .wp {
float: left;
width: 50%;
text-align: center;
}
.alt_buton_v2 .sizi_arayalim {
padding-right: 20px;
}
.alt_buton_v2 .wp {
padding-left: 20px;
}
.alt_buton_v2 .img {
float: left;
width: 100%;
margin-top: 7px;
}
.alt_buton_v2 .img img {
display: inline-block;
height: 25px;
}
.alt_buton_v2 span {
float: left;
width: 100%;
line-height: 20px;
font-weight: bold;
color: #7d7e81;
}

.alt_buton_v2 .hemen_ara {
position: absolute;
bottom: 5px;
left: 50%;
margin-left: -35px;
width: 70px;
height: 70px;
border-radius: 50%;
background-color: #0c3f86;
text-align: center;
-webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
}
.alt_buton_v2 .hemen_ara span {
line-height: 1;
font-weight: normal;
color: #fff;
padding-top: 0px;
font-size: 15px;
}
.alt_buton_v2 .hemen_ara img {
height: 20px;
}
.alt_buton_v2 .wp span {
color: #7d7e81;
}

@media only screen and (max-width: 915px) {
.alt_buton_v2 {
display: block;
}
.woxx-widget {
display: none;
}
.widget-content {
display: none;
}
.header-toggle i {
padding-top: 22px;
}
}

@media only screen and (max-width: 380px) {
.alt_buton_v2 {
bottom: -5px;
}
}
