/* Fonts Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap");

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

/*  Sembunyikan Scrollbar  */
::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  /* make scrollbar transparent */
}

body {
  font-family: "Poppins", sans-serif;
}

html {
  overflow-x: hidden;
  overflow-y: smooth;
}

a img:hover {
  transform: scale(1.05);
  transition: all 0.3s;
}

a img.grow-scale:hover {
  transform: none;
  transition: none;
}
.container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.container .banner-1 img {
  height: 826px;
  width: 100%;
  object-fit: cover;
  margin-top:30px;
}

.order {
  display: flex;
  justify-content: center;
  align-items: center;
}

.order img {
  margin-top: 0px;
  width: 400px;
  object-fit: cover;
}

.order-sosmed {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 20px;
  margin-bottom: 60px;
}

.button-web {
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-web img {
  margin-top: 40px;
  width: 100%;
  height: 200px;
}

.button-order {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 45px;
}

.button-order img {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.banner-reseller {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  gap: 20px;
}

.banner-reseller img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.banner-reseller img.whatsapp {
  width: 100%;
  height: 180px;
}

.button-reseller {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.button-reseller img {
  margin-top: 20px;
  width: 100%;
  height: 180px;
}

.button-sosmed {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.button-sosmed img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.video {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

.video iframe {
  width: 826px;
  height: 515px;
}

.kelebihan {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.kelebihan img.banner-3 {
  width: 80%;
  height: 80%;
}

.kelebihan img {
  width: 90%;
  height: auto;
}

.beritahu-kami {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.beritahu-kami img {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
  height: 130px;
  object-fit: cover;
}

.banner-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  background-color: #a98cba;
}

.banner-2 img {
  width: 70%;
  /* height: 100%; */
  object-fit: cover;
}

.grow-scale {
  animation-name: grow;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: grow;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
}
@keyframes grow {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background-color: #F9A132;
}

footer span {
  font-size: 1rem;
  color: #512727;
  font-weight: 600;
}

/* Media query */
@media screen and (max-width: 768px) {
  .container .banner-1 img {
    height: 400px;
    margin-top: 30px;
  }

  .order img {
    margin-top: 5px;
    width: 50%;
    margin-bottom: 20px;
  }

  .button-web img {
    margin-top: -10px;
    width: 100%;
    height: 85px;
  }

  .button-order {
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  
  .button-order img {
    width: 100%;
    height: 80px;
    margin-bottom: 20px;
    margin-top: 10px;
  }

  .banner-reseller {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .banner-reseller img.whatsapp {
    width: 100%;
    height: 85px;
    margin-bottom: -30px;
  }

  .button-reseller {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
  }

  .button-reseller img {
    width: 100%;
    height: 80px;
    margin-top: -30px
  }

  .button-sosmed img {
    width: 100%;
  }

  .video {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
    
  .video iframe {
    width: 100%;
    height: 230px;
  }

  .kelebihan img.banner-3 {
    width: 85%;
    height: auto;
    object-fit: cover;
  }

  .kelebihan {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
   }

  .kelebihan img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .beritahu-kami {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -10px;
    margin-bottom: -10px;
  }
  
  .beritahu-kami img {
    width: 100%;
    height: 40px;
    object-fit: cover;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  
  .banner-2 img {
    width: 60%;
    height: 100%;
    object-fit: cover;
    margin-top: -25px;
  }
  footer span {
    font-size: 0.7rem;
    color: #512727;
    font-weight: 600;
  }
}
