@font-face {
  font-family: 'IRANYekanX';
  src: url('https://ozvfa.com/font/IRANYekanXVF.woff2') format('woff2'),
       url('https://ozvfa.com/font/IRANYekanXVF.woff') format('woff');
  font-weight: 10 1000;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

body {
      -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
 font-family: 'IRANYekanX';
 height: fit-content;
 display: flex;
 flex-direction: column;
 justify-content: center;
 max-width: 1550px;
 margin: auto;
 padding: 10px;
}
main,html, body {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
main::-webkit-scrollbar,
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
    width: 0;

}
main::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
background: transparent;

}
main{
    width: 100%;
         max-width: 1550px;
    margin-top: 70px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-height: 80vh;
}
img{
    background-color: rgba(219, 219, 219, 0.4);
}
.grid{
    display: grid;
    width: 100%;
grid-template-columns: repeat(7, minmax(50px, 1fr));
gap: 20px;
    overflow-x: auto;
    overflow-y: hidden;
direction: rtl;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.probox{
    display: flex;
    position: relative;
    width: 100%;
        display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    justify-content: center;
}
.proimg{
aspect-ratio: 1/1;
width: 100%;
}
.m{
 width: 100%;
}
h2{

    margin: 0;
}
.probox h2 {
    font-family: 'IRANYekanX';
    font-size: clamp(12px, 2vw, 17px);
    font-weight: 700;
    color: black;
}
p{
    margin: 0;
    color: black;
}
.b{
    justify-content: space-between;
    direction: ltr;
}
.pp{
    font-family: 'IRANYekanX';
font-size: clamp(9px, 2vw, 14px);
    font-weight: 800;
    color: black;
}
.mt{
    margin-top: 13.5%;
}
.platicon{
    width: 20px;
    height: 20px;

}
#a{
    width: 100%;
        font-family: 'IRANYekanX';
font-size: clamp(14px, 2vw, 20px);
font-weight: 800;
    outline: none;
border: none;
    padding: 9px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}
a{
    text-decoration: none;
    color: white;
    font-weight: 900;
}
.small{
    width: 47px;
    height: 47px;
    background: rgb(0, 0, 0);
    border-radius: 10px;
}
.gg{
    width: 100%;
    border-radius: 10px;
    direction: rtl;
}
.fv {
    color: black;
    font-size: clamp(16px, 2vw, 24px);
    width: 100%;
    direction: rtl;
    font-weight: 900;
}
.flex{
    padding: 5px;
    border-radius: 5px;
}
.flex:hover{
    background: rgb(185, 185, 185);
    .fv{
    color: rgb(255, 255, 255);
}
}
@media (max-width:1200px){
.grid{
    display: grid;
    width: 100%;
grid-template-columns: repeat(7, minmax(50px, 1fr));
}
}
@media (max-width:1000px){
.grid{
    display: grid;
    width: 100%;
grid-template-columns: repeat(6, minmax(50px, 1fr));
}
}
@media (max-width:865px){
.grid {
    grid-template-columns: repeat(5, minmax(50px, 1fr));
    gap: 10px;
}
.platicon {
    width: 17px;
    height: 17px;
}
.small {
    width: 44px;
    height: 44px;
}


}
@media (max-width:695px){
    .small {
        width: 41px;
        height: 41px;
    }
.platicon {
    width: 13px;
    height: 13px;
}
main{
    margin-top: 50px;
}
}
@media (max-width:600px){
    #a{
    padding: 8px;
}
    .grid {
    grid-template-columns: repeat(4, minmax(50px, 1fr));
}
.platicon {
    width: 11px;
    height: 11px;
}
.small {
        width: 35px;
        height: 35px;
    }
}
@media (max-width: 500px) {
    .grid {
    grid-template-columns: repeat(3, minmax(50px, 1fr));
}
}
@media (max-width: 400px) {
    .small {
        width: 33px;
        height: 33px;
    }
    #a{
    padding: 7px;
}
}