NRV VIP
VIP6
VIP6
VIP6
🇬🇧 Switch to English 🇫🇷 Passer en Français

VIP TIER 3 / NIVEAU 3 VIP TIER 3 / LEVEL 3

Puissance Absolue Ultimate Power

 

✨ AVANTAGES VIP ✨ ✨ VIP PERKS ✨

Inclus avec votre statut Included with your rank

💠 +85 000 Points de Pouvoir +85,000 Power Points
⏱️ +400 pts toutes les 15 minutes +400 pts every 15 minutes
📦 20 NRVBoxes / mois (en jeu) 10 NRVBoxes / month (in-game)
🔓 Accès à toutes les commandes VIP Access to all VIP commands
✅ DeathSaver PREMIUM
📋 Battle Pass PREMIUM (124 000 pts + 50 boxes) Battle Pass PREMIUM (124,000 pts + 50 boxes)
🏆 Niveau VIP maximum atteint 🏆 Max VIP Tier reached
 
PRIX COST 50,00 €
Détails du Battle Pass Battle Pass Details →
Toutes les commandes VIP All VIP Commands →

"Seuls les dignes atteignent le sommet." "Only the worthy rise to the top."

 

NRV-ARK • 2025

@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700&display=swap'); :root { --primary: #ff7700; --secondary: #0066ff; --background: #111827; --card-bg: #1f2937; --border: #374151; --text: #f9fafb; --accent: #6d28d9; --highlight: #ff7700; --danger: #ef4444; --vip3: #b537ff; } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Rajdhani', sans-serif; background-color: var(--background); color: var(--text); line-height: 1.6; background-image: radial-gradient(circle at 50% 50%, rgba(181, 55, 255, 0.15) 0%, transparent 50%), linear-gradient(rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.85) 100%); background-attachment: fixed; } .nrv-container { max-width: 1200px; margin: 0 auto; padding: 40px 20px; } /* ===== LANGUAGE TOGGLE ===== */ .lang-switch-vip3 { display: none; } .lang-en-vip3 { display: none; } .lang-switch-vip3:checked ~ * .lang-fr-vip3 { display: none; } .lang-switch-vip3:checked ~ * .lang-en-vip3 { display: inline; } .lang-switch-vip3:checked ~ .lang-selector-vip3 .lang-btn-text-fr-vip3 { display: none; } .lang-switch-vip3:checked ~ .lang-selector-vip3 .lang-btn-text-en-vip3 { display: inline; } .lang-btn-text-en-vip3 { display: none; } .lang-selector-vip3 { display: flex; justify-content: center; margin-bottom: 30px; gap: 15px; } .lang-btn-vip3 { background: linear-gradient(135deg, rgba(181, 55, 255, 0.2), rgba(109, 40, 217, 0.3)); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); color: white; border: 2px solid rgba(181, 55, 255, 0.4); padding: 14px 32px; border-radius: 50px; cursor: pointer; transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); font-weight: bold; font-size: 1.1em; box-shadow: 0 8px 32px rgba(181, 55, 255, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 0 20px rgba(181, 55, 255, 0.1); display: inline-flex; align-items: center; gap: 10px; user-select: none; position: relative; overflow: hidden; } .lang-btn-vip3::before { content: ''; position: absolute; top: 50%; left: 50%; width: 0; height: 0; border-radius: 50%; background: radial-gradient(circle, rgba(255, 255, 255, 0.3), transparent); transform: translate(-50%, -50%); transition: width 0.6s, height 0.6s; } .lang-btn-vip3::after { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent); transition: left 0.5s; } .lang-btn-vip3:hover::after { left: 100%; } .lang-btn-vip3:hover::before { width: 400px; height: 400px; } .lang-btn-vip3:hover { transform: translateY(-5px) scale(1.05); box-shadow: 0 12px 40px rgba(181, 55, 255, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 0 30px rgba(181, 55, 255, 0.4); border-color: rgba(181, 55, 255, 0.7); background: linear-gradient(135deg, rgba(181, 55, 255, 0.3), rgba(109, 40, 217, 0.4)); } .nrv-header { text-align: center; padding: 40px 0; position: relative; } .nrv-header h1 { font-family: 'Orbitron', sans-serif; font-size: 3.5rem; font-weight: 700; letter-spacing: 3px; color: var(--text); text-shadow: 0 0 10px var(--vip3), 0 0 20px rgba(181, 55, 255, 0.7); } .nrv-header h1 span { color: var(--vip3); } .subtitle { font-family: 'Orbitron', sans-serif; font-size: 1.2rem; color: var(--secondary); letter-spacing: 2px; margin-top: 10px; text-transform: uppercase; opacity: 0.9; } .nrv-line { height: 2px; width: 80%; margin: 20px auto; background: linear-gradient(90deg, transparent, var(--vip3), transparent); position: relative; } .nrv-line::before { content: ""; position: absolute; height: 6px; width: 6px; background: var(--vip3); border-radius: 50%; top: -2px; left: 50%; transform: translateX(-50%); box-shadow: 0 0 10px var(--vip3), 0 0 20px var(--vip3); } .nrv-offer-container { display: flex; justify-content: center; align-items: center; padding: 20px 0; } .nrv-offer-box { width: 100%; max-width: 800px; background-color: var(--card-bg); border-radius: 12px; overflow: hidden; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3), 0 0 30px rgba(181, 55, 255, 0.2); border: 1px solid var(--border); position: relative; } .nrv-offer-box::before { content: ""; position: absolute; width: 100%; height: 5px; top: 0; left: 0; background: linear-gradient(90deg, var(--vip3), var(--secondary)); } .offer-header { background-color: rgba(0, 0, 0, 0.4); padding: 20px; text-align: center; border-bottom: 1px solid var(--border); } .offer-header h2 { font-family: 'Orbitron', sans-serif; color: var(--vip3); font-size: 1.8rem; letter-spacing: 2px; text-shadow: 0 0 10px rgba(181, 55, 255, 0.7); } .header-subtitle { margin-top: 5px; font-size: 0.95rem; color: var(--text); opacity: 0.7; } .offer-content { padding: 30px; } .offer-extras { display: flex; flex-direction: column; gap: 12px; margin-bottom: 25px; } .extras-item { display: flex; align-items: center; padding: 12px 15px; background-color: rgba(255, 255, 255, 0.05); border-radius: 8px; border-left: 3px solid var(--vip3); transition: all 0.3s ease; } .extras-item:hover { background-color: rgba(181, 55, 255, 0.1); transform: translateX(5px); } .extras-icon { font-size: 1.3rem; margin-right: 12px; flex-shrink: 0; } .extras-text { font-size: 1.05rem; font-weight: 500; } /* Battle Pass Highlight */ .battlepass-highlight { background: linear-gradient(90deg, rgba(255, 215, 0, 0.15), rgba(181, 55, 255, 0.15)); border-left: 3px solid gold; animation: battlepass-glow 2s ease-in-out infinite; } .battlepass-highlight .extras-text { color: gold; } .battlepass-highlight .extras-icon { color: gold; text-shadow: 0 0 10px rgba(255, 215, 0, 0.7); } @keyframes battlepass-glow { 0%, 100% { box-shadow: 0 0 10px rgba(255, 215, 0, 0.3); } 50% { box-shadow: 0 0 20px rgba(255, 215, 0, 0.6); } } .vip-progress { background-color: rgba(109, 40, 217, 0.1); padding: 15px; border-radius: 8px; margin: 20px 0; border-left: 4px solid var(--accent); } .progress-label { font-size: 1.1rem; font-weight: 600; margin-bottom: 10px; } .progress-bar { height: 20px; background-color: rgba(255, 255, 255, 0.1); border-radius: 10px; overflow: hidden; } .progress-fill { height: 100%; background: linear-gradient(90deg, var(--secondary), var(--vip3)); border-radius: 10px; transition: width 0.5s ease; animation: pulse 2s infinite; } @keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(181, 55, 255, 0.7); } 70% { box-shadow: 0 0 0 10px rgba(181, 55, 255, 0); } 100% { box-shadow: 0 0 0 0 rgba(181, 55, 255, 0); } } .offer-cta { background: linear-gradient(135deg, rgba(181, 55, 255, 0.2), rgba(0, 102, 255, 0.2)); padding: 20px; border-radius: 8px; border: 2px solid var(--vip3); margin: 25px 0; text-align: center; } .cta-label { display: inline-block; font-weight: bold; font-size: 1.05rem; margin-right: 10px; color: var(--text); } .cta-price { font-size: 1.4rem; font-weight: 700; color: gold; text-shadow: 0 0 10px rgba(255, 215, 0, 0.5); } .offer-link { margin: 15px 0; } .link-button { display: flex; align-items: center; justify-content: space-between; padding: 15px 20px; background: linear-gradient(135deg, rgba(181, 55, 255, 0.2), rgba(0, 102, 255, 0.2)); border: 1px solid var(--vip3); border-radius: 8px; color: var(--text); text-decoration: none; font-weight: 600; font-size: 1.05rem; transition: all 0.3s ease; } .link-button:hover { background: linear-gradient(135deg, rgba(181, 55, 255, 0.3), rgba(0, 102, 255, 0.3)); transform: translateX(5px); box-shadow: 0 5px 15px rgba(181, 55, 255, 0.4); } .link-arrow { font-size: 1.2rem; color: var(--vip3); } .offer-note { background-color: rgba(0, 102, 255, 0.1); padding: 15px; border-radius: 8px; margin-top: 25px; border-left: 4px solid var(--vip3); text-align: center; } .offer-note p { font-size: 1rem; opacity: 0.9; } .nrv-footer { text-align: center; padding: 20px 0; margin-top: 60px; } .nrv-footer p { font-family: 'Orbitron', sans-serif; font-size: 0.9rem; letter-spacing: 2px; color: var(--text); opacity: 0.7; } /* Responsive Adjustments */ @media (max-width: 768px) { .lang-btn-vip3 { padding: 12px 24px; font-size: 1em; } .nrv-header h1 { font-size: 2.5rem; } .subtitle { font-size: 1rem; } .offer-header h2 { font-size: 1.5rem; } .offer-content { padding: 20px; } .extras-text { font-size: 0.95rem; } .link-button { font-size: 0.95rem; padding: 12px 16px; } } @media (max-width: 480px) { .lang-selector-vip3 { margin-bottom: 20px; } .lang-btn-vip3 { padding: 10px 20px; font-size: 0.95em; } .nrv-header h1 { font-size: 2rem; } .offer-header h2 { font-size: 1.3rem; } .extras-item { padding: 10px 12px; } .extras-text { font-size: 0.9rem; } .cta-price { font-size: 1.2rem; } .link-button { font-size: 0.9rem; } }
Prix 65€
Se connecter