﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
}

.page-content {
    overflow-x: hidden;
    transition: all .3s ease;
    z-index: 90;
    padding-bottom: 80px;
    padding-bottom: calc(80px + (constant(safe-area-inset-bottom))*1.1);
    padding-bottom: calc(80px + (env(safe-area-inset-bottom))*1.1);
}

.mobil_logo_index img {
    align-self: center;
    /*margin-right: 120px;*/
    width: 250px;
    padding-top: 33px;
    margin-bottom: 0;
    margin-left: 15px;
}

.mobil_logo_detay img {
    align-self: center !important;
    /*margin-right: 120px;*/
    width: 200px !important;
    padding-top: 10px !important;
    margin-bottom: 0 !important;
    margin-left: 0px !important;
}

.header .header-icon {
    position: absolute;
    height: 50px;
    width: 45px;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    color: #1f1f1f;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: rgba(0,0,0,0) !important;
}

.fullslide .card-style {
    overflow: hidden;
    margin: 0px 0px 0px 0px;
    border-radius: 0px;
    border: none;
    box-shadow: 0 4px 24px 0 rgb(0 0 0 / 10%);
}

.double-slider.visible-slider {
    padding-right: 0px !important;
}

.visible-slider {
    padding-right: 0px !important;
}

.header-logo-center .header-title img {
    left: 50%;
    text-align: center;
    width: 105px;
    margin-top: 10px;
}

.page-title-fixed {
    position: absolute;
    left: auto;
    right: auto;
    z-index: 2;
    justify-content: center;
    width: 100%;
}

.double-slider.visible-slider .splide__slide {
    margin-right: 0 !important;
}

#footer-bar a {
    color: #1f1f1f;
    padding-top: 12px;
    position: relative;
    flex: 1 1 auto;
}

.footer-bar-6 .circle-nav strong {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    left: 50%;
    top: -23px;
    z-index: 0;
    transform: translateX(-50%);
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 9%);
    animation: footerAni 1s infinite;
    background-image: linear-gradient(to bottom,#1b55bf 0,#1740bf 100%) !important;
}

#footer-bar a i {
    font-size: 18px;
    position: relative;
    z-index: 2;
}

#footer-bar a span {
    position: relative;
    z-index: 2;
    display: block;
    font-size: 10px;
    font-weight: 500;
    margin-top: -6px;
    opacity: .7;
    font-family: Roboto,sans-serif !important;
}

.footer-bar-6 .circle-nav u {
    position: absolute;
    left: 0;
    right: 0;
    width: 50px;
    border-radius: 50px;
    height: 50px;
    z-index: 0;
}

.footer-bar-6 .circle-nav i {
    transform: translateY(-21px) translateX(0);
    color: #fff !important;
    opacity: 1 !important;
    font-size: 20px !important;
    position: relative;
    z-index: 2;
}

#footer-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 98;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(255,255,255,.7);
    display: flex;
    min-height: 61px;
    border-top: solid 1px rgba(0,0,0,.05);
    text-align: center;
    transition: transform 350ms ease !important;
    height: calc(65px + (env(safe-area-inset-bottom))*1.1);
}

a:link, a:visited {
    color: #4c4c4c;
    font-weight: bold;
}

.bg-facebook {
    background-color: #3b5998 !important;
    color: #fff !important;
}

.bg-twitter {
    background-color: #4099ff !important;
    color: #fff !important;
}

.bg-phone {
    background-color: #27ae60 !important;
    color: #fff !important;
}

.menu-divider {
    padding-left: 16px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: .3px;
}

.list-custom-small a {
    color: #6a6a6a;
    font-weight: 600;
    font-size: 13px;
    border-bottom: solid 1px rgba(0,0,0,.05);
}

.menu .list-custom-small a i:first-child {
    margin-left: 6px;
}

.list-custom-small a i:first-child {
    margin-left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    text-align: center;
    float: left;
    margin-right: 10px;
}

.list-menu a i:first-child {
    border-radius: 12px;
    height: 32px !important;
    line-height: 33px !important;
    width: 32px !important;
    box-shadow: 0 5px 30px 0 rgb(0 0 0 / 11%), 0 5px 15px 0 rgb(0 0 0 / 2%);
}

.menu {
    position: fixed;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(255,255,255,.8);
    z-index: 101;
    overflow: scroll;
    transition: all .3s ease;
    -webkit-overflow-scrolling: touch;
}

.list-menu {
    font-family: Inter,sans-serif;
    margin: 0 25px 0 10px;
}

.ml-5 {
    margin-left: 95px;
}

.card-clear {
    pointer-events: none;
    margin-bottom: -220px;
    opacity: 0;
}

.header {
    height: calc(50px + (constant(safe-area-inset-top))*.8) !important;
    height: calc(60px + (env(safe-area-inset-top))*.8) !important;
}

.fullslide .card-center {
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}

    .fullslide .card-center h1 {
        z-index: 2;
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        font-size: 15px;
    }

.fullslide .card-style .card-overlay {
    border-radius: 0px;
}

.yazi-icon img {
    position: absolute;
    top: 6px;
    right: 105px;
    z-index: 5;
}

#preloader {
    height: 100vh;
    background-image: url('../images/food/regular/1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


    #preloader img {
        position: absolute;
        margin: 0 auto;
        top: 155px;
        right: 0;
        left: 0;
        width: 40%;
    }

    #preloader .card-center h1 {
        margin-top: 500px;
        font-size: 15px;
    }

    #preloader .yazi-icon img {
        position: absolute;
        right: -200px;
        top: 507px;
        z-index: 10;
    }

.app-link-apple {
    position: absolute;
    z-index: 15;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    right: 20px;
    top: 550px;
}

    .app-link-apple i {
        font-size: 28px;
        color: #1b98ea;
        line-height: 50px;
        padding-left: 11px;
    }

.app-link-google {
    position: absolute;
    z-index: 15;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    right: 20px;
    top: 490px;
}

    .app-link-google i {
        font-size: 28px;
        background: -webkit-linear-gradient(#48ff48,#3bccff,#ffd400,#ff3333);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        line-height: 50px;
        padding-left: 13px;
    }


.menu-margin {
    margin-top: 100px;
}


.marka_detay_logo {
    margin-top: 40px;
}

.footer-bg {
    background-color: #e8e8e8;
    padding: 20px;
}

.footer-bg img{
    width:30%;
}

.menu-yazi p {
    font-size: 22px !important;
    line-height: 3px !important;
    color: #ff9516;
    text-align: right;
    font-weight: 600;
    margin-bottom: 25px;
    margin-top: 15px;

}

.h5-yazi p {
    font-size: 14px !important;
    line-height: 22px !important;
    font-weight: 700;
    color: #1f1f1f;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 5px;
    letter-spacing: -0.8px;
}

.bg-gradient {
    background: linear-gradient(to bottom, #ffed0036, rgb(0 0 0 / 42%) 20%, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.8) 70%, #000 100%) !important;
}

.h5-yazi table tr td {
    font-size: 14px !important;
    line-height: 22px !important;
    font-weight: 700;
    color: #1f1f1f;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 5px;
    letter-spacing: -0.8px;
}

.menu-image {
    height: 125px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
/*
.skiptranslate {
    display: none;
}*/

.about-title {
    line-height: 35px;
}

.card-price {
    position: absolute;
    z-index: 999999;
    background-color: #ebebeb;
    top: 40px;
    color: white;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    text-align: center;
    right: 20px;
}

.card-price p{
    color:#000;
    padding-top:23px;
}