/* ============================================ */
/*            Page Section [Start]
/* ============================================ */

html, body{
    height: 100%;
    margin: 0;
}

body {
    background-image: url('/files/blog/background/paper-07.png');
    line-height: 1.8;
    font-family: Darvish;
    font-variation-settings: "wght" 550;
    font-size: 14px;
    color: #271a0c;
}

a {
    text-decoration: none!important;
}

.container {
    margin: 0 auto;
    max-width: 800px;
    height: 100%;
}

.flex-container {
    display: flex;
    flex-flow: column;
    height: 100%;
}

.header-row {
    flex: 0 1 auto;
}

.content-row {
    flex: 1 1 auto;
}

.footer-row {
    flex: 0 1 auto;
}

.header, .content, .footer {
    margin: 20px;
}

.profile-image {
    display: block;
    width: 120px;
    margin: 0 auto 10px auto;
    border: solid white 4px;
    border-radius: 50%;
}

.blog-name {
    margin-bottom: 15px;
    text-align: center;
    line-height: 1;
    font-family: Darvish-Expanded;
    font-size: 18px;
    font-variation-settings: "wght" 600;
}

.menu {
    direction: rtl;
    text-align: center;
    line-height: 1;
    font-size: 12px;
    font-variation-settings: "wght" 600;
}

.menu a {
    color: #271a0c;
}

.menu a:hover {
    color: #0033cc;
}

.index-article {
    margin-bottom: 20px;
}

.index-article:last-child {
    margin-bottom: 0!important;
}

.flex-index-article {
    display: flex;
    flex-flow: row wrap;
    height: 100%;
}

.index-article-banner-block {
    width: 20%;
}

.index-article-text-block {
    width: 80%;
}

.index-article-banner-container {
    height: 100%;
}

.index-article-banner {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: solid 2px white;
    border-radius: 5%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    box-sizing: border-box;
}

.index-article-text-block h1 {
    margin: 2px 0 5px 0;
    padding: 0;
    line-height: 2;
    font-family: Darvish-Condensed;
    font-size: 14px;
    font-variation-settings: "wght" 950;
}

.index-article-text-block h1 a {
    color: #271a0c;
}

.index-article-text-block h1 a:hover {
    color: #0033cc;
}

.index-article-text-block p {
    margin: 0!important;
    padding: 0!important;
}

.index-article-text-block p a {
    color: #271a0c;
}

.index-article-text-block p a:hover {
    color: #0033cc;
}


@media screen and (max-width: 500px) {
    .index-article-banner-block {
        width: 100%;
    }

    .index-article-text-block {
        width: 100%;
    }

    .index-article-banner-container {
        padding: 0!important;
    }

    .index-article-text-block h1 {
        margin: 15px 0 10px 0!important;
        text-align: center;
    }
    
    .index-article {
        margin-bottom: 50px!important;
    }
}

.footer {
    text-align: center;
}

/* ============================================ */
/*             Page Section [End]
/* ============================================ */


/* =================================================== */
/*               Full Content Section [Start]
/* =================================================== */

.content a {
    color: #0033cc;
}

.content a:hover {
    color: #99b3ff;
}

.content p {
    margin: 0 0 15px 0;
    padding: 0;
}

.content strong {
    font-variation-settings: "wght" 800;
    font-size: 13px;
}

.content h2 {
    margin: 0 0 15px 0;
    padding: 0;
    line-height: 2;
    font-family: Darvish-Condensed;
    font-size: 14px;
    font-variation-settings: "wght" 900;
}

.content .ar-block {
    direction: rtl;
    text-align: justify;
}

.content .fa-block {
    font-feature-settings: "ss07" on;
    direction: rtl;
    text-align: justify;
}

.content .en-block {
    direction: ltr;
    text-align: left;
}

/* =================================================== */
/*               Full Content Section [End]
/* =================================================== */