@font-face {
    font-family: 'IranNastaliq';
    src: url('fonts/IranNastaliq.eot?#') format('eot'),
        url('fonts/IranNastaliq.ttf') format('truetype'),
        url('fonts/IranNastaliq.woff') format('woff');
}
body{margin-top: 70px;margin-left: 20px;background-color: rgb(221, 221, 221);}
.grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 30px;
    column-gap: 10px;

}
.header{
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    background-color: rgb(255, 255, 255);
    height: 50px;
    border-style: solid;
    border-color: rgb(223, 220, 220);
    border-width: 1px;
    z-index: 120;
}
.w{display: flex;flex: 1; margin-left: 20px;}
.w5{display: flex;
    flex: 1;
    margin-right: 20px;direction: rtl;}
.l1{text-align: center; color: rgb(4, 56, 4); font-weight: bold;}
.a1{text-decoration: none;color: rgb(0, 0, 0);font-size: 20px;font-weight: bold;}
.s{height: 40px;width: 50px;background-color: rgb(193, 207, 114);margin-right: 2px;
border-style: none;border-radius: 5px;}
.a25{width: 50px;text-decoration: none;
    color: rgb(17, 87, 3);font-family: 'IranNastaliq';
    font-size: 20px;font-weight: bold;}
.q{height: 30px;width: 30px;border-radius: 100%;}
.abs{position: absolute;right: 0;top: 0;
background-color: red;color: white;
text-align: center;
border-radius: 100%;width: 15px;height: 15px;font-size: 13px;
}
.im{
    width: 280px;
    height: 180px;
    border-radius: 5px;
}
.asli{background-color: rgb(255, 255, 255);padding:8px;border-radius: 5px;}
.asli:hover{opacity: 0.8;transition: 1s;}
.sub{width: 90px;height: 60px;background-color: rgb(1, 88, 1);color: rgb(255, 255, 0);
font-size: 30px;font-family: 'IranNastaliq';padding: 0;margin:15px;font-weight: bold;border-style: none;
border-radius: 5px;
}
.zz{display: none;border-style: none;}
