/* kurumsal.css – Kurumsal sayfası özel stilleri */

.kapat {
    position: fixed;
    font-size: 3em;
    right: 40px;
    top: 30px;
    z-index: 3;
    display: block;
    color: #666;
}
.kapat:hover {
    color: #0e3178;
}

.textAlani {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    border: solid 5px #fff;
    padding: 30px;
}

.textAlani p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 12pt;
    color: #666;
    margin-top: 30px;
    line-height: 180%;
    letter-spacing: -0.03em;
    text-align: justify;
}
.textAlani p:first-child {
    margin-top: 0;
}

/* Başlık */
.kurumsalBaslik {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 1.8em;
    color: #666;
    letter-spacing: -0.04em;
    margin: 0;
    margin-bottom: 15px;
    position: relative;
}
.kurumsalBaslik::before {
    content: '';
    width: 60px;
    height: 5px;
    position: absolute;
    top: -15px;
    left: 0;
    background: #666;
    border-radius: 30px;
}

/* İmza kısmı */
.imzaParagraf {
    text-align: right;
    font-weight: 700;
    line-height: 130%;
}

/* Arka plan */
html,
body {
    background: url('../images/detay_bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Alt maden görseli */
.maden {
    width: 100%;
    height: 350px;
    position: fixed;
    bottom: 0;
    background: url('../images/maden.png') no-repeat top center;
    -ms-touch-action: none;
    touch-action: none;
    pointer-events: none;
}

/* EĞER YÜKSEKLİK DÜŞÜK İSE MADEN RESİM SABİTLEME */
@media screen and (max-height: 550px) {
    .maden {
        width: 100%;
        height: 400px;
        position: relative;
        background: url('../images/maden.png') no-repeat top center;
        -ms-touch-action: none;
        touch-action: none;
        pointer-events: none;
    }
}

/* EĞER GENİŞLİK YETER İSE KARELERİ GÖSTER */
@media only screen and (min-width: 992px) {
    .kare1,
    .kare2,
    .kare3,
    .kare4,
    .kare5,
    .kare6 {
        position: fixed;
        border: solid 3px #fff;
        display: block;
        opacity: 0.6;
        -ms-touch-action: none;
        touch-action: none;
        pointer-events: none;
    }

    .kare1 {
        width: 50px;
        height: 50px;
        left: 100px;
        top: 70px;
    }
    .kare2 {
        width: 150px;
        height: 150px;
        right: 200px;
        top: 120px;
    }
    .kare3 {
        width: 50px;
        height: 50px;
        right: 160px;
        top: 50px;
    }
    .kare4 {
        width: 50px;
        height: 50px;
        right: 180px;
        top: 245px;
    }
    .kare5 {
        width: 200px;
        height: 200px;
        left: 220px;
        top: 600px;
    }
    .kare6 {
        width: 50px;
        height: 50px;
        left: 420px;
        top: 800px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    .kapat {
        position: absolute !important;
    }
}
