﻿@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

body {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}

.container {
    max-width: 1280px;
}

.headertop {
    width: 100%;
    height: 60px;
    background: url('/images/pattern-1.svg') #032854;
    display: flex;
    align-items: center;
}

.wpdestek {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 9px;
}

    .wpdestek div {
        display: flex;
        flex-direction: column;
        color: #fff;
    }

        .wpdestek div span {
            font-size: 11px;
            font-weight: 500;
        }

        .wpdestek div b {
            font-size: 13px;
            font-weight: 700;
            color: #fff;
        }

.sepethead {
    width: 13%;
    transition: all .3s;
    cursor: pointer;
}

.Headerbasket {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    position: relative;
    padding: 12px 16px;
    border-radius: 8px;
    background-color: #032854;
    transition: all .3s;
    position: relative;
}

.basketcount {
    width: 16px;
    height: 16px;
    font-size: 9px;
    font-weight: 500;
    color: #032854;
    padding: 2.5px 3.5px;
    flex-shrink: 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    left: 45px;
    top: 10px;
}

.Headerbaskettext {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    color: #fff;
}

    .Headerbaskettext span {
        font-size: 10px;
        font-weight: 500;
        letter-spacing: 2px;
        text-align: left;
        color: #fff;
    }

    .Headerbaskettext b {
        font-size: 13px;
        font-weight: 700;
        color: #fff;
        text-align: left;
    }

.logo {
    width: 150px;
    height: 90px;
    text-align: center;
}

    .logo img {
        height: 100%;
    }

.headercontent {
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #b8cade;
}

.headblm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

* {
    outline: none;
}

.menu > ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

    .menu > ul > li {
        position: relative;
    }

        .menu > ul > li > a {
            display: block;
            padding: 12px 16px;
            color: #032854;
            font-size: 17px;
            font-weight: bold;
            position: relative;
            transition: 0.2s;
        }

            .menu > ul > li > a:hover:after {
                width: 100%;
                left: 0;
            }

            .menu > ul > li > a:after {
                content: "";
                position: absolute;
                right: 0;
                bottom: -4px;
                width: 0;
                border-bottom: 1px solid;
                transition: width .3s;
                z-index: 1;
            }


            .menu > ul > li > a:hover {
                color: #0b1a2c
            }

        .menu > ul > li > ul {
            display: none;
        }

        .menu > ul > li:hover > a:after {
            content: "";
            position: absolute;
            right: 0;
            bottom: -4px;
            width: 100%;
            left: 0;
            border-bottom: 1px solid;
            transition: width .3s;
        }

        .menu > ul > li:hover > ul {
            display: block;
            position: absolute;
            top: 100%;
            left: -55px;
            width: 250px;
            padding: 20px;
            background-color: #fff;
            transition: transform .3s, opacity .3s;
            box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
            border: 1px solid #d6dee6;
            border-radius: 10px;
            z-index: 10;
        }

        .menu > ul > li > ul > li > a {
            display: block;
            padding: 12px 16px;
            color: #032854;
            font-weight: bold;
            border-radius: 10px;
            transition: 0.3s;
            position: relative;
        }

            .menu > ul > li > ul > li > a:hover {
                padding-left: 20px;
            }

.footerx {
    background-color: #032854;
    margin-top: 20px;
    padding: 60px 0;
}

.footerblm {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.blm {
    width: 25%;
}

.footerlogo {
    height: 100px;
    margin-bottom: 30px;
}

    .footerlogo img {
        height: 100%;
    }

.blm ul li {
    margin-bottom: 15px;
    color: #fff;
}

    .blm ul li a {
        color: #fff;
        display: flex;
        align-items: center;
        font-size: 20px;
        transition: 0.2s;
    }

        .blm ul li a:hover {
            padding-left: 5px;
        }

    .blm ul li i {
        font-size: 20px;
        margin-right: 10px;
    }

.social {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

    .social a {
        color: #fff;
        font-size: 25px;
    }

.blm h3 {
    color: #fff;
}

.blm p {
    color: #fff;
    font-size: 14px;
}

.blm input[type="text"] {
    border: 1px solid #fff;
    border-radius: 10px;
    background-color: transparent !important;
    padding: 15px;
    color: #fff;
    width: 80%;
}

    .blm input[type="text"]::placeholder {
        color: #c3c3c3;
    }

.blm input[type="submit"] {
    border: none;
    background-color: #fff;
    color: #0b1a2c;
    margin-left: 10px;
    padding: 15px;
    border-radius: 10px;
}

.odemefooter {
    margin-top: 20px;
}

    .odemefooter img {
        width: 100%;
    }

.copy {
    margin-top: 30px;
    color: #fff;
}

    .copy a {
        color: #fff;
    }

.contentx {
    position: relative;
}

.katstory span {
    display: block;
    margin-top: 10px;
    color: #000000;
}

.katstory a {
    display: block;
}

.pageicerik {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .pageicerik h3 {
        font-size: 25px;
        margin-bottom: 25px;
    }

iframe {
    border-radius: 20px !important;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
}

.iletisimikon i {
    font-size: 30px;
    margin-right: 10px;
}

.iletisimikon {
    font-size: 15px;
}

.iletisimformu input[type="text"] {
    box-shadow: none;
    border-width: 2px;
}

.iletisimformu textarea {
    box-shadow: none !important;
    border-width: 2px;
    resize: none;
}

.iletisimformu label {
    margin-bottom: 10px;
}

.btn-seka {
    background-color: #032854;
    padding: 15px 35px;
    color: #fff;
    transition: 0.2s;
}

    .btn-seka:hover {
        background-color: #0b1a2c;
        color: #fff;
    }

.icerik h4 {
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: bold;
}

.icerik {
    padding-left: 35px;
}

.leftmenu a {
    padding: 12px 24px;
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #032854;
    border-radius: 8px;
}

    .leftmenu a.active {
        background-color: #032854;
        color: #fff;
    }

.uruncontainer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.blogcontainer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.urunbox {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #e9dddd;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.urunresim {
    width: 100%;
    height: 400px;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
}

    .urunresim img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        min-width: 100%;
        max-width: 100%;
        min-height: 100%;
        max-height: 100%;
        object-fit: cover;
    }

.urunkatadi {
    font-weight: 400;
    font-size: 13px;
    color: #0b1a2c;
}

.urunname {
    font-size: 20px;
    font-weight: 700;
    color: #0b1a2c;
    margin-bottom: 8px;
    margin-top: 8px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}

.price {
    color: #f00f0f;
    font-size: 20px;
    font-weight: 700;
}

.empty-state {
    width: 100%;
    max-width: 650px;
    margin: 60px auto;
    padding: 40px 30px;
    text-align: center;
    background: rgba(255,255,255,.9);
    border-radius: 20px;
}


.empty-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg,#f8f9fa,#ececec);
}

.empty-state h3 {
    margin: 0 0 12px;
    font-size: 28px;
    font-weight: 700;
    color: #222;
}

.empty-state p {
    margin: 0;
    color: #6c757d;
    font-size: 16px;
    line-height: 1.7;
    max-width: 480px;
    margin-inline: auto;
}

/* Responsive */
@media (max-width:768px) {
    .empty-state {
        margin: 30px 15px;
        padding: 30px 20px;
        border-radius: 16px;
    }

    .empty-icon {
        width: 65px;
        height: 65px;
        font-size: 30px;
    }

    .empty-state h3 {
        font-size: 22px;
    }

    .empty-state p {
        font-size: 15px;
    }
}

.detayprice {
    font-size: 30px;
    margin: 20px 0;
    font-weight: bold;
    color: #032854;
}

.sekaform {
    box-shadow: none !important;
    margin-top: 10px;
}

.resimbutton {
    border: none;
    background-color: transparent;
}

    .resimbutton.checked img {
        border: 1px solid #000000;
    }

    .resimbutton img {
        border: 1px solid #b8cade;
        padding: 2px;
        height: 50px;
        width: 50px;
        border-radius: 100%;
    }

.spinner {
    position: relative;
    width: 130px;
    height: 60px;
    border: 1px solid #cdcfd0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .spinner input.qty {
        font-size: 15px;
        color: #333333;
        width: 40%;
        height: 100%;
        border: none;
        background: transparent;
        text-align: center;
        outline: none !important;
    }

    .spinner a {
        line-height: 60px;
        width: 50px;
        text-align: center;
        padding: 0 6px;
        font-size: 22px;
        color: #333333;
    }

.btn-sepeteekle {
    border-radius: 8px !important;
    color: #fff;
    background-color: #053399;
    line-height: 60px;
    min-width: 200px;
    padding: 0;
}

    .btn-sepeteekle:hover {
        background-color: #032854;
        color: #fff;
    }

.offcanvas.offcanvas-end {
    top: 20px;
    right: 20px;
    border: none;
    border-radius: 20px;
}

.offcanvas {
    bottom: 20px;
}

.offcanvas-header .btn-close {
    margin-right: inherit !important;
}

.offcanvas-header {
    padding: 20px;
}

.btn-close {
    box-shadow: none !important;
}

.loading {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100% !important;
}

.empty-cart {
    text-align: center;
    padding: 40px 20px;
    background: #fff;
    border-radius: 16px;
    margin: 20px auto;
}

.empty-cart-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #f3f6ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
}

.empty-cart h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.empty-cart p {
    color: #777;
    margin-bottom: 25px;
}

.cart-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 12px;
    background: #fff;
    border-radius: 14px;
}

.cart-image {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    overflow: hidden;
    background: #f5f5f5;
}

    .cart-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.cart-detail {
    flex: 1;
}

.sepet-sil {
    border-radius: 20px;
    padding: 7px 15px;
}

.cart-detail h5 {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 600;
}

.cart-info {
    display: flex;
    justify-content: space-between;
    color: #777;
}

    .cart-info strong {
        color: #e63946;
        font-size: 17px;
    }

.offcanvas-footer {
    padding: 20px;
}

.canvasfooterbttn {
    width: 100%;
    display: block;
    padding: 16px 20px;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    font-size: 16px;
    transition: 0.2s;
    background-color: #032854;
}

    .canvasfooterbttn:hover {
        background-color: #0b1a2c;
    }

.cart-variants {
    margin: 8px 0;
    border-bottom: 1px solid #b8cade;
}

    .cart-variants .badge {
        font-size: 12px;
        font-weight: 500;
        white-space: normal;
        margin-right: 4px;
        margin-bottom: 4px;
        padding: 6px 10px;
    }

.sliderMode {
    width: 100%;
    height: 400px;
    margin: 20px 0;
    border-radius: 20px;
}

    .sliderMode .swiper {
        border-radius: 10px;
    }

.swiper-button-next, .swiper-button-prev {
    background-color: rgb(0, 0, 0, 0.3);
    color: #fff;
    border-radius: 10px;
    height: 50px;
    width: 50px;
    font-size: 15px;
}

    .swiper-button-next svg, .swiper-button-prev svg {
        width: auto !important;
        height: auto !important;
    }

.duyurucard {
    background-color: #E6EBF5;
    border-radius: 20px;
}

.mySwiperxl {
    position: relative;
}

.duyurucard .duyuruhead {
    padding: 31px 21px 21px 21px;
    height: 220px;
}

.duyuruhead h3 {
    font-weight: bold;
    font-size: 25px;
    color: #032854;
    margin-bottom: 30px;
}

.duyuruhead p {
    margin: 0;
}

.duyurubody img {
    width: 100%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.product-section {
    background: #fff;
    padding: 70px 0;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}

    .section-header h2 {
        margin: 0;
        font-size: 48px;
        font-weight: 700;
        color: #222;
    }

    .section-header p {
        margin-top: 12px;
        color: #8b97a8;
        font-size: 18px;
    }

.view-all {
    color: #222;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 2px solid #222;
    padding-bottom: 4px;
}

.urun-alani {
    display: flex;
    align-items: start;
    gap: 20px;
}

.sol-banner {
    width: 25%;
    height: 483px;
    background-image: url(/images/Sineklikler.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 20px;
}

.mySwiperkat {
    width: 75%;
}

.sol-banner span {
    color: #fff;
}

.sol-banner h5 {
    font-size: 30px;
    color: #fff;
    margin: 30px 0;
}

.sol-banner p {
    color: #fff;
    font-size: 15px;
}

.mySwiperkat .urunresim {
    height: 355px;
}

.containerlkesfet {
    background-color: #032854;
    padding: 60px 0;
    text-align: center;
}

.contentimg {
    border-radius: 20px;
    height: 400px;
    width: 100%;
    background-size: cover;
}

.containerlkesfet h3 {
    font-size: 45px;
    color: #fff;
    margin: 40px 0;
}

.containerlkesfet h6 {
    font-size: 25px;
    color: #fff;
}

.containerlkesfet a {
    display: block;
    padding: 8px 32px 8px 32px;
    width: 20%;
    margin: 50px auto 0;
    background-color: #0b1a2c;
    color: #fff;
    border-radius: 50px;
    transition: 0.2s;
}

    .containerlkesfet a:hover {
        background-color: #fff;
        color: #0b1a2c;
    }



.advantages {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 28px;
    margin-bottom: 50px;
}

.advantage-card {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 22px;
    padding: 35px 30px;
    display: flex;
    align-items: center;
    gap: 22px;
    transition: .35s;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

    .advantage-card::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 4px;
        height: 100%;
        background: #032854;
        transform: scaleY(0);
        transition: .35s;
    }

    .advantage-card:hover {
        transform: translateY(-8px);
        border-color: #032854;
        box-shadow: 0 15px 40px rgba(0,0,0,.08);
    }

        .advantage-card:hover::before {
            transform: scaleY(1);
        }

.icon {
    width: 70px;
    height: 70px;
    min-width: 70px;
    border-radius: 18px;
    background: #F4F7FF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    color: #1E4ED8;
    transition: .35s;
}

.advantage-card:hover .icon {
    background: #032854;
    color: #fff;
    transform: rotate(-8deg);
}

.content h4 {
    font-size: 18px;
    color: #2c2c2c;
    margin-bottom: 8px;
    font-weight: 600;
}

.content p {
    font-size: 15px;
    color: #032854;
    font-weight: 700;
}

@media(max-width:992px) {

    .advantages {
        grid-template-columns: repeat(2,1fr);
    }
}

@media(max-width:600px) {

    .advantages {
        grid-template-columns: 1fr;
    }
}

.mySwiperxl a {
    color: #032854;
}

.site-content {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #4e7cb2;
    min-height: 70vh !important;
}

.sorunumber {
    height: 60px;
    width: 60px;
    background-color: #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 60px;
    font-weight: bold;
    font-size: 20px;
}

.soruicerik {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.cevapblm {
    margin-top: 30px;
    margin-left: 0px;
}

    .cevapblm button {
        display: block;
        background-color: #032854;
        width: 40%;
        text-align: center;
        height: 60px;
        color: #fff;
        font-size: 20px;
        margin-bottom: 10px;
    }

        .cevapblm button:hover {
            background-color: #fff;
            color: #0b1a2c;
        }

.canlidestek {
    background-color: #fff;
    display: block;
    padding: 12px 20px;
    border-radius: 10px;
    font-size: 20px!important;
    display:flex;
    align-items:center;
    transition:0.2s;
}
.canlidestek i{
    font-size:30px;
    margin-right:10px;
}
.destek{
    margin-top:40px;
}
.destek > div > span {
    color: #fff;
    font-size: 20px;
}
.sorublm{
    width:50%;
}

.canlidestek:hover{
    background-color:#032854;
    color:#fff;
}
.kesfett h3{
    color:#fff;font-weight:bold;
    font-size:30px;
}
.kesfett p{
    color:#fff;
    font-size:20px;
}
.whatsapp-float {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0,0,0,.3);
    z-index: 9999;
    transition: transform .2s;
}

    .whatsapp-float:hover {
        transform: scale(1.1);
    }
.btn-whatsapp {
    background-color: #25D366;
    color: #222;
    border-radius: 8px !important;  
    line-height: 60px;
    min-width: 200px;
    padding: 0;
}
    .btn-whatsapp:hover {
        background-color: #20974c;
        color: #222;
    }