* {
  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);
}

.tdaftar h3 {
    color: #fff;
    font-size: 11pt;
    font-family: "Rubik Mono One", serif;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 25px;
    margin-top: 20px;
}

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

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

.scrolable {
  padding: 35px;
  position: relative;
  overflow-x: hidden;
  max-width: 1000px;
  background: hidden;
  border-radius: hidden;
}
.scrolable .icon {
  position: absolute;
  top: 0;
  height: 100%;
  width: 120px;
  display: flex;
  align-items: center;
}
.icon:first-child {
  left: 0;
  display: none;
  background: hidden;
}
.icon:last-child {
  right: 0;
  justify-content: flex-end;
  background: hidden;
}
.icon i {
  width: 55px;
  height: 55px;
  cursor: pointer;
  font-size: 1.2rem;
  text-align: center;
  line-height: 55px;
  border-radius: 50%;
}
.icon i:hover {
  background: hidden;
}
.icon:first-child i {
  margin-left: 15px;
}
.icon:last-child i {
  margin-right: 15px;
}
.scrolable .tabs-box {
  display: flex;
  gap: 12px;
  list-style: none;
  overflow-x: scroll;
  scroll-behavior: smooth;
}
.tabs-box.dragging {
  scroll-behavior: smooth;
  cursor: grab;
}
.tabs-box .tab {
  cursor: pointer;
  font-size: 1, 8rem;
  white-space: nowrap;
  background: #F0F8FF;
  padding: 13px 20px;
  border-radius: 30px;
  border: hidden;
}
.tabs-box .tab:hover {
  background: #F0F8FF;
}
.tabs-box.dragging .tab {
  user-select: none;
  pointer-events: none;
}
.tabs-box .tab.active {
  color: #0ea5e9;
  background: transparent;
  border-color: hidden;
}
.tabs-box .tab {
  font-weight: bold;
  font-family: Generic Font Family;
  font-size: 20px;
}
.tabs-box .tab.active {
  font-weight: bold;
  font-family: Generic Font Family;
}

.section-popular {
  margin-bottom: 2rem;
}

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

.blogger {
    text-align: center;
}

.articel {
    margin-bottom: 3rem;
}

.articel h3 {
    font-size: 25px;
    font-weight: bold;
}

.articel h2 {
    font-size: 23px;
    font-family: "Rubik Mono One", serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
}

.articel h4 {
    font-size: 21px;
    font-weight: bold;
}

.articel p {
    font-size: 13px;
    margin-top: 1rem;
}

aside {
    background-color: #010F1F;
    box-shadow: 0 2px 4px 4px rgba(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    border-radius: 13px;
    padding: 3rem 3rem;
    margin: 5px 0;
}

    h2 {
        margin-bottom: 10px;
    }
    .acco {
        margin-top: 100px;
        text-align: center;
        font-size: 30px;
        
    }
    
    .acco h4 {
      font-family: "Rubik Mono One", serif;
      font-weight: 200;
      font-style: normal;
      color: #f4f4f4;
    }
    
    .acco p {
        font-size: 12px;
        color: #f4f4f4;
    }
    
    .accordion {
        background-color: #140D1F;
        color: #fff;
        font-weight: bold;
        cursor: pointer;
        padding: 18px;
        margin: 10px 0;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 15px;
        transition: 0.4s;
    }
    
    .active,
    .accordion:hover {
        background-color: #140D1F;
        border: none;
    }
    
    .accordion:after {
        content: '\002B';
        color: #777;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }
    
    .active:after {
        content: "\2212";
    }
    
    .panel {
        padding: 0 18px;
        background-color: #140D1F;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
    }

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

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

.description {
    margin-bottom: 38px;
    margin-top: 43px;
    text-align: center;
}

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

.description p {
    font-size: 10pt;
    font-style: italic;
}

.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%;
  }
  
  .bgg img {
    width: 380px;
}

  .footer {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  
  .description {
    margin-bottom: 5px;
    margin-top: 5px;
}
  
  .menum {
      margin-top: 8px;
      margin-bottom: 8px;
  }
  
  .acco {
      margin-top: 38px;
  }
  .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;
  }
}