

body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    background-color: #F1F4F9;
}

a {
    text-decoration: none;
}

p {
    margin-bottom: 0px;
}

ol, ul {
    padding-left: 0;
}

ul {
    list-style-type: none;
}

.navbar {
    padding: 20px 0;
}

.navbar-collapse {
    justify-content: flex-end;
}

.nav-item {
    font-weight: 400;
    color: #707070;
    font-size: 16px;
    position: relative;
}

.navbar-nav {
    gap: 15px;
}

.dropdown-submenu {
    position: relative;
    min-width: 165px;
}

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
        display: none;
        position: absolute;
    }

    .dropdown-submenu > a::after {
        content: url("/Content/assets/img/point.png");
        display: inline-block;
        width: 10px;
        height: 10px;
        margin-left: 5px;
        float: right;
    }
    /* Hover ile göster */
    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

/* Mobilde: sola veya alta aç (sola koymak zor olur, bu yüzden alta açarız) */
@media (max-width: 991px) {
    .dropdown-submenu .dropdown-menu {
        position: static !important; /* Artık sağa değil, olduğu yerde aç */
        display: none;
        margin: 0;
    }

        .dropdown-submenu .dropdown-menu.show {
            display: block;
        }
}


.s-cizgi {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 7px;
    color: #DEE1E6;
}

.collapse .search {
    border: none;
    max-width: 200px;
}

.collapse .active::before {
    display: inline-block;
    height: 5px;
    content: '';
    text-shadow: none;
    background-color: #F27D14;
    width: 5px;
    bottom: -9px;
    border-radius: 10px;
    position: absolute;
    left: calc(50% - 2.5px);
}

.ustbar {
    width: 100%;
    position: relative;
}

    .ustbar img {
        min-height: 51px;
    }

    .ustbar .text {
        position: absolute;
        height: 51px;
        top: 0;
        align-content: center;
        justify-self: anchor-center;
        font-weight: 500;
        font-size: 23px;
        color: #fff;
    }

.right-butons {
    display: flex;
    gap: 20px;
}

.rbtn {
    border: none;
    padding: 12px 30px;
    font-size: 18px;
    color: white;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 4px 6px rgba(0,0,0,0.3);
    font-family: Arial, sans-serif;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-align: center;
}

    .rbtn:hover {
        transform: translateY(-2px);
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 6px 8px rgba(0,0,0,0.4);
    }

.borange {
    background: linear-gradient(to bottom, #ffa726, #fb8c00);
}

.bgray {
    background: linear-gradient(to bottom, #6d6b68, #4e4a47);
}


.siniflar {
    padding: 50px 0;
    text-align: center;
}

    .siniflar h6 {
        font-weight: 400;
        color: #6B778D;
        margin-top: 10px;
    }

    .siniflar .box img {
        transition: transform 0.2s ease, box-shadow 0.2s ease;
        border-radius: 20px;
        cursor: pointer;
    }

        .siniflar .box img:hover {
            transform: translateY(-4px);
            box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 6px 8px rgba(0,0,0,0.4);
            border-radius: 20px;
        }


.slider {
    position: relative;
    height: 100%;
}

.mySwiper2 {
    height: 17%;
    box-sizing: border-box;
    padding: 10px 0;
    margin-top: -40px;
    width: 70%;
}

    .mySwiper2 swiper-slide {
        width: 25%;
        height: 100%;
        opacity: 0.4;
    }

    .mySwiper2 .swiper-slide-thumb-active {
        opacity: 1;
    }

swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 7px;
}

.set .row {
    background-color: #fff;
    margin-bottom: 50px;
    border-radius: 20px;
    padding: 10px 0;
    align-items: center;
}

.set h6 {
    font-size: 18px;
    font-weight: 600;
    color: #F58400;
}

.set p {
    font-size: 14px;
    font-weight: 400;
    color: #95A0B4;
}


.artilinkbutonlar a {
    display: block;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 8px; /* opsiyonel */
    margin-bottom: 50px;
    border-radius: 20px;
}

    .artilinkbutonlar a:hover {
        transform: scale(1.025);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
        border-radius: 20px;
    }

.artilinkbutonlar .text {
    position: absolute;
    top: 20px;
    left: 40px;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    transition: color 0.3s ease, transform 0.3s ease;
}

.artilinkbutonlar a:hover .text {
    color: #ffd700; /* hover olduğunda yazı rengi değişsin */
    transform: translateY(-5px); /* yazı biraz yukarı kaysın */
}


.kutular {
    margin-bottom: 30px;
}

    .kutular .box {
        background-color: #fff;
        padding: 30px;
        border-radius: 20px;
        margin-bottom: 20px;
    }

        .kutular .box img {
            margin-bottom: 16px;
        }

        .kutular .box h6 {
            color: #6B778D;
            font-weight: 600;
            font-size: 14px;
        }

        .kutular .box p {
            color: #6B778D;
            font-weight: 400;
            font-size: 13px;
            min-height: 74px;
        }

.setlerimiz {
    z-index: 2;
    position: relative;
}

    .setlerimiz .row {
        padding: 0 5%;
    }

    .setlerimiz .title {
        color: #fff;
        font-weight: 600;
        font-size: 22px;
        margin-bottom: 20px;
    }

    .setlerimiz .box {
        background-color: #fff;
        padding: 30px;
        border-radius: 20px;
        margin-bottom: 20px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

        .setlerimiz .box:hover {
            transform: scale(1.025);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
            border-radius: 20px;
        }

        .setlerimiz .box img {
            margin-bottom: 16px;
            max-height: 125px;
        }

        .setlerimiz .box h6 {
            color: #6B778D;
            font-weight: 500;
            font-size: 14px;
            margin-bottom: 20px;
        }

.video {
    position: relative;
    z-index: 1;
    margin-top: -358px;
    margin-bottom: 50px;
}

    .video .sendrow {
        margin-top: -200px;
        text-align: center;
    }

    .video .ss .title {
        color: #fff;
        font-weight: 500;
        font-size: 24px;
        margin-bottom: 30px;
    }


.footer-ust .row {
    background: url('/Content/assets/img/footerust.png') no-repeat center center;
    background-size: cover;
    border-radius: 15px;
    padding: 20px 40px;
    color: white;
    margin-bottom: 50px;
    align-items: center;
}

.footer-social {
    display: flex;
    gap: 40px;
}

    .footer-social a {
        text-decoration: none;
        color: white;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 14px;
    }

    .footer-social i {
        font-size: 20px;
        margin-bottom: 5px;
    }

.footer-right {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}



footer .row {
    background: linear-gradient(to right, #b8560c, #fb8c00);
    padding: 40px 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.bos {
    font-style: normal;
    color: #F58400;
    font-size: 25px;
    font-weight: bold;
    margin: 50px 0;
}


footer .f-logo {
    width: 90%;
    margin-left: 5%;
}

footer .ciz {
    width: 96%;
    margin-left: 2%;
    height: 1px;
    background-color: #ffffff2e;
    margin-top: 40px;
}

footer .ortabox {
    height: 100%;
    align-content: center;
    display: grid;
    align-content: space-evenly;
}

    footer .ortabox img {
        margin-top: 9px;
    }

    footer .ortabox .d1 {
        font-size: 14px;
        color: #F9C980;
    }

    footer .ortabox a {
        font-size: 16px;
        color: #fff !important;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
    }

    footer .ortabox .d2 {
        font-size: 17px;
        color: #F9C980;
    }

footer ul {
    list-style-type: none;
    font-size: 16px;
    color: #fff !important;
    gap: 8px;
    display: grid;
}


footer .sub {
    padding: inherit;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 0 20px 20px 30px;
    color: #fff;
    font-size: 12px;
}

    footer .sub a {
        color: #fff;
    }

    footer .sub h1 {
        font-size: 12px;
        color: #fff;
    }

.subpage {
}

    .subpage .submenu {
        background-color: #fff;
        padding: 20px;
        border-radius: 15px;
        margin-bottom: 20px;
    }

        .subpage .submenu ul {
            gap: 5px;
            display: grid;
        }

            .subpage .submenu ul li {
                padding: 5px 15px;
                position: relative;
            }

                .subpage .submenu ul li:hover {
                    background-color: #F58400;
                    border-radius: 20px;
                }

                .subpage .submenu ul li a {
                    color: #707070;
                }

                .subpage .submenu ul li:hover a {
                    color: #FFF;
                }

                .subpage .submenu ul li:hover::after {
                    content: "";
                    position: absolute;
                    right: 6px;
                    top: 68%;
                    transform: translateY(-50%);
                    width: 40px;
                    height: 40px;
                    background: url('/Content/assets/img/ari.png') no-repeat center center;
                    background-size: contain;
                }

        .subpage .submenu .active {
            background-color: #F58400;
            border-radius: 20px;
        }

            .subpage .submenu .active a {
                color: #FFF;
            }

            .subpage .submenu .active::after {
                content: "";
                position: absolute;
                right: 6px;
                top: 68%;
                transform: translateY(-50%);
                width: 40px;
                height: 40px;
                background: url('/Content/assets/img/ari.png') no-repeat center center;
                background-size: contain;
            }

    .subpage .col-lg-10 {
        margin-bottom: 50px;
    }

.hakkimizda p {
    color: #707070;
    margin: 0.5rem;
    font-size: 16px;
}


.yay {
    padding-bottom: 50px;
    width: 100%;
    position: relative;
    align-content: center;
}

    .yay .box {
        text-align: center;
        background-color: #fff;
        padding: 20px;
        border-radius: 15px;
        position: relative;
        min-height: 395px;
        box-shadow: 5px 5px 16px #00000021;
        transition: transform 0.3s ease;
        margin-bottom: 20px;
    }

        .yay .box .res {
            height: 273px;
            align-content: center;
        }

        .yay .box img {
            max-height: 273px;
            transition: transform 0.3s ease;
        }


        .yay .box h2 {
            font-optical-sizing: auto;
            font-weight: 700;
            font-style: normal;
            font-size: 15px;
            margin-top: 20px;
            color: #381230;
        }

        .yay .box .riboon {
            position: absolute;
            top: -10px;
            right: 0;
        }

            .yay .box .riboon img {
                height: 65px;
            }

        .yay .box:hover img {
            transform: scale(1.05);
        }


.bayiler {
    padding: 50px 0;
}

    .bayiler .listeler {
        margin-top: 50px;
    }

        .bayiler .listeler .box {
            width: 100%;
            margin: 20px 0;
            display: grid;
            color: #F58400;
            padding: 50px 0;
            text-align: center;
            border-radius: 25px;
            /*            background: #F58400;
            background: linear-gradient(90deg, rgb(228 228 228) 0%, rgb(186 186 186) 100%);*/
            box-shadow: 0 0 31px 2px #d8d8d8;
            font-optical-sizing: auto;
            font-style: normal;
            font-size: 16px;
            font-weight: 600;
            gap: 15px;
            transition: transform 0.3s ease;
        }

            .bayiler .listeler .box:hover {
                color: #fff;
                background: #F58400;
                background: linear-gradient(90deg, rgb(234 144 0) 0%, rgb(154 100 14) 100%);
                transform: scale(1.025);
            }

                .bayiler .listeler .box:hover a {
                    color: #fff;
                }

            .bayiler .listeler .box a {
                color: #F58400;
            }


.il-selects {
    margin-top: -50px;
}

.b-title {
    font-size: 18px;
    color: #F58400;
    font-weight: 400;
}

.bayi-bar {
    background-color: #e78000;
    height: 50px;
    margin-bottom: 50px;
    color: white;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    align-content: center;
    border-radius: 20px;
}

.map {
    background: url('/Content/assets/img/map.png') no-repeat center center;
    background-size: cover;
    border-radius: 15px;
    padding: 100px 40px;
    margin-bottom: 50px;
}

    .map .box {
        min-height: 300px;
        display: grid;
        align-content: space-between;
    }

        .map .box h2 {
            color: #F58400;
            font-size: 18px;
            font-weight: 500;
        }

        .map .box .d1 {
            color: #1E455F;
            font-size: 17px;
            font-weight: 500;
        }

        .map .box a {
            color: #848E98;
            font-size: 15px;
            font-weight: 500;
        }

        .map .box .butonlar {
            display: flex;
            gap: 20px;
            margin-top: 15px;
        }

            .map .box .butonlar .btn {
                display: flex;
                align-items: center;
                gap: 10px;
                background-color: #fff;
                box-shadow: 0 0 5px 2px #d8d8d8;
                color: #848E98;
                transition: transform 0.2s ease, box-shadow 0.2s ease;
            }

                .map .box .butonlar .btn:hover {
                    transform: translateY(-2px);
                }

                .map .box .butonlar .btn i {
                    color: #848E98;
                }

.mapform {
    background-color: #fff;
    padding: 50px 30px;
    border-radius: 25px;
}

    .mapform form input {
        height: 50px;
        border: none;
        background-color: #f1f4f9;
    }

    .mapform form textarea {
        border: none;
        background-color: #f1f4f9;
    }

    .mapform form button {
        background-color: #F58400;
        color: #fff;
        font-size: 16px;
        font-optical-sizing: auto;
        font-style: normal;
        font-weight: 500;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

        .mapform form button:hover {
            background-color: #f29100;
            color: #fff;
            transform: translateY(-2px);
        }

    .mapform .title {
        margin-bottom: 20px;
        color: #f29100;
        font-weight: 500;
    }


.product-detail {
    padding-bottom: 50px;
    width: 100%;
    position: relative;
    align-content: center;
}

    .product-detail .box {
        transition: transform 0.3s ease;
    }

        .product-detail .box:hover {
            transform: scale(1.025);
        }

    .product-detail h2 {
        font-size: 30px;
        color: #F58400;
        font-optical-sizing: auto;
        font-weight: bold;
        font-style: normal;
    }

    .product-detail .title {
        font-size: 18px;
        color: #F58400;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        margin-bottom: 0px;
    }

    .product-detail .butonlar {
        display: flex;
        gap: 15px;
        margin: 50px 0;
    }

    .product-detail p {
        font-size: 18px;
        color: #8a8a8a;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        margin-bottom: 0px;
    }

.p-d-btn {
    border: none;
    padding: 12px 30px;
    font-size: 18px;
    color: white;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 4px 6px rgba(0, 0, 0, 0.3);
    font-family: Arial, sans-serif;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-align: center;
    background: linear-gradient(to bottom, #ffa726, #fb8c00);
    min-width: 200px;
}

    .p-d-btn:hover {
        transform: translateY(-2px);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 6px 8px rgba(0, 0, 0, 0.4);
    }

.detail {
    padding-bottom: 50px;
    width: 100%;
    position: relative;
    align-content: center;
}

    .detail .box {
        text-align: center;
        box-shadow: 0 0 3px 2px #d8d8d8;
        padding: 20px;
        margin: 10px 0;
        border-radius: 15px;
    }

        .detail .box h2 {
            font-optical-sizing: auto;
            font-weight: 700;
            font-style: normal;
            font-size: 16px;
            margin-top: 20px;
            color: #381230;
        }




.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }



.swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.mySwiper6 {
    height: auto !important;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper4 {
    height: 80%;
    width: 100%;
}

.mySwiper3 {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

    .mySwiper3 .swiper-slide {
        width: 25%;
        height: 100%;
        opacity: 0.4;
    }

    .mySwiper3 .swiper-slide-thumb-active {
        opacity: 1;
    }

.sliderr {
    position: relative;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-prev {
    position: absolute;
    top: 45%;
    left: 0;
    z-index: 999;
}

.custom-next {
    position: absolute;
    top: 45%;
    right: 0;
    z-index: 999;
}

    .custom-prev img,
    .custom-next img {
        width: 40px; /* isteğe göre */
        height: auto;
        display: block;
    }

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1390px !important;
    }
}

@media (min-width: 1500px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1490px !important;
    }
}

@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1590px !important;
    }
}

@media (min-width: 2000px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1990px !important;
    }
}
/* Mobilde: sola veya alta aç (sola koymak zor olur, bu yüzden alta açarız) */
@media (max-width: 991px) {
    .dropdown-submenu .dropdown-menu {
        position: static !important; /* Artık sağa değil, olduğu yerde aç */
        display: none;
        margin: 0;
    }

        .dropdown-submenu .dropdown-menu.show {
            display: block;
        }
}



@media (max-width: 992px) {
    .ustbar .text {
        margin-left: 100px;
    }

    .ustbar img {
        min-height: 51px;
        object-fit: cover;
    }

    .navbar-collapse {
        position: absolute;
        width: 100%;
        background-color: #e3e3e3;
        top: 100%;
        z-index: 99;
        left: 0;
        padding: 20px;
    }

    .map .box .butonlar {
        display: grid;
        gap: 20px;
        margin-bottom: 23px;
    }

    .map .btnns2 {
        display: flex !important;
    }

    .map .btn5 {
        width: 41px;
        height: 36px;
    }

    .map .box .d1 {
        margin-top: 20px;
    }

    .product-detail .butonlar {
        display: grid;
    }

    .bayiler .b-title {
        margin-top: 60px;
    }

    .bayiler .listeler {
        margin-top: 0px;
    }

    .submenu {
        display: none;
    }

    .bayi-bar {
        height: auto;
        padding: 15px 0;
    }

    .footer-social {
        margin-left: 92px;
    }

    .footer-ust .row {
        border-radius: 0;
        margin-bottom: 0px;
    }

    footer .row {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .set {
        text-align: center;
    }

        .set .rbtn {
            font-size: 15px;
            margin: 10px 0;
        }

        .set h6 {
            margin: 10px 0;
        }

    .rbtn {
        padding: 11px 24px;
    }

    .collapse .active::before {
        bottom: 17px;
        left: calc(-11px);
    }

    .footer-ust {
        text-align: center;
    }

        .footer-ust img {
            margin-bottom: 30px;
        }

        .footer-ust p {
            margin-bottom: 30px;
        }

    .footer-social {
        display: flex;
        gap: 5px;
        margin-bottom: 30px;
    }

    .setlerimiz .title {
        color: #F27D14;
    }

    .setlerimiz .box {
        min-height: 267px;
    }

    .video {
        display: none;
    }

        .video .ss .title {
            color: #ea7c00;
            font-weight: 500;
            font-size: 20px;
            margin-bottom: 9px;
            margin-top: 20px;
        }

    .artilinkbutonlar .text {
        position: absolute;
        top: 20px;
        left: 10px;
        color: #fff;
        font-weight: 500;
        font-size: 17px;
        transition: color 0.3s ease, transform 0.3s ease;
    }

    .yay .box {
        min-height: 277px;
    }

        .yay .box .res {
            height: 130px;
        }

        .yay .box img {
            max-height: 130px;
        }
}
