@font-face{
    font-family: IranYekan;
    src:  url('../assets/font/IRANYekanXFaNum-Regular.woff');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    direction: rtl;
    font-family: IranYekan;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.dl-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 1440px;
    width: 100%;
}
.dl-container .logo {
    width: 40px;
    height: 38px;
}
.dl-container .dl-header {
    width: 95%;
    height: 76px;
    max-width: 1180px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1em;
}
.dl-container .dl-header .main-page {
    font-family: IranYekan;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    text-decoration: none;
    color: #121212;
    display: flex;
    align-items: center;
}
.dl-container .dl-header .main-page img {
    margin-right: 8px;
}
.dl-container .dl-body {
    width: 95%;
    min-height: 785px;
    max-width: 1180px;
    margin: 0 auto 3.5em auto;
    background: linear-gradient(255.28deg, rgba(234, 237, 240, 0.6) 0.78%, rgba(240, 232, 233, 0.6) 69.68%, rgba(254, 207, 207, 0.6) 103.88%);
    border-radius: 24px;
    display: flex;
}
.dl-container .dl-body .dl-body-content {
    width: 55%;
    height: 100%;
    font-family: IranYekan;
    font-weight: 800;
    line-height: 32px;
    letter-spacing: 0;
    text-align: right;
    padding: 1em 52px;
}

.dl-container .dl-body .dl-body-content .title-container {
    margin: 1.5em 0 1em 0;
}

.dl-container .dl-body .dl-body-content .title-container .title {
    font-family: IranYekan;
    font-weight: 800;
    font-size: 36px;
    line-height: 56px;
    letter-spacing: 0px;
    text-align: right;

}

.dl-container .dl-body .dl-body-content .text {
    font-family: IranYekan;
    font-weight: 400;
    font-size: 14px;
    line-height: 36px;
    letter-spacing: 0;
    text-align: right;
    margin-top: 1em;
    color: #6E6E6E;
}

.dl-container .dl-body .dl-body-content .application-link {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.dl-container .dl-body .dl-body-content .application-link .ios , .android {
    display: flex;
    flex-direction: column; 
    width: 50%;
}

.dl-container .dl-body .dl-body-content .application-link .ios , .android > .title-container {
    margin-right: 0.5em;
}
.dl-container .dl-body .dl-body-content .application-link a {
    width: 179px;
    height: 58px;
    margin: 8px 0;
}
.dl-container .dl-body .dl-body-content .application-link img {
    width: 179px;
    height: 58px;
    box-shadow: 0 4px 8px 0 #00000040;
    border-radius: 8px;
}


.dl-container .dl-body .dl-body-content .application-link .title-container , .small-title {
    font-family: IranYekan;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: right;
    margin-bottom: 16px;
}

.dl-container .dl-body .dl-body-content .application-link  .small-title {
    display: none;
}

.dl-container .dl-body .dl-body-cover {
    width: 45%;
    padding: 84px 0 53px 0;
    position: relative;
}

.dl-container .dl-body .dl-body-cover img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 509px;
    max-height: 648px;
}

.dl-footer {
    height: 240px;
    width: 100%;
    background-color: #F8F9FA;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 43px;
}

.dl-footer .logo {
    width: 95%;
    max-width: 1172px;
}

.dl-footer .details {
    width: 95%;
    max-width: 1172px;
    display: flex;
    justify-content: space-between;
    margin-top: 1em;
}

.dl-footer .details > * {
    flex: 1;
}

.dl-footer .details .support {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    max-width: 222px;
}

.dl-footer .details .support .tel {
    text-decoration: none;
    color: #6E6E6E;
}

.dl-footer .details .support > *{
    text-decoration: none;
    color: #6E6E6E;
    margin-top: 3px;
    margin-bottom: 18px;
    font-size: 15px;
}

.dl-footer .details .address {
    display: flex;
    align-items: flex-start;
    max-width: 449px;
}
.dl-footer .details .address > p {
    font-family: IranYekan;
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: right;
    font-style: normal;
    color: #6E6E6E;

}

.dl-footer .details .address > img {
    margin-left: 0.5em;
}

.dl-footer .details .social-media {
    display: flex;
    flex-direction: column;
    max-width: 200px;
}

.dl-footer .details .social-media .title {
    margin-bottom: 18px;
    color: #6E6E6E;
    font-family: IranYekan;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: right;

}

.copy-write {
    width: 100%;
    height: 36px;
    margin-top: 1em;
    background: #E3E6EA;
    color: #919191;
    font-family: IranYekan;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dl-footer .details .social-media .link-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dl-container .dl-body .dl-body-content .application-link .android .android-pwa {
    display: none;
}

@media only screen and (max-width: 768px) {
    .dl-container .dl-body {
        border-radius: 0;
        border-bottom-left-radius: 100% 5%;
        border-bottom-right-radius: 100% 5%;
        width: 100%;
        padding-bottom: 106px
    }
    .dl-container .dl-body .dl-body-content .title-container .title {
        font-size: 24px;
    }
    .dl-container .dl-body .dl-body-content > .title-container > .title {
        font-size: 17px !important;
    }
    .dl-container .dl-body .dl-body-content .application-link {
        flex-direction: column;
        justify-content: center;
    }
    .dl-container .dl-body .dl-body-content .application-link  .small-title {
        display: block;
        text-align: center;
        margin-top: 40px;
        margin-bottom: 1em; 
    }

    .dl-container .dl-body .dl-body-content .dl-body-content-description {
        padding: 0 18px;
        text-align: center;
    }

    .dl-container .dl-body .dl-body-content .text {
        text-align: center;
    }
    

    .application-link .title-container {
        display: none;
    }
    .dl-container .dl-body .dl-body-content {
        width: 100%;
    }

    .dl-container .dl-body .dl-body-cover {
        display: none;
    }

    .dl-container .dl-body .dl-body-content .application-link .ios , .android {
        width: 100%;
        align-items: center;
        margin-top: 10.5px;
        background: url("../assets/application-link-container.SVG") center center no-repeat;
        background-size: 100% 100%;  
    }

    .dl-container .dl-body .dl-body-content .application-link .android .android-pwa {
        display: block;
    }

    .dl-container .dl-body .dl-body-content .application-link a {
        width: 212px;
        height: 68px;
        margin: 9px 0;
    }

    .dl-container .dl-body .dl-body-content .application-link img {
        width: 212px;
        height: 68px;
    }

    .dl-container .dl-body .dl-body-content {
        padding: 0;
    }
    .dl-container .dl-body .dl-body-content .application-link .ios, .android > .title-container {
        margin: 0;
    }
    /* Footer */
    .dl-footer {
        background: transparent;
        margin-bottom: 32px;
        position: static;
        margin-top: 2em;
        height: 280px;
        padding: 0;
    }

    .dl-footer .logo > img {
        display: block;
        margin: auto;
        margin-top: 18px;
    }
    
    .dl-footer .details {
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding: 0 56px;
    }

    .dl-footer .details .address {
        order: 2;
        text-align: center;
        margin-bottom: 3em;
    }
    .dl-footer .details .support {
        order: 1;
    }

    .dl-footer .details .social-media {
        order: 3;
        width: 100%;
    }

    .dl-footer .details .support {
        margin: 32px 0;
    }

    .dl-footer .details .social-media .title {
        display: none;
    }
    .copy-write {
        margin-top: 32px;
    }
}
