body {
  margin: 0;
  font-family: "Pragati Narrow", sans-serif;
  overflow-x: hidden;
}

/* Navbar Section */
.navbar {
  background-color: #ffffff;
  height: 100px;
}
.navbar-brand img {
  width: auto;
  height: 80px;
}
.nav-item a {
  font-size: 18px;
  color: #000;
}
.nav-item a:hover {
  color: #5c1a74;
}
.btn-gofood {
  background-color: #5c1a74;
  color: #ffef03 !important;
  border-radius: 10px;
  padding: 10px 20px;
  font-weight: 500;
  border: 1px solid #5c1a74;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
  display: inline-block;
  margin: 0 10px;
}
.btn-gofood:hover {
  background-color: #44075a;
  color: #ffef03 !important;
  border: 1px solid #44075a;
  transition: 0.3s;
}

/* Hero Section */
.hero-section {
  background-image: url("assets/restaurant-with-red-chair-menu-wall\ 1.webp");
  background-position: center;
  background-size: cover;
  padding: 120px 0;
}
.hero-inner-section {
  width: 43%;
  min-height: 400px;
  background-color: #5c1a74c9;
  padding: 50px 50px 50px calc((100% - 1285px) / 2);
}
.hero-title {
  color: #ffef03;
  text-transform: capitalize;
  font-size: 65px;
  line-height: 70px;
  margin-bottom: 20px;
  font-weight: bold;
}
.hero-para {
  color: #ffffff;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 50px;
}
.hero-buttons {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
}
a.hero-go-food-btn {
  background-color: #ffef03;
  color: #5c1a74;
  padding: 10px 15px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 10px;
}
a.hero-go-food-btn:hover {
  background-color: #bdb001;
  color: #5c1a74;
}
a.hero-social-btn {
  background-color: #ffef03;
  border-radius: 10px;
  padding: 9px;
}
a.hero-social-btn:hover {
  background-color: #bdb001;
}

/* Food Section */
.food-section {
  background: url("assets/food-section-bg.webp"), #5c1a74;
  background-position: center;
  background-size: cover;
  padding: 80px 10px;
}
.delicious-menu-title {
  color: #ffffff;
  font-size: 70px;
  line-height: 70px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
.food-item {
  display: flex;
  justify-content: center;
  margin-top: 130px;
  margin-bottom: 30px;
}
.food-item-card {
  background-color: #fff;
  width: 280px;
  height: 235px;
  padding: 10px;
  position: relative;
  border-radius: 15px;
}
.food-item-image {
  position: relative;
}
.food-item-image div img {
  display: block;
  margin: auto;
  height: 220px;
  width: 220px;
  border-radius: 50%;
  border: 3px solid #fff;
}
.food-item-image-inner {
  margin-top: -135px;
}
.food-display-item-name {
  color: #5c1a74;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 30px;
  height: 60px;
}
.food-display-item-price {
  display: flex;
  justify-content: center;
  position: relative;
}
.food-item-price-inner {
  background-color: #5c1a74;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 5px 25px;
  border-radius: 25px;
}
.food-menu-list-header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
}
button.makanan-btn {
  background-color: #ffef03;
  color: #5c1a74;
  font-size: 28px;
  border: 1px solid #ffef03;
}
button.makanan-btn:hover {
  background-color: transparent;
  color: #ffef03;
  font-size: 28px;
  border: 1px solid #ffef03;
}
button.minuman-btn {
  background-color: transparent;
  color: #ffef03;
  font-size: 28px;
  border: 1px solid #ffef03;
}
button.minuman-btn:hover {
  background-color: #ffef03;
  color: #5c1a74;
  font-size: 28px;
  border: 1px solid #ffef03;
}
.food-menu-list .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.food-menu-list-name {
  color: #fff;
  font-size: 20px;
  line-height: 22px;
}
.food-menu-list-price {
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  display: flex;
  justify-content: end;
}
.food-menu-list-border {
  border-top: 1px dotted #fff;
  width: 100%;
}
#minuman-list {
  display: none;
}

/* Drink Section */
.drink-section {
  background-color: #fff;
  padding: 80px 10px;
}
.drink-header-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.drink-header-title {
  font-size: 65px;
  line-height: 65px;
  font-weight: bold;
  color: #000000;
  text-align: center;
}
.drink-arrow-btn {
  background-color: #5c1a74;
  padding: 7px 8px;
  border-radius: 5px;
}
.drink-arrow-btn:hover {
  background-color: #3e0453;
}
.drink-header-section button.slick-disabled {
  background-color: #5c1a7454;
}
.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;
}
.image-container {
  position: relative;
}
.image-container img {
  display: block;
  margin: auto;
  width: 100%;
  height: auto;
  transition: filter 0.3s ease;
}
.overlay {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  height: 30%;
  background-color: #5c1a749a;
  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;
  margin-bottom: 5px;
}
.display-item-price {
  font-size: 16px;
  color: #ffef03;
  display: inline-block;
}

/* Fresh Food Section */
.fresh-food-image-section-col {
  padding: 0px;
}
.fresh-food-image-section img {
  height: 100%;
  width: 100%;
}
.fresh-food-content-section {
  background-color: #692c7f;
  padding: 50px;
}
.fresh-food-title {
  font-size: 80px;
  line-height: 80px;
  color: #fff;
  font-weight: bold;
  text-transform: capitalize;
  width: 90%;
  margin-bottom: 20px;
}
.fresh-food-para {
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
  width: 90%;
}

/* Find Us & Get In Touch */
.find-us-section {
  background-color: #fff;
  padding: 80px 10px;
}
.find-us-inner-section {
  width: 70%;
}
.find-us-title {
  color: #000;
  font-size: 70px;
  line-height: 70px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.find-us-card-section {
  margin-bottom: 30px;
}
.day-time-section {
  height: 150px;
  background-color: #692c7f;
  border-radius: 10px;
  padding: 15px;
  display: flex;
  gap: 15px;
  align-items: center;
  color: #fff;
  font-size: 24px;
  line-height: 28px;
}
.location-address-section {
  height: 150px;
  background-color: #692c7f;
  border-radius: 10px;
  padding: 15px;
  display: flex;
  gap: 15px;
  align-items: center;
  color: #fff;
  font-size: 22px;
  line-height: 26px;
}
.find-us-location-map iframe {
  height: 400px;
  width: 100%;
  border-radius: 10px;
}

/* Contact Section */
.contact-section {
  background-color: #692c7f;
  padding: 80px 10px;
}
.form-row {
  width: 100%;
  display: flex;
  gap: 20px;
  flex-direction: row;
  align-items: center;
}
.col-input {
  flex: 1 0 25%;
}
input.contact-input-field {
  width: 100%;
  height: 80px;
  background-color: #E3E3E3;
  border: none;
}
.contact-submit-btn {
  background-color: #ffef03;
  border-radius: 10px;
  height: 80px;
  width: 80px;
}

/* SEO Section */
.seo-section {
  padding: 80px 10px;
  background-color: #fff;
  border-bottom: 1px solid #cecece;

}
.seo-section-title {
  color: #000;
  font-size: 75px;
  font-weight: 600;
}
.seo-section-body p {
  text-align: justify;
  font-size: 17px;
  color: #000;
}
.seo-link {
  color: #000;
}

/* Footer Section */
.footer-section {
  background-color: #fff;
  padding: 80px 10px;
}
img.footer-logo-img {
  height: 100px;
  width: auto;
  display: block;
  margin: auto;
}
.footer-para {
  color: #000000;
  text-align: justify;
  padding: 0px 10px;
  font-size: 17px;
}
.footer-socials-icon a {
  display: block;
  margin-bottom: 10px;
}
.footer-socials-icon img {
  height: 44px;
}
.copyright-section {
  text-align: center;
  padding: 10px 0;
  color: #ffffff;
  background-color: #692C7F;
}
.slick-initialized .slick-slide {
  margin: 0 10px;
}
.seo-link {
  color: #3e0453;
  font-weight: 400;
  text-decoration: none;
  &:hover {
    text-decoration: underline;
  }
}