@font-face {
    font-family: "BTitr";
    font-style: normal;
    font-weight: 400;
    src: url("font/BTitr.eot?#iefix") format("embedded-opentype"), url("font/BTitr.woff") format("woff"), url("font/BTitr.ttf") format("truetype");
}
@font-face {
    font-family: "BNazanin";
    font-style: normal;
    font-weight: 400;
    src: url("font/BNazanin.eot?#iefix") format("embedded-opentype"), url("font/BNazanin.woff") format("woff"), url("font/BNazanin.ttf") format("truetype");
}
@font-face {
    font-family: "BYekan";
    font-style: normal;
    font-weight: 400;
    src: url("font/BYekan.eot?#iefix") format("embedded-opentype"), url("font/BYekan.woff") format("woff"), url("font/BYekan.ttf") format("truetype");
}

html,body{
    font-family: BTitr;
    direction: rtl;
    text-align: right;

}
.zoom{
    transition: transform .2s; /* Animation */
    

}
.zoom:hover{
    transform: scale(1.3); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    filter: none;
    border:1px solid #979393;
    border-radius: 1rem;
    z-index: 1000;
}

#page_title{
    filter: none;
    background-color: #e9e9e9;

}
#page_title:hover{
    s: s;
}