* {
  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: 20px;
    text-align: center;
    font-family: "Rubik Mono One", serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
}



.description {
    text-align: center;
}

.description h3 {
    font-family: "Rubik Mono One", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
}

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

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



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;
  }
}