body {
  margin: 0;
  font-family: "Gugi", sans-serif;
}

/* Navbar Section */
.navbar {
  background-color: #ffffff;
  height: 100px;
}
.navbar-brand img {
  width: auto;
  height: 80px;
}
.nav-item a {
  font-size: 18px;
  color: #be3340;
}
.btn-gofood {
  background-color: #be3340;
  color: #fbec38 !important;
  border-radius: 10px;
  padding: 10px 20px;
  font-weight: 500;
  border: 1px solid #be3340;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
  display: inline-block;
  margin: 0 10px;
}
.btn-gofood:hover {
  background-color: #b30314;
  color: #fff !important;
  border: 1px solid #b30314;
  transition: 0.3s;
}
.btn-social {
  background-color: #be3340;
  padding: 8px;
  border-radius: 10px;
}

.btn-social:hover {
  background-color: #b30314;
}

/* Hero Section */
.hero-section {
  background-image: url("assets/hero-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 10px;
}
.hero-inner-section {
  background-color: #be3341da;
  min-height: 400px;
  border-radius: 10px;
  padding: 60px 40px;
}
.hero-title {
  font-size: 80px;
  line-height: 90px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.sp-text {
  color: #f8ed3b;
}
.hero-para {
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  font-family: Poppins, sans-serif;
  padding: 0 70px;
  margin-bottom: 50px;
}
.hero-go-btn-section {
  text-align: center;
}
a.hero-go-btn {
  display: inline;
  text-decoration: none;
  background-color: #f8ed3b;
  color: #be3340;
  padding: 15px 20px;
  border-radius: 10px;
}
a.hero-go-btn:hover {
  background-color: #dacf01;
  color: #be3340;
}

/* Food Display Section */
.food-display-section {
  background-color: #be3340;
  padding: 80px 10px;
}
.food-display-image-section img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
  margin: auto;
}
.food-display-content-title {
  font-size: 50px;
  color: #fff;
  margin-bottom: 20px;
}
.food-display-card-section {
  min-height: 150px;
  background-color: #fff;
  border-radius: 10px;
}
.food-display-card-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding: 10px;
  margin-bottom: 20px;
}
.food-card-content-title {
  font-size: 30px;
  color: #000;
}
.food-card-content-para {
  font-size: 16px;
  font-family: Poppins, sans-serif;
  color: #000;
}

/* Food Section */
.food-section {
  background-color: #000;
  padding: 80px 10px;
}
.food-header-section {
  margin-bottom: 50px;
}
.food-header-title {
  font-size: 70px;
  line-height: 70px;
  color: #f8ed3b;
}
.food-header-border {
  height: 2px;
  background-color: #fff;
  width: 100%;
}
.makanan-btn {
  background-color: #f8ed3b;
  color: #000;
  padding: 15px 25px;
  border-radius: 10px;
}
.makanan-btn:hover {
  background-color: #d4d18e;
  color: #000;
}
.minuman-btn {
  background-color: #d4d18e;
  color: #000;
  padding: 15px 25px;
  border-radius: 10px;
}
.minuman-btn:hover {
  background-color: #f8ed3b;
  color: #000;
}
.food-items-section {
  display: flex;
  justify-content: center;
}
.food-items-row {
  width: 80%;
}
.food-item-col {
  display: flex;
  justify-content: center;
}
.product-card {
  height: auto;
  width: 300px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  border-radius: 15px;
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
  border: 3px solid #fff;
}
.image-container {
  position: relative;
}
.image-container img {
  display: block;
  margin: auto;
  width: 100%;
  height: auto;
  transition: filter 0.3s ease;
}
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background-color: #000000bd;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.product-card:hover .image-container img {
  filter: brightness(70%);
}
.product-card:hover .overlay {
  opacity: 1;
}
.overlay .text {
  color: white;
  text-align: center;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.display-item-name {
  font-size: 20px;
  padding-top: 15px;
  text-transform: capitalize;
}
.display-item-price-section {
  position: relative;
  margin-top: -45px;
}
.display-item-price {
  font-size: 16px;
  display: inline-block;
  background-color: #BE3340;
  color: #fff;
  padding: 5px 15px;
  border-radius: 10px;
}
#minuman {
  display: none;
}

/* Contact Section */
.contact-section {
  background-color: #fbf9f5;
  padding: 80px 10px;
}
.contact-card-section {
  background-color: #be3340;
  padding: 20px 40px;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.day-time-text {
  color: #fff;
}
input.contact-input-field {
  height: 60px;
  background-color: #e3e3e3;
  margin-bottom: 15px;
}
textarea.contact-input-field {
  background-color: #e3e3e3;
  margin-bottom: 15px;
}
input.contact-input-field::placeholder {
  font-family: Poppins, sans-serif;
}
textarea.contact-input-field::placeholder {
  font-family: Poppins, sans-serif;
}
button.contact-form-submit-btn {
  width: 100%;
  height: 60px;
  background-color: #be3340;
  color: #fff;
  font-weight: 600;
  font-family: Poppins, sans-serif;
  text-align: center;
  font-size: 20px;
}
.contact-image-section {
  height: 469px;
  background-image: url("assets/contact-bg.webp");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.contact-image-title {
  font-size: 70px;
  text-align: center;
}

/* Location Address Section */
.location-address-section {
  background-color: #be3340;
  padding: 80px 10px;
}
.location-address-inner-section {
  width: 80%;
}
.address-section {
  background-color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
}
.location-map iframe {
  height: 400px;
  width: 100%;
  border-radius: 10px;
}
/* SEO Section */
.seo-section {
  background-color: #ddd;
  padding: 80px 10px;
}
.seo-section-title {
  color: #000000;
  font-size: 56px;
  line-height: 74px;
  font-weight: 600;
}
.seo-section-body p {
  text-align: justify;
  font-size: 17px;
  color: #000000;
  font-family: Poppins, sans-serif;
}
.seo-link {
  color: rgb(0, 0, 0);
}

/* Footer Section */
.footer-section {
  background-color: #ffffff;
  padding: 80px 10px;
}
img.footer-logo-img {
  height: 150px;
  width: auto;
  display: block;
  margin: auto;
}
.footer-para {
  color: #000000;
  text-align: justify;
  padding: 0px 10px;
  font-size: 17px;
  font-family: Poppins, sans-serif;
}
.footer-socials-icon a {
  display: block;
  margin-bottom: 5px;
}
.copyright-section {
  background-color: #ddd;
  color: #000;
  text-align: center;
  padding: 10px 0;
  font-family: Poppins, sans-serif;
}
