body {
  margin: 0;
  font-family: "Funnel Display", sans-serif;
}

/* Hero Section */
.hero-section {
  background-image: url("assets/hero-bg.webp");
  background-position: top center;
  background-size: 100% 100%;
  height: 1000px;
  position: relative;
}

/* Navbar Section */
.navbar {
  height: 100px;
  padding-top: 0px;
}
.navbar-brand img {
  width: auto;
  height: 120px;
  margin-top: 27px;
}
.nav-item a {
  font-size: 18px;
  color: #fff;
}
.nav-item a:hover {
  color: #f71916 !important;
}
a.nav-link {
  margin-right: 40px;
}
div.nav-link {
  margin-right: 40px;
}
.btn-gofood {
  background: #efdf06;
  color: #000 !important;
  border-radius: 10px;
  padding: 10px 20px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
  display: inline-block;
  margin: 0 10px;
}
.btn-gofood:hover {
  background: #bdb001;
  color: #000 !important;
  transition: 0.3s;
}
.hero-red-section {
  background-image: url("assets/hero-bg-2.webp");
  background-position: top center;
  background-size: 100% 100%;
  height: 600px;
  position: relative;
  margin-top: -600px;
}
.hero-inner-section {
  padding-top: 200px;
}
.hero-title {
  font-size: 66px;
  line-height: 76px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  display: flex;
  justify-content: end;
  margin-bottom: 75px;
  margin-right: 50px;
}
.hero-para {
  font-size: 18px;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
}

/* Food Section */
.food-section {
  background-color: #fff;
  padding: 80px 10px;
}
.food-header-section {
  margin-bottom: 70px;
}
.food-header-title-col {
  font-size: 60px;
  line-height: 60px;
  text-transform: capitalize;
}
.food-header-border-col {
  border-top: 2px dashed #000;
  margin-top: 100px;
}
.food-header-btn-col {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: end;
  justify-content: center;
}
.makanan-btn {
  background-color: #ff4141;
  color: #fff;
  font-size: 20px;
  border-radius: 10px;
  height: 44px;
}
.makanan-btn:hover {
  background-color: #ff0000;
  color: #fff;
}
.minuman-btn {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  font-size: 20px;
  border-radius: 10px;
  height: 44px;
}
.minuman-btn:hover {
  background-color: #ddd;
  color: #000;
  border: 1px solid #000;
}
.food-items-section {
  display: flex;
  justify-content: center;
}
.food-item {
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.food-item-price-section {
  text-align: center;
  position: relative;
  z-index: 1;
}
.food-item-price {
  display: inline;
  background-color: #ff4141;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
}
.food-item-name-section {
  height: 300px;
  background-color: #000;
  border-radius: 50px;
  position: relative;
  margin-top: -14px;
  width: 80%;
  padding: 0 20px;
  position: relative;
}
.food-item-name {
  font-size: 22px;
  color: #efdf06;
  text-transform: capitalize;
  margin-top: 40px;
  text-align: center;
  font-weight: bold;
  height: 70px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.food-item-image {
  position: relative;
  margin-top: -175px;
  width: 90%;
}
.food-item-image img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.food-item-list-section {
  margin-top: 50px;
}
.food-menu-list .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.food-item-list-left-col {
  border-right: 2px solid #ff4141;
}
.food-menu-list-name {
  color: #000000;
  font-size: 20px;
  line-height: 22px;
  text-transform: capitalize;
}
.food-menu-list-price {
  color: #000000;
  font-size: 20px;
  line-height: 22px;
  display: flex;
  justify-content: end;
}
.food-menu-list-border {
  border-top: 1px dashed #ff4141;
  width: 100%;
}
#minuman {
  display: none;
}

/* About Us Section */
.about-us-section {
  background-color: #f71916;
  padding: 80px 10px;
}
.about-us-image-col {
  position: relative;
}
img.about-us-image {
  height: 100%;
  width: auto;
  display: block;
  margin: auto;
}
.about-us-content-col {
  position: relative;
}
.about-us-title {
  font-size: 65px;
  color: #fff;
  margin-top: 70px;
  margin-bottom: 20px;
}
.about-para-section {
  background-color: #000000e0;
  height: 400px;
  border-radius: 15px;
  margin-left: -140px;
  padding: 50px;
}
.about-para {
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 40px;
}
.about-para-border {
  height: 1px;
  width: 50%;
  background-color: #fff;
  margin-bottom: 40px;
}
.para-day-time-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
.para-day-time-text {
  color: #efdf06;
}

/* Get In Touch Section */
.get-in-touch-section {
  background-image: url("assets/get-in-touch-bg.webp");
  background-position: center;
  background-size: cover;
  padding: 80px 10px;
}
.get-in-touch-inner-section {
  width: 70%;
}
.get-in-touch-header {
  font-size: 66px;
  line-height: 70px;
  font-weight: 600;
  color: #fff;
}
input.contact-input-field {
  height: 60px;
  background-color: #000000be;
  margin-bottom: 15px;
  border: 1px solid #4e4e4e;
}
input.contact-input-field::placeholder {
  text-align: center;
  color: #fff;
}
button.contact-submit-btn {
  background-color: #efdf06;
  width: 100%;
  height: 60px;
  font-weight: bold;
}
button.contact-submit-btn:hover {
  background-color: #c9bb00;
}

/* Location & Address Section */
.location-address-section {
  background-color: #fff;
  padding: 80px 10px;
}
.location-address-inner-section {
  width: 70%;
}
.address-section {
  background-color: #f71916;
  height: 100px;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 15px;
  gap: 15px;
  margin-bottom: 30px;
}
.address-text {
  color: #fff;
  font-size: 20px;
}
.map-location iframe {
  height: 400px;
  width: 100%;
  border-radius: 10px;
  border: 2px solid #ddd;
}

/* SEO Section */
.seo-section {
  background-color: #f71916;
  padding: 80px 10px;
}
.seo-section-title {
  color: #ffffff;
  font-size: 56px;
  line-height: 56px;
  font-weight: 600;
}
.seo-section-body p {
  text-align: justify;
  font-size: 17px;
  color: #ffffff;
}
.seo-link {
  color: rgb(255, 255, 255);
}

/* 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;
}
.footer-socials-icon a {
  display: block;
  margin-bottom: 10px;
}
.copyright-section {
  background-color: #c2272c;
  color: #ffffff;
  text-align: center;
  padding: 10px 0;
}
a img {
  transition: all .5s ease-in-out;

}
a img:hover {
  transform: rotate(360deg) !important;
}