body {
  margin: 0;
  font-family: "Radio Canada Big", sans-serif;
  overflow-x: hidden;
}

/* Navbar Section */
.navbar-custom {
  background-color: #6f624f;
  position: relative;
  padding: 1rem 0;
}
.navbar-custom .nav-link {
  color: #eed429;
  margin: 0 10px;
}
.nav-link:hover {
  text-decoration: underline;
}
.navbar-brand-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-10%);
  top: 0;
}
.btn-gofood {
  background-color: #eed429;
  border: none;
  color: #6f624f;
  font-weight: bold;
}
.mobile-navbar .nav-link {
  color: black !important;
}
.btn-gofood-mobile {
  background-color: #eed429;
  border: none;
  color: #6f624f;
  font-weight: bold;
  margin-top: 10px;
  width: 16%;
}
.navbar-nav .nav-item {
  margin-bottom: 10px;
}

/* Hero Section */
.hero-section {
  padding: 100px 10px;
  background: linear-gradient(
      to top,
      rgba(231, 213, 95, 0.7),
      rgba(255, 255, 255, 0.7)
    ),
    url("assets/hero-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-title {
  font-size: 96px;
  line-height: 100px;
  color: black;
  font-weight: 600;
  margin-bottom: 30px;
}
.hero-para {
  font-size: 18px;
  color: black;
  text-align: justify;
  margin-bottom: 30px;
}
.hero-go-btn
 {
  background-color: #6f624f;
  color: #fff;
  padding: 9px 24px;
}
.hero-go-btn:hover {
  background-color: #ffffff;
  color: #6f624f;
}
.hero-social-btn,
.hero-social-btn:hover {
  background-color: #6f624f;

  padding: 5px;
  margin-left: 10px;
}
.hero-image-content img {
  height: 500px;
  width: auto;
  display: block;
  margin: auto;
}

/* Menu Section */
.menu-section {
  background-color: #fff;
  padding: 100px 10px;
}
.menu-header-section {
  margin-bottom: 50px;
}
.menu-title {
  font-size: 80px;
  line-height: 80px;
  font-weight: 600;
}
.menu-title-border {
  height: 3px;
  background-color: black;
  margin-top: 65px;
}
.makanan-btn {
  background-color: #eed429;
  color: #000;
  margin-right: 10px;
}
.makanan-btn:hover {
  background-color: #dfdfdf;
}
.minuman-btn {
  background-color: #dfdfdf;
  color: #000;
  margin-right: 10px;
}
.minuman-btn:hover {
  background-color: #eed429;
}
.menu-items {
  margin-bottom: 30px;
}
.menu-item {
  margin-bottom: 30px;
}
.menu-item img {
  height: 290px;
  width: 100%;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  display: block;
  margin: auto;
}
.menu-item-name {
  color: #000;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  margin-top: 20px;
}
.menu-item-name-under-border {
  height: 2px;
  width: 20%;
  background-color: #000;
  margin: 5px 0;
}
.menu-item-price {
  color: #000;
  text-align: center;
  font-size: 16px;
  margin-top: 5px;
}
.menu-list {
  background-image: url("assets/menu-list-bg.webp");
  background-position: center;
  background-size: cover;
}
.menu-list-inner {
  background-color: #ffdd00a8;
  padding: 30px;
}
.menu-list-inner > .row > .col-md-5 {
  width: 45%;
}
.menu-list-inner > .row > .col-md-2 {
  width: 10%;
}
.menu-list-middle-border {
  width: 2px;
  height: 100%;
  background-color: #ffffff;
}
.menu-list-middle-border img {
  background-color: #ffe957;
  padding: 10px;
  margin-left: -28px;
}
.list-row {
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 5px;
}
.list-border {
  height: 2px;
  background-color: #000;
  width: 100%;
}
.list-food-name {
  text-align: start;
}
.list-food-price {
  text-align: end;
}
#minuman {
  display: none;
}

/* Best Kitchen Section */
.best-kitchen-section {
  padding: 100px 10px;
  background-color: #6f624f;
}
.best-kitchen-title {
  color: #dfdfdf;
  font-size: 75px;
  line-height: 80px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 40px;
}
.best-kitchen-border {
  height: 8px;
  background-color: #eed429;
  width: 70%;
  margin-bottom: 40px;
}
.best-kitchen-time-table-section {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.best-kitchen-time-table-section img {
  padding-right: 20px;
}
.best-kitchen-day-time .day {
  font-size: 26px;
  color: #fff;
}
.best-kitchen-day-time .time {
  font-size: 20px;
  color: #fff;
}
.best-kitchen-img-section {
  display: flex;
  justify-content: center;
  align-items: center;
}
.best-kitchen-img-section img {
  display: block;
  margin: auto;
  width: 90%;
  height: auto;
}

/* Contact Section */
.contact-section {
  padding: 100px 10px;
  background-color: #fff;
}
.contact-inner-section {
  width: 70%;
}
.contact-title {
  font-size: 65px;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.contact-form-input {
  height: 50px;
  margin-bottom: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.contact-form-input::placeholder {
  color: #a0a0a0;
}
.contact-form-submit-btn {
  background-color: #6f624f;
  color: #fff;
  height: 50px;
  width: 100%;
  text-align: start;
}

.contact-form-submit-btn:hover {
  background-color: #fc9700;
  color: #fff;
}
.contact-form-submit-btn img{
  margin-left: 10px;
}
.location-address-section {
  height: 230px;
  background-color: #eed429;
  color: #000;
  padding: 20px;
}
.location-adderss {
  text-align: justify;
  font-size: 17px;
}
.location-address-section img {
  display: block;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 30px;
}

/* SEO Section */
.seo-section {
  padding: 80px 10px;
  background-color: #6F624F;
}
.seo-section-title {
  color: #ffffff;
  font-size: 60px;
}
.seo-section-body p {
  color: #fff;
  text-align: justify;
  font-size: 17px;
}
.seo-link {
  color: rgb(255, 255, 255);
}

/* Footer Section */
.footer-section{
  background-color: #fff;
  padding: 100px 10px;
}
.footer-content{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}
.footer-content img.footer-brand-logo{
  height: 120px;
  width: auto;
  margin-right: 20px;
}
.footer-para{
  font-size: 16px;
  text-align: justify;
  padding-right: 40px;
}
.map-section iframe{
  height: 260px;
  width: 100%
}