@charset "UTF-8";
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

html, img {
    margin: 0;
    padding: 0;
    border: 0
}

html {
    vertical-align: baseline
}

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

img {
    font-size: 100%
}

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

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

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

table {
    border-spacing: 0
}

body {
    font-family: "Montserrat", sans-serif;
    line-height: 1.5;
    color: #fff;
    background-image: url(../../dist/img/bg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 100%
}

hr {
    width: 100%
}

.about-img:before, .category__img:before, .efekt, .gallery, .social__link {
    transition: all .25s ease-in-out
}

.ortala {
    margin-left: auto;
    margin-right: auto
}

.flex, .flex-title, .food__top, .footer {
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.bdrs {
    border-radius: .25rem
}

.dikeyAbsolute {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.dikeyFlex {
    display: flex;
    align-items: center
}

.bxs {
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1), 0 2px 6px rgba(0, 0, 0, .1)
}

.bxs:Hover {
    box-shadow: 0 8px 18px rgba(0, 0, 0, .1), 0 8px 18px rgba(0, 0, 0, .1)
}

.bxs, .bxsh {
    transition: all .2s ease-in-out
}

.bxsh:Hover {
    box-shadow: 0 10px 22px rgba(0, 0, 0, .1), 0 10px 10px rgba(0, 0, 0, .1)
}

.fz15 {
    font-size: 1.5rem
}

.fz14 {
    font-size: 14rem
}

.fz13 {
    font-size: 1.3rem
}

.fz12 {
    font-size: 1.2rem
}

.fz11 {
    font-size: 1.1rem
}

.fz10 {
    font-size: 1rem
}

.fz9 {
    font-size: .9rem
}

.fz85 {
    font-size: .85rem
}

.fz8 {
    font-size: .8rem
}

.fz7 {
    font-size: .7rem
}

.bgcover {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.fw300 {
    font-weight: 300 !important
}

.fw400 {
    font-weight: 400 !important
}

.fw500 {
    font-weight: 500 !important
}

.fw600 {
    font-weight: 600 !important
}

.fw700 {
    font-weight: 700
}

.fw800 {
    font-weight: 800
}

.mb15 {
    margin-bottom: 15px
}

.mb30 {
    margin-bottom: 30px
}

.mb50 {
    margin-bottom: 50px
}

.mb60 {
    margin-bottom: 60px
}

.mb75 {
    margin-bottom: 75px
}

.mb100 {
    margin-bottom: 100px
}

.mb150 {
    margin-bottom: 150px
}

.mt15 {
    margin-top: 15px
}

.mt30 {
    margin-top: 30px
}

.mt50 {
    margin-top: 50px
}

.mt60 {
    margin-top: 60px
}

.mt75 {
    margin-top: 75px
}

.mt100 {
    margin-top: 100px
}

.mt150 {
    margin-top: 150px
}

.visible-scrollbar::-webkit-scrollbar {
    -webkit-appearance: none
}

.visible-scrollbar::-webkit-scrollbar:vertical {
    width: 2px
}

.visible-scrollbar::-webkit-scrollbar:horizontal {
    height: 2px
}

.visible-scrollbar::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .1);
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, .1)
}

.visible-scrollbar::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .1)
}

.scrollbar::-webkit-scrollbar {
    width: 4px
}

.scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1
}

.scrollbar::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .2);
    border-radius: 6px
}

.scrollbar-yatay::-webkit-scrollbar-thumb:hover, .scrollbar::-webkit-scrollbar-thumb:hover {
    background: #f07400
}

.scrollbar-yatay::-webkit-scrollbar {
    height: 4px
}

.scrollbar-yatay::-webkit-scrollbar-track {
    background: #f1f1f1
}

.scrollbar-yatay::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .2);
    border-radius: 6px
}

.text-center {
    text-align: center
}

.slick-slide img {
    display: block
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

html {
    font-size: 100%;
    height: 100%;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*, ::after, ::before, :after, :before {
    box-sizing: inherit
}

img {
    max-width: 100%;
    vertical-align: middle
}

button, input, select, textarea {
    font-family: "Montserrat", sans-serif
}

.pos-rel {
    position: relative
}

.slick-slide, .slick-slide a {
    outline: transparent !important
}

.form-control[type=file], .noscroll {
    overflow: hidden
}

.slick-slide.slick-loading img, .tab-panel {
    display: none
}

.tab-active {
    display: block
}

.fadeIn, .tab-active, .tabcontent {
    -webkit-animation: fadeIn .5s;
    animation: fadeIn .5s
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none
    }
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder, .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}

.form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3
}

.hamburger {
    padding: 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

.hamburger:hover, .mobil .iletisim-bilgileri span {
    opacity: .7
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative
}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    width: 40px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: .15s;
    transition-timing-function: ease;
    display: block
}

.hamburger-inner {
    top: 50%;
    margin-top: -2px
}

.hamburger-inner::after, .hamburger-inner::before {
    content: ""
}

.hamburger-inner::before {
    top: -10px
}

.hamburger-inner::after {
    bottom: -10px
}

.hamburger--3dx .hamburger-box {
    -webkit-perspective: 80px;
    perspective: 80px
}

.hamburger--3dx .hamburger-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dx .hamburger-inner::after, .hamburger--3dx .hamburger-inner::before {
    transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dx.is-active .hamburger-inner {
    background-color: transparent;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.hamburger--3dx.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dx.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

@-ms-viewport {
    width: device-width
}

.container {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

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

.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    -ms-flex-wrap: wrap
}

.no-gutters {
    margin-left: 0;
    margin-right: 0
}

.no-gutters > .col, .no-gutters > [class*=col-] {
    padding-left: 0;
    padding-right: 0
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    min-height: 1px
}

.col-auto {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px
}

.col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    min-height: 1px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    -ms-flex: 0 0 auto
}

.col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
    -ms-flex: 0 0 8.333333%
}

.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    -ms-flex: 0 0 16.666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    -ms-flex: 0 0 25%
}

.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    -ms-flex: 0 0 33.333333%
}

.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    -ms-flex: 0 0 41.666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    -ms-flex: 0 0 50%
}

.col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    -ms-flex: 0 0 58.333333%
}

.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    -ms-flex: 0 0 66.666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
    -ms-flex: 0 0 75%
}

.col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    -ms-flex: 0 0 83.333333%
}

.col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
    -ms-flex: 0 0 91.666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    -ms-flex: 0 0 100%
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
        -ms-flex-positive: 1;
        -ms-flex-preferred-size: 0
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
        -ms-flex: 0 0 auto
    }

    .col-sm-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
        -ms-flex: 0 0 8.333333%
    }

    .col-sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
        -ms-flex: 0 0 16.666667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
        -ms-flex: 0 0 25%
    }

    .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        -ms-flex: 0 0 33.333333%
    }

    .col-sm-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
        -ms-flex: 0 0 41.666667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
        -ms-flex: 0 0 50%
    }

    .col-sm-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
        -ms-flex: 0 0 58.333333%
    }

    .col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        -ms-flex: 0 0 66.666667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
        -ms-flex: 0 0 75%
    }

    .col-sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
        -ms-flex: 0 0 83.333333%
    }

    .col-sm-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
        -ms-flex: 0 0 91.666667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
        -ms-flex: 0 0 100%
    }
}

@media (min-width: 768px) {
    .col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
        -ms-flex: 0 0 8.333333%
    }

    .col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
        -ms-flex: 0 0 16.666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
        -ms-flex: 0 0 25%
    }

    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        -ms-flex: 0 0 33.333333%
    }

    .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
        -ms-flex: 0 0 41.666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
        -ms-flex: 0 0 50%
    }

    .col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
        -ms-flex: 0 0 58.333333%
    }

    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        -ms-flex: 0 0 66.666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
        -ms-flex: 0 0 75%
    }

    .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
        -ms-flex: 0 0 83.333333%
    }

    .col-md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
        -ms-flex: 0 0 91.666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
        -ms-flex: 0 0 100%
    }
}

@media (min-width: 992px) {
    .col-lg-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
        -ms-flex: 0 0 8.333333%
    }

    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
        -ms-flex: 0 0 16.666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
        -ms-flex: 0 0 25%
    }

    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        -ms-flex: 0 0 33.333333%
    }

    .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
        -ms-flex: 0 0 41.666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
        -ms-flex: 0 0 50%
    }

    .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
        -ms-flex: 0 0 58.333333%
    }

    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        -ms-flex: 0 0 66.666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
        -ms-flex: 0 0 75%
    }

    .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
        -ms-flex: 0 0 83.333333%
    }

    .col-lg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
        -ms-flex: 0 0 91.666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
        -ms-flex: 0 0 100%
    }
}

@media (min-width: 1200px) {
    .col-xl-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
        -ms-flex: 0 0 8.333333%
    }

    .col-xl-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
        -ms-flex: 0 0 16.666667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
        -ms-flex: 0 0 25%
    }

    .col-xl-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        -ms-flex: 0 0 33.333333%
    }

    .col-xl-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
        -ms-flex: 0 0 41.666667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
        -ms-flex: 0 0 50%
    }

    .col-xl-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
        -ms-flex: 0 0 58.333333%
    }

    .col-xl-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        -ms-flex: 0 0 66.666667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
        -ms-flex: 0 0 75%
    }

    .col-xl-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
        -ms-flex: 0 0 83.333333%
    }

    .col-xl-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
        -ms-flex: 0 0 91.666667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
        -ms-flex: 0 0 100%
    }
}

.d-flex {
    display: flex !important
}

.flex-wrap {
    flex-wrap: wrap
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.justify-content-start {
    justify-content: flex-start !important;
    -ms-flex-pack: start !important
}

.justify-content-end {
    justify-content: flex-end !important;
    -ms-flex-pack: end !important
}

.justify-content-center {
    justify-content: center !important;
    -ms-flex-pack: center !important
}

.justify-content-between {
    justify-content: space-between !important;
    -ms-flex-pack: justify !important
}

.justify-content-around {
    justify-content: space-around !important;
    -ms-flex-pack: distribute !important
}

.align-items-start {
    align-items: flex-start !important;
    -ms-flex-align: start !important
}

.align-items-end {
    align-items: flex-end !important;
    -ms-flex-align: end !important
}

.align-items-center {
    align-items: center !important;
    -ms-flex-align: center !important
}

.m-0 {
    margin: 0 !important
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.mt-0 {
    margin-top: 0 !important
}

.mr-0 {
    margin-right: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.ml-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mr-1 {
    margin-right: .25rem !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.ml-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mr-2 {
    margin-right: .5rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.ml-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mr-3 {
    margin-right: 1rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.ml-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mr-4 {
    margin-right: 1.5rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.ml-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mr-5 {
    margin-right: 3rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.ml-5 {
    margin-left: 3rem !important
}

.slick-list, .slick-slider {
    position: relative;
    display: block
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-dots li button:focus, .slick-dots li button:hover, .slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after, .slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(./ajax-loader.gif) center center no-repeat
}

@font-face {
    font-family: "slick";
    src: url(./fonts/slick.eot);
    src: url(./fonts/slick.eot?#iefix) format("embedded-opentype"), url(./fonts/slick.woff) format("woff"), url(./fonts/slick.ttf) format("truetype"), url(./fonts/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style: normal
}

.slick-next, .slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: 0;
    outline: 0
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before, .slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before, .slick-prev:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

.slick-next:before, [dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    padding: 0;
    cursor: pointer;
    height: auto;
    width: auto;
    margin: 0 4px 0 5px;
    display: inline-block
}

.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    cursor: pointer;
    height: 3px;
    width: 40px;
    padding: 0;
    background: rgba(255, 255, 255, .4);
    transition: background .25s ease-in-out
}

.fa, .fab, .fal, .far, .fas, .slick-dots li button:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    text-align: center;
    color: #000;
    opacity: .25;
    line-height: 20px
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.fa, .fab, .fal, .far, .fas {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-star:before {
    content: "\f005"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-times:before {
    content: "\f00d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-heart:before {
    content: "\f004"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-phone:before {
    content: "\f095"
}

.fa-map:before {
    content: "\f279"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-search:before {
    content: "\f002"
}

.fa-user:before {
    content: "\f007"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-th:before {
    content: "\f00a"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-comment:before {
    content: "\f075"
}

.fa-edit:before {
    content: "\f044"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-minus:before {
    content: "\f068"
}

.fa-plus:before {
    content: "\f067"
}

.fa-clock:before {
    content: "\f017"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-up:before {
    content: "\f0d8"
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(../css/webfonts/fa-brands-400.eot);
    src: url(../css/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../css/webfonts/fa-brands-400.woff2) format("woff2"), url(../css/webfonts/fa-brands-400.woff) format("woff"), url(../css/webfonts/fa-brands-400.ttf) format("truetype"), url(../css/webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
    font-family: 'Font Awesome 5 Brands'
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(../css/webfonts/fa-regular-400.eot);
    src: url(../css/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../css/webfonts/fa-regular-400.woff2) format("woff2"), url(../css/webfonts/fa-regular-400.woff) format("woff"), url(../css/webfonts/fa-regular-400.ttf) format("truetype"), url(../css/webfonts/fa-regular-400.svg#fontawesome) format("svg")
}

.fa, .far, .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url(../css/webfonts/fa-solid-900.eot);
    src: url(../css/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../css/webfonts/fa-solid-900.woff2) format("woff2"), url(../css/webfonts/fa-solid-900.woff) format("woff"), url(../css/webfonts/fa-solid-900.ttf) format("truetype"), url(../css/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa, .fas {
    font-weight: 900
}

.title {
    font-size: 1.8rem;
    font-weight: 600;
    display: inline-block;
    font-family: "Oswald", sans-serif
}

.title--medium {
    font-size: 1.6rem
}

.title--smaller {
    font-size: 1.4rem
}

.title--white {
    color: #fff
}

@media (max-width: 1200px) {
    .title {
        font-size: 1.6rem
    }

    .title--medium {
        font-size: 1.5rem
    }

    .title--smaller {
        font-size: 1.3rem
    }
}

@media (max-width: 992px) {
    .title {
        font-size: 1.4rem
    }

    .title--medium {
        font-size: 1.3rem
    }

    .title--smaller {
        font-size: 1.1rem
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .475rem 1.25rem;
    font-size: 1rem;
    border-radius: 0;
    font-family: "Oswald", sans-serif;
    letter-spacing: 1px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none
    }
}

.btn, .btn:hover {
    color: #212529
}

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    pointer-events: none;
    opacity: .65
}

.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64
}

.btn-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.btn-success:hover {
    color: #fff;
    background-color: #157347;
    border-color: #146c43
}

.btn-info {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-info:hover {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2
}

.btn-warning {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37
}

.btn-outline-primary {
    color: #0d6efd;
    border-color: #0d6efd
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-success {
    color: #198754;
    border-color: #198754
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.btn-outline-info {
    color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-outline-info:hover {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-group-lg > .btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.btn-group-sm > .btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.btn-mobil, .slick-dots li button:before {
    display: none
}

.arama-bg, .mobil-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .1);
    width: 100%;
    height: 100%;
    transition: all .3s cubic-bezier(.25, .8, .25, 1);
    z-index: 996
}

#home-slider .item img, .map iframe {
    width: 100%
}

.custom-arrow {
    display: inline-block;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity .25s ease-in-out
}

.custom-arrow:hover {
    opacity: .9
}

.custom-arrow--top {
    background: #d0b88f;
    margin-bottom: 1px
}

.custom-arrow--down, .slick-dots li.slick-active button {
    background: #c19d60
}

.main-flex {
    padding-left: 310px;
    position: relative;
    padding-right: 45px
}

.left-menu {
    width: 260px;
    background: #292929;
    box-shadow: 0 210px 0 0 #292929;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    transition: left .25s ease-in-out
}

.left-menu.active {
    left: 0
}

.left-menu__sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0
}

.left-menu__divider {
    padding: 15px 30px;
    border-top: 1px solid rgba(0, 0, 0, .3);
    text-align: center
}

.content {
    position: relative;
    min-height: 100vh
}

.logo {
    display: block;
    padding: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .3)
}

.menu {
    padding: 30px 0
}

.menu__item {
    display: block;
    text-align: center
}

.menu__link {
    display: block;
    padding: 15px;
    font-family: "Oswald", sans-serif;
    color: #fff;
    font-size: 1.2rem;
    text-decoration: none;
    transition: color .25s ease-in-out
}

.btn--white:hover, .menu__link.active, .menu__link:Hover {
    color: #c19d60
}

.btn--white {
    color: #fff
}

.btn--larger {
    font-size: 1.2rem
}

.btn--gold {
    background: #FFCC03;
    color: #fff
}

.btn--gold:hover {
    background: #FFCC03;
    color: #0b0b0b
}

.working-hours {
    display: block;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 1.2rem;
    font-family: "Oswald", sans-serif
}

.social__link {
    margin: 8px;
    width: 44px;
    height: 44px;
    border: 2px solid #FFCC03;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #FFCC03
}

.social__link:hover {
    background: #FFCC03;
    color: #fff
}

.home-slider, .section {
    position: relative
}

.home-slider .slick-dots {
    bottom: 15px;
    padding-left: 30px;
    text-align: left
}

.home-slider .custom-arrows {
    position: absolute;
    bottom: 0;
    right: -30px
}

.section {
    padding: 30px
}

.section--dark, .section--white {
    background: rgba(0, 0, 0, .7)
}

.section--menu .title-text--left {
    position: -webkit-sticky;
    position: sticky;
    top: 15px
}

.title-text {
    text-align: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto
}

.title-text--left {
    max-width: 100%;
    text-align: left
}

.title-text .title {
    display: block
}

.title-text__text {
    display: block;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
    color: #fff
}

.category {
    text-align: center;
    position: relative;
    padding: 5px
}

.category__img {
    position: relative;
    margin-bottom: 15px
}

.about-img:before, .category__img:before {
    content: '';
    position: absolute;
    left: -10px;
    top: -10px;
    width: 100%;
    height: 100%;
    border: 1px solid #c19d60;
    z-index: 0
}

.category__img img {
    position: relative;
    z-index: 1;
    width: 100%
}

.category a, .event a {
    text-decoration: none
}

.category__title {
    color: #fff;
    display: block;
    font-size: 1.4rem;
    margin-bottom: 5px;
    font-family: "Oswald", sans-serif
}

.category__text {
    color: #fff;
    font-size: .9rem;
    font-weight: 500
}

.category:Hover .category__img:before {
    background: #d0b88f;
    width: calc(100% + 20px);
    height: calc(100% + 20px)
}

.btn--icon img {
    vertical-align: bottom;
    display: inline-block;
    margin-right: 2px
}

.btn-outline-gold {
    color: #c19d60;
    border: 1px solid #c19d60
}

.btn-outline-gold:hover {
    color: #c19d60;
    background: rgba(208, 184, 143, .2)
}

.about-img, .about-img img {
    position: relative;
    -o-object-fit: cover;
    object-fit: cover
}

.about-img {
    width: 400px
}

.about-img img {
    z-index: 2;
    height: 100%
}

.home-about {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.home-about__right {
    width: calc(100% - 430px)
}

.text {
    font-weight: 400;
    display: block
}

.footer-links a:Hover, .text--white {
    color: #fff
}

.check-list li {
    font-weight: 500;
    margin-bottom: 5px
}

.check-list svg {
    margin-right: 6px;
    vertical-align: middle;
    color: #c19d60
}

.home-menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.home-menu__left {
    width: 270px;
    padding-right: 30px;
    border-right: 1px solid rgba(255, 255, 255, .1)
}

.home-menu__left .title-text__text {
    font-weight: 400;
    font-size: .9rem;
    line-height: 1.7
}

.home-menu__list {
    width: calc(100% - 300px);
    overflow-y: scroll;
    height: 500px
}

.home-menu__list--page {
    height: auto;
    overflow: auto
}

.home-menu__list::-webkit-scrollbar {
    width: 4px
}

.home-menu__list::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, .1)
}

.home-menu__list::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, .4);
    border-radius: 6px
}

.home-menu__list::-webkit-scrollbar-thumb:hover, .ic-menu::-webkit-scrollbar-thumb:hover {
    background: #FFCC03
}

.food-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-right: 30px
}

.food {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #FFCC03;
    transition: background .25s ease-in-out
}

.food__link {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-decoration: none
}

.event__img img, .food__img {
    width: 300px;
    -o-object-fit: cover;
    object-fit: cover
}

.food__right {
    width: calc(100% - 330px)
}

.food__title {
    width: calc(100% - 80px);
    color: #fff;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
    font-size: 1.2rem;
    line-height: 1.4
}

.food__price, .food__text {
    transition: color .25s ease-in-out
}

.food__price {
    width: 65px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    text-align: right;
    font-size: 1.3rem;
    color: #FFCC03
}

.food__text {
    display: block;
    margin-top: 15px;
    color: #cacaca;
    font-size: .85rem
}

.comments-slider .slick-list, .events-slider .slick-list {
    margin: 0 -15px
}

.comments-slider .item, .events-slider .item {
    margin: 0 15px
}

.event {
    position: relative;
    border: 1px solid #c19d60;
    padding: 15px 15px 60px
}

.event__img {
    margin-bottom: 10px
}

.event__img img {
    width: 100%
}

.event__title {
    display: block;
    font-family: "Oswald", sans-serif;
    color: #fff;
    font-size: 1.3rem;
    margin-bottom: 5px;
    transition: color .25s ease-in-out
}

.event__text {
    color: #fff;
    display: block;
    font-size: .9rem
}

.event__link {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px;
    font-family: "Oswald", sans-serif;
    font-size: 1.2rem;
    letter-spacing: 1px;
    font-weight: 400;
    transition: color .25s ease-in-out
}

.event__link svg {
    vertical-align: middle;
    width: 24px;
    height: 24px
}

.event:hover .event__link {
    color: #d0b88f
}

.event:hover .event__title, .event__link {
    color: #c19d60
}

.home-events {
    position: relative
}

.home-events .custom-arrows {
    position: absolute;
    right: -30px;
    bottom: 0
}

.home-events .slick-dots {
    position: absolute;
    text-align: right;
    bottom: -70px;
    right: 0
}

.about-page .slick-dots button, .home-events .slick-dots button, .menu-slider .slick-dots button {
    background: rgba(0, 0, 0, .2)
}

.info-box__title {
    display: block;
    color: #c19d60;
    margin-bottom: 4px;
    font-family: "Oswald", sans-serif;
    font-size: 1.3rem
}

.info-box__text {
    color: #fff;
    font-weight: 500
}

.info-box .link, .info-box .map-link {
    text-decoration: none
}

.breadcrumb a:hover, .custom-checkbox .link:hover, .info-box .link:hover, .info-box .map-link:hover {
    text-decoration: underline
}

.form-label {
    display: block;
    margin-bottom: 4px;
    font-family: "Oswald", sans-serif;
    font-size: 1.2rem;
    color: #c19d60
}

.form-control {
    border-radius: 0;
    border: 1px solid #dfdfdf
}

.custom-checkbox, .footer {
    font-weight: 500;
    font-size: .9rem
}

.custom-checkbox .link {
    color: #c19d60;
    text-decoration: none
}

.footer {
    color: rgba(255, 255, 255, .7);
    margin-top: 30px;
    padding-bottom: 30px
}

.breadcrumb__item, .footer-links a {
    display: inline-block;
    text-decoration: none
}

.footer-links a {
    color: rgba(255, 255, 255, .7);
    margin-left: 15px
}

.breadcrumb {
    margin-bottom: 30px;
    padding-top: 30px;
    color: #fff;
    font-family: "Oswald", sans-serif
}

.breadcrumb__item {
    color: #fff
}

.breadcrumb__divider {
    margin: 0 8px
}

.gallery {
    padding: 15px;
    border: 1px solid #c19d60
}

.gallery img {
    width: 100%
}

.gallery:Hover {
    background: #c19d60
}

.gallery:Hover a {
    cursor: zoom-in
}

.ic-menu {
    height: 60vh;
    overflow-y: scroll
}

.ic-menu::-webkit-scrollbar {
    width: 4px
}

.ic-menu::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, .1)
}

.ic-menu::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, .4);
    border-radius: 6px
}

.ic-menu__link {
    color: #fff;
    padding: 8px 0;
    display: block;
    font-size: .9rem;
    text-decoration: none;
    font-weight: 500;
    transition: color .25s ease-in-out
}

.ic-menu__link.active, .ic-menu__link:hover {
    color: #FFCC03
}

.comment {
    padding: 15px;
    border: 1px solid #dfdfdf
}

.comment__stars, .comment__title {
    margin-bottom: 10px;
    display: block;
    text-align: center
}

.comment__title {
    font-family: "Oswald", sans-serif;
    font-size: 1.4rem
}

.comment__stars {
    color: #ffbf00;
    font-size: .9rem
}

.comment__stars .fas {
    display: inline-block
}

.comment__text {
    display: block;
    font-size: .8rem;
    text-align: center;
    color: #fff;
    font-weight: 500
}

.about-page .custom-arrows {
    position: absolute;
    right: -30px;
    bottom: 0
}

.about-page .slick-dots {
    bottom: -35px
}

.sticky-buttons {
    position: -webkit-sticky;
    position: sticky;
    padding: 15px;
    bottom: 0;
    margin-left: auto;
    width: 250px;
    text-align: right;
    display: flex;
    align-items: center;
    z-index: 99;
    justify-content: flex-end
}

.sticky-button {
    width: 55px;
    height: 55px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    border-radius: 50%;
    position: relative;
    text-decoration: none;
    color: #fff;
    font-size: 1.3rem;
    transition: all .3s
}

.sticky-button:hover {
    box-shadow: 0 0 0 6px rgba(255, 255, 255, .4)
}

.sticky-button--phone {
    background: #02a758
}

.sticky-button--phone:hover {
    background: #00d16d
}

.sticky-button--whatsapp {
    background: #1fb69f;
    font-size: 1.7rem
}

.sticky-button--whatsapp:hover {
    background: #06d5b5
}

.sticky-button--instagram {
    background: #ed4956;
    font-size: 1.7rem
}

.sticky-button--instagram:hover {
    background: #e02837
}

.menu-slider {
    margin-bottom: 60px !important
}

.menu-slider .item {
    padding: 10px 5px
}

.menu-slider .slick-arrow {
    display: none !important
}

.show-menu {
    display: none
}

.left-menu__divider:nth-of-type(2), .left-menu__divider:nth-of-type(2) .btn {
    padding-left: 0;
    padding-right: 0
}

@media (max-width: 1400px) {
    .about-img {
        width: 200px;
        height: 350px
    }

    .home-about__right {
        width: calc(100% - 230px)
    }

    .home-menu__left {
        width: 100%;
        padding-right: 0;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        padding-bottom: 30px;
        margin-bottom: 30px
    }

    .home-menu__left, .home-menu__left .title-text--left {
        text-align: center
    }

    .home-menu__list {
        width: 100%
    }

    .ic-menu {
        overflow-y: visible;
        height: auto;
        -webkit-column-count: 4;
        column-count: 4;
        -webkit-column-gap: 15px;
        column-gap: 15px;
        text-align: left
    }

    .ic-menu__link {
        display: block;
        font-size: .9rem
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 100%
    }

    .btn {
        font-size: .9rem;
        padding: .4rem 1rem
    }

    .logo {
        padding: 15px 30px
    }

    .menu {
        padding: 15px
    }

    .menu__link {
        font-size: 1.1rem;
        padding: 10px
    }

    .working-hours {
        font-size: 1rem
    }

    .food__img {
        width: 200px
    }

    .food__right {
        width: calc(100% - 230px)
    }
}

@media (max-width: 992px) {
    .left-menu {
        position: fixed;
        left: -300px
    }

    .main-flex {
        padding-left: 45px
    }

    .btn-mobil {
        display: inline-block;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 99;
        background: #FFCC03;
        padding: 15px 15px 8px
    }

    .btn-mobil-text {
        position: relative;
        font-size: .9rem;
        font-weight: 500;
        color: #fff;
        top: -5px;
        margin-right: 10px
    }

    .title-text__text {
        font-size: .9rem
    }

    .title-text {
        max-width: 100%
    }

    .section {
        padding: 15px
    }

    .text {
        font-size: .9rem
    }

    .home-events .custom-arrows {
        right: 0
    }

    .about-page .slick-dots {
        bottom: -25px
    }

    .slick-dots li button {
        width: 30px;
        height: 2px
    }
}

@media (max-height: 690px) {
    .left-menu {
        overflow-y: scroll;
        padding-bottom: 30px
    }
}

.btn-mobil {
    outline: transparent
}

.arka-active {
    display: block;
    opacity: 1
}

.mobil, .mobil-nav--icon {
    display: block;
    height: 25px
}

.mobil {
    position: fixed;
    top: 0;
    left: -320px;
    background: #fff;
    color: #fff;
    width: 300px;
    height: 100%;
    max-width: calc(100% - 80px);
    transition: all .3s cubic-bezier(.25, .8, .25, 1);
    z-index: 9999
}

.mobil strong {
    font-weight: 500
}

.mobil .nav-tabs {
    display: flex;
    position: absolute;
    bottom: 0;
    font-weight: 500;
    background: rgba(0, 0, 0, .2);
    width: 100%;
    z-index: 99999
}

.mobil .nav-tabs li {
    width: 50%;
    text-align: center
}

.mobil .tab {
    overflow: hidden
}

.mobil .iletisim-bilgileri {
    padding: 30px;
    line-height: 1.7
}

.mobil .iletisim-bilgileri .iletisim-box {
    font-size: .85rem;
    padding-left: 0
}

.mobil .iletisim-bilgileri a {
    color: #fff;
    text-decoration: underline
}

.mobil .tablinks {
    display: block;
    font-size: .8rem;
    cursor: pointer;
    padding: 18px 0 15px;
    border-bottom: 3px solid transparent;
    opacity: .6;
    transition: all .3s
}

.mobil .tablinks:hover {
    border-color: #f07400;
    opacity: .8
}

.mobil .tablinks.active {
    border-color: #f07400;
    opacity: 1
}

.mobil .tabcontent {
    padding-bottom: 45px;
    overflow-y: scroll;
    height: calc(100vh - 75px)
}

.mobil-logo {
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.mobil-logo img {
    display: block;
    margin: 0 auto;
    width: 160px
}

.mobil-logo .musteri-girisi {
    display: block;
    font-size: 14px;
    padding: 14px;
    margin: 0 auto;
    border-radius: 32px;
    width: 90%;
    text-decoration: none
}

.mobil-logo .musteri-girisi i {
    right: 20px
}

.mobil-baslik {
    display: block;
    font-size: 16px;
    font-weight: 500;
    background: rgba(0, 0, 0, .2);
    color: #fff;
    padding: 25px 15px;
    border: 0;
    transition: all .3s
}

.mobil-menu-li {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.mobil-menu-li .btn-atik {
    display: block;
    padding: 15px 30px;
    width: 230px !important;
    margin: 30px auto 0 !important
}

.mobil-ana-menu .mobil-menu-li a {
    width: 100%
}

.mobil-ana-menu .mobil-menu-li i {
    margin-top: 2px;
    float: right
}

.mobil-menu-link {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    padding: 20px 20px 20px 35px;
    transition: all .3s;
    text-decoration: none !important
}

.mobil-menu-link i {
    margin-right: 6px
}

.mobil-menu-link:focus, .mobil-menu-link:hover {
    background: rgba(0, 0, 0, .1);
    color: #f07400
}

.mobil-menu-link.active {
    background: rgba(0, 0, 0, .1);
    color: #f07400
}

.mobil-alt-menu {
    display: none;
    background: rgba(0, 0, 0, .3);
    padding: 15px 0
}

.mobil-alt-menu ul {
    padding: 10px 0;
    line-height: 1.4
}

.mobil-alt-menu a {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: rgba(255, 255, 255, .8);
    padding: 12px 12px 12px 50px;
    text-decoration: none;
    transition: color .25s ease-in-out
}

.mobil-alt-menu a.active, .mobil-alt-menu a:Hover {
    color: #f07400
}

.mobil-active {
    left: 0
}

.mobil-hr {
    background: rgba(255, 255, 255, .1);
    margin-left: -50px;
    border: 0;
    height: 1px
}

.mobil-tab {
    height: calc(100vh - 80px);
    overflow-y: scroll
}

@media (max-width: 768px) {
    .about-img {
        width: 100%;
        margin: 15px
    }

    .about-img img {
        width: 100%
    }

    .home-about__right {
        width: 100%;
        text-align: center
    }

    .flex-title {
        justify-content: center;
        text-align: center
    }

    .flex-title .title {
        width: 100%;
        margin-bottom: 15px
    }

    .main-flex {
        padding-left: 15px;
        padding-right: 15px
    }

    .home-slider .custom-arrows {
        right: 0
    }

    .home-slider .slick-dots {
        padding-left: 10px;
        bottom: 5px
    }

    .food-list {
        padding-right: 10px
    }

    .food {
        width: 100%;
        margin-bottom: 15px
    }

    .food__title {
        font-size: 1rem
    }

    .food__text {
        font-size: .8rem;
        margin-top: 5px
    }

    .food__price {
        font-size: 1.1rem
    }

    .event__link {
        font-size: 1rem
    }

    .event__link svg {
        width: 18px;
        height: 18px
    }

    .mb30 {
        margin-bottom: 15px
    }

    .home-contact .mt-5 {
        margin-top: 15px !important
    }

    .home-contact .title-text--left {
        text-align: center
    }

    .form-label, .info-box__title {
        font-size: 1rem
    }

    .info-box__text {
        font-size: .9rem
    }

    .footer {
        text-align: center;
        font-size: .8rem
    }

    .copyright, .footer-links {
        width: 100%
    }

    .copyright a, .footer-links a {
        margin: 5px
    }

    .btn-mobil {
        -webkit-transform: scale(.7);
        transform: scale(.7);
        right: -10px;
        top: 0
    }

    .about-page .custom-arrows {
        display: none
    }

    .slick-dots li button {
        width: 25px
    }

    .menu-page .food-list {
        padding-right: 0
    }

    .show-menu {
        display: block;
        width: 150px;
        margin: 15px auto
    }

    .food__img {
        width: 150px;
        height: auto
    }

    .food__right {
        width: calc(100% - 180px)
    }

    .map iframe {
        height: 250px
    }
}

@media (max-width: 576px) {
    .category__title {
        font-size: 1.2rem
    }

    .category__text, .title-text__text {
        font-size: .8rem
    }

    .title {
        font-size: 1.2rem
    }

    .mt-5 {
        margin-top: 2rem !important
    }

    .about-img {
        height: 300px
    }

    .text {
        font-size: .8rem
    }

    .section.mb50 {
        margin-bottom: 20px
    }

    .food__title {
        font-size: .9rem;
        letter-spacing: .5px
    }

    .food__text {
        font-size: .7rem
    }

    .food__price {
        font-size: 1rem
    }

    .home-menu__list {
        height: auto;
        overflow-y: visible
    }

    .event__title {
        font-size: 1.1rem
    }

    .event__text {
        font-size: .8rem
    }

    .event__link {
        font-size: .9rem
    }

    .custom-checkbox {
        font-size: .8rem
    }

    .menu__link {
        font-size: 1rem
    }

    .text b, .text p, .text span, .text strong {
        font-size: inherit !important
    }

    .gallery {
        padding: 5px
    }

    .ic-menu {
        display: none;
        -webkit-column-count: 1;
        column-count: 1;
        text-align: left
    }

    .ic-menu__link {
        font-size: .8rem;
        display: block;
        width: 48%;
        float: left;
        text-align: center
    }

    .ic-menu:after {
        content: '';
        clear: both
    }

    .food-list {
        padding-right: 0
    }

    .home-menu__left {
        padding-bottom: 15px;
        margin-bottom: 15px
    }

    .title-text__divider {
        width: 90px
    }

    .food__img {
        width: 100%
    }

    .food__right {
        width: 100%;
        margin-top: 15px
    }
}

/*# sourceMappingURL=style.css.map */
