@font-face {
    font-family: Iransans;
    src: url("../font/IRANSans.eot"), url("../font/IRANSans.woff"), url("../font/IRANSans.woff2");
    font-display: swap;
}

* {
    box-sizing: border-box;
}

body {
    font-family: Iransans;
    margin: 0;
    background: url('../img/articles/bg_F_gallery_bg_mehrvarzi_20210413.png') no-repeat center/cover fixed;
    font-size: 1rem;
    direction: rtl;
    line-height: 2.2rem;
    text-align: justify;
}

.separator {
    width: 95%;
    border-bottom: solid 1px #959595;
    margin: auto;
}

section {
    padding: 1rem 2rem 3.5rem;
}

.article_title {
    font-size: 20px;
    color: darkblue;
}

.article_sub_title {
    color: rgb(0, 56, 139);
}

.other_articles {
    padding-top: 0;
}

p {
    overflow: auto;
    margin: 2em 0;
    line-height: 2.2rem;
}

.author {
    color: #2700ff;
}

.article_card {
    /* max-width: 400px; */
    /* display: inline-block; */
    color: #4d4d4d;
    padding: 11px;
    box-shadow: 0 1px 4px #979797;
    transition: color 0.3s;
    background: #ffffff;
    margin-bottom: 15px;
    margin: 11px auto;
}

a {
    text-decoration: none;
}

.article_card:hover {
    color: rgb(255, 83, 71);
}

.article_card:hover .show_more {
    color: rgb(255, 83, 71);
}

.show_more {
    font-size: 0.8rem;
    color: #d71313;
    transition: color 0.3s;
}

.show_more img {
    position: relative;
    top: 7px;
    width: 19px !important;
    height: 19px !important;
    display: inline-block !important;
}


/* .owl-theme .owl-dots .owl-dot span {
    background: #e0e0e0;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #00a028;
} */

.article_card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.article_card h3 {
    font-size: inherit;
    height: 30px;
}

.article_card p {
    font-size: 0.9rem;
    margin-bottom: 0;
}

.owl-carousel .owl-item {
    text-align: center;
}

.section_title {
    color: #d71313;
}

.numbering {
    color: red;
    font-size: 1.1rem;
}

.highlight {
    font-style: italic;
    color: red;
    font-size: 1.2rem;
    padding-right: 17px;
}

.inline_image {
    text-align: center;
}

.inline_image img {
    max-width: 100%;
}

footer {
    /* background-color: rgb(43 41 41); */
    background-color: rgb(242 85 73);
    padding: 3rem;
    text-align: center;
    /* color: white; */
}

footer>div {
    margin-bottom: 11px;
}

footer a {
    /* color: white; */
    margin: 7px;
}

footer .design {
    font-size: 0.75rem;
    margin-bottom: 0;
}

footer .design img {
    position: relative;
    top: 9px;
}

@media (min-width:991px) {
    #title-placeholder {
        display: block;
    }
    .container {
        max-width: 90%;
        margin: auto;
    }
    .article_title {
        font-size: 24px;
    }
}

@media (min-width:1199px) {
    .container {
        max-width: 1170px;
    }
    section {
        padding: 3.5rem 1.5rem;
    }
}