@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=TikTok+Sans:opsz,wght@12..36,300..900&display=swap');


body {
    font-family: 'Poppins', sans-serif;
    background: rgb(255, 255, 255);
    overflow-x: hidden;
    margin: 0;
}

.navbar {
    background-color: #ffffff;
    display: grid;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 9999;
    border-bottom: 1px solid rgb(0, 132, 255);
}

.navigasi {
    display: flex;
    justify-content: center;
    gap: 15px;
    
}

.navigasi a {
    color: rgb(0, 0, 0);
    font-weight: 799;
    text-decoration: none;
    transition: 0.4s ease;
    position: relative;
    top: -10px;
}

.navigasi img {
  width: 16px;
}

.navigasi a:hover {
    border-bottom: 1px solid rgb(0, 132, 255);
    color: #1a0404;
    transform: scale(1.1);
}

.navigasi a:active {
    border-bottom: 1px solid rgb(0, 132, 255);
    color: black;
    transform: scale(1.1;)
}

.logo {
    text-align: center;
    color: rgb(26, 71, 194);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 999;
    font-size: 40px;
    position: relative;
    top: 5px;
}

.bag img {
  width: 250px;
  position: relative;
  top: 200px;
  display: flex;
  justify-self: center;

}


.huruf3 {
  position: relative;
  top: 200px;
  display: flex;
  justify-content: center;

}

.huruf3 img {
  max-width: 100px;
  width: 11vw;
  min-width: 10px;
}


.huruf4 {
  position: relative;
  top: 300px;
  display: flex;
  justify-content: center;

}

.huruf4 img {
  max-width: 100px;
  width: 11vw;
  min-width: 10px;
}

.huruf5 {
  position: relative;
  top: 400px;
  display: flex;
  justify-content: center;

}

.huruf5 img {
  max-width: 100px;
  width: 11vw;
  min-width: 10px;
}

.huruf6 {
  position: relative;
  top: 510px;
  display: flex;
  justify-content: center;

}

.huruf6 img {
  max-width: 100px;
  width: 11vw;
  min-width: 10px;
}

.huruf7 {
  position: relative;
  top: 610px;
  display: flex;
  justify-content: center;

}

.huruf7 img {
  max-width: 100px;
  width: 11vw;
  min-width: 10px;
}

.huruf8 {
  position: relative;
  top: 710px;
  display: flex;
  justify-content: center;

}

.huruf8 img {
  max-width: 100px;
  width: 11vw;
  min-width: 10px;
}

.huruf9 {
  position: relative;
  top: 810px;
  display: flex;
  justify-content: center;

}

.huruf9 img {
  max-width: 100px;
  width: 11vw;
  min-width: 10px;
}




.produk-order {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  top: 320px;


}

.produk-medsos {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  top: 420px;


}

.produk-student {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  top: 530px;


}

.produk-apk {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  top: 630px;


}

.produk-srvc {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  top: 730px;


}

.produk-other {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  top: 830px;


}

.produk-card {
  border: 1px solid rgb(143, 147, 150);
  max-width: 200px;
  width: 45vw;
  height: 250px;
  display: grid;
  justify-items: center;
  border-radius: 12px;
}


@keyframes rgbMove {
  0% {background-position: 0% 50%;}
  50% {background-position: 100% 50%;}
  100% {background-position: 0% 50%;}
}

.produk-card img {
  position: absolute;
  top: -10px;
  width: 180px;
}

.produk-card p {
  position: absolute;
  top: 155px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
}

.produk-card a {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: rgb(255, 255, 255);
  background-color: black;
  position: absolute;
  top: 200px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 150px;
  height: 35px;
  background: linear-gradient(270deg, rgb(0, 132, 255), rgb(17, 43, 116));
  animation: rgbMove 6s ease infinite;
  background-size: 400% 400%;
  transition: 0.2s ease;
}

.produk-card a:hover {
  transform: scale(1.1);
}

.produk-card a:active {
  transform: scale(1.1);
}



/* /// */

.section-gambar {
    position: relative;
    top: 904px;
}

.section-gambar img {
  padding: 0;
  margin: 0;
  filter: brightness(30%);
  width: 100%;
  max-height: 250px;
  min-height: 100px;
  object-fit: cover;
  object-position: 50% 20%;
}

.section-gambar p {
  font-weight: 300;
  line-height: 17px;
  font-size: 14px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  max-width: 550px;
  width: 80vw;
  position: absolute;
  padding-top: 20px;
  padding-left: 15px;
  color: #D3D3D3;
  z-index: 999;
}

.section-gambar p span {
  position: relative;
  top: -5px;
  left: -0px;
}

footer {
    position: relative;
    top: 900px;
    width: 100%;
    max-width: 100%;
    height: 180px;
    background:  #0a2540 ; 

    /*  #0a2540  */
    /* #eaf3ff */

}

.container-footer {
    width: 100%;
    height: 180px;
    display: grid;
    align-items: center;
}

.textt {
    width: 90vw;
    min-width: 340px;
    max-width: 900px;
    position: relative;
    top: -40px;
    left: 20px;
}

.teks-footer-1 {
    font-size: clamp(1.1rem, 4vw, 1.5rem);
    color: white;
    font-family: "Roboto Flex", sans-serif;
}

.teks-footer-2 {
    position: relative;
    top: 5px;
    font-size: 13px;
    color: white;
    font-family: "Roboto Flex", sans-serif;
     font-variation-settings:
    "slnt" 0,
}

.akhir {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgb(0, 0, 0);
    position: absolute;
    top: 150px;
    z-index: 999;
    background: #0a2540;
}

.akhir p {
    font-family: monospace;
    color: rgb(255, 255, 255);
    font-size: clamp(1.1 rem, 4vw, 1.5rem);
}

.btn-sosmed {
  position: relative;
  top: -74px;
  z-index: 9999;

}

.btn-sosmed-settings {
  padding-left: 20px;
  display: flex;
  justify-content: start;
  gap: 15px;

}

/* LIST BUTTON */
.btn-1 {

}

.btn-2 {

}

.btn-3 {

}

.btn-4 {

}

.btn-5 {

}


/* LOGO BUTTON */
.logo-wa {
  width: 30px;
  transition: 0.5s ease;
}

.logo-wa:hover {
  transform: scale(1.3)
}

.logo-ig {
  width: 30px;
  transition: 0.5s ease;
}

.logo-ig:hover {
  transform: scale(1.3)
}

.logo-tele {
  width: 30px;
  transition: 0.5s ease;
}

.logo-tele:hover {
  transform: scale(1.3)
}

.logo-tt {
  width: 30px;
  transition: 0.5s ease;
}

.logo-tt:hover {
  transform: scale(1.3)
}

.logo-yt {
  width: 30px;
  transition: 0.5s ease;
}

.logo-yt:hover {
  transform: scale(1.3)
}
