@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', sans-serif;
  font-weight: 500;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  background: white;
  align-items: stretch;
  justify-content: flex-start;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 8px;
  margin: 0;
}
main{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 18px;
}
.sk,.sks{
  width: 100%;
    background: linear-gradient(90deg, rgb(233, 233, 233), rgb(218, 218, 218), rgb(233, 233, 233));
  background-size: 200% 100%;
  animation: jl 1.5s infinite;
  border-radius: 20px;
}
.gk{
    width: 100%;
}
@keyframes jl{
  0% {background-position: 200% 0;}
  100% {background-position: -200% 0;}
}
.sks{
height: 100%;
}
.sk{
  aspect-ratio: 1/1;
}
/* Header */
.site-header {
  position: fixed;
  width: 100%;
  max-width: 1700px;
  height: 70px;
   z-index: 10;
  display: flex;
background: rgb(255, 255, 255);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
margin:0 auto;
padding:5px;
left: 0;
right: 0;
}

.header-bar {
  width: 100%;
  height: 100%;
}

 
.login-button {
  font-weight: 700;
}
.header-content{
display: flex;
height: 100%;
padding: 0 10px;
align-items: center;
justify-content: space-between;
}
.login-button {
  padding: 10px;
  width: 90px;
  background: black;
  color: white;
  border-radius: 20px;
  text-align: center;
  font-size: 14px;
      font-weight: 700;
}

.brand-logo,.nnn {
  width: 50px;
  height: 50px;
}
#serch{
  width: 800px;
  background: #f4f4f4;
  border: none;
  border-radius: 10px;
  color: rgb(0, 0, 0);
  font-size: clamp(12px,2vw,20px);
    padding: 10px;
    direction: rtl;
    text-decoration: none;
    outline: none;
     font-family: 'IRANYekanX', sans-serif;
  font-weight: 500;
  width: 100%;
}

.nn {
  position: relative;
  width: 100%;
  flex: 1;
    margin: 0 10%;
    display: flex;
    gap: clamp(5px,1vw,10px);
      background: #f4f4f4;
      border-radius: 10px;
}

#sug {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #ffffffd0;
  direction: rtl;
  border-radius: 8px;
  max-height: 300px;
  overflow-y: auto;
  z-index: 999;
 scrollbar-width: none; 
 display: flex;
 flex-direction: column;
 gap: clamp(4px,1vw,8px);
} 
#sug::-webkit-scrollbar { display: none;
 }

.su{
  padding: 5px;
    display: flex;
    align-items: center;
    gap: clamp(5px,2vw,8px);
  cursor: pointer;
    font-size: clamp(12px,2vw,20px);
}
.su:hover{
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
/* .brand-name {
  right: 20px;
  font-size: 18px;
 font-family: 'IRANYekanX', sans-serif;
  font-weight: 700;
} */
.bar-bar{
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: space-around;
}
.bar-bars img{
  width: 50px;
}
.bar-bars{
height: 50px;
}
.bar-sec{
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 98%;
  max-width: 1650px;
  z-index: 10;
  transform: translateX(-50%);
  border-radius: 20px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  margin-bottom: 5px;
  background-color: #ffffff70;

  display: flex;
}
.weq{
  overflow: hidden;
  width: 100%;
  max-width: 1650px;
  display: flex;
  margin: auto;
   border-radius: 10px;
}
.rew{
  display: flex;
  flex-direction: row;
width: 100%;
    animation: slide 100s infinite ease-in-out;
}
@keyframes slide {
  0%   { transform: translateX(0); }
  50% { transform: translateX(calc(-400% - 20px)); }
  100% {transform:translateX(0)}
}
.toprew{
    width: 100%;
      display: flex;
      align-items: center;
      direction: rtl;
      gap: 10px;
}
.c{
    display: flex;
    padding: 10px;
        background-color: rgb(240, 240, 240);
  border-radius: 10px;
  flex-direction: column;
  width: 100%;
  gap: 10px;
  direction: rtl;
}
.c.mai{
flex: 0 0 50%;
margin-right:10px ;
}
.mtna{
  direction: rtl;
    font-size: clamp(11px,2vw,16px);
    color: black;
    font-weight: 700;
}
.ptic{
  width: 35px;
}
.line{
  width: 100%;
  border-top:1px solid rgba(165, 165, 165, 0.336) ;
}
.stic{
    width: 25px;

}
.toprewa{
    width: fit-content;
        background-color: #3f00ff;
    color: #ffffff;
    box-shadow: 0 0 10px #3300ff6b;
      display: flex;
      align-items: center;
          padding: 5px;
      direction: rtl;
          border-radius: 10px;
}
.toprewr{
    width: fit-content;
        background-color: #ffe600;
    color: #ffffff;
    box-shadow: 0 0 10px #ffee0083;
      display: flex;
      align-items: center;
          padding: 5px;
      direction: rtl;
          border-radius: 10px;
}
.frew.bla{
      background-color: #c9c9c9;
    box-shadow: 0 0 10px #c7c7c76b;
        font-weight: 700;
}
.frew{
    font-weight: 900;
    font-size: clamp(12px, 2vw, 16px);
    color: #ffffff;
    padding: 8px;
    border-radius: 10px;
}
/* Slider1 */
.moshavere {
    display: flex;
      width: 100%;
  max-width: 1650px;
  height: 400px;
        margin: auto;
        align-items: center;
        gap: 20px;
}
.clonmosh{
  display: flex;
      width: 100%;
  height: 100%;
        margin: auto;
        align-items: center;
            border-radius: 20px;
background-color: rgba(240, 240, 240, 0.336);
}
.slider-moshavere{
  width: 50%;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.418);
}
.slider-moshavere img {
  width: 100%;
    height: 100%;
  object-fit: cover;
      border-radius: 20px;

}
.mainplatb{
    width: 50%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.mainplatb .matnsec{
  direction: rtl;
  line-height: 1.8;
}
.trust-section .matnsec{
text-align: center;
}
/* Slider2 */
.hero-slider {
  margin: 75px auto 0;
  width: 100%;
  max-width: 1650px;
  height: 450px;
  overflow: hidden;
  position: relative;
    border-radius: 20px;
}

.slider-track {
  display: flex;
  width: 400%;
  height: 100%;
  animation: slideLoop 20s infinite;
}

.slider-track img {
  width: 25%;
  height: 100%;
  object-fit: cover;
}

@keyframes slideLoop {

  0%   { transform: translateX(0%); }
  20%  { transform: translateX(0%); }
  30%  { transform: translateX(-25%); }
  45%  { transform: translateX(-25%); }
  55%  { transform: translateX(-50%); }
  70%  { transform: translateX(-50%); }
  80%  { transform: translateX(-75%); }
  95%  { transform: translateX(-75%); }
  100% { transform: translateX(0%); }
}

.social{
  display: flex;
  width: 100%;
    max-width: 1450px;
  gap: 20px;
  margin: auto;
}
.social img{
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.social a{
  width: 100%;
}
/* black */
.black {
        -moz-font-feature-settings: "ss04";
    -webkit-font-feature-settings: "ss04";
    font-feature-settings: "ss04";
    width: 100%;
    height: 100%;
    display: flex;
    font-size: 24px;
    background: rgba(0, 0, 0, 0.315);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: white;
    position: absolute;
    font-family: 'IRANYekanX';
    font-weight: 600;
    transform: rotate(-45deg);
    justify-content: center;
    align-items: end;
    left: -80%;
    top: -73%;
}
/* Sections */
.service-section {
  width: 100%;
  max-width: 1650px;
  margin: 0 auto;
  border-radius: 20px;
  direction: rtl;
}

.section-header {
  display: flex;
  gap: 10px;
  align-items: center;
}
.section-headers {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

.section-icon {
  object-fit: contain;
  width: 48px;
  height: 48px;
}
h2.section-title{
  font-size: 26px;
  display: block;
 font-family: 'IRANYekanX', sans-serif;
  font-weight: 700;
  direction: rtl;
  margin: 0;
  margin-top: 5px;
}
 h4.section-titleb  {
      font-size: 18px;
  display: block;
 font-family: 'IRANYekanX', sans-serif;
  font-weight: 600;
  direction: rtl;
  margin: 0;
  padding: 0 5px;
  margin-top: 5px;
  overflow: hidden;

  }
 h3.section-titles  {
      font-size: 20px;
  display: block;
 font-family: 'IRANYekanX', sans-serif;
  font-weight: 700;
  direction: rtl;
  margin: 0;
  margin-top: 5px;
  }
  .section-header a  {
  font-size: 15px;
  margin-top: 6px;
  }
/* Gallery */
.service-gallery {
  display: flex;
  gap: 30px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-top: 8px;
  scrollbar-width: none;
}

.kop {
  flex: 1 0 220px;
}
.service-gallery::-webkit-scrollbar{
  display: none;
}
ul li{
  margin-bottom: 8px;
}
h5{
      font-size: 15px;
    font-weight: 700;
}
h6{
      font-size: 13px;
    font-weight: 700;
}
.service-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
ul li{
  margin-bottom: 8px;
}
/* how send order */
.sendorder{
    width: 100%;
  max-width: 1650px;
  margin: 0 auto;
  border-radius: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
  direction: rtl;
    flex-direction: column;
}
.order-step{
    display: flex;
        flex-direction: row;
        gap:10px;
}
.learn-step{
    display: flex;
    width: 33%;
        flex-direction: column;
  background: rgba(199, 199, 199, 0.336);
  border-radius: 20px;
  padding: 10px;
}

/* trust */
.t-icon{
  width: 48px;
 height: 48px;
}
.trust-section {
  width: 100%;
  max-width: 1650px;
  margin: 0 auto;
  border-radius: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
  direction: rtl;
    flex-direction: column;
}
.trust-icon {
  gap: 5px;
display: flex;
flex-direction: column;
  align-items: center;
  text-align: center;
}
.matnsec {
display: flex;
flex-direction: column;
 font-family: 'IRANYekanX', sans-serif;
  font-weight: 600;
  font-size: 18px;
  margin: 0;
}

.mainplatb h2{
  margin: 0;
}

/* بلاگ */
.blog{
display: grid;
grid-template-columns: repeat(2,minmax(50px,2fr));
  width: 100%;
  gap: 7px;
}
.blogplat a{
  display: flex;
  color: black;
  flex-direction: column;
  background-color: #eeeeee36;
  width: 100%;
    height: 100%;
  border-radius: 10px;
  padding: 5px;

}
.blogimg img{
  align-content: start;
  justify-content: center;
  width: 100%;
  border-radius: 20px;
}
.trymybest{
display: grid;
grid-template-columns: repeat(4,minmax(50px,1fr));
width: 100%;
max-width: 1650px;
height: auto;
gap: 15px;
margin: auto;
}
.telplat{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.insplat img,.telplat img{
width: 100%;
  border-radius: 20px;
}
.telplat a{
  display: flex;
  height: fit-content;
  width: fit-content;
}
.blog-fu{
  margin: 5px 0;
  display: flex;
  width: 100%;
  margin-top: auto;
  justify-content: space-between;
  padding: 20px;
  padding-top: 40px;
  padding-bottom: 15px;
}
.fu_try{
  display: flex;
  gap: 5px;
align-items: center;
height: 10px;
border-radius: 5px;
padding: 10px 5px;
}

.fu_try img{
  width: 20px;
}
.trust-header {
  display: flex;
  gap: 10px;
  align-items: center;
}
.trust{
    display: flex;
  flex-direction: row;
  background: rgba(245, 245, 245, 0.336);
  border-radius: 20px;
  gap: 40px;
  padding-right: 10px;
  padding-left: 10px;
    padding-bottom: 10px;
}
.star-rating {
  display: flex;
  direction: ltr;
  justify-content: flex-start;
  gap: 4px;
}
.review-rating {
  display: flex;
  direction: rtl;
  gap: 4px;
font-size: clamp(8px, 8px + 1vw, 20px);
}
.star-icon {
  width: 32px;
  height: 32px;
}

/* Footer */
.site-footer {
  display: flex;
  background: #f5f5f5;
  border-radius: 15px;
  font-size: 15px;
  direction: rtl;
  width: 100%;
  max-width: 1650px;
          margin: auto;
          flex-direction: column;
}
.copy-right{
         margin: auto;
  }

.enamad{
  width: 80px;
  height: 80px;
}
.lists{
    display: flex;
  direction: rtl;
flex-direction: row;
}
.links{
    width: 50%;
  padding: 10px;
    padding-right: 30px;

}
.fu{
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.imm,.im{
  display: flex;
  gap: 5px;
  font-size: 15px;
  font-weight: 700;
  align-items: center;
  color: black;
    direction: ltr;
}
.im{
  font-size: 16px;
}
.mad{
  padding-top: 7px;
}
.imm img{
width: 20px;
}
.im img{
width: 20px;
height: 20px;
}
h3.ona{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 20px;
 font-family: 'IRANYekanX', sans-serif;
  font-weight: 700;
  color: black;
  margin: 0;
}
.imm{
  direction: rtl;

  padding: 8px 0;
}

.kop{
  display: flex;
  flex-direction: column;
 width: 100%;
 border-radius: 30px;
 position: relative;
 overflow: hidden;
 transition: all 0.4s ease;
}
.kop:hover{
  background: #f6f6f6;
}
a{
  text-decoration: none;
  color: rgb(94, 94, 94);
}
.hero-slider a{
  display: block;
  width: 100%;
}
.service-gallery a{
  display: inline-block;
  padding: 0;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
}
.hero-slider img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.links ul{
  list-style:none;
    padding: 0;
}
.listss{
      width: 100%;
  display: flex;
flex-direction: row;
}
/* Responsive */
@media (max-width: 1450px) {
.social{
  gap: 10px;
}
}
@media (max-width: 1300px) {

  .hero-slider,.moshavere{
    max-width: 1300px;
    height: 400px;
  }
    .imm{
  font-size: 15px;
}
.im{
  font-size: 16px;
}
.moshavere {
        gap: 10px;
}
.mad{
  padding-top: 5px;
}
.imm img{
width: 20px;
}
.im img{
width: 20px;
height: 20px;
}
h3.ona{
  font-size: 18px;
}
  .service-gallery {
    max-width: 1300px;
  }
  .kop {
  flex: 1 0 220px;
}
  .black{
    font-size: 22px;
  }
}

@media (max-width: 1125px) {
  .kop {
  flex: 0 0 200px;
}
  .hero-slider,.moshavere {
    max-width: 1100px;
    height: 300px;
  }
  .moshavere {
flex-direction: column;
    height: auto;
  }
  .service-gallery {
    max-width: 1100px;
      gap: 20px;

  }
  .slider-moshavere{
  width: 300px;
}
.mainplatb{
  width: calc(100% - 300px);
}
}
@media (max-width: 1000px) {

.bar-bars img{
  width: 45px;
}
.bar-bars{
height: 45px;
}
    .trymybest{
gap: 12px;
grid-template-columns: repeat(2,minmax(50px,2fr));

}
}
@media (max-width: 870px) {
  .frew{
    padding: 5px;
}
  .ptic{
  width: 25px;
}
.stic{
    width: 15px;

}
  .kop {
  flex: 0 0 180px;
}
  .hero-slider,.moshavere {
    max-width: 850px;
    height: 250px;
  }
  .slider-moshavere{
  width: 200px;
   height: 200px;
}
.moshavere {
    height: auto;
  }

.mainplatb{
  width: calc(100% - 200px);
}
.mainplatb{
    padding: 5px;
}
.bar-bars img{
  width: 40px;
}
.bar-bars{
height: 40px;
}
  .service-gallery {
    max-width: 850px;
  }

  h2.section-title {
    font-size: 20px;
  }
   .matnsec,h3.section-titles  {
    font-size: 17px;
  }
  h4.section-titleb{
    font-size: 15px;
  }
    .section-header a  {
  font-size: 13px;
  }
  .section-icon {
    width: 32px;
    height: 32px;
  }
  .order-step{
        flex-direction: column;

}
  .black{
    font-size: 18px;
  }
.sendorder{

  gap: 3px;}
.learn-step{
  width: 100%;
}
  .imm,.im{
  font-size: 12px;
  gap: 2px;
}
.im{
  font-size: 13px;
}
.imm img{
width: 15px;
}
.im img{
width: 15px;
height: 15px;
}
h3.ona{
  font-size: 15px;
}
  main{
  gap: 10px;
}
.blog-fu{
  padding: 10px;
  padding-top: 30px;
  padding-bottom: 10px;
}
main{
  margin-bottom: 12px;
}
}
@media (max-width: 880px) {
/* .blog{
  /* flex-direction: column; */
/* } */ 
}
@media (max-width: 745px) {
    .kop {
  flex: 0 0 160px;
}
        .social{
  gap: 5px;
}

  .hero-slider,.moshavere {
    max-width: 730px;
    height: 200px;
  }
   .slider-moshavere{
  width: 150px;
   height: 150px;
}
.moshavere {
    height: auto;
  }

.mainplatb{
  width: calc(100% - 150px);
}
.mad{
  padding-top: 3px;
}
.lists{
flex-direction: column;
}
.bar-bars img{
  width: 35px;
}
.bar-bars{
height: 35px;
}
.listss{
  display: flex;
flex-direction: row;
}
.links{
    width: 50%;
  
  }
  .service-gallery {
    max-width: 730px;
    gap: 15px;
    }
.blogimg img{
  border-radius: 8px;
}
.insplat img,.telplat img{
  border-radius: 10px;
}

}

@media (max-width: 625px) {
    .kop {
  flex: 0 0 130px;
}
  main{
  gap: 5px;
}
  .hero-slider{
    max-width: 610px;
    height: 160px;
    margin-top: 45px;
  }
  .moshavere{
        max-width: 610px;
    height: auto;
  }
  .login-button {
    width: 60px;
    font-size: 12px;
    padding: 3px;
}
  .site-header {
    height: 40px;
  }
.brand-logo,.nnn {
  width: 30px;
  height: 30px;
}

  .brand-name {
    font-size: 15px;
  }
  .fu_try img{
  width: 10px;
}
.blog-fu{
  padding: 5px;
  padding-top: 20px;
  padding-bottom: 5px;
}
  .service-gallery {
    max-width: 610px;
  }
  .black{
    font-size: 15px;
  }
  .section-icon {
    width: 18px;
    height: 18px;
  }
.bar-bars img{
  width: 30px;
}
.bar-bars{
height: 30px;
}
  .section-header {
    gap: 2px;
  }
.trust-header {
    gap: 2px;
  }
  h2.section-title{
    font-size: 17px;
  }
   .matnsec,h3.section-titles  {
    font-size: 14px;
  }
  h4.section-titleb{
    font-size: 12px;
    margin: 0;
  }
    .section-header a  {
  font-size: 12px;
  }
  .t-icon{
  width: 32px;
 height: 32px;
}
h6{
      font-size: 10px;

}
  h5{
    font-size: 12px;
  }
  .imm,.im{
  font-size: 10px;
  gap: 2px;
}
.im{
  font-size: 11px;
}
.kop{
  border-radius: 10px;
}
.mad{
  padding-top: 5px;
}
.imm img{
width: 13px;
}
.im img{
width: 13px;
height: 13px;
}
h3.ona{
  font-size: 12px;
}
.fu{
  margin-top: 5px;
}
#serch{

    padding: 4px;}
}
@media (max-width: 525px) {
    .kop {
  flex: 0 0 120px;
}
  .hero-slider,.moshavere {
    max-width: 510px;
    height: 140px;
    border-radius: 10px;
  }
   .slider-moshavere{
  width: 100px;
   height: 100px;
}
.moshavere {
    height: auto;
  }

.mainplatb{
  width: calc(100% - 100px);
}
  .service-gallery {
    max-width: 510px;
    gap: 10px;
  }
  .site-footer {
  font-size: 11px;
}
  h2.section-title  {
    font-size: 14px;
  }
   h3.section-titles  {
    font-size: 12px;
  }
  .matnsec{
       font-size: 13px;
  }
  .section-header a  {
  font-size: 10px;
  }
.enamad{
  width: 40px;
  height: 40px;
}
.blog-fu{
  padding: 5px;
  padding-top: 10px;
  padding-bottom: 5px;
}
  .black{
    font-size: 12px;
  }
    .toprewa{
          padding: 3px;
}
.toprewr{
          padding: 3px;
}
.c.mai{
flex: 0 0 100%;
margin-right:5px ;
}
.frew{
    padding: 3px;
}
    .ptic{
  width: 20px;
}
.rew{
    animation: slide 150s infinite;
}
@keyframes slide {
  0%   { transform: translateX(0); }
  50% { transform: translateX(calc(-800% - 35px)); }
  100% {transform:translateX(0)}
}
.stic{
    width: 15px;

}
}
/* @media (max-width: 500px) {
   /* .moshavere {

    height: 250px;
  }} */ 
@media (max-width: 450px) {

   .moshavere {

    height: auto;
  }
}
@media (max-width: 425px) {
  .hero-slider,.moshavere {
    max-width: 410px;
    height: 120px;
  }
    .moshavere {

    height: auto;
  }

  .service-gallery {
    max-width: 410px;
  }
    .matnsec{
       font-size: 12px;
  }
  
}
/* @media (max-width: 390px) {
   .moshavere {

    height: auto;
  }} */
@media (max-width: 365px) {
      .kop {
  flex: 0 0 105px;
}
  .hero-slider,.moshavere {
    max-width: 350px;
    height: 100px;
  }
 
.moshavere {
    height: auto;
  }
  .service-gallery {
    max-width: 350px;
  }
  
}