
body {
    font-family: "Open Sans", serif;
    background-color: #f7f5f0;
    position: relative;
    width: 100%;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    font-size: 14px;
    z-index: -1;
}
/** LOADER START*/
/* Tam ekran loader arka planı */
#page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Dönen daire */
.spinner {
    width: 35px;
    height: 35px;
    border: 2px solid #ccc;
    border-top-color: #ffd100;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

/* Animasyon */
@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

/** LOADER END*/

.row {
    /*max-width: 100%;*/
}

.text-badoni {
    font-family: "Libre Bodoni", serif;
}

section {
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

body.offcanvas-menu:before {
    opacity: 1;
    z-index: 1002;
    visibility: visible;
}

.text-black {
    color: #000 !important;
}

p {
    font-weight: 400;
}


a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

    a, a:hover {
        text-decoration: none !important;
    }

.hero {
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

    .hero ul.slick-dots {
        justify-content: end;
    }

.site-navbar {
    margin-bottom: 0px;
    z-index: 1999;
    position: relative;
    top: 0;
    width: 100%;
    padding: 15px 89px;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #e6b800;
    color: #fff;
}

.dropdown-toggle::after {
    content: "\f107"; /* Font Awesome "angle-down" kodu */
    font-family: "Font Awesome 6 Free"; /* Font Awesome yazı tipi */
    font-weight: 900; /* Gerekli ağırlık */
    display: inline-block;
    margin-left: 8px; /* İkona boşluk eklemek için */
    font-size: 0.875rem; /* İkon boyutunu ayarlayın */
    vertical-align: middle;
    transition: transform 2s ease; /* Dönüşüm animasyonu */
    border: none;
    margin-top: -1px;
}

@media(min-width: 1270px) {
    .dropdown-menu {
        display: block;
    }
    /* Başlangıç durumu: gizli ve şeffaf */
    .dropdown-menu {
        visibility: hidden; /* Görünmez yap */
        opacity: 0; /* Şeffaflık sıfır */
        transform: translate(3px, 3px);
        transition: visibility 0s linear 0.3s, opacity 0.3s ease, transform 0.3s ease; /* Şeffaflık, hareket ve görünürlük için geçişler */
    }

    /* Hover veya tıklama ile açıldığında */
    .dropdown:hover .dropdown-menu {
        visibility: visible !important;
        opacity: 1 !important;
        transition-delay: 0s; /* Gecikmeyi kaldır */
    }
}

@media(max-width: 1270px) {
    .dropdown-menu {
        display: none;
    }
}

@media(max-width: 1400px) {
    .site-navbar {
        padding: 15px 60px;
    }
}

.site-navbar .toggle-button {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translate(0px, -50%);
}

.site-navbar .site-logo {
    margin: 0;
    padding: 0;
    font-size: 1.7rem;
}

    .site-navbar .site-logo a {
        color: #89ba16;
        text-transform: lowercase;
    }

@media (max-width: 991.98px) {
    .site-navbar .site-logo {
        float: left;
        position: relative;
    }
}

.site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid white !important;
}

.site-navbar .site-navigation .site-menu {
    margin: 0;
    padding: 0;
    margin-bottom: 0;
}

    .site-navbar .site-navigation .site-menu .active {
        color: #006241 !important;
        font-weight: 600;
    }

    .site-navbar .site-navigation .site-menu a {
        text-decoration: none !important;
        display: inline-block;
    }

    .site-navbar .site-navigation .site-menu > li {
        display: inline-block;
        line-height: 22px;
    }

        .site-navbar .site-navigation .site-menu > li > a {
            margin-left: 15px;
            margin-right: 15px;
            padding: 20px 0px;
            color: #000 !important;
            display: inline-block;
            text-decoration: none !important;
            font-weight: 400;
            font-size: 16px;
        }

            .site-navbar .site-navigation .site-menu > li > a:hover {
                color: #006241 !important;
            }

        .site-navbar .site-navigation .site-menu > li.active > a {
            color: #006241 !important;
        }

    .site-navbar .site-navigation .site-menu .has-children {
        position: relative;
    }

        .site-navbar .site-navigation .site-menu .has-children > a {
            position: relative;
            padding-right: 20px;
        }

            .site-navbar .site-navigation .site-menu .has-children > a:before {
                position: absolute;
                content: "\e313";
                font-size: 16px;
                top: 50%;
                right: 0;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                font-family: 'icomoon';
            }

        .site-navbar .site-navigation .site-menu .has-children .dropdown {
            visibility: hidden;
            opacity: 0;
            top: 100%;
            position: absolute;
            text-align: left;
            border-top: 2px solid #89ba16;
            -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
            padding: 0px 0;
            margin-top: 20px;
            margin-left: 0px;
            background: #fff;
            -webkit-transition: 0.2s 0s;
            -o-transition: 0.2s 0s;
            transition: 0.2s 0s;
        }

            .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
                position: absolute;
            }

                .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
                    display: none;
                    bottom: 100%;
                    left: 20%;
                    border: solid transparent;
                    content: " ";
                    height: 0;
                    width: 0;
                    position: absolute;
                    pointer-events: none;
                }

                .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
                    border-color: rgba(136, 183, 213, 0);
                    border-bottom-color: #fff;
                    border-width: 10px;
                    margin-left: -10px;
                }

            .site-navbar .site-navigation .site-menu .has-children .dropdown a {
                text-transform: none;
                letter-spacing: normal;
                -webkit-transition: 0s all;
                -o-transition: 0s all;
                transition: 0s all;
                color: #000 !important;
            }

                .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
                    color: #89ba16 !important;
                    background: #f8f9fa;
                }

            .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
                list-style: none;
                padding: 0;
                margin: 0;
                min-width: 200px;
            }

                .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
                    padding: 9px 20px;
                    display: block;
                }

                    .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
                        background: #f8f9fa;
                        color: #ced4da;
                    }

                .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
                    content: "\e315";
                    right: 20px;
                }

                .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
                    left: 100%;
                    top: 0;
                }

                .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
                    background: #f8f9fa;
                    color: #ced4da;
                }

        .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
            color: #89ba16;
        }

        .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
            cursor: pointer;
        }

            .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
                -webkit-transition-delay: 0s;
                -o-transition-delay: 0s;
                transition-delay: 0s;
                margin-top: 0px;
                visibility: visible;
                opacity: 1;
            }

@media(max-width: 1750px) {
    .site-navbar .site-navigation .site-menu > li > a {
        margin-left: 10px;
        margin-right: 10px;
        font-size: 15px;
    }
}

@media(max-width: 1590px) {
    .site-navbar .site-navigation .site-menu > li > a {
        font-size: 14px;
    }
}

@media(max-width: 1550px) {

    .custom-select .custom-select-trigger {
        min-width: 80px;
        line-height: 40px;
        font-size: 14px;
    }
}

@media(max-width: 1270px) {
    .logo-container {
        width: 100%;
        padding-left: 0px;
    }

    .site-navbar .site-logo {
        width: 235px;
        margin-left: 40px;
    }

    .site-navbar {
        padding: 15px 60px;
    }

    .custom-select .custom-select-trigger {
        min-width: 80px;
        line-height: 45px;
        padding-right: 10px;
    }
}

@media(max-width: 575px) {
    .hero ul.slick-dots {
        bottom: 10px;
        right: 10px;
    }

    .site-navbar .site-logo {
        width: 200px;
        margin-left: 30px;
    }

    .site-navbar .toggle-button {
        right: 30px;
    }
}

/***********== MENU HOVER AND ACTIVE BOTTOM LINE START ==************/

/*.menu-item {
    display: inline;
}
*/
.menu-item-in {
    display: inline-block;
    position: relative;
    transition: all ease 0.5s;
}

.wavy {
    display: inline-block;
    position: relative;
    transition: all ease 0.5s;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-100 {
    margin-bottom: 100px;
}

@media (max-width: 1270px) {
    .d-large-block {
        display: none;
    }

    .d-sm-block {
        display: block;
    }
}

@media(min-width:1270px) {
    .d-large-block {
        display: block;
    }

    .d-sm-block {
        display: none !important;
    }
}

@media(min-width: 1270px) {
    @keyframes Waveline {
        to {
            background-position: -150px;
        }
    }
}



.menu-item-in:hover {
    color: #111;
}

    .menu-item-in:hover:before {
        opacity: 1;
    }

.popular-products .menu-item-in:before {
    left: 17px;
}
/***********== MENU HOVER AND ACTIVE BOTTOM LINE END ==************/
.site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
        width: 50px;
        height: 50px;
        float: right;
        text-align: center;
        line-height: 50px;
        font-size: 28px;
    }

        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
            font-size: 30px;
            display: inline-block;
            padding-left: 10px;
            padding-right: 0px;
            line-height: 1;
            cursor: pointer;
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
        }

            .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
                color: #ced4da;
            }

    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
        float: left;
        margin-top: 10px;
        margin-left: 0px;
    }

        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
            display: inline-block;
            text-transform: uppercase;
        }

            .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
                max-width: 70px;
            }

            .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
                text-decoration: none;
            }

.site-mobile-menu .site-mobile-menu-body {
    /*overflow-y: scroll;*/
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px;
    margin-top:55px;
}

.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

    .site-mobile-menu .site-nav-wrap a {
        padding: 10px 20px;
        display: block;
        position: relative;
        color: #212529;
    }

        .site-mobile-menu .site-nav-wrap a:hover {
            /*color: #89ba16;*/
        }

    .site-mobile-menu .site-nav-wrap li {
        position: relative;
        display: block;
    }

        .site-mobile-menu .site-nav-wrap li .nav-link.active {
            color: #89ba16;
        }

        .site-mobile-menu .site-nav-wrap li.active > a {
            color: #89ba16;
        }

    .site-mobile-menu .site-nav-wrap .arrow-collapse {
        position: absolute;
        right: 0px;
        top: 10px;
        z-index: 20;
        width: 36px;
        height: 36px;
        text-align: center;
        cursor: pointer;
        border-radius: 50%;
    }

        .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
            background: #f8f9fa;
        }

        .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
            font-size: 12px;
            z-index: 20;
            font-family: "icomoon";
            content: "\f078";
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%) rotate(-180deg);
            -ms-transform: translate(-50%, -50%) rotate(-180deg);
            transform: translate(-50%, -50%) rotate(-180deg);
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
        }

        .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .site-mobile-menu .site-nav-wrap > li {
        display: block;
        position: relative;
        float: left;
        width: 100%;
    }

        .site-mobile-menu .site-nav-wrap > li > a {
            padding-left: 20px;
            font-size: 16px;
        }

        .site-mobile-menu .site-nav-wrap > li > ul {
            padding: 0;
            margin: 0;
            list-style: none;
            position: relative !important;
        }

            .site-mobile-menu .site-nav-wrap > li > ul > li {
                display: block;
            }

                .site-mobile-menu .site-nav-wrap > li > ul > li > a {
                    padding-left: 40px;
                    font-size: 16px;
                }

                .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
                    padding: 0;
                    margin: 0;
                }

                    .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
                        display: block;
                    }

                        .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                            font-size: 16px;
                            padding-left: 60px;
                        }

    .site-mobile-menu .site-nav-wrap[data-class="social"] {
        float: left;
        width: 100%;
        margin-top: 30px;
        padding-bottom: 5em;
    }

        .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
            width: auto;
        }

            .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
                padding-left: 15px !important;
            }

.sticky-wrapper {
    position: relative;
    z-index: 100;
    width: 100%;
    position: relative;
    top: 0;
}

    .sticky-wrapper .site-navbar {
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
    }

    .sticky-wrapper .site-navbar {
        background: #fff;
    }

        .sticky-wrapper .site-navbar ul li a {
            color: rgba(0, 0, 0, 0.7) !important;
        }

            .sticky-wrapper .site-navbar ul li a.active {
                color: #000 !important;
            }

    .sticky-wrapper.is-sticky .site-navbar {
        background: #fff;
        -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
        box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    }

        .sticky-wrapper.is-sticky .site-navbar .site-logo a {
            color: #89ba16;
        }

        .sticky-wrapper.is-sticky .site-navbar ul li a {
            color: #000 !important;
        }

            .sticky-wrapper.is-sticky .site-navbar ul li a.active {
                color: #89ba16 !important;
            }

    .sticky-wrapper .shrink {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

@media (max-width: 991.98px) {
    .sticky-wrapper .shrink {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
}
/**************************************************************************************************************************/
.site-navbar {
    /*position: absolute;*/
    z-index: 1000;
    width: calc(100% - 100px);
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
    transform: translateY(0); /* Başlangıçta görünür */
    opacity: 1; /* Tamamen görünür */
    margin: 0 auto;
    right: 0;
    left: 0;
    margin-top: 30px;
    border-radius: 15px;
    /*transition: width 0.1s ease-in-out;*/
    transition: width .1s ease-in-out;
}

    .site-navbar.fixed {
        width: 100%;
        position: fixed;
        margin-top: 0;
        border-radius: 0;
        top: 0;
        background: white;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        transform: translateY(0); /* Sabitlenmiş konum */
        opacity: 1; /* Tamamen görünür */
        transition: width .1s ease-in-out;
    }

    .site-navbar.hidden {
        transform: translateY(-100%); /* Yukarı kaydır */
        opacity: 0; /* Yavaşça kaybol */
    }

.site-logo img {
    max-width: 235px;
    margin: 0 auto;
}

.slider img {
    width: 100%;
    height: auto;
}

ul.slick-dots li {
    width: 60px;
    height: 4px;
    cursor: pointer;
    border-radius: 3px;
}

.slick-dots li.slick-active {
    background-color: #FFD100 !important;
}

@media(max-width:991px) {
    .dropdown-menu.show {
        position: relative !important;
        transform: translate3d(0px, 0px, 0px) !important;
    }

    .dropdown-menu.show {
        width: 100%;
    }
}
/** nav **/
.slick-dots {
    position: absolute;
    bottom: 50px;
    right: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px; /* Noktalar arasındaki boşluk */
}

    .slick-dots li {
        width: 30px; /* Çizginin genişliği */
        height: 2px; /* Çizginin yüksekliği */
        background-color: #fff;
        list-style: none;
    }

        .slick-dots li.slick-active {
            background-color: black; /* Aktif nokta için renk */
        }

        .slick-dots li button {
            display: none;
        }

.dropdown.show a#navbarDropdown, .nav-link.active {
    color: #006241 !important;
}

.p-15-75 {
    padding: 15px 105px;
}

.text-green {
    color: #006241;
}

.sc-padding {
    padding-top: 200px;
    padding-bottom: 200px;
}

.sc-padding-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.sc-padding-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.popular-products {
    background-color: #E7A9D4;
    padding-top: 205px;
    padding-bottom: 75px;
}

@media(max-width:991px) {
    .popular-products .card-body .card-body-content {
        opacity: 1;
    }

    .sc-padding-sm-50 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .popular-products {
        padding-top: 0px;
        padding-bottom: 50px;
    }
}
/**************************************************************************************************************************/
/**************************************************************************************************************************/
.font-400 {
    font-weight: 400;
}

.popular-products .responsive .card {
    margin: 0 auto;
    border: 0;
    background: transparent;
}

.popular-products .card-title {
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 4px;
}

.popular-products .card-text {
    color: #006241;
    font-weight: 400;
    font-family: "Libre Bodoni", serif;
    font-size: 16px;
}

.font-bodoni {
    font-family: "Libre Bodoni", serif;
}

.popular-products .slider-navigation, .news-slider-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px; /* Slider ile aradaki boşluğu ayarlar */
}

    .popular-products .slider-navigation button, .slider-arrow-btn {
        width: 34px;
        height: 34px;
        background-color: #006241;
        border: none;
        border-radius: 50%;
        color: #fff;
        font-size: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        /*margin: 0 7px;*/ /* Butonlar arasındaki mesafe */
        cursor: pointer;
        transition: .3s ease;
    }

        .popular-products .slider-navigation button:hover, .slider-arrow-btn:hover {
            background-color: #e6b800; /* Hover efekti */
        }

            .popular-products .slider-navigation button i, .slider-arrow-btn:hover i {
                font-size: 16px; /* İkon boyutu */
            }

    .popular-products .slider-next, .news-slider-navigation .news-slider-next {
        margin-left: 20px;
    }

.news-slider ul.slick-dots {
    bottom: -37px;
    margin: 0 auto;
    display: block;
    right: 0;
    left: 0;
}

/*.news-category-page .news-slider {
    margin-top: -160px;
}*/
/* General styles */
.popular-products .pr-tab-menu {
    margin-bottom: 20px;
}

.popular-products button.tab-btn {
    background: transparent;
    font-size: 16px;
    font-family: "Open Sans", serif;
    font-weight: 400;
    line-height: 22px;
    transition: .2s ease;
}

.popular-products .tab-btn, .popular-products .tab-dropdown {
    padding: 10px 15px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    background-color: #f0f0f0;
    color: #000;
    font-weight: bold;
}

.tab-buttons {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    text-align: center;
}

.popular-products .tab-btn.active {
    color: #006241;
    font-weight: 600;
}

.popular-products .tab-btn {
    display: inline-block;
}


    .popular-products .tab-btn:hover {
        color: #006241;
    }



.popular-products .tab-content {
    display: none;
}

    .popular-products .tab-content.active {
        display: block;
    }

/* Mobile styles */
.popular-products .tab-dropdown {
    width: 100%;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #fff;
    color: #000;
}

    .popular-products .tab-dropdown:focus {
        outline: none;
        border-color: #006241;
    }

/* Desktop-only visibility */
.popular-products .d-lg-none {
    display: none !important;
}

.popular-products .card .card-img-top {
    transition: .2s ease;
    transform: scale(0.77);
}

.popular-products .card:hover .card-img-top {
    transform: scale(0.88);
    transition: .2s ease;
}

.popular-products .card-body {
    height: 75px;
}

    .popular-products .card-body .card-body-content {
        margin-top: -10px;
        transition: .2s ease;
        opacity: 0;
    }

.popular-products .card:hover .card-body .card-body-content {
    margin-top: 0px;
    opacity: 1;
}

@media (max-width: 992px) {
    .popular-products .card-body .card-body-content {
        opacity: 1;
    }

    .popular-products .d-lg-none {
        display: block !important;
    }

    /*  .popular-products .d-lg-flex {
        display: none !important;
    }*/
}

.popular-tab-title {
    margin-bottom: 30px;
}

.popular-products .popular-left img {
    margin-left: -40px;
}

.popular-products .popular-right img {
    margin-left: 50px;
}
/**************************************************************************************************************************/
/*************************************== HOME RESPONSIVE START ==**************************************************************/
.main-slider video {
    width: 100%;
    height: 100%;
}

.pr-tab-content .card {
    width: 335px;
}

.pr-tab-content {
    margin-top: 15px;
}

@media(max-width:1600px) {
    .pr-tab-content .card {
        width: 300px;
    }
}

@media(max-width:1300px) {

    .pr-tab-content .card {
        width: 250px;
    }

    .popular-products .card-title {
        font-size: 10px;
    }

    .popular-tab-title {
        margin-bottom: 10px;
    }

    .popular-products button.tab-btn {
        font-size: 12px;
        line-height: 15px;
        padding: 10px;
    }
}

.accordion .accordion-body .long-text {
    font-size: 14px;
}

@media(min-width:1200px) {


    .accordion .accordion-body .long-text {
        max-height: 120px;
        overflow-y: scroll;
        padding-right: 15px;
        margin-right: 15px;
    }

        .accordion .accordion-body .long-text::-webkit-scrollbar {
            width: 4px; /* width of the entire scrollbar */
            border-radius: 40px;
        }

        .accordion .accordion-body .long-text::-webkit-scrollbar-track {
            background: #fff; /* color of the tracking area 
        /*border-radius: 20px; */
            border-radius: 40px;
        }

        .accordion .accordion-body .long-text::-webkit-scrollbar-thumb {
            background-color: #FFD100; /* color of the scroll thumb */
            border-radius: 40px; /* roundness of the scroll thumb */
            /*border: 1px solid orange;*/ /* creates padding around scroll thumb */
        }
}
/*************************************== HOME RESPONSIVE END ==**************************************************************/
/*************************************== CUSTOM SELECT START ==**************************************************************/
.custom-select select {
    z-index: 3;
    float: left;
}
/** Custom Select **/
.custom-select .custom-select-wrapper {
    position: relative;
    display: inline-block;
    user-select: none;
    cursor: pointer;
}

    .custom-select .custom-select-wrapper select {
        display: none;
    }

.custom-select .custom-select {
    position: relative;
    display: inline-block;
    font: 13px/1.5 "Roboto", sans-serif;
}

.custom-select-wrapper {
    width: 77px;
}

.custom-select .custom-select-trigger {
    position: relative;
    display: block;
    min-width: 77px;
    font-weight: 500;
    color: #006241;
    line-height: 40px;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    text-align: center;
    border: 1px solid #006241;
    border-radius: 77px;
    padding-right: 15px;
}

    .custom-select .custom-select-trigger:hover {
        -webkit-box-shadow: 0px 10px 50px 0px rgba(43, 111, 246, 0.1);
        box-shadow: 0px 10px 50px 0px rgba(43, 111, 246, 0.1);
    }

.custom-select.sources.opened {
    width: 77px;
}

.custom-select-trigger:after {
    position: absolute;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    top: 50%;
    right: 20px;
    margin-top: -3px;
    transform: rotate(45deg) translateY(-50%);
    transition: all 0.35s ease-out;
    transform-origin: 50% 0;
}

.custom-select.opened .custom-select-trigger:after {
    margin-top: 3px;
    transform: rotate(-135deg) translateY(-50%);
}

.custom-options {
    position: absolute;
    display: block;
    top: 100%;
    text-align: center;
    right: 10px;
    width: 77px;
    margin: 10px -20px;
    border-radius: 5px;
    box-sizing: border-box;
    background: #fff;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
    border: 0;
}

.custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(-8px);
    -webkit-box-shadow: 0px 10px 50px 0px rgba(43, 111, 246, 0.1);
    box-shadow: 0px 10px 50px 0px rgba(43, 111, 246, 0.1);
    width: 77px;
}

.option-hover:before {
    background: #f9f9f9;
}

.custom-option {
    position: relative;
    display: block;
    padding: 0 22px;
    font-weight: 600;
    color: #006241;
    line-height: 47px;
    cursor: pointer;
    transition: all 0.05s ease-in-out;
}

    .custom-option:first-of-type {
        border-radius: 4px 4px 0 0;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
    }

    .custom-option:last-of-type {
        border-bottom: 0;
        border-radius: 0 0 4px 4px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .custom-option:hover,
    .custom-option.selection {
        color: #fff;
        background-color: #e6b800;
    }

.custom-select-container {
    position: relative;
    display: inline-block;
    margin-left: 15px;
}

.custom-select {
    width: 100%;
    padding-right: 30px;
    padding-left: 10px;
    appearance: none;
}

.custom-select-container i {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    font-size: 16px;
    color: #006241;
    pointer-events: none;
}

.custom-select-container {
    position: relative;
}

i.fa-solid.fa-angle-down {
    transition: transform 0.3s ease;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    transform-origin: center center;
}

    i.fa-solid.fa-angle-down.rotate {
        transform: rotate(180deg) translateY(50%);
    }
.fixed .site-menu-toggle img {
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}
@media(max-width:1750px) {
    .custom-select .custom-select-trigger {
        font-weight: 500;
        font-size: 14px;
        line-height: 42px;
        min-width: 80px;
    }
}

@media(max-width:1350px) {
    .custom-select .custom-select-trigger {
        font-weight: 500;
        font-size: 14px;
        line-height: 40px;
        min-width: 75px;
    }

    .site-navbar .site-navigation .site-menu > li > a {
        font-size: 13px;
    }

    i.fa-solid.fa-angle-down {
        font-size: 13px;
        right: 10px;
    }

    span.custom-option {
        font-size: 13px;
        font-weight: 500;
    }
}

@media (width: 1270px) {
    .d-sm-block {
        display: block !important;
    }
}


@media (max-width: 1270px), (width: 1270px) {
    a.site-menu-toggle.py-5.js-menu-toggle.text-black img {
        width: 40px;
    }

    .site-navbar {
        padding: 0;
        margin: 0;
        width: 100%;
        height: 80px;
        line-height: 80px;
        overflow: hidden;
        border-radius: 0;
    }

    .menu-item-in:before {
        display: none;
    }

    .dropdown-menu.show {
        display: block;
        position: relative !important;
        transform: translate(0px, 0px) !important;
        margin-bottom: 20px !important;
    }

    .d-none-1280 {
        display: none !important;
    }

    .dropdown {
        position: relative; /* İkona referans için */
    }

    .dropdown-icon {
        position: absolute;
        top: 24px;
        right: 10px; /* Sağ tarafa yasla */
        transform: translateY(-50%); /* Dikey ortalama */
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        /*border: 1px solid #ccc;*/ /* Çerçeve */
        border-radius: 4px; /* Yuvarlak köşe */
        background-color: #fff; /* Arka plan rengi */
        cursor: pointer;
        z-index: 10; /* Menü üzerinde kalmasını sağlar */
    }

        .dropdown-icon::before {
            content: "\f107"; /* FontAwesome 'angle-down' ikonu */
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            font-size: 0.875rem;
            color: #333; /* İkon rengi */
            transition: transform 0.3s ease; /* İkon dönüş animasyonu */
        }

    /* Menü açıldığında ikonu döndür */
    .dropdown-menu.show + .dropdown-icon::before {
        transform: rotate(180deg); /* Aşağı ok yukarı dönsün */
    }

    .dropdown-toggle::after {
        display: none;
    }

    .dropdown-icon.active::before {
        transform: rotate(180deg); /* Ters döndür */
    }
}

@media(max-width: 1270px) {
    .custom-select {
        padding-left: 0px;
    }

    .custom-select-container {
        margin-top: 15px;
        position:absolute;
        z-index:999;
    }
}
@media(max-width: 768px) {
    .custom-select-wrapper {
        width: 67px;
    }
    .custom-select .custom-select-trigger {
        font-size: 13px;
        line-height: 35px;
        min-width: 68px;
    }
}
/*****************************== CUSTOM SELECT END ==****************************************************************/

/*****************************== HOME HISTORY AREA STAR  ==****************************************************************/
.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.history-content {
    padding-top: 110px;
    padding-bottom: 197px;
}
/*****************************== HOME HISTORY AREA STAR  ==****************************************************************/

/*****************************== NEWS AREA STAR  ==****************************************************************/
.news-title, .history-title {
    font-family: "Libre Bodoni", serif;
    font-weight: 400;
    color: #000;
}

.news-title {
    font-size: 45px;
}

.history-title {
    font-size: 80px;
}

.title-green {
    font-size: 20px;
    font-weight: 700;
    color: #006241;
    line-height: 54px;
    letter-spacing: 4.5px;
}

.news-title-yellow {
    font-size: 20px;
    font-weight: 700;
    color: #FFD100;
    line-height: 54px;
}

.media-card .card {
    max-width: 314px;
}

.button-radius {
    border-radius: 20px;
}

.card-tag {
    margin-bottom: 20px;
}

.card-tag ul {
    display: block;
    padding: 0;
}



.card-tag ul li {
    display: inline-block;
    margin-right: 10px;
}

.card-tag ul li button {
    font-size: 11px;
    font-weight: 600;
    font-family: "Libre Bodoni", serif;
    line-height: 1.5;
    padding: 8px 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

.media-card .card {
    border: 0;
    background-color: #fff;
    border-radius: 25px;
    overflow: hidden;
    transition: .3s ease;
    cursor: pointer;
    margin:0 auto;
}

.media-card .card-body {
    padding: 25px;
    padding-bottom:50px;
}

.media-card .card-bottom {
    border-radius: 25px;
    overflow: hidden;
    width: 314px;
    height: 280px;
    background-position: center;
    background-size: cover;
}


.media-card .card-title {
    font-size: 30px;
    font-family: "Libre Bodoni", serif;
    font-weight: 700;
    line-height: 33px;
    margin-bottom: 20px;
}

.media-card .card-text {
    font-size: 14px;
    font-family: "Libre Bodoni", serif;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
    height: 63px;
    overflow:hidden;
}

.padding-left-ps {
    /*padding-left: 158px;*/
    padding-left: 291px;
}

.media-card .card:hover {
    /*transform: scale(1.03);*/
    margin-top: -5px;
    background-color: #006241;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1);
}

.media-card .card:hover {
    color: #fff;
}

.media-card a {
    color: #000;
    font-weight: 600;
}

.media-card .card:hover .card-text,
.media-card .card:hover .btn,
.media-card .card:hover a {
    color: #fff;
}

.media-card .card .btn {
    color: #000;
    font-size: 11px;
    font-weight: 600;
}

.media-card .card:hover .btn {
    background: #FFD100;
    color: #006241;
    border: 1px solid #FFD100;
}

.media-container {
    position: relative;
    background-color: #AED051;
    padding-top: 93px;
    padding-bottom: 93px;
}

@media(max-width: 768px) {
    .media-card .card-text {
        height: 91px;
    }

}
@media(min-width: 768px) {
    .media-card {
        max-width: 386px !important;
        margin: 10px;
    }
}
@media(min-width: 1270px) {
    .media-card .card {
        max-width: 360px;
    }
}

@media(max-width: 575px) {
    .media-container {
        padding-bottom: 40px;
        padding-top: 40px;
        margin-bottom: 100px;
    }
}

.media-button-container {
    height: 34px;
    width: 100%;
    margin-bottom: 30px;
}

.news-slider-navigation {
    position: absolute;
    top: 0px;
    right: 0px;
}

.news-container {
    min-height: 628px;
    height: auto;
}

.news-absolute-div {
    width: 100%;
    height: 648px;
    position: absolute;
    margin-top: 15px;
}

/*****************************== NEWS AREA END  ==****************************************************************/

/*****************************== FOOTER AREA END  ==****************************************************************/
.footer {
    background: #fff;
    border-radius: 20px;
    padding-top: 80px;
    padding-bottom: 20px;
    width: calc(100% - 100px);
    margin: 0 auto;
    padding: 0;
    padding-top: 80px;
    padding-bottom: 40px;
    overflow: hidden;
    color: #000;
    font-weight: 400;
    margin-top: 130px;
}

.footer-padding {
    padding-left: 108px;
    padding-right: 108px;
}

.footer a {
    color: #000;
    font-weight: 400;
}

.footer i {
    color: #006241;
}


.footer li.nav-item {
    line-height: 32px;
}

.footer-bottom {
    margin-top: 40px;
    margin-bottom: 40px;
}

.footer-form {
    background: #006241;
    color: #ffff;
    padding: 45px;
    border-radius: 15px;
    max-width: 613px;
    float: right;
}

@media(max-width: 1200px) {
    .footer-form {
        float: inherit;
        max-width: 100%;
    }
}

@media(max-width: 991px) {
    .footer-form {
        padding: 30px;
    }
}

.pr-0 {
    padding: 0;
}



.btn-pastavilla {
    width: 154px !important;
    border-radius: 62px;
    background-color: #006241;
    color: #fff;
    position: relative;
    height: 48px;
    border: 1px solid #006241;
    padding-right: 40px;
    overflow: hidden;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.footer-padding .btn-white {
    float: right;
}

.btn-white {
    width: 154px !important;
    border-radius: 62px;
    background-color: #fff;
    color: #006241;
    position: relative;
    height: 48px;
    border: 1px solid #006241;
    padding-right: 40px;
    overflow: hidden;
    transition: background-color 0.3s ease, color 0.3s ease;
}

    .btn-white .btn-pastavilla-icon {
        width: 40px;
        height: 40px;
        background-color: #FFD100;
        color: #006241;
        border-radius: 50%;
        display: inline-block;
        line-height: 40px;
        position: absolute;
        right: 3px;
        top: 3px;
        transform: translateX(0);
        transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
    }

        .btn-white .btn-pastavilla-icon i {
            color: #fff;
        }

    .btn-white:hover {
        border: 1px solid #FFD100;
        background: #FFD100;
    }

.btn-pastavilla:hover {
    border: 1px solid #006241;
    color: #006241;
    background-color: #fff;
}

.btn-pastavilla-icon {
    width: 40px;
    height: 40px;
    background-color: #fff;
    color: #006241;
    border-radius: 50%;
    display: inline-block;
    line-height: 40px;
    position: absolute;
    right: 3px;
    top: 3px;
    transform: translateX(0);
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.btn-white:hover .btn-pastavilla-icon {
    transform: translateX(-5px);
    background: #fff;
}

    .btn-white:hover .btn-pastavilla-icon i {
        color: #006241;
    }

.btn-pastavilla:hover .btn-pastavilla-icon {
    background-color: #006241;
    color: #fff;
    transform: translateX(-5px);
}

.footer input, .footer textarea {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #DFDFDF;
    background-color: transparent;
}

    .footer input::placeholder, .footer textarea::placeholder {
        color: white;
        opacity: 0.8; /* Firefox */
    }

.footer-social-media {
    display: block;
    list-style: none;
}

    .footer-social-media li {
        display: inline-block;
        margin-right: 10px;
    }

.yellow-line {
    width: 100%;
    height: 15px;
}

.green-line {
    /*animation: bannermoveright 10s linear infinite;*/
}

.footer-line {
    display: inline-block;
    position: relative !important;
    transition: all ease 0.5s;
}

.yellow-line {
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/yellow-line.png') repeat-x;
    background-size: contain;
    background-position: center;
    animation: Waveline-left 6s linear infinite;
    opacity: 1;
    transition: all ease 0.5s;
    height: 33px;
}

.green-line {
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/green-line.png') repeat-x;
    background-size: contain;
    background-position: center;
    animation: Waveline-right 6s linear infinite;
    opacity: 1;
    transition: all ease 0.5s;
    height: 33px;
}

@keyframes Waveline-left {
    0% {
        background-position: 0;
    }

    100% {
        background-position: -150px; /* Kesintisiz ilerle */
    }
}

@keyframes Waveline-right {
    0% {
        background-position: 0;
    }

    100% {
        background-position: 150px; /* Kesintisiz ilerle */
    }
}

.footer-bottom-list {
    display: block;
    list-style: none;
}

    .footer-bottom-list li {
        display: inline-block;
        margin-right: 10px;
    }
/**== footer bottom out start ==*/
.footer-bottom-out {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    font-family: "Libre Bodoni", serif;
    margin-top:30px;
    margin-bottom:50px;
}

.ft-left-list {
    color: #006241;
}

.ft-right-list {
    color: #FFD100;
}

    .ft-left-list ul,
    .ft-right-list ul {
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
        /*position: absolute;*/
        white-space: nowrap;
    }

    .ft-left-list h2, .ft-right-list h2 {
        font-size: 140px;
    }

.ft-left-list ul {
    animation: leftScroll 30s linear infinite; /* Daha yavaş kayma */
}

.ft-right-list ul {
    animation: rightScroll 30s linear infinite; /* Daha yavaş kayma */
}

@keyframes leftScroll {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes rightScroll {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(100%);
    }
}
/**== footer bottom out end ==*/
/*****************************== FOOTER AREA END  ==****************************************************************/

/*****************************== HOME ACCORDION START  ==****************************************************************/

.history-content .accordion-item {
    border: 0;
    background-color: transparent;
    padding-left: 20px;
}

.history-content button.accordion-button {
    background: transparent;
    border: none;
}

.history-content .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: inherit;
    box-shadow: none;
}

.history-content button.accordion-button.collapsed {
    outline: 0;
    box-shadow: none;
}

.history-content .accordion-item.active {
    background: #016241;
    border-radius: 10px;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.history-content .accordion-item .accordion-button {
    font-size: 20px;
}

.history-content .accordion-item.active .accordion-button {
    color: #FFD100;
    font-weight: 700;
}

.accordion-body {
    padding-top: 0;
}

@media(min-width: 1200px) {
    .history-content .accordion-item.active .accordion-button {
        max-width: 66%;
    }
}

.history-content .accordion-button {
    color: #006241;
    font-weight: 700;
    font-size: 20px;
}

    .history-content .accordion-button[aria-expanded="true"]::after {
        transform: rotate(0deg);
        color: green;
    }

    .history-content .accordion-button::after, .history-content .accordion-button:not(.collapsed)::after {
        background-image: none;
        color: #FFD100;
    }

    .history-content .accordion-button::after {
        content: "\002B";
        color: green;
        font-weight: 700;
        font-size: 25px;
        margin-left: auto;
        /* transform: rotate(0deg); */
        transition: transform 0.3s ease;
        line-height: 20px;
        position: absolute;
        left: -5px;
    }

    .history-content .accordion-button:not(.collapsed)::after {
        content: "\2212"
    }
@media(max-width:575px) {
    .history-content .accordion-button::after {
        right: -5px;
    }
    .history-content .accordion-item {
        padding-left: 0;
        padding-right: 10px;
    }
    .history-content button.accordion-button.collapsed {
        padding-left: 10px;
    }
    .history-content .accordion-item .accordion-button {
        font-size: 16px;
    }
}
/*****************************== HOME ACCORDION END  ==****************************************************************/
/*****************************== CUSTOM CONTAINER STAR  ==****************************************************************/
.container-w1558 {
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    position: static;
}
/* Küçük ekranlar için (768px ve üzeri) */
@media (min-width: 768px) {
    .container-w1558 {
        max-width: 960px;
    }
}
/* Orta boy ekranlar için (992px ve üzeri) */
@media (min-width: 992px) {
    .container-w1558 {
        max-width: 1200px;
    }
}

/* Büyük ekranlar için (1200px ve üzeri) */
@media (min-width: 1200px) {
    .container-w1558 {
        max-width: 1558px;
    }
}


@media (max-width: 768px) {
    /* Daha küçük ekranlar için */
    .container-w1558 {
        max-width: 100%;
    }
}

/*****************************== CUSTOM CONTAINER STAR  ==****************************************************************/

/*****************************== RECIPES STAR  ==****************************************************************/
.recipes-container {
    /*background: url('../images/film-bg.png');*/
    background-position: center center;
    background-size: cover;
    min-height: 619px;
    padding-top: 85px;
    padding-bottom: 35px;
}

    .recipes-container .wrap {
        position: relative;
        z-index: 100;
        width: 100%;
        height: 100%;
        padding: 0 11px;
        overflow: hidden;
    }

        .recipes-container .wrap:after {
            content: '';
            position: absolute;
            z-index: 2;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }

    .recipes-container .slider-video {
        position: relative;
        z-index: 200;
        padding: 0 0px;
        max-width: 100%;
        width: 100%;
        margin-top: 50px;
        margin-bottom: 100px;
    }

    .recipes-container .slick-arrow {
        position: absolute;
        top: 50%;
        width: 40px;
        height: 50px;
        line-height: 50px;
        margin-top: -25px;
        border: none;
        background: transparent;
        color: #fff;
        font-family: monospace;
        font-size: 5rem;
        z-index: 300;
        outline: none;
    }

    .recipes-container .slick-prev {
        left: -50px;
        text-align: left;
    }

    .recipes-container .slick-next {
        right: -50px;
        text-align: right;
    }



    .recipes-container .item.slick-slide {
        width: 646px;
        height: 363px !important;
        transition: transform .5s ease;
        position: relative;
        border: 5px solid #fff;
        border-radius: 15px;
        overflow: hidden;
        cursor: pointer;
    }

    .recipes-container .slick-slide:after {
        content: '';
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255, 255, 255, .5);
        transition: transform .4s;
    }



    .recipes-container .item.slick-slide.slick-center + .slick-slide {
        transform: scale(0.8) translate(-179px);
        z-index: 10;
    }

        .recipes-container .item.slick-slide.slick-center + .slick-slide + .item.slick-slide {
            z-index: 5;
        }

    .recipes-container .item.slick-slide.slick-active {
        transform: scale(0.8) translate(179px);
    }

    .recipes-container .item.slick-slide.slick-center {
        transform: scale(1);
        z-index: 30;
    }

    .recipes-container .slick-center:after {
        opacity: 0;
        margin: 10px;
        padding: 10px;
    }

.slider-video-navigation {
    position: absolute;
    top: 30px;
    right: 0px;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
}

    .slider-video-navigation button {
        width: 34px;
        height: 34px;
        background-color: #fff;
        border: none;
        border-radius: 50%;
        color: #006241;
        font-size: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 10px;
        cursor: pointer;
        transition: .3s ease;
    }

        .slider-video-navigation button:hover {
            background-color: #006241;
            color: #fff;
        }


.video-play {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .video-play img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

.video-play {
    display: none;
}

.slick-active.slick-center .video-play {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom-description {
    padding: 20px;
}

    .bottom-description .bottom-title {
        font-size: 20px;
        font-weight: 700;
        color: #000000;
    }

    .bottom-description .bottom-text {
        font-size: 14px;
        color: #000000;
    }

.popular-top {
    position: relative;
}

.popular-products .popular-left, .popular-products .popular-right {
    position: absolute;
    width: 360px;
}

    .popular-products .popular-left img {
        margin-left: -40px;
    }

    .popular-products .popular-right img {
        margin-left: 50px;
    }

.popular-products .popular-right {
    right: 0;
    top: -120px;
}

.popular-products .popular-left {
    left: 0;
    top: -120px;
}

@media(max-width: 1920px) {
    .popular-products .popular-left img {
        max-width: 290px;
    }
}
@media(max-width: 1650px) {

    .popular-products .popular-left {
        left: 15px;
    }

    .popular-products .popular-left, .popular-products .popular-right {
        top: -80px;
    }

    .popular-products .popular-left, .popular-products .popular-right {
        width: 280px;
    }

    .popular-products .popular-right {
        right: 0px;
    }

    .popular-products .popular-left img {
        margin-left: 0px;
        max-width: 170px;
    }


    .popular-products .popular-right img {
        margin-right: 0px;
        max-width: 170px;
    }
}

@media(max-width: 1500px) {
    .popular-products {
        padding-top: 140px;
    }
}

@media(max-width: 1280px) {
    .popular-products {
        padding-top: 120px;
    }

        .popular-products .slider-navigation button, .slider-arrow-btn, .slider-video-navigation button {
            width: 27px;
            height: 27px;
        }

            .popular-products .slider-navigation button i, .slider-arrow-btn:hover i, .slider-video-navigation i, .news-slider-navigation i {
                font-size: 12px;
            }

    .popular-left, .popular-right {
        width: 240px;
    }

    .popular-left, .popular-right {
        top: -30px;
    }

    .popular-products .tab-dropdown {
        font-size: 13px;
        max-width: 100%;
        margin: 0 auto;
        right: 0;
        left: 0;
    }

    .popular-products .slider-navigation, .news-slider-navigation {
        margin-top: 15px;
    }
}

@media(max-width: 768px) {
    .popular-products .popular-right {
        right: -70px;
    }

    .popular-products {
        padding-top: 80px;
    }

    .popular-left, .popular-right {
        width: 170px;
        top: -50px;
        z-index: 0;
    }

    .tab-dropdown {
        z-index: 9;
        position: absolute;
    }

    .pr-tab-content {
        margin-top: 30px;
    }

    .popular-products .popular-left img {
        max-width: 140px;
    }


    .popular-products .popular-right img {
        max-width: 140px;
    }
}

@media(max-width: 575px) {
    .recipes-container .wrap {
        padding: 20px 15px 0px 15px;
    }

    .recipes-container .slider-video
    {
        margin-bottom: 0;
    }
    .recipes-container .slider-video-navigation
    {
        display:none;
    }
    .popular-products .popular-left, .popular-products .popular-right {
        top: 20px;
        z-index: 1;
    }

        .popular-products .popular-left img {
            max-width: 80px;
        }

        .popular-products .popular-right img {
            max-width: 95px;
        }

    .popular-products .popular-left {
        left: -14px;
    }

    .popular-products .popular-right {
        right: -129px;
    }
}
/*****************************== RECIPES END  ==****************************************************************/

/*****************************== YOUTUBE STAR  ==****************************************************************/
.video-overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.80);
    opacity: 0;
    transition: all ease 500ms;
}

    .video-overlay.open {
        position: fixed;
        z-index: 1000;
        opacity: 1;
    }

.video-overlay-close {
    position: absolute;
    z-index: 1000;
    top: 15px;
    right: 20px;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all 200ms;
}

    .video-overlay-close:hover {
        color: #fa183d;
    }

.video-overlay iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    /* width: 90%; */
    /* height: auto; */
    box-shadow: 0 0 15px rgba(0,0,0,0.75);
}

.youtube-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

    .youtube-container iframe {
        position: absolute;
        top: 40%;
        left: 50%;
        width: 50%;
        height: 50%;
        border: 0;
        transform: translate(-50%,-50%);
    }
/*****************************== YOUTUBE END  ==****************************************************************/


/*****************************== MOBILE CSS START  ==****************************************************************/
@media(max-width:1500px) {
    .history-content {
        padding: 40px;
    }

    .history-title {
        font-size: 50px;
    }

    .accordion-item .accordion-button {
        font-size: 16px;
    }
}

@media(max-width:1400px) {
    .footer-padding {
        padding-left: 70px;
        padding-right: 70px;
    }
}

@media(max-width:1280px) {
    .footer-padding {
        padding-left: 40px;
        padding-right: 40px;
        text-align: center;
    }

/*    .media-card .card, .media-card .card-bottom {
        max-width: 300px;
        margin: 0 auto;
    }*/

    .media-card .card-title {
        font-size: 20px;
        margin-bottom: 10px;
    }
}

@media(max-width: 1200px) {
    .media-card .card-body {
        padding: 20px;
        padding-bottom: 40px;
    }

    .home-accordion-right {
        display: none;
    }
}

@media(max-width: 991px) {
    .history-title {
        font-size: 40px;
        margin-bottom: 30px;
    }

    .accordion-item.active .accordion-button, .accordion-button {
        font-size: 16px;
    }

    .desktop-content {
        font-size: 14px;
    }

    .media-card .card:hover {
        transform: none;
    }



    .popular-products .d-lg-none {
        background-color: transparent;
        border-color: #006241;
        color: #006241;
    }

    .pr-tab-content .card {
        width: 200px;
    }

    .popular-products .slider-navigation, .news-slider-navigation {
        margin-top: 0;
    }
}


@media (max-width: 575px) {
    .recipes-container .item.slick-slide.slick-center {
        transform: scale(0.5);
        max-width:292px;
        max-height:159px;
    }
    .recipes-container .item.slick-slide.slick-active {
        transform: inherit;
        max-width: 292px;
        max-height: 159px;
        transform:translate(0px);
    }
    /* Sağdaki slide ortadakinin altında */
    .recipes-container .item.slick-slide.slick-center + .slick-slide {
        transform: scale(0.8) translate(-256px);
        z-index: 10;
    }

    /* Soldaki slide ortadakinin altında */
    .recipes-container .item.slick-slide.slick-center {
        z-index: 20; /* Ortadaki slide en önde */
    }

        .recipes-container .item.slick-slide.slick-center ~ .slick-slide {
            z-index: 0;
        }

    /* Öncesindeki (soldaki) slide daha arkada kalmalı */
    .recipes-container .item.slick-slide.slick-active:not(.slick-center):not(.slick-center + .slick-slide) {
        z-index: 5;
        transform: scale(0.8) translate(256px);
    }

    .recipes-container {
        min-height: 440px;
    }

      /*  .recipes-container .slider-video {
            margin-top: 0px;
            margin-bottom: 0;
        }*/

    .news-title {
        font-size: 30px;
        /*margin-top: 15px;*/
        /*position: absolute;*/
    }

    .title-green {
        font-size: 14px;
        line-height: 2;
        letter-spacing: 4.5px;
    }

    .footer-bottom-list {
        padding: 0;
    }

        .footer-bottom-list li {
            margin-right: 5px;
        }

        .footer-bottom-list a {
            font-size: 12px;
        }

    .history-content {
        padding: 25px;
        padding-top:30px;
        padding-bottom: 50px;
    }

    .history-title {
        font-size: 30px;
    }

    .footer {
        width: calc(100% - 40px);
        margin-top: 40px;
    }

    .footer-padding {
        padding-left: 20px;
        padding-right: 20px;
    }

    .pr-tab-content .card {
        width: 150px;
    }

    .popular-products .card-title {
        font-size: 13px;
    }

    .popular-products .card-body {
        padding: 0;
    }

        .popular-products .card-body .card-body-content {
            opacity: 1;
        }

    .popular-left, .popular-right {
        width: 130px;
    }

    .popular-left {
        left: -10px;
    }

    .popular-products .card-title {
        letter-spacing: 1px;
        margin-top: 10px;
    }

    .accordion-item {
        padding-left: 15px;
    }

        .accordion-item .accordion-button {
            font-size: 14px;
        }

    .accordion-body {
        padding-top: 0;
    }

    .footer-bottom-out {
        margin-top: 20px;
        margin-bottom: 30px;
    }

        .footer-bottom-out .marquee {
            height: 60px;
            font-size: 50px;
        }
}
@media (max-width: 400px) {
    .history-title {
        font-size: 25px;
    }
}

/*****************************== MOBILE CSS END  ==****************************************************************/

/*****************************== HOME STATIC CSS STAR  ==****************************************************************/
.content-1 {
    color: #E5552F;
}

.content-2 {
    color: #B16E2C;
}

body {
    margin: 0;
    padding: 0;
}

.marquee {
    color: black;
    font-size: 120px;
    font-weight: bold;
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 130px;
    /*overflow-x: hidden;*/
}

.track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 52s linear infinite;
}

.track-2 {
    animation: marquee2 52s linear infinite;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes marquee2 {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }
}

@media(max-width: 575px) {
    .popular-products .card-text {
        font-size: 12px;
    }

    .popular-right {
        top: -30px;
        right: 28px;
    }

    .popular-left {
        left: -18px;
        top: -28px;
    }

    .popular-products .card-body {
        height: 60px;
    }

    .media-card .card-title {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 5px;
    }
}
/*****************************== HOME STATIC CSS END  ==****************************************************************/

/*****************************== CATEGORY PAGE START  ==****************************************************************/
span.btn-pastavilla-icon-2 {
    width: 36px;
    height: 36px;
    background: #FFD100;
    font-size: 18px;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    right: 15px;
    bottom: 10px;
    position: absolute;
}

.category-content {
    margin-bottom: 140px;
    margin-top: 50px;
}

@media(max-width:1600px) {
    span.btn-pastavilla-icon-2 {
        width: 30px;
        height: 30px;
        background: #FFD100;
        font-size: 15px;
        display: block;
        border-radius: 50%;
        text-align: center;
        line-height: 30px;
        right: 15px;
        bottom: 10px;
        position: absolute;
    }
}

.card-grm {
    position: absolute;
    left: 15px;
    bottom: 10px;
}

.category-content .card {
    /*  width: 186px;
    height: 270px;*/
    position: relative;
    overflow: hidden;
    /*    background: red;*/
}

.crd-footer {
    position: absolute;
    bottom: 22px;
    left: 0;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.product-category-slider .col-6 {
    padding: 5px;
}


.green-title {
    color: #006241;
    font-weight: 400;
    font-size: 15px;
}

.text-500 {
    font-weight: 500;
}

.text-600 {
    font-weight: 600;
}

.text-700 {
    font-weight: 700;
}


.category-content a {
    color: inherit;
}

.category-content h5.card-title, .product-slider h5.card-title {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    color: #000;
    letter-spacing: 2px;
    height: 28px;
}

.btn-pastavilla-icon-2 i {
    color: #fff;
}

.category-content .card {
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 34px;
    transition: all 0.3s ease-in-out;
    width: 360px;
    height: 492px;
}
    /*.category-content .card-body, .product-slider .card-body {
    height: 236px;
}*/
    /* .category-content .card img, .product-slider .card img {
       
        width: inherit;
        margin: 0 auto;
        display: block;
    }*/
    .category-content .card img, .product-slider .card img {
        width: inherit;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0.45);
    }

.card-grm {
    left: 34px;
}

span.btn-pastavilla-icon-2 {
    right: 34px;
}

@media(max-width: 1480px) {
    .category-content .card img, .product-slider .card img {

        transform: translate(-50%, -50%) scale(0.40);
    }
}
@media(max-width: 768px) {
    .category-content .card img, .product-slider .card img {
        margin-top: 15px;
    }
    .category-content {
        margin-top: 0px;
    }

        .category-content .card img, .product-slider .card img {
            transform: translate(-50%, -50%) scale(0.25);
        }

    span.btn-pastavilla-icon-2 {
        right: 15px;
        width: 24px;
        height: 24px;
        font-size: 10px;
        line-height: 24px;
    }

    .crd-footer {
        bottom: 5px;
    }

    .card-grm {
        left: 15px;
    }
}

@media(max-width: 1800px) {
    .category-content .card {
        border: 1px solid #fff;
        border-radius: 20px;
        padding: 20px;
        transition: all 0.3s ease-in-out;
        width: 300px;
        height: 410px;
        margin: 0 auto;
    }
}

@media(max-width: 1650px) {
    .category-content .card {
        width: 284px;
    }
}

.category-content .card:hover {
    border: 1px solid #FFD100;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    border-radius: 20px;
}

@media(min-width:768px) {

    .category-content .card:hover {
        transform: translateY(-8px);
    }
}

.popular-left {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0px, -50%);
    z-index: -1;
}

.popular-right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
    z-index: -1;
}

.category-button-group {
    text-align: center;
}

.category-button-group {
    display: flex;
    flex-wrap: nowrap; /* Alt satıra geçmeyi engeller */
    overflow-x: auto; /* Yatay scroll ekler */
    overflow-y: hidden;
    height: 61px;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px; /* Butonlar arası boşluk */
    white-space: nowrap; /* Inline layout için */
}

    .category-button-group li {
        flex: 0 0 auto; /* Genişliğin içeriğe göre kalmasını sağlar */
    }

.banner-area {
    width: 100%;
    /*height: 410px;*/
    padding-top: 100px;
}

.category-button-group a.btn.btn-outline-success {
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px;
    color: #000;
    width: 137px;
    height: 40px;
    background-color: #f7f5f0;
}

    .category-button-group a.btn.btn-outline-success.active, .category-button-group a.btn.btn-outline-success:hover {
        color: #fff;
        background-color: #198754;
    }

.category-button-group {
    display: block;
}

    .category-button-group li {
        display: inline-block;
    }

.category-banner {
    width: 100%;
    position: relative;
    height: 300px;
    padding-top: 80px;
    margin-top: 50px;
    overflow-x: hidden;
}

@media(max-width:1270px) {
    @media (max-width: 1270px) {
        .category-banner {
            margin-top: 0;
            height: 225px;
        }
    }
}

@media(max-width:768px) {
    .category-content {
        margin-top: 0;
    }

        .category-content .card {
            width: 186px;
            height: 270px;
            margin: 0 auto;
        }

        .category-content h5.card-title, .product-slider h5.card-title {
            font-size: 12px;
            letter-spacing: 2px;
        }

    .green-title {
        font-size: 11px;
    }

    .text-kg {
        font-size: 12px;
    }

    .category-button-group a.btn.btn-outline-success {
        margin: 0;
        margin-bottom: 15px;
        /*width: 150px;*/
    }

    .category-button-group {
        display: block;
        position: absolute;
        left: 0;
        padding: 0;
        margin-top: 20px;
        width: 100%;
    }

    .popular-left {
        left: 0px;
    }

    .popular-right {
        right: 0px;
    }

    .banner-area {
        padding-top: 50px;
    }

    .category-button-group li {
        display: inline-block;
        margin: 0 10px;
    }
}

@media only screen and (min-width: 375px) and (max-width: 475px) {
    .product-category-slider .col-6:nth-child(odd) .card {
        float: right;
    }

    .product-category-slider .col-6:nth-child(even) .card {
        float: left;
    }


    .product-category-slider > div:nth-child(even) {
        align-self: flex-start;
        margin-right: auto;
    }
}

@media(max-width:575px) {


    a.btn.btn-outline-success {
        font-size: 14px;
        font-weight: 400;
    }

    .category-button-group li {
        display: inline-block;
        margin: 0 3px;
    }

    .category-button-group a.btn.btn-outline-success {
        width: inherit;
    }

    .category-button-group {
        margin: 0 auto;
        display: block;
        right: 0;
        left: 0;
        margin-top: 30px;
    }

    .category-banner {
        height: 200px;
    }

    .popular-right {
        right: -30px;
    }

    .popular-left {
        left: 4px;
    }

    .popular-right img {
        width: 75%;
    }

    .popular-left img {
        width: 75%;
    }
}

@media(max-width: 430px) {
    .product-category-slider .card-img-top {
        height: 49px;
    }
    /*.category-content .card {
        width: 163px;
        height: 235px;
    }*/
    .category-button-group li {
        display: inline-block;
        margin: 0 2px;
    }
}

@media(max-width: 400px) {
    a.btn.btn-outline-success {
        font-size: 12px;
    }

    .category-content .card {
        width: 170px;
    }
}

.product-category-slider .card-img-top {
    height: 70px;
}
/*****************************== CATEGORY PAGE END  ==****************************************************************/


/*****************************== CONTACT PAGE START  ==****************************************************************/

.category-banner {
    padding-top: 70px;
}

.contact-title-2 {
    font-family: "Libre Bodoni", serif;
    font-weight: 400;
    color: #000;
    font-size: 40px;
}

.banner-title {
    font-size: 20px;
    font-weight: 700;
}

.banner-area {
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}



.contact-page {
    padding-bottom: 100px;
    padding-top: 100px;
}

.contact-social-media {
    display: block;
    padding: 0;
}

    .contact-social-media li {
        display: inline-block;
    }

        .contact-social-media li a {
            background-color: #FFD100;
            width: 35px;
            height: 35px;
            border-radius: 50%;
            display: block;
            text-align: center;
            line-height: 35px;
            color: #006241;
            font-size: 14px;
            transition: .3s ease;
            margin-right: 3px;
        }

            .contact-social-media li a:hover {
                background-color: #006241;
                color: #FFD100;
                transition: .3s ease;
            }

.contact-page iframe {
    filter: grayscale(1) contrast(1.2) brightness(1.1);
    border-radius: 25px;
}

@media(max-width:1350px) {
    .contact-page {
        padding-bottom: 100px;
        padding-top: 80px;
    }
    .contact-title-2 {
        font-size: 30px;
    }

    .contact-social-media li a {
        width: 30px;
        height: 30px;
        font-size: 10px;
        margin-bottom: 15px;
    }
}

@media(max-width:1270px) {
    .contact-title-2 {
        font-size: 20px;
    }
}

@media(max-width:768px) {
    .category-banner {
        padding-top: 40px;
    }

    .contact-page {
        padding-bottom: 0px;
        padding-top: 50px;
    }

        .contact-page iframe {
            margin-top: 15px;
        }
    .contact-page {
        padding-top: 50px;
    }
}
/*****************************== CONTACT PAGE END  ==****************************************************************/
/*****************************== NEWS PAGE STAR  ==****************************************************************/
.news-banner {
    background-color: #FFD100;
    height: 600px;
    position: relative;
    z-index: -1;
}

    .news-banner.event-banner {
        height: 510px;
    }

.news-category-page .news-slider .media-card {
    margin: 0;
    margin-bottom: 20px;
}

.news-content {
    position: absolute;
    top: 200px;
    left: 0;
    /*transform:translate(0,-50%);*/
    width: 100%;
    margin-left: 106px;
}

.news-category-title {
    color: #006241;
    font-size: 115px;
    font-weight: 800;
    letter-spacing: -6px;
}

@media (max-width: 1478px) {


    .home-news-slider .media-card {
        width: 314px !important;
    }
    .media-card .card-title {
        font-size: 17px;
        line-height: 17px;
        margin-bottom: 10px;
        height: 51px;
    }

    .media-card .card-text {
        font-size: 12px;
    }
}

@media (max-width: 1270px) {
    .news-banner {
        height: 400px;
    }

    .news-category-title {
        font-size: 40px;
        letter-spacing: inherit;
    }

    .news-content {
        top: 120px;
    }
}

@media (max-width: 991px) {
    .media-card .card-body {
        padding: 15px;
    }


    .news-banner {
        height: 350px;
    }

    .media-card .card .btn {
        font-size: 10px;
        padding: 5px 10px;
    }

    /*  .media-card .card-text {
        font-size: 10px;
    }*/
}

.card-bottom-2 {
    height: 280px;
    width: 100%;
    border-radius: 25px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .card-bottom-2 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
    }


@media (max-width: 768px) {
    .card-bottom-2 {
        height: 240px;
    }

    .news-category-page .news-slider .media-card {
        padding: 5px;
    }

    .news-container .card > a {
        display: flex;
        flex-direction: column;
    }

    .news-container .card-bottom-2 {
        order: 2;
    }

    .news-container .card-body {
        order: 1;
    }
    /*.news-container .card-body {
        order: 1;*/ /* önce gelsin */
    /*}

    .news-container .card-bottom-2 {
        order: 2;*/ /* sonra gelsin */
    /*}*/

    .news-category-page .news-card {
        width: 100%;
    }

    .news-container {
        min-height: 580px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.media-container-detail {
    padding-top: 93px;
    padding-bottom: 93px;
}

.news-container-detail {
    background-color: transparent;
    position: static;
}

.news-detail {
    padding-top: 100px;
}
@media (max-width:575px) {
    .news-container {
        min-height: 440px;
    
    }
    .news-container {
        padding-left: 0;
 
    }
    .home-news-slider .media-card {
        width: 250px !important;
    }
    .media-card .card, .media-card .card-bottom {
        max-width: 235px;
    }
    .card-bottom-2 {
        height: 175px;
    }
}
@media(max-width: 1200px) {
    .news-detail {
        padding-top: 150px;
    }

        .news-detail img {
            max-width: 200px;
            margin: 0 auto;
            display: block;
        }
}

@media(max-width:768px) {
    .news-container-detail {
        overflow: hidden;
    }
}

.news-container-detail .news-title {
    /*color: #000;*/
}

@media(max-width:575px) {
    .news-detail {
        padding-top: 50px;
    }

    .news-category-title {
        font-size: 35px;
    }
}
/*****************************== NEWS PAGE END  ==****************************************************************/
/*****************************== FAQ PAGE START  ==****************************************************************/
.faq-content {
    padding-top: 100px;
    padding-bottom: 200px;
}

    .faq-content button.accordion-button {
        background: transparent;
        font-size: 40px;
        font-family: "Libre Bodoni", serif;
    }

        .faq-content button.accordion-button:focus {
            box-shadow: none;
        }

    .faq-content .accordion-item {
        background: transparent;
        border: 0;
        border-bottom: 0.1px solid #E5D8B8;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .faq-content .accordion-button:not(.collapsed) {
        box-shadow: none;
        color: #000;
    }

    .faq-content .accordion-body {
        font-size: 14px;
    }

    .faq-content .accordion-button::after {
        content: "\f063"; /* Unicode for Font Awesome chevron-down */
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        background-color: #FFD100;
        color: #006241;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 13px;
        background-image: none !important;
        transform: none !important;
        transition: transform 0.3s ease;
    }

    .faq-content .accordion-button:not(.collapsed)::after {
        transform: rotate(180deg) !important;
    }

@media(max-width:1280px) {
    .faq-content button.accordion-button {
        font-size: 25px;
    }

    .faq-content .accordion-button::after {
        width: 30px;
        height: 30px;
        font-size: 10px;
    }

    .faq-content {
        padding-top: 50px;
        padding-bottom: 50px;
    }

        .faq-content .accordion-item {
            padding-left: 0;
        }
}

@media(max-width:768px) {
    .faq-content button.accordion-button {
        font-size: 18px;
    }

    .faq-content .accordion-body {
        font-size: 12px;
    }
}

@media(max-width: 575px) {
    .faq-content {
        padding-top: 20px;
        padding-bottom: 80px;
    }
}
/*****************************== FAQ PAGE END  ==****************************************************************/
/*****************************== Social Responsibility Item START  ==****************************************************************/
.w164 {
    max-width: 164px;
}

.SocialResponsibilityItem-Content {
    margin-top: 100px;
    margin-bottom: 100px;
}

.sc-title {
    font-size: 40px;
    font-family: "Libre Bodoni", serif;
}

@media(max-width:768px) {
    .SocialResponsibilityItem-Content {
        margin-top: 50px;
    }

    .sc-title {
        font-size: 20px;
    }
}
/*****************************== Social Responsibility Item END  ==****************************************************************/
.video-container {
    position: relative;
}

span.video-play.video-play-button img {
    border: 0;
    max-width: 65%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video-container span.video-play.video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    display: block;
    text-align: center;
    line-height: 59px;
    cursor: pointer;
    transition: .3s ease;
    width: 40px;
    height: 40px;
    line-height: 0;

}

        .video-container span.video-play.video-play-button:hover {
            transform: translate(-50%, -50%) scale(1.1);
        }

.slick-slide img {
    display: inline;
}


.popular-products .popular-left, .popular-products .popular-right {
    top: 0;
    z-index: 1;
}
@media(max-width:575px)
{
    .video-container span.video-play.video-play-button
    {
        width:15px;
        height:15px;
    }

}

/*****************************== Product Detail Page Start  ==****************************************************************/
.product-detail {
    padding-top: 200px;
}

.product-hero-image img {
    max-width: 293px;
}

.product-content .title-1 {
    color: #006241;
    font-size: 18px;
    font-family: "Libre Bodoni", serif;
}

.title-food {
    color: #006241;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
}

.title-status {
    background-color: #006241;
    color: #fff;
    max-width: 230px;
    border-radius: 30px;
    padding: 10px 5px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .title-status i {
        color: #FFD100;
        margin-right: 7px;
        margin-left: 7px;
    }

.detail-icon {
    color: #006241;
    font-weight: 700;
    font-size: 16px;
    border-bottom: 1px solid #E5D8B8;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 15px;
}

.title-values {
    color: #006241;
    font-weight: 700;
    font-size: 18px;
}

.badoni-title {
    font-family: "Libre Bodoni", serif;
    font-size: 45px;
}

.product-detail .badoni-title {
    font-weight: 400;
}

.yellow-title {
    color: #FFD100;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 3px;
}

.detail-column {
    font-size: 16px;
}

.custom-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #0b572e;
    color: white;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-family: Arial, sans-serif;
    flex-wrap: wrap;
}

    .custom-button i {
        color: #FFD100; /* sarımsı ikon rengi */
    }

.detail-section i {
    color: #FFD100;
    margin-right: 5px;
}

.label {
    display: inline-block;
    align-items: center;
    gap: 7px;
    margin-right: 10px
}

.custom-button ul {
    padding: 0;
    margin: 0;
}

.custom-button i {
    margin-right: 5px;
}

.tbl-nutritional th, .tbl-nutritional td {
    width: 50%;
    background-color: #E6EBE4;
    padding: 20px;
}

.product-detail-title {
    font-weight: 700;
}

#recipes-slider-column {
    position: relative;
    padding-top: 50px;
    padding-bottom: 100px;
    margin-bottom: 150px;
}

    #recipes-slider-column .p-rc-right {
        position: absolute;
        top: 0;
        right: 0;
    }

    #recipes-slider-column .p-rc-left {
        position: absolute;
        bottom: 30px;
        left: -120px;
    }

.tbl-nutritional {
    border-radius: 10px;
    padding: 15px;
    overflow: hidden;
}

    .tbl-nutritional td {
        border: 0;
    }

        .tbl-nutritional td:nth-child(odd) {
            border-right: 2px solid white !important; /* Sağ border'ı beyaz yap */
        }





.slider-container {
    position: relative;
}

.slider-controls {
    position: absolute;
    top: -50px;
    right: 40px;
    display: flex;
    gap: 10px;
}

.slick-prev, .slick-next {
    display: none !important;
}

.other-product-slider {
    margin-bottom: 100px;
    margin-top: 30px;
}

    .other-product-slider .slide-item .card {
        max-width: 330px;
        border: 0;
        padding: 30px;
        border-radius: 20px;
    }

#recipes-slider-column .slick-slide {
    border: 0;
    background: transparent;
}

#recipes-slider-column .recipes-slider .card-body {
    padding: 0;
    max-width: 92%;
}

.product-slider .slick-track {
    display: flex;
}

#recipes-slider-column .card-bottom {
    height: 70px;
    background: #006241;
    color: #fff;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-top: 10px;
    position: relative;
}

.product-detail .bottom-two {
    background: white;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #000;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    bottom: -70px;
    transition: .2s ease;
}

.product-detail .bottom-two-content {
    position: absolute;
    background: #F7F5F0;
    width: 95%;
    border-radius: 30px;
    margin: 0 auto;
    height: 42px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .product-detail .bottom-two-content span.btn-pastavilla-icon-2 {
        width: 30px;
        height: 30px;
        background: #006241;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translate(0px, -50%);
        border-radius: 50%;
        line-height: 30px;
    }

    .product-detail .bottom-two-content h6 {
        line-height: 42px;
        text-align: left;
        padding-left: 20px;
        font-size: 16px;
        font-weight: 700;
    }

.product-detail .card:hover .card-bottom {
    background: white !important;
}

.product-detail .card:hover .bottom-two {
    bottom: 0;
    transition: .2s ease;
}

.recipes-slider .card-body ul {
    display: block;
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
    overflow: hidden;
    height: 20px;
}

    .recipes-slider .card-body ul li {
        display: inline-block;
        margin-right: 15px;
        position: relative;
        font-size: 12px;

    }

.recipes-slider h6.text-badoni {
    font-size: 20px;
}

.recipes-slider .card-body ul li::after {
    position: absolute;
    content: '/';
    right: -8px;
}

.product-slider span.btn-pastavilla-icon-2 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #FFD100;
    display: block;
    text-align: center;
    line-height: 40px;
}

.tbl-nutritional td {
    position: relative;
}

.tbl-nutritional span {
    position: absolute;
    right: 30px;
    font-size: 16px;
}

.tbl-nutritional td strong {
    font-size: 16px;
    font-weight: 600;
}

@media(min-width:768px) {
    .w-xl-100 {
        width: 100%;
    }
}

@media(max-width:768px) {
    .other-product-slider .slide-item .card {
        max-width: 96%;
        padding: 20px;
        margin: 6px;
    }

    .product-slider span.btn-pastavilla-icon-2 {
        width: 20px;
        height: 20px;
        line-height: 20px;
    }
}

@media(max-width:575px) {

    .slider-container.mt-5 {
        margin-top: 10px !important;
    }
    div#recipes-slider-column .badoni-title {
        margin-left: 10px;
    }
    .product-detail .product-hero-image img {
        max-width: 180px;
        margin: 0 auto;
        display: block;
        margin-bottom: 20px;
    }

    .detail-icon {
        font-size: 14px;
    }

    .detail-column p {
        font-size: 16px;
    }
    .title-values, .title-food {
        color: #006241;
        font-weight: 700;
        font-size: 16px;
    }
    
}

@media (min-width:991px) {
    .product-top-content {
        margin-bottom: 70px;
    }
}

@media (max-width:1600px) {
    .recipes-container-column {
        padding-left: 6px;
        padding-right: 6px;
    }

    #recipes-slider-column .p-rc-right {
        top: 50px;
    }

    .p-rc-right img {
        max-width: 200px;
    }

    .p-rc-left img {
        max-width: 177px;
    }

    #recipes-slider-column .p-rc-left {
        left: -60px;
        bottom: 50px;
    }
}

@media (max-width:1200px) {

    .other-product-slider .slide-item .card {
        margin: 0 auto;
    }
}

@media (max-width: 991px) {
    .p-rc-right img {
        max-width: 154px;
    }

    #recipes-slider-column .p-rc-left {
        left: -7px;
        bottom: 34px;
    }

    .product-detail {
        padding-top: 100px;
    }

    .product-hero-image img {
        margin: 0 auto;
        display: block;
        max-width: 200px;
    }

    #recipes-slider-column {
        margin-bottom: 0px;
    }

    .product-top-content {
        padding-right: 20px;
        padding-left: 20px;
    }

    .other-product-slider .badoni-title, .recipes-container-column .badoni-title {
        font-size: 32px;
    }

    .other-product-slider .yellow-title, .recipes-container-column .yellow-title {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    #recipes-slider-column .recipes-slider .card-body {
        width: 270px;
        margin: 0 auto;
    }

    .tbl-nutritional th, .tbl-nutritional td {
        width: 100%;
        display: block;
    }

    #recipes-slider-column .p-rc-right {
        top: 80px;
    }

    .p-rc-right img {
        max-width: 130px;
    }

    .p-rc-left img {
        max-width: 120px;
    }

    .recipes-slider .card-body ul li {
        font-size: 12px;
    }

    .recipes-slider h6.text-badoni {
        font-size: 16px;
    }

    .product-detail .bottom-two-content h6 {
        font-size: 16px;
    }

    #recipes-slider-column .p-rc-right {
        right: 5%;
    }

    #recipes-slider-column .p-rc-left {
        left: 1%;
        bottom: 50px;
    }

    .other-product-slider .slick-dots, .recipes-slider .slick-dots {
        display: block;
        right: 0;
        bottom: -50px;
    }

    ul.slick-dots li {
        width: 30px;
    }
}

@media (max-width: 768px) {
    .custom-button {
        font-size: 14px;
        padding: 8px 15px;
    }

    #recipes-slider-column .p-rc-right {
        right: 0;
    }

    #recipes-slider-column .p-rc-right {
        top: 45px;
    }

    .p-rc-right img {
        max-width: 100px;
    }

    .p-rc-left img {
        max-width: 74px;
    }

    #recipes-slider-column .p-rc-left {
        left: -21px;
        bottom: 76px;
    }

    .recipes-slider .card-body ul li {
        font-size: 10px;
    }

    .recipes-slider h6.text-badoni {
        font-size: 16px;
    }

    .other-product-slider .badoni-title, .recipes-container-column .badoni-title {
        font-size: 25px;
    }

    .other-product-slider .yellow-title, .recipes-container-column .yellow-title {
        /*font-size: 12px;*/
        display:none;
    }

    .slider-controls {
        display: none;
    }

    .tbl-nutritional td:nth-child(odd) {
        border-right: 0 !important;
    }
}

@media(max-width:575px) {
    .product-detail {
        padding-top: 10px;
    }
}
/*****************************== Product Detail Page End  ==****************************************************************/
/*****************************== Sc-responsibility Start  ==****************************************************************/
.sc-responsibility .card-horizontal {
    color: #000;
}

.sc-responsibility .custom-card {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    transition: .3s ease;
}

    .sc-responsibility .custom-card:hover {
        background: #006241;
        transition: .3s ease;
        color: #fff;
    }

.custom-card .custom-badge {
    transition: .3s ease;
}

.custom-card:hover .custom-badge {
    background-color: #FFD100;
    color: #006241;
    transition: .3s ease;
}

.sc-responsibility .custom-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sc-responsibility .custom-badge {
    display: inline-block;
    color: #1f1f1f;
    padding: 0.25rem 1rem;
    border-radius: 2rem;
    font-size: 0.8rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    border: 1px solid green;
}

.sc-responsibility .sc-responsibility .scrp-title {
    font-size: 30px;
}

.sc-responsibility .card-horizontal {
    border-radius: 20px;
}

.custom-card .scrp-title {
    font-family: "Libre Bodoni", serif;
}


@media (min-width: 1279px) {

    .sc-responsibility .card-horizontal {
        flex-direction: row;
        height: 350px;
    }

        .sc-responsibility .card-horizontal img {
            width: 314px;
            height: 100%;
            border-radius: 20px;
        }
}

@media (max-width: 1279px) {
    .sc-responsibility .sc-responsibility-content {
        margin-top: -12%;
        padding: 10px;
    }

    .sc-responsibility .custom-card {
        max-width: 300px;
        margin: 0 auto;
    }

    .sc-responsibility .card-horizontal {
        flex-direction: column;
    }

        .sc-responsibility .card-horizontal img {
            height: auto;
            border-bottom: 1px solid #eee;
        }

    .sc-responsibility .sc-responsibility .scrp-title {
        font-size: 20px;
    }

    .sc-responsibility ul.slick-dots {
        bottom: -37px;
        margin: 0 auto;
        display: block;
        right: 0;
        left: 0;
    }
}

/*****************************== Sc-responsibility End  ==****************************************************************/
/**BANNER START***/
.banner-wrapper {
    background: #FFD100;
    height: 720px;
    position: relative;
    z-index: -1;
}

.yellowbg-title {
    font-size: 115px;
    color: #006241;
    font-weight: 800;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
}

@media(min-width:1200px) {
    /*  .title-two-area .yellowbg-title {
        left: 5%;
    }*/
}

.page-in-banner {
    margin-bottom: 100px;
}

.content-area-container {
    margin-top: -8%;
}

.sc-responsibility.content-area-container {
    margin-top: -9%;
}

@media(max-width:1700px) {
    .banner-wrapper {
        height: 600px;
    }
}


@media(max-width:1600px) {
    .yellowbg-title {
        font-size: 80px;
    }

    .content-area-container {
        margin-top: -13%;
        padding: 40px;
    }

    .page-in-banner {
        margin-bottom: 50px;
    }
}

@media(max-width:1400px) {
    /*  .sc-responsibility.content-area-container {
        margin-top: -5%;
    }*/
}

@media(max-width:1270px) {
    @media(max-width:1400px) {
        .sc-responsibility.content-area-container {
            margin-top: 0;
        }
    }

    .yellowbg-title {
        font-size: 46px;
    }

    .banner-wrapper {
        height: 500px;
    }
}

@media(max-width: 991px) {
    .yellowbg-title {
        font-size: 31px;
    }

    .banner-wrapper {
        height: 400px;
    }
}

@media(max-width: 768px) {
    .content-area-container {
        margin-top: -15%;
    }

    .banner-wrapper {
        height: 288px;
    }
}

@media(max-width:575px) {
    .content-area-container {
        margin-top: -13%;
        padding: 15px;
    }

    .yellowbg-title {
        left: 15px;
    }

    .news-category-page.content-area-container {
        margin-top: -20%;
    }
}
/**BANNER END***/
/*****************************== Page Start  ==****************************************************************/
.game-title {
    font-size: 45px;
    font-weight: 700;
    font-family: "Libre Bodoni", serif;
}

@media(max-width:768px) {
    .game-title {
        font-size: 18px;
    }
}

.events-container {
    margin-top: -100px;
    margin-bottom: 200px;
}

.event-card {
    background-color: #FFFFFF;
    transition: background-color 0.3s;
    border: 1px solid #DFDEDD;
    border-radius: 25px !important;
    padding: 15px !important;
}

    .event-card:hover {
        background-color: #e9ecef;
    }

.event-date {
    width: 140px;
    height: 105px;
    border-radius: 20px;
    overflow: hidden;
    display: block;
    background: #0062411A;
    position: relative;
}

    .event-date .month {
        font-weight: 600;
        color: #000;
        font-size: 16px;
    }

    .event-date .time {
        font-size: 35px;
        font-weight: bold;
        color: #006241;
        font-family: "Libre Bodoni", serif;
    }

.event-content {
    position: relative;
}

    .event-content h5 {
        font-family: "Libre Bodoni", serif;
        font-weight: 700;
        font-size: 25px;
    }

button.btn.btn-success {
    background-color: #006241;
    color: #FFD100;
    font-weight: 700;
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
    z-index: 1;
    padding: 10px 15px;
    border-radius: 10px;
}

.event-content-text {
    max-width: 322px;
}

.time-and-day {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media(max-width: 1270px) {
    .events-container {
        margin-bottom: 50px;
    }

    .event-banner .news-content {
        top: 140px;
        margin-left: 0;
    }

    .news-banner.event-banner {
        height: 440px;
    }

    .event-card button.btn.btn-success {
        background-color: #006241;
        color: #FFD100;
        font-weight: 700;
        font-size: 10px;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(0%, -50%);
        z-index: 1;
        padding: 10px 15px;
        border-radius: 10px;
    }

    .event-content-text {
        max-width: 235px;
    }

    .event-content-text {
        font-size: 12px;
    }

    .event-content h5 {
        font-size: 20px;
    }
}

@media(max-width: 1200px) {
    .event-date .month {
        font-size: 10px;
    }

    .event-content h5 {
        font-size: 16px;
    }

    .event-date .time {
        font-size: 20px;
    }

    .event-card {
        max-width: 580px;
        margin: 0 auto;
    }
}

@media(max-width: 1270px) {
    .site-navbar {
        position: relative;
    }

    header.site-navbar.site-navbar-target.bg-white {
        background: transparent !important;
    }

        header.site-navbar.site-navbar-target.bg-white.fixed {
            background: #fff !important;
        }
}

@media(max-width: 768px) {
    .event-card button.btn.btn-success {
        position: relative;
        transform: none;
    }
}

.page-center-bold-desc {
    border-left: 3px solid #FFD100;
    padding-left: 10px;
}

.page-one-section {
    margin-bottom: 125px;
}

.page-center {
    margin-bottom: 125px;
}

.center-pod-title {
    font-size: 55px;
    width: 70%;
    margin-bottom: 20px;
}

.page-center-light-desc {
    margin-bottom: 20px;
}

.pod-two-title {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.center-pod-image img {
    width: 100%;
    max-width: 744px;
}

.pod-two-image {
    text-align: center;
}

    .pod-two-image img {
        width: 100%;
        display: block;
        margin: 0 auto;
        max-width: 190px;
        margin-bottom: 15px;
    }

.page-center-two-left, .page-center-two-right {
    position: absolute;
}

    .page-center-two-left img, .page-center-two-right img {
        max-width: 210px;
    }

span.page-center-two-right {
    right: 8%;
    position: absolute;
    width: 250px;
    top: -15px;
}

@media(max-width:1500px) {
    .page-dt-banner {
        height: 550px;
    }

        .page-dt-banner .news-content {
            top: 170px;
        }
}

@media (max-width: 1300px) {
    .custom-card .scrp-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .custom-card p {
        font-size: 10px;
    }

    .sc-responsibility.content-area-container {
        margin-top: -14%;
    }
}

@media (max-width: 1270px) {
    .sc-responsibility.content-area-container {
        margin-top: -5%;
    }
}

@media (max-width: 768px) {
    .sc-responsibility.content-area-container {
        margin-top: -11%;
    }
}

@media (max-width: 575px) {
    .sc-responsibility.content-area-container {
        margin-top: -22%;
    }
}

span.page-center-two-left {
    left: 8%;
    position: absolute;
    width: 250px;
    top: -15px;
}

@media (max-width: 991px) {
    .page-center-two h1 {
        font-size: 24px;
        margin-top: 56px;
        width: 90%;
        margin: 30px auto;
        margin-bottom: 20px;
    }

    .custom-card .scrp-title {
        font-size: 14px;
    }

    .sc-responsibility .custom-badge {
        font-size: 8px;
        padding: 5px 7px;
    }

    .center-pod-image img {
        width: 100%;
        max-width: 500px;
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .page-center-two-left img, .page-center-two-right img {
        max-width: 130px;
    }

    span.page-center-two-left {
        left: -150px;
    }

    @media (max-width: 768px) {
        /* .page-dt-banner .news-content {
            top: 60px;
            margin: inherit;
        }*/

        /*.page-dt-banner {
            height: 320px;
        }*/

        .container.page-center-two.position-relative {
            max-width: 100%;
            overflow-x: hidden;
        }

        .pod-two-image img {
            max-width: 120px;
        }

        .pod-two-title {
            font-size: 16px;
        }

        span.page-center-two-right {
            top: -50px;
            right: -150px;
        }

        span.page-center-two-left {
            top: -50px;
            left: -150px;
        }

        .page-one-section {
            margin-bottom: 50px;
        }

        .center-pod-title {
            font-size: 30px;
        }
    }

    .page-center {
        margin-bottom: 50px;
    }


    @media (max-width: 575px) {
        .page-center-two-left img, .page-center-two-right img {
            max-width: 80px;
        }

        /*.page-dt-banner .news-content {
            top: 45px;
        }*/

        span.page-center-two-right {
            right: -33px;
            width: 140px;
            top: 0px;
            z-index: -1;
            opacity: 1;
        }

        span.page-center-two-left {
            left: -33px;
            width: 140px;
            top: 0px;
            z-index: -1;
            opacity: 1;
        }

        .recipes-container {
            padding-top: 55px;
        }


        .btn-page {
            color: #000;
            padding-left: 15px;
            padding-right: 15px;
            font-size: 12px;
        }

        .center-pod-image img {
            width: 100%;
            display: block;
            margin: 0 auto;
            margin-bottom: 30px;
        }

        .page-one-section {
            margin-bottom: 30px;
        }

        .recipes-container .slider-video {
            height: 170px;
        }
    }
    /*****************************== Page End  ==****************************************************************/

    @media (max-width: 1280px) {
        img.product-hero-secondary {
            display: none;
        }
    }
        @media (max-width: 575px) {
        .recipes-container .item.slick-slide.slick-active:not(.slick-center):not(.slick-center + .slick-slide) {
            z-index: 5;
            /* Translate miktarını azaltıyoruz */
            transform: scale(0.85) translateX(50px);
            transition: transform 0.5s ease; /* Geçiş animasyonunu net belirtiyoruz */
            will-change: transform; /* Performans iyileştirme */
        }

        /* Center olan slayt daha büyük ve önde */
        .recipes-container .item.slick-slide.slick-center {
            transform: scale(1) translateX(0);
            z-index: 10;
            transition: transform 0.5s ease;
            will-change: transform;
        }
    }
