﻿@import url('https://fonts.googleapis.com/css?family=Oswald:400,700&subset=latin-ext');
@import url(/font-awesome/css/font-awesome.min.css);

body {
    margin: 0px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    vertical-align: top;
    font-size: 16px;
    background-color: #f1f1f1;
    color: #666666;
}

.header {
    height: 84px;
    z-index: 100;
    text-align: center;
}

.headermaster {
    background-color: #fbfbfb;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
    position: static !important;
}

.fixed {
    position: fixed !important;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fbfbfb;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
}


.headeric {
    width: 94%;
    margin: 0px auto;
}

.dil {
    width: 150px;
    float: right;
    padding: 28px 10px 0px 0px;
}

    .dil a {
        border: none;
        text-decoration: none;
        margin: 0px 6px;
    }

        .dil a img {
            border: none;
        }



.logo {
    width: 250px;
    text-align: left;
    padding: 0px 0px 0px 10px;
    float: left;
    height: 84px
}

    .logo a img {
        border-style: none;
        height: 84px;
        width: auto;
    }

.headersag {
    height: 84px;
    width: 910px;
    float: right
}

.siparis {
    width: 150px;
    padding: 10px 0px 12px 0px;
    border-radius: 12px;
    color: #fff;
    background-color: #bc0808;
    text-decoration: none;
    float: right;
    font-size: 17px;
    margin: 20px 0px 0px 0px;
}

    .siparis:hover {
        background-color: #fe0000;
    }

.mobilemenu {
    color: #bc0808;
    font-size: 20px;
    line-height: 46px;
    height: 47px;
    float: right;
    display: block;
    width: 46px;
    border-radius: 50%;
    color: #fff;
    background-color: #bc0808;
    text-decoration: none;
    margin: 20px 0px 0px 20px;
}

.sidenav {
    color: #222;
    text-align: left;
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 2000; /* Stay on top */
    top: 0; /* Stay at the top */
    right: 0;
    background-color: #f7f7f7; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.2s;
}

.sidenavTop {
    background-color: #bc0808;
    height: 25px;
    padding: 18px 5%;
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    display: block;
}

.sidenav .closebtn {
    position: absolute;
    top: 10px;
    left: 25px;
    font-size: 24px;
    color: #fff;
    text-decoration: none;
}



.sidenavContent {
    padding: 70px 0px 0px 0px;
    width: 100%;
    background-color: #f7f7f7;
    overflow-y: auto;
    overflow-x: hidden;
}

    .sidenavContent a {
        color: #345483;
        padding: 18px;
        text-align: left;
        display: block;
        width: 100%;
        text-decoration: none;
        border: none;
        outline: none;
        transition: 0.4s;
        background-color: #f7f7f7 !important;
        border-bottom: 1px solid #dadada !important; /* Alt kenarlık */
        font-size: 16px; /* Font boyutu belirtiliyor */
        font-weight: 700;
        margin: 0; /* Varsayılan margin sıfırlanıyor */
        box-sizing: border-box; /* Padding ve border genişliği toplam genişliği etkilemeyecek */
        position: relative;
    }



.social_icons {
    z-index: 100;
    background-color: #ee0000;
    color: #fff;
    position: fixed;
    top: 124px;
    right: 0;
    padding: 5px;
    list-style: none outside;
}

    .social_icons a {
        color: #fff;
        font-size: 16px;
        padding: 10px;
        display: block;
    }

.whatsapp {
    position: fixed;
    left: 35px;
    bottom: 5%;
    background: #00e676;
    width: 48px;
    height: 48px;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
    border-radius: 24px;
    color: white;
    text-decoration: none;
    font-size: 16px;
    line-height: 40px;
    font-weight: normal;
    z-index: 100;
}

    .whatsapp img {
        width: 30px;
        height: 30px;
        margin-top: 9px;
    }


/* BANNER */
.banner {
    width: 96%;
    margin: 0px auto;
    padding: 0;
    height: 620px;
    overflow: hidden
}

.item {
    display: block;
    position: relative;
    width: 100%;
    height: 620px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 20px;
    overflow: hidden;
}



.content {
    margin: 0 auto;
    width: 94%;
    margin: 80px auto;
}

.containeric {
    width: 80%;
    margin: 0px auto 100px auto;
    text-align: left;
}

#owl-slide3 .item3 {
    padding: 0px;
    margin: 0px 0px 5px 0px;
    color: #bc0808;
    text-align: center;
    font-weight: 700;
    height: 320px;
    text-decoration: none;
    display: block;
    font-size: 22px;
    transition: all 0.6s ease-in-out;
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
}

    #owl-slide3 .item3:hover {
        color: #fe0000;
        text-decoration: none;
        display: block;
        transition: all 0.6s ease-in-out;
    }

.item3img {
    width: 100%;
    height: 240px;
    overflow: hidden;
    margin: 0px auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    text-align: center;
}

    .item3img img {
        width: 100%;
        height: auto;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out;
        margin: 0px auto;
    }

    .item3img:hover img {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out;
    }

.baslik {
    padding: 10px;
}

h2 {
    color: #bc0808;
}

.custom-modal {
    display: none; /* Başlangıçta gizli */
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.6);
}

/* Modal içeriği */
.custom-modal-content {
    background-color: #fff;
    margin: 30px auto;
    padding: 20px;
    border-radius: 12px;
    width: 90%;
    max-width: 700px;
    position: relative;
    text-align: center;
    box-shadow: 0 8px 30px rgba(0,0,0,0.3);
}

/* Kapatma butonu */
.custom-modal-close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 30px;
    font-weight: bold;
    color: #aaa;
    cursor: pointer;
    transition: color 0.3s;
}

    .custom-modal-close:hover {
        color: #333;
    }


.footer {
    width: 92%;
    margin: 0px auto;
    padding-top: 10px;
}

.footersol {
    width: 33.333%;
    padding: 25px 0px 10px 0px;
    float: left;
    text-align: left;
}

    .footersol a {
        color: #fe0000;
        text-decoration: none;
    }

        .footersol a:hover {
            color: #666666;
            text-decoration: none;
        }

    .footersol i {
        margin-right: 6px;
    }

.footerorta {
    width: 33.333%;
    padding: 10px 0px 10px 0px;
    float: left;
    text-align: center;
}

    .footerorta img {
        border-style: none;
        margin: 0px 2px 0px 5px;
    }

.footersag {
    width: 33.333%;
    padding: 10px 0px 10px 0px;
    float: left;
    text-align: right;
}

    .footersag img {
        border: none;
    }


h1 {
    color: #bc0808;
    margin: 0px;
    padding: 0px 0px 10px 0px;
}

.iletisimcont {
    margin: 20px auto;
    padding: 20px 2%;
    background-color: #fff;
    border-radius: 20px;
    text-align: left;
    width: 86%;
}

.anket {
    margin: 20px auto;
    padding: 20px 2%;
    background-color: #fff;
    border-radius: 20px;
    text-align: left;
    width: 46%;
}

.iletisim {
    float: left;
    width: 48%;
    margin: 30px 1%;
    text-align: left;
}

.form-group {
    width: 96%;
    padding: 3px 2% 3px 2%;
    font-size: 13px;
    text-align: left;
}


    .form-group input[type="text"], .form-group textarea, .form-group input[type="password"], .form-group input[type="tel"], .form-group input[type="number"] {
        margin: 2px 0px 2px 0px;
        padding: 10px 2% 10px 2%;
        border-radius: 3px;
        border: 1px solid #CECECE;
        width: 94% !important;
        font-family: 'Oswald', sans-serif;
        line-height: 20px;
    }

    .form-group select {
        margin: 2px 0px 2px 0px;
        padding: 10px 1% 10px 1%;
        border-radius: 3px;
        border: 1px solid #CECECE;
        width: 98% !important;
        font-family: 'Oswald', sans-serif;
    }

::-webkit-input-placeholder { /* Edge */
    color: #d3d3d3;
}

:-ms-input-placeholder { /* Internet Explorer */
    color: #d3d3d3;
}

::placeholder {
    color: #d3d3d3;
}

.formcont1 {
    width: 40%;
    float: left;
}

    .formcont1 img {
        width: 90%;
        height: auto;
    }

.formcont2 {
    width: 59%;
    float: left;
    padding: 0px 1% 0px 0px
}

.logbtn {
    padding: 8px 3% 8px 2% !important;
    width: 93.5% !important;
    margin: 10px 0px 0px 0px;
}

.button-big {
    padding: 5px 20px 5px 20px;
    margin: 0;
    background: #ee0000;
    color: #FFFFFF !important;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    line-height: 32px;
    border-radius: 8px;
}

.clr {
    clear: both;
}

.hediyeceki input[type="text"] {
    padding: 10px 2% 10px 2% !important;
}

.form-md {
    width: 48%;
    float: left;
    padding: 0px 2% 5px 0%;
}

#pnlUyeGiris, #pnlUyeCikis {
    text-align: right;
}

.liste input[type="text"], .liste textarea, .liste input[type="password"], .liste select {
    margin: 2px 0px 2px 0px;
    padding: 8px;
    border-radius: 3px;
    border: 1px solid #CECECE;
    box-shadow: 0 3px 8px rgba(0,0,0,0.1) inset;
    width: 400px !important;
}

.reklam1 {
    width: 96%;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
    display: block;
}

    .reklam1 img {
        width: 100%;
        height: auto;
        border-radius: 20px;
        margin: 20px 0px;
    }

.modal-sube-secim {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
}

.modal-sube-icerik {
    background-color: #fff;
    margin: 10% auto;
    padding: 30px 20px;
    border-radius: 12px;
    width: 400px;
    max-width: 600px;
    text-align: center;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.modal-sube-kapat {
    position: absolute;
    top: 12px;
    right: 16px;
    font-size: 28px;
    font-weight: bold;
    color: #999;
    cursor: pointer;
    transition: color 0.3s ease;
}

    .modal-sube-kapat:hover {
        color: #000;
    }

/* Şube seçimi butonları */
.sube-secim-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.sube-btn {
    display: inline-block;
    padding: 12px 24px;
    background-color: #bc0808;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

    .sube-btn:hover {
        background-color: #e91515;
    }



@media (min-width: 1680px) {
    .headeric {
        width: 1430px;
    }

    .banner {
        width: 1460px;
    }

    .content {
        width: 1430px;
    }

    .reklam1 {
        width: 1430px;
    }

    .containeric {
        width: 1230px;
    }

    .iletisimcont {
        width: 1360px;
    }
}

@media screen and (max-width: 680px) {
    .header {
        height: 168px;
    }

    .headeric {
        width: 94%;
        margin: 0px auto;
    }

    .dil {
        width: 90px;
        float: none;
        padding: 0px 0px 0px 0px;
        position: absolute;
        top: 30px;
        right: 0px;
    }
        .dil a {
            margin: 0px 3px;
        }

    .logo {
        width: 100%;
        text-align: center;
        padding: 0px;
        float: none;
        height: 84px
    }

    .headersag {
        height: 84px;
        width: 100%;
        float: right
    }

    .siparis {
        float: left;
    }

    .banner {
        width: 98%;
        height: 180px;
    }

    .item {
        height: 180px;
    }

    .social_icons {
        display: none;
    }

    .content {
        width: 94%;
        margin: 30px auto;
    }

    .footersol {
        width: 100%;
        text-align: center;
    }

    .footerorta {
        width: 100%;
        float: left;
    }

    .footersag {
        width: 100%;
        text-align: center;
    }

    .containeric {
        width: 92%;
        margin: 0px auto 50px auto;
    }

    .iletisimcont {
        padding: 20px 3%;
        border-radius: 20px;
        width: 94%;
    }

    .anket {
        padding: 20px 3%;
        width: 94%;
    }

    .iletisim {
        float: left;
        width: 98%;
        margin: 10px 1%;
    }

    .modal-sube-icerik {
        background-color: #fff;
        margin: 10% auto;
        padding: 30px 2%;
        width: 94%;
    }
}

@media (min-width: 680px) and (max-width: 1020px) {
    .headersag {
        width: 50%;
    }

    .banner {
        width: 98%;
        height: 350px;
    }

    .item {
        height: 350px;
    }

    .anket {
        padding: 20px 3%;
        width: 84%;
    }
}
