
* {
  margin: 0;
  padding: 0;
}

body {
  
   
  font-family: 'Sahel', sans-serif;
  direction: rtl;

}

body.responsive {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

/* کل نوار بالا */
nav.navbar {
  background-color: rgb(175, 103, 243);
  /* نوار مشکی */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  position: sticky;
  top: 0;
  z-index: 9999;
  /* ارتفاع نوار */
}

/* ساختار داخلی نوار */
.menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  max-width: 1200px;
}

/* تصویر لوگو */
.logo img {
  display: block;
  width: 70px;
  height: 70px;
}

/* لیست منو */
ul {
  list-style-type: none;
  display: flex;
  margin: 0;
  padding: 0;
  background: none;
}

/* آیتم‌های منو */
ul li {
  margin: 0 10px;
}

/* لینک‌ها */
ul li a {
  color: white;
  text-decoration: none;
  padding: 10px 15px;
  font-weight: bold;
  transition: 0.3s;
}

/* افکت هاور */
ul li a:hover {
  background-color: #df07f3;
  border-radius: 5px;
}



#back {
  width: 100%;
  height: 600px;
  background-image: url('faza.JPG');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

#titrasli  {
  background: rgba(255, 255, 255, 0.15); /* شیشه نیمه‌شفاف */
  backdrop-filter: blur(15px);           /* محو کردن پشت */
  -webkit-backdrop-filter: blur(10px);   /* برای سافاری */
  border-radius: 15px;                   /* گوشه‌های گرد */
  border: 1px solid rgba(255, 255, 255, 0.3); /* خط دور شیشه‌ای */
  text-align: center;
  padding: 10px;
  margin-top: 200px;
  margin-left: 400px;
  margin-right: 400px;
 
}

#shoar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 5ch;
  z-index: 2;

}

.shoar-inner {
  display: inline-block;
  transform-origin: center center;
  
}

#shoar span {
  background-color: rgba(253, 225, 63, 0.856);
  border-radius: 15px;
  display: inline-block;

}

.word {
  opacity: 0;
  display: inline-block;
  transition: opacity 0.6s ease;
}

.word.show {
  opacity: 1;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.shoar-inner.pulse {
  animation: pulse 1s ease;
}

.mo {


  padding: 20px;
  background-color: rgb(175, 103, 243);
  margin: 0;
  box-shadow: 0 -10px 20px rgb(0, 0, 0, 0.2);

}

.cards1 {

  display: flex;
  gap: 10px;
  background-color: rgb(175, 103, 243);
  width: 100%;
  height: 500px;
  align-items: center;
  justify-content: center;

}

.cards2 {

  display: flex;
  gap: 10px;
  background-color: rgb(175, 103, 243);
  width: 100%;
  height: 500px;
  align-items: center;
  justify-content: center;

}

#card1 {
  background-color: antiquewhite;
  width: 650px;
  height: 450px;
  text-align: center;
  border-radius: 20px;
  direction: rtl;
  unicode-bidi: plaintext;
}


#card2 {

  background-color: antiquewhite;
  width: 650px;
  height: 450px;
  text-align: center;
  border-radius: 20px;
  direction: rtl;
  unicode-bidi: plaintext;
}

#card3 {
  background-color: antiquewhite;
  width: 650px;
  height: 450px;
  text-align: center;
  border-radius: 20px;
  direction: rtl;
  unicode-bidi: plaintext;


}


#card4 {
  background-color: antiquewhite;
  width: 650px;
  height: 450px;
  text-align: center;
  border-radius: 20px;
  direction: rtl;
  unicode-bidi: plaintext;


}


.textcard {

  margin: 15px;
  display: block;

}

#help {

  width: 100%;
  height: 250px;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-top: 100px;

}

#help img {

  width: 800px;
  height: 300px;


}


.team {
  font-size: 40px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  color: blueviolet;
  margin-bottom: 10px;
}

.vije {

  justify-content: center;
  align-items: center;
  font-size: 40px;
  display: flex;
  margin: 20px;


}

.khas {
  display: flex;
  margin: 20px;
  gap: 150px;
  justify-content: center;
  align-items: center;


}

.khas1 {
  background-color: rgba(253, 225, 63, 0.856);
  width: 300px;
  height: 300px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: 20px 20px 20px rgb(99, 97, 83);
}




#titrgate {
  font-weight: bold;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

#gate {

  display: flex;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 135px;

}


.khas2 {
  background-color: rgba(253, 225, 63, 0.856);
  width: 300px;
  height: 300px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 150px;
  box-shadow: 20px 20px 20px rgb(99, 97, 83);
}



#titrtilt {
  font-weight: bold;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

#tilt {

  display: flex;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 135px;

}


.khas3 {
  background-color: rgba(253, 225, 63, 0.856);
  width: 300px;
  height: 300px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: 20px 20px 20px rgb(99, 97, 83);
}



#titr2 {
  font-weight: bold;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

#charkheh {

  display: flex;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 135px;

}

#dar {
  transform: rotate(-90deg);
  width: 500px;
  height: 50%;
  border-radius: 10px;


}

#paziresh {

  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  padding: 20px;
  gap: 70px;


}

#rahnama {
  padding: 15px;
  font-size: 22px;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;

}

#h {
  display: block;
  margin-bottom: 15px;
  width: 200px;
  height: auto;
}

#footer {
  background-color: rgb(175, 103, 243);
text-align: center;

}

#mobilepic {
  width: 30px;
  height: 30px;


}

#telpic {
  width: 30px;
  height: 30px;


}
.amuzeshi {
  padding: 10px;
  margin: 0 auto;      /* مرکز کردن واقعی */
  display: block;      /* flex لازم نیست */
  text-align: center;  
  width: 80%;          /* یا 70% یا auto */
  line-height: 2;
}

#amuzeshi {
  
    border: 2px solid rgb(251, 255, 0);
    box-shadow: 0 0 20px rgba(126, 65, 65, 0.1);
    border-radius: 100px;
    background-color: aqua;
    margin: 30px auto 30px auto;
     width: 80%;
     justify-content: center;
     align-items: center;
    display: block;
  
}

.slider {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: 700px;      /* ارتفاع کامل */
  margin: 0 auto;
  overflow: hidden;
}

.slides img {
  position: absolute;
  
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.slides img.active {
  opacity: 1;
  z-index: 2;
}

.arrow {
  position: absolute;
  top: 50%;
  font-size: 50px;
  color: white;
  background: rgba(0,0,0,0.4);
  padding: 10px;
  cursor: pointer;
  user-select: none;
  transform: translateY(-50%);
  z-index: 10;
  border-radius: 50%;
}

.left { left: 10px; }
.right { right: 10px; }


#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: rgb(217, 47, 240);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 50%;
}

#myBtn:hover {
  background-color: #581955;
}
html {
  scroll-behavior: smooth;
}
