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

section {
    background-image: url("../img/back.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.gallery-area-ee img {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
}

@media (min-width: 1200px){
    .container {
        max-width: 1180px;
    }
}

#wowslider-container1 {
    margin-top: 0 !important;
}

/* HAMBURGER NAVIGATION */
.hamburger-navigation {
    width: 100%;
    height: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    background: #b47f5c;
    z-index: 99999;
}
.hamburger-navigation .layer {
    width: 100%;
    height: 0;
    background: #141414;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    transition-delay: 1s;
}
.hamburger-navigation .container {
    position: relative;
    z-index: 1;
    visibility: hidden;
}
.hamburger-navigation .info-box {
    width: 50vw;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 50px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}
.hamburger-navigation .info-box span {
    width: 100%;
    display: block;
    font-size: 22px;
    font-family: "Argesta Display";
    margin-bottom: 20px;
}
.hamburger-navigation .info-box .nav-social {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}
.hamburger-navigation .info-box .nav-social li {
    display: inline-block;
    margin: 0 10px;
    padding: 0;
    list-style: none;
}
.hamburger-navigation .info-box .nav-social li a {
    color: #fff;
    font-size: 22px;
}
.hamburger-navigation .nav-menu {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}
.hamburger-navigation .nav-menu.mobile-menu {
    display: none;
}
.hamburger-navigation .nav-menu li {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.hamburger-navigation .nav-menu li a {
    display: inline-block;
    color: #fff;
    font-size: 41px;
    font-family: 'Gilda Display', serif;
    text-decoration: none;
}
.hamburger-navigation .nav-menu li a:hover {
    color: #b47f5c;
}

/* HAMBURGER NAGIVATION ACTIVE */
.hamburger-navigation-active .scroll-content {
    transform: translate3d(0px, 0px, 0px) !important;
}

.hamburger-navigation-active .hamburger-navigation {
    height: 100vh;
}

.hamburger-navigation-active .hamburger-navigation .layer {
    height: 100vh;
}

.hamburger-navigation-active .hamburger-navigation .container {
    visibility: visible;
}

.hamburger-navigation-active .hamburger-navigation .nav-menu {
    opacity: 1;
    visibility: visible;
}

.hamburger-navigation-active .hamburger-navigation .info-box {
    opacity: 1;
    visibility: visible;
}

.hamburger-navigation-active .navbar .logo {
    opacity: 0;
}

.hamburger-navigation-active .navbar .navbar-text {
    opacity: 0;
}

.hamburger-navigation-active .navbar .site-menu {
    opacity: 0;
}

/* NAVBAR */
.navbar {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 20px 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 97;
    background-color: transparent;
}
.navbar .logo {
    display: inline-block;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}
.navbar .logo a {
    display: inline-block;
}
.navbar .logo a img {
    height: 75px;
}
.navbar .navbar-text {
    display: inline-block;
    margin: 0 auto;
    color: #fff;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}
.navbar .site-menu {
    display: inline-block;
    margin: 0 auto;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}
.navbar .site-menu ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.navbar .site-menu ul li {
    display: inline-block;
    margin: 0 15px;
    padding: 0;
    list-style: none;
}
.navbar .site-menu ul li a {
    display: inline-block;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    text-decoration: none;
    padding: 0px 8px;
}

.navbar .site-menu ul li a.reservation-btn {
    border: 1px solid #ffffffc9;
    padding: 8px 12px;
    margin-top: -8px;
    border-radius: 1px;
}


.navbar .site-menu ul li a:hover {
    text-decoration: none;
}
.navbar .hamburger-menu {
    display: inline-block;
    margin-left: auto;
}

.navbar .hamburger-menu button {
    border: 0;
    background-color: transparent;
    color: #fff;
    font-size: 34px;
    outline: 0;
    margin-top: 5px;
}

.navbar .hamburger-menu button ion-icon {
    float: left;
    font-size: 30px;
    margin-top: 2px;
}

.navbar .hamburger-menu button span {
    font-size: 18px;
    margin-left: 6px;
    margin-top: 3px;
    display: block;
    float: left;
}

.rez-phone-a {
    margin-right: 35px;
}

.page-baslik h2 span {
    color: red;
}



.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: red !important;
}

.home-box-area img{
    width: 100%;
}

.about-area {
    padding: 45px 0px;
    padding-bottom: 45px;
    position: relative;
    width: 100%;
    display: inline-block;
}

.about-area p {
    font-weight: 400;
    font-size: 16px;
    color: #5a5a5a;
}

.about-area h6 {
    color: #243954;
    font-weight: 400;
    font-size: 18px;
    margin-top: 7px;
    letter-spacing: 4px;
    margin-bottom: 14px;
}

.about-area h2 {
    font-size: 32px;
    font-family: 'Gilda Display', serif;
    font-weight: 400;
    color: #243954;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.25em;
}

.about-area img {
    width: 100%;
}

.about-area .rez-yap{
    display: inline-block;
    width: 100%;
}

.about-area .rez-yap ion-icon {
    float: left;
    color: #b47f5d;
    font-size: 37px;
    margin-right: 16px;
    margin-top: 11px;
}

.about-area .rez-yap a {
    color: #b47f5d;
    text-decoration: none;
    font-size: 25px;
    font-weight: 300;
    letter-spacing: 1px;
}

.about-area .rez-yap a span {
    display: table;
    color: #243954;
    font-size: 18px;
    font-weight: 200;
    letter-spacing: 0px;
    margin-bottom: -6px;
}

.rooms {
    background-color: #f7f3ef;
    width: 100%;
    padding: 45px 0px;
}


.room-fetaures {
    background-color: #f6f7fb;
    display: inline-block;
    align-items: center;
    width: 100%;
    padding: 55px 0px;
}
.room-fetaures .wrapper .text-group {
    text-align: center;
    margin: 0 0 100px;
}
.room-fetaures .wrapper .text-group .suptitle {
    color: red;
    font: 400 13px/1 'Montserrat', sans-serif;
    margin: 0 0 10px;
}
.room-fetaures .wrapper .text-group .title {
    font: 500 30px/36px 'Montserrat', sans-serif;
    margin: 0 0 30px;
    color: #000;
}
.room-fetaures .wrapper .text-group .title strong,
.room-fetaures .wrapper .text-group .title b {
    font-weight: 700;
}
.room-fetaures .wrapper .left-block {
    text-align: right;
}
.room-fetaures .wrapper .left-block .title {
    font: 700 36px/44px 'Montserrat', sans-serif;
    color:red;
    margin: 0 0 30px;
}
.room-fetaures .wrapper .left-block .text {
    font: 400 18px/28px 'Montserrat', sans-serif;
    color: #000;
    font-style: italic;
    margin: 0 0 40px;
}
.room-fetaures .wrapper .left-block .prices {
    font-size: 0;
}
.room-fetaures .wrapper .left-block .prices > div {
    display: inline-block;
}
.room-fetaures .wrapper .left-block .prices .price-person {
    margin: 0 40px 0 0;
    font: 700 14px/1 'Montserrat', sans-serif;
    letter-spacing: 0.05em;
}
.room-fetaures .wrapper .left-block .prices .price-person span {
    color: red;
}
.room-fetaures .wrapper .left-block .prices .book-button {
    font: 400 14px/1 'Montserrat', sans-serif;
    letter-spacing: 0.2em;
}
.room-fetaures .wrapper .left-block .prices .book-button a {
    color: red;
    background-color: transparent;
    padding: 10px 0;
    display: block;
}
.room-fetaures .wrapper .left-block .prices .book-button a:after {
    content: '\f061';
    color: red;
    font-family: 'Font Awesome 5 Free', sans-serif;
    font-weight: 900;
    padding: 0 0 0 10px;
    position: relative;
    right: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.room-fetaures .wrapper .left-block .prices .book-button a:hover {
    background-color: red;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
}
.room-fetaures .wrapper .left-block .prices .book-button a:hover:after {
    right: -5px;
    color: #fff;
}
.room-fetaures .wrapper .right-block .item {
    position: relative;
    min-height: 50px;
    margin: 0 0 55px;
}
.room-fetaures .wrapper .right-block .item .icon + .texts {
    padding: 0 0 0 100px;
}
.room-fetaures .wrapper .right-block .item .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    background-color: #fff;
}
.room-fetaures .wrapper .right-block .item .texts p {
    font: 700 22px/30px 'Montserrat', sans-serif;
}
.room-fetaures .wrapper .right-block .item .texts p.subtext {
    font: 700 14px/1 'Montserrat', sans-serif;
    letter-spacing: 0.05em;
    margin: 15px 0 0;
}
.room-fetaures .wrapper .right-block .item .texts p.subtext span {
    color: red;
}
.room-fetaures .wrapper .right-block .item:last-child {
    margin-bottom: 0;
}



/*Services 8 */

.services8 {
    display: flex;

}

.services8 .item {
    display: flex;
    flex-direction: column;
    background: #b47f5c;
    padding: 0;
}

.services8 .item:nth-child(2n) .image{
    order:2;
}

.services8 .image {
    width:100%;
    height: 300px;
    display: flex;
    flex-grow: 2;
}

.services8 .image img{
    width:100%;
    height: 100%;
    object-fit: cover;
}



.services8 .texts {
    flex-grow: 2;
    width:300px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1em 2em;
    color:white;
}


.services8 .texts .title {
    font-size: 2em;
    font-weight: 700;
    margin-bottom: .5em;

}

.services8 .texts .subtext {
    color:rgb(215,215,215);
    font-size: 1.25em;
}

.services8 .texts a {
    margin-top: 1em;
    color:rgb(192,192,192);
    font-size: 1em;
}



@media (max-width: 767px) {
    .services8 .item {
        flex-direction:row;
        font-size: .8em;
    }

    .services8 .image, .services8 .texts{
        width:50vw;
        height:50vw;
    }

    .services8 .item svg{
        width:120px;
    }

}

.hood-area-ayapa h6 {
    color: #243954;
    font-weight: 400;
    font-size: 18px;
    margin-top: 35px;
    letter-spacing: 4px;
    margin-bottom: 14px;
}

.hood-area-ayapa h2 {
    font-size: 32px;
    font-family: 'Gilda Display', serif;
    font-weight: 400;
    color: #243954;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.25em;
}

.rooms .caro {
    margin-bottom: 20px;
}

@media(min-width: 768px){
    .ayapa-rooms .col-md-6 {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }

}


.image-duo {
    --fg-blend:          screen;
    --foreground:        #00798f;
    --opacity:           1;
    --spacing:           0px;
}


.image-duo {
    background-color:    #ffffff;
    display:             flex;
    overflow:            hidden;
    padding:             0px;
    position:            relative;
    transition: all ease 500ms;

}
/*
.services8 .item:hover .image::before {
    content:unset;
}

.services8 .item:hover .image img {
    filter:unset;
}
*/
.image-duo  img {
    /*filter:              grayscale(100%) contrast(1) blur(0px);*/
    max-width:           100%;
    mix-blend-mode:      multiply;
    object-fit:          cover;
    opacity:             1;
    position:            relative;
    transition: all ease 1000ms;
}

.services8 .item:hover .image-duo::before {
    background-color:    #b47f5c;
    bottom:              0;
    content:             '';
    height:              100%;
    left:                0;
    mix-blend-mode:      screen;
    position:            absolute;
    right:               0;
    top:                 0;
    width:               100%;
    z-index:             1;
    transition: all ease 500ms;

}

.youtube-music {
    width: 90%;
    position: absolute;
    right: 5%;
    top: 30%;
    max-width: 740px;
}

.text-area-biyo {
    padding-top: 155px;
    color: #fff;
}

.text-area-biyo h4 {
    border-bottom: 1px solid rgba(204, 204, 204, 0.75);
    padding-bottom: 15px;
    font-weight: 500;
    font-size: 22px;
}

.text-area-biyo p {
    font-weight: 300;
    font-size: 14px;
    line-height: 25px;
    margin-top: 17px;
}

.etkinlik-area {
    margin: 0;
    padding: 0;
}

.etkinlik-area li {
    margin: 0;
    display: inline-block;
    width: 100%;
    background-color: #ffffff17;
    padding: 0px 15px;
}

.etkinlik-area li .date {
    float: left;
}

.etkinlik-area li .date span {
    font-weight: 600;
}

.etkinlik-area li .location {
    float: right;
    font-weight: 600;
}
.etkinlik-area li .location span{
    font-weight: 300;
}

.music-list-area {
    width: 100%;
    margin-top: 15px;
}

.form-haber input {
    width: 100%;
    border: 1px solid #ccc;
    padding: 11px 13px;
    font-size: 15px;
    border-radius: 5px;
    background-color: #ffffffd1;
    outline: 0;
}

.form-haber button {
    width: 100%;
    margin-top: 15px;
    border: 0px;
    padding: 11px 13px;
    font-size: 15px;
    border-radius: 5px;
    background-color: #0c6013;
    color: #fff;
    outline: 0;
}

.infophone b {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: -10px;
    display: block;
}

.infophone a {
    color: #fff;
    text-decoration: none;
    margin-bottom: -18px;
    display: block;
    font-size: 16px;
}


@media(min-width: 768px){
    .mobil-menu-btn {
        display: none !important;
    }

}

@media(max-width: 768px){
    .desktop-menu {
        display: none !important;
    }

    section {
        background-image: url("../img/m-back.jpg");
    }
}

