
body{
    margin:0;
    padding:20px 30px 30px;
    background:#f7f2e8;
    font-family:Georgia,"Times New Roman",serif;
    color:#2d2d2d;
    line-height:1.9;
}

h1{
    text-align:center;
    color:#6a3d14;
    font-size:2rem;
    line-height:1.15;
    margin-top:0;
    margin-bottom:2px;
}

@media (max-width:600px){

    h1{
        font-size:1.50rem;
        line-height:1.15;
    }

}

.altbaslik{
    text-align:center;
    color:#777;
    margin-bottom:30px;
}

.beyit h2{
    display:inline-block;
    font-size:1.35rem;
    padding-bottom:4px;
    border-bottom:1px solid #d8c7a0;
}

h2.bolum{
    color:#1f3a5f;
    font-size:1.65rem;
    text-align:center;
    margin-top:50px;
    margin-bottom:10px;
}

/* Sayfa yumuşak kaydırma */
html{
    scroll-behavior:smooth;
}

/* Başa Dön */

.basa-don{
    position:fixed;
    right:20px;
    bottom:20px;

    opacity:0;
    visibility:hidden;
    transform:translateY(15px);

    transition:
        opacity .35s ease,
        transform .35s ease,
        visibility .35s;

    z-index:999;
}

.basa-don.goster{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

.basa-don a{
    display:block;

    width:46px;
    height:46px;

    line-height:46px;
    text-align:center;

    text-decoration:none;
    font-size:22px;
    font-weight:bold;

    color:#fff;
    background:#6a3d14;

    border-radius:50%;

    box-shadow:0 2px 8px rgba(0,0,0,.25);

    transition:background .25s, transform .2s;
}

.basa-don a:hover{
    background:#8b5d27;
    transform:translateY(-3px) scale(1.05);
}

.container{
    max-width:900px;
    margin:auto;
}

h1{
    text-align:center;
    color:#6a3d14;
    font-size:2.2rem;
    margin-bottom:5px;
}

.altbaslik{
    text-align:center;
    color:#777;
    margin-bottom:40px;
}

h2{
    color:#6a3d14;
    border-bottom:1px solid #ccb07d;
    padding-bottom:6px;
}

.takdim{

    background:#fffdf8;
    border:1px solid #d7c7a5;
    padding:25px;
    margin-bottom:40px;

}

.beyit{

    background:#fffdf8;
    border:1px solid #d7c7a5;
    padding:25px;
    margin-top:40px;

}

.beyit h2{
    display:inline-block;
    padding-bottom:4px;
    border-bottom:1px solid #d8c7a0;
}

.kaynak{

    text-align:center;
    color:#8b5d27;
    font-weight:bold;
    margin-bottom:25px;

}
/* Kaynakça */

.kaynakca{
    max-width:900px;
    margin:25px auto;
    padding-left:25px;
    line-height:1.9;
}

.kaynakca li{
    margin-bottom:10px;
}

.kaynakca em{
    font-style:italic;
}

.farsca {
    direction: rtl;
    text-align: center;
    font-family: 'TraditionalArabic', serif;
    font-size: 2.4rem;
    line-height: 1.5;
    color: #3a2b18;

    background: #fdfbf5;
    border: 1px solid #e7dcc3;
    border-radius: 8px;
    box-shadow:0 1px 3px rgba(0,0,0,0.05);

    padding: 18px 15px;
    margin: 22px auto;
}

.farsca-icerik{
    display: table;
    margin: 0 auto;
    text-align: right;
    direction: rtl;
}

/* Farsça Yazı Tipi */
@font-face {
    font-family: 'TraditionalArabic';
    src: url('trado.ttf') format('truetype');
    font-display: swap;
}

.okunus{
    font-family: Georgia, "Times New Roman", serif;
    font-style: italic;
    font-size: 1.15rem;
    line-height: 1.8;

    display: table;
    margin: 0 auto;

    text-align: left;
}

.ceviri{
    font-size:1.08rem;
    line-height:1.9;
    margin-top:25px;
    padding:15px;
    background:#faf6eb;
    border-left:5px solid #b78d4a;

}

.anlam{
    text-align:justify;
    line-height:1.9;
}

.dipnot{

    margin-top:20px;
    font-size:0.95em;
    color:#666;

}

/* İçindekiler */
.icerik ul{
    list-style:none;
    padding-left:0;
    margin-left:0;
}

.icerik li{
    margin:8px 0;
}

.icerik a{
    text-decoration:none;
    color:#262e86;
    font-weight:bold;
}

.icerik a:hover{
    text-decoration:underline;
}

h2.bolum {
    color: #1f3a5f;
    font-size: 1.9rem;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 10px;
}

.hazirlayan{
    text-align:center;
    font-size:1rem;
    color:#666;
    margin-top:8px;
    margin-bottom:30px;
    font-style:normal;
}

.bolum-ayrac1{
    border:0;
    border-top:1px solid #d9ccb3;
    width:70%;
    margin:20px auto;
}

.bolum-ayrac2{
    border:0;
    border-top:1px solid #d9ccb3;
    width:50%;
    margin:20px auto;
}

.bolum-ayrac3{
    border:0;
    border-top:1px solid #d9ccb3;
    width:25%;
    margin:20px auto;
}

.eser-amaci{
    max-width:850px;
    margin:25px auto 35px auto;
    padding:12px 18px;

    text-align:center;
    font-style:normal;
    font-size:1rem;
    line-height:1.8;

    color:#5b5145;

    border-top:1px solid #d8ccb4;
    border-bottom:1px solid #d8ccb4;
}
