html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* logo-browser */
@keyframes flicker {
  0%, 100% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.3);
  }
}
/* Agar logo terlihat menyala */
.logo-favicon {
  animation: flicker 1.5s infinite alternate;
}

body {
  background: url(/image/logo.png);
}

nav {
  background-color: transparent;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  justify-content: space-between;
  box-sizing: border-box; /* Pastikan padding tidak mempengaruhi lebar */
  z-index: 999;
  position: absolute;
  top: 0; /* Menempel di bagian atas */
  left: 0; /* Menempel di sisi kiri */
  transition: background-color 0.3s, -webkit-backdrop-filter 0.3s;
  transition: background-color 0.3s, backdrop-filter 0.3s;
  transition: background-color 0.3s, backdrop-filter 0.3s, -webkit-backdrop-filter 0.3s;
}
nav .logo a img {
  width: 70%;
  height: 70%;
}

.content .home {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url("/image/menu.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
  height: 102vh;
  color: white;
  text-align: center;
  font-family: "Playfair", serif;
}
.content .home h1 {
  font-size: 3.5rem;
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: 800;
  margin-left: 40px;
  text-shadow: 3px -3px 2px rgba(53, 51, 51, 0.7137254902);
}
.content .home h1 span {
  color: #ffa600;
}
.content .home p {
  margin-left: 40px;
  color: #f1e6e6;
  text-align: left;
  margin-top: 0;
}
.content .home h3 {
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  margin-top: 20px;
  margin-left: 40px;
  cursor: pointer;
  background-color: #ffa600;
  border: 1px solid transparent;
  /* Transparansi agar blur terlihat */
  padding: 14px 22px;
  border-radius: 30px;
  transition: 0.4s ease-in-out;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.content .home h3:hover {
  background-color: #cc8500;
}
.content .listMenu {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease-in-out;
  transform: translateY(-10px);
}
.content ul.show {
  transition: opacity 0.3s ease, transform 0.3s ease-in-out;
  margin-top: 20px;
  text-align: center;
  display: grid;
  opacity: 100%;
  grid-template-areas: "kiri kanan";
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  width: -moz-fit-content;
  width: fit-content;
}
.content ul.show .paketPrasmanan {
  grid-area: kiri;
}
.content ul.show .paketPrasmanan h2 {
  background-color: #c99a36;
  padding: 8px;
  border-radius: 3px;
  margin-bottom: 10px;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.1rem;
  text-wrap: nowrap;
  cursor: pointer;
}
.content ul.show .paketPrasmanan .cPrasmanan {
  display: none;
}
.content ul.show .paketPrasmanan ul.cPrasmanan.show {
  gap: 10px;
  align-items: flex-start;
  justify-content: center;
  display: flex;
  width: 100%;
}
.content ul.show .paketPrasmanan ul.cPrasmanan.show li {
  background-color: #c99a36;
  padding: 8px;
  border-radius: 3px;
  margin-bottom: 10px;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.1rem;
  text-wrap: nowrap;
}
.content ul.show .paketNasiBox {
  grid-area: kanan;
}
.content ul.show .paketNasiBox h2 {
  background-color: #c99a36;
  padding: 8px;
  border-radius: 3px;
  margin-bottom: 10px;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.1rem;
  text-wrap: nowrap;
  cursor: pointer;
  padding: 8px 0 8px 0;
}
.content ul.show .paketNasiBox .cNasiBox {
  display: none;
}
.content ul.show .paketNasiBox ul.cNasiBox.show {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.content ul.show .paketNasiBox ul.cNasiBox.show .boxKambingBakar {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.content ul.show .paketNasiBox ul.cNasiBox.show .boxKambingBakar h5 {
  background-color: #c99a36;
  padding: 8px;
  border-radius: 3px;
  margin-bottom: 10px;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.1rem;
  text-wrap: nowrap;
  cursor: pointer;
  height: -moz-fit-content;
  height: fit-content;
}
.content ul.show .paketNasiBox ul.cNasiBox.show .boxKambingBakar ul {
  display: none;
}
.content ul.show .paketNasiBox ul.cNasiBox.show .boxKambingBakar ul.show {
  grid-area: bawah;
  display: inline;
}
.content ul.show .paketNasiBox ul.cNasiBox.show .boxKambingBakar ul.show li {
  background-color: #c99a36;
  padding: 8px;
  border-radius: 3px;
  margin-bottom: 10px;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.1rem;
  text-wrap: nowrap;
  font-size: 0.7rem;
  width: 80%;
  font-weight: 500;
  text-wrap: nowrap;
}
.content ul.show .paketNasiBox ul.cNasiBox.show .boxSateGulai {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.content ul.show .paketNasiBox ul.cNasiBox.show .boxSateGulai h5 {
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  background-color: #c99a36;
  padding: 8px;
  border-radius: 3px;
  margin-bottom: 10px;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.1rem;
  text-wrap: nowrap;
  cursor: pointer;
  height: fit-content;
}
.content ul.show .paketNasiBox ul.cNasiBox.show .boxSateGulai ul {
  display: none;
}
.content ul.show .paketNasiBox ul.cNasiBox.show .boxSateGulai ul.show {
  display: inline;
}
.content ul.show .paketNasiBox ul.cNasiBox.show .boxSateGulai ul.show li {
  background-color: #c99a36;
  padding: 8px;
  border-radius: 3px;
  margin-bottom: 10px;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.1rem;
  text-wrap: nowrap;
  font-size: 0.7rem;
  width: 80%;
  font-weight: 500;
  text-wrap: nowrap;
}

.menu {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 20px auto;
  gap: 20px;
}
.menu h2 {
  width: 80%;
  background: #ffa600;
  text-align: center;
  padding: 5px 0;
  border-radius: 3px;
  color: white;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
}
.menu .cards {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  overflow-x: auto;
  padding: 0 -5px 0 -5px;
  width: 95%;
  scroll-behavior: smooth;
}
.menu .cards::-webkit-scrollbar {
  width: 0;
}
.menu .cards .card {
  background-color: rgba(72, 63, 63, 0.7411764706);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  height: auto;
  border-radius: 4px;
  gap: 20px;
  padding-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.411);
  padding: 10px 0 20px 0;
  flex: 0 0 auto;
  background-color: rgb(83, 76, 76);
}
.menu .cards .card img {
  width: 95%;
  height: 95%;
  border-radius: 3px;
}
.menu .cards .card a {
  background-color: #c99a36;
  border: 1px solid #c99a36;
  transition: 0.4ms ease-in-out;
}
.menu .cards .card a:hover {
  background: transparent;
}
.menu .cards .card a {
  padding: 5px;
  transition: 0.4s ease-in-out;
  border-radius: 8px;
  text-decoration: none;
  color: white;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
.menu .cards .card a:hover {
  background-color: transparent;
}
.menu .cards .card h3 {
  font-size: 1.5rem;
  color: #ffa600;
  font-weight: 800;
  text-shadow: 0 2px 3px #333333;
}
.menu .cards .card p {
  text-align: center;
  width: 90%;
}
.menu .cards .card h4 {
  color: white;
}
.menu .cards .card span {
  line-height: 30px;
  color: #f1e6e6;
  text-align: left;
}
.menu .cards .card .harga {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 80%;
  align-items: center;
}
.menu .cards .card .harga p {
  width: -moz-fit-content;
  width: fit-content;
  flex: 2;
  text-align: left;
}
.menu .cards .card .harga a {
  flex: 1;
  text-wrap: nowrap;
}

.menu1 .cards,
.menu3 .cards {
  justify-content: center;
  align-items: center;
}

@media (max-width: 1008px) {
  .menu .cards .card {
    width: 50%;
  }
  .menu .cards .card .harga p {
    font-size: smaller;
    text-align: left;
  }
  .menu .cards .card a {
    font-size: smaller;
  }
}
@media (max-width: 790px) {
  .menu .cards .card {
    width: 50%;
  }
  .menu .cards .card .harga p {
    font-size: smaller;
    text-align: left;
  }
  .menu .cards .card a {
    font-size: smaller;
  }
}
@media (max-width: 660px) {
  .menu .cards {
    justify-content: flex-start;
  }
  .menu .cards .card {
    width: 65%;
  }
  .menu .cards .card .harga p {
    font-size: smaller;
    text-align: left;
  }
  .menu .cards .card a {
    font-size: smaller;
  }
}
@media (max-width: 530px) {
  .menu .cards {
    justify-content: flex-start;
  }
  .menu .cards .card {
    width: 75%;
  }
  .menu .cards .card .harga p {
    font-size: smaller;
    text-align: left;
  }
  .menu .cards .card a {
    font-size: smaller;
  }
}
@media (max-width: 450px) {
  .menu .cards {
    display: flex;
    justify-content: flex-start;
  }
  .menu .cards .card {
    width: 90%;
  }
  .menu .cards .card .harga p {
    font-size: smaller;
    text-align: left;
  }
  .menu .cards .card a {
    font-size: smaller;
  }
}/*# sourceMappingURL=menu.css.map */