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

}

p,
.accordion-button {
    font-size: 19px;
}



.logo {
    max-height: 50px;
}

header * {
    text-transform: uppercase;
    font-size: 13px;
    color: #363636;
    font-weight: 600;
    letter-spacing: 0.05em;

}

.menu>ul>li>a {
    border-bottom: 2px solid transparent;
    border-top: 2px solid transparent;
    transition: all 0.3s ease-in-out;
}

.menu ul li:hover>a span {
    color: var(--secondaryColor) !important;
}

.menu>ul>li>a:hover {
    border-bottom: 2px solid var(--secondaryColor);
}

.menu li.active a {
    border-bottom: 2px solid var(--secondaryColor);
}

header .offcanvas-body.justify-content-end.p-0 {
    justify-content: start !important;
}

header nav>.container>* {
    flex: 1;
}

header nav>.container>a {
    text-align: center
}

header nav>.container>div:last-child {
    justify-content: end;
}

.page-title h1 {
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Cormorant Garamond', serif;
    color: #363636;
}
header .text-primary.fw-bold.text-uppercase.m-0 {
    font-size: 32px;
    font-weight: 600 !important;
    color: #000 !important;
}

.slider-wrapper {
    position: relative;
}

#slider {
    background-image: url('/restaurant2/public/bg-pattern.svg');
    background-size: 60px 60px;
    background-repeat: repeat;
}



#slider .carousel-item {
    overflow: hidden;
}

#slider .carousel-caption {
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    transform: unset !important;
    width: 100% !important;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    background-color: #00000042;
    z-index: 1 !important;

}

#slider img {
    height: 80vh;
    width: 100%;
    object-fit: cover;
    object-position: center;
    will-change: transform;
}

.slider-pattern {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    line-height: 0;
    overflow: hidden;
    z-index: 2;
    pointer-events: none;
    transform: rotate(180deg);
}

.slider-pattern svg {
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: max(100%, 4000px);
    height: 9px;
}

.slider-pattern .elementor-shape-fill {
    fill: #fff;
}

#slider .carousel-caption {
    top: 50%;
    right: unset;
    text-align: left;
    left: 10%;
    transform: translateY(-50%);
    display: flex !important;
    align-items: start;
    flex-direction: column;
    justify-content: center;
    width: 35%;
    z-index: 10;
}

#slider .carousel-caption .slide-desc,
#slider .carousel-caption h5 {
    max-width: 800px;
    text-align: center
}

#slider .carousel-caption h5 {
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0.05em;
}

#slider .carousel-caption .slide-desc {
    font-size: 55px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 10px;
    font-family: 'Cormorant Garamond', serif;

}

.section-title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 28px;
}

.btn {
    padding: 9px 30px;
    font-size: 13px;
    border-radius: 0;
    text-transform: uppercase
}

#slider .btn {
    margin-top: 20px !important;
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: #fff !important;
    border-color: #fff !important;
    color: #111 !important;
    font-weight: 500 !important;
}

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

.callButton {
    padding: 7px 23px;
}

strong {
    font-weight: 500;
}

p {
    font-size: 18px;
    font-weight: 400;
    color: #363636;
}

.readmorebutton {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 2px solid var(--secondaryColor);
    padding-bottom: 4px;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

.readmorebutton:hover {
    color: var(--secondaryColor) !important;
    border-color: var(--primaryColor);

}

.about-content-text {
    max-height: 136px;
    overflow: hidden;
    position: relative;
    max-width: 800px;
    margin: auto;
}

.about-gallery-item img {
    border-top-left-radius: 350px;
    border-top-right-radius: 350px;
    max-width: 400px;
    margin: auto;
    min-height: 600px;
    object-fit: cover;
}

.about-content-text:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 111px;
    bottom: 0;
    background: linear-gradient(0deg, #ffffff, transparent);
}

.about-section .title {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--secondaryColor);
}

.about-section .title-second {
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Cormorant Garamond', serif;
    margin: 0 auto;
    margin-bottom: 15px;
}

.qr-menu-summary,.route-qrmenu .content {
    background-image: url(https://ebubekir.panasis.com.tr/restaurant2/public/bg-pattern.svg);
}

.qr-menu-category__title {
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Cormorant Garamond', serif;
    margin: 0 auto;
    margin-bottom: 15px;
    border-top: 2px solid var(--secondaryColor);
    border-bottom: 2px solid var(--secondaryColor);
    padding: 10px 0px 10px 0px;
    background-color: white;
}

.qr-menu-summary>.container>.text-center.mb-lg-5.mb-3 {
    display: none;
}

.qr-menu-product__image {
    border: 0;
    border-radius: 0;
}

.qr-menu-product__image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    object-position: center;
}

.qr-menu-product__name {
    font-size: 24px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
}

span.qr-menu-product__dots.flex-grow-1 {
    border: none;
    background-image: radial-gradient(circle, #5a5a5a 1px, transparent 3px);
    background-size: 8px 2px;
    background-repeat: repeat-x;
    background-position: center;
    height: 1px;
    align-self: center;
}

.qr-menu-product__title-row.d-flex.align-items-baseline {
    gap: 15px;
}

.qr-menu-product__body.flex-grow-1.min-width-0 {
    background-color: white;
}

p.qr-menu-product__description.m-0 {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.6;
    opacity: 0.6;
    color: var(--content-color);
}

span.qr-menu-product__price {
    color: #363636;
    font-size: 1.25rem;
}

@media (min-width: 1600px) {


    .container {
        max-width: 1500px;

    }

}

.gallery-full-section {
    width: 100%;
}

.gallery-full-thumb {
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.35s ease;
}

.gallery-full-section a {
    display: block;
    overflow: hidden;
}

.gallery-full-section a:hover .gallery-full-thumb {
    transform: scale(1.05);
}

.toggler-icon {
    margin-left: 0;
}

@media (max-width: 992px) {
 .mobile-menu-text {
     
        color: unset ;
     

    }

    #slider img {
        max-height: 60vh;
    }

    .callButton {
        display: none !important;
    }

    .about-section .title-second {
        font-size: 32px;
    }

    .about-gallery-item img {
        max-width: 100%;
        min-height: 200px;
    }

    #slider .btn {
        margin-top: 0px !important;
        display: flex;
        align-items: center;
        gap: 5px;
        padding: 5px 10px;
        margin-top: 15px !important;
    }

    .callButton.d-md-none {
        border-radius: 50%;
        padding: 10px 15px;
    }

    #slider .carousel-caption {
        width: 70%;
    }

    #slider .carousel-caption h5 {
        font-size: 16px;
        padding: 0 46px;
    }

    #slider .carousel-caption .slide-desc {
        font-size: 30px;
        padding: 0 46px;
        margin-top: 0;

    }
}