@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/home/bg_D_gallery_bg_mehrvarzi_20210412.png') no-repeat center/cover fixed;
    font-size: 1rem;
    direction: rtl;
}

section {
    padding: 0.5rem 1.5rem 3.5rem;
}

#mask_image {
    width: 50vw;
    height: auto;
}

p {
    overflow: auto;
}

#blog_intro {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}

.blog_description {
    width: 100%;
}

.blog_image {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog_image img {
    width: 53%;
    height: auto;
    padding: 20px;
}

.imaged_section {
    background: url("../img/home/website_autism__lighter_bg_mehrvarzi_20210413.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.column {
    width: 100%;
    padding-bottom: 8vw;
    align-items: center;
}

.three-column:after {
    content: "";
    display: table;
    clear: both;
}

.blog_features {
    display: flex;
    flex-direction: column;
}

.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);
}

.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;
}

.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;
}

.section_title {
    color: #d71313;
}

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;
}

.team .owl-item img {
    width: 150px;
    height: auto;
    margin: auto;
    padding-bottom: 11px;
}

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

@media (max-width:500px) {
    .blog_image img {
        width: 100%;
    }
}

@media (min-width:991px) {
    #title-placeholder {
        display: block;
    }
    .container {
        max-width: 90%;
        margin: auto;
    }
    .blog_features,
    #blog_intro {
        flex-direction: row;
    }
    #mask_image {
        width: 40vw;
        height: auto;
    }
    .blog_image,
    .blog_description {
        width: 50%;
        margin: auto;
    }
    .blog_image img {
        width: 65%;
        height: auto;
    }
    footer .download_buttons {
        padding: 60px 0;
        text-align: center;
    }
    .footer_links a {
        height: 75px;
        display: inline-block;
        margin-right: 13px;
        margin-top: 20px;
    }
    .footer_links a:last-child {
        margin-right: 0;
    }
}

@media (min-width:1055px) {
    #title-placeholder {
        display: block;
    }
    .container {
        /* max-width: 90%; */
        margin: auto;
    }
}

@media (min-width:1199px) {
    .container {
        max-width: 1170px;
    }
    .column {
        display: inline-block;
        width: 40%;
        padding: 2vw;
    }
    .column.blog_image {
        width: 28%;
    }
    .column.blog_image img {
        width: 100%;
    }
    #mask_image {
        width: 20vw;
        height: auto;
    }
    section {
        padding: 3.5rem 1.5rem;
    }
}