﻿body {
}

@font-face {
    font-family: vazir;
    src: url(../Font/vazir-font/Vazir-Bold.ttf);
}
.messagedownload{
    justify-content:right;    
}
.messagedownload h2{
    vertical-align:middle;
    text-align:center;
    font-family:vazir;
    font-size:1.1em;
}
.boxnamedownload {
    margin-top: 120px;
    justify-content: right;
    padding-top: 15px;
    display: block;
    margin-left: 20%;
    width: 60%;
    min-height: 50px;
    background: #fdbe33;
}
.urlbox {
    margin-top: 50px;
    justify-content: right;
    padding-top: 10px;
    display: block;
    margin-left: 20%;
    width: 60%;
    height: 100px;
    background: #efeeee;
    margin-bottom: 50px;
}
.ProductDownloadpdf {
    display: block;
    margin: 15px auto;
    color: #fff;
    background-color: #ffc107;
    font-family: 'B Homa';
    font-size: 16pt;
    direction: rtl;
    width: 200px;
    padding: 10px;
    border-radius: 25px;
    border: 0;
    text-align: center;
    margin-bottom:200px;
}
  .ProductDownloadpdf:hover {
    background-color: #343a40;
    transition: all ease-in-out .3s;
}