@font-face {
    font-family: adn;
    src: url(font/Sultan\ Adan\ Bold.ttf);
}
*{
  font-family: adn;
}
html {
  scroll-behavior: smooth;
}

/* ØªÙ†Ø¸ÛŒÙ…Ø§Øª Ù¾Ø§ÛŒÙ‡ */
    body {
      margin: 0;
      font-family: 'Tahoma', sans-serif;
      background-color: #0f1f1f;
      color: white;
      max-width: 100%;
      overflow-x: hidden;

    }

    .sat{
      font-size: 2.2rem;
      margin-bottom: 3rem;
      color: #00ffd5;
      text-shadow: 0 0 10px #00ffd5;
    }
  .glass-navbar {
  position: fixed;
  top: 16px;               /* ÙØ§ØµÙ„Ù‡ Ø§Ø² Ø¨Ø§Ù„Ø§ */ 
  left: 16px;              /* ÙØ§ØµÙ„Ù‡ Ø§Ø² Ø³Ù…Øª Ú†Ù¾ */
  right: 16px;             /* ÙØ§ØµÙ„Ù‡ Ø§Ø² Ø³Ù…Øª Ø±Ø§Ø³Øª */
  margin: 0 auto;          /* ÙˆØ³Ø·â€ŒÚ†ÛŒÙ† Ø´Ø¯Ù† */
  padding: 10px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  max-width: 41%;
  margin-top: 11px;
  }

.glass-navbar ul {
  list-style: none;
  display: flex;
  gap: 24px;
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
}

.glass-navbar li a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  transition:  1s ease;
}

.glass-navbar li a:hover {
  color: #00ffd5;
  text-shadow: 0 0 10px #00ffd5;
}

    .logo {
      width: 120px;
      height: 120px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 24px;
      font-weight: bold;
      border-radius: 8px;
      margin: 80px;
    }
    .logo img{
      max-width: 354px;
    }

  .hero {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 2rem;
    gap: 2rem;
    background: linear-gradient(to right, #0f1f1f 0%, #1a3a3a 50%, #2e4e4e 100%);
  backdrop-filter: blur(12px);
  }


    .hero-text {
      max-width: 500px;
      margin-right: 19px;
    }

    .hero-text h1 {
      font-size: 2rem;
      margin-bottom: 0.5rem;
    }

    .hero-text p {
      margin-bottom: 1rem;
      line-height: 1.6;
    }

    .hero-text button {
      background: rgba(255, 255, 255, 0.08);
      border: 1px solid #00ffd5;
      color: #f8f8f8;
      padding: 0.7rem 1.5rem;
      border-radius: 16px;
      font-size: 1rem;
      font-weight: 600;
      letter-spacing: 0.5px;
      backdrop-filter: blur(10px);
      box-shadow: 0 0 8px rgba(0, 255, 213, 0.3);
      transition: all 0.3s ease;
      cursor: pointer;
    }
  .hero-text button:hover {
    background: rgba(0, 255, 213, 0.1);
    box-shadow: 0 0 12px rgba(0, 255, 213, 0.5);
    transform: scale(1.05);
    }
    .categories, .stats {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 1rem;
      padding: 2rem;
    }

  .box {
  max-width: 100%;
  width: 100%;
  margin: 40px auto;
  padding: 20px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  color: #fff;
  box-sizing: border-box;
  transition:  1s ease;
  margin-right: 20px;
}
    .box:hover {
  background: rgba(255, 255, 255, 0.15); /* Ú©Ù…ÛŒ Ø±ÙˆØ´Ù†â€ŒØªØ± */
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.2); /* Ø³Ø§ÛŒÙ‡ Ø¹Ù…ÛŒÙ‚â€ŒØªØ± */
  transform: scale(1.02); /* Ú©Ù…ÛŒ Ø¨Ø²Ø±Ú¯â€ŒØªØ± Ø¨Ø´Ù‡ */
  border: 1px solid rgba(255, 255, 255, 0.3); /* Ø®Ø· Ø¯ÙˆØ± ÙˆØ§Ø¶Ø­â€ŒØªØ± */
}

    .box h3 {
      font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
      margin: 0.5rem 0;
      color: #00ffcc;
      font-size: 35px;
    }
.animated-lines {
  font-size: 40px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  background: repeating-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.05) 0px,
    rgba(255, 255, 255, 0.05) 1px,
    transparent 1px,
    transparent 3px
  );
  animation: moveLines 20s linear infinite;
  filter: blur(1px);
  opacity: 0.3;
}


@keyframes moveLines {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1000px 0;
  }
}

.animated-role {
  display: inline-block;
  font-size: 39px;
  font-weight: bold;
  color: #00ffd5;
  transition: all 0.6s ease;
  opacity: 1;
  transform: translateY(0);
  margin-top: -11px;
}

/* Ø­Ø§Ù„Øª Ø®Ø±ÙˆØ¬ */
.fade-out {
  opacity: 0;
  transform: translateY(20px);
}

/* Ø­Ø§Ù„Øª ÙˆØ±ÙˆØ¯ */
.fade-in {
  opacity: 1;
  transform: translateY(0);
}

/* Ù…Ù…Ù…Ù…Ù…Ù…Ù…Ù…Ù…Ù…Ù…Ù…Ù…Ù…Ù…Ù…Ù…Ù…Ù…Ù…Ù…Ù…Ù…Ù…Ù…Ù…Ù…Ù…Ù…Ù…Ù…Ù…Ù…Ù…Ù…Ù…Ù…Ù…Ù…Ù…Ù…Ù…Ù…Ù…Ù…Ù…Ù…Ù…Ù… */
.A1 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 5px;
  justify-content: center;
}

.A2 {
  position: relative;
  max-width: 100%;
  width: 100%;
  height: 482px;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  transition: transform 0.3s ease;
}

.A2:hover {
  transform: scale(1.05);
}

.A3 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}

.A4 {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  color: #fff;
  text-align: center;
}

.A5 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}

.A6 {
  margin-top: 5px;
  font-size: 14px;
}
/* گرید اصلی */
.E1-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  padding: 2rem;
}

/* کارت نمونه‌کار */
.E2-card {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
}

.E2-card:hover {
  transform: scale(1.02);
}

/* پیش‌نمایش iframe */
.E3-preview {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.E4-iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* محتوای کارت */
.E5-content {
  padding: 1rem;
}

.E6-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #e8e8e8;
  margin-bottom: 0.4rem;
}

.E7-description {
  font-size: 0.9rem;
  color: #cccccc;
}





/* ............................ */
/* دکمه شناور چت – سمت راست */
#chat-toggle {
    position: fixed;
    bottom: 24px;
    right: -11px;
    z-index: 1000;
    padding: 8px 0px;
    background: linear-gradient(135deg, #00ffd5, #020062);
    color: white;
    border: none;
    border-radius: 30px 0px 0px 63px;
    cursor: pointer;
    font-weight: bold;
    box-shadow: 0 0 12px #00ffd5;
    transition: all 0.3s ease;
    width: 76px;

}

#chat-toggle:hover {
  transform: scale(1.05);
  box-shadow: 0 0 18px #00ffd5;
}

/* پنجره چت – سمت راست */
#chat-window {
  position: fixed;
  bottom: 107px;
  right: 24px; /* تغییر از left به right */
  width: 340px;
  max-height: 500px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  border-radius: 18px;
  box-shadow: 0 0 30px rgba(0, 255, 255, 0.2);
  display: none;
  flex-direction: column;
  overflow: hidden;
  animation: fadeIn 0.4s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 999;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.chat-header {
  background: linear-gradient(135deg, #000352, #00f0ff);
  color: white;
  padding: 14px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.chat-body {
  flex: 1;
  padding: 12px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  scrollbar-width: thin;
  scrollbar-color: #00f0ff transparent;
}

.chat-body::-webkit-scrollbar {
  width: 6px;
}
.chat-body::-webkit-scrollbar-thumb {
  background-color: #00f0ff;
  border-radius: 10px;
}

.message {
  margin: 6px 0;
  padding: 10px 14px;
  border-radius: 14px;
  max-width: 80%;
  font-size: 14px;
  line-height: 1.6;
  word-wrap: break-word;
  backdrop-filter: blur(6px);
}

.message.user {
  background: rgba(0, 255, 255, 0.2);
  align-self: flex-end;
  border: 1px solid rgba(0, 255, 255, 0.4);
  color: #fff;
}

.message.bot {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  align-self: flex-start;
  color: #e0e0e0;
}

#chat-input {
  border: none;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 12px;
  font-size: 14px;
  background: transparent;
  color: white;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  text-align: right;
}
.saybot{
  width: 47px;
}

.nemone{
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid #00ffd5;
  color: #f8f8f8;
  padding: 0.7rem 1.5rem;
  border-radius: 16px;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  backdrop-filter: blur(10px);
  box-shadow: 0 0 8px rgba(0, 255, 213, 0.3);
  transition: all 0.3s ease;
  cursor: pointer;
}
  .nemone:hover {
    background: rgba(0, 255, 213, 0.1);
    box-shadow: 0 0 12px rgba(0, 255, 213, 0.5);
    transform: scale(1.05);
    }
    .stats{
      text-align: center;
    margin-bottom: 39px;
    }
    .ghj{
      color: #cccccc;
      text-align: center;
      margin-top: -51px;
    }
    .ghj1{
      color: #cccccc;
      text-align: center;
      margin-top: -51px;
      font-size: 15px !important;
    }
    .sat1{
      margin-bottom: 3rem;
      color: #00ffd5;
      text-shadow: 0 0 10px #00ffd5;
    }


    /* CSS برای بخش تماس با ما */
.contact-section {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    /* border-radius: 16px; */
    color: #f0f0f0; /* رنگ متن روشن */
    padding: 60px 0;
    text-align: center;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
}

.contact-section h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
    color: #e0e0e0;
}

.contact-info {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 40px;
}

.contact-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-item i {
    font-size: 2.5em;
    color: #00ffd5; /* رنگ آبی برای آیکون‌ها */
    margin-bottom: 10px;
}

.contact-item p {
    margin: 5px 0;
    font-size: 1.1em;
}
.contact-item a {
    color: inherit; /* رنگ متن را از عنصر والد خود (contact-item) به ارث می‌برد */
    text-decoration: none; /* خط زیر را حذف می‌کند */
}
@media (max-width: 768px) {
    .contact-info {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
}

/* رسپانسیو برای موبایل */
@media (max-width: 768px) {

}



    @media (max-width: 600px) {
      .ghj{
      font-size: 13px !important;
      }
      .nemone{
        font-size: 1.5rem;
      }
      .categories{
        grid-template-columns: repeat(1, 1fr);
      }
      .E1-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 1.5rem;
        padding: 2rem;
      }
      .box{
        margin-top: 8px;
      }
      .E3-preview {
        height: 240px; /* بزرگ‌تر از نسخه قبلی */
      }
    
      .E5-content {
        padding: 1.25rem;
      }
    
      .E6-title {
        font-size: 1.25rem;
      }
    
      .E7-description {
        font-size: 1rem;
      }
    .box h3 {
      margin: 0.5rem 0;
      color: #00ffcc;
      font-size: 25px;
    }
    .glass-navbar {
      position: fixed;
      /* margin: 9px 0px 0px 10px; */
      left: auto;
      right: auto;
      transform: none;
      max-width: 51%;
      min-width: 69%;
      margin-right: 40px;
    }

  .glass-navbar ul {
    gap: 12px;
    flex-wrap: nowrap;         /* Ø¬Ù„ÙˆÚ¯ÛŒØ±ÛŒ Ø§Ø² Ø±ÙØªÙ† Ø²ÛŒØ± Ù‡Ù… */
    overflow-x: auto;          /* Ø§Ø³Ú©Ø±ÙˆÙ„ Ø§ÙÙ‚ÛŒ Ø¯Ø± ØµÙˆØ±Øª Ù†ÛŒØ§Ø² */
    scrollbar-width: none;     /* Ù…Ø®ÙÛŒ Ú©Ø±Ø¯Ù† Ø§Ø³Ú©Ø±ÙˆÙ„ Ø¯Ø± ÙØ§ÛŒØ±ÙØ§Ú©Ø³ */
  }

  .glass-navbar ul::-webkit-scrollbar {
    display: none;             /* Ù…Ø®ÙÛŒ Ú©Ø±Ø¯Ù† Ø§Ø³Ú©Ø±ÙˆÙ„ Ø¯Ø± Ú©Ø±ÙˆÙ… Ùˆ Ø³Ø§ÙØ§Ø±ÛŒ */
  }

  .glass-navbar li a {
    white-space: nowrap; 
    font-size: 12px;
    padding: 4px 8px;
  }


      .hero {
        flex-direction: column;
        align-items: center;
      }

      nav {
        display: flex;
        flex-direction: column;
        align-items: center;
      }

      nav a {
        margin: 0.5rem 0;
      }
    }
    @media (max-width: 480px) {
          .box h3 {
      margin: 0.5rem 0;
      color: #00ffcc;
      font-size: 25px;
    }
  .box {
    width: 95%;
    padding: 16px;
    border-radius: 12px;
    
  }
}

/* Ø¨Ø±Ø§ÛŒ ØªØ¨Ù„Øªâ€ŒÙ‡Ø§ */
@media (max-width: 768px) {
  .logo{
    margin: 30px;
  }
  .logo img{
    width: 245px;
  }

      .box h3 {
      margin: 0.5rem 0;
      color: #00ffcc;
      font-size: 25px;
    }
  .box {
    width: 90%;
    padding: 18px;
  }
}
.team-intro {
  padding: 4rem 2rem;
  background: linear-gradient(to right, #0f1f1f, #1a3a3a);
  text-align: center;
  color: #fff;
}

.team-intro h2 {
  font-size: 2.2rem;
  margin-bottom: 3rem;
  color: #00ffd5;
  text-shadow: 0 0 10px #00ffd5;
}

.team-members {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.member-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding: 20px;
  width: 280px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  backdrop-filter: blur(10px);
}

.member-card:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px #00ffd5;
}

.member-photo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
  border: 2px solid #00ffd5;
}

.ticket-form-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0rem;
}

.ticket-form {
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 1.5rem;
  width: 100%;
  max-width: 360px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.ticket-form h2 {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  font-weight: 600;
}

.ticket-form form {
  display: flex;
  flex-direction: column;
  align-items: center; /* ÙˆØ³Ø·â€ŒÚ†ÛŒÙ† Ú©Ø±Ø¯Ù† ÙÛŒÙ„Ø¯Ù‡Ø§ */
}

.ticket-form input,
.ticket-form textarea {
  width: 100%;
  max-width: 280px; /* Ø§Ù†Ø¯Ø§Ø²Ù‡ Ù…Ù†Ø§Ø³Ø¨ Ø¨Ø±Ø§ÛŒ ÙØ±Ù… Ø¬Ù…Ø¹â€ŒÙˆØ¬ÙˆØ± */
  margin-bottom: 0.8rem;
  padding: 0.7rem;
  border: none;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 0.9rem;
  text-align: center; /* ÙˆØ³Ø·â€ŒÚ†ÛŒÙ† Ú©Ø±Ø¯Ù† Ù…ØªÙ† Ø¯Ø§Ø®Ù„ ÙÛŒÙ„Ø¯ */
}

.ticket-form input::placeholder,
.ticket-form textarea::placeholder {
  color: #ccc;
}

.ticket-form button {
  width: 100%;
  max-width: 280px;
  padding: 0.7rem;
  border: none;
  border-radius: 12px;
  background: linear-gradient(135deg, #0f2027, #00c9ff);
  color: #e0f7ff;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  box-shadow: 0 0 12px rgba(0, 201, 255, 0.3), 0 0 24px rgba(15, 32, 39, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.ticket-form button:hover {
  transform: scale(1.05);
  box-shadow: 0 0 16px rgba(0, 201, 255, 0.5), 0 0 32px rgba(15, 32, 39, 0.6);
}

.ticket-form input,
.ticket-form textarea {
  text-align: center; /* ÙˆØ³Ø·â€ŒÚ†ÛŒÙ† Ú©Ø±Ø¯Ù† Ù…ØªÙ† Ø¯Ø§Ø®Ù„ ÙÛŒÙ„Ø¯Ù‡Ø§ */
}
#saybo-neon-glow {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  pointer-events: none;
  /* z-index: -1; */
  background: radial-gradient(circle at center, rgba(0, 255, 255, 0.06), transparent 204%);
  mask-image: linear-gradient(to top, black 60%, transparent 100%);
  -webkit-mask-image: linear-gradient(to top, black 31%, transparent 51%);
}

#saybo-neon-glow .saybo-circle {
  position: absolute;
  bottom: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(6px);
  animation: saybo-floatUp 4s ease-in-out forwards;
}

@keyframes saybo-floatUp {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-100px);
    opacity: 0;
  }
}



.fade-in-section {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  will-change: opacity, transform;
  transition: 1s !important;
  
}

.fade-in-section.visible {
  opacity: 1;
  transform: translateY(0);
  transition: 1s !important;
}
#chat-notify {
  position: fixed;
  bottom: 103px;
  right: 52px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  color: #00f0ff;
  padding: 12px 18px;
  border-radius: 14px 14px 3px 14px;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 0 16px rgba(0, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.15);
  z-index: 1001;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.qazxsw{
color: #00ffd5;
    text-shadow: 0 0 10px #00ffd5;
}
/* ........................... */


#loader-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.8s ease;
}

.loader-wrapper {
  position: relative;
  width: 100px;
  height: 100px;
}

.spinner {
  position: absolute;
  top: 0; left: 0;
  background-image: linear-gradient(rgb(53 166 120) 35%, rgb(61 112 210));
  width: 100px;
  height: 100px;
  animation: spinning82341 1.7s linear infinite;
  border-radius: 50px;
  filter: blur(1px);
  box-shadow:0px -5px 20px 0px rgb(53 155 116), 0px 5px 20px 0px rgb(2 44 125);
}

.spinner1 {
  position: absolute;
  top: 0; left: 0;
  background-color: rgb(36, 36, 36);
  width: 100px;
  height: 100px;
  border-radius: 50px;
  filter: blur(10px);
}

.loader-text {
  position: absolute;
  bottom: -40px;
  width: 100%;
  text-align: center;
  font-family: شید;
  font-size: 1rem;
  color: #00ffff;
  letter-spacing: 1px;
  opacity: 0.8;
  text-shadow: 0 0 8px #00ffff;
}

@keyframes spinning82341 {
  to {
    transform: rotate(360deg);
  }
}
#response{
  text-align: center;
}
.mah{
  text-align: center;
  font-size: 13px;
}
a{
  text-decoration: none;
}