@import url('https://fonts.googleapis.com/css?family=Cinzel+Decorative:400,700,900|Cinzel:400,700,900&display=swap&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap&subset=cyrillic,cyrillic-ext,latin-ext,vietnamese');

body {
    font-size: 17px;
    line-height: 1.4;
    font-family: 'Montserrat', sans-serif;
}

#check {
    display: none !important;
}
.st {
	width:auto;
	position:absolute;
	left:20px;
	bottom:15%;
	z-index:101;
}
.mescoimg {
    margin-right: -119px;
    bottom: 0;
    transition: 1s;
    width: auto;
    height: 25px;
}

    .mescoimg:hover {
        margin-right: 0 !important;
        transition: 1s;
        margin-right: -119px;
        bottom: 0;
    }

.back-contain {
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}

.vh65 {
    height: 70vh;
}

.h600 {
    height: 600px;
}

.basliktext {
    font-family: 'Cinzel', serif;
}

.logoborder {
    border-bottom: 1px solid #262626;
}

.header {
    z-index: 9999;
    font-family: 'Cinzel', serif;
}

    .header .nav-item i.fas.fa-circle {
        font-size: 8px;
        margin-left: 15px;
    }

    .header .nav-item:last-child i.fas.fa-circle {
        display: none;
    }

.desktoplangs {
    position: absolute;
    z-index: 9999;
    right: 25px;
    top: 20px;
    font-size: 15px;
    font-family: 'Cinzel', serif;
}

.desktoplang, .desktoplang:hover {
    color: black;
    border-right: 1px solid black;
}

    .desktoplang:last-child, .desktoplang:hover:last-child {
        border-right: none;
    }

/*homeslide start*/
.sectslider, .sectslider .homeslide, .sectslider .homeslide .item, .sectslider .homeslide .item .backimg {
    height: 66.6vh !important;
}

.homeslide h2 {
    font-family: 'Cinzel', serif;
    font-size: 55px;
}

.homeslide .slide-text {
    left: 0;
}

.homeslide .owl-prev {
    float: left;
    left: 15px;
    position: absolute;
    top: 48%;
}

.homeslide .owl-next {
    float: right;
    right: 15px;
    position: absolute;
    top: 48%;
}
/*homeslide end*/


/*homepagetext start*/
.otelimiz h1 {
    font-size: 3.3rem;
    border-bottom: .5px solid #9e9e9e;
    font-family: 'Cinzel', serif;
}

.otelimiz .fotodiv:first-child img {
    width: 85%;
    margin: 0 auto;
    border: 1px solid white;
}

.otelimiz .fotodiv:last-child img {
    width: 50%;
    position: absolute;
    bottom: -50px;
    border: 1px solid white;
}
/*homepagetext end*/


/*homeroom start*/
.homeroomsect h1 {
    font-family: 'Cinzel', serif;
}

.homeroomsect a, .homeroomsect a:hover {
    color: black;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.homeroomsect h4 {
    font-weight: 400;
}

.homeroomimg {
    height: 185px !important;
    border: 4px solid black;
}

img.homeroomicon {
    width: 65px;
}

p.homeroomiconname {
    font-size: 14px;
}

/*homeroom end*/


/*homewedding start*/
.dugun h1 {
    font-size: 3.3rem;
    border-bottom: .5px solid #9e9e9e;
    font-family: 'Cinzel', serif;
}

.dugun .fotodiv:first-child img {
    width: 56%;
    border: 1px solid white;
    top: -50px;
    right: 60px;
    position: absolute;
    z-index: 999;
}

.dugun .fotodiv:nth-child(2) img {
    width: 52%;
    border: 1px solid white;
    top: 100px;
    left: 0;
    position: absolute;
    z-index: 8;
}

.dugun .fotodiv:last-child img {
    width: 54%;
    position: absolute;
    top: 170px;
    border: 1px solid white;
}

.duguntext {
    /*position: absolute;*/
    right: 0;
    padding: 10px 70px 10px 20px;
    background-color: #262626;
    background-size: contain;
    background-position: right;
    /*width: 75%;*/
    background-repeat: no-repeat;
}

    .duguntext h2 {
        font-weight: 300;
    }
/*homewedding end*/
.border {
    border: 1px solid #000000 !important;
}

/*homegallery start*/
/* Masonry grid */
.masonry {
    transition: all .5s ease-in-out;
    column-gap: 5px;
    column-fill: initial;
}

    /* Masonry item */
    .masonry .brick {
        margin-bottom: 5px;
        display: inline-block; /* Fix the misalignment of items */
        vertical-align: top; /* Keep the item on the very top */
        width: 100%;
    }
        /*.gallery-img {
        margin-bottom: 5px;
        display: inline-block;
        vertical-align: top;
        width: 25%;
    }*/

        /* Masonry image effects */
        .masonry .brick img {
            transition: all .5s ease-in-out;
            backface-visibility: hidden; /* Remove Image flickering on hover */
            width: 100%;
        }


        .masonry .brick:hover img {
            opacity: .75;
        }

    /* Bordered masonry */
    .masonry.bordered {
        column-rule: 1px solid #eee;
        column-gap: 50px;
    }

        .masonry.bordered .brick {
            padding-bottom: 25px;
            margin-bottom: 25px;
            border-bottom: 1px solid #eee;
        }

    /* Gutterless masonry */
    .masonry.gutterless {
        column-gap: 0;
    }

        .masonry.gutterless .brick {
            margin-bottom: 0;
        }

/* Masonry on tablets */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .masonry {
        column-count: 2;
    }
}

/* Masonry on big screens */
@media only screen and (min-width: 1024px) {
    .desc {
        font-size: 1.25em;
    }

    .intro {
        letter-spacing: 1px;
    }

    .masonry {
        column-count: 4;
    }
}
/*homegallery end*/




/*footer start*/
.footersect {
    background-color: #262626;
    color: white;
    font-size: 13px;
    font-weight: 100;
}

    .footersect h3 {
        font-weight: 100;
    }

    .footersect a, .footersect a:hover {
        color: white;
    }

.social-list i {
    font-size: 30px;
    margin-right: 15px;
}
/*footer end*/






a.view {
    position: absolute;
}

a.view, #btnrezform {
    border: 2px solid black !important;
    font-weight: 500;
    margin-top: 15px;
    /*position: absolute;*/
    overflow: hidden;
    margin-right: 5px;
    color: black;
}

    a.view span, #btnrezform span {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-radius: 50%;
        background-color: black;
        transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: -1;
    }

    a.view:hover, #btnrezform:hover {
        color: white !important;
    }

        a.view:hover span, #btnrezform:hover span {
            width: 225%;
            height: 562.5px;
        }

    a.view:active, #btnrezform:active {
        background-color: black;
    }

a.reservation {
    text-transform: uppercase;
    margin-top: 0;
}

.span {
    font-family: 'Titillium Web', sans-serif;
    font-size: 23px;
    font-weight: 400;
    margin-left: 45px;
}

span.span:before {
    content: '';
    background: black;
    height: 2px;
    width: 35px;
    position: absolute;
    margin: 15px 0 12px -40px;
}


.homeicon p {
    font-size: 14px;
    margin-top: 15px;
    font-weight: 600;
}




.backimg {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}





/*inner gallery start*/

.image_wid {
    height: 160px;
    background-position: center;
    background-size: cover;
}
/*inner gallery end*/




/*form*/
.maps {
    margin-bottom: 40px;
}

.mt-4 {
    margin-top: -40px;
}

.contact-form div {
    margin-bottom: 5px;
}

.iletisim input {
    height: 50px;
    line-height: 50px;
    border: 1px solid #123d66;
    padding: 0 20px;
    outline: none;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 transparent;
    -khtml-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    -ms-box-shadow: 0 0 0 transparent;
    -o-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

    .iletisim input[type='text'], .iletisim input[type='email'], .iletisim input[type='password'], .iletisim input[type='search'] {
        width: 100%;
    }

    .iletisim input:hover, .iletisim input:active, .iletisim input:focus {
        border-color: #254117;
        outline: none;
        -webkit-box-shadow: 0 0 0 transparent;
        -khtml-box-shadow: 0 0 0 transparent;
        -moz-box-shadow: 0 0 0 transparent;
        -ms-box-shadow: 0 0 0 transparent;
        -o-box-shadow: 0 0 0 transparent;
        box-shadow: 0 0 0 transparent;
    }

.iletisim textarea {
    border: 1px solid #123d66;
    padding: 15px 20px;
    outline: none;
    width: 100%;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 transparent;
    -khtml-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    -ms-box-shadow: 0 0 0 transparent;
    -o-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

    .iletisim textarea:hover, .iletisim textarea:active, .iletisim textarea:focus {
        border-color: #254117;
        outline: none;
        -webkit-box-shadow: 0 0 0 transparent;
        -khtml-box-shadow: 0 0 0 transparent;
        -moz-box-shadow: 0 0 0 transparent;
        -ms-box-shadow: 0 0 0 transparent;
        -o-box-shadow: 0 0 0 transparent;
        box-shadow: 0 0 0 transparent;
    }

.form-control {
    background-image: url(../images/assets/select-arrow.jpg) !important;
}

div#btnIletisim {
    border: 2px solid #262626;
    padding: 10px;
    font-weight: 600;
    color: #262626;
    margin-bottom: 5px;
    float: right;
}

    div#btnIletisim:hover {
        border: 2px solid #262626;
        padding: 10px;
        font-weight: 600;
        color: white;
        background-color: #262626;
    }

.ikformgonder {
    border: 2px solid #1f0000;
}
/*form end*/

/*galeri*/
.gallery-content .gallery_item {
    overflow: hidden;
}

.section_page-gallery {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 120px;
}

.gallery .heading {
    margin-bottom: 40px;
}

.gallery.no-padding .gallery-cat {
    padding-left: 15px;
    padding-right: 15px;
}

.gallery.no-padding .gallery-content {
    margin-top: 40px;
}

    .gallery.no-padding .gallery-content .row {
        margin-left: 0;
        margin-right: 0;
    }

    .gallery.no-padding .gallery-content [class*=col-] {
        padding-left: 0;
        padding-right: 0;
        margin-top: 0;
    }

    .gallery.no-padding .gallery-content .item {
        margin-top: 0;
    }

.gallery-content .our-gallery, .gallery.gallery-3 .gallery-content [class*=col-] {
    margin-top: 30px;
}

.gallery-content {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .gallery-content .gallery_item {
        position: relative;
    }

        .gallery-content .gallery_item img {
            width: 100%;
        }

        .gallery-content .gallery_item a:focus img, .gallery-content .gallery_item a:hover img {
            opacity: 1;
        }

        .gallery-content .gallery_item .text {
            position: absolute;
            bottom: 10px;
            left: 15px;
            right: 15px;
            color: #fff;
            z-index: 10;
            font-size: 16px;
            pointer-events: none;
            font-weight: 400;
            opacity: 0;
            visibility: hidden;
            -webkit-transform: translate(0, 50%);
            -moz-transform: translate(0, 50%);
            -ms-transform: translate(0, 50%);
            -o-transform: translate(0, 50%);
            -webkit-transition: all .3s ease-out;
            -moz-transition: all .3s ease-out;
            -ms-transition: all .3s ease-out;
            -o-transition: all .3s ease-out;
            max-width: 280px;
        }

        .gallery-content .gallery_item:hover .text {
            opacity: 1;
            visibility: visible;
            -webkit-transform: translate(0, 0);
            -moz-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            -o-transform: translate(0, 0);
        }

        .gallery-content .gallery_item:hover:before {
            top: 0;
            opacity: .9;
        }

    .gallery-content .our-gallery .awe-btn {
        min-width: 180px;
    }

    .gallery-content.hover-img .gallery_item:before {
        background: 0 0;
    }

    .gallery-content.hover-img .gallery_item img {
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
    }

    .gallery-content.hover-img .gallery_item:hover img {
        transform: scale(1.1);
    }

.gallery-isotope .item-isotope {
    float: left;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.gallery-isotope.pd-0 .item-isotope {
    padding: 0;
    margin-top: 0;
}

.gallery-isotope.col-3 .item-isotope, .gallery-isotope.col-3 .item-size {
    width: 33.333333%;
}

.gallery-isotope.col-4 .item-isotope, .gallery-isotope.col-4 .item-size {
    width: 25%;
}

    .gallery-isotope.col-4 .item-isotope.larger {
        width: 50%;
    }

.gallery-isotope.col-6 .item-isotope, .gallery-isotope.col-6 .item-size {
    width: 16.66666667%;
}

.gallery-cat ul {
    margin-bottom: 0;
    font-size: 0;
}

    .gallery-cat ul li {
        font-size: 16px;
        display: inline;
    }

        .gallery-cat ul li a {
            color: #232323;
            display: inline;
            padding: 7px 15px;
            -webkit-transition: all .2s ease;
            -moz-transition: all .2s ease;
            -ms-transition: all .2s ease;
            -o-transition: all .2s ease;
            font-size: 13px;
            font-weight: 300;
        }

        .gallery-cat ul li.active a, .gallery-cat ul li:hover a {
            background-color: #123d66;
            color: #fff;
        }

.gallery_item {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.lazyl {
    background-position: center;
    background-size: cover;
    margin-bottom: 17px;
    height: 153px;
}

/*galeri end*/






/*ic slide*/
.innersectslider .owl-prev {
    float: left;
    left: 15px;
    position: absolute;
    top: 53%;
}

.innersectslider .owl-next {
    float: right;
    right: 15px;
    position: absolute;
    top: 53%;
}

img.zoom {
    right: 5px;
    top: 5px;
    position: absolute;
    z-index: 9;
    width: 50px !important;
    height: 50px;
}

.sectinnerdetay .owl-nav {
    display: none;
}
/*ic slide end*/

.dropdown-menu {
    min-width: 5rem;
}


/*rezervasyon*/

.rzvform {
    text-align: center;
    width: 100%;
    font-weight: 200;
   /* background-color: rgba(255, 255, 255, 0.7);*/
    padding: 0 5px 0 5px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 90px;
    z-index: 101;
}



.rzvcocuksayisi {
    width: 140px;
    float: none;
    display: inline-block;
    display: none;
}

.rzvform .form-control {
    background-color: #5d5d5d;
    color: #fff;
}

.rzvform a, .rzvform a .fa {
    color: rgba(255,255,255,0.6);
    font-size: 12px;
    text-decoration: none;
}

.rzvotel {
    width: 140px;
    float: none;
    display: inline-block;
}

.rzvgiris {
    width: 140px;
    float: none;
    display: inline-block;
}

.rzvgece {
    width: 140px;
    float: none;
    display: inline-block;
}

.rzvyetiskin {
    width: 140px;
    float: none;
    display: inline-block;
}

.rzvyetiskin2 {
    width: 140px;
    float: none;
    display: inline-block;
}

.rzvcocuk {
    width: 140px;
    float: none;
    display: inline-block;
}

.rzvcocuk2 {
    width: 140px;
    float: none;
    display: inline-block;
}

.rzvbebek {
    width: 140px;
    float: none;
    display: inline-block;
    margin-right: 5px;
}

    .rzvbebek a {
        padding: 7px 5px;
        border: 0.5px solid rgba(255,255,255,0.6);
    }

.rzvbtn {
    margin-bottom: 4px;
    background: #ff5e00;
    color: #fff;
}

.rzvform label {
    font-size: 12px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
}

.rzvbtn:hover {
    background-position: right center;
    cursor: pointer;
    background: #ff2f00;
}

/*rezervasyon end*/


/*Responsive*/
@media (min-width:1500px) {
    .rzvform {
        bottom: 84px;
    }

    .innerpage .rzvform {
        bottom: 240px;
    }
}

@media (min-width:1400px) {
    .vh65 {
        height: 65vh;
    }

    .dugun .fotodiv:last-child img {
        top: 185px;
    }
}

@media (max-width:1100px) {
}

@media (max-width:992px) {
    .rzvform {
        position: static !important;
        float: left;
        background-color: #fff !important;
        height: 165px!important;
    }

    .rzvbtn {
        width: 100%;
    }

    .rzvyetiskin, .rzvcocuk {
        width: 105px !important;
    }
	.st {
    top: 36%;
    height: 75px;
}
}

@media (max-width:767px) {
    img.logo {
        width: 55px;
    }

    .desktoplangs, .mnone {
        visibility: hidden;
        display: none !important;
    }

    .sectslider, .sectslider .homeslide, .sectslider .homeslide .item, .sectslider .homeslide .item .backimg {
        height: 30vh !important;
    }

    .homeslide h2 {
        font-size: 25px;
        margin-top: 25%;
    }

    .otelimiz h1 {
        font-size: 2.3rem;
    }

    .back-contain {
        background-color: #262626;
    }

    .masonry {
        column-count: 2;
    }

    .header .nav-item i.fas.fa-circle {
        display: none !important;
    }

    .duguntext {
        background-color: rgba(0,0,0,0.5);
    }
}

@media (max-width: 480px) {
}
/*responsive end*/
