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);
  }
}
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 ul {
  display: flex;
  margin: 0;
  gap: 20px;
}
nav ul li a {
  text-decoration: none;
  color: white;
  border-radius: 8px;
  padding: 10px;
  transition: all 0.4s ease;
}
nav ul li a.reservation {
  background-color: #ffa600;
  border-radius: 30px;
  padding: 10px 30px;
  color: white;
  width: 100px;
}
nav .logo a img {
  width: 70%;
  height: 70%;
}

.search-nav {
  display: flex;
  align-items: center;
  gap: 20px;
}
.search-nav .search-icon2 {
  position: absolute;
  right: 80px;
  top: 50%;
  transform: translateY(-50%);
  color: #b68d40;
  cursor: pointer;
  transition: color 0.3s;
}
.search-nav svg {
  width: 30px;
  height: 30px;
}

.hamburger {
  display: none;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
}
.hamburger div {
  width: 25px;
  height: 3px;
  background-color: white;
  transition: 0.4s;
}

.hamburger.active div:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active div:nth-child(2) {
  opacity: 0;
}

.hamburger.active div:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.content .home {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)), url("/image/about.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
  height: 60vh;
  color: white;
  text-align: center;
  font-family: "Playfair", serif;
}
.content .home h2 {
  font-size: 1.3rem;
  font-family: "Raleway";
}
.content .home h1 {
  font-size: 3.5rem;
  color: #ffa600;
  margin-bottom: 10px;
}

#contact {
  background-color: black;
  color: white;
  padding-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contact .kotak {
  width: 90%;
  max-width: 1200px;
  height: auto;
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
#contact .kotak .kiri {
  width: 100%;
  max-width: 500px;
  height: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  margin-bottom: 40px;
}
#contact .kotak .kiri h1 {
  padding-bottom: 5px;
  color: #534c4c;
  font-family: sans-serif;
  letter-spacing: 2px;
}
#contact .kotak .kiri h2 {
  padding-bottom: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;
}
#contact .kotak .kiri p {
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  font-size: 16px;
  color: #979191;
}
#contact .kotak .kiri .dll {
  padding: 30px 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 20px;
}
#contact .kotak .kiri .dll .card-dll {
  display: grid;
  grid-template-columns: 30px 1fr;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
#contact .kotak .kiri .dll .card-dll p {
  font-size: 14px;
  text-align: left;
  display: flex;
  align-items: center;
}
#contact .kotak .kiri .dll .card-dll svg {
  height: 30px;
  width: 30px;
  color: #6e6666;
}
#contact .kotak .kiri .sosmed {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #534c4c;
  padding-top: 20px;
  width: 100%;
}
#contact .kotak .kiri .sosmed h4 {
  color: #b68d40;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  padding-bottom: 20px;
}
#contact .kotak .kiri .sosmed .social-media {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
#contact .kotak .kiri .sosmed .social-media a {
  color: white;
  text-decoration: none;
  transition: color 0.3s;
  font-size: 24px;
}
#contact .kotak .kiri .sosmed .social-media a:hover {
  color: #b68d40;
}
#contact .kotak .kanan {
  width: 100%;
  max-width: 600px;
  height: auto;
}
#contact .kotak .kanan h1 {
  font-size: 30px;
  font-weight: 800;
  color: white;
  margin-bottom: 7px;
}
#contact .kotak .kanan h2 {
  color: #534c4c;
  margin-bottom: 20px;
}
#contact .kotak .kanan form {
  display: grid;
  grid-template-areas: "name email" "subject subject" "comments comments";
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 20px;
  font-family: Arial, sans-serif;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}
#contact .kotak .kanan form .form-group.name {
  grid-area: name;
}
#contact .kotak .kanan form .form-group.email {
  grid-area: email;
}
#contact .kotak .kanan form .form-group.subject {
  grid-area: subject;
}
#contact .kotak .kanan form .form-group.comments {
  grid-area: comments;
}
#contact .kotak .kanan form .form-group {
  margin-bottom: 0;
}
#contact .kotak .kanan form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 550;
}
#contact .kotak .kanan form input[type=text],
#contact .kotak .kanan form input[type=email],
#contact .kotak .kanan form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid rgba(204, 204, 204, 0);
  background-color: #353131;
  color: white;
  box-sizing: border-box;
  font-size: 16px;
}
#contact .kotak .kanan form textarea {
  height: 150px;
  resize: vertical;
}
#contact .kotak .kanan form button {
  background-color: #ffa600;
  border: 1px solid transparent;
  color: #ffffff;
  padding: 12px 20px;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  max-width: 200px;
  transition: 0.3s ease;
}
#contact .kotak .kanan form button:hover {
  background-color: transparent;
  border: 1px solid #ffa600;
}

footer {
  background-color: rgb(30, 27, 27);
  padding: 30px 20px;
  text-align: center;
}
footer p {
  margin-bottom: 15px;
  color: white;
  font-size: 14px;
}
footer .social-media {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
footer .social-media a {
  color: white;
  text-decoration: none;
  transition: color 0.3s;
  font-size: 20px;
}
footer .social-media a:hover {
  color: #b68d40;
}

/* Media Queries */
@media (max-width: 1024px) {
  #contact .kotak {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #contact .kotak .kiri,
  #contact .kotak .kanan {
    width: 100%;
    max-width: 700px;
  }
  #contact .kotak .kiri {
    margin-bottom: 50px;
  }
  #contact .kotak form {
    grid-template-areas: "name email" "subject subject" "comments comments";
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .menu {
    display: none;
    position: absolute;
    height: 100vh;
    top: 0;
    border: 1px solid #2a2a2a;
    right: -100px;
    background-color: rgb(0, 0, 0);
    /* border-radius: 8px; */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    z-index: 100;
    padding: 90px;
    transition: 0.4s ease-in-out;
  }
  .menu li {
    padding: 0 0 24px 0;
    margin-top: 0;
  }
  nav .search-nav {
    display: none;
  }
  .menu.open {
    display: flex;
    right: 0;
  }
  .hamburger {
    display: flex;
  }
  .content .home {
    height: 50vh;
  }
  .content .home h1 {
    font-size: 2.5rem;
  }
  .content .home h2 {
    font-size: 1.1rem;
  }
  #contact .kotak {
    width: 95%;
    padding: 30px 0;
  }
  #contact .kotak .kiri h2 {
    font-size: 24px;
    padding-bottom: 20px;
  }
  #contact .kotak .kiri .dll {
    padding: 20px 0;
  }
  #contact .kotak .kanan h1 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .content .home {
    height: 40vh;
    margin-top: 50px;
  }
  .content .home h1 {
    font-size: 2rem;
  }
  .content .home h2 {
    font-size: 1rem;
  }
  .content .home a p {
    padding: 10px;
    font-size: 14px;
  }
  #contact .kotak .kiri h2 {
    font-size: 20px;
  }
  #contact .kotak .kiri p {
    font-size: 14px;
  }
  #contact .kotak .kiri .dll .card-dll p {
    font-size: 13px;
  }
  #contact .kotak .kanan h1 {
    font-size: 20px;
  }
  #contact .kotak .kanan form {
    padding: 10px 0;
  }
  #contact .kotak .kanan form input[type=text],
  #contact .kotak .kanan form input[type=email],
  #contact .kotak .kanan form textarea {
    padding: 10px;
    font-size: 14px;
  }
  #contact .kotak .kanan form button {
    padding: 10px 15px;
    font-size: 14px;
  }
  footer {
    padding: 20px 15px;
  }
  footer p {
    font-size: 12px;
  }
  footer .social-media a {
    font-size: 18px;
  }
}/*# sourceMappingURL=contact.css.map */