<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Premium Tech UI</title>





</head>
<body>

<div class="top-bar">
  <div>Returns & Refunds | Shipping | Track Order</div>
  <div>Follow Us</div>
</div>

<div class="header">
  <div class="logo">N</div>
  <div class="nav">
    <a href="#">Categories</a>
    <a href="#">Deals</a>
    <a href="#">Sale</a>
    <a href="#">Contact</a>
  </div>
</div>

<!-- HERO -->
<div class="hero">

  <div class="hero-text">
    <h1>TAKE YOUR GADGETS TO THE NEXT LEVEL!</h1>
    <p>Discover the latest tech innovation with exclusive discounts up to 50% off.</p>
    <button class="btn btn-primary">Shop Now</button>
    <button class="btn btn-secondary">Watch Video</button>
  </div>

  <!-- FIXED HERO IMAGE -->
  <div class="hero-img">
    <img decoding="async" src="https://images.unsplash.com/photo-1517336714731-489689fd1ca8" alt="Photo 1517336714731 489689fd1ca8" title="Elementor #10071">
  </div>

</div>

<!-- CARDS -->
<div class="cards">

  <div class="card">
    <img decoding="async" src="https://images.unsplash.com/photo-1587202372775-e229f172b9d7" alt="Photo 1587202372775 E229f172b9d7" title="Elementor #10071">
    <div class="card-content">
      <small>BESTSELLER</small>
      <h3>Quantum X1</h3>
      <p>Gaming keyboard</p>
    </div>
  </div>

  <div class="card">
    <img decoding="async" src="https://images.unsplash.com/photo-1615663245857-ac93bb7c39e7" alt="Photo 1615663245857 Ac93bb7c39e7" title="Elementor #10071">
    <div class="card-content">
      <small>BESTSELLER</small>
      <h3>AeroTrack 300</h3>
      <p>Ultimate mouse</p>
    </div>
  </div>

</div>

<!-- TITLE -->
<div class="section-title">
  <h2>POWER UP WITH THE BEST IN TECH</h2>
  <p>Discover best-selling items customers love</p>
</div>

<!-- FEATURES -->
<div class="features">
  <div class="feature">
    <h3>Free shipping on orders $100+</h3>
    <p>Fast delivery to your door</p>
  </div>

  <div class="feature dark">
    <h3>AirPulse R255 X Wireless</h3>
    <p><span class="old">$240</span> <span class="price">$185</span></p>
    <button class="btn btn-secondary">Learn More</button>
  </div>
</div>

</body>
</html>