<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta property="og:image" content="https://i.ibb.co/s9BTvjfH/1cir.png" />
    <meta property="og:image:url" content="https://i.ibb.co/s9BTvjfH/1cir.png" />
    <meta property="og:image:secure_url" content="https://i.ibb.co/s9BTvjfH/1cir.png" />
    <meta property="og:image:type" content="image/jpeg">
    <meta property="og:image:alt" content="Hacked By Cyb3r Drag0nz Team - Kurdish Hackers">
    <meta property="og:type" content="website" />
    <meta property="og:title" content="Hacked By Cyb3r Drag0nz Team - Kurdish Hackers" />
    <meta property="og:description" content="Hacked By Cyb3r Drag0nz Team - Kurdish Hackers" />
    <meta name="twitter:card" content="summary_large_image">
    <meta name="twitter:title" content="Hacked By Cyb3r Drag0nz Team - Kurdish Hackers" />
    <meta name="twitter:description" content="Hacked By Cyb3r Drag0nz Team - Kurdish Hackers" />
    <meta name="twitter:image" content="https://i.ibb.co/s9BTvjfH/1cir.png" />
    <link rel="shortcut icon" href="https://i.ibb.co/s9BTvjfH/1cir.png" type="image/x-icon">
    <meta name="description" content="Hacked By Cyb3r Drag0nz Team - Kurdish Hackers" />
    <meta name="keywords" content="Cyb3r Drag0nz Team, Kurdish Hackers, Kurdistan Hackers, Kurdish Hacker, Kurdistan Hacker, Cyb3r Drag0nz, Hacker, Hackers, Kurdistan Cyber, Kurdistan Cybersecurity, Kurdistan Cyber Security, Kurd Hacker, Kurd Hackers, Kurds Hackers, Kurds Hacker" />
    <link href="https://fonts.googleapis.com/css2?family=Rajdhani:wght@400;600;700&family=Iceland&display=swap"
        rel="stylesheet">
    <title>Hacked By Cyb3r Drag0nz Team - Kurdish Hackers</title>
    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            background: #0a0a0a;
            font-family: 'Rajdhani', sans-serif;
            color: #fff;
            overflow-x: hidden;
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }

        /* Animated background */
        body::before {
            content: "";
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: black;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            opacity: 0.06;
            z-index: -2;
            animation: pulse 10s ease-in-out infinite;
        }

        /* Dark red vignette overlay */
        body::after {
            content: "";
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
        }

        @keyframes pulse {

            0%,
            100% {
                opacity: 0.06;
            }

            50% {
                opacity: 0.1;
            }
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }


        @keyframes flicker {

            0%,
            100% {
                opacity: 1;
            }

            50% {
                opacity: 0.8;
            }
        }

        .blood-particles {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 0;
            overflow: hidden;
        }

        .blood-particle {
            position: absolute;
            width: 2px;
            height: 2px;
            background: rgba(139, 0, 0, 0.3);
            border-radius: 50%;
            animation: fall linear infinite;
        }

        @keyframes fall {
            to {
                transform: translateY(100vh) translateX(50px);
                opacity: 0;
            }
        }

        .container {
            max-width: 1200px;
            width: 90%;
            margin: 2rem auto;
            padding: 2rem;
            text-align: center;
            position: relative;
            z-index: 1;
        }

        .logo-wrapper {
            position: relative;
            margin: 0 auto 1rem;
            max-width: 750px;
            animation: fadeInUp 1s ease-out;
        }

        .logo-wrapper::before {
            content: "";
            position: absolute;
            inset: -10px;
            border-radius: 10px;
            opacity: 0.2;
            filter: blur(25px);
            animation: flicker 3s ease-in-out infinite;
        }

        .logo {
            width: 100%;
            height: auto;
            border-radius: 10px;

            position: relative;
            display: block;
            transition: all 0.3s ease;
        }

        .logo:hover {
            transform: scale(1.02);
            filter: grayscale(0%) contrast(1.2);

        }

        .main-title {
            font-family: 'Iceland', sans-serif;
            font-size: clamp(2rem, 5vw, 4rem);
            font-weight: 700;
            margin: 2rem 0;
            -webkit-background-clip: text;
            background-clip: text;
            animation: fadeInUp 1s ease-out 0.2s both, bloodDrip 4s ease-in-out infinite;
            letter-spacing: 3px;
            position: relative;
        }

        .main-title::after {
            content: "";
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 60%;
            height: 2px;
            animation: fadeInUp 1s ease-out 0.3s both;
        }

        .message-box {
            background: rgba(10, 0, 0, 0.8);
            border-radius: 15px;
            padding: 2.5rem;
            margin: 2rem 0;
            backdrop-filter: blur(10px);

            animation: fadeInUp 1s ease-out 0.4s both;
            position: relative;
        }

        .message-box::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 1px;
            background: linear-gradient(90deg, transparent, rgba(139, 0, 0, 0.5), transparent);
        }

        .message {
            font-family: 'Rajdhani', sans-serif;
            font-size: clamp(1.2rem, 3vw, 1.9rem);
            line-height: 2;
            color: #e0e0e0;
            margin: 1.5rem 0;


            /* Keep this for right-to-left alignment */
            /* REMOVE: unicode-bidi: bidi-override; */
            font-weight: 600;
            letter-spacing: 1px;
        }

        .divider {
            width: 80%;
            max-width: 400px;
            height: 2px;
            background: linear-gradient(90deg, transparent, #8B0000, #FF0000, #8B0000, transparent);
            margin: 2.5rem auto;
            animation: fadeInUp 1s ease-out 0.6s both;
        }

        .social-links {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
            margin-top: 3rem;
            animation: fadeInUp 1s ease-out 0.8s both;
        }

        .social-link {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 0.8rem;
            padding: 1.2rem 2rem;
            background: linear-gradient(135deg, rgba(139, 0, 0, 0.1) 0%, rgba(10, 0, 0, 0.8) 100%);
            border-radius: 50px;
            color: #fff;
            text-decoration: none;
            font-size: clamp(1.1rem, 2.5vw, 1.5rem);
            font-weight: 600;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            text-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
        }

        .social-link::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            width: 0;
            height: 0;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(139, 0, 0, 0.3) 0%, transparent 70%);
            transform: translate(-50%, -50%);
            transition: width 0.5s ease, height 0.5s ease;
        }

        .social-link:hover::before {
            width: 400px;
            height: 400px;
        }

        .social-link:hover {
            background: linear-gradient(135deg, rgba(139, 0, 0, 0.3) 0%, rgba(20, 0, 0, 0.9) 100%);
            transform: translateY(-3px);
        }

        .social-link span {
            position: relative;
            z-index: 1;
        }

        .social-icon {
            font-size: 1.5rem;
            position: relative;
            z-index: 1;
            filter: drop-shadow(0 2px 5px rgba(139, 0, 0, 0.5));
        }

        /* Memorial candle effect */
        .candles {
            display: flex;
            justify-content: center;
            gap: 2rem;
            margin-top: 3rem;
            animation: fadeInUp 1s ease-out 1s both;
        }

        .candle {
            width: 4px;
            height: 40px;
            border-radius: 2px;
            position: relative;
        }

        .flame {
            position: absolute;
            top: -15px;
            left: 50%;
            transform: translateX(-50%);
            width: 10px;
            height: 15px;
            border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
            animation: flameFlicker 0.5s ease-in-out infinite;
        }

        @keyframes flameFlicker {

            0%,
            100% {
                transform: translateX(-50%) scaleY(1);
                opacity: 1;
            }

            50% {
                transform: translateX(-50%) scaleY(0.95);
                opacity: 0.9;
            }
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .container {
                padding: 1.5rem;
            }

            .logo-wrapper {
                margin-bottom: 2rem;
            }

            .message-box {
                padding: 1.8rem;
            }

            .social-link {
                padding: 1rem 1.5rem;
            }

            .candles {
                gap: 1.5rem;
            }
        }

        @media (max-width: 480px) {
            .container {
                padding: 1rem;
            }

            .message-box {
                padding: 1.2rem;
            }

            .message {
                font-size: 1.1rem;
            }

            .social-link {
                font-size: 1rem;
                padding: 0.9rem 1.2rem;
            }

            .candles {
                gap: 1rem;
            }

            .candle {
                height: 30px;
            }
        }

        /* High contrast mode for accessibility */
        @media (prefers-contrast: high) {

            .main-title,
            .message {
                text-shadow: none;
            }
        }

        /* Reduced motion for accessibility */
        @media (prefers-reduced-motion: reduce) {

            *,
            *::before,
            *::after {
                animation-duration: 0.01ms !important;
                animation-iteration-count: 1 !important;
                transition-duration: 0.01ms !important;
            }
        }
    </style>
</head>

<body>
    <div class="blood-particles" id="particles"></div>

    <div class="container">
        <div class="logo-wrapper">
            <img src="https://i.ibb.co/s9BTvjfH/1cir.png" alt="Cyb3r Drag0nz Team" class="logo">
        </div>

        <h1 class="main-title">
            <a href="https://t.me/Cyb3rDrag0nz_Official" style="text-decoration: none; color: inherit;">
                Hacked By Cyb3r Drag0nz Team
            </a>
        </h1>

        <div class="message-box">
            <p class="message">
                <a href="https://t.me/Cyb3rDrag0nz_Official" style="text-decoration: none; color: inherit;">
                    The great epic battle will burn everything in its path. Wait for us. </a>
            </p>
            <p class="message">
                <a href="https://t.me/Cyb3rDrag0nz_Official" style="text-decoration: none; color: inherit;">
                    We are: Cyb3r Drag0nz, Cyber ​​Islamic Resistance, 313 Team, FAD Team, Cyber Fatteh Team, liwaamohammad, Conquerors Electronic Army, Mhawear, Tharullah Brigade, Moroccon Black Cyber Army, RipperSec, Systemadminbd
                </a>
            </p>
        </div>

        <div class="divider"></div>

        <div class="social-links">
            <a href="https://t.me/Cyb3rDrag0nz_Official" class="social-link">
                <span class="social-icon"></span>
                <span>Telegram: @Cyb3rDrag0nz_Official</span>
            </a>
            <a href="https://hackers.krd" class="social-link">
                <span class="social-icon"></span>
                <span>Website: WwW.Hackers.Krd</span>
            </a>
        </div>
    </div>

    <script>
        // Create floating blood particles
        const particlesContainer = document.getElementById('particles');
        for (let i = 0; i < 30; i++) {
            const particle = document.createElement('div');
            particle.className = 'blood-particle';
            particle.style.left = Math.random() * 100 + '%';
            particle.style.animationDuration = (Math.random() * 3 + 2) + 's';
            particle.style.animationDelay = Math.random() * 5 + 's';
            particlesContainer.appendChild(particle);
        }
    </script>
</body>

</html><?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//www.alonmargalit.co.il/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://www.alonmargalit.co.il/post-sitemap.xml</loc>
		<lastmod>2024-02-07T22:47:39+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.alonmargalit.co.il/page-sitemap.xml</loc>
		<lastmod>2023-09-10T11:21:16+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.alonmargalit.co.il/e-landing-page-sitemap.xml</loc>
	</sitemap>
	<sitemap>
		<loc>https://www.alonmargalit.co.il/category-sitemap.xml</loc>
		<lastmod>2024-02-07T22:47:39+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.alonmargalit.co.il/post_tag-sitemap.xml</loc>
		<lastmod>2022-01-02T10:45:11+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.alonmargalit.co.il/author-sitemap.xml</loc>
		<lastmod>2020-03-16T14:10:05+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->
<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/


Served from: www.alonmargalit.co.il @ 2026-08-21 22:46:43 by W3 Total Cache
-->