@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 {
  font-family: 'IRANYekanX';
  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 5px;
}

/* Header */
/* 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;
top: 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);
    direction: rtl;
    text-decoration: none;
    outline: none;
     font-family: 'IRANYekanX', sans-serif;
  font-weight: 500;
  width: 100%;
}

.nn {
  position: relative;
  width: 100%;
  flex: 1;
    align-items: center;
    margin: 0 10%;
    display: flex;
    padding: 2px;
      background: #f4f4f4;
      border-radius: 10px;
}

#sug {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #ffffffed;
  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);
}
.telegram-members{
    width: 100%;
    display: flex;
    direction: rtl;
}
/* Slider1 */
.features{
        -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
    display: flex;
    font-family: 'IRANYekanX';
    font-size: clamp(9px,2vw,15px);
    font-weight: 900;
    width: 100%;
    height: 50px;
    background: rgba(241, 241, 241, 0.301);
    border-radius: 10px;
    gap: 30px;
}
.features img{
    width: 30px;
    height: 30px;
}
.feature-item{
    display: flex;
    align-items: center;
    gap: 5px;
}
.content-wrapper{
    display: flex;
    width: 100%;
    flex-direction: column;
    margin-right:30px ;
    gap: 20px;
}
.form{
    padding: 10px;
    display: flex;
    width: 100%;
    flex-direction: column;
    background: rgba(212, 212, 212, 0.219);
        border-radius: 10px;

}
.form form{
width: 100%;
gap: 10px;
display: flex;
flex-direction: column;
}
.form select{
        appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.form input,.form select{
    outline: none;
      color: black;
    border: none;
    font-family: 'IRANYekanX';
    font-weight: 600;
    width: 100%;
    padding: 10px;
    background: white;
    border-radius: 10px;
    font-size: 15px;
}
.form label{
    padding-top: 10px;
        font-family: 'IRANYekanX';
    font-weight: 700;
    font-size: 20px;
}
.form button{
    background: rgb(0, 115, 223);
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0, 140, 255, 0.212);
    color: white;
            font-family: 'IRANYekanX';
    font-weight: 700;
    font-size: 20px;
    padding: 10px;
    width: 100%;
    margin-top: 10px;
    border: none;
    display: inline-block;
}
summary{
        font-family: 'IRANYekanX';
    font-weight: 200;
        font-size: 20px;
    display: flex;
    list-style: none;
    justify-content: center;
    background: rgb(0, 115, 223);
    box-shadow: 0px 0px 30px rgba(0, 140, 255, 0.205);
    border-radius: 10px;
    color: white;
    padding: 10px;
    
}
summary::-webkit-details-marker {
  display: none;
}
.plat{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1650px;
    justify-content: center;
    margin: auto;
    gap: 15px;
    margin-top: 80px;
}
.hero-image{
    width: 400px;
    height: 400px;
}
.plat a {
  display: block;
  width: 100%;
}
  h2,h3,h4{
    direction: rtl;
    text-align: right;
font-weight: 700;
    font-size: 22px;
    margin-top: 5px;
        margin-bottom: 5px;

  }
  h1{
        direction: rtl;
    text-align: right;
font-weight: 900;
    font-size: 30px;
    margin: 0;
    padding: 0;
  }
.mtn{
        margin-top: 3px;
    font-size: 18px;
    font-weight:400;
    line-height: 1.8;
        direction: rtl;
        background: rgba(240, 240, 240, 0.397);
        border-radius: 10px;
        padding: 5px;
        margin-bottom: 8px;
        text-align:justify;
}
.disp{
    font-size: 14px;
      font-weight: 600;
        direction: rtl;
        color: rgb(0, 0, 0);
        background: rgb(255, 255, 255);
        border-radius: 10px;
        padding: 8px;
}
.mtnn{
    font-size: 17px;
    font-weight:600;
        direction: rtl;
            line-height: 1.8;
}
p.mtnn{
  margin-bottom: 0;
  margin-top: 0;
}
form h5{
margin: 0;
margin-top: 5px;
}
/* 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;
}
.namad{
width: 100px;
margin-top: 5px;
}

.namadd{
width: 80px;
margin-top: 10px;
}
.enamad{
  width: 80px;
  height: 80px;
}
.lists{
    display: flex;
  direction: rtl;
flex-direction: row;
}
.links{
    width: 50%;
  padding: 10px;
    padding-right: 30px;
}
.comment-plat{
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: auto;
   width: 100%;
    margin-bottom: 15px;
}
.user{
  font-family: 'IRANYekanX';
  direction: rtl;
  background: #ecececa9;
   border-radius: 10px;
  padding: 8px;
}

.porofile{
  display: flex;
  gap: 5px;
  font-family: 'IRANYekanX';
  direction: rtl;
  font-size: 18px;
  font-weight:600;
  align-items: center;
}
.erro{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.content,.contents{
  margin: auto;
  display: flex;
  gap: 10px;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  border-radius: 10px;
  padding: 10px;
  background: rgb(0, 240, 0);
   font-family: 'IRANYekanX';
    font-weight: 600;
    font-size: 18px;
    color: white;
    text-align: center;
}
.contents{
  background: rgb(231, 0, 0);
}
.botda a{
 text-decoration: none;
           font-family: 'IRANYekanX';
    font-weight: 900;
        font-size: 16px;
    display: inline-block;
    background: black;
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.192);
    border-radius: 10px;
    color: white;
    padding: 5px;
}
.porofile img{
width: 50px;
}
.send{
 display: flex;
 flex-direction: column;
 width: 100%;
 background-color: rgb(240, 240, 240);
 border-radius: 10px;
 padding: 8px;
 direction: rtl;
}
.send form{
  display: flex;
  flex-direction: column;
padding: 8px;
gap: 10px;
}

.send input,textarea{
    font-family: 'IRANYekanX';
  background: white;
  color: black;
  outline: none;
  border: none;
  border-radius: 10px;
  width: 100%;
  padding: 10px;
  font-size: 16px;
}
.send button{
  border: none;
  background: rgb(0, 119, 255);
  padding: 5px;
  box-shadow: 0px 8px 30px rgba(0, 119, 255, 0.315);
  border-radius: 10px;
  color: white;
        font-family: 'IRANYekanX';
    font-weight: 900;
    font-size: 19px;
   display: inline-block;
   padding: 8px;
    align-items: center;
    margin: auto;
}
.send textarea{
      resize: none;
 height: 150px;
}
.send label{
  font-weight: 900;
      font-size: 18px;

}
.icplat{
  display: flex;
  width: 100%;
  flex-direction: column;
}
.icch{
  direction: rtl;
  align-items: center;
    display: flex;
  width: 100%;
  color: rgb(0, 139, 0);
}
.icchh{
  align-items: center;
    display: flex;
  width: 100%;}
.icchh a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dawdwad{
  width: 60px;
  height: 60px;
}
.roplat{
  display: flex;
  flex-direction: row;
  gap: 10px;
   width: 100%;
}
.ro{
  width: 50px;
}
.ro img{
  width: 50px;
}
.ro label{
    cursor: pointer;
    display: flex;
    border-radius: 10px;
         transition: background-color 0.3s;
}
.ro input[type="radio"]:checked + label{
background: rgba(255, 217, 0, 0.37);
}
.ro input[type="radio"]{
  display: none;
}
  .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;
}
@keyframes jl{
  0% {background-position: 200% 0;}
  100% {background-position: -200% 0;}
}
.sks{
height: 100%;
}
.sk{
  aspect-ratio: 1/1;
}
.copy-right{
         margin: auto;
  }
a{
  text-decoration: none;
  color: rgb(94, 94, 94);
}
  ul li{
  margin-bottom: 8px;
}
h5{
    font-size: 15px;
  font-weight: 700;
  }
.links ul{
  list-style:none;
    padding: 0;
}
.listss{
      width: 100%;
  display: flex;
flex-direction: row;
}
.imgpalt{
  display: flex;
}
.imgpalt img{
  width: 30px;
}
/* Responsive */

@media (max-width: 970px) {
.hero-image{
    width: 110px;
    height: 110px;
}

.content-wrapper{
    margin-right:10px ;
}
.form{
    position: relative;
    margin-right: -120px;
width: calc(100% + 120px);
box-sizing: border-box;
}
.form button,.send button{
    font-size: 19px;
    padding: 8px;
}
.plat{
  gap: 0;
}
.form label ,.send label{
    font-size: 18px;
}
 }
@media (max-width: 770px) {

h2,h3,h4{
  margin-top: 10px;
  }
}
@media (max-width: 645px) {

    .form button,.send button{
    font-size: 15px;
    padding: 7px;
}
.form label ,.send label{
    font-size: 15px;
}
.ro{
  width: 30px;
}
.ro img{
  width: 30px;
}
.form input,.form select,.send input ,.send textarea{
    font-size: 12px;
    padding: 7px;
}
    .features{
    gap: 10px;
        height: 30px;
}
h1,summary{
        font-size: 18px;

}
summary{
        padding: 8px;

}
.namad{
width: 70px;
margin-top: 3px;
}

.namadd{
width: 50px;
margin-top: 8px;
}
.form{
    margin-right: -100px;
    width: calc(100% + 100px);

}

.imgpalt img{
  width: 18px;
}
.hero-image{
    width: 80px;
    height: 80px;
}
.features img{
    width: 20px;
    height: 20px;
}
  .start-pic {
    max-width: 630px;
    height: 200px;
  }
   .porofile,label,h2,h3,h4{
  font-size: 15px;
  }
  .porofile img{
width: 30px;
  }
  .dawdwad{
  width: 30px;
  height: 30px;
}
.mtn,.mtnn,.disp{
    font-size: 13px;
  }
  .botda a{
    font-size: 13px;
  }
  .content,.contents{
    font-size: 15px;
    max-width: 300px;
  }
.lists{
flex-direction: column;
}
.listss{
  display: flex;
flex-direction: row;
}
.links{
    width: 50%;
  
  }

.brand-logo,.nnn {
width: 25px;
        height: 25px;
}
    .login-button {
        width: 60px;
        font-size: 12px;
        padding: 5px;
    }
  .site-header {
    height: 50px;
  }
  .plat{
    margin-top: 50px;
}
}
@media (max-width: 525px) {
    .form button,.send button{
    font-size: 14px;
    padding: 7px;
}
.form label,.send label{
    font-size: 15px;
}
.form input,.form select,.send input,.send textarea{
    font-size: 12px;
    padding: 7px;
}
    .form{
    margin-right: -80px;
    width: calc(100% + 80px);

}
        .features{
    gap: 10px;
        height: 20px;
}
.hero-image{
    width: 70px;
    height: 70px;
}
.feature-item{
    gap: 3px;
}
h1,summary{
        font-size: 17px;

}
.features img{
    width: 15px;
    height: 15px;
}


  .brand-name {
    font-size: 15px;
  }
    h5{
    font-size: 12px;
  }
}

@media (max-width: 425px) {

  .site-footer {
  font-size: 11px;
}
.enamad{
  width: 40px;
  height: 40px;
}
}
@media (max-width: 440px) {
   .form{
    margin-right: -70px;
    width: calc(100% + 70px);

}
    .form button,.send button{
    font-size: 13px;
    padding: 7px;
}
.form label,.send label{
    font-size: 14px;
}
.form input,.form select,.send input,.send textarea{
    font-size: 12px;
    padding: 7px;
}
        .features{
    gap: 5px;
        height: 15px;
}
.feature-item{
    gap: 3px;
}
.hero-image{
    width: 60px;
    height: 60px;
}
h1,summary{
        font-size: 16px;

}
.features img{
    width: 13px;
    height: 13px;
}
}
@media (max-width: 400px) {

        .features{
    gap: 5px;
        height: 13px;
}
.feature-item{
    gap: 3px;
}
.features img{
    width: 11px;
    height: 11px;
}
.form label,.send label{
    font-size: 13px;
}
.form input,.form select,.send input,.send textarea{
    font-size: 11px;
    padding: 6px;
}
}
@media (max-width: 365px) {
h1,summary{
        font-size: 14px;

}
        .features{
    gap: 5px;
        height: 12px;
}
.feature-item{
    gap: 3px;
}

.features img{
    width: 10px;
    height: 10px;
}
}
@media (max-width: 345px) {

        .features{
    gap: 4px;
        height: 11px;
}
.feature-item{
    gap: 2px;
}
.features img{
    width: 9px;
    height: 9px;
}
}