egyqahr.com Ads.txt file



<!DOCTYPE html>
<html lang="en">
<head>
<!-- ================== إعدادات الصفحة الرئيسية ================== -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Conquer EgyQahr</title>


<!-- ================== روابط CSS الخارجية ================== -->
<link rel="icon" type="image/png" href="Hazem/img/ico.png">
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/fontawesome-all.min.css">
<link rel="stylesheet" href="assets/css/main.css">
<link href="https://kit-pro.fontawesome.com/releases/v5.13.0/css/pro.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;800&family=Amiri&family=Changa:wght@400;600&family=El+Messiri:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css">

<!-- ================== روابط JS الخارجية ================== -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.min.js"></script>
<script> new WOW().init(); </script>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/js/bootstrap.bundle.min.js"></script>

<!-- ================== حماية الكود ================== -->
<script>
document.addEventListener('contextmenu', event => event.preventDefault());
document.onkeydown = function(e) {
if (e.keyCode === 123 || (e.ctrlKey && e.shiftKey && e.keyCode === 73) || (e.ctrlKey && e.keyCode === 85)) {
return false;
}
};
</script>

<!-- ================== الأنماط الداخلية ================== -->
<style>
/* 1. الخلفية الرئيسية وإعداد الصفحة */
html, body {
margin: 0; padding: 0; height: 100%;
background: url('assets/css/header-bg4.jpg') no-repeat center center fixed;
background-size: cover;
font-family: 'Tahoma', sans-serif;
}

/* 2. الطبقة الشفافة فوق الخلفية (Overlay) */
.overlay {
position: fixed;
top: 0; left: 0;
width: 100%; height: 100%;
background: rgba(0,0,0,0.3);
z-index: 0;
}
/* ✅ تعديل تنسيق Server Info */
.serverInfo .body {
padding: 15px 20px; /* تقليل البادينج */
}

.serverInfo .body ul {
list-style: none;
padding: 0;
margin: 0;
}

.serverInfo .body ul li {
font-size: 16px; /* تكبير الخط */
font-weight: 500;
line-height: 2.5; /* ضبط المسافة بين السطور */
margin: 6px 0; /* مسافة بسيطة بين العناصر */
color: #fff; /* لون النص */
}

.serverInfo .body ul li span {
font-weight: bold;
font-size: 17px; /* القيم تبقى أوضح شوية */
color: #f7a428; /* نفس لون العناوين */
}

/* 3. محتوى الصفحة الرئيسي */
.content {
position: relative;
z-index: 1;
padding: 30px 10px 10px;
text-align: center;
color: #f7a428;
}
.rank-title {
font-size: 50px;
font-weight: 700;
color: #2ecc71;
text-shadow: 1px 1px 3px #000;
margin-bottom: 1px;
}
.rank-title1 {
font-size: 28px;
font-weight: 700;
color: #fff;
text-shadow: 1px 1px 3px #000;
margin-bottom: 1px;
}

.logo-container img {
width: 360px;
animation: glowFlash 2s infinite;
}

@keyframes glowFlash {
0%, 100% { filter: drop-shadow(0 0 5px gold) brightness(1); }
50% { filter: drop-shadow(0 0 15px orange) brightness(1.4); }
}

@media (max-width: 768px) {
.logo-container img { width: 160px; }
.rank-title1 { font-size: 20px; }
}

/* 4. شريط التنقل الرئيسي */
.manu-nav-bar-transparent .nav-link {
position: relative;
color: #fff;
font-weight: bold;
padding: 10px 15px;
background-color: rgba(247, 164, 40, 0.85);
border-radius: 20px;
margin: 3px;
}

.manu-nav-bar-transparent .nav-link:hover {
background: rgba(255,255,255,0.7);
color: #f7a428;
box-shadow: 0 0 10px #f7a42850;
}

/* 5. الأزرار العائمة للأحداث والشحن */
.sidenav-events, .sidenav-events2 {
position: fixed;
z-index: 9999;
}

.sidenav-events {
top: 20px; left: 20px;
}

.sidenav-events2 {
top: 120px; left: 20px;
}

.sidenav-events img, .sidenav-events2 img {
width: 70px;
height: 70px;
border-radius: 25px;
box-shadow: 0 0 10px #f7a42888;
animation: pulseBtn 2s infinite;
transition: .3s;
}

.sidenav-events img:hover,
.sidenav-events2 img:hover {
transform: scale(1.1);
box-shadow: 0 0 25px #f7a428;
}

@keyframes pulseBtn {
0% { transform: scale(1); }
50% { transform: scale(1.08); }
100% { transform: scale(1); }
}

.event-float-btn {
position: fixed;
bottom: 25px;
right: 25px;
z-index: 9999;
background: #f7a428;
color: #000;
font-size: 20px;
padding: 14px 16px;
border-radius: 50%;
box-shadow: 0 0 12px #f7a42888;
animation: bounce 2s infinite;
transition: 0.3s;
}

.event-float-btn:hover {
background: #ffb100;
color: #fff;
box-shadow: 0 0 20px #f7a428;
transform: scale(1.1);
}

/* 6. صندوق تعليمات السيرفر (Rules Box) */
.floating-rules-box {
position: fixed;
top: 150px;
right: 15px;
width: 250px;
background: rgba(0, 0, 0, 0.88);
border-left: 5px solid #f7a428;
color: #fff;
padding: 15px 15px 10px;
border-radius: 10px;
z-index: 9999;
font-size: 14px;
box-shadow: 0 0 15px #f7a428aa;
}

.rules-header {
font-size: 16px;
margin-bottom: 10px;
color: #f7a428;
}

.rules-body ul {
list-style: none;
padding-left: 0;
}

.rules-body ul li {
margin-bottom: 6px;
}

.rules-close {
position: absolute;
top: 5px;
right: 8px;
cursor: pointer;
color: #f7a428;
font-size: 16px;
}

.show-rules-btn {
position: fixed;
top: 150px;
right: 15px;
background: #f7a428;
color: #000;
border: none;
border-radius: 50%;
font-size: 20px;
padding: 14px 16px;
cursor: pointer;
z-index: 9999;
box-shadow: 0 0 12px #f7a42888;
transition: 0.3s;
}

.show-rules-btn:hover {
background-color: #ffb100;
color: #fff;
box-shadow: 0 0 20px #f7a428;
transform: scale(1.1);
}

@media (max-width: 768px) {
.floating-rules-box {
width: 90%;
left: 5%;
top: auto;
bottom: 20px;
}
}
/* 7. صندوق السلايدر (Gallery Slider) - تطوير متقدم */

.gallery-container {
max-width: 1000px;
width: 65%;
border: 4px solid gold;
border-radius: 20px;
background: linear-gradient(135deg, #111, #222);
box-shadow: 0 0 40px rgba(247, 164, 40, 0.5), 0 0 20px rgba(255, 215, 0, 0.3);
overflow: hidden;
transition: transform 0.5s ease, box-shadow 0.5s ease;
position: relative;
}

.gallery-container::before {
content: "";
position: absolute;
top: 0; left: 0; right: 0; bottom: 0;
background: radial-gradient(circle, rgba(255,255,255,0.05), transparent);
pointer-events: none;
}

.gallery-container:hover {
transform: scale(1.03);
box-shadow: 0 0 60px rgba(255, 193, 7, 0.7), 0 0 30px rgba(255, 215, 0, 0.5);
}

.gallery-slide-img {
width: 100%;
height: 400px;
object-fit: contain;
border-radius: 12px;
transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out;
box-shadow: 0 0 15px rgba(0,0,0,0.4);
}

.carousel-item {
overflow: hidden;
position: relative;
}

.carousel-item:hover .gallery-slide-img {
transform: scale(1.08) rotateZ(1deg);
filter: brightness(1.15) drop-shadow(0 0 20px gold);
}

/* إضافة نصوص فوق الصور بشكل جذاب */
.carousel-caption {
position: absolute;
bottom: 20px;
left: 20px;
background: rgba(0, 0, 0, 0.6);
padding: 10px 15px;
border-radius: 10px;
color: #fff;
font-size: 18px;
box-shadow: 0 0 10px rgba(0,0,0,0.5);
transition: 0.3s ease;
}

.carousel-item:hover .carousel-caption {
background: rgba(0, 0, 0, 0.8);
transform: translateY(-5px);
}

/* 8. البطاقات التعريفية (Box Cards) */
.box-card {
background-color: #000;
border: 2px solid #f7a428;
border-radius: 12px;
padding: 12px 15px; /* تصغير الحشو */
box-shadow: 0 0 15px rgba(247, 164, 40, 0.25);
transition: all 0.3s ease-in-out;
height: auto !important; /* يلغى الطول الكبير */
min-height: unset !important;
display: flex;
flex-direction: column;
justify-content: flex-start; /* على قد المحتوى */
}

.box-card:hover {
transform: scale(1.02);
box-shadow: 0 0 25px rgba(247, 164, 40, 0.5);
}

.box-card .title h1 {
font-size: 18px; /* أصغر شويه */
font-weight: bold;
color: #f7a428;
text-shadow: 1px 1px 3px #000;
margin-bottom: 10px;
}

.box-card .body h2,
.box-card .body p,
.box-card .body li {
font-size: 16px; /* مناسب مع حجم البوكس */
color: #fff;
font-family: 'Open Sans', sans-serif;
margin: 5px 0; /* يقلل الفراغ بين العناصر */
}

.row {
align-items: flex-start; /* يمنع التمدد بالطول */
}


.embed-responsive iframe {
border-radius: 10px;
box-shadow: 0 0 10px #00000070;
}

/* 9. صندوق العداد (Countdown Box) */
.countdown {
font-size: 18px;
background: #000000;
color: #ff6600;
padding: 20px;
border-radius: 10px;
display: inline-block;
}

/* 10. صندوق الرسائل المتحركة (Message Box) */
.message-box {
position: fixed;
top: 20px;
right: 20px;
transform: translateX(-50%);
background: linear-gradient(45deg, #f7a428, #ff0000, #6600ff);
color: #fff;
padding: 10px 10px;
font-size: 12px;
border-radius: 10px;
box-shadow: 0 0 25px #f7a42888;
animation: glow 1.5s infinite alternate, slideInDown 3s ease-out;
z-index: 9999;
}

@keyframes glow {
from { box-shadow: 0 0 10px #f7a428, 0 0 20px #f7a428; }
to { box-shadow: 0 0 20px #ff6600, 0 0 30px #ff6600; }
}

@media (max-width: 768px) {
.message-box {
font-size: 16px;
padding: 10px 20px;
}
}

.winner-guild-section .box-card {
padding: 25px;
border: 2px solid #f7a428;
border-radius: 15px;
background-color: #000;
box-shadow: 0 0 20px rgba(247, 164, 40, 0.3);
}

.winner-guild-section .title h1 {
font-size: 26px;
font-weight: bold;
color: #f7a428;
margin-bottom: 15px;
text-shadow: 1px 1px 5px #000;
}

.winner-guild-section .body p {
font-size: 28px;
font-weight: bold;
color: gold;
text-shadow: 1px 1px 5px #000;
}

/* 11. شريط الإعلانات المتحرك (Scrolling Notes Bar) */
#slider-notes {
position: relative;
top: 300px;
left: 440px;
width: 90%;
height: 55px;
transform: translateX(-1%);
max-width: 600px;
background: linear-gradient(135deg, #1f2937, #4b5563);
color: #fff;
font-size: 22px;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 0 15px rgba(0,0,0,0.6);
display: flex;
align-items: center;
padding: 0 12px;
border: 2px solid #00f0ff;
animation: glow 2s infinite alternate;
font-family: 'Amiri', sans-serif;
direction: rtl;
justify-content: flex-start;
}

#slider-text {
white-space: nowrap;
animation: scrollText 20s linear infinite, firePulse 1.5s ease-in-out infinite;
text-shadow:
0 0 5px #ff4500,
0 0 10px #ff6347,
0 0 20px #ff8c00,
0 0 30px #ffa500;
}

@keyframes scrollText {
0% { transform: translateX(100%); }
100% { transform: translateX(-100%); }
}

@keyframes firePulse {
0% {
text-shadow:
0 0 5px #ff4500,
0 0 10px #ff6347,
0 0 20px #ff8c00,
0 0 30px #ffa500;
}
50% {
text-shadow:
0 0 10px #ff6347,
0 0 15px #ff7f50,
0 0 25px #ffa500,
0 0 35px #ff8c00;
}
100% {
text-shadow:
0 0 5px #ff4500,
0 0 10px #ff6347,
0 0 20px #ff8c00,
0 0 30px #ffa500;
}
}

/* 12. استدعاء الخطوط من Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;800&family=Amiri&family=Changa:wght@400;600&family=El+Messiri:wght@400;700&display=swap');

body {
font-family: 'Amiri', sans-serif;
}

</style>

<!-- ================== سكربت التحكم في ظهور التعليمات ================== -->
<script>
function hideRulesBox() {
document.getElementById('serverRulesBox').style.display = 'none';
document.getElementById('showRulesBtn').style.display = 'block';
localStorage.setItem('hideRules', 'true');
}
function showRulesBox() {
document.getElementById('serverRulesBox').style.display = 'block';
document.getElementById('showRulesBtn').style.display = 'none';
localStorage.removeItem('hideRules');
}
document.addEventListener("DOMContentLoaded", function() {
if (localStorage.getItem('hideRules')) {
document.getElementById('serverRulesBox').style.display = 'none';
document.getElementById('showRulesBtn').style.display = 'block';
}
});
</script>
</head>
<body>

<!-- ================== Facebook SDK ================== -->
<div id="fb-root"></div>
<script>
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = 'https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v3.1&appId=1919705814937996&autoLogAppEvents=1';
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>

<!-- ================== الطبقة الخلفية الشفافة ================== -->
<div class="overlay"></div>

<!-- ================== قائمة التنقل ================== -->
<nav class="navbar navbar-expand-lg navbar-light relative manu-nav-bar-transparent animate__animated animate__fadeInDown">
<div class="container">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar-menu">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbar-menu">
<ul class="navbar-nav m-auto">
<li class="nav-item"><a class="nav-link" href="index"><i class="fa fa-home"></i> HOME</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="AccMenu" data-toggle="dropdown"><i class="fa fa-users"></i> ACCOUNTS</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="register"><i class="fa fa-user-plus"></i> CREATE ACCOUNT</a>
<a class="dropdown-item" href="rePass"><i class="fa fa-unlock-alt"></i> FORGOT PASSWORD</a>
<a class="dropdown-item" href="login"><i class="fa fa-sign-in"></i> LOGIN</a>
</div>
</li>
<li class="nav-item"><a class="nav-link" href="download"><i class="fa fa-download"></i> DOWNLOAD</a></li>
<li class="nav-item"><a class="nav-link" href="charge"><i class="fa fa-shopping-cart"></i> Shopping store</a></li>
<li class="nav-item"><a class="nav-link" href="vote"><i class="fa fa-bell"></i> VOTING</a></li>
<li class="nav-item"><a class="nav-link" id="contactLink" href="contact"><i class="fa fa-phone"></i> CONTACT US</a></li>
</ul>
</div>
</div>
</nav>

<!-- ================== شريط التنويه المتحرك ================== -->
<div id="slider-notes">
<div id="slider-text">
⚔️ ! Welcome to the strongest server - Egy Qahr - Try the challenge and fun now! 🏆
</div>
</div>

<!-- ================== صندوق قواعد السيرفر ================== -->

<div id="rulesBox" class="floating-rules-box">
<div class="rules-close" onclick="closeRules()"><i class="fa fa-times"></i></div>
<div class="rules-header">📜 Server Rules</div>
<div class="rules-body">
<ul>
<li>❌ ممنوع استخدام برامج غش</li>
<li>❌ ممنوع نشر او التحدث عن اى خادم اخر </li>
<li>🗨 ممنوع استخدام الألفاظ السيئة</li>
<li>⏳ التواجد أونلاين = مكافآت أكثر</li>
<li>🔐 لا تشارك بياناتك أبداً</li>
<li>📩 <a href="contact" class="text-light">تواصل مع الدعم</a></li>
</ul>
<small class="text-muted d-block mt-2">🗓 تحديث: 2025-09-08</small>
</div>
</div>

<!-- ✅ زر إظهار التعليمات -->
<button id="showRulesBtn" class="show-rules-btn" onclick="showRules()" style="display: none;">
<i class="fa fa-info-circle"></i> 📜
</button>


<!-- ================== المحتوى الرئيسي ================== -->
<div class="content container-fluid d-flex justify-content-center align-items-center p-0 m-0" style="height: 50vh;">
<div class="logo-container">
<img src="assets/css/logo0.png" alt="EgyQahr Logo">
</div>
</div>

<!-- ================== تأثير خاص على رابط CONTACT ================== -->
<script>
const contactLink = document.getElementById('contactLink');
if (contactLink) {
contactLink.addEventListener('click', function(e) {
e.preventDefault();
contactLink.classList.add('animate__animated', 'animate__heartBeat');
contactLink.addEventListener('animationend', () => {
contactLink.classList.remove('animate__animated', 'animate__heartBeat');
window.location.href = contactLink.href;
}, { once: true });
});
}
</script>

<!-- ================== رسالة متحركة ثابتة أعلى الشاشة ================== -->
<div class="message-box animate__animated animate__pulse animate__infinite">
🔥 Periodic server maintenance every day at 12 AM.! 🔥</div>

<!-- ================== الأزرار العائمة ================== -->
<a href="events" class="event-float-btn" title="اكتشف الأحداث"><i class="fas fa-calendar-alt"></i></a>

<div class="sidenav-events">
<a href="events" title="📅 Events on the server" class="enter-events">
<img src="https://hw.99.com/uploads/co/images/activity/avatar/class/150x150_1.jpg" alt="Events" />
</a>
</div>

<div class="sidenav-events2">
<a href="charge" title="💳 Buy charging points" class="enter-event">
<img src="https://hw.99.com/uploads/qahr/images/2024/icon/treasuremall01.png" alt="charge" />
</a>
</div>
<div class="sidenav-events2" style="top: 220px;">
<a href="link" title="🔗 روابط السيرفر" class="enter-event">
<img src="https://cdn-icons-png.flaticon.com/512/535/535239.png"
alt="Links"
style="width:60px;height:60px;filter: invert(1) brightness(2);" />
</a>
</div>




<script>
// إغلاق صندوق القواعد
function closeRules() {
document.getElementById("rulesBox").style.display = "none";
document.getElementById("showRulesBtn").style.display = "block";
}

// فتح صندوق القواعد
function showRules() {
document.getElementById("rulesBox").style.display = "block";
document.getElementById("showRulesBtn").style.display = "none";
}

// تشغيل تلقائي عند تحميل الصفحة
window.onload = function () {
document.getElementById("rulesBox").style.display = "block";
document.getElementById("showRulesBtn").style.display = "none";
}
</script>



</body>



</html>

<!-- ✅ صندوق السلايدر وسط الصفحة -->
<div class="container d-flex justify-content-center align-items-center mt-0 mb-0">
<div class="gallery-container text-center animate__animated animate__fadeInUp">
<div id="sliderGallery" class="carousel slide" data-ride="carousel" data-interval="4000">
<div class="carousel-inner">

<div class="carousel-item active">
<img src="gallery/2.png?v=1757367780" class="img-fluid gallery-slide-img" alt="Gallery Image">
</div>
<div class="carousel-item ">
<img src="gallery/3.png?v=1757367780" class="img-fluid gallery-slide-img" alt="Gallery Image">
</div>
<div class="carousel-item ">
<img src="gallery/1.jpg?v=1757367780" class="img-fluid gallery-slide-img" alt="Gallery Image">
</div> </div>
<a class="carousel-control-prev" href="#sliderGallery" data-slide="prev">
<span class="carousel-control-prev-icon bg-dark rounded-circle p-2"></span>
</a>
<a class="carousel-control-next" href="#sliderGallery" data-slide="next">
<span class="carousel-control-next-icon bg-dark rounded-circle p-2"></span>
</a>
</div>
</div>
</div>


<section class="statusServer mt-5">
<div class="container">
<div class="row text-center">
<div class="col-md-6">

<!-- Start ServerInfo -->
<div class="box-card serverInfo wow animate__animated animate__fadeInLeft" data-wow-delay="0.2s">

<div class="title">

<h1><i class="fa fa-info-circle fa-fw"></i> SERVER INFO</h1>
</div>
<div class="body">
<ul class="state-color">
<li class="item-td">Server Name : ( <span class="c1">EgyQahr</span> )</li>
<li class="item-td">VERSION : ( <span class="c2">5695</span> )</li>
<li class="item-td">Drop Cps Rate : ( <span class="c3">3 CPS</span> )</li>
<li class="item-td">Max Level : ( <span class="c4">140</span> )</li>
<li class="item-td">Max Plus : ( <span class="c5">+12</span> )</li>
</ul>
</div>
</div>
<!-- End ServerInfo -->
</div>

<div class="col-md-6">
<!-- Start serverStatus -->
<div class="box-card serverStatus wow animate__animated animate__fadeInRight" data-wow-delay="0.4s">
<div class="title">
<h1><i class="fa fa-signal fa-fw"></i> SERVER STATUS</h1>
</div>
<div class="body text-center">
<div class="serverstatus mb-3">
<p><strong>Servers Status: </strong>
<span style="color: orange; font-weight:bold;">
🛠 Maintenance </span>
</p>
</div>
<div class="serverstatus">
<p style="color: rgb(50, 255, 125); font-size: 40px; margin:0;">
<strong>Time in Server:</strong>
</p>
<p style="color: rgb(50, 255, 125); font-size: 30px; margin:5px 0;" id="txt"></p>
</div>
</div>
</div>
<!-- End serverStatus -->
</div>

<script>
function startTime() {
var todayDateTime = new Date().toLocaleString("en-US", { timeZone: "Africa/Cairo" });
var today = new Date(todayDateTime);
var h = today.getHours();
var m = today.getMinutes();
var s = today.getSeconds();
h = checkTime(h);
m = checkTime(m);
s = checkTime(s);
document.getElementById('txt').innerHTML = h + ":" + m + ":" + s;
setTimeout(startTime, 500);
}
function checkTime(i) {
if (i < 10) { i = "0" + i; }
return i;
}
window.onload = startTime;
</script>

</div>
</div>
<!-- End serverStatus -->

</div>
</div>
</div>
</section>
<!-- Start WinnerGuild -->
<section class="winner-guild-section mt-4 mb-4">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-8 d-flex"> <!-- ✅ خليتها 8 بدل 4 عشان تكون عريضة -->
<div class="box-card winnerGuild wow animate__animated animate__fadeInUp" data-wow-delay="0.6s" style="width:100%;">
<div class="title text-center">
<h1><i class="fa fa-trophy fa-fw"></i> GUILD WAR WINNER</h1>
</div>
<div class="body text-center">
<p style='font-size:18px; color:orange; margin:0;'>⚠️ لم يتم العثور على اسم النقابة</p> </div>
</div>
</div>
</div>
</div>
</section>
<!-- End WinnerGuild -->








<section class="countdown-section text-center mt-4 wow animate__animated animate__fadeInUp" data-wow-delay="0.6s" >

<h1 class="rank-title">⏳ Restart Rank To 50% After:</h1>
<div class="countdown" id="countdown"></div>

<script>
var countdownDate = new Date("2025-09-30 23:59:59").getTime();
var countdownFunction = setInterval(function () {
var now = new Date().getTime();
var distance = countdownDate - now;
if (distance < 0) {
clearInterval(countdownFunction);
document.getElementById("countdown").innerHTML = "🎉 Rank has been restarted!";
return;
}
var days = Math.floor(distance / (1000 * 60 * 60 * 24));
var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
var seconds = Math.floor((distance % (1000 * 60)) / 1000);

document.getElementById("countdown").innerHTML =
"[" + days + "] Days [" + hours + "] Hours [" + minutes + "] Minutes [" + seconds + "] Seconds ";
}, 1000);
</script>


<!-- ✅ Information Game -->
<section class="info-game mt-4 mb-5">
<div class="container">
<div class="row text-center">
<!-- Box Card 1 -->
<div class="col-md-6 d-flex align-items-stretch">
<div class="box-card wow animate__animated animate__fadeInLeft" data-wow-delay="0.3s">
<div class="title">
<h1><i class="fa fa-info-circle fa-fw"></i> INFORMATION [ GAME ]</h1>
</div>
<div class="body">
<div class="rsbcont">
<div id="fb-root"></div>
<div class="fb-page" data-href="https://www.facebook.com/profile.php?id=61573202652331" data-tabs="timeline"
data-width="520" data-height="350" data-small-header="false" data-adapt-container-width="false"
data-hide-cover="false" data-show-facepile="false">
<div class="fb-xfbml-parse-ignore">
<blockquote cite="https://www.facebook.com/profile.php?id=61570339202844&locale=ar_AR">
<a href="https://www.facebook.com/profile.php?id=61570339202844">Egy Qahr</a>
</blockquote>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Box Card 2 -->
<div class="col-md-6">
<div class="box-card wow animate__animated animate__fadeInRight" data-wow-delay="0.3s">
<div class="title">
<h1><i class="fa fa-video fa-fw"></i> LATEST VIDEOS</h1>
</div>
<div class="body">
<div class="video-box">
<iframe src="https://www.youtube.com/embed/Cjb-lsA_mOw" allowfullscreen></iframe>
</div>
</div>
</div>
</div>

<style>
.video-box { width: 100%; height: 100%; }
.video-box iframe { width: 100%; height: 350px; border: 0; display: block; }
</style>

</section>

<!-- ✅ Footer -->
<footer class="footer wow animate__animated animate__fadeInUp" data-wow-delay="0.3s">
<div class="container text-center">
<p>
&copy; 2025
<a href="https://www.facebook.com/profile.php?id=61573202652331" target="_blank">[EgyQahr]</a> All Rights Reserved | Created by:
<a href="https://www.youtube.com/channel/UCqIvl3fJ0HVksplf6elew3g" target="_blank">
<i class="fa fa-paint-brush fa-fw"></i> EgyQahr Server
</a>
</p>
</div>
</footer>

<!-- ✅ Footer Style -->
<style>
.footer {
padding: 20px 0;
font-size: 50px; /* ✅ أفضل للقراءة */
font-weight: 500;
color: #f7a428 !important;
background: rgba(0, 0, 0, 0.88) !important;
text-shadow: 1px 1px 2px #00000088;
transition: all 0.3s ease-in-out;
}

.footer p {
margin: 0;
}

.footer a {
color: #ffc107;
text-decoration: none;
transition: 0.3s;
}

.footer a:hover {
color: #fff;
text-shadow: 0 0 5px #f7a428;
}

@media (max-width: 768px) {
.footer {
font-size: 12px;
}
}
</style>
<!-- ✅ Scripts -->
<script src="assets/js/jquery-3.3.1.min.js"></script>
<script src="assets/js/popper.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/main.js"></script>

Ads.Txt Alerts - A trading name of Red Volcano Limited

Waterloo Buildings, Second Floor Rear, 53 London Road, Southampton, Hampshire, United Kingdom, SO15 2AD

© Red Volcano 2020. All Rights Reserved.