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

body {
    background-color: #fafafa;
}

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

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

/* HAMBURGER NAVIGATION */
.hamburger-navigation {
    width: 100%;
    height: 0;
    max-width: 500px;
    display: block;
    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: #d5b97f;
    z-index: 99999;
}
.hamburger-navigation .layer {
    width: 100%;
    max-width: 500px;
    height: 0;
    background: #fff;
    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: 100%;
    max-width: 500px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 50px;
    border-top: 1px solid rgb(213 185 127 / 58%);
    padding-top: 50px;
    color: #333;
    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: #333;
    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: 0px 25px;
    list-style: none;
    text-align: left;
}
.hamburger-navigation .nav-menu li a {
    display: inline-block;
    color: #333;
    font-size: 19px;
    text-decoration: none;
    font-weight: 400;
    margin-bottom: 11px;
    font-family: "Argesta Display";
}
.hamburger-navigation .nav-menu li a:hover {
    color: #d5b97f;
}

/* 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;
}


/* NAVBAR */
.navbar {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 20px 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 97;
    padding-top: 30px;

}
.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: 82px;
}
.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;
    width: 100%;
}
.navbar .site-menu ul {
    display: table;
    margin: 0;
    padding: 0;
    float: left;
}
.navbar .site-menu ul li {
    display: inline-block;
    margin: 0 8px;
    padding: 0;
    list-style: none;
}
.navbar .site-menu ul li a {
    display: inline-block;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
}

.navbar .site-menu ul li a.reservation-btn {
    padding: 12px 20px;
    margin-top: -2px;
    background-color: #d5b97f;
    border-radius: 5px;
}


.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;
}

.navbar .hamburger-menu button ion-icon {
    float: left;
    font-size: 34px;
}

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

.navbar .hamburger-menu button .hambuger-line {
    width: 35px;
    height: 1.6px;
    margin-bottom: 2px;
    background-color: #fff;
    display: block;
}

.hamburger-navigation .nav-head  {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
    padding-left: 20px !important;
    padding-top: 45px;
    border-top: 0px !important;
}

.hamburger-navigation .nav-head li  {
    width: 100%;
    display: inline-block;
    list-style: none;
}

.hamburger-navigation .nav-head li.lang {
    width: 100%;
    display: inline-block;
    list-style: none;
    padding: 27px 0px;
}

.hamburger-navigation .nav-head li.lang a{
    text-decoration: none;
    color: #464646;
    padding: 0px 6px;
    font-size: 17px;
    font-weight: 400;
    float: left;
}

.hamburger-navigation .nav-menu li.rez-btn a{
    background-color: #d5b97f;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 11px 5px;
    border-radius: 4px;
    font-weight: 400;
    font-size: 18px;
    margin-top: 20px;
}

.hamburger-navigation .nav-head li a.menu-logo img {
    display: table;
    position: relative;
    max-width: 200px;
}

.page-baslik h2 span {
    color: #1ACFE4;
}


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

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

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

.about-area p {
    font-weight: 300;
    font-size: 17px;
    color: #252525;
    line-height: 27px;
}

.about-area h2 {
    color: #000;
    font-weight: 400;
    font-size: 33px;
    margin-top: 30px;
    font-family: "Argesta Display";
    margin-bottom: 9px;
}

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

.about-area .left-img {
    width: 16%;
    position: absolute;
    left: 0;
    top: -5%;
    transform: rotate(53deg);
}

.about-area .right-img {
    width: 7%;
    position: absolute;
    right: 15px;
    top: -14%;
    transform: rotate(182deg);
}

.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: #d5b97f;
    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;
    }

}



.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:    #d5b97f;
    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;

}


.services8 .texts {
    position: relative;
}


.services8 svg {
    fill: white;
    width: 200px;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: .25;
    transition: all ease  400ms
}

.services8 .item:hover svg {
    bottom: 20px;
}

.rooms .room-area .image {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    border-radius: 3px;
}

.rooms .caro {
    padding: 0px 7.5px;
    width: 100%;
    display: inline-block;
}

.rooms .room-area {
    width: 100%;
    display: inline-block;
    position: relative;
    text-decoration: none;
    margin-top: 15px;
    margin-bottom: 17px;
}

.rooms .room-area .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0px 7.5px;
}

.rooms .room-area .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.rooms .room-area .text::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(255, 255, 255, 0);
    background: linear-gradient(0deg, #0b0b0bbd 3%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
    border-radius: 10px;
    z-index: 7;
}


.rooms .room-area .text h6{
    position: absolute;
    bottom: 56px;
    left: 0px;
    color: #fff;
    z-index: 9;
    font-size: 18px;
    font-family: "Argesta Display";
    font-weight: 200;
    text-align: center;
    width: 100%;

}

.rooms .room-area .text p{
    position: absolute;
    bottom: 0;
    left: 50%;
    font-size: 15px;
    color: #fff;
    z-index: 9;
    background-color: #d5b97f;
    display: table;
    width: 150px;
    margin-left: -75px;
    transition: all 1000ms;
    text-align: center;
    padding: 6px 0px;
}

.rooms .room-area .text p:hover {
    width: 180px;
    margin-left: -90px;
    transition:  all 1000ms;

}

.hood-area {
    text-align: center;
}

.hood-area h2 {
    color: #000;
    font-weight: 400;
    font-size: 33px;
    margin-top: 30px;
    font-family: "Argesta Display";
    margin-bottom: 9px;
}

.hood-area p {
    font-weight: 300;
    font-size: 17px;
    color: #252525;
    line-height: 27px;
}


.hood-two {
    text-align: center;
}

.hood-two h6 {
    color: #000;
    font-weight: 500;
    font-size: 28px;
    margin-top: 0px;
}
.hood-two h5 {
    color: #34778d;
    font-weight: 700;
    font-size: 28px;
    margin-top: 0px;
    font-weight: 400;
}

.hood-two p {
    margin-bottom: 25px;
    font-size: 17px;
}


.instagram-area {
    background-color: #d5b97f61;
    padding: 35px 2.5px;
}


.instagram-area svg {
    width: 100%;
    max-width: 125px;
    display: table;
    margin: 0 auto;
    margin-top: -40px;
    margin-bottom: -31px;
}

.instagram-area a {
    padding: 0px 2.5px;
    display: block;
    width: 100%;
    position: relative;
}

.instagram-area a ion-icon {
    position: absolute;
    right: 14px;
    bottom: 14px;
    font-size: 28px;
    color: #fff;
}

.insta-text-area {
    width: 100%;
    text-align: center;
    padding-top: 80px;
}

.insta-text-area  h6 {
    font-family: "Argesta Display";
    font-size: 31px;
    margin-bottom: 15px;
}


footer {
    background-color: #133d3d;
    width: 100%;
    padding-top: 95px;
}


footer .copyright {
    background-color: transparent;
    width: auto;
    display: table;
    margin: 0 auto;
    color: #fff;
}

footer .copyright ul {
    margin: 0px;
    padding: 20px 0px;
    padding-top: 15px;
    display: inline-block;
    padding-bottom: 10px;
}

footer .copyright ul li{
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: left;
    border-right: 1px dashed #fff;
    display: block;
    padding-right: 10px;
    margin-right: 10px;
    font-size: 13px;
    font-weight: 400;
}

footer .copyright ul li a{
    text-decoration: none;
    color: #fff;
}

footer .copyright ul li:last-child {
    border-right: 0px dashed #fff;
}

footer hr {
    margin: 0;
    padding: 0;
    border-color: #fff;
    background-color: #ffffffad;
    opacity: 1;
    margin-top: 55px;
}


footer .footer-social {
    width: 100%;
    display: inline-block;
    margin-bottom: 35px;
    border-bottom: 1px dashed #fff;
    padding: 25px 0px;
}


footer .footer-social .phone  {
    display: inline-block;
    text-decoration: none;
    color: #fff;
}

footer .footer-social .phone h6 {
    display: table;
    font-size: 23px;
    margin: 0;
    margin-top: 2px;
}

footer .footer-social .phone h6 span{
    font-size: 14px;
    font-width: 300;
}

footer .footer-social .phone svg {
    width: 51px;
    fill: #fff;
    display: block;
    float: left;
    margin-right: 15px;
}

footer  .social {
    float: left;
    width: auto;
    margin: 0 auto;
    padding: 0;
    display: table;
}

footer .social li {
    float: left;
    margin: 0px;
    padding: 0;
    margin-right: 15px;
    list-style: none;
}

footer .social li a{
    color: #fff;
    font-size: 22px;
    margin-top: 13px;
    display: block;
}


footer h4 {
    color: #d5b97f;
    font-size: 20px;
    border-bottom: 1px solid #d5b97f;
    padding-bottom: 9px;
    font-weight: 400;
    margin-bottom: 18px;
    font-family: "Argesta Display";
    margin-top: -1px;
}

footer .fot-menu {
    margin: 0;
    padding: 0;
}

footer .fot-menu li {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer .reservation-btn {
    padding: 8px 20px;
    margin-top: 15px;
    background-color: #d5b97f;
    border-radius: 5px;
    display: table;
    text-align: center;
    width: 100%;
    max-width: 200px;
    color: #fff;
    text-decoration: none;
    margin-bottom: 6px;
}

footer .fot-menu li a {
    text-decoration: none;
    font-size: 14.5px;
    font-weight: 400;
    color: #fff;
    display: block;
    margin-top: 6px;
}

footer .fot-menu li a b {
    font-weight: 400;
}

footer .logo {
    width: 100%;
    max-width: 220px;
    margin-top: 5px;
    margin-bottom: 10px
}

.instagram-area .owl-dots {
    display: none;
}

footer .tripadvisor-logo {
    margin-top: 25px;;
}

footer .text-fot {
    color: #fff;
    margin-bottom: 0;
    font-size: 15px;
    text-align: left;
    font-weight: 300;
    margin-top: 15px;
}

.page-hood-area {
    padding-top: 345px;
    padding-bottom: 15px;
    width: 100%;
    background-color: #272727;
    background-position: center;
    background-size: cover;
}

.page-hood-area h3 {
    color: #fff;
    text-align: left;
    padding-top: 25px;
    font-family: "Argesta Display";
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 11px;
}

.page-hood-area ul {
    display: table;
    margin: 0;
    padding: 0;
}

.page-hood-area ul li {
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
}

.page-hood-area ul li a{
    color: #fff;
    text-decoration: none;
}

.page-hood-area ul li a:hover{
    color: #fff;
    text-decoration: none;
    opacity: 0.6;
}

.page-hood-area ul li a ion-icon {
    float: left;
    margin-top: 4px;
    margin-right: 5px;
}

.page-hood-area ul li a.right-btn ion-icon {
    float: none;
    margin-right: 5px;
    margin-left: 5px;
}

.page-text {
    background-color: #f0f0f0;
    width: 100%;
    padding: 65px 0px;
    text-align: center;
}

.page-text h3 {
    color: #34778d;
    font-weight: 700;
    font-size: 28px;
    margin-top: 35px;
}

.page-text p {
    color: #484747;
    font-size: 16px;
}

.room-list {
    padding: 20px 0px;
}

.eglencelezzetgallery img {
    width: 100%;
    margin-top: 20px;
}

.room-list .image-room {
    width: 100%;
    height: 380px;
    background-position: center;
    background-size: cover;
}

.room-list .room-text {
    display: table;
    margin: 0 auto;
    width: 100%;
    max-width:420px;
    margin-top: 130px;
}

.room-list .room-text h4 {
    color: #373737;
    font-weight: 400;
    font-family: "Argesta Display";
    text-align: center;
    font-size: 22px;
}

.room-list .room-text p {
    font-weight: 300;
    font-size: 16px;
    color: #252525;
    line-height: 25px;
    text-align: center;
}

.room-list-area-kb {
    padding-bottom: 35px;
}

.room-list .room-text a {
    background-color: #d5b97f;
    color: #fff;
    text-decoration: none;
    padding: 9px 15px;
    border-radius: 2px;
    display: table;
    margin: 0 auto;
    width: 100%;
    max-width: 200px;
    text-align: center;
}

.room-list .owl-nav {
    display: block !important;
}

.room-list .owl-dots {
    display: none !important;
}

.owl-dot-left {
    position: relative;
}

.owl-dot-left .owl-nav {
    position: absolute;
    bottom: 0;
    left: 1px;
}

.owl-dot-right {
    position: relative;
}

.owl-dot-right .owl-nav {
    position: absolute;
    bottom: 0;
    right: 1px;
}

.owl-dot-right .owl-nav [class*=owl-], .owl-dot-left .owl-nav [class*=owl-] {
    color: #FFF !important;
    font-size: 14px !important;
    margin: 0 1px !important;
    padding: 15px 21px !important;
    background: transparent !important;
    display: inline-block !important;
    cursor: pointer !important;
    border-radius: 0px !important;
    margin-bottom: 2px !important;
    font-size: 16px !important;
}


.owl-dot-right .owl-nav .owl-prev::before {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f053";
}
.owl-dot-right .owl-nav .owl-next::before {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
}

.owl-dot-left .owl-nav .owl-prev::before {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f053";
}
.owl-dot-left .owl-nav .owl-next::before {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
}

.lezzet-text {
    width: 100%;
    max-width: 520px;
    display: table;
    margin: 0 auto;
    margin-top: 120px;
}

.pages-df {
    padding: 55px 0px;
    font-weight: 300;
    font-size: 16px;
    color: #252525;
    line-height: 27px;

}

.pages-df h6{
    color: #34778d;
}

.career-area h6{
    margin-bottom: 21px;
    width: 100%;
    margin-top: 25px;
    border-bottom: 1px solid #f1f1f1;
    text-align: center;
    padding-bottom: 15px;
    font-weight: 600;
    font-size: 20px;
    color: dimgrey;
}

.career-area input, .career-area select {
    display: block;
    width: 100%;
    border: 2px solid #E8E8E8;
    padding: 13px 17px;
    background: #FFFFFF;
    color: #5f5f5f;
    font-weight: 500;
    border-radius: 3px;
    margin-bottom: 25px;
    outline: 0;
}

.career-area input::placeholder {
    color: #5f5f5f;
}

.career-area textarea {
    display: block;
    width: 100%;
    border: 2px solid #E8E8E8;
    padding: 13px 17px;
    background: #FFFFFF;
    color: #5f5f5f;
    font-weight: 500;
    border-radius: 3px;
    margin-bottom: 25px;
    outline: 0;
}

.career-area {
    padding: 55px 0px;
}

.career-area button {
    background-color: #34778d;
    color: #fff !important;
    position: relative;
    border-radius: 5px !important;
    padding: 11px 35px !important;
    border: 0;
    font-size: 14.5px;
    font-weight: 500;
    position: relative;
    margin-top: -5px;
}



.contact-area {
    padding-top: 55px;
    display: inline-block;
    width: 100%;
    padding-bottom: 41px;
}


.contact-area .box {
    text-align: left;
    margin-bottom: 18px;
    background-color: #f6f2ea;
    padding: 17px;
    border-radius: 2px;
    padding-top: 15px;
    padding-bottom: 5px;
}

.contact-area .box h5 {
    color: #424242;
    font-size: 19px;
}

.contact-area .box p {
    color: #656565;
    font-weight: 300;
    margin-bottom: 10px;
    font-size: 16px;
}

.contact-area .box a {
    color: #656565;
    font-weight: 300;
    font-size: 16px;
    text-decoration: none;
    display: table;
    margin-bottom: 9px;
}


.contact-area .box a.ozel {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    padding: 7px 15px;
    background-color: #d5b97f;
    font-size: 14px;
    border-radius: 3px;
    width: 100%;
    max-width: 150px;
    text-align: center;
}

.gallery-area img {
    width: 100%;
    margin-bottom: 25px;
}

.gallery-area {
    padding: 45px 0px;
    padding-top: 35px;
}

.gallery-area h2 {
    color: #34778d;
    margin-top: 5px;
    font-size: 24px;
    font-weight: 600;
    border-bottom: 1px solid #34778d;
    padding-bottom: 4px;
    margin-bottom: 13px;
}

.instagram-area p {
    text-align: center;
    margin-bottom: 20px;
    margin-top: -5px;
}

.web-whatsapp, .web-whatsapp:hover {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background-color: #d5b97f;
    font-size: 34px;
    color: #fff;
    height: 70px;
    width: 70px;
    border-radius: 500px;
    text-align: center;
    padding-top: 14px;
    text-decoration: none;
    z-index: 99;
}

.mobilesticty {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 999;
    background-color: #bda36d;
}

.mobilesticty li{
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
}

.mobilesticty li a {
    width: 100%;
    color: #fff;
    background-color: dodgerblue;
    padding: 9px 0px;
    text-align: center;
    display: block;
    text-decoration: none;
    font-size: 18px;
    padding-top: 12px;
}

.mobilesticty li:last-child a {
    background-color: #bda36d;
}

@media(min-width: 768px){
    .mobile-room {
        display: none;
    }

    .mobilesticty {
        display: none !important;
    }
}

@media(max-width: 768px){
    .web-room {
        display: none;
    }


    .navbar-text span {
        display: none !important;
    }

    footer h4 {
        margin-top: 24px;
    }
    .owl-dot-right .owl-nav {
        position: absolute;
        bottom: 0;
        right: auto;
        left: 1px;
    }

    .web-whatsapp {
        display: none !important;
    }

    .about-area .left-img {
        display: none !important;
    }

    .about-area .right-img {
        display: none !important;
    }

    .room-list .room-text {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .room-list .image-room {
        width: 100%;
        height: 267px;
        background-position: center;
        background-size: cover;
    }
}

@media(min-width: 768px){
    nav.navbar .mobile-elements {
        display: none !important;
    }
}

.site-menu {
    position: relative;
    width: 100%;
}

.desktop-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 100%;
    z-index: 5;
}

.desktop-logo img {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    display: table;
}

@media(max-width: 768px){
    .desktop-logo img {
        max-width: 174px;
    }

    .navbar .site-menu ul.right-ul li {
        display: inline-block;
        margin: 0px;
        padding: 0;
        list-style: none;
        float: right;
    }

    .navbar .hamburger-menu {
        display: inline-block;
        margin-left: auto;
        margin-top: 6px;
    }
}

.site-menu ul {
    margin-top: 0px !important;
    position: relative;
    z-index: 15;
}

.site-menu ul.right-ul {
    float: right !important;
}

.top-bar-green {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.top-bar-green ul {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #fff;
    padding-bottom: 8px;
    padding-top: 2px;

}

.top-bar-green ul li{
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-bar-green ul li:first-child a{
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    margin-top: 0px;
    display: block;
    margin-bottom: -7px;
}

.top-bar-green ul li:last-child{
    float: right;
}

.top-bar-green ul a.language-btn{
    margin-left: 6px !important;
    margin-top: 4px;
    float: right;
    padding: 0;
}

.language-btn img {
    height: 25px;
    width: auto;
    border-radius: 2px;
}

.language-list {
    margin: 0;
    padding: 0;
}

.language-list li {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
}

.language-list li a{
    margin: 0;
    padding: 10px 5px;
    width: 100%;
    text-decoration: none;
    background-color: #eaeaea;
    display: block;
    margin-bottom: 1px;
    color: #000;
    font-size: 16px;
}

.language-list li a img {
    height: 23px;
    display: block;
    float: left;
    margin-top: 2px;
    margin-right: 10px;
}

.fullscreen-slider .item {
    height: 100vh;              /* Tam ekran yüksekliği */
    width: 100%;                /* Tam genişlik */
    background-size: cover;     /* Resmi tam kaplat */
    background-position: center;
}

.instagram-area  .insta-box {
    padding: 0px 10px;
}

.instagram-area .insta-image {
    width: 100%;
    height: 300px;
    background-size: cover;
    display: block;
    background-position: center;
}

.video-paralax {
    width: 100%;
    padding: 125px 0px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video-paralax h1 {
    text-align: center;
    color: #fff;
    font-family: "Argesta Display";
    font-size: 28px;
    margin-bottom: 20px;
}

.video-paralax .play-btn {
    background: rgb(255 255 255 / 25%);
    border: 1px solid rgb(255 255 255 / 36%);
    background-blend-mode: normal, multiply;
    box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    display: table;
    margin: 0 auto;
    text-decoration: none;
    color: #fff;
    width: 72px;
    height: 72px;
    border-radius: 50px;
    text-align: center;
    font-size: 35px;
    padding-top: 14px;
}

.video-paralax p {
    font-weight: 300;
    font-size: 17px;
    color: #fff;
    line-height: 27px;
}

.hood-page-text {
    text-align: center;
}

.hood-page-text h3 {
    color: #000;
    font-weight: 400;
    font-size: 33px;
    margin-top: 30px;
    font-family: "Argesta Display";
    margin-bottom: 9px;
}

.hood-page-text p {
    font-weight: 300;
    font-size: 17px;
    color: #252525;
    line-height: 27px;
    display: table;
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
}

.room-box-area {
    background-color: #ece2ccbf;
    padding: 17px;
    margin-bottom: -10px;
}

@media(max-width: 768px){
    .navbar .logo {
        margin-top: 36px !important;
    }


    .reservation-btn {
        display: none !important;
    }

    body {
        padding-bottom: 48px;
    }

    .insta-text-area {
        padding-top: 0;
    }

}

@media (max-width: 768px) {
    .video-paralax {
        background-attachment: scroll; /* veya tamamen kaldır */
    }
}

@media(min-width: 768px) {
    .lang-container {
        max-width: 1540px;
    }
}
