/* Restaurant theme style */
* {
    font-family: "Jost", sans-serif;

}

a:hover,
a:hover span,
a:hover i {
    color: var(--secondaryColor) !important;
}

.btn {
    text-transform: uppercase;
    font-size: 13px;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    background-color: #e7e7e7 !important;
    border-color: #e7e7e7 !important;
    color: #000 !important;
}

.menu li.active a {
    color: var(--secondaryColor) !important;
}

.topHeader * {
    font-size: 14px;
    color: #fff;

}
section.about-gallery-band.overflow-hidden .swiper-wrapper {
    padding: 0;
}
.topHeader {
    background-color: var(--primaryColor);
    padding: 11px 0px;
    z-index: 1;
    position: relative;
    border-bottom: 1px solid #ffffff1a;
}

.route-home .topHeader {

    border: none;
}

.topHeader .address,
.topHeader .email-link {
    white-space: nowrap;

}

.topHeader .social-media-links i {
    font-size: 14px !important;
}

.route-home header {
    background-color: transparent;
}

header .menu>ul>li>a {
    color: #fff !important;
}

header {
    background-color: var(--primaryColor);
}

header.scrolled {
    background-color: var(--primaryColor) !important;
    transition: background-color 0.3s ease-in-out;
}

header.scrolled .logo {
    max-width: 141px !important;
}

.menu>ul>li>a {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.05em;
}

#slider img {
    width: 100%;
}

#slider {
    margin-top: -100px;
}

.logo {
    max-width: 180px !important;
    padding: 10px 0px;
    filter: drop-shadow(5px 5px 10px #000000);
}

#slider .carousel-caption {
    background-color: #0000006b;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#slider .carousel-caption .slide-desc {
    font-family: "Cormorant Garamond", serif;
    FONT-SIZE: 55px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.05em;
}

#slider .carousel-caption * {
    max-width: 700px;
}

#slider img {
    height: calc(100vh - 43px);
    width: 100%;
    object-fit: cover;
    object-position: center;
}

#slider video {
    height: calc(100vh - 43px);
    width: 100%;
    object-fit: cover;
    object-position: center;
}

#slider .carousel-caption h5 {
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    position: relative;
    font-weight: 600;
}

#slider .carousel-caption h5:before {
    content: '';
    width: 70px;
    height: 2px;
    background-color: rgb(255 255 255 / 47%);
    display: block;
    position: absolute;
    left: -90px;
    top: 50%;
    transform: translateY(-50%);
}

#slider .carousel-caption h5:after {
    content: '';
    width: 70px;
    height: 2px;
    background-color: rgb(255 255 255 / 47%);
    display: block;
    position: absolute;
    right: -90px;
    top: 50%;
    transform: translateY(-50%);
}

#slider .btn {
    background-color: var(--secondaryColor) !important;
    border-color: var(--secondaryColor) !important;
    color: #fff !important;
    padding: 0 25px;
    font-size: 0.9rem;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.05em;
}

#slider .btn:hover {
    background-color: #fff !important;
    color: var(--primaryColor) !important;
}

#slider .slideButton {
    margin-top: 38px !important;
}

div#slider:after {
    content: '';
    width: 100%;
    display: block;
    height: 2vw;
    background-image: url(/restaurant/public/figure.svg);
    transform: rotate(180deg);
    filter: invert(1);
    margin-top: -1.9vw;
    background-size: contain;
}

#slider .carousel-indicators {
    display: none;
}

header .offcanvas-body {
    justify-content: center !important;
}

.btn {
    border-radius: 0;
}

.callButton {
    background-color: transparent !important;
    font-size: 13px;
    border-width: 2px;
    padding: 9px 21px;
    border-color: white !important;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.callButton:hover {
    background-color: white !important;
    color: var(--primaryColor) !important;
}

.qr-menu-summary__title {
    font-family: "Cormorant Garamond", serif;
    font-size: 55px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: var(--secondaryColor);
}

.qr-menu-category__label {
    color: var(--secondaryColor);
    display: flex;
    justify-content: center;
    align-items: center;
}

.qr-menu-category__label .line {
    width: 70px;
    height: 1px;
    background-color: var(--secondaryColor);
    display: block;
}

.qr-menu-category__label .text {
    margin: 0px 25px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 13px;
    font-weight: 500;
}

h2.qr-menu-category__title {
    font-family: 'Cormorant Garamond';
    font-size: 40px;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.qr-menu-product__image {
    border: 0 !important;
    padding: 0 !important;
    width: 72px;
}

.qr-menu-product.d-flex.align-items-start.gap-3 {
    align-items: center !important;
}

.qr-menu-product__name {
    font-family: 'Cormorant Garamond';
    font-size: 24px;
    letter-spacing: 0;
    font-weight: 600;
    align-items: center;
    display: flex;
}

.qr-menu-product__label {
    font-size: 10px;
    padding: 5px 7px;
    border-radius: 5px;
    text-transform: uppercase;
}

span.qr-menu-product__price {
    font-size: 20px;
}

.qr-menu-product__dots {
    height: 7px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #0000001a;
    margin: 0px 15px;
    position: relative;
    top: -3px;
}

.qr-menu-product__description {
    color: #999999;
    font-size: 16px;
    margin-top: 4px !important;
}

.qr-menu-category {
    position: relative;
}

.qr-menu-spacer,
.about-section__spacer {
    position: relative;
    z-index: 1;
    /* Üstte figür margin-top: -1.9vw ile container dışına taştığı için
       çizgiyi tepeden başlatıyoruz; altta ise ::after 2vw yer kapladığı
       için o kadar boşluk bırakıyoruz. */
    background-image: linear-gradient(to bottom, #c8c4c575, #c8c4c54f);
    background-repeat: no-repeat;
    background-size: 2px calc(100% - 2vw);
    background-position: top center;
}

.qr-menu-spacer::before,
.about-section__spacer::before {
    content: '';
    aspect-ratio: 1 / 1;
    display: block;
    height: 32px;
    background-color: #c8c4c5;
    -webkit-mask-image: url(/restaurant/public/figure2.svg);
    mask-image: url(/restaurant/public/figure2.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -10px;
    position: relative;
}

.qr-menu-spacer::after,
.about-section__spacer::after {
    content: '';
    display: block;
    height: 32px;
    aspect-ratio: 1 / 1;
    background-color: #c8c4c5;
    -webkit-mask-image: url(/restaurant/public/figure2.svg);
    mask-image: url(/restaurant/public/figure2.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    margin-top: -1.3vw;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
}

/* --- About Section: kemerli görsel + etiket + başlık ---------------- */
.about-section__image .carousel,
.about-section__image .carousel-inner,
.about-section__image .carousel-item,
.about-section__image .img-container {
    border-radius: 50% 50% 0 0 / 30% 30% 0 0;
    overflow: hidden;
}

/* Core carousel'in 16/9 + contain + blur arka plan davranışını
   about-section görseli için portre ve cover'a çeviriyoruz. */
.about-section__image .img-container {
    aspect-ratio: 4 / 5 !important;
}

.about-section__image .img-blur-background {
    display: none !important;
}

/* ── About Page ─────────────────────────────────────────────────────── */
.about-page__hero-title {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(2.8rem, 6vw, 5.5rem);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0;
    color: var(--primaryColor);
}

/* Fotoğraf galerisi: doğal oran (kırpma yok) */
.about-page__gallery-wrap {
    background-color: #f5f2ed;
    padding: 6px;
}

.about-page__gallery {
    columns: 3;
    column-gap: 6px;
}

.about-page__gallery-item {
    display: block;
    break-inside: avoid;
    margin-bottom: 6px;
    overflow: hidden;
    position: relative;
}

.about-page__gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease, opacity 0.3s ease;
}

.about-page__gallery-item:hover img {
    transform: scale(1.03);
    opacity: 0.88;
}

/* Son kart: kaç görsel daha var rozeti */
.about-page__gallery-item--more::after {
    content: attr(data-more);
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.42);
    color: #fff;
    font-family: "Cormorant Garamond", serif;
    font-size: 2rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.05em;
    pointer-events: none;
}

/* Mobilde metin önce, galeri sonra */
.about-page__main     { display: flex; flex-direction: column; }
.about-page__gallery-wrap { order: 1; }
.about-page__content      { order: 2; }

@media (max-width: 991.98px) {
    .about-page__gallery-wrap { order: 2; }
    .about-page__content      { order: 1; }
    .about-page__gallery      { columns: 2; }
}
    }
}

/* Content + firma bilgileri */

.about-page__hero-title {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(2.8rem, 6vw, 5.5rem);
    font-weight: 700;
    color: var(--primaryColor);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0;
}

.about-page__section-title {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.about-page__text {
    color: #5c5c5c;
    line-height: 1.85;
    font-size: 16.5px;
}

.about-page__text p {
    margin-bottom: 1.25rem;
}

/* Firma bilgileri listesi */
.about-page__info-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid #f0ede8;
}

.about-page__info-item:last-child {
    border-bottom: none;
}

.about-page__info-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--secondaryColor, #c59764);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
    font-size: 15px;
}

.about-page__info-label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #aaa;
    margin-bottom: 3px;
    font-weight: 600;
}

.about-page__info-value {
    font-size: 15px;
    color: #2c2c2c;
    font-weight: 500;
    line-height: 1.45;
}

@media (max-width: 991.98px) {
    .about-page__hero {
        height: 55vh;
        min-height: 320px;
    }

    .about-page__hero-title {
        font-size: 2.2rem;
    }
}

/* ── About Gallery Band ──────────────────────────────────────────────── */
.about-gallery-band {
    margin-top: 0;
}

.about-gallery-band-swiper {
    /* transition-timing-function bant için daha akıcı */
    --swiper-transition-timing-function: linear;
}

.about-gallery-band-swiper--top {
    margin-bottom: 6px;
}

.about-gallery-band__slide {
    width: 300px;
}

.about-gallery-band__img {
    width: 300px;
    height: 400px;
    object-fit: cover;
    display: block;
    transition: opacity 0.25s ease;
}

.about-gallery-band__slide a:hover .about-gallery-band__img {
    opacity: 0.82;
}

@media (max-width: 767.98px) {
    .about-gallery-band__slide {
        width: 180px;
    }

    .about-gallery-band__img {
        width: 180px;
        height: 240px;
    }
}

.about-section__image .carousel-item img {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 4 / 5 !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block;
}

.about-content__label {
    display: flex;
    align-items: center;
    gap: 20px;
    color: var(--secondaryColor);
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 15px;
}

.about-content__label .text {
    white-space: nowrap;
}

.about-content__label .line {
    flex-grow: 1;
    height: 1px;
    background-color: var(--secondaryColor);
    opacity: 0.7;
}

.about-content .section-title {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(2rem, 4vw, 3.5rem);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.03em;
    margin-bottom: 20px;
}

/* Metin önizlemesi: yükseklik sınırı + alta doğru yumuşak solma */
.about-content-text {
    color: #6b6b6b;
    line-height: 1.7;
    position: relative;
    max-height: 12em;
    /* ~6 satır */
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to bottom, #000 65%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 65%, transparent 100%);
}

.about-content-text>*:first-child {
    margin-top: 0;
}

.img-container img {
    object-fit: cover !important;
}

.news-summary-swiper .img-container,
.news-summary-swiper .img-container img,
.news .img-container,
.news .img-container img {
    aspect-ratio: 1280 / 720 !important;
}


.slide-desc2 p {
    font-size: 25px !important;
    text-shadow: 0px 0px 10px black;
}

.toggler-icon {
    background-color: #ffffff !important;

}

.toggler-icon {
    height: 2px;
}

.navbar-toggler .top-bar {
    transform: rotate(45deg) translate(3px, 3px);

}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg) translate(6px, -7px);

}
 .qr-menu-product__placeholder {
        border: 1px solid #e9e9e9 !important;
        width: 100%;
        height: 100%;
    }
@media (min-width: 1600px) {

    .container {
        max-width: 1500px;
        padding: 0 55px;
    }

}

/* --- Slider mobil uyumu: içerik ekran dışına taşmasın ---------------- */
@media (max-width: 991.98px) {

    #slider img,
    #slider video {
        height: 82vh;
    }

    #slider .carousel-caption {
        padding-left: 70px;
        padding-right: 70px;
    }

    #slider .carousel-caption * {
        max-width: 100%;
    }

    #slider .carousel-caption .slide-desc {
        font-size: 40px;
        line-height: 1.15;
    }

    #slider .carousel-caption h5 {
        font-size: 18px;
        display: inline-block;
    }

    /* Yan çizgiler mobilde ekran dışına taşıyor, daraltıyoruz */
    #slider .carousel-caption h5:before,
    #slider .carousel-caption h5:after {
        width: 35px;
    }

    #slider .carousel-caption h5:before {
        left: -45px;
    }

    #slider .carousel-caption h5:after {
        right: -45px;
    }

    .slide-desc2 p {
        font-size: 18px !important;
        line-height: 1.4;
    }

    #slider .slideButton {
        margin-top: 25px !important;
    }

    #slider .btn {
        line-height: 42px;
        font-size: 0.9rem;
        padding: 0 22px;
    }


    .qr-menu-product__name {
        flex-direction: column;
        align-items: start;
        font-size: 20px;
    }

    .qr-menu-product__label {
        margin: 0 !important;
    }

    .qr-menu-summary__title {
        font-size: 40px;
    }

    .qr-menu-category__title {
        font-size: 30px !important;
        margin-top: 5px !important;
    }

    .qr-menu-product__description {
        font-size: 13px;
    }

    .qr-menu-product__price {
        font-size: 18px !important;
    }

    .qr-menu-product__label {
        font-size: 9px;
        padding: 3px 5px;

    }

    .footer-logo h4 {
        font-size: 17px;
    }

    a.callButton.btn.btn-sm.btn-primary.rounded-circle.d-md-none {
        aspect-ratio: 1 / 1;
        display: flex;
        align-items: center;
        padding: unset;
        width: 39px;
        height: 39px;
        text-align: center;
        justify-content: center;
    }

   
}

/* ── QR Menü sayfası: keten doku zemin ───────────────────────────────── */
.route-qrmenu,.news-section,.about-section {
    background-color: #faf7f2;
    background-image:
        /* yatay iplik */
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 3px,
            rgba(160, 130, 90, 0.055) 3px,
            rgba(160, 130, 90, 0.055) 4px
        ),
        /* dikey iplik */
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 3px,
            rgba(160, 130, 90, 0.055) 3px,
            rgba(160, 130, 90, 0.055) 4px
        ),
        /* hafif çapraz kırık (keten düzensizliği) */
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 8px,
            rgba(160, 130, 90, 0.025) 8px,
            rgba(160, 130, 90, 0.025) 9px
        );
    background-attachment: fixed;
    
}
.route-qrmenu {
    
    min-height: 100vh;
    position: relative;
}
/* Kenar vignette: sayfa içeriğini çerçeveler */
.route-qrmenu::before {
    content: '';
    pointer-events: none;
    position: fixed;
    inset: 0;
    background: radial-gradient(ellipse at center,
        transparent 60%,
        rgba(60, 40, 20, 0.07) 100%);
    z-index: 0;
}



@media (max-width: 575.98px) {

    #slider img,
    #slider video {
        height: 75vh;
        min-height: 500px;
    }

    #slider .carousel-caption {
        padding-left: 55px;
        padding-right: 55px;
    }

    #slider .carousel-caption .slide-desc {
        font-size: 30px;
    }

    #slider .carousel-caption h5 {
        font-size: 15px;
        letter-spacing: 0.03em;
    }

    #slider .carousel-caption h5:before,
    #slider .carousel-caption h5:after {
        width: 25px;
    }

    #slider .carousel-caption h5:before {
        left: -32px;
    }

    #slider .carousel-caption h5:after {
        right: -32px;
    }

    .slide-desc2 p {
        font-size: 20px !important;
    }

    #slider .slideButton {
        margin-top: 18px !important;
    }

    #slider .btn {
        line-height: 38px;
        font-size: 0.85rem;
        padding: 0 18px;
    }
}

/* ── Restaurant Blog Summary (rbs) ─────────────────────────────────── */
.rbs .blog-item-overlay {
    border-radius: 2px;
    overflow: hidden;
}

/* Daha dramatik, aşağıdan yukarı koyulaşan gradient */
.rbs .overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.25) 45%, rgba(0,0,0,0) 100%);
    transition: background 0.35s ease;
}

.rbs .blog-item-overlay:hover .overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.35) 55%, rgba(0,0,0,0.05) 100%);
}

/* Görsel yavaş zoom on hover */
.rbs .blog-item-overlay .carousel-item img,
.rbs .blog-item-overlay .carousel-item {
    transition: transform 0.55s ease !important;
}

.rbs .blog-item-overlay:hover .carousel-item img {
    transform: scale(1.05);
}

/* Başlık stili */
.rbs .card-body {
    padding: 1.1rem 1.25rem 1.25rem;
}

.rbs .card-title {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0.4rem;
    letter-spacing: 0.01em;
}

.rbs__featured .card-title {
    font-size: 1.6rem;
}

/* Tarih badge */
.rbs .card-body small {
    font-size: 0.78rem;
    letter-spacing: 0.04em;
    opacity: 0.8;
}

.rbs .card-body .bi-calendar3 {
    color: var(--secondaryColor);
    margin-right: 4px;
}

@media (max-width: 767.98px) {
    .rbs .card-title {
        font-size: 1rem;
    }
    .rbs__featured .card-title {
        font-size: 1.15rem;
    }
}
