﻿/*@font-face {
    font-family: 'IRANSansWebFaNum';
    src: url('../fonts/IRANSansWebFaNum.woff') format('woff');
}*/
@font-face {
    font-family: 'IRANSansWebFaNum';
    src: url('/IRANSans-web.woff') format('woff');
}

body {
    font-family: IRANSansWebFaNum;
    direction: rtl;
    background-color: #212121;
}

.dlBox {
    width: 100%;
}

.dlBoxHeader {
    background: #000000;
    width: 100%;
    padding: 8px;
    display: flex;
    align-items: center;
}

.dlImage img {
    width: 80px;
    border-radius: 20px;
    box-shadow: 0px 0px 8px #d50000;
}

.dlInfo {
    margin-right: 20px;
}

    .dlInfo h5 {
        color: #d50000;
        font-size: 20px;
        font-weight: 700;
    }

    .dlInfo h6 {
        color: #d50000;
        font-size: 14px;
        margin-bottom: 0;
    }

.dlFromApps {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.btnApps {
    margin: 0 5px;
    border: 2px solid #E74C3C;
    border-radius: 20px;
    padding: 10px;
    width: 100%;
    box-shadow: 0px 0px 5px #E74C3C;
}

    .btnApps a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        font-size: 20px;
        color: #E74C3C;
    }

        .btnApps a img {
            width: 30px;
        }

.subTitle {
    margin: 20px;
    color: #27AE60;
    font-size: 25px;
    font-weight: 700;
}

.dlFast {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.btnFast {
    margin: 0 5px;
    border: 2px solid #2980B9;
    border-radius: 20px;
    padding: 10px;
    width: 100%;
    box-shadow: 0px 0px 5px #2980b9;
}

    .btnFast a {
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        font-size: 20px;
        color: #2980B9;
    }

        .btnFast a img {
            width: 40px;
            margin-left: 5px;
        }

.dlFaq {
    padding: 20px;
}

.question h5 {
    font-size: 20px;
    color: #3B3663;
}

.qAnswer {
    margin-top: 20px;
    width: 100%;
    display: none;
    padding: 0 30px;
}

.questionQ {
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    width: 100%;
    background: #C0392B;
    padding: 15px;
    color: white;
    border-radius: 10px;
    margin-bottom: 5px;
}

    .questionQ h5 {
        margin-bottom: 0;
    }

.qAnswer p {
    color: #595757;
    font-size: 18px;
    text-align: justify;
    padding-left: 50px;
    line-height: 25px;
}

.qAnswer span {
    background: #186EC8;
    padding: 10px 13px;
    color: white;
    font-weight: 600;
    border-radius: 5px;
    font-size: 20px;
}

.hideQ {
    display: block !important;
}
