@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/about/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/about/bg_a_bg_mehrvarzi_20210412.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;
}

.show_more {
    text-decoration: none;
    display: block;
    color: #ff6666;
    transition: color 0.2s;
    border-bottom: solid 1px #ff6666;
    width: fit-content;
}

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

.show_more:hover {
    color: #ff0000;
}

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

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

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