@font-face {
    font-family: font;
    src: url(../Vazir/Vazir-Bold-FD.ttf);
}
html,body{
width: 100%;
height: auto;
float: left;
margin: 0;
padding: 0;   
direction: rtl;
}
body *{
    font-family: font;
}
a{
    text-decoration: none;
}
.auto-slider-container{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-direction: column;
    padding-top: 2em;
    padding-bottom: 1em;
    box-sizing: border-box;
}
.m-brand-logo{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
}
.m-brand-logo img{
    width: 100%;
    height: auto;
    float: left;
    aspect-ratio: 2/1;
}