<!DOCTYPE html><html lang="id"><head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
	<title>AZURA77🎀 Mainkan Battle Fun Game Get Win Nyata Di Sini!</title>
    <meta name="title" content="AZURA77🎀 Mainkan Battle Fun Game Get Win Nyata Di Sini!">
    <meta name="description" content="Coba mainkan battle fun game di AZURA77 sekarang, dan rasakan peluang get win nyata setiap hari di sini.">
    <meta name="keywords" content="AZURA77, daftar AZURA77, login AZURA77">
    <link rel="canonical" href="https://coffeespanked.com/">
    <link rel="alternate" hreflang="id-id" href="https://ampazura77-masuk.firebaseapp.com/">
    <link rel="alternate" href="https://ampazura77-masuk.firebaseapp.com/">
    <link rel="alternate" hreflang="id" href="https://ampazura77-masuk.firebaseapp.com/">
    <link rel="alternate" hreflang="en" href="https://ampazura77-masuk.firebaseapp.com/">
    <link rel="stylesheet" href="css/style.css">
    <!--<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap" rel="stylesheet">-->
    <link rel="shortcut icon" href="https://asset01.source-static.us/assets/rajaplay/azura77/components/azura77/favicon/favicon.ico" type="image/x-icon">
    <!-- Font Awesome CDN -->
    <!--<link rel="stylesheet" href="css/all.min.css">-->

     <!-- SEO & Web Info -->
   <meta name="robots" content="index, follow">
   <meta name="author" content="AZURA77">
   <meta name="publisher" content="AZURA77">
   <meta name="categories" content="website">
   <meta name="geo.placename" content="Indonesia">
   <meta name="geo.country" content="ID">
   <meta name="language" content="id-ID">
   <meta name="tgn.nation" content="Indonesia">
   <meta name="distribution" content="global">
   <meta name="page google.com" content="https://www.google.com/search?q=AZURA77">
   <meta name="page google.co.id" content="https://www.google.co.id/search?q=AZURA77">
   <meta name="page google.com" content="https://www.google.com/search?q=AZURA77+slot">
   <meta name="page google.co.id" content="https://www.google.co.id/search?q=AZURA77+slot">
   <meta name="page google.com" content="https://www.google.com/search?q=AZURA77+login">
   <meta name="page google.co.id" content="https://www.google.co.id/search?q=AZURA77+login">
   <meta name="page google.com" content="https://www.google.com/search?q=AZURA77+login+alternatif">
   <meta name="page google.co.id" content="https://www.google.co.id/search?q=AZURA77+link+alternatif">
   <meta name="page google.com" content="https://www.google.com/search?q=daftar+AZURA77">
   <meta name="page google.co.id" content="https://www.google.co.id/search?q=login+AZURA77">
 
   <!-- Mobile Web Capability -->
   <meta name="apple-mobile-web-app-capable" content="yes">
   <meta name="mobile-web-app-capable" content="yes">
 
   <!-- Open Graph for Social Media -->
   <meta property="og:title" content="AZURA77🎀 Mainkan Battle Fun Game Get Win Nyata Di Sini!">
   <meta property="og:description" content="Coba mainkan battle fun game di AZURA77 sekarang, dan rasakan peluang get win nyata setiap hari di sini.">
   <meta property="og:image" content="https://ik.imagekit.io/4pa54JA/coffeespanked_banner.png"> 
   <meta property="og:url" content="https://coffeespanked.com/">
   <meta property="og:type" content="website">

    <style>
body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  background-color: #fff;
  color: #222;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(to right, #c34267, #121212);
  padding: 10px 20px;
  color: #fff;
}

.left-buttons {
  display: flex;
  gap: 10px;
  
}

.btn-yellow {
  background: #bf1d5f;
  color: #fff;
  border: none;
  padding: 8px 14px;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
}

.btn-yellow:hover {
  background: #ffd000;
}

.logo-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo-icon {
  width: 200px;
  height: auto;
}

.cart {
  font-size: 1.2rem;
}

.nav-bar {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 10px 0;

}

.nav-btn {
  position: relative;
  z-index: 1;
  width: 600px;
  font-weight: bold;
  font-size: 1.25rem; /* Increased font size */
  padding: 16px 36px; /* Increased padding */
  color: #ffffff;
  background: #bf1d5f;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 18px; /* Increased border radius */
  backdrop-filter: blur(10px);
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: hidden;
}

.nav-btn::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  background: linear-gradient(45deg, #ff0000, #ff00db, #fbff00, #ff7600, #ff0066);
  background-size: 400%;
  border-radius: 14px;
  animation: borderAnimation 8s linear infinite;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.nav-btn:hover::before,
.nav-btn.active::before {
  opacity: 1;
}

.nav-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.3), 0 0 24px rgba(0, 255, 255, 0.4);
}

@keyframes borderAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.main-container {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 20px;
  gap: 50px;
  justify-content: center;
}

.text-section {
  max-width: 600px;
}

.text-section h2 {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.text-section .price {
  font-weight: bold;
  margin: 10px 0;
}

.image-section {
  flex-shrink: 0;
}

.game-image {
  width: 400px;
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}

.footer {
  background: #1c1c1c;
  color: #ffffff;
  padding: 40px 20px;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: rows;
  gap: 30px;
}

.footer-row {
  width: 100%;
}

.footer-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  padding: 20px 0;
}

.footer-text p {
  margin: 0;
  font-size: 0.95rem;
  color: #ffffffcc;
}

.footer-text .seo-credit {
  font-style: italic;
  font-size: 0.85rem;
  color: #ffffff99;
}

/* Icons Row Container */
.footer-icons {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 10px;
}

.footer-icons a {
  color: #ffffff;
  font-size: 1.5rem;
  transition: transform 0.3s ease, color 0.3s ease;
}

.footer-icons a:hover {
  color: #00ffff;
  transform: scale(1.2);
}

.footer-socials a img {
  width: 32px;
  margin: 0 12px;
  transition: transform 0.3s ease;
}

.footer-socials a:hover img {
  transform: scale(1.2);
}

.footer-logos {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}

.logos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.logos img {
  height: 30px;
  filter: brightness(0.9);
  transition: transform 0.3s ease, filter 0.3s ease;
}

.logos img:hover {
  transform: scale(1.1);
  filter: brightness(1.2);
}

/* ---------- RESPONSIVE STYLES ---------- */

/* For tablets and smaller */
@media (max-width: 1024px) {
  .header {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .logo-icon {
    width: 200px;
  }

.nav-btn {
  width: 100%;
  max-width: 400px; 
  font-size: 32px;
  padding: 10px 20px; 
}


 .main-container {
    flex-direction: column;
    align-items: center;
    padding: 20px 10px;
  }

  .image-section {
    order: 1;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .game-image {
    width: 100%;
    max-width: 400px;
  }

  .text-section {
    order: 2; 
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
    width: 100%;
  }

  .text-section button {
    width: 80%;
    max-width: 300px;
    padding: 12px;
    font-size: 1rem;
    border-radius: 10px;
  }

  .left-buttons{
    display: none;
  }

  .footer-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .logos {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-logos {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columns */
    grid-template-rows: repeat(3, auto);   /* 3 rows */
    gap: 20px;
  }
}

/* For phones and small devices */
@media (max-width: 600px) {
  .nav-bar {
    flex-direction: row;
    align-items: center;
    margin-right: 50px;
    margin-top: 10px;
    gap: 60px;
  }

  .nav-btn {
  width: 150%;
  max-width: 200px; 
  font-size: 16px;
}

  .logo-icon {
    width: 200px;
  }

  .btn-yellow {
    padding: 6px 10px;
    font-size: 0.9rem;
  }

  .footer-logos {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .footer-icons {
    flex-wrap: wrap;
  }

  .footer-socials a img {
    width: 30px;
    margin: 0 8px;
  }

  .logos img {
    height: 30px;
  }
}
</style>
  <script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "ImageObject",
  "contentUrl": "https://ik.imagekit.io/4pa54JA/coffeespanked_banner.png",
  "creator": {
    "@type": "Organization",
    "name": "AZURA77"
  },
  "creditText": "AZURA77",
  "license": "https://coffeespanked.com/",
  "acquireLicensePage": "https://coffeespanked.com/",
  "caption": "AZURA77🎀 Mainkan Battle Fun Game Get Win Nyata Di Sini!",
  "copyrightNotice": "� 2026 AZURA77. All rights reserved."
}
</script>

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://coffeespanked.com/#org",
      "name": "AZURA77",
      "url": "https://coffeespanked.com/",
      "logo": {
        "@type": "ImageObject",
        "url": "https://ik.imagekit.io/4pa54JA/coffeespanked_banner.png",
        "width": 400,
        "height": 400
      },
      "sameAs": [
        "https://facebook.com/AZURA77",
        "https://twitter.com/AZURA77",
        "https://www.instagram.com/AZURA77",
        "https://www.youtube.com/@AZURA77"
      ]
    },
    {
      "@type": "WebSite",
      "@id": "https://coffeespanked.com/#website",
      "url": "https://coffeespanked.com/",
      "name": "AZURA77",
      "publisher": {
        "@id": "https://coffeespanked.com/#org"
      },
      "potentialAction": {
        "@type": "SearchAction",
        "target": "https://coffeespanked.com/search?q={search_term_string}",
        "query-input": "required name=search_term_string"
      }
    },
    {
      "@type": "WebPage",
      "@id": "https://coffeespanked.com/#webpage",
      "url": "https://coffeespanked.com/",
      "name": "AZURA77🎀 Mainkan Battle Fun Game Get Win Nyata Di Sini!",
      "inLanguage": "id-ID",
      "description": "Coba mainkan battle fun game di AZURA77 sekarang, dan rasakan peluang get win nyata setiap hari di sini.",
      "isPartOf": {
        "@id": "https://coffeespanked.com/#website"
      },
      "about": {
        "@id": "https://coffeespanked.com/#org"
      },
      "primaryImageOfPage": {
        "@type": "ImageObject",
        "url": "https://ik.imagekit.io/4pa54JA/coffeespanked_banner.png",
        "width": 400,
        "height": 400,
        "caption": "AZURA77🎀 Mainkan Battle Fun Game Get Win Nyata Di Sini!"
      }
    },
    {
      "@type": "BreadcrumbList",
      "@id": "https://coffeespanked.com/#breadcrumb",
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "name": "Platform Terpercaya",
          "item": "https://coffeespanked.com/"
        },
        {
          "@type": "ListItem",
          "position": 2,
          "name": "Zona Game",
          "item": "https://coffeespanked.com/"
        }
      ]
    },
    {
      "@type": "Product",
      "@id": "https://coffeespanked.com/#product",
      "name": "Produk Game AZURA77",
      "description": "Battle game di AZURA77 terasa lebih seru karena gameplay-nya cepat dan tidak bikin bosan saat dimainkan.",
      "image": {
        "@type": "ImageObject",
        "url": "https://ik.imagekit.io/4pa54JA/coffeespanked_banner.png",
        "width": 400,
        "height": 400
      },
      "brand": {
        "@type": "Brand",
        "name": "AZURA77"
      },
      "review": {
        "@type": "Review",
        "author": {
          "@type": "Person",
          "name": "Pengguna Terverifikasi"
        },
        "reviewRating": {
          "@type": "Rating",
          "ratingValue": "5",
          "bestRating": "5"
        },
        "reviewBody": "Saya suka karena tampilannya terlihat modern dan semua menu mudah dipahami. Jadi nyaman untuk pemain baru."
      },
      "aggregateRating": {
        "@type": "AggregateRating",
        "ratingValue": "5",
        "reviewCount": "7899",
        "bestRating": "5"
      }
    },
    {
      "@type": "FAQPage",
      "@id": "https://coffeespanked.com/#faq",
      "mainEntity": [
        {
          "@type": "Question",
          "name": "Apa itu AZURA77?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "AZURA77 merupakan platform bermain dengan pilihan game menarik dan peluang win yang nyata."
          }
        },
        {
          "@type": "Question",
          "name": "Apa itu battle fun game di AZURA77",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Konsep battle fun game menggambarkan permainan yang penuh tantangan dan vibes gaming yang menyenangkan."
          }
        },
        {
          "@type": "Question",
          "name": "Apakah permainan di AZURA77 terupdate?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Ya, AZURA77 menyediakan pilihan game terbaru yang modern dan diperbarui terus mengikuti trend."
          }
        },
        {
          "@type": "Question",
          "name": "Bagaimana sistem transaksi di AZURA77?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Transaksi dibuat dengan cara cepat dan praktis agar pengguna nyaman menggunakan kapan saja."
          }
        }
      ]
    }
  ]
}
</script>


</head>


    <body>
    <header class="header">

    <div class="logo-container">
        <img loading="lazy" src="https://asset01.source-static.us/assets/rajaplay/azura77/components/azura77/logo/logo-azura77.png" alt="AZURA77 Logo" class="logo-icon" width="200" height="62">
    </div>

    <div class="left-buttons">
            <a href="https://rtp.azura77b.live/">
        <button class="btn-yellow">
            <i class="fa-solid fa-download"></i> RTP GAME
        </button>
        </a>
    

    </div>
    
    
    </header>

    <nav class="nav-bar">
        <a href="https://azura77.ink/"><button class="nav-btn"><i class="fa-solid fa-arrow-right-to-bracket"></i> MASUK</button></a>
        <a href="https://azura77.ink/"><button class="nav-btn"><i class="fa-solid fa-circle-user"></i> DAFTAR</button></a>
    </nav>

    <main class="main-container">
        <section class="text-section">
        <h1 style="font-size: 2rem;">
  AZURA77🎀 Mainkan Battle Fun Game Get Win Nyata Di Sini!
</h1>

<div class="average-rating">
<div class="rating-number">4.8</div>
<div class="rating-stars">★★★★★</div>
<div class="rating-count">7.899 reviews</div>

<p><span style="color: #ff99cc;"><strong><a style="color: #ff99cc;" href="https://coffeespanked.com/">AZURA77</a></strong></span> merupakan platform permainan unik dengan konsep battle fun game seru yang mudah dimainkan. Platform ini menghadirkan nuansa yang berbeda dengan pilihan game menarik yang membuat pengguna senang bermain di sini.</p>
  
  <h2>FAQ AZURA77</h2>

  <div class="AZURA77-faq">
    <details>
      <summary>Apa itu AZURA77?</summary>
      <p>AZURA77 merupakan platform bermain dengan pilihan game menarik dan peluang win yang nyata.</p>
    </details>

    <details>
      <summary>Apa itu battle fun game di AZURA77</summary>
      <p>Konsep battle fun game menggambarkan permainan yang penuh tantangan dan vibes gaming yang menyenangkan.</p>
    </details>

    <details>
      <summary>Apakah permainan di AZURA77 terupdate?</summary>
      <p>Ya, AZURA77 menyediakan pilihan game terbaru yang modern dan diperbarui terus mengikuti trend.</p>
    </details>

    <details>
      <summary>Bagaimana sistem transaksi di AZURA77?</summary>
      <p>Transaksi dibuat dengan cara cepat dan praktis agar pengguna nyaman menggunakan kapan saja.</p>
    </details>
  </div>
        </div></section>
        <section class="image-section">
        <img loading="lazy" src="https://ik.imagekit.io/4pa54JA/coffeespanked_banner.png" alt="Game Arcade" class="game-image" width="400" height="400">
        </section>
    </main>

            <footer class="footer">
        <div class="footer-content">
            
            <div class="footer-row footer-text">
            <p>© 2026 AZURA77. All rights reserved | SEO WL</p>
            </div>
            
            <div class="footer-row footer-logos">
                <div class="logo-group">
                <p><strong>PROVIDER GAME TERNAMA</strong></p>
                <div class="logos">
                <img loading="lazy" src="images/sport1-sbo_imresizer.png" alt="SBOBET" width="100" height="45">
                <img loading="lazy" src="images/PP_imresizer.png" alt="Pragmatic Play" width="100" height="45">
                <img loading="lazy" src="images/cosmo-play%20%281%29.png" alt="CosmoPlay" width="100" height="33">
                <img loading="lazy" src="images/casino4-EVO_imresizer.png" alt="Evolution Gaming" width="100" height="45">
                <img loading="lazy" src="images/pg-logo.png" alt="PG Soft" width="100" height="45">
                </div>
                </div>
            </div>

            
            <div class="footer-row footer-logos">
            <div class="logo-group">
                <p><strong>METODE PEMBAYARAN</strong></p>
                <div class="logos">
                <img loading="lazy" src="images/qris-white%20%281%29.png" alt="QRIS" width="100" height="37">
                <img loading="lazy" src="images/bca-white%20%281%29.png" alt="BCA" width="100" height="32">
                <img loading="lazy" src="images/bni-white%20%281%29.png" alt="BNI" width="100" height="30">
                <img loading="lazy" src="images/mandiri-white%20%281%29.png" alt="Mandiri" width="100" height="30">
                <img loading="lazy" src="images/bri-white%20%281%29.png" alt="BRI" width="100" height="30">
                </div>
                </div>
            </div>

            </div>
        
    </footer>

    
    
<script defer="" src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" data-cf-beacon="{" version":"2024.11.0","token":"5265a638e6c049dfbab8f6a771f32ec9","r":1,"server_timing":{"name":{"cfcachestatus":true,"cfedge":true,"cfextpri":true,"cfl4":true,"cforigin":true,"cfspeedbrain":true},"location_startswith":null}}"="" crossorigin="anonymous"></script>
</body></html>