علم النفس المظلم | Dark Psychology
أكثر من 10,000 طالب حول العالم

اكتشف أسرار
التحكم في العقول

تعلم techniques علم النفس المظلم لتحليل الشخصيات، التأثير على الآخرين، وحماية نفسك من التلاعب النفسي. كن سيد قراراتك وتحكم في مصيرك.

منتجاتنا التدريبية

اختر البرنامج المناسب لك وابدأ التحول اليوم

الأكثر مبيعاً

دليلك الكامل للقوة الجسدية والنفسية

كتاب إلكتروني شامل ي revealing أسرار بناء الشخصية القوية والثقة بالنفس من خلال فهم آليات العقل البشري.

  • 200+ صفحة من المحتوى العميق
  • تمارين تطبيقية يومية
  • تقنيات قراءة الشخصية
  • استراتيجيات التأثير والإقناع
$97
$47
جديد

سيكولوجي العقل البشري - كيف تصبح من الـ 1%

دورة فيديو متكاملة تكشف لك كيف يفكر الناجحون وتمنحك الأدوات لتصبح سيد قراراتك وتحقق أهدافك بسرعة.

  • 20+ ساعة فيديو عالي الجودة
  • 50+ درس تفاعلي
  • ملفات عمل وقوالب جاهزة
  • شهادة إتمام معتمدة
  • تحديثات مجانية مدى الحياة
$197
$97
محدود

استشارة فردية خاصة

جلسة خاصة معي مباشرة لتحليل موقفك الشخصي ووضع خطة تطوير مخصصة لك فقط.

  • 30 دقيقة واحدة معي
  • تحليل عميق لشخصيتك
  • خطة عمل مخصصة
  • متابعة لمدة أسبوع
$19

احجز استشارتك الخاصة

اختر التاريخ والوقت المناسب لك، والتزم بالموعد

يناير 2025

إتمام الحجز

أدخل بياناتك لحجز استشارة بـ $19 (30 دقيقة)

-index: 1000; padding: 15px 0; } .header-content { max-width: 1400px; margin: 0 auto; padding: 0 30px; display: flex; justify-content: space-between; align-items: center; } .logo { display: flex; align-items: center; gap: 15px; font-size: 1.8rem; font-weight: 900; color: var(--primary); text-shadow: 0 0 30px rgba(0, 212, 255, 0.5); } .logo i { font-size: 2.2rem; animation: brainPulse 3s ease-in-out infinite; } @keyframes brainPulse { 0%, 100% { transform: scale(1); filter: drop-shadow(0 0 10px var(--primary)); } 50% { transform: scale(1.1); filter: drop-shadow(0 0 20px var(--secondary)); } } nav { display: flex; gap: 40px; } nav a { color: var(--text); text-decoration: none; font-weight: 600; position: relative; transition: color 0.3s; font-size: 1.1rem; } nav a::after { content: ''; position: absolute; bottom: -5px; right: 0; width: 0; height: 2px; background: linear-gradient(90deg, var(--primary), var(--secondary)); transition: width 0.3s; } nav a:hover { color: var(--primary); } nav a:hover::after { width: 100%; } /* Hero Section */ .hero { min-height: 100vh; display: flex; align-items: center; justify-content: center; text-align: center; padding: 120px 30px 80px; position: relative; } .hero-content { max-width: 900px; } .hero-badge { display: inline-block; background: linear-gradient(135deg, rgba(255, 0, 110, 0.2), rgba(0, 212, 255, 0.2)); border: 1px solid var(--secondary); padding: 10px 25px; border-radius: 50px; font-size: 0.9rem; margin-bottom: 30px; color: var(--secondary); font-weight: 700; animation: badgeGlow 2s ease-in-out infinite; } @keyframes badgeGlow { 0%, 100% { box-shadow: 0 0 20px rgba(255, 0, 110, 0.3); } 50% { box-shadow: 0 0 40px rgba(255, 0, 110, 0.6); } } .hero h1 { font-size: 4.5rem; font-weight: 900; margin-bottom: 20px; line-height: 1.2; background: linear-gradient(135deg, #fff 0%, var(--primary) 50%, var(--secondary) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; animation: titleShine 3s ease-in-out infinite; } @keyframes titleShine { 0%, 100% { filter: brightness(1); } 50% { filter: brightness(1.2); } } .hero p { font-size: 1.3rem; color: #888; margin-bottom: 40px; max-width: 700px; margin-left: auto; margin-right: auto; } .hero-buttons { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; } .btn { padding: 18px 40px; border-radius: 50px; font-weight: 700; font-size: 1.1rem; cursor: pointer; transition: all 0.3s; border: none; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; } .btn-primary { background: linear-gradient(135deg, var(--primary), var(--secondary)); color: #fff; box-shadow: 0 10px 30px rgba(0, 212, 255, 0.3); } .btn-primary:hover { transform: translateY(-3px); box-shadow: 0 20px 40px rgba(0, 212, 255, 0.4); } .btn-secondary { background: transparent; color: var(--text); border: 2px solid rgba(255, 255, 255, 0.2); } .btn-secondary:hover { border-color: var(--primary); color: var(--primary); } /* Products Section */ .section { padding: 100px 30px; max-width: 1400px; margin: 0 auto; } .section-title { text-align: center; margin-bottom: 60px; } .section-title h2 { font-size: 3rem; font-weight: 900; margin-bottom: 15px; color: #fff; } .section-title p { color: #888; font-size: 1.2rem; } .products-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 30px; } .product-card { background: var(--card); border-radius: 20px; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.05); transition: all 0.3s; position: relative; } .product-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--primary), var(--secondary)); transform: scaleX(0); transition: transform 0.3s; } .product-card:hover::before { transform: scaleX(1); } .product-card:hover { transform: translateY(-10px); border-color: rgba(0, 212, 255, 0.2); box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5); } .product-image { height: 250px; background: linear-gradient(135deg, #1a1a2e, #0f0f1e); display: flex; align-items: center; justify-content: center; font-size: 5rem; color: var(--primary); position: relative; overflow: hidden; } .product-image::after { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(0, 212, 255, 0.1) 0%, transparent 70%); animation: rotate 20s linear infinite; } @keyframes rotate { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } .product-content { padding: 30px; } .product-tag { display: inline-block; background: rgba(0, 212, 255, 0.1); color: var(--primary); padding: 5px 15px; border-radius: 20px; font-size: 0.85rem; margin-bottom: 15px; font-weight: 600; } .product-content h3 { font-size: 1.5rem; margin-bottom: 10px; color: #fff; } .product-content p { color: #888; margin-bottom: 20px; line-height: 1.8; } .product-features { list-style: none; margin-bottom: 25px; } .product-features li { padding: 8px 0; color: #aaa; display: flex; align-items: center; gap: 10px; } .product-features li i { color: var(--primary); } .product-price { display: flex; align-items: center; justify-content: space-between; margin-top: 20px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, 0.05); } .price { font-size: 2rem; font-weight: 900; color: var(--gold); } .price span { font-size: 0.9rem; color: #666; text-decoration: line-through; margin-right: 10px; } /* Booking Section */ .booking-section { background: var(--darker); padding: 100px 30px; } .booking-container { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; } .calendar-container { background: var(--card); border-radius: 20px; padding: 30px; border: 1px solid rgba(255, 255, 255, 0.05); } .calendar-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; } .calendar-header h3 { font-size: 1.3rem; color: var(--primary); } .calendar-nav { display: flex; gap: 10px; } .calendar-nav button { background: rgba(255, 255, 255, 0.05); border: none; color: var(--text); width: 35px; height: 35px; border-radius: 50%; cursor: pointer; transition: all 0.3s; } .calendar-nav button:hover { background: var(--primary); color: #000; } .calendar-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 10px; text-align: center; } .calendar-day-header { color: #666; font-size: 0.9rem; padding: 10px; font-weight: 600; } .calendar-day { aspect-ratio: 1; display: flex; align-items: center; justify-content: center; border-radius: 10px; cursor: pointer; transition: all 0.3s; font-weight: 600; position: relative; } .calendar-day:hover:not(.disabled):not(.selected) { background: rgba(0, 212, 255, 0.1); color: var(--primary); } .calendar-day.disabled { color: #444; cursor: not-allowed; } .calendar-day.selected { background: linear-gradient(135deg, var(--primary), var(--secondary)); color: #fff; box-shadow: 0 5px 20px rgba(0, 212, 255, 0.4); } .calendar-day.has-slot::after { content: ''; position: absolute; bottom: 5px; width: 4px; height: 4px; background: var(--primary); border-radius: 50%; } .time-slots { margin-top: 30px; } .time-slots h4 { margin-bottom: 15px; color: var(--primary); } .slots-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .slot { padding: 12px; background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 10px; text-align: center; cursor: pointer; transition: all 0.3s; font-size: 0.9rem; } .slot:hover:not(.disabled) { border-color: var(--primary); color: var(--primary); } .slot.selected { background: var(--primary); color: #000; border-color: var(--primary); font-weight: 700; } .slot.disabled { opacity: 0.3; cursor: not-allowed; text-decoration: line-through; } .booking-form { background: var(--card); border-radius: 20px; padding: 40px; border: 1px solid rgba(255, 255, 255, 0.05); } .booking-form h3 { font-size: 1.8rem; margin-bottom: 10px; color: #fff; } .booking-form > p { color: #888; margin-bottom: 30px; } .form-group { margin-bottom: 25px; } .form-group label { display: block; margin-bottom: 10px; color: #aaa; font-weight: 600; } .form-group input, .form-group select, .form-group textarea { width: 100%; padding: 15px; background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 10px; color: #fff; font-family: 'Cairo', sans-serif; font-size: 1rem; transition: all 0.3s; } .form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 20px rgba(0, 212, 255, 0.1); } .payment-methods { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 25px; } .payment-method { padding: 20px; background: rgba(255, 255, 255, 0.05); border: 2px solid rgba(255, 255, 255, 0.1); border-radius: 15px; text-align: center; cursor: pointer; transition: all 0.3s; } .payment-method:hover { border-color: rgba(0, 212, 255, 0.3); } .payment-method.selected { border-color: var(--primary); background: rgba(0, 212, 255, 0.1); } .payment-method i { font-size: 2rem; margin-bottom: 10px; display: block; } .payment-method.paypal i { color: #0070ba; } .payment-method.card i { color: var(--primary); } .payment-method.bank i { color: var(--gold); } .payment-method span { font-size: 0.9rem; font-weight: 600; } /* Card Element */ #card-element { background: rgba(255, 255, 255, 0.05); padding: 15px; border-radius: 10px; border: 1px solid rgba(255, 255, 255, 0.1); } /* Modal */ .modal { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.9); z-index: 2000; justify-content: center; align-items: center; padding: 20px; backdrop-filter: blur(10px); } .modal.active { display: flex; } .modal-content { background: var(--card); border-radius: 20px; max-width: 600px; width: 100%; max-height: 90vh; overflow-y: auto; border: 1px solid rgba(0, 212, 255, 0.2); position: relative; animation: modalSlide 0.3s ease; } @keyframes modalSlide { from { transform: translateY(-50px); opacity: 0; } to { transform: translateY(0); opacity: 1; } } .modal-header { padding: 30px; border-bottom: 1px solid rgba(255, 255, 255, 0.05); display: flex; justify-content: space-between; align-items: center; } .modal-header h3 { font-size: 1.5rem; color: #fff; } .close-modal { background: none; border: none; color: #666; font-size: 1.5rem; cursor: pointer; transition: color 0.3s; } .close-modal:hover { color: #fff; } .modal-body { padding: 30px; } .bank-details-box { background: rgba(0, 0, 0, 0.3); border: 1px solid rgba(255, 215, 0, 0.2); border-radius: 15px; padding: 25px; margin: 20px 0; font-family: 'Courier New', monospace; } .bank-details-box .detail-row { display: flex; justify-content: space-between; margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid rgba(255, 255, 255, 0.05); } .bank-details-box .detail-row:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; } .bank-details-box label { color: #888; font-size: 0.9rem; } .bank-details-box value { color: var(--gold); font-weight: 600; direction: ltr; } .copy-btn { background: rgba(255, 215, 0, 0.1); border: 1px solid var(--gold); color: var(--gold); padding: 8px 15px; border-radius: 5px; cursor: pointer; font-size: 0.8rem; transition: all 0.3s; } .copy-btn:hover { background: var(--gold); color: #000; } /* Success Message */ .success-message { text-align: center; padding: 40px; } .success-message i { font-size: 5rem; color: var(--primary); margin-bottom: 20px; animation: successPulse 1s ease; } @keyframes successPulse { 0% { transform: scale(0); } 50% { transform: scale(1.2); } 100% { transform: scale(1); } } .success-message h3 { font-size: 2rem; margin-bottom: 15px; color: #fff; } .success-message p { color: #888; margin-bottom: 30px; } /* Footer */ footer { background: var(--darker); padding: 60px 30px 30px; border-top: 1px solid rgba(255, 255, 255, 0.05); } .footer-content { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px; margin-bottom: 40px; } .footer-section h4 { color: var(--primary); margin-bottom: 20px; font-size: 1.2rem; } .footer-section p, .footer-section a { color: #888; text-decoration: none; line-height: 2; transition: color 0.3s; } .footer-section a:hover { color: var(--primary); } .social-links { display: flex; gap: 15px; margin-top: 20px; } .social-links a { width: 45px; height: 45px; background: rgba(255, 255, 255, 0.05); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; transition: all 0.3s; } .social-links a:hover { background: var(--primary); color: #000; transform: translateY(-3px); } .footer-bottom { text-align: center; padding-top: 30px; border-top: 1px solid rgba(255, 255, 255, 0.05); color: #666; } /* WhatsApp Float */ .whatsapp-float { position: fixed; bottom: 30px; left: 30px; width: 60px; height: 60px; background: #25d366; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 2rem; box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4); cursor: pointer; transition: all 0.3s; z-index: 999; text-decoration: none; } .whatsapp-float:hover { transform: scale(1.1) rotate(10deg); box-shadow: 0 15px 40px rgba(37, 211, 102, 0.6); } /* Responsive */ @media (max-width: 968px) { .booking-container { grid-template-columns: 1fr; } .hero h1 { font-size: 2.5rem; } nav { display: none; } .payment-methods { grid-template-columns: 1fr; } } /* Loading */ .loading { display: inline-block; width: 20px; height: 20px; border: 3px solid rgba(255, 255, 255, 0.3); border-radius: 50%; border-top-color: #fff; animation: spin 1s ease-in-out infinite; } @keyframes spin { to { transform: rotate(360deg); } } /* Admin Panel Link */ .admin-link { position: fixed; bottom: 30px; right: 30px; background: rgba(255, 255, 255, 0.05); padding: 10px 20px; border-radius: 20px; color: #666; text-decoration: none; font-size: 0.8rem; border: 1px solid rgba(255, 255, 255, 0.1); transition: all 0.3s; z-index: 998; } .admin-link:hover { background: var(--primary); color: #000; }
أكثر من 10,000 طالب حول العالم

اكتشف أسرار
التحكم في العقول

تعلم techniques علم النفس المظلم لتحليل الشخصيات، التأثير على الآخرين، وحماية نفسك من التلاعب النفسي. كن سيد قراراتك وتحكم في مصيرك.

منتجاتنا التدريبية

اختر البرنامج المناسب لك وابدأ التحول اليوم

الأكثر مبيعاً

دليلك الكامل للقوة الجسدية والنفسية

كتاب إلكتروني شامل ي revealing أسرار بناء الشخصية القوية والثقة بالنفس من خلال فهم آليات العقل البشري.

  • 200+ صفحة من المحتوى العميق
  • تمارين تطبيقية يومية
  • تقنيات قراءة الشخصية
  • استراتيجيات التأثير والإقناع
$97
$47
جديد

سيكولوجي العقل البشري - كيف تصبح من الـ 1%

دورة فيديو متكاملة تكشف لك كيف يفكر الناجحون وتمنحك الأدوات لتصبح سيد قراراتك وتحقق أهدافك بسرعة.

  • 20+ ساعة فيديو عالي الجودة
  • 50+ درس تفاعلي
  • ملفات عمل وقوالب جاهزة
  • شهادة إتمام معتمدة
  • تحديثات مجانية مدى الحياة
$197
$97
محدود

استشارة فردية خاصة

جلسة خاصة معي مباشرة لتحليل موقفك الشخصي ووضع خطة تطوير مخصصة لك فقط.

  • 30 دقيقة واحدة معي
  • تحليل عميق لشخصيتك
  • خطة عمل مخصصة
  • متابعة لمدة أسبوع
$19

احجز استشارتك الخاصة

اختر التاريخ والوقت المناسب لك، والتزم بالموعد

يناير 2025

إتمام الحجز

أدخل بياناتك لحجز استشارة بـ $19 (30 دقيقة)

فيزا / ماستركارد
PayPal
تحويل بنكي

مدفوعات آمنة ومشفرة 100%