@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';
    min-height: 100vh;
 display: flex;
 flex-direction: column;
 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;

}
header{
    width: 99%;
    border-radius: 10px;
    border: 1px solid rgba(250, 250, 250, 0.404);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(20px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 5px;
        z-index: 100;
 max-width: 1550px;

}
.row{
    display: flex;
    justify-content: center;
    align-items: center;
}
.cool{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
a{
    text-decoration: none;
    color: white;
    font-weight: 900;
}
.row.log{
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgb(237 237 237);
    padding: 6px;
    font-weight: 900;
    color: black;
    height: 100%;
    box-shadow: 0 0 5px #00000042;
    align-items: center;
    font-size: clamp(13px, 2vw, 20px);
}
span{
    height: fit-content;
}
.serch{
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgb(0, 0, 0);
    padding: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.serch img{
width: 35px;
height: 35px;
}
.g5{
    gap: 8px;
}
.g10{
    gap: 16px;
}
.g3{
    gap: 3px;
}
.logo{
    display: flex;
height: fit-content;
}
.logo img{
    width: 50px;
    height: 50px;
}
main {
    width: 100%;
    max-width: 1550px;
    margin-top: 70px;
    overflow-x: hidden;
    overflow-y: visible;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.slider{
    display: flex;
      -webkit-user-select: none;
  -moz-user-select: none; 
  -ms-user-select: none;     
  user-select: none;       
    width: 100%;
    align-items: center;
    background-size: 400%;
    transition: opacity 0.3s ease; 
}
.slider img{
        z-index: 3;
width: min(305px, 25%);
      max-height: 100%;

}
.slide{
        display: flex;
    align-items: center;
    flex: 0 0 100%;
    height: 100%;
        border-radius: 10px;
    justify-content: center;
    position: relative;
    gap: 100px;
}
.red{
        background-color: rgb(255, 0, 0);
}
.per{
        background-color: rgb(138, 36, 255);
}
.blue{
        background-color: rgb(0, 225, 255);
}
.pink{
        background-color: rgb(255, 0, 170);
}
.slider span {
    color: rgba(0, 0, 0, 0.06);
    font-weight: 900;
    display: flex;
    align-items: center;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    height: auto;
    justify-content: center;
    font-size: clamp(230px, 11vw, 300px);
    position: absolute;
    z-index: 2;
}
.a {
    z-index: 3;
    padding: 5px;
    font-weight: 900;
font-size: clamp(10px, 2vw, 25px);
    background-color: black;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);

}
.slide h2 {
    color: rgb(255, 255, 255);
    font-weight: 900;
    margin: 0;
    font-size: clamp(23px, 4.5vw, 150px);
    z-index: 3;
}
.cool.g20{
    gap: 40px;
}
.grid{
    display: grid;
grid-template-columns: repeat(7, minmax(50px, 1fr));
gap: 20px;
direction: rtl;
}
.grid-wrap{
    width:100%;
    overflow-x:auto;
    direction: rtl;
    overflow-y:hidden;
}

.grid-wrap::-webkit-scrollbar{
    display: none;
}
.grid::-webkit-scrollbar{
    display: none;
}
.gridic{
    display: grid;
    width: 100%;
grid-template-columns: repeat(12, 1fr);
justify-content: center;
align-items: center;
padding-bottom: 10px;
direction: rtl;
overflow-x: auto;
position: relative;
overflow-y: hidden;
}
.gridic::-webkit-scrollbar {
    height: 0px;
}
.gridic::-webkit-scrollbar {
    height: 0px;
}
.gridic::-webkit-scrollbar-track {
    background: transparent;
}

.gridic::-webkit-scrollbar-thumb {
    transition: background 0.3s;
    background: #d4d4d4;
    border-radius: 10px;
}
.gridic:hover::-webkit-scrollbar{
    height: 8px;
}
.gridblog{
    display: grid;
        direction: rtl;
    width: 100%;
grid-template-columns: repeat(4, minmax(50px, 1fr));
gap:10px;
    align-items: self-start;
}
.gridblog img{
    aspect-ratio: 16/9;
    width: 100%;
        object-fit: cover;
    border-radius: 10px;

}
.gridblog h3 {
    font-family: 'IRANYekanX';
    font-size: clamp(12px, 2vw, 18px);
    font-weight: 900;
    direction: rtl;
    margin: 0;
    color: black;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.gridim {
        width: 100%;
    display: flex;
    gap: 15px;
}
.wo {
    border-right: 1px solid #cccccc;
    padding-right: 10px;
    padding-left: 10px;
}
.wo:first-child{
    border: none;
}
.iconsmall{
    width: 34px;
    height: 34px;

}
.iconsmalls{
    width: 34px;
    height: 34px;

}
.iconvsmall{
    width: 25px;
    height: 25px;
}
.iconmed{
        width: 80px;
    height: 80px;
    border-radius: 10px;
}

.title{
    font-family: 'IRANYekanX';
    font-size: clamp(14px,2.5vw,26px);
    font-weight: 900;
}
.title.bl{
    color: rgb(0, 132, 255);
}
.prog{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.alllink{
    color: #0070ff;
        font-family: 'IRANYekanX';
    font-size: clamp(10px,2vw,18px);
    font-weight: 600;
}
.probox{
    display: flex;
    position: relative;
    width: 100%;
        display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    justify-content: center;
}
.platicon{
    width: 20px;
    height: 20px;

}
.proimg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

h2{

    margin: 0;
}
.scla2{
    transform: scaleX(-1);
}
.scla{
    direction: rtl;
}
.probox h2 {
    font-family: 'IRANYekanX';
    font-size: clamp(12px, 2vw, 17px);
    font-weight: 700;
    color: black;
}
.m{
 width: 100%;
}
.b{
    justify-content: space-between;
    direction: ltr;
}
.line{
    width: 100%;
    height: 1px;
    background-color: rgb(201, 201, 201);
}
p{
    margin: 0;
    color: black;
}
.pp{
    font-family: 'IRANYekanX';
font-size: clamp(9px, 2vw, 14px);
    font-weight: 800;
    color: black;
}
.yel{
    border-radius: 10px;
    background-color: #ffd100;
    box-shadow: 0px 0px 10px rgb(255 252 0 / 30%);
    padding: 1px;
}
.perr{
      border-radius: 10px;
      padding: 5px;
    background-color: #4c00ff;
    box-shadow: 0px 0px 10px rgb(55, 0, 255 / 30%);  
}
.gra{
    padding: 5px;
    border-radius: 10px;
    background-color: rgb(116, 116, 116);
    box-shadow: 0px 0px 8px rgba(116, 116, 116, 0.3);
}
.grg{
    padding: 5px;
    border-radius: 10px;
    background-color: rgb(116, 116, 116);
    box-shadow: 0px 0px 8px rgba(116, 116, 116, 0.3);
}
.dir{
    direction: rtl;
}
.mt{
    margin-top: 13.5%;
}
.n{
    position: absolute;
    font-family: 'IRANYekanX';
    font-size: clamp(10px,2.2vw,17px);
    font-weight: 900;
    top: 9px;
    left: 9px;
    border-radius: 10px;
    padding: 4px;
    color: rgb(255, 255, 255);
}
.cp{
        font-family: 'IRANYekanX';
    font-size: clamp(10px,2vw,17px);
    font-weight: 700;
    color: black;
}
.cps{
        font-family: 'IRANYekanX';
    font-size: clamp(12px,2vw,17px);
    font-weight: 700;
    color: rgb(255, 255, 255);
}
.comment{
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    padding: 10px;
    background-color: #0000000f;
    width: 100%;
    height: auto;
    min-height: 200px;
    transition: 0.3s ease;
    flex: 0 0 calc((100% - 16px) / 3);
    border: 1px solid rgb(0 0 0 / 6%);
}
.comment:hover{
    min-height: 230px;

}
.her{
    height: 230px;
    align-items: center;
}
.w{
    width: 100%;
}
.h{
    overflow: hidden;
}
.jno{
    justify-content: start;
}
.midimg{
    border-radius: 10px;
    height: 100%;
    width: 100%;
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
}  
.bg{
    background: linear-gradient(90deg,rgba(0, 132, 255, 0.15),rgb(0, 140, 255));
}
.pg{
    background: linear-gradient(90deg,rgb(255, 0, 234),rgba(255, 0, 255, 0.15));
}
.rg{
    background: linear-gradient(90deg,rgb(255, 0, 0),rgba(255, 0, 0, 0.15));
}
.bbg{
    background: linear-gradient(90deg,rgba(89, 0, 255, 0.15),rgb(76, 0, 255));
}
.midimg img{
    width: 190px;
    z-index: 2;
}
.midh2 {
    font-family: 'IRANYekanX';
    font-size: clamp(18px, 3vw, 36px);
        font-weight: 900;
        z-index: 2;
color: rgb(255, 255, 255);
}
.mida{
        z-index: 3;
        padding: 5px;
            font-weight: 900;
    font-size: clamp(10px,2vw,20px);
    background-color: black;
            border-radius: 10px;
        border: 1px solid rgba(255, 255, 255, 0.2);

}
img{
    background-color: rgba(219, 219, 219, 0.4);
}
.svgw{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15px;
    height: 15px;
}
footer {
  position: relative;
  background: rgb(244, 244, 244);
  margin-top: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
  gap: 40px;
  border-radius: 0 0 10px 10px;
}

.footer-wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
}

.footer-wave svg {
  display: block;
  width: 100%;
  height: 60px;
}
.logoo{
    display: flex;
height: fit-content;
position: absolute;
transform: translateY(-108%);
top: 0;
border: solid 5px white;
border-radius: 100%;
    z-index: 3;
background-color: white;
}
.logoo img{
    width: 60px;
    height: 60px;
}
.gridf{
    width: 100%;
    display: grid;
    place-items: center; 
    direction: rtl;
    align-items: flex-start;
    grid-template-columns: repeat(4,1fr);
}
.fb{
    color: black;
        font-size: clamp(13px,2.1vw,17px);
width: 100%;
direction: rtl;
                font-weight: 900;

}
.fn{
        color: rgb(53, 53, 53);
        width: 100%;
line-height: 1.5rem;
direction: rtl;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
                font-weight: 600;
    font-size: clamp(12px,2vw,16px);
}
.copy{
                    font-weight: 600;
                    color: #0070ff;
    font-size: clamp(11px,2vw,15px);
}
.enamad{
    width: 70px;
    height: 70px;
}
#gghh{
        transition: opacity 0.3s ease; 
}

@media (max-width:1227px){
    .gridic{
        justify-content: start;
    }

}
@media (max-width:1333px){
    .slider span {
font-size: clamp(50px, 14vw, 300px);
}
}
@media (max-width:1180px){

.slider img{
    max-width: 25%;
      max-height: 100%;
    object-fit: contain;
}
}
@media (max-width:1150px){
.iconsmall {
    width: 28px;
    height: 28px;
}
.iconsmalls{
    width: 28px;
    height: 28px;
}
.gra {
    padding: 3px;
}
.perr {
    border-radius: 5px;
    padding: 2px;
}
}
@media (max-width:1100px){
.grid {
    grid-template-columns: repeat(7, 150px);
    gap: 10px;
}
.iconmed {
    width: 70px;
    height: 70px;
}
.midimg img {
    width: 150px;
}
.mida{
        padding: 2px;
}
.comment{
    flex: 0 0 calc((100% - 16px) / 2);
}
}
@media (max-width:865px){
    .grid {
    grid-template-columns: repeat(7, 170px);
}
.g5{
    gap: 5px;
}
.comment{
    flex: 0 0 calc((100% - 5px) / 2);
}
.g10{
    gap: 10px;
}
.cool.g20 {
    gap: 25px;
}

    .midimg img {
    width: 120px;
}
.gridblog {
    grid-template-columns: repeat(2, minmax(50px, 2fr));
    gap: 20px;
}
.platicon {
    width: 17px;
    height: 17px;
}
.logo img {
    width: 40px;
    height: 40px;
}
.serch img {
    width: 30px;
    height: 30px;
}
.row.log {
    padding: 5px;
}
main {
    margin-top: 50px;
    gap: 10px;
}
.wo {
    padding-right: 5px;
    padding-left: 5px;
}
.gridim {
    gap: 10px;
    flex-direction: column;

}
.ri{
    margin-left: 10%;
}
.le{
    margin-right: 10%;

}
.midimg{
    width: auto;
}
}
@media (max-width:695px){
    .gridic:hover::-webkit-scrollbar{
    height: 0px;
}
.probox{
    gap: 4px;
 }
.comment{
    min-height: 150px;
}
.comment:hover{
    min-height: 180px;

}
.her{
    height: 180px;
}
    .svgw {
        width: 7px;
        height: 7px;
    }
.a {
    padding: 2px;
}
.logoo img {
    width: 50px;
    height: 50px;
}
    .midimg img {
        width: 100px;
    }
.iconmed {
    width: 60px;
    height: 60px;
}
body {
 padding: 5px;
}
.gridblog {
    gap: 8px;
}
    .grid {
    grid-template-columns: repeat(7, 140px);
}
.proimg{
    height: 140px;
    width: 140px;
}
    .iconsmall {
        width: 23px;
        height: 23px;
    }
.iconsmall{
        width: 23px;
        height: 23px;
}
.platicon {
    width: 13px;
    height: 13px;
}
    .logo img {
        width: 30px;
        height: 30px;
    }
.serch img {
        width: 20px;
        height: 20px;
    }
.row.log {
    padding: 3px;
}
main{
    margin-top: 50px;
}
}
@media (max-width:600px){
    
     .cool.g20 {
        gap: 10px;
    }
    .comment {
        min-height: 120px;
        flex: 0 0 calc((100%) / 1);

}
    .perr {
        border-radius: 5px;
    }
    .gra{
            border-radius: 5px;
    }
.comment:hover{
    min-height: 140px;

}
.her{
    height: 140px;
}
    .grid {
    grid-template-columns: repeat(7, 120px);
     gap: 8px;
}
.proimg{
    height: 120px;
        width: 120px;

}
.iconsmall{
    width: 15px;
    height: 15px;

}
.iconsmalls{
    width: 20px;
    height: 20px;

}
.platicon {
    width: 11px;
    height: 11px;
}
.row.log{
    border-radius: 5px;
   }
    .iconmed {
        width: 50px;
        height: 50px;
    }
 
    .g10{
        gap: 8px;
    }
}
@media (max-width:500px){
.slide {
gap: 40px;
    }

.gridf {
    row-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}

}
@media (max-width:400px){
    .midimg img {
        width: 90px;
    }
.gridblog {
    overflow-x: auto;
    grid-template-columns: repeat(4,170px);
    gap: 5px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.grid::-webkit-scrollbar{
    display: none;
}
    .grid {
    grid-template-columns: repeat(7, 100px);
}
.proimg{
    height: 100px;
        width: 100px;

}
}