@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-top: 15px;
}
.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;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 98%;
  max-width: 1500px;
  height: 60px;
   z-index: 10;
  display: flex;
background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: #f5f5f5 1px solid;
  border-radius: 30px;
margin-top:4px;
padding:5px;
}

.header-bar {
  width: 100%;
  height: 100%;
  position: relative;
}

 
.brand-name,
.login-button {
  font-weight: 700;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.brand-name {
  right: 20px;
  font-size: 18px;
 font-family: 'IRANYekanX', sans-serif;
  font-weight: 700;
}

.login-button {
  left: 20px;
  padding: 10px;
  width: 90px;
  background: black;
  color: white;
  border-radius: 20px;
  text-align: center;
  font-size: 14px;
      font-weight: 700;
}

.brand-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
}
/* Slider1 */
.moshavere {
    display: flex;
        margin: auto;
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
}
.slider-moshavere{
  width: 100%;
  max-width: 1500px;
  height: 450px;
    overflow: hidden;
}
.slider-moshavere img {
  width: 100%;
  height: 100%;
  object-fit: cover;
        border-radius: 10px;
margin-bottom: 50px;
}
/* Slider2 */
.hero-slider {
  margin: 60px auto 0;
  width: 100%;
  max-width: 1500px;
  height: 450px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.slider-track {
  display: flex;
  width: 200%;
  height: 100%;
  animation: slideLoop 8s infinite;
}

.slider-track img {
  width: 50%;
  height: 100%;
  object-fit: cover;
}

@keyframes slideLoop {
  0%, 45%   { transform: translateX(0%); }
  50%, 95%  { transform: translateX(-50%); }
  100%      { transform: translateX(0%); }
}

/* Sections */
.service-section {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
    margin-top: 60px;
        margin-bottom: 60px;
  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{
  font-size: 26px;
  display: block;
 font-family: 'IRANYekanX', sans-serif;
  font-weight: 700;
  direction: rtl;
  margin: 0;
  margin-top: 5px;
}
 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: grid;
  grid-template-columns: repeat(5, minmax(50px, 1fr));
  gap: 20px;
  width: 100%;
  padding-top: 8px;
  justify-content: center;
}
ul li{
  margin-bottom: 8px;
}
h5{
    font-size: 15px;
    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: 1500px;
  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: 1500px;
  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;
  align-items: center;
  text-align: center;
 font-family: 'IRANYekanX', sans-serif;
  font-weight: 600;
  font-size: 18px;
}
.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: 1500px;
          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: 900;
  align-items: center;
  color: black;
    direction: ltr;
}
.mad{
  padding-top: 7px;
}
.imm img{
width: 20px;
}
.im img{
width: 15px;
height: 15px;
}
h3.ona{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 20px;
 font-family: 'IRANYekanX', sans-serif;
  font-weight: 600;
  color: black;
  margin: 0;
}
.imm{
  direction: rtl;

  padding: 8px 0;
}
.imm:hover{
  background: rgba(218, 218, 218, 0.514);
   border-radius: 10px;
}
.kop{
  display: flex;
  flex-direction: column;
 width: 100%;
 background: #f0f0f056;
 border-radius: 10px;
 padding: 12px;
  position: relative;
 overflow: hidden;
}
.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%;
}
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: 1000px) {
  .service-gallery {
    grid-template-columns: repeat(4, 1fr);
  }

}
@media (max-width: 450px) {
  .service-gallery {
    grid-template-columns: repeat(3, 1fr);
  }

}
@media (max-width: 1200px) {
  .hero-slider,.slider-moshavere {
    max-width: 1200px;
    height: 400px;
  }
    .imm,.im{
  font-size: 15px;
}
.mad{
  padding-top: 5px;
}
.imm img{
width: 20px;
}
.im img{
width: 15px;
height: 15px;
}
h3.ona{
  font-size: 18px;
}
  .service-gallery {
    max-width: 1200px;
  }
    .black{
    font-size: 22px;
  }
}

@media (max-width: 1025px) {
  .hero-slider,.slider-moshavere {
    max-width: 1000px;
    height: 300px;
  }

  .service-gallery {
    max-width: 1000px;
  }

}

@media (max-width: 770px) {
  .hero-slider,.slider-moshavere {
    max-width: 750px;
    height: 250px;
  }

  .service-gallery {
    max-width: 750px;
    gap: 15px;
  }

  h2 {
    font-size: 20px;
  }
   h3.section-titles  {
    font-size: 17px;
  }
    .section-header a  {
  font-size: 13px;
  }
  .section-icon {
    width: 32px;
    height: 32px;
  }
  .order-step{
        flex-direction: column;

}
.learn-step{
  width: 100%;
}
  .imm,.im{
  font-size: 12px;
  gap: 2px;
}
.imm img{
width: 15px;
}
.im img{
width: 10px;
height: 10px;
}
h3.ona{
  font-size: 15px;
}
  main{
  gap: 10px;
}
  .black{
    font-size: 18px;
  }
}

@media (max-width: 645px) {
  .hero-slider,.slider-moshavere {
    max-width: 630px;
    height: 200px;
  }
.mad{
  padding-top: 3px;
}
.lists{
flex-direction: column;
}
.listss{
  display: flex;
flex-direction: row;
}
.links{
    width: 50%;
  
  }

  .service-gallery {
    max-width: 630px;
    gap: 10px;
  }
    .moshavere {
        margin-top: 15px;
}
.kop{
  padding: 5px;
}
}

@media (max-width: 525px) {
  main{
  gap: 5px;
}
  .hero-slider {
    max-width: 510px;
    height: 160px;
    margin-top: 35px;
  }
.service-section{
      margin-top: 35px;
}
.slider-moshavere{
   max-width: 510px;
    height: 160px;
}
  .login-button {
    width: 60px;
    font-size: 12px;
    padding: 3px;
}
  .black{
    font-size: 15px;
  }
  .site-header {
    height: 40px;
  }
  .brand-logo {
    width: 30px;
  }

  .brand-name {
    font-size: 15px;
  }

  .service-gallery {
    max-width: 510px;
    gap: 8px;
  }

  .section-icon {
    width: 18px;
    height: 18px;
  }

  .section-header {
    gap: 2px;
  }
.trust-header {
    gap: 2px;
  }
  h2{
    font-size: 17px;
  }
   h3.section-titles  {
    font-size: 14px;
  }
    .section-header a  {
  font-size: 12px;
  }
  .t-icon{
  width: 32px;
 height: 32px;
}
  .matnsec{
    font-size: 12px;
  }
  h5{
    font-size: 12px;
  }
  .imm,.im{
  font-size: 10px;
  gap: 2px;
}
.mad{
  padding-top: 5px;
}
.imm img{
width: 13px;
}
.im img{
width: 10px;
height: 10px;
}
h3.ona{
  font-size: 12px;
}
.fu{
  margin-top: 4px;
}
}


@media (max-width: 425px) {
  .hero-slider,.slider-moshavere {
    max-width: 410px;
    height: 120px;
  }
  .service-gallery {
    max-width: 410px;
    gap: 5px;
  }
  .site-footer {
  font-size: 11px;
}
  h2  {
    font-size: 14px;
  }
   h3.section-titles  {
    font-size: 10px;
  }
  .section-header a  {
  font-size: 10px;
  }
.enamad{
  width: 40px;
  height: 40px;
}
}

@media (max-width: 325px) {
  .hero-slider,.slider-moshavere {
    max-width: 310px;
    height: 100px;
  }
  .matnsec{
    font-size: 10px;
  }
  .service-gallery {
    max-width: 310px;
    gap: 3px;
  }
}
