/*RENKLER TEMEL RENKLER*/
/*sitenin her yerinde geçerli olan ayarlar için kullanılan css
btün yazı stilleri vs yi kaplar*/
.background {
    background-color: #eef2f2;
}

.colorgreenback_1 {
    background-color: #eef2f2;
}

.colorgreenback_2 {
    background-color: #eaf6f1;
}

.colorgreenback_3 {
    background-color: #c0d4cd;
}

.colorgreenback_4 {
    background-color: #6a9385;
}

.colorburgundyback_1 {
    background-color: #854040;
}

.colorburgundyback_2 {
    background-color: #230a0a;
}



.colorgreenstil_1 {
    color: #eef2f1;
}

.colorgreenstil_2 {
    color: #eaf6f1;
}

.colorgreenstil_3 {
    color: #c0d4cd;
}

.colorgreenstil_4 {
    color: #6a9385;
}

.colorburgundystil_1 {
    color: #854040;
}

.colorburgundystil_2 {
    color: #230a0a;
}

/*RENKLER TEMEL RENKLER*/
body,
html {
    margin: 0;
    padding: 0;
    width: 100%;
}

.connact-foto {
    max-width: 1130px;
    width: 100%;
    height: 400px;
    display: block;
    margin: 0 auto;


    background-image: url('../img/dukkanbackground.svg');
    background-size: cover;
    background-position: center;
}

.background {
    background-color: #eef2f2;
}

.photologo {
    width: 250px;
    height: 220px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 10px;
    border-radius: 38px;
    margin-right: auto;
    margin-left: 40px;
    margin-top: -45px;

}

.photologo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.header_1 {
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    display: flex;
    background-color: #230a0a;
    justify-content: flex-end;
    gap: 100px;
    align-items: center;
    padding-right: 150px;


}



.nav {
    box-sizing: border-box;
    width: 100%;
    height: 150px;
    display: flex;
}

.nav1 {
    display: flex;
    gap: 50px;
    align-items: center;
    padding: 50px 70px;

}



.nav1 a {
    text-decoration: none;
    color: #230a0a;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
}

.page_1 {
    will-change: transform;
    /* Tarayıcıya bu elemanın hareket edeceğini önceden söyler */
    backface-visibility: hidden;
    /* Gereksiz arka yüzey hesaplamalarını önler */
    display: flex;
    padding-right: 110px;
    gap: 10px;
}

.page_1 .darkgreen {
    color: #230a0a;
}

.page_1 .card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 70px;
    width: 180px;
    border-radius: 10px;
    color: #230a0a;
    cursor: pointer;
    transition: 400ms;

}

.page_1 .card p.tip {
    font-size: 1em;
    font-weight: 700;
}

.page_1 .card p.second-text {
    font-size: .7em;
}

.page_1 .card:hover {
    transform: scale(1.1, 1.1);
}

.page_1:hover>.card:not(:hover) {
    filter: blur(2px);
    transform: scale(0.9, 0.9);
}

.icon {
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 10px;
    display: flex;
    align-items: center;
}

.banner_1 {
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.banner_1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;

}

.icon img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.fontcolorlight {
    color: #eef2f2;
    white-space: nowrap;

}


.aciklamastyle {
    font-family: "Datatype", monospace;
    color: #230a0a;
    padding-left: 30px;
    font-size: 18px;
    margin-top: -10px;
}

/*SAYFANIN ÜST KISMI SAYFANIN ÜST KISMI SAYFANIN ÜST KISMI*/



/*global footer ayarları*/
.site_footer {
    width: 100%;
    background-image: url('../img/footerbackground.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
    overflow: hidden;

}

.footer-container {
    max-width: 1200px;
    min-height: 300px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    /* 4 bölümü eşit aralıkla dağıtır */
    gap: 30px;
    padding: 0 20px;
    flex-wrap: wrap;
    width: 100%;
}

/* Her bir sütun için genişlik */
.footer-section {
    flex: 1;
    min-width: 250px;
    flex-shrink: 0;
}

/* Başlık Altındaki  Çizgi */
.footer-section h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.underline {
    width: 40px;
    height: 3px;
    background-color: #c0d4cd;
    margin-bottom: 20px;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section a {
    color: #ccc;
    text-decoration: none;
    transition: 0.3s;
}

.footer-section a:hover {
    color: #6a9385;
}


/* Blog Öğeleri (Resimli olanlar) */
.blog-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}


.blog-item img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /* Yuvarlak resimler */
    object-fit: cover;
}

/*hakkımızdanın fontu*/
.text-font {
    font-family: 'Noto Serif', serif;
    font-size: 15px;
    line-height: 1.6;
    color: #230a0a;
    padding: 30px 30px;
    margin-top: -35px;
}


/*genel tittleların fontu sayfa içi*/
.title-font {
    font-size: 24px;
    /* Yazı boyutu */
    font-weight: bold;
    /* Kalınlık */
    text-align: center;
    /* Ortala */
    padding: 10px 0;
    color: #6a9385;
    /* Üst ve alttan nefes aldır */
}

/* Hamburger butonu */
.hamburger {
    position: relative;
    z-index: 999;
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    margin-top: 10px;
    margin-left: 0;

    align-self: flex-start;
}

.hamburger span {
    display: block;
    width: 26px;
    height: 2px;

    background-color: #230a0a;
    border-radius: 2px;
}

/* Yan panel (drawer) */
.drawer {
    position: fixed;
    top: 0;
    left: -300px;
    width: 260px;
    height: 100%;
    background-color: #230a0a;
    z-index: 1200;
    transition: left 0.3s ease;
    padding-top: 60px;
}

.drawer.acik {
    left: 0;
}

.drawer-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1100;
}

.drawer-overlay.acik {
    display: block;
}

.drawer-kapat {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #eef2f1;
    font-size: 26px;
    cursor: pointer;
    background: none;
    border: none;
    line-height: 1;
}

.drawer-nav {
    display: flex;
    flex-direction: column;
}

.drawer-nav a {
    padding: 16px 25px;
    color: #eef2f1;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: background 0.2s;
}

.drawer-nav a:hover {
    background-color: rgba(255, 255, 255, 0.08);
}

.banner-mobil {
    display: none;
    background-color: rgb(35, 10, 10);
    padding: 28px 20px;
    text-align: center;
}

.banner-mobil-ust {
    display: block;
    font-size: 11px;
    letter-spacing: 2.5px;
    color: #6a9385;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.banner-mobil h2 {
    font-size: 34px;
    font-weight: 900;
    color: #ffffff;
    margin: 0;
    line-height: 1.1;
    text-transform: uppercase;
}

.banner-mobil-vurgu {
    display: block;
    color: #6a9385;
}

.banner-mobil p {
    font-size: 14px;
    color: #ffffff;
    margin: 14px 0 0;
    line-height: 1.6;
}

@media (max-width: 700px) {
    .connact-foto {
        background-image: url('../img/contact_us.svg');
        height: 250px;
        max-width: 360px;
        margin: auto;
        width: 100%;
    }

    .hamburger {
        display: flex;
    }

    .nav {
        height: auto;
        min-height: 80px;
        align-items: center;
        padding: 10px 0;
        position: relative;
        justify-content: center;
        align-items: center;
    }

    .photologo {
        width: 250px;
        height: 130px;
        margin-top: -40px;
        margin-left: 0px;
    }

    .nav1 {
        display: none !important;
    }

    .banner_1 {
        display: none;
    }

    .title-font {
        font-size: 18px;
    }

    .fontcolorlight {
        font-size: 12px;
    }

    .banner-mobil {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-image: url('../img/telgirisplan.svg');
        background-position: center;
        background-size: cover;
        color: #eef2f1;
        height: 300px;
        max-height: 400px;
        padding: 40px 20px;
        text-align: center;
        margin-top: -40px;
    }

    .title-font {
        display: none;
    }

    .title-font+hr {
        display: none;
    }

    .site_footer {
        height: 200px;
    }
}