/* ------------- 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: 40px 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 Baner ------------- */
.bagian-baner {
  background-image: url(image/background.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 650px;
  align-items: center;
  display: flex;
}
.bagian-baner .container-kolom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bagian-baner .tulisan1,
.bagian-baner .tulisan2,
.bagian-baner .kolom1,
.bagian-baner .sosmed {
  display: flex;
  flex-direction: column;
}
.bagian-baner .kolom1 {
  gap: 40px;
}
.bagian-baner .Heading-2 {
  display: flex;
  flex-direction: column;
}
.bagian-baner .sosmed {
  gap: 10px;
  padding-top: 60px;
}
/* ------------- Bagian Akhir Baner ------------- */

/* ------------- Bagian Awal About ------------- */
.bagian-about {
  background-color: #000000;
}

.bagian-about .container-kolom {
  padding: 40px;
  display: flex;
  gap: 30px;
  justify-content: space-around;
}

.bagian-about .bg-back {
  width: 100%;
  height: 300px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgb(255 255 255 / 25%);
}

.bagian-about .bg-back img {
  width: 100%;
  height: 300px;
  border-radius: 5px;
  margin-top: -10px;
  margin-left: 10px;
  border: 3px solid white;
}

.bagian-about .kolom2 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: white;
}

.bagian-about .paragap1 {
  width: 500px;
}
/* ------------- Bagian Akhir About ------------- */

/* ------------- Bagian Akhir Bestmenu ------------- */
.bagian-bestmenu .container-konten {
  display: flex;
  justify-content: space-between;
}

.bagian-bestmenu .tombol {
  display: flex;
  gap: 30px;
}

.bagian-bestmenu .bgtombol {
  background: #f3f3f3;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  width: 120px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bagian-bestmenu .bgtombol:hover {
  background-color: #fff8eb;
}

.bagian-bestmenu .konten .menu {
  width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.konten .menu img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.konten .menu span {
  padding-top: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}

.bagian-bestmenu .kolom1,
.bagian-bestmenu .kolom2 {
  display: flex;
  gap: 40px;
  padding: 20px 0;
}

.bagian-bestmenu .side-dish,
.bagian-bestmenu .Dessert,
.bagian-bestmenu .Drink {
  display: none;
}

.bagian-bestmenu .tombol span {
  cursor: pointer;
}

.bagian-bestmenu .tombol :nth-child(1) {
  cursor: pointer;
  border-bottom: 2px solid #f3bd5c;
  background-color: #fff8eb;
}

.bagian-bestmenu .kolom-2 img {
  filter: drop-shadow(0px 0px 40px rgba(243, 189, 92, 0.8));
  width: 400px;
  height: 400px;
}
/* ------------- Bagian Akhir Bestmenu ------------- */

/* ------------- Bagian Awal Story ------------- */
.bagian-story {
  background-color: #000000;
  background-size: cover;
}

.bagian-story .container-story {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 50px;
}

.bagian-story .konten .Heading-3 {
  padding-bottom: 20px;
}

.bagian-story .image img {
  width: 400px;
}

.bagian-story .konten .Heading-3,
.bagian-story .konten .paragap1 {
  color: white;
}
/* ------------- Bagian Akhir Story ------------- */

/* ------------- Bagian Awal Contact ------------- */
.bagian-contact {
  padding: 40px 0;
}
.bagian-contact .container-contact {
  display: flex;
  justify-content: space-evenly;
  padding-top: 40px;
}

.bagian-contact .Heading-3 {
  justify-content: center;
  display: flex;
}
.bagian-contact .kolom1 {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.bagian-contact .sosmed {
  display: flex;
  align-items: center;
  gap: 15px;
}
/* ------------- Bagian Akhir Contact ------------- */

/* ------------- Bagian Awal Testi ------------- */
.bagian-testi {
  background-color: #eeeeee;
  background-size: cover;
  padding: 40px 0;
  display: flex;
  justify-content: center;
}

.bagian-testi .Heading-2 span {
  font-size: 30px;
}

.bagian-testi .container-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.bagian-testi .kolom {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bagian-testi .container-story {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 50px;
  justify-content: center;
}

.bagian-testi .konten .Heading-3 {
  padding-bottom: 20px;
}

.bagian-testi .image img {
  width: 400px;
}

.bagian-testi .konten .Heading-3,
.bagian-testi .konten .paragap1 {
  color: #000000;
}
/* ------------- Bagian Akhir Testi ------------- */

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

  .nav-item a {
    font-size: 14px;
  }
  /* ------------- Bagian Utama CSS ------------- */

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

  /* ------------- Bagian Awal Baner ------------- */
  .bagian-baner {
    height: 300px;
  }

  .bagian-baner .kolom1 {
    gap: 20px;
  }

  .length {
    width: 100px;
    font-size: 10px;
    border: 1px solid #f3bd5c;
  }

  .bagian-baner .tulisan2 {
    gap: 20px;
  }

  .bagian-baner .sosmed {
    gap: 5px;
    padding-top: unset;
    flex-direction: row;
  }

  .bagian-baner .sosmed img {
    width: 20px;
    height: 20px;
  }

  .bagian-baner .kolom2 img {
    width: 200px;
    height: 150px;
  }
  /* ------------- Bagian Akhir Baner ------------- */

  /* ------------- Bagian Awal About ------------- */
  .bagian-about .container-kolom {
    flex-direction: column;
    padding: unset;
    gap: 10px;
  }

  .bagian-about .bg-back {
    height: 200px;
    display: flex;
    justify-content: center;
    width: 70%;
  }

  .bagian-about .bg-back img {
    margin: unset;
    width: 100%;
    height: 200px;
  }

  .bagian-about .kolom1 {
    justify-content: center;
    display: flex;
  }

  .bagian-about .paragap1 {
    width: 90%;
  }

  .bagian-about .kolom2 {
    text-align: center;
    align-items: center;
    gap: 10px;
  }

  .bagian-about .Heading-1 {
    width: unset;
  }
  /* ------------- Bagian Akhir About ------------- */

  /* ------------- Bagian Awal Best Menu ------------- */
  .bagian-bestmenu {
    padding: 20px 0;
  }
  .bagian-bestmenu .konten .menu {
    width: 90px;
    height: 90px;
  }

  .konten .menu img {
    width: 40px;
    height: 40px;
  }

  .konten .menu span {
    font-size: 10px;
  }

  .bagian-bestmenu .kolom1,
  .bagian-bestmenu .kolom2 {
    gap: 10px;
    padding-bottom: 10px;
  }

  .bagian-bestmenu .tombol {
    gap: 10px;
  }

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

  .bagian-bestmenu .container-konten {
    flex-direction: column;
    height: 250px;
  }

  .bagian-bestmenu .kolom-2 {
    margin-top: -180px;
  }

  .bagian-bestmenu .kolom-2 img {
    width: 150px;
    height: 150px;
    position: relative;
    left: 200px;
    opacity: 40%;
    top: 20px;
  }

  .bagian-bestmenu .bgtombol {
    width: 80px;
    height: 30px;
  }
  /* ------------- Bagian Akhir Best Menu ------------- */

  /* ------------- Bagian Awal Story ------------- */
  .bagian-story .container-story {
    display: unset;
    text-align: center;
    padding: 20px 0;
  }

  .bagian-story .container-story img {
    width: 180px;
    height: 180px;
  }

  .bagian-contact .map {
    transform: scale(0.8);
  }
  /* ------------- Bagian Akhir Story ------------- */

  /* ------------- Bagian Awal Contact ------------- */
  .bagian-contact .container-contact {
    padding-top: 40px;
    flex-direction: column-reverse;
    gap: 20px;
    align-items: center;
  }

  .bagian-contact .kolom2 {
    transform: scale(0.7);
  }
  /* ------------- Bagian Akhir Contact ------------- */

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