/* ------------- Bagian Utama CSS ------------- */
* {
  font-family: 'Poppins';
}

.black {
  color: black;
}

.yellow {
  color: #f3bd5c;
}

.white {
  color: white;
}

.Heading-1 {
  font-weight: 800;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.2em;
}
.Heading-2 {
  font-size: 36px;
  line-height: 54px;
  letter-spacing: 0.15em;
  font-weight: 600;
}

.Heading-3 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15em;
  font-weight: 600;
}

.Heading-4 {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
}

.paragap1 {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.05em;
}

.padding {
  padding-bottom: 20px;
}

.bagian-bestmenu,
.bagian-about,
.bagian-bestmenu .barisan-tombol,
.bagian-story {
  padding: 10px 0;
}

.navbar {
  background-color: #000000;
  justify-content: center;
}

.nav-item a {
  color: #f3bd5c;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.nav-item a:hover {
  color: #ffffff;
}

.posisi {
  text-align: center;
}

.logo,
.tombol-varian1 {
  width: 150px;
}

.tombol-varian1 {
  letter-spacing: 0.1em;
  border: 2px solid #f3bd5c;
  border-radius: 20px;
  padding: 4px;
  text-align: center;
  cursor: pointer;
  background-color: unset;
  color: #f3bd5c;
}

.length {
  width: 200px;
}

.tombol-varian2 {
  font-weight: 600;
  letter-spacing: 0.15em;
  background: #f3bd5c;
  border: 2px solid #ffffff;
  border-radius: 20px;
  width: 200px;
  padding: 4px;
}

.tombol-varian2:hover {
  box-shadow: 0px 0px 30px #f3bd5c;
}

.tombol-varian1:hover {
  box-shadow: 0px 0px 30px #f3bd5c;
}

.var1 {
  color: white;
}

.background1 {
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.591636) 45.83%, rgba(0, 0, 0, 0) 99.48%);
  height: 40px;
}
.background2 {
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0.591636) 45.83%, rgba(0, 0, 0, 0) 99.48%);
  height: 40px;
}

.sosmed-lokasi {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.bagian-navbar .logo img {
  width: 60px;
  height: 60px;
}

.bagian-navbar .sosmed {
  display: flex;
  align-items: center;
  gap: 40px;
}

.bagian-navbar .sosmed a img:hover {
  transform: scale(0.9);
}
/* ------------- Bagian Utama CSS ------------- */

/* ------------- Bagian Awal Promo ------------- */
.bagian-promo {
  padding: 40px 0 0;
}

.bagian-promo .container-story {
  display: flex;
  justify-content: center;
  padding: 40px 0;
}

.bagian-promo .image img {
  width: 100%;
}

/* ------------- Bagian Akhir Promo ------------- */

/* ------------- Bagian Awal Footer ------------- */
.bagian-foter {
  background-image: url(/image/bgfooter.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}

.bagian-foter .container-footer {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.bagian-foter .container-footer1 {
  display: flex;
  gap: 80px;
}
/* ------------- Bagian Akhir Footer ------------- */
@media (max-width: 500px) {
  /* ------------- Bagian Utama CSS ------------- */
  .posisi {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .logo {
    width: unset;
  }

  .Heading-1,
  .paragap1 {
    font-size: 10px;
    letter-spacing: unset;
    line-height: unset;
  }

  .Heading-2,
  .Heading-3,
  .HeadingBlack-2 {
    font-size: 14px;
    line-height: unset;
  }

  .Heading-4 {
    font-size: 12px;
    letter-spacing: unset;
  }

  .padding-h2 {
    padding-bottom: unset;
  }

  .background1,
  .background2 {
    height: 20px;
  }

  .display img {
    display: none;
  }
  /* ------------- Bagian Utama CSS ------------- */

  /* ------------- Bagian Awal Navbar ------------- */
  .bagian-navbar .logo img {
    width: 40px;
    height: 40px;
  }
  /* ------------- Bagian Akhir Navbar ------------- */

  /* ------------- Bagian Promo ------------- */

  /* ------------- Bagian Promo ------------- */

  /* ------------- Bagian Awal Footer ------------- */
  .bagian-foter {
    padding: 40px 0;
  }

  .bagian-foter .container-footer,
  .bagian-foter .container-footer1 {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .bagian-foter .logo img {
    width: 100px;
  }
  /* ------------- Bagian Akhir Footer ------------- */
}
