*/ @import url('https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@v33.003/Vazirmatn-font-face.css'); * { margin: 0; padding: 0; box-sizing: border-box; -webkit-font-smoothing: antialiased; } html { scroll-behavior: smooth; } body { font-family: 'Vazirmatn', Tahoma, sans-serif; direction: rtl; text-align: right; background: #05060f; color: #e6edf7; overflow-x: hidden; line-height: 1.7; min-height: 100vh; position: relative; } /* Animated background */ body::before { content: ''; position: fixed; inset: 0; background: radial-gradient(circle at 15% 20%, rgba(0, 242, 254, 0.18), transparent 45%), radial-gradient(circle at 85% 80%, rgba(168, 85, 247, 0.18), transparent 45%), radial-gradient(circle at 50% 50%, rgba(0, 100, 200, 0.08), transparent 60%); z-index: -2; animation: bgShift 18s ease-in-out infinite alternate; } body::after { content: ''; position: fixed; inset: 0; background-image: linear-gradient(rgba(0, 242, 254, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(168, 85, 247, 0.04) 1px, transparent 1px); background-size: 60px 60px; z-index: -1; pointer-events: none; mask-image: radial-gradient(circle at center, black 30%, transparent 80%); } @keyframes bgShift { 0% { transform: translate(0,0) scale(1); } 100% { transform: translate(-3%,2%) scale(1.05); } } a { color: inherit; text-decoration: none; } .container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; } /* ============ NAVBAR ============ */ .navbar { position: sticky; top: 0; z-index: 100; backdrop-filter: blur(18px) saturate(160%); -webkit-backdrop-filter: blur(18px) saturate(160%); background: rgba(10, 12, 25, 0.6); border-bottom: 1px solid rgba(0, 242, 254, 0.15); } .nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; } .logo { display: flex; align-items: center; gap: 12px; font-weight: 800; font-size: 22px; letter-spacing: 0.5px; } .logo-icon { width: 42px; height: 42px; border-radius: 12px; background: linear-gradient(135deg, #00f2fe 0%, #a855f7 100%); display: grid; place-items: center; box-shadow: 0 0 24px rgba(0, 242, 254, 0.5); } .logo-icon svg { width: 24px; height: 24px; } .logo-text { background: linear-gradient(90deg, #00f2fe, #a855f7); -webkit-background-clip: text; background-clip: text; color: transparent; } .nav-links { display: flex; gap: 28px; list-style: none; font-size: 15px; } .nav-links a { color: #b8c1d6; transition: color .25s; position: relative; } .nav-links a:hover { color: #00f2fe; } .nav-cta { padding: 10px 22px; border-radius: 999px; background: linear-gradient(135deg, #00f2fe, #a855f7); color: #05060f !important; font-weight: 700; box-shadow: 0 0 20px rgba(0, 242, 254, 0.4); transition: transform .25s, box-shadow .25s; } .nav-cta:hover { transform: translateY(-2px); box-shadow: 0 0 30px rgba(168, 85, 247, 0.6); } @media (max-width: 768px) { .nav-links { display: none; } } /* ============ HERO ============ */ .hero { padding: 90px 0 60px; position: relative; text-align: center; } .hero-badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 18px; border-radius: 999px; background: rgba(0, 242, 254, 0.08); border: 1px solid rgba(0, 242, 254, 0.3); color: #00f2fe; font-size: 13px; font-weight: 600; margin-bottom: 28px; backdrop-filter: blur(10px); } .hero-badge .pulse { width: 8px; height: 8px; border-radius: 50%; background: #00f2fe; box-shadow: 0 0 10px #00f2fe; animation: pulse 1.8s infinite; } @keyframes pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.5; transform: scale(1.4); } } .hero h1 { font-size: clamp(32px, 6vw, 64px); font-weight: 900; line-height: 1.25; margin-bottom: 22px; letter-spacing: -0.5px; } .hero h1 .grad { background: linear-gradient(90deg, #00f2fe 0%, #a855f7 50%, #00f2fe 100%); background-size: 200% auto; -webkit-background-clip: text; background-clip: text; color: transparent; animation: shine 4s linear infinite; } @keyframes shine { to { background-position: 200% center; } } .hero p.lead { max-width: 720px; margin: 0 auto 36px; font-size: clamp(15px, 2vw, 18px); color: #b8c1d6; line-height: 1.9; } .hero-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 50px; } .btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 28px; border-radius: 14px; font-weight: 700; font-size: 15px; cursor: pointer; border: none; transition: transform .25s, box-shadow .25s; font-family: inherit; } .btn-primary { background: linear-gradient(135deg, #00f2fe, #a855f7); color: #05060f; box-shadow: 0 10px 30px rgba(0, 242, 254, 0.3); } .btn-primary:hover { transform: translateY(-3px); box-shadow: 0 15px 40px rgba(168, 85, 247, 0.5); } .btn-ghost { background: rgba(255,255,255,0.04); color: #e6edf7; border: 1px solid rgba(255,255,255,0.12); backdrop-filter: blur(10px); } .btn-ghost:hover { border-color: #00f2fe; color: #00f2fe; transform: translateY(-3px); } /* Features strip */ .features-strip { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 18px; max-width: 980px; margin: 0 auto; } .feature { padding: 22px 20px; border-radius: 16px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); backdrop-filter: blur(14px); text-align: center; transition: all .3s; } .feature:hover { border-color: rgba(0, 242, 254, 0.4); transform: translateY(-4px); box-shadow: 0 10px 30px rgba(0, 242, 254, 0.1); } .feature-icon { width: 48px; height: 48px; margin: 0 auto 12px; border-radius: 12px; background: linear-gradient(135deg, rgba(0, 242, 254, 0.2), rgba(168, 85, 247, 0.2)); display: grid; place-items: center; color: #00f2fe; } .feature-icon svg { width: 24px; height: 24px; } .feature h4 { font-size: 15px; margin-bottom: 4px; } .feature p { font-size: 13px; color: #8b94ad; } /* ============ SERVERS ============ */ .servers { padding: 80px 0; text-align: center; } .section-title { font-size: clamp(26px, 4vw, 40px); font-weight: 800; margin-bottom: 14px; } .section-sub { color: #8b94ad; max-width: 620px; margin: 0 auto 44px; font-size: 15px; } .server-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 22px; max-width: 860px; margin: 0 auto; } .server-card { padding: 28px 24px; border-radius: 20px; background: linear-gradient(145deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01)); border: 1px solid rgba(255,255,255,0.08); backdrop-filter: blur(14px); display: flex; align-items: center; gap: 18px; transition: all .35s; position: relative; overflow: hidden; } .server-card::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(0,242,254,0.08), transparent); opacity: 0; transition: opacity .35s; } .server-card:hover { transform: translateY(-5px); border-color: rgba(0, 242, 254, 0.5); box-shadow: 0 15px 40px rgba(0, 242, 254, 0.15); } .server-card:hover::before { opacity: 1; } .flag { font-size: 48px; line-height: 1; filter: drop-shadow(0 0 12px rgba(0, 242, 254, 0.4)); } .server-info { text-align: right; flex: 1; position: relative; } .server-info h3 { font-size: 20px; margin-bottom: 6px; font-weight: 700; } .server-meta { display: flex; gap: 12px; font-size: 12px; color: #8b94ad; flex-wrap: wrap; } .server-meta span { display: inline-flex; align-items: center; gap: 4px; padding: 3px 10px; background: rgba(0, 242, 254, 0.08); border-radius: 999px; color: #00f2fe; border: 1px solid rgba(0, 242, 254, 0.2); } /* ============ PRICING ============ */ .pricing { padding: 80px 0 100px; text-align: center; } .pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; max-width: 1100px; margin: 0 auto; align-items: stretch; } .price-card { position: relative; padding: 32px 26px; border-radius: 24px; background: linear-gradient(160deg, rgba(255,255,255,0.05), rgba(255,255,255,0.01)); border: 1px solid rgba(255,255,255,0.1); backdrop-filter: blur(16px); text-align: right; transition: all .4s cubic-bezier(.2,.8,.2,1); display: flex; flex-direction: column; overflow: hidden; } .price-card::before { content: ''; position: absolute; top: -1px; right: -1px; left: -1px; height: 3px; background: linear-gradient(90deg, transparent, rgba(0,242,254,0.6), transparent); opacity: 0.5; } .price-card:hover { transform: translateY(-8px); border-color: rgba(0, 242, 254, 0.4); box-shadow: 0 20px 50px rgba(0, 242, 254, 0.15); } /* Featured card */ .price-card.featured { background: linear-gradient(160deg, rgba(0, 242, 254, 0.08), rgba(168, 85, 247, 0.08)); border: 1px solid rgba(0, 242, 254, 0.5); box-shadow: 0 0 40px rgba(0, 242, 254, 0.25), 0 0 80px rgba(168, 85, 247, 0.15), inset 0 0 30px rgba(0, 242, 254, 0.05); transform: scale(1.04); position: relative; } .price-card.featured::before { height: 4px; background: linear-gradient(90deg, #00f2fe, #a855f7, #00f2fe); background-size: 200% 100%; animation: shine 3s linear infinite; opacity: 1; } .price-card.featured:hover { transform: scale(1.04) translateY(-8px); box-shadow: 0 0 60px rgba(0, 242, 254, 0.4), 0 0 120px rgba(168, 85, 247, 0.25); } .price-card.featured::after { content: ''; position: absolute; inset: -2px; border-radius: 24px; background: linear-gradient(135deg, #00f2fe, #a855f7); z-index: -1; opacity: 0.3; filter: blur(20px); animation: glowPulse 3s ease-in-out infinite; } @keyframes glowPulse { 0%, 100% { opacity: 0.3; } 50% { opacity: 0.55; } } .popular-tag { position: absolute; top: 18px; left: 18px; padding: 6px 14px; border-radius: 999px; background: linear-gradient(135deg, #00f2fe, #a855f7); color: #05060f; font-size: 11px; font-weight: 800; letter-spacing: 0.5px; box-shadow: 0 0 20px rgba(0, 242, 254, 0.5); } .plan-header { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px dashed rgba(255,255,255,0.1); } .plan-icon { width: 52px; height: 52px; border-radius: 14px; background: linear-gradient(135deg, rgba(0,242,254,0.15), rgba(168,85,247,0.15)); border: 1px solid rgba(0,242,254,0.25); display: grid; place-items: center; color: #00f2fe; flex-shrink: 0; } .plan-icon svg { width: 26px; height: 26px; } .plan-title { font-size: 18px; font-weight: 700; margin-bottom: 2px; } .plan-sub { font-size: 13px; color: #8b94ad; } .plan-price { margin: 18px 0 24px; padding: 20px; border-radius: 16px; background: rgba(0,0,0,0.25); border: 1px solid rgba(255,255,255,0.06); } .price-num { font-size: 38px; font-weight: 900; background: linear-gradient(90deg, #00f2fe, #a855f7); -webkit-background-clip: text; background-clip: text; color: transparent; line-height: 1; } .price-currency { font-size: 16px; color: #8b94ad; margin-top: 6px; } .plan-features { list-style: none; margin-bottom: 26px; flex: 1; } .plan-features li { display: flex; align-items: center; gap: 10px; padding: 10px 0; font-size: 14px; color: #c7cfde; border-bottom: 1px solid rgba(255,255,255,0.04); } .plan-features li:last-child { border-bottom: none; } .plan-features li svg { width: 18px; height: 18px; color: #00f2fe; flex-shrink: 0; } .plan-actions { display: flex; flex-direction: column; gap: 10px; } .btn-tg { background: linear-gradient(135deg, #229ED9, #0088cc); color: #fff; padding: 12px; border-radius: 12px; font-weight: 700; display: flex; align-items: center; justify-content: center; gap: 8px; transition: all .25s; border: none; cursor: pointer; font-family: inherit; font-size: 14px; } .btn-tg:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(34, 158, 217, 0.4); } .btn-wa { background: linear-gradient(135deg, #25D366, #128C7E); color: #fff; padding: 12px; border-radius: 12px; font-weight: 700; display: flex; align-items: center; justify-content: center; gap: 8px; transition: all .25s; border: none; cursor: pointer; font-family: inherit; font-size: 14px; } .btn-wa:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(37, 211, 102, 0.4); } .btn-tg svg, .btn-wa svg { width: 18px; height: 18px; } /* ============ OPERATORS ============ */ .operators { padding: 60px 0; text-align: center; } .op-list { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 30px; } .op-chip { padding: 10px 20px; border-radius: 999px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); font-size: 14px; color: #c7cfde; backdrop-filter: blur(10px); transition: all .25s; } .op-chip:hover { border-color: #00f2fe; color: #00f2fe; transform: translateY(-2px); } /* ============ FOOTER ============ */ .footer { padding: 40px 0 30px; border-top: 1px solid rgba(255,255,255,0.08); text-align: center; color: #6b7390; font-size: 13px; margin-top: 40px; } .footer a { color: #00f2fe; } /* Hide Blogger default widgets */ #main, .blog-posts, .post-outer, .blog-pager, .post-footer, .comments { display: none !important; } /* ============ RESPONSIVE ============ */ @media (max-width: 768px) { .hero { padding: 60px 0 40px; } .price-card.featured { transform: scale(1); } .price-card.featured:hover { transform: translateY(-8px); } .servers, .pricing { padding: 60px 0; } .plan-price { padding: 16px; } .price-num { font-size: 32px; } } @media (max-width: 480px) { .container { padding: 0 16px; } .hero-ctas { flex-direction: column; } .hero-ctas .btn { width: 100%; justify-content: center; } .features-strip { grid-template-columns: 1fr 1fr; } } ]]>
سرورهای آنلاین و پایدار ۲۴/۷

اتصال سریع، امن و بدون قطعی

با پینگ فوق‌العاده پایین مخصوص گیمرها، استریم ۴K بدون بافر و سازگاری کامل با تمامی اپراتورهای ایران — همراه اول، ایرانسل، رایتل، مخابرات، شاتل و آسیاتک. اینترنت آزاد را همین حالا تجربه کن.

پینگ پایین

مخصوص گیمینگ حرفه‌ای

استریم 4K

نتفلیکس، یوتیوب، دیزنی+

رمزنگاری نظامی

AES-256 بدون لاگ

همه دستگاه‌ها

ویندوز، مک، اندروید، iOS

لوکیشن سرورهای پریمیوم

سرورهای اختصاصی با پایداری ۹۹.۹٪ و سرعت نامحدود در بهترین دیتاسنترهای اروپا و خاورمیانه

🇩🇪

فرانکفورت، آلمان

پینگ ۴۵ms پهنای باند ۱Gbps پایدار ✓
🇹🇷

استانبول، ترکیه

پینگ ۲۵ms پهنای باند ۱Gbps پایدار ✓

پلن‌های اشتراک

پلن مناسب خودت رو انتخاب کن و همین الان شروع کن — فعال‌سازی آنی پس از پرداخت

پلن استارتر
مناسب استفاده شخصی
۱۰۰,۰۰۰
تومان / ۱ ماه
  • حجم ترافیک: ۵۰ گیگابایت
  • مدت اعتبار: ۱ ماهه
  • اتصال همزمان: ۲ دستگاه
  • پشتیبانی ۲۴ ساعته
پلن نامحدود
برای کاربران حرفه‌ای
۲۵۰,۰۰۰
تومان / ۱ ماه
  • حجم ترافیک: ۱۵۰ گیگابایت
  • مدت اعتبار: ۱ ماهه
  • اتصال همزمان: ۵ دستگاه
  • پشتیبانی VIP اختصاصی
  • دسترسی به همه سرورها

سازگار با همه اپراتورها

بدون محدودیت روی هر اینترنتی که داری کار می‌کنه

📶 همراه اول
📶 ایرانسل
📶 رایتل
🌐 مخابرات
🌐 شاتل
🌐 آسیاتک
🌐 پارس آنلاین
🌐 های‌وب