@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 */
.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;
  font-weight: 700;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.brand-name {
  right: 20px;
  font-size: 18px;
}

.login-button {
  left: 20px;
  padding: 10px;
  width: 90px;
  background: black;
  color: white;
  border-radius: 20px;
  text-align: center;
  font-size: 14px;
}

.brand-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
}
/* Slider1 */
.start-pic{
  width: 100%;
  max-width: 1500px;
  height: 450px;
    overflow: hidden;
    margin: auto;
    margin-top: 75px;
    margin-bottom: 15px;
}
.start-pic img{
    object-fit: cover;
       width: 100%;
        height: 100%;
        border-radius: 10px;
}
.img-inmiddel{
    width: 100%;
  max-width: 1500px;
  height: 450px;
    overflow: hidden;
    margin: auto;
}
.img-inmiddel img{
    object-fit: cover;
       width: 100%;
        height: 100%;
        border-radius: 10px;
}
.plat{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1500px;
    justify-content: center;
    margin: auto;
}
.plat a {
  display: block;
  width: 100%;
}
  h1,h2,h3,h4{
    direction: rtl;
    text-align: right;
font-weight: 700;
    font-size: 20px;
    margin-top: 5px;
        margin-bottom: 5px;

  }
.mtn{
        margin-top: 3px;
        line-height: 1.8;
    font-size: 18px;
        direction: rtl;
        background: rgba(240, 240, 240, 0.397);
        border-radius: 10px;
        padding: 10px;
        font-weight:600;
}
.sks a{
  height: 100%;
}
/* 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;
}
.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: 5px;
  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;
  align-items: center;
    font-weight:600;
}
.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: 700;
        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;
}
form{
  display: flex;
  flex-direction: column;
padding: 8px;
gap: 10px;
}

input,textarea{
    font-family: 'IRANYekanX';
  background: white;
  color: black;
  outline: none;
  border: none;
  border-radius: 10px;
  width: 100%;
  padding: 10px;
  font-size: 16px;
}
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: 700;
   display: inline-block;
   padding: 8px;
    align-items: center;
    margin: auto;
}
textarea{
      resize: none;
 height: 150px;
}
label{
  font-weight: 700;
      font-size: 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;
}
@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;
}
.user .mtn{
  margin-bottom: 0;
}
.mtn a{
  display: inline;
  color: rgb(0, 102, 255);
}
/* Responsive */
@media (max-width: 1200px) {
  .img-inmiddel,.start-pic {
    max-width: 1200px;
    height: 400px;
  }
  
}

@media (max-width: 1025px) {
  .img-inmiddel,.start-pic {
    max-width: 1000px;
    height: 300px;
  }
}

@media (max-width: 770px) {
  .img-inmiddel,.start-pic {
    max-width: 750px;
    height: 250px;
  }
  .start-pic{
    margin-bottom: 0;
}
 h1,h2,h3,h4{
  margin-top: 10px;
  }
}
@media (max-width: 645px) {
  .porofile img{
width: 30px;
}
  .img-inmiddel,.start-pic {
    max-width: 630px;
    height: 200px;
  }
   .porofile,label,h1,h2,h3,h4{
  font-size: 15px;
  }
  input,textarea,.mtn{
    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%;
  
  }
    .mtn{
  line-height: 1.6rem;
}
}

@media (max-width: 525px) {
  .login-button {
    width: 60px;
    font-size: 12px;
    padding: 3px;
}
  .img-inmiddel,.start-pic {
    max-width: 510px;
    height: 140px;
  }
  .site-header {
    height: 40px;
  }
    .start-pic{
    margin-top: 40px;
}
  .brand-logo {
    width: 30px;
  }
  .brand-name {
    font-size: 15px;
  }
    h5{
    font-size: 12px;
  }
}

@media (max-width: 425px) {
  .img-inmiddel,.start-pic {
    max-width: 410px;
    height: 120px;
  }
  .site-footer {
  font-size: 11px;
}
.enamad{
  width: 40px;
  height: 40px;
}
}

@media (max-width: 325px) {
  .img-inmiddel,.start-pic {
    max-width: 310px;
    height: 100px;
  }
}