@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');

@font-face {
  font-family: 'Heavitas';
  src: url('Assets/Fonts/Heavitas.ttf')
  format('truetype');
}

@font-face {
  font-family: 'Barbarian';
  src: url('Assets/Fonts/Barbarian.ttf')
  format('truetype');
}

@font-face {
  font-family: 'BOOMSTER';
  src: url('Assets/Fonts/BOOMSTER.otf')
  format('truetype');
}

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: #000000;
    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;
}

footer {
    position: relative;
    top: 61px;
    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: -42px;
    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", sans-serif;
    
}

.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-sosmed2 {
  position: relative;
  top: -74px;
  z-index: 9999;

}

.btn-sosmed-settings2 {
  display: flex;
  justify-content: start;
  padding-left: 20px;
  gap: 15px;

}

/* LIST BUTTON */
.btn-1 {

}

.btn-2 {

}

.btn-3 {

}

.btn-4 {

}

.btn-5 {

}


/* LOGO BUTTON */
.logo-wa2 {
  width: 30px;
  transition: 0.5s ease;
}

.logo-wa2:hover {
  transform: scale(1.3)
}

.logo-wa2:active {
  transform: scale(1.3);
}

.logo-ig2 {
  width: 30px;
  transition: 0.5s ease;
}

.logo-ig2:hover {
  transform: scale(1.3)
}

.logo-ig2:active {
  transform: scale(1.3);
}

.logo-tele2 {
  width: 30px;
  transition: 0.5s ease;
}

.logo-tele2:hover {
  transform: scale(1.3)
}

.logo-tele2:active {
  transform: scale(1.3);
}

.logo-tt2 {
  width: 30px;
  transition: 0.5s ease;
}

.logo-tt2:hover {
  transform: scale(1.3)
}

.logo-tt2:active {
  transform: scale(1.3);
}

.logo-yt2 {
  width: 30px;
  transition: 0.5s ease;
}

.logo-yt2:hover {
  transform: scale(1.3)
}

.logo-yt2:active {
  transform: scale(1.3);
}

.logoo {
  position: relative;
  top: 110px;
  display: flex;
  justify-content: center;

}

.logoo img {
  z-index: -1;
  max-width: 10vw;
  min-width: 300px;
}

.sambutan {
  max-width: 700px;
  padding: 30px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: 333;
  position: relative;
  left: 50%; 
   transform: translate(-50%);
  top: 40px;
  text-align: center;
}

.sambutan h2 {
  font-size: 24px;
  font-weight: 222;
  font-family: 'Bebas Neue', sans-serif;
  position: relative;
  top: 20px;
}

.sambutan b {
  font-weight: 666;
}

.container-box-keunggulan {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  top: 50px;
  gap: 15px;

}

.box-1,
.box-2,
.box-3,
.box-4 {
  line-height: 17px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  padding: 13px;
  background: linear-gradient(
    rgb(229, 234, 238),
    rgb(255, 255, 255));
  text-align: center;
  display: grid;
  justify-content: center;
  align-items: center;
  border-radius: 10px; 
  border: 1px solid rgb(255, 255, 255);
  width: 34vw;
  max-width: 220px;
  height: 150px;
  font-size: 13px;
  color:rgb(0, 132, 255);
  font-weight: 700;
  box-shadow: 4px 4px 5px rgb(0, 132, 255);
  transition: 0.5s ease;
}

.box-1:hover {
  transform: translateY(-5px)
}

.box-2:hover {
  transform: translateY(-5px)
}

.box-3:hover {
  transform: translateY(-5px)
}

.box-4:hover {
  transform: translateY(-5px)
} 

.box-1:active {
  transform: translateY(-5px)
}

.box-2:active {
  transform: translateY(-5px)
}

.box-3:active {
  transform: translateY(-5px)
}

.box-4:active {
  transform: translateY(-5px)
}

@keyframes rgbMove {
  0% {background-position: 0% 50%;}
  50% {background-position: 100% 50%;}
  100% {background-position: 0% 50%;}
}

.box-1 img {
  width: 75px;
  display: flex;
  justify-self: center;
}

.box-2 img {
  width: 75px;
  display: flex;
  justify-self: center;
}

.box-3 img {
  width: 75px;
  display: flex;
  justify-self: center;
}

.box-4 img {
  width: 75px;
  display: flex;
  justify-self: center;
}

.teks-cara-order {
  display: flex;
  justify-content: center;
  position: relative;
  top: 155px;
}

.teks-cara-order h2 {
  font-size: 30px;
  font-weight: 500;
  font-family: "Bebas Neue", sans-serif;
  position: relative;
  top: 20px;
}

.container-cara-order {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  position: relative;
  top: 60px;

}

.gambar-cara-1 {
  display: grid;
  justify-content: center;
  align-items: center;
  width: 50vw;
  max-width: 300px;
  min-width: 350px;
  height: 200px;
  position: relative;
  top: 100px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 4px 4px 5px rgb(0, 132, 255);
  background: linear-gradient(
    rgb(229, 234, 238),
    rgb(255, 255, 255));
    transition: 0.9s ease;

}

.gambar-cara-1:hover {
  transform: translateY(-5px);
}

.gambar-cara-1 img {
  display: flex;
  justify-self: center;
  padding-top: 20px;
  width: 110px;
}

.gambar-cara-1 .angka {
  width: 30px;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 10px;
  padding-top: 10px;

}

.gambar-cara-1 h3 {
  width: 200px;
  text-align: center;
  color: rgb(0, 132, 255);
  font-weight: 700;
  font-size: 13px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}


.bag-icon {
  position: relative;
  top: 210px;
  display: flex;
  justify-content: center;
}

.bag-icon img {
  width: 200px;
}

.bag-icon2 {
  z-index: 999;
  position: relative;
  top: 75px;
  display: flex;
  justify-content: center;
}

.bag-icon2 img {
  width: 200px;
}

.sectionn {
  border-radius: 40px;
  width: 100%;
  height: 300px;
  background-color: aliceblue;
}

.sectionn2 {
  position: relative;
  top: -150px;
  border-radius: 40px;
  width: 100%;
  height: 300px;
  background-color: aliceblue;
}

.tombol-order {
  display: flex;
  justify-content: center;
  position: relative;
  top: 235px;
}

.tombol-order a img {
  width: 25px;
}

.tombol-order a {
  border-radius: 10px;
  padding: 6px;
  gap: 10px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  max-width: 300px;
  min-width: 100px;
  text-decoration: none;
  font-family: 'Bebas Neue', sans-serif;
  color: rgb(255, 255, 255);
  transition: 0.5s ease;
  background: linear-gradient(270deg, rgb(0, 132, 255), rgb(17, 43, 116));
  background-size: 400% 400%;
  animation: rgbMove 6s ease infinite;

}

.tombol-order a:hover {
  transform: scale(1.1);
}

.tombol-order a:active {
  transform: scale(1.1);
  background: linear-gradient(to right, rgb(0, 132, 255), rgb(17, 43, 116));
  color: #ffffff;
}

.vd {
  display: grid;
  justify-content: center;
  position: relative;
  top: -50px;

}



.vd video {
  width: clamp(200px, 85vw, 700px);
  border-radius: 10%;

}

.vd P {
  position: absolute;
  left: 50px;
  color: white;
  font-weight: 700;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}



.section-gambar {
  position: relative;
  top: 65px;
}

.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: 0;
}

.social-media-container {
  display: flex;
  justify-content: center;
  gap: 15px;
  position: relative;
  top: 80px;
}

.social-media-container img {
  transition: 0.5s ease;
  width: 35px;

}

.social-media-container img:hover {
  transform: scale(1.1);
}

.social-media-container img:active {
  transform: scale(1.1);
}

.rating {

}

.rating h2 {
  display: flex;
  justify-self: center;
  position: relative;
  top: 215px;
  z-index: 999;
  font-family: 'Bebas Neue', sans-serif;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
}

.card-rating-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  position: relative;
  top: 200px;
  margin-bottom: 35px;
}

.card-rating {
  padding: 20px;
  display: grid;
  justify-items: center;
  align-items: center;
  justify-content: center;
  box-shadow: 4px 4px 7px #D3D3D3;
  aspect-ratio: 16/9;
  width: 50vw;
  max-width: 300px;
  min-width: 315px;
  border-radius: 10px;
  background: linear-gradient(270deg, white, aliceblue);
  animation: rgbMove 6s ease infinite;
  background-size: 400% 400%;
  transition: 0.5s ease;
}

.card-rating:hover {
  transform: translateY(-5px);
}

.card-rating p {
    font-weight: 300;
  line-height: 18px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}

.card-rating .nama {
  font-weight: bold;
  font-size: 20px;
  font-family: 'TikTok Sans', sans-serif;
  text-decoration: none;
  color: rgb(0, 0, 0);

}

.card-rating img {
  padding-top: 20px;
  width: 150px;
}

.teks-keunggulan {
  display: flex;
  justify-content: center;
  position: relative;
  top: 48px
 
}

.teks-keunggulan h2 {
  font-size: 30px;
  font-weight: 500;
  font-family: "Bebas Neue", sans-serif;
  position: relative;
  top: 20px;
}
