/**
 * Copyright (c) 2026. 
 * Author : Omid Mohammad Motefakerian
 * Phone : 09100580235
 * Email : omidmot2008@gmail.com
 * Site : https://www.marketprogram.ir
 * Last Modified : ۲۰۲۶/۱/۵،‏ ۱۹:۳۰
 * Created at : ۲۰۲۶-۱-۵ ۱۹:۳۰:۲
 * Version : 
 *
 **/
@import 'material_color.css';
*{
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: 'dirooz';
    src:url('../fonts/Dirooz.ttf')format('truetype'),
    url('../fonts/Dirooz.woff')format('woff'),
    url('../fonts/Dirooz.woff2')format('woff2'),
    url('../fonts/Dirooz.eot?#iefix')format('embedded-opentype');

}
@font-face {
    font-family: 'dirooz';
    src:url('../fonts/Dirooz-FD.ttf')format('truetype'),
    url('../fonts/Dirooz-FD.woff')format('woff'),
    url('../fonts/Dirooz-FD.woff2')format('woff2'),
    url('../fonts/Dirooz-FD.eot?#iefix')format('embedded-opentype');
}
body{background-color: #f5f6fa !important;font-family:dirooz !important;}
.py-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
footer{
    margin-top: 55px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer a {
    color: #526171;
    text-decoration: none;
    transform: .5s;
}
.title-card{
    min-height: 120px;
    font-size: 28px;
    font-weight: 800;
}
.card-m{
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
}
.map_link{
    padding: 16px;
    border-radius: 0 0 10px 10px;
}
.map_div{
    position: relative;
    bottom: -9px;
    z-index: 5;
    overflow: hidden;
}
.logo-top-right{
    position: absolute;
    top: 2%;
    left: 86%;
}
.logo-bottom-right{
    position: absolute;
    width: 15px;
    height: 15px;
    margin: 4.6px 36.1px 15px 6.1px;
    border: 2.1px solid rgba(255,255,255,.29);
    border-radius: 50%;
    top: 69%;
    left: 79%;
}
.logo-top-left{
    position: absolute;
    width: 15px;
    height: 15px;
    margin: 4.6px 36.1px 15px 6.1px;
    border: 2.1px solid rgba(255,255,255,.29);
    border-radius: 50%;
    top: 12%;
    left: 15%;
}
.logo-bottom-left{
    position: absolute;
    top: 62%;
    left: 6%;
}
.m-button{
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0,0,0,.11);
    font-family: iranyekan;
    transition: .2s;
    border-radius: 10px;
    padding: 15px 40px;
}
.my-red{
    background-color: rgb(237, 0, 0);
    color : white;
}
.my-red:hover{
    background-color: rgb(237, 0, 0);
    color : white;
}
.my-blue{
    background-color: rgb(17, 30, 224);
    color : white;
}
.my-blue:hover{
    background-color: rgb(17, 30, 224);
    color : white;
}
.my-pink{
    background-color: rgb(224, 16, 129);
    color : white;
}
.my-pink:hover{
    background-color: rgb(224, 16, 129);
    color : white;
}
.my-orange{
    background-color: rgb(228, 121, 74);
    color : white;
}
.my-orange:hover{
    background-color: rgb(228, 121, 74);
    color : white;
}
.my-green{
    background-color: #0aad47;
    color : white;
}
.my-green:hover{
    background-color: #0aad47;
    color : white;
}
.title-tel{
    padding-left: 8px;
}