/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */

.lSSlideWrapper,
.lSSlideWrapper .lSFade {
    position: relative
}

.lSSlideWrapper .lSSlide,
.lSSlideWrapper.usingCss .lSFade>* {
    -webkit-transition-timing-function: inherit!important;
    transition-timing-function: inherit!important;
    -webkit-transition-duration: inherit!important;
    transition-duration: inherit!important
}

.lSSlideOuter,
.lSSlideOuter .lSPager.lSGallery {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none
}


.lSSlideOuter .lSPager.lSGallery:after,
.lSSlideWrapper>.lightSlider:after {
    clear: both
}

.lSSlideOuter {
    overflow: hidden;
    user-select: none
}

.lightSlider:after,
.lightSlider:before {
    content: " ";
    display: table
}

.lightSlider {
    overflow: hidden;
    margin: 0
}

.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden
}

.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform, height;
    transition-property: transform, height
}

.lSSlideWrapper .lSFade>* {
    position: absolute!important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%
}

.lSSlideWrapper.usingCss .lSFade>* {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.lSSlideWrapper .lSFade>.active {
    z-index: 10
}

.lSSlideWrapper.usingCss .lSFade>.active {
    opacity: 1
}

.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center
}

.lSSlideOuter .lSPager.lSpg>li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px
}

.lSSlideOuter .lSPager.lSpg>li a {
    background-color: #222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all .5s linear 0s;
    transition: all .5s linear 0s
}

.lSSlideOuter .lSPager.lSpg>li.active a,
.lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: #428bca
}

.lSSlideOuter .media {
    opacity: .8
}

.lSSlideOuter .media.active {
    opacity: 1
}

.lSSlideOuter .lSPager.lSGallery {
    list-style: none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    user-select: none
}

.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius .12s linear 0s .35s linear 0s;
    transition: border-radius .12s linear 0s .35s linear 0s
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px
}

.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%
}

.lSSlideOuter .lSPager.lSGallery:after,
.lSSlideOuter .lSPager.lSGallery:before {
    content: " ";
    display: table
}

.lSAction>a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url(../img/controls.png);
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: .5;
    -webkit-transition: opacity .35s linear 0s;
    transition: opacity .35s linear 0s
}

.lSAction>a:hover {
    opacity: 1
}

.lSAction>.lSPrev {
    background-position: 0 0;
    left: 10px
}

.lSAction>.lSNext {
    background-position: -32px 0;
    right: 10px
}

.lSAction>a.disabled {
    pointer-events: none
}

.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden
}

.lSSlideOuter.vertical {
    position: relative
}

.lSSlideOuter.vertical.noPager {
    padding-right: 0!important
}

.lSSlideOuter.vertical .lSGallery {
    position: absolute!important;
    right: 0;
    top: 0
}

.lSSlideOuter.vertical .lightSlider>* {
    width: 100%!important;
    max-width: none!important
}

.lSSlideOuter.vertical .lSAction>a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0
}

.lSSlideOuter.vertical .lSAction>.lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto
}

.lSSlideOuter.vertical .lSAction>.lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px
}

.lSSlideOuter.lSrtl {
    direction: rtl
}

.lSSlideOuter .lSPager,
.lSSlideOuter .lightSlider {
    padding-left: 0;
    list-style: none
}

.lSSlideOuter.lSrtl .lSPager,
.lSSlideOuter.lSrtl .lightSlider {
    padding-right: 0
}

.lSSlideOuter .lSGallery li,
.lSSlideOuter .lightSlider>* {
    float: left
}

.lSSlideOuter.lSrtl .lSGallery li,
.lSSlideOuter.lSrtl .lightSlider>* {
    float: right!important
}

@-webkit-keyframes rightEnd {
    0%,
    100% {
        left: 0
    }
    50% {
        left: -15px
    }
}

@keyframes rightEnd {
    0%,
    100% {
        left: 0
    }
    50% {
        left: -15px
    }
}

@-webkit-keyframes topEnd {
    0%,
    100% {
        top: 0
    }
    50% {
        top: -15px
    }
}

@keyframes topEnd {
    0%,
    100% {
        top: 0
    }
    50% {
        top: -15px
    }
}

@-webkit-keyframes leftEnd {
    0%,
    100% {
        left: 0
    }
    50% {
        left: 15px
    }
}

@keyframes leftEnd {
    0%,
    100% {
        left: 0
    }
    50% {
        left: 15px
    }
}

@-webkit-keyframes bottomEnd {
    0%,
    100% {
        bottom: 0
    }
    50% {
        bottom: -15px
    }
}

@keyframes bottomEnd {
    0%,
    100% {
        bottom: 0
    }
    50% {
        bottom: -15px
    }
}

.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd .3s;
    animation: rightEnd .3s;
    position: relative
}

.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd .3s;
    animation: leftEnd .3s;
    position: relative
}

.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd .3s;
    animation: topEnd .3s;
    position: relative
}

.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd .3s;
    animation: bottomEnd .3s;
    position: relative
}

.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd .3s;
    animation: leftEnd .3s;
    position: relative
}

.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd .3s;
    animation: rightEnd .3s;
    position: relative
}

.lightSlider.lsGrab>* {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lightSlider.lsGrabbing>* {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

html.lb-disable-scrolling {
    overflow: hidden;
    /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
    position: fixed;
    height: 100vh;
    width: 100vw;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    /* Image border */
    border: 4px solid white;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    /* Background color behind image.
       This is visible during transitions. */
    background-color: white;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container>.nav {
    left: 0;
}

.lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev,
.lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../img/prev.png) left 48% no-repeat;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../img/next.png) right 48% no-repeat;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

.lb-data .lb-caption a {
    color: #4ae;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../img/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lightboxOverlay {
    z-index: 999999999999999;
}

.lightbox {
    z-index: 999999999999;
}


/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */

.datepicker {
    top: 0;
    left: 0;
    padding: 7px;
    margin-top: 1px;
    font-family: 'FuturaBT_Light';
    /*.dow {
      border-top: 1px solid #ddd !important;
    }*/
}

.datepicker:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 6px;
}

.datepicker:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    position: absolute;
    top: -6px;
    left: 7px;
}

.datepicker>div {
    display: none;
}

.datepicker table {
    width: 100%;
    margin: 0;
}

.datepicker td,
.datepicker th {
    text-align: center;
    width: 45px;
    height: 30px;
    border: 1px solid #f0f0f0;
    padding-top: 8px;
}

.datepicker td.day:hover {
    background: #eeeeee;
    cursor: pointer;
}

.datepicker td.day.disabled {
    color: #eeeeee;
}

.datepicker td.old,
.datepicker td.new {
    color: #999999;
}

.datepicker td.active,
.datepicker td.active:hover {
    color: #ffffff;
    background-color: #033859;
    *background-color: ##033859;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
    color: #ffffff;
    background-color: ##033859;
    *background-color: ##033859;
}

.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
    background-color: #033859 \9;
}

.datepicker td span {
    display: block;
    width: 47px;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 2px;
    cursor: pointer;
}

.datepicker td span:hover {
    background: #eeeeee;
}

.datepicker td span.active {
    color: #ffffff;
    background-color: ##033859;
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #033859;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
    color: #ffffff;
    background-color: #033859;
    *background-color: #033859;
}

.datepicker td span.active:active,
.datepicker td span.active.active {
    background-color: #003399 \9;
}

.datepicker td span.old {
    color: #999999;
}

.datepicker th.switch {
    width: 145px;
}

.datepicker th.next,
.datepicker th.prev {
    font-size: 21px;
}

.datepicker thead tr:first-child th {
    cursor: pointer;
}

.datepicker thead tr:first-child th:hover {
    background: #eeeeee;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.datepicker.dropdown-menu {
    border-radius: 0 !important;
    z-index: 99999;
}

.date-selector {
    font-family: 'FontAwesome';
    color: #fff;
    padding-right: 8px;
    border-radius: 3px;
    padding-left: 5px;
    line-height: 27px;
}

.date-selector::-webkit-input-placeholder {
    text-align: right;
}

.date-selector:-moz-placeholder {
    text-align: right;
}

.date-selector::-moz-placeholder {
    text-align: right;
}

.date-selector:-ms-input-placeholder {
    text-align: right;
}

#slider .icerik .icalan .yazi1 {
    font-family: 'Tangerine', cursive;
}

#slider .icerik .icalan .yazi2 {
    font-family: 'Tangerine', cursive;
}

#slider .icerik .icalan .buton {
    font-family: 'Tangerine', cursive;
}

.baslik .yazi {
    font-family: 'Tangerine', cursive;
}

#footer .sosyal span {
    font-family: 'Tangerine', cursive;
}

.daire-content-box h2 {
    font-family: 'Tangerine', cursive;
}

.ic-book h4 {
    font-family: 'Tangerine', cursive;
}

.page-title h1 {
    font-family: 'Tangerine', cursive;
}

.room-title h1 {
    font-family: 'Tangerine', cursive;
}

.baslik .yazi {
    font-family: 'Tangerine', cursive;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
hgroup,
menu,
nav,
section {
    display: block;
}

â€‹.datepicker {
    background-color: #fff !important;
    padding: 20px !important;
    border: 1px solid #f1f1f1 !important;
}

body {
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    line-height: 22px;
    margin-bottom: 20px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    left: 0;
    background-color: #fff;
    z-index: 999999;
    padding-bottom: 11px;
    padding-top: 22px;
    margin-top: 0px !important;
    transition: 0.5s;
}

.article__body h3 strong {
    font-size: 33px;
    margin-bottom: 40px;
    display: inline-block;
}

.contact-box h2 {
    font-size: 27px;
    font-family: var(--fontgoudy);
}

.contact-box h2.sosyal {
    font-size: 18px;
}

.print-page {
    background-color: #b8a532;
    color: #fff;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    display: block;
    margin-bottom: 40px;
    padding: 11px 10px;
    border-radius: 20px;
}

.print-page:hover {
    background-color: #000;
    color: #fff;
}

.article__body {
    padding-bottom: 60px;
}

.article__body ul {
    list-style: disc;
    padding-left: 20px;
}

:root {
    --fontgoudy: 'goudy_old_styleregular';
    --fontgoudyb: 'goudy_old_stylebold';
    --fontgoudyi: 'goudy_old_styleitalic';
}

.custom-file:focus,
.custom-file-label:focus,
.btn:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: -webkit-focus-ring-color auto 0px;
    background-color: rgb(250, 250, 250);
}

.fontgoudy {
    font-family: var(--fontgoudy);
}


/*------------------slider--------------------*/

#slider {
    position: relative;
    margin-bottom: 140px;
}

#slider .arkaplan {
    width: 100%;
    height: 800px;
    object-fit: cover;
}

#slider .sertifika {
    position: absolute;
    bottom: 40px;
    left: 40px;
}

#slider .sertifika span {
    margin-right: 14px;
}

#slider .sertifika span img {
    height: 113px;
}

#slider .icerik {
    position: absolute;
    top: 90px;
    right: 90px;
    width: 430px;
    background: #fff;
    padding: 20px;
}

#slider .icerik .icalan {
    border: 4px solid #000;
    padding: 38px;
    text-align: center;
}

#slider .icerik .icalan .yazi1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}

#slider .icerik .icalan .yazi2 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 30px;
}

#slider .icerik .icalan .yazi3 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 30px;
}

#slider .icerik .icalan .resim img {
    max-width: 90%;
    margin-bottom: 30px;
}

#slider .icerik .icalan .buton {
    font-size: 40px;
    font-weight: 700;
    color: #000;
}


/*------------------tarihsec--------------------*/

#tarihsec {
    position: relative;
    margin-bottom: 140px;
    padding: 0px 120px;
}

#tarihsec .tarihalan {
    margin-bottom: 26px;
}

#tarihsec .tarihalan .yazi {
    display: block;
    text-align: center;
    height: 20px;
    margin-bottom: 15px;
    font-family: var(--fontgoudy);
    font-size: 15px;
    color: #000;
}

#tarihsec .tarihalan .kutu {
    display: block;
    padding: 30px 30px 20px 30px;
    text-align: center;
    cursor: pointer;
}

#tarihsec .dropdown-toggle::after {
    display: none;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

#tarihsec .tarihalan .kutu .ay {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    color: #000;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
}

#tarihsec .tarihalan .kutu .gun {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 44px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}

#tarihsec .tarihalan .kutu .adet {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    font-size: 44px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}

#tarihsec .tarihalan .kutu .adet i {
    font-size: 20px;
    color: #C4C4C4;
}

#tarihsec .tarihalan .kutu .icon {
    display: block;
    font-size: 24px;
    color: #C4C4C4;
}

#tarihsec .kuponkodu .form-control {
    padding: 0px;
    height: 55px;
    line-height: 55px;
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid #F1F1F1;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 500 !important;
    color: #000000 !important;
}

#tarihsec .kuponkodu .form-control:focus {
    background-color: white;
}

#tarihsec .kuponkodu .btn-secondary {
    padding: 0px;
    height: 55px;
    line-height: 55px;
    border-radius: 0px;
    border: 1px solid #F1F1F1;
    background: #003963;
    font-family: var(--fontgoudy);
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
}

#tarihsec .baslik {
    font-family: var(--fontgoudyb);
    font-size: 20px;
    font-weight: 700;
    color: #434343;
    margin-bottom: 30px;
}

#tarihsec .aciklama {
    font-size: 15px;
    font-weight: 400;
    color: #5B5B5B;
    line-height: 30px;
}

#tarihsec .aciklama p {
    font-size: 15px;
    font-weight: 400;
    color: #5B5B5B;
    line-height: 30px;
}


/*------------------history--------------------*/

#history {
    position: relative;
    margin-bottom: 140px;
    padding: 0px 120px;
}

#history .baslik {
    margin-bottom: 80px;
    border-bottom: 1px solid #000;
    height: 50px;
}

.baslik .yazi {
    font-size: 70px;
    color: #000;
    background: #fff;
    line-height: 74px;
    padding-right: 40px;
}

.altbaslik {
    font-family: var(--fontgoudy);
    font-size: 30px;
    color: #000;
    line-height: 36px;
    margin-top: 80px;
    margin-bottom: 15px;
}

#history .aciklama,
#history .aciklama p {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    line-height: 30px;
}

#history .resim {
    max-width: 100%;
}


/*------------------rooms--------------------*/

#rooms {
    position: relative;
    margin-bottom: 140px;
    padding: 0px 120px;
    background: url('../img/romance-oda-sketch.png');
    background-repeat: no-repeat;
    background-size: 40% auto;
    background-position: -80px 120px;
}

#rooms .baslik {
    margin-bottom: 80px;
    border-bottom: 1px solid #000;
    height: 50px;
}

#rooms .alan {
    display: none;
    margin-top: 80px;
}

#rooms .alan.active {
    display: block;
}

#rooms .aciklama {
    font-size: 15px;
    color: #615757;
    line-height: 22px;
    margin-bottom: 30px;
}

#rooms .link {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    line-height: 25px;
}

#rooms .carousel-item {
    text-align: center;
    border-radius: 10px;
}

#rooms .carousel-item img {
    width: 100%;
}

#rooms .carousel-control-next,
#rooms .carousel-control-prev {
    color: #000;
    font-size: 40px;
    width: 5%;
}

#rooms .carousel-control-prev {
    left: -50px;
}

#rooms .carousel-control-next {
    right: -50px;
}

#rooms .carousel-item img {
    border-radius: 10px;
}


/*------------------special--------------------*/

#special {
    position: relative;
    margin-bottom: 140px;
    padding: 0px 120px;
}

#special .baslik {
    margin-bottom: 80px;
    border-bottom: 1px solid #000;
    height: 50px;
}

#special .item {
    display: block;
    margin-bottom: 30px;
}

#special .item .resim {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 17px;
}

#special .item .itembaslik {
    display: flex;
    align-items: center;
    font-family: var(--fontgoudyb);
    font-size: 25px;
    line-height: 30px;
    color: #000;
}

#special .item .itembaslik small {
    margin-left: auto;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    line-height: 22px;
    color: #000;
    margin-bottom: 14px;
}

#special .item .aciklama {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #232323;
    margin-bottom: 20px;
}

#special .item .detail {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color: #484848;
}

#special .sag {
    padding-left: 120px;
}

.sag .altbaslik {
    position: relative;
    font-family: var(--fontgoudy);
    font-size: 30px;
    line-height: 30px;
    color: #000;
    margin-bottom: 10px;
}

#special .sag .altbaslik:before {
    position: absolute;
    content: "";
    top: 15px;
    left: -100px;
    width: 80px;
    height: 1px;
    background: #000000;
}

#special .sag .yazi1,
#special .sag .yazi1 p {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    color: #000;
    margin-bottom: 20px;
}

#special .sag .link {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    color: #000000;
}

#instagram {
    margin-bottom: 100px;
}

#instagram .baslik {
    margin-bottom: 80px;
    border-bottom: 1px solid #000;
    height: 50px;
    margin-left: 70px;
}


/*------------------explore--------------------*/

#explore {
    position: relative;
    margin-bottom: 40px;
    padding: 0px 120px 120px 120px;
    background: url('../img/stock-vector-vector-sketch-of-famous-turkish-landmark-ortakoy-mosque-in-istanbul-and-bosphorus-bridge-hand-749374255.png');
    background-repeat: no-repeat;
    background-size: 40% auto;
    background-position: 0px 120px;
}

#explore .baslik {
    margin-bottom: 80px;
    border-bottom: 1px solid #000;
    height: 50px;
}

#explore .baslik .butonlar {
    background: #fff;
    height: 74px;
    margin-left: auto;
    display: flex;
    align-items: center;
}

#explore .baslik .butonlar button {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background: #F3F3F3;
    border: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #C4C4C4;
    margin: 20px 0px 0px 20px;
}

#explore .lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
    display: none;
}

#explore .item {
    position: relative;
}

#explore .item .resim {
    text-align: center;
}

#explore .item .resim img {
    width: calc(100% - 40px);
}

#explore .item .yazi1 {
    /* position: absolute; */
    /* top: 50%; */
    /* left: -41%; */
    width: 100%;
    /* height: 20px; */
    text-align: center;
    -ms-transform: rotate(90deg);
    /* transform: rotate(90deg); */
    margin-bottom: 15px;
    font-size: 14px;
    height: 30px;
}

.footer-cont {
    background: #2C2E3D;
    margin-left: auto;
    margin-right: auto;
}


/*------------------quest--------------------*/

#quest {
    position: relative;
    margin-bottom: 140px;
    padding: 0px 120px 0px 120px;
}

#quest .baslik {
    margin-bottom: 80px;
    border-bottom: 1px solid #000;
    height: 50px;
}

#quest .tripad {
    max-width: 100%;
}

#quest .butonlar {
    background: #fff;
    height: 74px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

#quest .butonlar button {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background: #F3F3F3;
    border: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #C4C4C4;
    margin: 20px 10px 0px 10px;
}

#quest .lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
    display: none;
}

#quest .item {
    padding: 35px 45px;
    background: #F8F8F8;
    border-radius: 14px;
}

#quest .item .hotel {
    display: flex;
    align-items: center;
    font-family: var(--fontgoudyb);
    font-size: 25px;
    color: #000;
    margin-bottom: 20px;
}

#quest .item .hotel span {
    margin-left: auto;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #000;
}

#quest .item .aciklama {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #000;
    margin-bottom: 10px;
}

#quest .item .yazan {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #000;
}


/*------------------collection--------------------*/

#collection {
    position: relative;
    margin-bottom: 140px;
    padding: 0px 120px 120px 120px;
    background: url('../img/istanbul-cityscape-at-night-YAN3DZ8.png');
    background-repeat: no-repeat;
    background-size: 40% auto;
    background-position: 0px 120px;
}

#collection .baslik {
    margin-bottom: 80px;
    border-bottom: 1px solid #000;
    height: 50px;
}

#collection .logolar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 50px;
}

#collection .logolar .logo {
    width: 20%;
}


/*------------------footer--------------------*/

#footer {
    position: relative;
    padding: 45px 120px 45px 120px;
    display: flex;
    align-items: center;
    background: #2C2E3D;
}

#footer .logo {
    height: 181px;
    padding-right: 55px;
    margin-right: 55px;
    border-right: 1px solid #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#footer .iletisim {
    height: 181px;
    padding-right: 55px;
    margin-right: 55px;
    border-right: 1px solid #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#footer .iletisim .bilgi {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #fff;
    line-height: 18px;
}

#footer .kisalink {
    height: 181px;
    padding-right: 55px;
    margin-right: 55px;
    border-right: 1px solid #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#footer .kisalink a {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #fff;
    line-height: 18px;
}

#footer .sosyal {
    height: 181px;
    display: flex;
    align-items: center;
}

#footer .sosyal span {
    font-size: 40px;
    color: #fff;
    line-height: 42px;
    margin-right: 42px;
}

#footer .sosyal a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    background: #fff;
    font-size: 30px;
    color: #2C2E3D;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
}

.container85 {
    width: 85% !important;
}

#explore .item .resim img {
    border-radius: 17px;
}

.datepicker td {
    padding: 6px !important;
    font-size: 15px !important;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #a1900b, #cdb855);
    background-image: -ms-linear-gradient(top, #a1900b, #cdb855);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a1900b), to(#cdb855));
    background-image: -webkit-linear-gradient(top, #a1900b, #cdb855);
    background-image: -o-linear-gradient(top, #a1900b, #cdb855);
    background-image: linear-gradient(top, #a1900b, #cdb855);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a1900b', endColorstr='#cdb855', GradientType=0);
    border-color: #a1900b #cdb855 #a1900b;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

@media screen and (max-width:1468px) and (min-width:1100px) {
    #rooms .alan {
        display: none;
        margin-top: 0;
    }
    #rooms .aciklama {
        font-size: 13px;
        color: #615757;
        line-height: 16px;
        margin-bottom: 30px;
    }
    #footer .logo {
        height: 181px;
        padding-right: 0 !important;
        margin-right: 0 !important;
        border-right: 1px solid #000;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #footer .iletisim {
        height: 181px;
        padding-right: 32px !important;
        margin-right: 0 !important;
        border-right: 1px solid #000;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #footer {
        position: relative;
        padding: 45px 50px 45px 50px;
    }
    #footer .iletisim .bilgi {
        font-family: var(--fontrubik);
        font-size: 13px;
        color: #000;
        line-height: 18px;
    }
    #footer .kisalink {
        height: 181px;
        padding-right: 15px !important;
        margin-right: 0 !important;
        border-right: 1px solid #000;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #footer .kisalink a {
        font-family: var(--fontrubik);
        font-size: 13px;
        color: #FFF;
        line-height: 18px;
    }
    #tarihsec .tarihalan .kutu {
        display: block;
        padding: 26px 13px 20px 13px;
        text-align: center;
        cursor: pointer;
    }
    #tarihsec .tarihalan .kutu .gun {
        display: block;
        font-family: var(--fontrubik);
        font-size: 28px;
        font-weight: 500;
        color: #000;
        margin-bottom: 10px;
    }
    #tarihsec .tarihalan .kutu .adet {
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: var(--fontrubik);
        font-size: 28px;
        font-weight: 500;
        color: #000;
        margin-bottom: 10px;
    }
    #footer .iletisim .bilgi {
        font-family: var(--fontrubik);
        font-size: 13px;
        color: #FFF;
        line-height: 18px;
    }
}

.daire-img-left img {
    width: 100%;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.daire-img-right img {
    width: 100%;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.daire-content-box h2 {
    font-size: 60px;
    line-height: 39px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-bottom: 10px;
}

.daire-content-box p {
    font-size: 14px;
    line-height: 23px;
    padding-bottom: 10px;
    font-weight: 400;
    color: #878C9F;
}

.icon-img {
    width: fit-content;
    float: left;
}

.icon-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 13px;
    padding-left: 8px;
    float: left;
    padding-top: 9px;
}

.icon-first {
    float: left;
    margin-right: 27px;
}

.mt15 {
    margin-top: 15px;
}

.pl0 {
    padding-left: 0;
}

.imkan h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    line-height: 49px;
    font-weight: 500;
    margin-bottom: 5px;
}

.imkanlar-ico img {
    margin-right: 20px;
    vertical-align: middle;
}

.btnlar {
    width: 100%;
    float: left;
    margin-top: 37px;
}

.show-currency-tooltip a {
    color: #fff;
}

.btnlar a {
    border-top: 1px solid #e6e0e0;
    border-bottom: 1px solid #e6e0e0;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 5px;
    padding-right: 5px;
    color: #000;
}

.btnlar a:hover {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.daire-content-box {
    padding-left: 35px;
}

.daireler-anaresim {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
}

.daireler-anaresim-left {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
}

.daire-main-icons {
    min-height: 50px;
    margin-bottom: 15px;
}

.mb40 {
    margin-bottom: 115px;
}

.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pt165 {
    padding-top: 165px;
}

.pt-60 {
    padding-top: 60px;
}

.mt-30 {
    margin-top: 30px
}

hr {
    margin-top: 40px;
    margin-bottom: 40px;
}

hr.hr80 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.ya-content h3 {
    font-size: 20px;
    margin-bottom: 30px;
}

.ament img {
    vertical-align: middle;
    margin-right: 5px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-80 {
    margin-bottom: 80px;
}

.ament-img-box {
    display: inline-block;
    width: 65px;
}

.ya-gallery-img img {
    width: 100%;
}

.ya-gallery .butonlar button {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background: #F3F3F3;
    border: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #C4C4C4;
    margin: 20px 0px 0px 4px;
}

.br-grey {
    border-right: 1px solid #E1E1E1;
}

.ic-book .booknow {
    position: relative;
    background: #D3BC61;
    border-radius: 3px;
    height: 48px;
    line-height: 48px;
    font-size: 20px;
    color: #fff;
    padding: 0px 18px 0px 70px;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.ic-book h4 {
    font-size: 40px;
    margin-top: 16px;
    margin-bottom: 15px;
}

.ic-book ul.checklist {
    list-style-image: url(../img/tick.png);
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 23px;
}

.ic-book ul.checklist li {
    margin-bottom: 10px;
    color: #171414;
    font-weight: 500;
    line-height: 19px;
}

.ic-book .booknow .icon {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #003963;
    border-radius: 3px 0px 0px 3px;
    width: 52px;
    height: 48px;
    line-height: 48px;
    text-align: center;
}

.ya-gallery {
    position: relative;
}

.ya-gallery .butonlar {
    background: #fff;
    height: 74px;
    margin-left: auto;
    display: flex;
    align-items: center;
    position: absolute;
    top: -93px;
    right: 0;
}

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

.page-title h1 {
    font-size: 70px;
}

.room-img {
    width: 100%;
    position: relative;
}

.room-img img {
    max-width: 100%;
    height: auto;
}

.room-ico-item {
    width: fit-content;
    float: left;
    margin-right: 20px;
    margin-top: 15px;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
}

.room-ico-item img {
    vertical-align: middle;
    margin-right: 5px;
}

.room-over {
    position: absolute;
    bottom: -90px;
    background-color: #fff;
    border-radius: 180px;
    padding: 26px;
    border-radius: 50%;
    /* display: inline-block; */
    width: 165px;
    height: 165px;
    left: 14px;
}

.rubik {
    font-family: 'Poppins', sans-serif;
}

.rubik p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}

.packages img {
    border-radius: 15px;
}

.room-title h1 {
    font-size: 60px;
}

h2.packages-heading {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

h2.dining-heading {
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.br3 {
    border-right: 3px solid #000;
}

.pr40 {
    padding-right: 40px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-130 {
    margin-bottom: 130px;
}

.ya-form .form-control {
    border: 0;
    border-bottom: 1px solid #E9E9E9;
    border-radius: 0;
    padding-left: 0;
}

.ya-form .form-control:focus {
    background-color: transparent;
}

.btnlar img {
    vertical-align: middle;
    margin-left: 5px;
}

.dining-img-box {
    position: relative;
}

.view-images {
    position: absolute;
    bottom: 37px;
    right: 0px;
}

.view-images img {
    vertical-align: middle;
    /* margin-left: 5px; */
    margin-right: 9px;
}

.view-images a {
    background-color: #fff;
    padding: 7px 24px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    color: #000;
}

.event-pop-form {
    position: absolute;
    bottom: 37px;
    left: 0px;
}

.event-pop-form-right {
    position: absolute;
    bottom: 37px;
    right: 0px;
}

.event-pop-form-right a {
    background-color: #fff;
    padding: 7px 24px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    color: #000;
}

.event-pop-form-right img {
    vertical-align: middle;
    /* margin-left: 5px; */
    margin-right: 9px;
}

.pop-form-pad {
    padding-top: 0px;
    padding-bottom: 45px;
    padding-left: 31px;
    padding-right: 35px;
}

.event-pop-form img {
    vertical-align: middle;
    /* margin-left: 5px; */
    margin-right: 9px;
}

.event-pop-form a {
    background-color: #fff;
    padding: 7px 24px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    color: #000;
}

.dining-h3 {
    margin-top: 15px;
    font-size: 16px;
}

.yasmak-container {
    padding-left: 15%;
    padding-right: 15%;
}

span.packages-price {
    font-size: 30px;
    color: #D3BC61;
}

a.bb-btn {
    border-bottom: 1px solid #0e0d0d;
    padding-top: 8px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
    color: #000;
    margin-top: 10px;
    display: inline-block;
    width: 160px;
}

.bb-btn img {
    margin-left: 10px;
}

.line-heading {
    width: 75px;
    height: 7px;
    margin: 32px auto 0;
    display: inline-block;
    position: relative;
    overflow: hidden
}

.line-heading span:after,
.line-heading span:before,
.line-heading:after,
.line-heading:before {
    border-color: #D3BC61;
    content: "";
    width: 30px;
    border-width: 1px 0;
    border-style: solid;
    height: 12px;
    display: inline-block;
    -moz-transform: rotate(-38deg);
    -webkit-transform: rotate(-38deg);
    -ms-transform: rotate(-38deg);
    -o-transform: rotate(-38deg);
    transform: rotate(-38deg);
    position: absolute;
    left: 0
}

.line-heading span:after,
.line-heading:after {
    -moz-transform: rotate(38deg);
    -webkit-transform: rotate(38deg);
    -ms-transform: rotate(38deg);
    -o-transform: rotate(38deg);
    transform: rotate(38deg);
    left: 14px
}

.line-heading span:before {
    left: 34px
}

.line-heading span:after {
    left: 48px
}

.heading__primary {
    font-size: 40px;
    font-weight: 600
}

.heading__secondary {
    margin-top: 2px
}

.contact-box {
    width: 100%;
    position: relative;
    text-align: center;
    border: 1px solid #DCE0E2;
    border-radius: 6px;
    padding: 30px;
}

.contact-box h1 {
    font-size: 24px;
}

.contact-ico .svg-inline--fa {
    font-size: 36px;
    margin-top: 45px;
    color: #D3BC61;
    margin-bottom: 20px;
}

.btn-contact {
    background-color: #d3bc61;
    padding: 16px 19px;
    display: inline-block;
    margin-top: 35px;
    color: #fff;
}

.btn-contact:hover {
    background-color: #000;
    padding: 16px 19px;
    display: inline-block;
    margin-top: 35px;
    color: #fff;
}

.cont-flex {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

.l-he27 {
    line-height: 27px !important;
}

.sosyal i {
    font-size: 30px;
    color: #000;
}

.contact .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.contact .card {
    border: 1px solid rgb(91 110 139);
}

.contact .card .btn {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.contact .accordion {
    padding-bottom: 40px;
}

.contact .card .btn:hover {
    text-decoration: none;
}

@media only screen and (min-width: 768px) {
    .stcontent {
        padding-top: 0
    }
}

@media only screen and (max-width: 768px) {
    .container85 {
        width: 95% !important;
    }
    #slider {
        background-color: #000;
        position: relative;
        margin-bottom: 32px;
        height: unset !important;
    }
    .datepicker {
        left: 0 !important;
    }
    .pt20 {
        padding-top: 20px;
    }
    .ptb-60 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #footer .logo {
        text-align: center;
        position: relative;
        display: inherit;
        padding-top: 50px;
    }
    .mobile-hidden {
        display: none !important;
    }
    .mobile-top-bar {
        background-color: #f7f7f7;
        padding: 12px;
        display: flow-root;
    }
}

@media only screen and (min-width: 768px) {
    .mobile-top-bar {
        display: none;
    }
    .desktop-hidden {
        display: none !important;
    }
}

.talisman-btn {
    width: fit-content;
    display: block;
    margin-left: auto;
    margin-top: 80px;
    text-align: center;
}

.tal-navi-btn {
    background-color: #003963;
    color: #fff;
    padding: 13px 14px;
    margin-right: 10px;
}

.tal-navi-btn:hover {
    background-color: #000;
    color: #fff;
    padding: 13px 14px;
    margin-right: 10px;
}

.moment-notice.show {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.moment-notice {
    position: fixed;
    overflow: hidden;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    width: 100%;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.90);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate3d(0, -400px, 0);
    -moz-transform: translate3d(0, -400px, 0);
    -ms-transform: translate3d(0, -400px, 0);
    -o-transform: translate3d(0, -400px, 0);
    transform: translate3d(0, -400px, 0);
    -webkit-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#mn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 19px;
    height: 19px;
    background: url(https://novablink.com/commons/widget_notice_banner/img/close.png) left top no-repeat;
    background-size: 19px;
}

.mn-wrap {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: calc(100% - 60px);
    padding-top: 25px;
    padding-bottom: 25px;
}

.mn-col.padding {
    padding-left: 10px;
    padding-right: 10px;
}

.mn-col {
    display: block;
    font-family: 'Arial', sans-serif !important;
    font-size: 14px;
    color: #fff;
}

.modformbtn {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 30px;
    padding-right: 30px;
    color: #000;
    font-size: 20px;
    background: transparent;
    border-left: 0;
    border-top: 1px solid #e6e0e0;
    border-bottom: 1px solid #e6e0e0;
    border-right: 0;
    float: right;
}

.whatsapp-fix {
    position: fixed;
    bottom: 20px;
    right: 15px;
    z-index: 99999999;
}

.mn-wrap svg {
    display: block;
    width: 42px;
    height: 42px;
    fill: white;
}

.mn-headline {
    position: relative;
    top: -5px;
    font-weight: 700;
    text-transform: uppercase;
}

.mn-text {
    line-height: 1.4;
}

a.mn-link {
    color: #fff;
    font-size: 14px;
    padding-bottom: 1px;
    border-bottom: 1px solid #fff;
}

@media only screen and (min-width: 1025px) {
    .moment-notice {
        z-index: 9999999;
    }
    .mn-wrap {
        width: calc(100% - 80px);
        max-width: 1180px;
        margin: 0 auto;
    }
    .mn-col.padding {
        padding-left: 0px;
        padding-right: 20px;
    }
}

.cc-link {
    display: none !important;
}

@media (min-width:768px) and (max-width: 1399.98px) {
    #tarihsec .tarihalan .kutu {
        padding: 30px 10px 30px 10px;
    }
    #explore .item .yazi1 {
        left: -50px;
    }
    #collection {
        padding: 0px 120px 30px 120px;
    }
    #collection .logolar {
        margin-top: 20px;
    }
    #footer .logo {
        margin-right: 20px;
        padding-right: 20px;
    }
    #footer .logo img {
        width: 120px;
    }
    #footer .iletisim {
        margin-right: 20px;
        padding-right: 20px;
    }
    #footer .kisalink {
        margin-right: 20px;
        padding-right: 20px;
    }
    #footer .sosyal span {
        margin-right: 20px;
    }
}


/*------------------slider--------------------*/

#slider .sertifika {
    top: 20px;
    left: 20px;
}

#slider .sertifika span img {
    height: 90px;
}

#slider .icerik {
    position: absolute;
    top: 120px;
    right: 20px;
    width: calc(100% - 40px);
    background: #fff;
    padding: 20px;
}

#slider .icerik .icalan {
    border: 4px solid #000;
    padding: 38px;
    text-align: center;
}

#slider .icerik .icalan .yazi1 {
    font-size: 40px;
    font-weight: 700;
    font-family: var(--fonttan);
    margin-bottom: 10px;
}

#slider .icerik .icalan .yazi2 {
    font-size: 60px;
    font-weight: 700;
    font-family: var(--fonttan);
    margin-bottom: 30px;
}

#slider .icerik .icalan .yazi3 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 30px;
}

#slider .icerik .icalan .resim img {
    max-width: 90%;
    margin-bottom: 30px;
}

#slider .icerik .icalan .buton {
    font-size: 40px;
    font-weight: 700;
    font-family: var(--fonttan);
    color: #000;
}


/*------------------tarihsec--------------------*/

#tarihsec {
    padding: 0px 15px;
}

#tarihsec .tarihalan .yazi {
    display: block;
    text-align: center;
    height: 20px;
    margin-bottom: 15px;
    font-family: var(--fontgoudy);
    font-size: 12px;
    color: #000;
}

#tarihsec .tarihalan .kutu {
    padding: 20px 10px 20px 10px;
}

#tarihsec .tarihalan .kutu .gun {
    font-size: 24px;
}

#tarihsec .tarihalan .kutu .adet {
    font-size: 24px;
}

#tarihsec .kuponkodu {
    margin-bottom: 40px;
}


/*------------------history--------------------*/

#history {
    padding: 0px 15px;
}

#history .baslik .yazi {
    font-size: 50px;
}

#history .altbaslik {
    margin-top: 0px;
}

#history .aciklama {
    margin-bottom: 25px;
}

#history .resim {
    max-width: 100%;
}


/*------------------rooms--------------------*/

#rooms {
    padding: 0px 15px;
    background: url('');
}

#rooms .baslik .yazi {
    font-size: 50px;
}

#rooms .alan {
    margin-top: 10px;
    margin-bottom: 30px;
}

#rooms .carousel-item img {
    width: 80%;
}

#rooms .carousel-control-prev {
    left: 0px;
}

#rooms .carousel-control-next {
    right: 0px;
}


/*------------------special--------------------*/

#special {
    padding: 0px 15px;
}

#special .baslik .yazi {
    font-size: 50px;
}


/*------------------explore--------------------*/

#explore {
    padding: 0px 15px 30px 15px;
    background: url('');
}

#explore .baslik {
    margin-bottom: 120px;
    height: 50px;
}

#explore .baslik .yazi {
    font-size: 50px;
}


/*------------------quest--------------------*/

#quest {
    position: relative;
    margin-bottom: 70px;
    padding: 0px 15px 0px 15px;
}

#quest .baslik .yazi {
    font-size: 50px;
}

#quest .item {
    padding: 35px 45px;
    background: #F8F8F8;
    border-radius: 14px;
}


/*------------------collection--------------------*/

#collection {
    position: relative;
    margin-bottom: 60px;
    padding: 0px 15px 0px 15px;
    background: url('');
}

#collection .baslik .yazi {
    font-size: 50px;
}

#collection .logolar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 0px;
}

#collection .logolar .logo {
    width: 50%;
}


/*------------------footer--------------------*/

#footer {
    padding: 45px 15px 45px 15px;
    flex-direction: column;
}

#footer .logo {
    height: auto;
    padding-right: 0;
    margin-right: 0;
    border-right: 0px solid #000;
    margin-bottom: 40px;
}

#footer .iletisim {
    width: 100%;
    height: auto;
    padding-right: 0;
    margin-right: 0;
    border-right: 0px solid #000;
    margin-bottom: 40px;
}

#footer .kisalink {
    width: 100%;
    height: auto;
    padding-right: 0;
    margin-right: 0;
    border-right: 0px solid #000;
    margin-bottom: 40px;
}

#footer .sosyal {
    width: 100%;
    height: auto;
    padding-right: 0;
    margin-right: 0;
    border-right: 0px solid #000;
    margin-bottom: 20px;
}

#footer .sosyal span {
    margin-right: auto;
}

.aciklama p {
    color: black !important;
    font-weight: 400 !important;
}

.btncik {
    font-size: 14px;
    border-top: 1px solid #e6e0e0;
    border-bottom: 1px solid #e6e0e0;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 5px;
    padding-right: 5px;
    color: #000;
    margin-top: 5px;
}

.resimoda {
    height: 550px;
}

.rooms {
    margin-top: 7%;
}

.kurumsal {
    height: 450px !important;
}

@media(max-width:800px) {
    .resimoda {
        height: 350px;
        width: 100%
    }
    #rooms .carousel-item img {
        width: 100%;
    }
    .rooms {
        margin-top: 3%;
    }
    .kurumsal {
        height: 250px !important;
    }
    .imgc {
        height: auto !important;
        width: 100px !important;
    }
    .image {
        position: relative;
        width: 100%;
    }
    .h1yazi {
        position: absolute;
        top: 323px;
        left: 17px;
        color: yellow;
    }
    .sag {
        width: 100% !important;
    }
    #special .sag {
        padding-left: 0px;
    }
    .mpc {
        display: none;
    }
    #rooms {
        margin-bottom: 20px;
    }
    .rows {
        width: 96% !important;
        margin-left: 2%;
    }
}

@media(min-width:800px) {
    .mpc1 {
        display: none;
    }
    .imgc {
        height: 97px !important
    }
    .rows {
        width: 96% !important;
        margin-left: 2%;
    }
    .image {
        position: relative;
        width: 100%;
    }
    .h1yazi {
        position: absolute;
        top: 270px;
        left: 70px;
        color: yellow;
    }
}

.swiper {
    width: 100% !important;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.image-tre3 {
    top: 300px !important;
    position: relative;
    left: 191px;
    }
    @media(max-width:500px) {
    .image-tre3 {
    width: 90px;
    top: 271px;
    position: relative;
    left: 225px;
}
    }

    .btnqiq {
        width: 130px;
        margin-left: 10px;
        background-color: #003963;
        color: #fff;
        border: 0;
        max-height: 40px;
        margin-top: 30px;
        padding: 7px;
        font-size: 15px;
    }
    
    