﻿* {
    font-family: 'Gidole', sans-serif;
}


.align-content {
    align-content: center;
}

.background_color1 {
    background-color: #f3f3f3;
    color: white;
}


.navbar{
    position:fixed;
    top:0;
    z-index:2;
    width:100%;
    background-color:rgba(255,255,255,0.8);
}


.navbar .nav-link {
    font-size: 1.3rem;
    font-weight: 500;
    color: black;
}

.main_color {
    color: #800000
}

.bg-footer {
    background-image: url('../img/bg-footer.jpg');
}



.navbar .nav-link.active {
    color: #800000;
    border-bottom: 2px solid #800000;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

@media (max-width: 991.98px) {
    #mobileMenu {
        align-items: center;
        width: 100%;
    }
}

ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.fs-6 {
    font-size: 40px !important;
    margin-bottom: 10px;
}




/* --- Carousel --- */
#carouselExampleControlsNoTouching {
    height: 100vh;
    overflow: hidden;
}


.carousel-inner,
.carousel-item,
.carousel-item img {
    height: 100%;
}

    .carousel-item::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        z-index: 1;
    }

    .carousel-item img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 0;
    }
/*--------------------------------------------------------------
# Menu Section
--------------------------------------------------------------*/


.menu .menu-filters {
    padding: 0;
    margin: 0 auto;
    list-style: none;
    text-align: center;
    border-radius: 50px;
}

    .menu .menu-filters li {
        color: #800000;
        margin-bottom: 10px;
        cursor: pointer;
        display: inline-block;
        padding: 8px 12px 10px 12px;
        font-size: 16px;
        font-weight: 500;
        line-height: 1;
        transition: all ease-in-out 0.3s;
        font-family: var(--heading-font);
    }

        .menu .menu-filters li:hover,
        .menu .menu-filters li.filter-active {
            color: var(--accent-color);
            border-bottom: 2px solid #800000;
        }

        .menu .menu-filters li:last-child {
            margin-right: 0;
        }

.menu .menu-item {
    margin-top: 50px;
    position: relative;
}

.menu .menu-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    float: left;
}


.menu .menu-content {
    left: 30px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center; /* Dikey ortalama */
    position: relative;
    color: #800000;
    font-size: 20px;
    text-decoration: none !important;
    top: 20px
}

    .menu .menu-content::after {
        content: "";
        position: absolute;
        left: 20px;
        right: 0;
        top: 30px;
        z-index: 1;
        color: color-mix(in srgb, var(--default-color), transparent 60%);
        text-decoration: none !important;
    }

    .menu .menu-content a {
        color: var(--heading-color);
        background: var(--background-color);
        padding-right: 10px;
        position: relative;
        z-index: 3;
        font-weight: 700;
        transition: 0.3s;
        text-decoration: none;
    }

        .menu .menu-content a:hover {
            color: var(--accent-color);
        }

    .menu .menu-content span {
        background: var(--background-color);
        color: var(--accent-color);
        position: relative;
        z-index: 3;
        padding: 0 10px;
        font-weight: 600;
    }

.menu .menu-ingredients {
    margin-left: 95px;
    font-style: italic;
    font-size: 14px;
    font-family: var(--nav-font);
    color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.menu_title {
    color: #800000;
}
/********************** HAKKIMIZDA *******************/
.custom-btn {
    border: 1px solid #800000;
    color: black;
    padding: 10px 25px;
    border-radius: 30px;
    background-color: transparent;
    transition: all 0.3s ease;
}

    .custom-btn:hover {
        background-color: black;
        color: white;
        text-decoration: none;
    }

@media (max-width: 768px) {
    h2 {
        font-size: 1.3rem;
    }

    p {
        font-size: 0.7rem;
    }

    .custom-btn {
        padding-top: 0;
        padding: 6px 16px;
        font-size: 0.8rem;
    }
}






/******************************************* tantuni çeşitleri *********************************************/

.body1 {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 75vh;
    text-align: center;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}

.image-container {
    position: relative;
    width: 300px;
    height: 250px;
    transform-style: preserve-3d;
    transform: perspective(1000px) rotateY(0deg);
    transition: transform 0.7s;
}

    .image-container span {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        transform: rotateY(calc(var(--i) * 45deg)) translateZ(400px);
    }

        .image-container span img {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 250px;
            border-radius: 5px;
        }

.btn-container {
    position: relative;
    width: 90%;
}

    .btn-container .btn {
        position: absolute;
        bottom: -150px;
        background-color: white;
        color: #090B0C;
        padding: 10px 20px;
        border-radius: 5px;
        border: none;
        cursor: pointer;
    }



#prev {
    left: 20%;
}

#next {
    right: 20%;
}

@media (max-width: 768px) {
    .image-container {
        width: 220px;
        height: 180px;
    }

        .image-container span img {
            height: 180px;
        }

    .btn-container .btn {
        padding: 8px 16px;
        font-size: 14px;
        bottom: -120px;
    }

    #prev {
        left: 5%;
    }

    #next {
        right: 5%;
    }
}

@media (max-width: 480px) {
    .image-container {
        width: 180px;
        height: 140px;
    }

        .image-container span img {
            height: 140px;
        }

    .btn-container {
        max-width: 300px;
    }

        .btn-container .btn {
            padding: 6px 14px;
            font-size: 13px;
            bottom: -100px;
        }
}






.lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
    text-align: center;
    justify-content: center;
    align-items: center;
}

.product-box {
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* 👈 Hafif gölge */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
}

    .product-box:hover {
        transform: scale(1.1);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); /* 👈 Hover'da daha belirgin gölge */
    }

    .product-box img {
        width: 100%;
        height: 165px;
        border-radius: 5px;
        transition: transform 0.3s ease;
    }

/* Lightbox içindeki resme de gölge */
.lightbox img {
    max-width: 90%;
    max-height: 80%;
    margin-top: 5%;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4); /* 👈 Lightbox resmine güçlü gölge */
}


.close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 40px;
    cursor: pointer;
}

.prev, .next {
    position: absolute;
    top: 50%;
    color: white;
    font-size: 40px;
    padding: 10px;
    cursor: pointer;
    user-select: none;
}

.prev {
    left: 20px;
}

.next {
    right: 20px;
}



@media (max-width: 576px) {
    .copyright-text {
        font-size: 0.5rem; /* mobil cihazlarda yarı boyut */
    }

        .copyright-text a {
            font-size: 0.5rem; /* mobil cihazlarda yarı boyut */
        }
}




.truck_img1 {
    width: 244px;
    height: 147px;
    position: relative;
    animation: moveTruck 20s linear infinite;
}

    .truck_img1 img {
        width: 75%;
    }

@keyframes moveTruck {
    0% {
        left: 0;
        transform: scaleX(1); /* Normal yön */
    }

    50% {
        left: calc(100% - 244px);
        transform: scaleX(1); /* Hâlâ sağa gidiyor */
    }

    50.01% {
        transform: scaleX(-1); /* Yön değiştir */
    }

    100% {
        left: 0;
        transform: scaleX(-1); /* Geriye dönüyor */
    }
}

.icon-truck:before {
    content: "\e9b0";
}

@media (max-width: 967px) {
    .truck_img1 {
        width: 100px !important;
        height: 74px !important;
        position: relative;
        animation: moveTruck1 10s linear infinite !important; /* forwards eklenerek animasyon sonunda pozisyon korunur */
    }

        .truck_img1 img {
            width: 100%;
        }

    @keyframes moveTruck1 {
        0% {
            left: 0;
            transform: scaleX(1); 
        }

        50% {
            left: calc(100% - 120px);
            transform: scaleX(1); 
        }

        50.01% {
            transform: scaleX(-1); 
        }

        100% {
            left: 0;
            transform: scaleX(-1); 
        }
    }

    .icon-truck:before {
        content: "\e9b0";
    }
}

.whatsapp-icon {
    position: fixed;
    bottom: 100px; 
    right: 20px;
    font-size: 28px;
    background-color: #25D366; 
    color: white;
    padding: 15px;
    border-radius: 50%;
    z-index: 9999;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.call-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 28px;
    background-color: #800000; 
    color: white;
    padding: 15px;
    border-radius: 50%;
    z-index: 9999;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

@keyframes shake {
    0% {
        transform: rotate(0deg);
    }

    20% {
        transform: rotate(-20deg);
    }

    40% {
        transform: rotate(20deg);
    }

    60% {
        transform: rotate(-15deg);
    }

    80% {
        transform: rotate(15deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.rounded_Custom {
    border-radius:30px;
}

.custom-video {
    height: 300px;
    width: 100%;
    object-fit: contain;
}