 @import url("https://use.typekit.net/npo1lcv.css");
 html {
    scroll-padding-top: 100px;
    scroll-behavior: smooth; 
}
body{
    font-family: "montserrat", sans-serif;
    font-size:14px;
    color:black;
    background-color:white;
    overflow-x: hidden;
}
.header{
    border-bottom:1px solid #E0E0E0;
    padding:10px 15px;
    background:white;
}
.header-logo{
    display: flex;
    width:100%;
    height:60px;
}
.header-logo>img{
    height:60px;
}
.header-right{
    display: flex;
    justify-content: flex-end;
}
.btn.btn-default{
    height:48px;
    background-color:white;
    border:1px solid #E0E0E0;
    display: flex;
    align-items: center;
    padding:0px 16px;
    color:black;
    font-size:16px;
    box-shadow: 0 4px 4px rgba(0,0,0,.05);
}
.search{
    margin-left: 8px;
    margin-right:8px
}
.lang{
    margin-left:10px;
    margin-right:10px;
}
.dropdown-menu.lang-list{
    min-width:67px;
    width:67px;
}
.search .dropdown-toggle::after{
    display: none;
}
.dropdown-menu.search-area{
    right:0px!important;
    left:auto!important;
    width:350px;
    padding:0px;
}
.dropdown-menu.search-area>.dropdown-item{
    margin:0px;
    display: flex;
    padding:5px 10px;
}
.search-area>form>input.form-control{
    height:48px;
    padding:0px;
    border:none;
    outline:none;
    width:100%;
    box-shadow:none;
}
.dropdown-menu.search-area>.dropdown-item:hover{
    background:none;
}
.search-area>form>button.btn.btn-search{
    border:none;
    outline:none;
    box-shadow:none;
    width:48px;
    height:48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:black;
    font-size:16px;
}
.menu{
    position: fixed;
    left:0px;
    top:0px;
    width:100vw;
    height:100vh;
    z-index:9999;
    /* DİKKAT: display:none yerine bunları kullanıyoruz */
    visibility: hidden;
    opacity: 0;
    pointer-events: none; /* Gizliyken tıklama gibi olayları engeller */

    /* Menü katmanının kendisi için de yumuşak bir geçiş ekleyelim */
    transition: opacity 500ms ease, visibility 0s 500ms;
}
.menu.open{
    /* Menüyü görünür yap */
    visibility: visible;
    opacity: 1;
    pointer-events: auto; /* Tekrar tıklanabilir yap */
    
    /* Görünür hale gelirken gecikmeyi kaldır */
    transition: opacity 500ms ease, visibility 0s 0s;
}
.menu>.overlay{
    position: absolute;
    top:0px;
    width:100vw;
    height: 100vh;
    left:0px;
    background-color:rgba(34,34,34,.5);
    opacity: 0;
    transition: opacity 500ms ease;
    transition-delay: 0s;
}
.menu.open>.overlay{
    opacity: 1;
}
.menu>.right-menu{
    position: fixed;
    right:0px;
    width:360px;
    background-color:white;
    height:100vh;
    overflow-y: auto;
    padding:16px;
    transform: translateX(100%);
    transition: transform 500ms ease;
    transition-delay: 0s;
}
.menu.open>.right-menu{
    transform: translateX(0%);
}
.menu>button.btn.btn-close{
    position: absolute;
    z-index: 2;
    top:16px;
    right:376px;
    display: flex;
    width:40px;
    height:40px;
    align-items: center;
    justify-content: center;
    background-color:#e68801;
    opacity: 1;
    font-size:14px;
    color:black;
    outline:none;
    box-shadow: none;
    transform: translateY(-120%);
    transition: transform 500ms ease;
}
.menu>button.btn.btn-close:hover{
    background-color:#febf67;
}
.menu.open>button.btn.btn-close{
    transform: translateY(0%);
}
ul.menu-contact{
    display: flex;
    flex-direction: column;
    list-style: none;
    margin:0px 0px 20px;
    width:100%;
    padding:0px;
}
ul.menu-contact>li{
    display: flex;
    width:100%;
}
ul.menu-contact>li.title{
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 16px;
    color:rgba(17, 17, 17, 0.5);
}
ul.menu-contact>li>a{
    display: flex;
    width:100%;
    text-decoration: none;
    color:black;
    font-size:14px;
    align-items: center;
    padding:16px 0px;
    border-bottom:1px solid #E0E0E0;
    transition: all 300ms ease;
}
ul.menu-contact>li>a:hover{
    border-bottom:1px solid #febf67;
    transition: all 300ms ease;
}
ul.menu-contact>li>a>span.icon, ul.menu-contact>li>a>span.send{
    display: flex;
    height:24px;
    width:24px;
    align-items: center;
    justify-content: center;
    color:black;
    font-size:18px;
    flex-shrink: 0;
}
ul.menu-contact>li>a>span.icon.small{
    font-size:8px;
    justify-content: center;
}
ul.menu-contact>li>a>span.text{
    color:black;
    font-size:14px;
    width:100%;
    margin-left:12px;
    line-height: 18px;
    font-weight: 300;
}
.slider{
    margin-top:20px;
}
.carousel-item{
    height:465px;
    overflow: hidden;
    width:100%;
}
.carousel-item img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0;
    object-fit: cover;
    object-position: center center;
    color: transparent;
}

.carousel-inner{
    border-radius: 20px;
}
.home-top-contact{
    display:flex;
    flex-direction: column;
}
.home-top-contact>span.title{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: rgba(17, 17, 17, 0.5);
    margin-bottom: 4px;
    display: block;
}
.home-top-contact>span.text{
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: black;
    margin-bottom: 4px;
    display: block;
    margin-top: 0;
}
.home-top-contact>a{
    text-decoration: none;
    color:#e68801;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    text-decoration: none;
}
.home-top-contact>a>span.icon{
    display: flex;
    margin-right:4px;
}
.home-top-contact-area{
    padding:28px 15px;
    border-bottom:1px solid #E0E0E0;
}
.recommnend-area{
    padding:0px;
    margin-top:60px;
    position: relative;
}
.pro-item{
    padding:20px;
    min-height:164px;
}
.pro-item>a{
    display: flex;
    width:100%;
    flex-direction: column;
    text-decoration: none;
}
.pro-item>a>.menu-img{
    position: relative;
    display: flex;
    height:200px;
    width:100%;
    overflow: hidden;
    margin-bottom:20px;
}
.pro-item>a>.menu-img>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0;
    object-fit: cover;
    object-position: center center;
    color: transparent;
}
.pro-item>a>.menu-info{
    display: flex;
    width:100%;
    flex-direction: column;
}
.pro-item>a>.menu-info>.menu-price{
    display: flex;
    width:100%;
    justify-content: center;
}
.pro-item>a>.menu-info>.menu-price>span.price{
    font-size:14px;
    font-weight: 400;
    color:rgba(17, 17, 17, 0.5);
}
.pro-item>a>.menu-info>.menu-price>span.oldprice{
    font-size:14px;
    font-weight: 400;
    color:rgba(17, 17, 17, 0.5);
    margin-right:10px;
    text-decoration: line-through;
}
.pro-item>a>.menu-info>h5{
    margin-top:5px;
    font-size:18px;
    font-weight: 500;
    color:#111111;
    text-align: center;
    line-height: 30px;
}
.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    top:calc( 50% - 20px );
    z-index: 0;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
    font-size:20px;
}
.button-line{
    display: flex;
    width:100%;
    margin-top:20px;
    justify-content: center;
}
.btn.btn-default{
    height:48px;
    padding:0px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:14px;
    color:#111111;
    font-weight: 600;
    background-color: white;
    border:1px solid #E0E0E0;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .05);
}
.btn.btn-default>i{
    margin-right:5px;
    font-size:18px;
}
.footer{
    border-top:1px solid #E0E0E0;
    padding-top:20px;
    margin-top:60px;
}
span.footer-title{
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #111111;
    margin-bottom: 8px;
    margin-top: 0;
}
.footer-contact>ul{
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 10px 0px 30px;
    padding:0px;
    width: 100%;
}
.footer-contact>ul>li{
    display: flex;
    width: 100%;
    margin-bottom:10px;
}
.footer-contact>ul>li>a{
    text-decoration: none;
    font-size: 14px;
    line-height: 24px;
    color: #111111;
    font-weight: 300;
}

.footer-contact>ul>li{
    text-decoration: none;
    font-size: 14px;
    line-height: 24px;
    color: #111111;
    font-weight: 300;
}
.footer-contact>ul>li>span{
    display: flex;
    width:120px;
    flex-shrink: 0;
}

.footer-social>ul{
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 10px 0px 30px;
    padding:0px;
    width: 100%;
}
.footer-social>ul>li{
    display: flex;
    width: 100%;
    margin-bottom:10px;
}
.footer-social>ul>li>a{
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    color: #111111;
    font-weight: 300;
}
.footer-social>ul>li>a>i{
    font-size:18px;
    margin-right:5px;
}
.footer-map>.google-maps {
    position: relative;
    padding-bottom: 45%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}
.footer-map>.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.copyright{
    padding-top:10px;
    padding-bottom:10px;
    margin-top:30px;
    border-top:1px solid #E0E0E0;
    font-size:12px;
    font-weight: 400;
    color:#111111;
}
.left-menu{
   position: -webkit-sticky; /* Safari için */
    position: sticky;
    
    /* !!! ANAHTAR NOKTA BURASI !!! */
    /* Üstteki navbar'ınızın yüksekliği ne kadarsa o değeri girin */
    top: 100px; 
    
    /* Bootstrap 'row' (flex container) içinde düzgün çalışması için */
    align-self: flex-start;
}
.left-menu>ul{
    display: flex;
    flex-direction: column;
    list-style: none;
    margin:10px 0px 0px;
    padding:0px;
    
}
.left-menu>ul>li{
    display: flex;
    width:100%;
}
.left-menu>ul>li>a{
    display: flex;
    font-size: 16px;
    line-height:18px;
    font-weight: 600;
    align-items: center;
    padding: 8px 0;
    color:#111111;
    text-decoration: none;
    transition: all 300ms ease;
}
.left-menu>ul>li>a:hover{
    color:#e68801;
}
.center-menu{
    margin-top:30px;
}
.center-menu .menu-list{
    border:1px solid #E0E0E0;
    border-radius: 10px;
    padding:20px 10px 10px;
    margin-bottom:30px;
}
.center-menu .menu-list>.menu-title{
    display: flex;
    width: 100%;
    color:#111;
    font-size: 20px;
    font-weight: 800;
    line-height: 24px;
    border-bottom:1px solid #E0E0E0;
    padding-bottom:0px;
}
.center-menu .menu-list>ul{
    display: flex;
    list-style: none;
    width: 100%;
    flex-direction: column;
    margin:10px 0px;
    padding:0px;
}
.center-menu .menu-list>ul>li{
    display: flex;
    width: 100%;
    border-bottom:1px dashed #E0E0E0;
}
.center-menu .menu-list>ul>li:last-child{
    border:none;
}
.center-menu .menu-list>ul>li>a{
    text-decoration: none;
    padding:16px 0px;
    color:#111111;
    width: 100%;
}
.center-menu .menu-list>ul>li>a>.menu-info{
    display: flex;
    width:75%;
    flex-shrink: 0;
    flex-direction: column;
}
.center-menu .menu-list>ul>li>a>.menu-info>span.food-title{
    font-size:18px;
    font-weight: 700;
    color:#111;
    line-height: 24px;
    margin-bottom:4px;
}
.center-menu .menu-list>ul>li>a>.menu-info>.food-price{
    display: flex;
    width:100%;
}
.center-menu .menu-list>ul>li>a>.menu-info>.food-price>.price{
    color:#e68801;
    font-size:14px;
    font-weight: 700;
}
.center-menu .menu-list>ul>li>a>.menu-info>.food-price>.oldprice{
    font-weight: 400;
    color:#111;
    text-decoration: line-through;
    margin-right:10px;
}
.center-menu .menu-list>ul>li>a>.menu-img{
    display: flex;
    width: 25%;
    aspect-ratio: 1;
    position: relative;
}
.right-info{
    position: -webkit-sticky; 
    position: sticky;
    top: 100px; 
    align-self: flex-start;
    margin-top:30px;
}
.right-contact{
    display: flex;
    width: 100%;
    margin-bottom:20px;
    text-decoration: none;
}
.right-contact:hover{
    color:#e68801;
}
.right-contact>span.icon{
    display: flex;
    width: 48px;
    height:48px;
    align-items: center;
    justify-content: center;
    color:#111111;
    font-size:16px;
    border-radius: 10px;
    background-color: #F8F8F8;
    margin-right:5px;
    transition: all 300ms ease;
}
.right-contact:hover>span.icon{
    color:#e68801;
}
.right-contact>.right-contact-info{
    display: flex;
    flex-direction: column;
    width:calc( 100% - 53px );
    flex-shrink: 0;
    font-size:14px;
    font-weight: 600;
    color:#111111;
    transition: all 300ms ease;
}
.right-contact:hover>.right-contact-info{
    color:#e68801;
}
.right-contact>.right-contact-info>span{
    font-size:14px;
    font-weight: 300;
    color:#111111;
    margin-bottom:0px;
    transition: all 300ms ease;
}
.right-contact:hover>.right-contact-info>span{
    color:#e68801;
}
.right-contact-info>.dropdown>button{
    background:none;
    border:none;
    font-size:14px;
    font-weight: 600;
    color: #111111;
    padding:0px;
    transition: all 300ms ease;
}
.right-contact:hover .right-contact-info>.dropdown>button{
    color:#e68801;
}
.right-contact .right-contact-info>.dropdown>ul.dropdown-menu{
    width:100%;
    flex-direction: column;
    padding:10px;
    color: #111111;
}
.right-contact-info>.dropdown>ul.dropdown-menu>li{
    background-color:#F8F8F8;
    padding:5px 10px;
    border-radius: 5px;
    margin-bottom:5px;
    display: flex;
    justify-content: space-between;
}
.right-contact-info>.dropdown>ul.dropdown-menu>li>span.day{
    font-size:12px;
    font-weight: 400;
    color:rgba(17, 17, 17, 0.5);
}
.right-contact-info>.dropdown>ul.dropdown-menu>li>span.hour{
    font-size:12px;
    font-weight: 400;
    color:rgba(17, 17, 17, 0.5);
}
.proimg{
    display: flex;
    width:100%;
    aspect-ratio: 1;
    position: relative;
    margin-bottom:10px;
}
.proimg>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0;
    object-fit: cover;
    object-position: center center;
    color: transparent;
}
.proinfo{
    display: flex;
    flex-direction: column;
    width:100%;
}
.proinfo>h5{
    font-size:16px;
    font-weight: 600;
    color:#111111;
}
.proinfo>.propirce-area{
    display: flex;
    width:100%;
    justify-content: flex-start;
}
.proinfo>.propirce-area>.oldprice{
    font-size:14px;
    font-weight: 400;
    text-decoration: line-through;
    color:#111111;
    margin-right:5px;
}
.proinfo>.propirce-area>.price{
    font-size:14px;
    font-weight: 700;
    color:#e68801;
}
.modal-header{
    border:none;
}
.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.7;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
}
.modal{
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: flex;
    justify-content: center;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    z-index: 2;
    width: 95%;
}