/* 
body{
    background-color: #F6F1E9;
}

.nav1{
    background-color: #FFD93D;
    height: 25px;
    padding: 15px;
    border-radius: 10px;
}
.an{
    padding: 10px;
   text-decoration: none;
   color: #4F200D;
   font-size: large;
}
.cardo{
    border: solid #FF9A00 2px;
    border-radius: 10px;
    height: 300px;
}
.imgh{
    width: 100%;
    height: 80%;
    object-fit: cover;
    border-radius: 8px;
} */

@font-face {
    font-family: 'vazir thin';
    src: url(fonts/vazir-thin.ttf);
}
@font-face {
    font-family: 'vazir light';
    src: url(fonts/vazir-light.ttf);
}
@font-face {
    font-family: 'vazir';
    src: url(fonts/vazir.ttf);
}
@font-face {
    font-family: 'vazir medium';
    src: url(fonts/vazir-medium.ttf);
}
@font-face {
    font-family: 'nastaliq';
    src: url("../fonts/IranNastaliq.ttf");
}
.nav-12{
    margin: -12px;
}

.a-n{
    font-size: 20px;
    font-weight: 400;
    font-family: 'vazir';
}
.med-font{
    font-family: 'vazir';
}
.nav-tit{
    display: flex;
    font-size:50px;
    font-family:'nastaliq';
    align-items: center;
    /* font-weight: 500; */
}
.cards-div{
    display: flex;
    margin: 10px;
    margin-top: 0px;
        
}
.cards-font{
font-family: 'vazir';
}
.img-1{
    height: 400px;

}
