أسعار اشتراكات beIN Sports – ONE ZERO SPORTS
body {
font-family: 'Cairo', Arial, sans-serif;
direction: rtl;
line-height: 1.8;
background: #f8f9fa url('https://onezerosports.net/logo.png') no-repeat center top 50px / 120px;
background-size: contain;
padding: 20px;
color: #333;
margin: 0;
}
.container {
max-width: 800px;
margin: 150px auto 20px auto;
background-color: #ffffff;
padding: 30px;
border-radius: 12px;
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}
/* Headings and Paragraphs */
h1 {
color: #d90429;
font-size: 2.8em;
margin-bottom: 10px;
font-weight: bold;
line-height: 1.3;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
h2 {
color: #ff6b35;
font-size: 2.2em;
margin-bottom: 20px;
font-weight: bold;
line-height: 1.5;
}
h3 {
text-align: center;
background: #28a745;
color: white;
padding: 10px;
border-radius: 6px;
margin-top: 25px;
}
.section-header {
text-align: center;
background: #6c5ce7;
color: white;
padding: 10px;
border-radius: 6px;
margin-top: 25px;
}
p {
font-size: 1.2em;
color: #555;
margin-top: 5px;
margin-bottom: 15px;
}
/* CTA Button */
.cta-button {
background-color: #6b46c1;
color: white;
padding: 15px 35px;
border-radius: 30px;
text-decoration: none;
font-weight: bold;
font-size: 1.4em;
transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
display: inline-block;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.cta-button:hover {
background-color: #5533a1;
transform: translateY(-2px);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}
/* Important Notes */
.important-notes {
background-color: #fff3cd;
border: 1px solid #ffeeba;
border-radius: 8px;
padding: 20px;
text-align: right;
margin-bottom: 25px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.important-notes p {
font-weight: bold;
color: #856404;
font-size: 1.2em;
margin-bottom: 10px;
}
.important-notes ul {
list-style-type: none;
padding: 0;
margin: 0;
color: #666;
}
.important-notes li {
margin-bottom: 8px;
font-size: 1.1em;
}
.important-notes li::before {
content: "•";
color: #f0ad4e;
display: inline-block;
width: 1em;
margin-right: 0.5em;
}
/* Contact Info and Update Date */
.contact-info {
font-size: 1.5em;
color: #007bff;
font-weight: bold;
text-align: center;
margin-top: 20px;
}
.update-date {
text-align: right;
font-size: 0.9em;
color: #777;
margin-bottom: 15px;
padding-right: 5px;
}
/* Section Title */
.section-title {
text-align: center;
background-color: #1a202c;
color: white;
padding: 15px;
border-radius: 8px;
margin-top: 30px;
margin-bottom: 25px;
font-size: 1.8em;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.section-title span {
color: #78be20;
}
/* Tables */
table {
width: 100%;
text-align: center;
font-size: 1.1em;
margin-bottom: 25px;
border-collapse: separate;
border-spacing: 0;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
border-radius: 8px;
overflow: hidden;
}
th, td {
width: 50%;
padding: 15px;
border-bottom: 1px solid #eee;
}
th {
background-color: #e9ecef;
font-weight: bold;
color: #495057;
}
tr:last-child td {
border-bottom: none;
}
tr:nth-child(even) {
background-color: #fdfdfe;
}
tr:nth-child(odd) {
background-color: #ffffff;
}
a.price-link {
color: #28a745;
text-decoration: none;
font-weight: bold;
font-size: 1.1em;
transition: color 0.2s ease;
}
a.price-link:hover {
color: #218838;
text-decoration: underline;
}
/* WhatsApp Button in Table */
.whatsapp-btn-table {
background-color: #25D366;
color: white;
padding: 12px 30px;
border-radius: 30px;
text-decoration: none;
font-weight: bold;
font-size: 1.3em;
display: inline-block;
margin-top: 15px;
margin-bottom: 30px;
transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.whatsapp-btn-table:hover {
background-color: #1DA851;
transform: translateY(-2px);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}
.separator-line {
border: 0;
height: 1px;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
margin: 40px 0;
}
/* Responsive Adjustments */
@media (max-width: 768px) {
.container {
margin-top: 100px;
padding: 15px;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.5em;
}
p {
font-size: 1em;
}
.cta-button {
font-size: 1.1em;
padding: 12px 25px;
}
.section-title {
font-size: 1.5em;
padding: 10px;
}
th, td {
padding: 10px;
font-size: 0.9em;
}
.whatsapp-btn-table {
font-size: 1.1em;
padding: 10px 25px;
}
.important-notes {
padding: 15px;
font-size: 0.9em;
}
.important-notes p, .important-notes li {
font-size: 1em;
}
.contact-info {
font-size: 1.2em;
}
}
⚠️ الأسعار ثابتة – يُرجى التأكد عبر واتساب قبل الدفع لضمان الحصول على أحدث العروض.
🎁 عروضنا المتاحة
✅ اسعار مخصصة للتجار واصحاب المحلات
🎉 أسعار اشتراكات beIN Sports 🎉
📈 أسعارنا تنافسية! 📈
تواصل معنا للحصول على أفضل سعر!
📞 احجز الآن عبر واتساب: **0124020560**
📅 تاريخ التحديث: 30 يوليو 2025
—
💳 أسعار اشتراكات beIN Sports من ONE ZERO SPORTS
🇸🇩 الكرت السوداني – باقة تميز
| المدة |
السعر |
| 3 شهور |
|
| 6 شهور |
|
| سنة |
|
| **باقة كأس العالم** |
**** |
🇯🇴 الكرت الأردني – باقة تميز
| المدة |
السعر |
| 3 شهور |
|
| 6 شهور |
|
| سنة |
|
| **باقة كأس العالم** |
**** |
🇸🇦 الكرت السعودي – باقة تميز
| المدة |
السعر |
| 3 شهور |
|
| 6 شهور |
|
| سنة |
|
| **باقة كأس العالم** |
**** |
🇶🇦 الكرت القطري – باقة تميز
| المدة |
السعر |
| 3 شهور |
|
| 6 شهور |
|
| سنة |
|
| **باقة كأس العالم** |
**** |
⚠️ ملاحظات مهمة:
- الأسعار المعروضة هي أسعار ثابتة.
- يرجى التواصل معنا للتأكد من أحدث الأسعار قبل الشراء.
- نقدم أفضل الأسعار لعملائنا الكرام!
💬 استفسر الآن
// =======================================================
// # اعدادات قابلة للتعديل بسهولة
// =======================================================
// أسعار الدولار الأساسية للباقات بالدولار الأمريكي
const BASE_PRICES_USD = {
'sudanese-tamyoz': {
'3months': 43.5,
'6months': 87,
'1year': 174,
'worldcup': 95
},
'jordanian-tamyoz': {
'3months': 54,
'6months': 108,
'1year': 216,
'worldcup': 95
},
'saudi-tamyoz': {
'3months': 81,
'6months': 162,
'1year': 324,
'worldcup': 150
},
'qatari-tamyoz': {
'3months': 90,
'6months': 180,
'1year': 360,
'worldcup': 150
}
};
// قيم الفوائد بالجنيه السوداني لكل مدة اشتراك
const PROFIT_VALUES_SDG = {
'3months': 17000,
'6months': 23000,
'1year': 33000,
'jordanian-3months': 23000,
'jordanian-6months': 29000,
'jordanian-1year': 35000,
'saudi-3months': 22000,
'saudi-6months': 28000,
'saudi-1year': 34000,
'qatari-3months': 16000,
'qatari-6months': 17000,
'qatari-1year': 22000,
'sudanese-worldcup': 25000,
'jordanian-worldcup': 25000,
'saudi-worldcup': 30000,
'qatari-worldcup': 30000
};
// سعر الدينار الجزائري الثابت المستخدم في التحويل
const DZD_USD_FIXED_RATE = 195;
// قيمة دولار اللوحة بالدينار الجزائري
const PANEL_USD_VALUE_DZD = 232;
// سعر دولار باينانس بالجنيه السوداني
const BINANCE_USD_TO_SDG = 3490;
// لتحديد العملة الافتراضية لعرض الأسعار
let USER_LOCATION_CURRENCY = 'SDG';
// =======================================================
// # نهاية اعدادات قابلة للتعديل
// =======================================================
// =======================================================
// # متغيرات ودوال داخلية (لا تحتاج للتعديل عادةً)
// =======================================================
// دالة لحساب السعر النهائي وتنسيقه وتقريبه
const calculateAndFormatPrice = (base_price, duration_key, packageName) => {
let final_price_sdg;
let currencySymbol;
let profit = 0;
if (packageName === 'sudanese-tamyoz') {
profit = PROFIT_VALUES_SDG[duration_key];
} else if (packageName === 'jordanian-tamyoz') {
profit = PROFIT_VALUES_SDG['jordanian-' + duration_key];
} else if (packageName === 'saudi-tamyoz') {
profit = PROFIT_VALUES_SDG['saudi-' + duration_key];
} else if (packageName === 'qatari-tamyoz') {
profit = PROFIT_VALUES_SDG['qatari-' + duration_key];
} else if (packageName === 'worldcup-sudan') {
profit = PROFIT_VALUES_SDG['sudanese-worldcup'];
} else if (packageName === 'worldcup-jordan') {
profit = PROFIT_VALUES_SDG['jordanian-worldcup'];
} else if (packageName === 'worldcup-saudi') {
profit = PROFIT_VALUES_SDG['saudi-worldcup'];
} else if (packageName === 'worldcup-qatar') {
profit = PROFIT_VALUES_SDG['qatari-worldcup'];
}
// حساب السعر بناءً على القواعد المحددة
const price_in_dzd = base_price * DZD_USD_FIXED_RATE;
const relative_usd_price_after_panel_division = price_in_dzd / PANEL_USD_VALUE_DZD;
const price_before_profit_sdg = relative_usd_price_after_panel_division * BINANCE_USD_TO_SDG;
final_price_sdg = price_before_profit_sdg + profit;
currencySymbol = 'SDG';
let finalPriceInTargetCurrency = final_price_sdg;
let formattedPrice = (Math.round(finalPriceInTargetCurrency / 1000) * 1000).toLocaleString('en-US');
return `${formattedPrice} ${currencySymbol}`;
};
// دالة لتحديث أسعار جميع الباقات والجداول بمجرد تحميل الصفحة
const updateAllPricesImmediately = () => {
// Sudanese card prices
document.getElementById("price-sudanese-tamyoz-3m").innerText = calculateAndFormatPrice(BASE_PRICES_USD['sudanese-tamyoz']['3months'], '3months', 'sudanese-tamyoz');
document.getElementById("price-sudanese-tamyoz-6m").innerText = calculateAndFormatPrice(BASE_PRICES_USD['sudanese-tamyoz']['6months'], '6months', 'sudanese-tamyoz');
document.getElementById("price-sudanese-tamyoz-1y").innerText = calculateAndFormatPrice(BASE_PRICES_USD['sudanese-tamyoz']['1year'], '1year', 'sudanese-tamyoz');
document.getElementById("price-worldcup-sudan").innerText = calculateAndFormatPrice(BASE_PRICES_USD['sudanese-tamyoz']['worldcup'], 'worldcup', 'worldcup-sudan');
// Jordanian card prices
document.getElementById("price-jordanian-tamyoz-3m").innerText = calculateAndFormatPrice(BASE_PRICES_USD['jordanian-tamyoz']['3months'], '3months', 'jordanian-tamyoz');
document.getElementById("price-jordanian-tamyoz-6m").innerText = calculateAndFormatPrice(BASE_PRICES_USD['jordanian-tamyoz']['6months'], '6months', 'jordanian-tamyoz');
document.getElementById("price-jordanian-tamyoz-1y").innerText = calculateAndFormatPrice(BASE_PRICES_USD['jordanian-tamyoz']['1year'], '1year', 'jordanian-tamyoz');
document.getElementById("price-worldcup-jordan").innerText = calculateAndFormatPrice(BASE_PRICES_USD['jordanian-tamyoz']['worldcup'], 'worldcup', 'worldcup-jordan');
// Saudi card prices
document.getElementById("price-saudi-tamyoz-3m").innerText = calculateAndFormatPrice(BASE_PRICES_USD['saudi-tamyoz']['3months'], '3months', 'saudi-tamyoz');
document.getElementById("price-saudi-tamyoz-6m").innerText = calculateAndFormatPrice(BASE_PRICES_USD['saudi-tamyoz']['6months'], '6months', 'saudi-tamyoz');
document.getElementById("price-saudi-tamyoz-1y").innerText = calculateAndFormatPrice(BASE_PRICES_USD['saudi-tamyoz']['1year'], '1year', 'saudi-tamyoz');
document.getElementById("price-worldcup-saudi").innerText = calculateAndFormatPrice(BASE_PRICES_USD['saudi-tamyoz']['worldcup'], 'worldcup', 'worldcup-saudi');
// Qatari card prices
document.getElementById("price-qatari-tamyoz-3m").innerText = calculateAndFormatPrice(BASE_PRICES_USD['qatari-tamyoz']['3months'], '3months', 'qatari-tamyoz');
document.getElementById("price-qatari-tamyoz-6m").innerText = calculateAndFormatPrice(BASE_PRICES_USD['qatari-tamyoz']['6months'], '6months', 'qatari-tamyoz');
document.getElementById("price-qatari-tamyoz-1y").innerText = calculateAndFormatPrice(BASE_PRICES_USD['qatari-tamyoz']['1year'], '1year', 'qatari-tamyoz');
document.getElementById("price-worldcup-qatar").innerText = calculateAndFormatPrice(BASE_PRICES_USD['qatari-tamyoz']['worldcup'], 'worldcup', 'worldcup-qatar');
// Update WhatsApp links after prices are calculated
document.getElementById("whatsapp-tamyoz-all-sudanese").href = `https://wa.me/249124020560?text=أرغب في الاشتراك في باقة تميز - الكرت السوداني - ${document.getElementById("price-sudanese-tamyoz-1y").innerText}، و باقة كأس العالم - ${document.getElementById("price-worldcup-sudan").innerText}`;
document.getElementById("whatsapp-tamyoz-all-jordanian").href = `https://wa.me/249124020560?text=أرغب في الاشتراك في باقة تميز - الكرت الأردني - ${document.getElementById("price-jordanian-tamyoz-1y").innerText}، و باقة كأس العالم - ${document.getElementById("price-worldcup-jordan").innerText}`;
document.getElementById("whatsapp-tamyoz-all-saudi").href = `https://wa.me/249124020560?text=أرغب في الاشتراك في باقة تميز - الكرت السعودي - ${document.getElementById("price-saudi-tamyoz-1y").innerText}، و باقة كأس العالم - ${document.getElementById("price-worldcup-saudi").innerText}`;
document.getElementById("whatsapp-tamyoz-all-qatari").href = `https://wa.me/249124020560?text=أرغب في الاشتراك في باقة تميز - الكرت القطري - ${document.getElementById("price-qatari-tamyoz-1y").innerText}، و باقة كأس العالم - ${document.getElementById("price-worldcup-qatar").innerText}`;
};
// عند تحميل الصفحة بالكامل
document.addEventListener('DOMContentLoaded', () => {
// تحديث الأسعار مباشرة عند تحميل الصفحة
updateAllPricesImmediately();
});