

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat.eot?#iefix') format('embedded-opentype'),  url('../fonts/Montserrat/Montserrat.otf')  format('opentype'),
    url('../fonts/Montserrat/Montserrat.woff') format('woff'), url('../fonts/Montserrat/Montserrat.ttf')  format('truetype'), url('../fonts/Montserrat/Montserrat.svg#Montserrat') format('svg');
    font-weight: normal;
    font-style: normal;
}

#header {
    background-color: black;
}
#header #logo h1 a, #header #logo h1 a:hover {
    padding-left: 0;
    border-left: none;
}
#header #logo h1 a img{
    margin-top: -24px;
}

body.mobile-nav-active #mobile-nav {
    right: 0;
    left: inherit;
}
#mobile-nav {
    /*top: 0;*/
    right: -260px;
}
#mobile-nav-toggle .fa-times{
    margin-right: 15px;
    font-size: 30px;
}
@media (max-width: 1200px){
    #nav-menu-container {
        display: none;
    }
    #mobile-nav-toggle {
        display: inline;
    }
}

@media (max-width: 768px){
    #header #logo img {
        max-height: fit-content;
    }
}


#about .section-header p {
    font-size: 20px;
    font-weight: 100;
    text-align: justify;
}

#about blockquote {
    padding: 36px;
    background-color: #D62323;
    color: #FFFEFE;
    letter-spacing: 1.26px;
    font-size: 29px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    font-family: unset;
    line-height: 42px;

}

@media (max-width: 1200px){
    #about img{
        width: 100%;
        min-height: 400px;
        object-fit: cover;
    }
}

/*yerler*/
#yerler .section-header h3 ,
#etkinlikler .section-header h3{
    text-transform: none;
}
#yerler .yerBox{
    width: 100%;
    height: 320px;
    background-color: #2d2c2c;
    margin-bottom: 30px;
    border:5px solid #333;
}
#etkinlikler .etkinlikBox{
    width: 100%;
    height: auto;
    background-color: #2d2c2c;
    margin-bottom: 30px;
    border:5px solid #333;
}
#yerler .yerBox:hover,
#etkinlikler .etkinlikBox:hover{
    background-color: #333;
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
    border-radius: 5px;
}
#etkinlikler .etkinlikBox{
    background-color: #f3e01e;
    color:#1d2124;
    border:5px solid #f4e425;
}
#etkinlikler .etkinlikBox:hover{
    background-color: #f3f404;
}
#etkinlikler .etkinlikBoxLink{
    color: #1d2124;
}
#yerler .title{
    margin-left: 0;
    width: 100%;
    padding-top: 10px;
    text-align: center;
    line-height: 22px;
    letter-spacing: 0.90px;
    font-size: 18px;
}
#etkinlikler .title {
    margin-left: 0;
    width: 100%;
    padding-top: 20px;
    text-align: center;
    line-height: 38px;
    letter-spacing: 0.90px;
    font-size: 26px;
}
#yerler .yer-iframe,
#etkinlikler .etkinlik-iframe{
    /*padding: 10px;*/
    margin-bottom: 10px;
}
#yerler .yer-iframe iframe:hover,
#etkinlikler .etkinlik-iframe:hover{
    opacity: 0.9;
}

#yerler #searchBox,
#etkinlikler #searchBox{
    width: 80%;
    height: 50px;
    padding: 5px;
    text-align: center;
    font-size: 22px;
    margin: 0 auto;
    border-radius: 20px;
}
#yerler #searchBox:focus,
#etkinlikler #searchBox:focus{
    border-color: rgba(126, 239, 104, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);
    outline: 0 none;
}
#yerler .yerBox .fa-map-signs {
    margin: 20% auto;
}

@media (max-width: 768px){
    #yerler .yerBox .fa-map-signs{
        margin-top: 13%;
    }
    #yerler .title,
    #etkinlikler .title{
        bottom: 30px;
    }
    #yerler #searchBox,
    #etkinlikler #searchBox{
        width: 100%;
    }
}

a.button-tumu, a.button-reservation{
    line-height: 48px;
    padding: 10px;
    background-color: #f3f1f1;
    color: #333;
    font-size: 18px;
    font-weight: bold;

}
a.button-tumu:hover, a.button-reservation:hover{
    background-color: #1e7e34;
    color: #f8f8f8;

}
.title-heading{
    text-align: center;
    border-bottom: 1px solid #000;
    line-height: 0.1em;
    margin: 10px 0 20px;
}
.title-heading span{
    background-color:#fff;
    padding:0 10px;
}

/*reservation*/
.reservation-avaible{
    background-color: #f3e01e;
    color: #1d2124;
    padding: 5px;
    width: 100%;
    margin:0 auto;
    margin-bottom: 10px;
    display: table;
}
.reservation-title{
    display: table-cell;
    vertical-align: middle;
}

/*reservation form*/
.reservation-form{
    background-color: #f3e01e;
    color: #1d2124;
    padding: 10px;
    padding-top:20px;
    width: 94%;
    margin: 0 auto;
}
.reservation-form-link{
    color: #0b2e13;
    font-weight: bold;
}
.reservation-form-link:hover{
    color: #0b2e13;
    text-decoration: underline;
}
.reservation-form label{
    font-size: 14px;
}
.reservation-form h4{
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
}
.reservation-form hr{
    border-top: 1px solid #333;
    max-width: 40%;
}
.reservation-form input,
.reservation-form select{
    border-radius: 0;
    border: none;
    background-color: #eeeeee
}
.reservation-form select {
    font-size: 14px;
}
button.reservation-clear,
button.reservation-submit{
    border: none;
    padding: 10px;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
}


button.reservation-clear:hover{
    background-color:  #a41113;
    color: #f8f8f8;
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}

button.reservation-submit:hover{
    background-color: #2fa452;
    color: #f8f8f8;
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}

/*contact*/
#contact h4, #contact h6 {
    font-weight: 600;
}
#contact h6 {
    color: #000;
}
#footer .footer-top .social-links {
    text-align: center;
}
#footer .footer-top .social-links a {
    font-size: 26px;
    line-height: 2;
    padding: 10px 0;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 70px;
    height: 70px;
}

/* [SLIDER] */
.footer-info #slider,  .footer-info #slider .slide{
    max-width: 100%;
    height: 135px;
    clear: right;
}
.footer-info #slider {
    overflow: hidden;
    font-size: 1.2em;
    color: #fff;
    margin-top: 15px;
}
.footer-info #slider .container {
    position: relative;
    bottom: 0;
    right: 0;
    animation: slide-animation 40s infinite;
    text-align: right;
}
.footer-info #slider .slide {
    position: relative;
    box-sizing: border-box;
    padding: 5px 0px;
}

/* [ANIMATION] */
@keyframes slide-animation {
    0% {
        opacity: 0;
        bottom: 0;
    }
    11% {
        opacity: 1;
        bottom: 0;
    }
    22% { bottom: 100%; }
    33% { bottom: 100%; }
    44% { bottom: 200%; }
    55% { bottom: 200%; }
    66% { bottom: 300%; }
    77% { bottom: 300%; }
    88% {
        opacity: 1;
        bottom: 400%;
    }
    100% {
        opacity: 0;
        bottom: 400%;
    }
}
#footer .footer-top .footer-info p {
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
}
.footer-info a#slide-button{
    font-size: 12px;
    cursor: pointer;
    border: none;
    float: right;
    margin-top: 10px;
    font-weight: bold;
    background-color: #f8f8f8;
    color: #000;
    padding: 5px;
}
.footer-info a#slide-button:hover{
    background-color: #1e7e34;
    color: #f8f8f8;
}
#footer .credits {
    font-size:10px;
}
.credits a{
    font-size: 10px;
}

/* whatsapp-button */

.whatsapp-button{
    position: fixed;
    display: block;
    background-color: #1c7430;
    color: #fff;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 1;
    border-radius: 50%;
    left: 15px;
    bottom: 18px;
    transition: background 0.5s;
    z-index: 11;

}

.whatsapp-button i {
    padding-top: 10px;
    margin-top: 0;
    color: #f8f8f8;
    font-size: 18px;
    margin-left: 2px;
}

.whatsapp-button:hover {
    background-color: #23bd3d;
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
    box-shadow: 0 15px 20px rgba(46, 229, 157, 0.4);
    transform: translateZ(-10px);
}

/* call-button */

.call-button{
    position: fixed;
    display: block;
    background-color: #53f469;
    color: #333;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 1;
    border-radius: 50%;
    left: 60px;
    bottom: 18px;
    transition: background 0.5s;
    z-index: 11;

}

.call-button i {
    padding-top: 10px;
    margin-top: 0;
    color: #f8f8f8;
    font-size: 18px;
    margin-left: 2px;
}

.call-button:hover {
    background-color: #00f443;
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
    box-shadow: 0 15px 20px rgba(46, 229, 157, 0.4);
    transform: translateZ(-10px);
}

/*responsive*/

@media (max-width: 768px) {
    #footer .footer-top .footer-info p {
        font-size: 18px;
    }
}

@media only screen
and (min-device-width : 768px)
{
    .call-button,
    .whatsapp-button{
        display: none;
    }
}