* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  color: #fff;
}

a {
  color: inherit;
  text-decoration: none;
}

li {
  list-style-type: none;
}

.container {
  margin: 0 auto;
  padding: 0 4rem;
}

.grid,
.grid-cols-6 {
  gap: 1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.header {
  justify-content: space-between;
  display: flex;
  align-items: center;
  margin-top: 1rem;
  padding: 1rem 2rem;
  box-shadow: 0 2px 4px 4px rgba(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  border-radius: 10px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 90%;
  z-index: 999;
  backdrop-filter: blur(5px);
}

.logo {
  color: #0ea5e9;
  font-size: 16pt;
  font-weight: bold;
}

.logo-z {
  color: #fff;
}

.logop img {
    width: 40px;
}

.teks {
    color: #0ea5e9;
}

.teks-k {
    color: #fff;
    font-family: "Rubik Mono One", serif;
    font-weight: 200;
    font-style: normal;
}

.hidden {
  display: none;
}

.navbar {
  display: flex;
  align-items: center;
  color: #fff;
}

.slogan {
  margin: 0 2rem;
  color: #fff;
  display: none;
}

.navbar-wrap ul {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  box-shadow: 0 4px 6px -1px rgba(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  height: 10rem;
  width: 15rem;
  padding: 1rem;
  border-radius: 10px;
}

.hamburger-menu {
  border: none;
  background-color: transparent;
  position: relative;
}

.hamburger-menu:hover {
  cursor: pointer;
}

.hamburger-menu > span:nth-child(1) {
  width: 25px;
  height: 2px;
  background: #fff;
  display: block;
  margin: 5px 0;
  border-radius: 10px;
}

.hamburger-menu > span:nth-child(2) {
  width: 15px;
  height: 2px;
  background: #fff;
  display: block;
  margin: 5px 0;
  border-radius: 10px;
}

.hamburger-menu > span:nth-child(3) {
  width: 25px;
  height: 2px;
  background: #fff;
  display: block;
  margin: 5px 0;
  border-radius: 10px;
}

.hamburger-active > span {
  transform: rotate(45deg);
}

.hamburger-active > span:nth-child(2) {
  display: none;
}

.swiper {
  width: 80%;
  height: 300px;
  margin-top: 6rem;
}

.kebijakanpribadi {
  margin-top: 10rem;
  margin-bottom: 5rem;
  padding: 0 5rem;
}

.kebijakanpribadi h2 {
    font-size: 22px;
    text-align: center;
    text-decoration: underline;
}

.description {
    text-align: center;
}

.description h2 {
    font-family: "Rubik Mono One", serif;
    font-weight: 400;
    font-style: normal;
}

.description p {
    font-size: 10pt;
    font-style: normal;
    margin-top: 1rem;
}

.swiper-slide img {
  width: 100%;
  height: 95%;
  border-radius: 10px;
}

.section-form_topup {
  margin: 6rem 0;
}

.section-form_topup > div > p {
  font-size: 11pt;
  margin-top: 1rem;
}

.game-description {
  padding: 1rem;
  border-radius: 10px;
  border: none;
  box-shadow: 0px 6px 8px 0px rgba(0 0 0 / 0.2);
  height: 45rem;
}

.section-form_topup img {
  border-radius: 10px;
  width: 100%;
}

fieldset {
  margin-bottom: 1rem;
}

.form-input {
  padding: 1rem;
  border-radius: 10px;
  border: none;
  box-shadow: 0px 6px 8px 0px rgba(0 0 0 / 0.2);
}

.form-input > p {
  font-size: 11pt;
}

.form-input > input {
  padding: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  border-radius: 5px;
  border: none;
  color: #000;
  font-weight: bold;
  box-shadow: 0px 4px 10px 0px rgba(0 0 0 / 0.2);
}

.nominal {
  padding: 1rem 2rem;
  box-shadow: 0px 4px 6px 4px rgba(0 0 0 / 0.2);
  position: relative;
  border-radius: 5px;
}

.nominal:hover {
  background-color: #0284c7;
  color: #fff;
  cursor: pointer;
  transition-duration: 0.3s;
}

.nominal > span {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
}

.nominal img {
  width: 25px;
}

.nominal > input {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
}

.nominal > input[type="radio"]:checked ~ span::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "✓";
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 5px 0 5px;
  color: #fff;
  background-color: #0284c7;
  padding: 3px;
}

.payment {
  display: grid;
}

.payment img {
  width: 100px;
  display: block;
}

.payment-method {
  position: relative;
  padding: 0.5rem;
  box-shadow: 0 4px 6px 4px rgba(0 0 0 / 0.2);
  margin: 0.5rem 0;
  border-radius: 5px;
}

.payment-method:hover {
  cursor: pointer;
  background-color: #0284c7;
  color: #fff;
  transition-duration: 0.3s;
}

.payment-method > input {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}

.payment-method > input[type="radio"]:checked ~ span::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "✓";
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 5px 0 5px;
  color: #fff;
  background-color: #0284c7;
  padding: 3px;
}

.form-input__price-section {
  position: absolute;
  right: 10px;
  top: 10px;
}

.btn-order {
  width: 100%;
  border: none;
  padding: 1rem;
  font-weight: bold;
  background-color: #0284c7;
  color: #fff;
  box-shadow: 0px 4px 6px 4px rgba(0 0 0 / 0.2);
  border-radius: 10px;
}

.btn-order:hover {
  background-color: #fff;
  color: #000;
  transition: ease-out 0.3s;
  cursor: pointer;
}


footer {
  background-color: #140D1F;
  color: #fff;
}

.footer {
  text-align: center;
  padding: 1rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

.menum {
    margin-top: 80px;
    margin-bottom: 70px;
}

h3 {
  margin-bottom: 0,5rem;
}

.payment-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 7px;
}

.payment-footer img {
  width: 100%;
}

.copyright {
  font-size: 8px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 1rem;
  color: #64748b;
}

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

  .slogan {
    display: none;
  }

  h3 {
    margin-top: 1.5rem;
  }

  .header {
    margin: 1rem;
  }

  .grid,
  .grid-cols-3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .swiper {
    width: 90%;
    height: 150px;
    margin-top: 7rem;
  }

  .navbar-wrap ul {
    width: 50%;
  }

  .footer {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  
  .kebijakanpribadi {
  padding: 0 2rem;
}

  .description {
    margin-bottom: 5px;
    margin-top: 5px;
}
  
  .menum {
      margin-top: 8px;
      margin-bottom: 8px;
  }
  
  .description h1 {
    font-size: 30px;
}
}

@media screen and (min-width: 1024px) {
  .container {
    max-width: 1024px;
    padding: 1rem;
  }
}

@media screen and (min-width: 1280px) {
  .container {
    max-width: 1280px;
    padding: 1rem;
  }
}

@media screen and (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}