.elementor-29396 .elementor-element.elementor-element-9fd0afa{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-29396 .elementor-element.elementor-element-a341d7f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-4e3c3801 */@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@600;700;900&display=swap');

.hero-header {
  background: radial-gradient(circle at center, #0f0f0f 30%, #1c1c1c 100%);
  padding: 80px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-bottom: 5px solid #00f0ff;
}

.hero-header::before {
  content: '';
  position: absolute;
  width: 200%;
  height: 100%;
  top: 0;
  left: -50%;
  background: linear-gradient(120deg, transparent, rgba(0, 255, 255, 0.15), transparent);
  animation: lightSweep 6s infinite linear;
  pointer-events: none;
}

.hero-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  z-index: 2;
  position: relative;
}

.hero-header h1 {
  font-family: 'Orbitron', sans-serif;
  font-size: 3.5rem;
  letter-spacing: 2px;
  background: linear-gradient(90deg, #00f0ff, #ffffff, #00f0ff);
  background-size: 300% auto;
  color: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textShine 5s ease-in-out infinite;
  text-shadow: 0 0 10px rgba(0,255,255,0.3);
  margin: 0;
}

.insta-link img {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.insta-link:hover img {
  transform: scale(1.1) rotate(5deg);
}

@keyframes textShine {
  0% { background-position: 0% center; }
  50% { background-position: 100% center; }
  100% { background-position: 0% center; }
}

@keyframes lightSweep {
  0% { left: -50%; }
  100% { left: 100%; }
}

/* ریسپانسیو برای موبایل */
@media (max-width: 768px) {
  .hero-header {
    padding: 60px 10px;
  }

  .hero-header h1 {
    font-size: 2rem;
    letter-spacing: 1px;
  }

  .insta-link img {
    width: 40px;
    height: 40px;
  }

  .hero-content {
    flex-direction: column;
    gap: 12;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1c2ecad0 *//* فونت سفارشی */
@font-face {
  font-family: 'FileEpicRay-Black';
  src: url('https://irnsca.com/Fonts/EpicRay-Black.woff2') format('woff2'),
       url('https://irnsca.com/Fonts/EpicRay-Black.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* فقط منوی سفارشی */
.custom-menu,
.custom-menu * {
    font-family: 'FileEpicRay-Black', sans-serif;
    box-sizing: border-box;
}

/* کانتینر منو */
.custom-menu {
    background: linear-gradient(to bottom, #0a0a0a, #1a1a1a);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-align: center;
}

/* لوگو */
.custom-menu .logo {
    width: 150px;
    margin-bottom: 10px;
}

/* دکمه‌ها */
.custom-menu .button {
    position: relative;
    cursor: pointer;
    font-size: 1rem;
    border-radius: 16px;
    border: none;
    padding: 2px;
    background: radial-gradient(circle 80px at 80% -10%, #ffffff, #181b1b);
    width: 260px;
    transition: transform 0.3s;
}

/* افکت hover دکمه */
.custom-menu .button:hover {
    transform: scale(0.98);
}

/* افکت blob */
.custom-menu .blob1 {
    position: absolute;
    width: 70px;
    height: 100%;
    border-radius: 16px;
    bottom: 0;
    right: 0;
    background: radial-gradient(circle 60px at 0% 100%, #3fe9ff, #0000ff80, transparent);
    box-shadow: -10px 10px 30px #0051ff2d;
    transition: 0.3s;
}

/* داخل دکمه */
.custom-menu .inner {
    padding: 14px;
    border-radius: 14px;
    color: #fff;
    text-align: center;
    position: relative;
    background: radial-gradient(circle 80px at 80% -50%, #777777, #0f1111);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

/* آیکون پرچم */
.custom-menu .inner img {
    width: 24px;
    height: 24px;
}

/* واکنش‌گرا */
@media (max-width: 768px) {
    .custom-menu .button { width: 90%; }
    .custom-menu .logo { width: 120px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f47d884 */@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@400;600&display=swap');

/* فونت اختصاصی شما */
@font-face {
  font-family: 'EpicRay';
  src: url('https://irnsca.com/Fonts/FileEpicRay-Bold.woff2') format('woff2'),
       url('https://irnsca.com/Fonts/FileEpicRay-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

/* فوتر Glossmore */
.glossy-footer {
  font-family: 'IBM Plex Sans Arabic', sans-serif;
  background: linear-gradient(135deg, #3f0d70, #5c1d92, #7c1a8e, #9d1c80, #c02476, #e94057, #ff6a5b);
  background-size: 400% 400%;
  animation: gradientFlow 15s ease infinite;
  color: #fff;
  padding: 60px 20px 30px;
  position: relative;
  overflow: hidden;
}

/* اعمال فونت اختصاصی فقط روی بخش‌های فارسی در فوتر */
.glossy-footer,
.glossy-footer *,
.glossy-footer .footer-logo h2,
.glossy-footer .footer-links ul li a,
.glossy-footer .footer-bottom {
  font-family: 'EpicRay', sans-serif !important;
}

@keyframes gradientFlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  gap: 30px;
}

.footer-logo h2 {
  font-size: 2rem;
  background: linear-gradient(90deg, #ffffff, #ff00cc, #00ffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
  font-weight: bold;
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.15);
}

.footer-logo p {
  font-size: 1rem;
  opacity: 0.85;
}

.footer-links h3 {
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: #ffbdf4;
  text-shadow: 0 0 10px rgba(255, 182, 255, 0.3);
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li {
  margin-bottom: 10px;
}

.footer-links ul li a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 0.95rem;
  display: inline-block;
  padding-left: 5px;
  position: relative;
}

.footer-links ul li a::before {
  content: "➤";
  color: #ffd1fb;
  margin-left: 6px;
}

.footer-links ul li a:hover {
  color: #ff00cc;
  transform: translateX(-4px);
}

.footer-social {
  text-align: center;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  transition: color 0.3s;
}

.footer-social img {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  transition: transform 0.4s ease-in-out;
  box-shadow: 0 0 20px rgba(255, 0, 204, 0.3);
}

.footer-social img:hover {
  transform: scale(1.15) rotate(10deg);
}

.footer-social span {
  background: linear-gradient(90deg, #ff00cc, #00ffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 40px;
  padding-top: 20px;
  font-size: 0.9rem;
  opacity: 0.75;
}

/* ریسپانسیو */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-links, .footer-logo {
    width: 100%;
  }

  .footer-links ul li {
    margin-bottom: 10px;
  }
}/* End custom CSS */