@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/eot/IRANSansWeb(FaNum)_Black.eot");
    src: url("../fonts/eot/IRANSansWeb(FaNum)_Black.eot?#iefix") format("embedded-opentype"),
        /* IE6-8 */
        url("../fonts/woff2/IRANSansWeb(FaNum)_Black.woff2") format("woff2"),
        /* FF39+,Chrome36+, Opera24+*/
        url("../fonts/woff/IRANSansWeb(FaNum)_Black.woff") format("woff"),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url("../fonts/ttf/IRANSansWeb(FaNum)_Black.ttf") format("truetype");
}

body,
html {
    display: block;
    margin: 0px !important;
    font-family: IRANSans !important;
    direction: rtl;
    font-size: 12.5px;
    height: 100%;
    text-align: right;
    min-height: 100%;
}

.update-img {
    width: 50%;
}

.h-80 {
    height: 80vh;
}

.d-main-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 767px) {
    .update-img {
        width: 80%;
    }
}

@media (max-width: 600) {
    .update-img {
        width: 85%;
    }
}