body {
  font-family: 'Arial', sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #fff;
}

.container {
  padding: 20px;
  background-image: url('https://media-hosting.imagekit.io/7de6be9d8e324277/IMG-20250504-WA0087.jpg?Expires=1840937180&Key-Pair-Id=K2ZIVPTIP2VGHC&Signature=q8nDhKbT64zMabp~v3FYwcZYvt~ZQld7UsrBQsLzQ8dCLnYGZ1uUhyqhIOi4gcHC1oWOIwXMoi9GXDFWt~wcGQcJFttlLDKd8TEuDe6bs6~7Lwk4qzP36szp6Zth4C3VIj7AzC41BdkgnOdqqp8rtGt1OtHv2WUpAyr9LmWfxbN9HoXJpRB9cpHLeU3EimkuiPTuGnx50eU~EOgUblbnt4~oo3W1YfD9NbMKydcIRk1CUJK70Ecz39pR259U5cgkMD4Y2lWQKJ-1ud2ZvKOcBcsmHzTcvw4vBDAW9T270f25ntBY5CnaZqF4zkWX7GOVw0dOIKET8t2oP2QDf0rWfQ__');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  background-attachment: scroll;
  min-height: 100vh;
  width: 100%;
  box-sizing: border-box;
}
.container {
  padding: 20px;
  background-image: url('https://media-hosting.imagekit.io/7de6be9d8e324277/IMG-20250504-WA0087.jpg?Expires=1840937180&Key-Pair-Id=K2ZIVPTIP2VGHC&Signature=q8nDhKbT64zMabp~v3FYwcZYvt~ZQld7UsrBQsLzQ8dCLnYGZ1uUhyqhIOi4gcHC1oWOIwXMoi9GXDFWt~wcGQcJFttlLDKd8TEuDe6bs6~7Lwk4qzP36szp6Zth4C3VIj7AzC41BdkgnOdqqp8rtGt1OtHv2WUpAyr9LmWfxbN9HoXJpRB9cpHLeU3EimkuiPTuGnx50eU~EOgUblbnt4~oo3W1YfD9NbMKydcIRk1CUJK70Ecz39pR259U5cgkMD4Y2lWQKJ-1ud2ZvKOcBcsmHzTcvw4vBDAW9T270f25ntBY5CnaZqF4zkWX7GOVw0dOIKET8t2oP2QDf0rWfQ__');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  min-height: 100vh;
  width: 100%;
  box-sizing: border-box;
}

.mpekdaging, .mpekdaging2 {
  font-family: 'Tenor Sans', sans-serif;
  font-weight: bold;
  text-shadow: 1px 1px 3px black;
}


ul li {
  color: #fff;
  text-shadow: 0 0 4px white, 0 0 8px white;
  font-weight: 600;
  font-size: 1.1em;
}

.linkkontak {
  background: rgba(46, 204, 113, 0.1); /* Warna hijau transparan */
  backdrop-filter: blur(10px);
  padding: 15px 20px;
  border-radius: 12px;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid rgba(46, 204, 113, 0.3);
  display: flex;
  align-items: center;
  animation: slideUp 0.5s ease forwards;
  opacity: 1; /* Pastikan elemen muncul */
}

.linkkontak:hover {
  background: rgba(46, 204, 113, 0.2); /* Warna hijau lebih jelas saat hover */
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.linkkontak i {
  margin-right: 10px;
  font-size: 1.2rem;
}

h1 {
  font-family: 'Merriweather', serif;
  font-size: 96px;
  letter-spacing: 4px;
  color: white;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
  h1 {
    font-size: 48px;
  }
}

.note {
  color: white;
  text-shadow:
    0 0 5px red,
    0 0 10px red,
    0 0 15px red;
  font-size: 20px;
  font-weight: bold;
}

.clash-title {
  font-family: 'Comic Sans MS', 'Comic Neue', cursive;
  font-size: 64px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.6);
  letter-spacing: 3px;
  text-transform: uppercase;
  width: 100vw;
  margin: 0;
  padding: 0;
  display: block;

  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.clish-title {
  font-family: 'Bebas Neue', 'Arial Black', sans-serif;
  font-size: 64px;
  font-weight: 900;
  color: #fff;
  justify-content: center; /* Menyusun elemen secara horizontal di tengah */
  text-align: center;
  text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.6);
  letter-spacing: 3px;
  text-transform: uppercase;
  width: 100vw;
  margin: 0;
  padding: 0;
  display: block;

  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media (max-width: 768px) {
  .clash-title {
    font-size: 36px;
    letter-spacing: 1px;
  }
}

@media (max-width: 480px) {
  .clish-title {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .clish-title {
    font-size: 36px;
    letter-spacing: 1px;
  }
}

@media (max-width: 480px) {
  .clash-title {
    font-size: 28px;
  }
}

.kntlgede {
  background-color: rgba(60, 60, 60, 0.7);
  border-radius: 16px;
  padding: 16px 24px;
  color: white;
  font-weight: bold;
  display: inline-block;
  margin-top: 20px;
}

h2 {
  font-family: 'Luckiest Guy', cursive;
  font-size: 48px;
  color: #fff;
  text-align: center;
  position: relative;
  display: inline-block;
  letter-spacing: 2px;
  overflow: hidden;
}

h2::before,
h2::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  color: #ff00ff;
  background: #000;
  z-index: -1;
  overflow: hidden;
  clip-path: inset(0 0 0 0);
  animation: glitch-anim 2s infinite;
}

h2::after {
  color: #0ff;
  animation: glitch-anim 3s infinite reverse;
}

@media (max-width: 768px) {
  h2::before, h2::after {
    transform: none !important;
    clip-path: inset(0 0 0 0) !important;
    animation: none !important;
  }
}

@keyframes glitch-anim {
  0% {
    transform: skew(-2deg) translate(-2px, -2px);
    clip-path: inset(0 0 0 0);
  }
  20% {
    transform: skew(2deg) translate(2px, 2px);
    clip-path: inset(10% 0 10% 0);
  }
  40% {
    transform: skew(-2deg) translate(-3px, -3px);
    clip-path: inset(0 0 0 10%);
  }
  60% {
    transform: skew(2deg) translate(3px, 3px);
    clip-path: inset(10% 0 0 10%);
  }
  80% {
    transform: skew(-2deg) translate(-2px, -2px);
    clip-path: inset(0 0 0 0);
  }
  100% {
    transform: skew(0deg) translate(0px, 0px);
    clip-path: inset(0 0 0 0);
  }
}

.bottom-text {
    margin-top: auto;
    text-align: center;
    padding: 10px;
    background-color: #f0f0f0; /* Warna latar belakang */
    border-top: 1px solid #ddd; /* Garis pemisah */
  }

  .bottom-text p {
    margin: 5px 0;
    font-size: 16px;
  }

.id-litchmath {
    font-weight: 700; /* Atau gunakan 'bold' */
    color: #333; /* Warna font utama */
    -webkit-text-stroke: 0.5px black; /* Stroke hitam tipis */
    text-stroke: 0.5px black; /* Untuk browser yang mendukung */
    font-family: 'Georgia', serif; /* Pilih font elegan */
}

  /* Agar teks responsif dan tidak terpotong */
  @media (max-width: 768px) {
    .bottom-text p {
      font-size: 14px;
    }
  }

  @media (max-width: 480px) {
    .bottom-text p {
      font-size: 12px;
    }
  }

.rare-section, .example-free, .example-part {
  position: relative;
  padding: 30px 20px;
  margin-top: 30px;
  border-top: 4px solid #00ffd0;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}

.watermark-text {
    position: absolute;
    top: 50%; /* Posisi vertikal di tengah div */
    left: 50%; /* Posisi horizontal di tengah div */
    transform: translate(-50%, -50%) rotate(-45deg); /* Memposisikan dan memutar teks */
    font-size: 3em; /* Ukuran font */
    font-weight: bold;
    color: rgba(0, 0, 0, 0.1); /* Warna dan transparansi teks */
    pointer-events: none; /* Agar watermark tidak bisa diklik */
    opacity: 0.3; /* Transparansi watermark */
    white-space: nowrap; /* Agar teks tetap dalam satu baris */
  }

#background-video, #background-video3, #background-video2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

#normal-example-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 48px;
  color: transparent;
  text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.6);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin: 20px 0;
  background: linear-gradient(to right, #00bcd4, #1e90ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}

.rare-section, .example-free, .example-part > * {
  position: relative;
  z-index: 1;
}

.subtitle,
.section {
  text-align: center;
  font-weight: 600;
}

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

/* Fixed accessory grid to always have 2 columns on desktop and mobile */
.accessory-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Always 2 columns */
  gap: 15px;
  padding: 0 15px;
  max-width: 600px;
  margin: 0 auto;
  justify-items: center;
}

.accessory {
  position: relative;
  flex: 4;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1 / 1; /* Keep square aspect ratio */
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}

.accessory img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover; /* opsional: bisa diganti contain tergantung hasil yg diinginkan */
}

/* Neon effect */
/* Neon effect - brightness reduced, spacing added */
.neon {
  border: 2px solid #0ff;
  box-shadow: 0 0 4px #0ff, 0 0 8px #0ff, 0 0 16px #0ff;
  animation: neonPulse 1.5s infinite alternate;
}

/* Tambah jarak antar kolom (desktop) */
@media (min-width: 769px) {
  .accessory-grid .neon:nth-child(odd) {
    margin-right: 2cm; /* Jarak ke kanan untuk kolom kiri */
  }

  .accessory-grid .neon:nth-child(even) {
    margin-left: 2cm; /* Jarak ke kiri untuk kolom kanan */
  }
}

/* Mobile settings */
@media (max-width: 768px) {
  .accessory-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 10px;
  }

  .neon {
    margin: 0 1cm; /* Kasih sedikit jarak kiri-kanan di mobile */
  }
}

/* Fixed accessory grid to always have 2 columns on desktop and mobile */
.freeaccessory-grid {
  display: grid;
  grid-template-columns: repeat(4, 2fr); /* Always 2 columns */
  gap: 15px;
  padding: 0 15px;
  max-width: 600px;
  margin: 0 auto;
  justify-items: center;
}

.freeaccessory {
  position: relative;
  flex: 4;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1 / 1; /* Keep square aspect ratio */
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}

.freeaccessory img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover; /* opsional: bisa diganti contain tergantung hasil yg diinginkan */
}

/* Neon effect */
/* Neon effect - brightness reduced, spacing added */
.neo {
  border: 2px solid #ff1a1a;
  box-shadow:
    0 0 5px #ff1a1a,
    0 0 10px #ff1a1a,
    0 0 20px #ff1a1a,
    0 0 30px #ff1a1a;
  animation: neonPulse 1.5s infinite alternate;
}

/* Tambah jarak antar kolom (desktop) */
@media (min-width: 769px) {
  .freeaccessory-grid .neo:nth-child(odd) {
    margin-right: 0cm; /* Jarak ke kanan untuk kolom kiri */
  }

  .freeaccessory-grid .neo:nth-child(even) {
    margin-left: 0cm; /* Jarak ke kiri untuk kolom kanan */
  }
}

/* Mobile settings */
@media (max-width: 768px) {
  .freeaccessory-grid {
    grid-template-columns: repeat(4, 2fr);
    gap: 3px;
    padding: 3px;
  }

  .neo {
    margin: 0 1cm; /* Kasih sedikit jarak kiri-kanan di mobile */
  }
}

.tempeklode {
  padding: 30px;
  background: linear-gradient(135deg, #f8f9fa, #e0e0e0);
  border-radius: 16px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
  margin: 20px auto;
  max-width: 1200px;
  position: relative;
}

.custom-wrapper {
  background: #000;
  position: relative;
  left: 0;
  right: 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 20px 0; /* opsional, untuk isi */
}


/* Button container */
.button-container {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  justify-content: center; /* Menyusun elemen secara horizontal di tengah */
  align-items: center; /* Menyusun elemen secara vertikal di tengah */
}

/* Link button */
.link {
  background: rgba(46, 204, 113, 0.1); /* Warna hijau transparan */
  backdrop-filter: blur(10px);
  padding: 15px 20px;
  border-radius: 12px;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid rgba(46, 204, 113, 0.3);
  display: flex;
  align-items: center;
  animation: slideUp 0.5s ease forwards;
  opacity: 1; /* Pastikan elemen muncul */
}

.link:hover {
  background: rgba(46, 204, 113, 0.2); /* Warna hijau lebih jelas saat hover */
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.link i {
  margin-right: 10px;
  font-size: 1.2rem;
}

.profile-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.profile-pic {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #2ecc71;
}

.name {
  font-family: 'Creepster', cursive;
  font-weight: bold;
  color: white;
  font-size: 1rem;
  text-align: center;
}

    .audio-controls {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background: rgba(255, 255, 255, 0.2);
      border-radius: 50%;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      z-index: 100;
      animation: bounceIn 0.5s ease forwards;
      animation-delay: 1s;
      opacity: 0;
    }

    .audio-controls i {
      color: white;
      font-size: 18px;
    }

    @keyframes fadeIn {
      from {
        opacity: 0;
        transform: translateY(-20px);
      }

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

    @keyframes slideUp {
      from {
        opacity: 0;
        transform: translateY(20px);
      }

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

    @keyframes bounceIn {
      0% {
        opacity: 0;
        transform: scale(0.3);
      }

      50% {
        opacity: 0.9;
        transform: scale(1.1);
      }

      80% {
        opacity: 1;
        transform: scale(0.89);
      }

      100% {
        opacity: 1;
        transform: scale(1);
      }
    } 