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

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

::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

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

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

/* REUSABLE CSS */

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

/* End REUSABLE */

.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: #b82322;
}

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

/* RESPONSIVE DESKTOP */
@media screen and (min-width: 1024px) {
  .banner img {
    height: 960px;
  }

  .order img {
    height: 90px;
  }

  .link-website img {
    margin-top: 20px;
    height: 215px;
  }
  .link-order img {
    height: 200px;
    margin-top: 10px;
  }
  .link-join-reseller img {
    height: 125px;
    margin-bottom: -40px;
  }

  .link-join-reseller img.whatsapp {
    height: 125px;
    margin-top: 10px;
  }

  .join-reseller img.grow-scale {
    margin-left: -25px;
    height: 330px;
  }

  .link-collaboration img {
    height: 150px;
    margin-top: -10px;
  }

  .link-Sosmed .tiktok img {
    margin-top: 20px;
    height: 120px;
    margin-left: auto;
  }

  .link-Sosmed .youtube img {
    height: 120px;
    margin-top: 20px;
    margin-right: 50px;
    margin-left: 50px;
  }
  
  .link-Sosmed .website img {
    height: 120px;
    margin-top: 20px;
    margin-left: auto;
  }

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

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

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

/* RESPONSIVE TABLET */
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .banner img {
    height: 750px;
    margin-top: 10px;
  }

  .order img {
    margin-top: 10px;
    height: 70px;
  }

  .link-website img {
    margin-top: 20px;
    height: 165px;
  }
  .link-order img {
    height: 160px;
    margin-top: 10px;
  }
  .link-join-reseller img {
    height: 125px;
    margin-bottom: -40px;
  }

  .link-join-reseller img.whatsapp {
    height: 100px;
    margin-top: 10px;
  }

  .join-reseller img.grow-scale {
    margin-top: 20px;
    margin-left: -25px;
    height: 300px;
  }

  .link-collaboration img {
    height: 115px;
    margin-top: -10px;
  }

  .link-Sosmed .tiktok img {
    margin-top: 20px;
    height: 110px;
    margin-left: -130px;
  }

  .link-Sosmed .youtube img {
    height: 110px;
    margin-top: 20px;
    margin-right: -110px;
  }

   .link-Sosmed .website img {
    height: 110px;
    margin-top: 20px;
    margin-right: -110px;
  }

  .video iframe {
    width: 90%;
    height: 230px;
    justify-content: center;
    align-items: center;
  }

  footer span {
    font-size: 0.6rem;
    color: #ffffff;
    font-weight: 600;
  }
}

/* RESPONSIVE MOBILE */
@media screen and (max-width: 767px) {
  .banner img {
    height: 460px;
    margin-top: 10px;
  }

  .order img {
    margin-top: 10px;
    height: 47px;
  }

  .link-website img {
    margin-top: 20px;
    height: 100px;
  }
  .link-order img {
    height: 80px;
    margin-top: 10px;
  }
  .link-join-reseller img {
    height: 125px;
    margin-bottom: -40px;
  }

  .link-join-reseller img.whatsapp {
    height: 60px;
    margin-top: 10px;
  }

  .join-reseller img.grow-scale {
    margin-top: 20px;
    margin-left: -25px;
    height: 170px;
  }

  .link-collaboration img {
    height: 65px;
    margin-top: -10px;
  }

  .link-Sosmed .tiktok img {
    margin-top: 20px;
    height: 80px;
    margin-left: auto;
  }

  .link-Sosmed .youtube img {
    height: 80px;
    margin-top: 20px;
    margin-right: 20px;
    margin-left :20px;
  }
  
    .link-Sosmed .website img {
        height: 80px;
        margin-top: 20px;
        margin-right: auto;
   }  

  .video iframe {
    width: 90%;
    height: 230px;
    justify-content: center;
    align-items: center;
  }

  footer span {
    font-size: 0.8rem;
    color: #ffffff;
    font-weight: 600;
  }
}
