body {
  margin: 0;
  font-family: "Pragati Narrow", sans-serif;
  overflow-x: hidden;
}

/* Navbar Section */
.navbar {
  font-family: "Pragati Narrow", sans-serif;
  padding: 0px;
  background-color: #a2d608;
}
.navbar-brand {
  padding-top: 0px;
  padding-bottom: 0px;
}
.navbar-brand img {
  width: auto;
  height: 82px;
}
.nav-item {
  font-weight: 600;
}
.nav-item a {
  color: #000000;
}
.nav-item a:hover {
  color: #163d0e;
}
.btn-gofood {
  background-color: #577211;
  color: #fff !important;
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
  display: inline-block;
  margin: 0 10px;
  height: 45px;
  border: 1px solid #577211 !important;
}
.btn-gofood:hover {
  background-color: #163d0e;
  color: #fff !important;
  transition: 0.3s;
}
.btn-social {
  background-color: #577211;
  padding: 6px;
}
.btn-social:hover {
  background-color: #163d0e;
}

/* Hero Section */
.hero-section {
  background-image: url("assets/hero-section-bg.webp");
  background-size: cover;
  background-position: center;
  padding: 100px 10px;
}
.hero-top-sign img {
  display: block;
  margin: auto;
  margin-bottom: 30px;
}
.hero-content-section {
  background-color: #a2d6089c;
  padding: 60px;
  backdrop-filter: blur(10px);
  width: 80%;
}
.hero-title {
  color: #ffffff;
  text-align: center;
  font-size: 80px;
  line-height: 80px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.hero-para {
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  padding: 0 60px;
}

/* Chef's Choice Section */
.chefs-choice-section {
  background-color: #a2d608;
  padding: 60px 10px 120px 10px;
  position: relative;
}
.chefs-title {
  font-size: 80px;
  text-align: center;
  text-transform: capitalize;
}

/* Choice Section */
.choice-section {
  padding: 0px 10px 50px 10px;
}
.choice-inner-section {
  margin-top: -100px;
  position: relative;
}
.special-deals-img {
  margin-bottom: 20px;
}
.menu-item-img-sp-1 {
  background-image: url("assets/Ayam\ Kampung\ Penyet\ Paha\ -\ Rp.\ 43.625.webp");
  background-size: cover;
  background-position: center;
  height: 250px !important;
}
.menu-item-details-sp-1 {
  background-color: #000000;
  opacity: 0.8;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #ffffff;
  width: 100%;
  text-align: center;
  height: 125px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.menu-item-img-sp-1:hover .menu-item-details-sp-1 {
  display: flex !important;
}
.menu-item-img-sp-2 {
  background-image: url("assets/Gurame\ Bakar\ -\ Rp.\ 160.500.webp");
  background-size: cover;
  background-position: center;
  height: 250px !important;
}
.menu-item-details-sp-2 {
  background-color: #000000;
  opacity: 0.8;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #ffffff;
  width: 100%;
  text-align: center;
  height: 125px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.menu-item-img-sp-2:hover .menu-item-details-sp-2 {
  display: flex !important;
}

.menu-item-img-sp-3 {
  background-image: url("assets/Gurame\ Gandum\ -\ Rp.\ 166.000.webp");
  background-size: cover;
  background-position: center;
  height: 250px !important;
}
.menu-item-details-sp-3 {
  background-color: #000000;
  opacity: 0.8;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #ffffff;
  width: 100%;
  text-align: center;
  height: 125px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.menu-item-img-sp-3:hover .menu-item-details-sp-3 {
  display: flex !important;
}

.menu-item-img-sp-4 {
  background-image: url("assets/Gurame\ Goreng\ -\ Rp.\ 156.400.webp");
  background-size: cover;
  background-position: center;
  height: 250px !important;
}
.menu-item-details-sp-4 {
  background-color: #000000;
  opacity: 0.8;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #ffffff;
  width: 100%;
  text-align: center;
  height: 125px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.menu-item-img-sp-4:hover .menu-item-details-sp-4 {
  display: flex !important;
}

.menu-item-price {
  background-color: #a2d608;
  color: #000;
  padding: 5px 10px;
  border-radius: 5px;
  margin-top: 10px;
}

/* Menu Section */
#menu-lists-section-2{
  display: none;
}
.menu-section {
  background-color: #ffffff;
  padding: 80px 10px;
}
.menu-header-section {
  margin-bottom: 30px;
}
.menu-section-title {
  background-color: #577211;
  font-size: 60px;
  line-height: 1;
  color: #ffffff;
  border-radius: 15px;
  padding: 10px;
}
.menu-section-border {
  height: 4px;
  background-color: #577211;
  width: 90%;
}
.menu-section-option {
  text-align: center;
}
.menu-section-option button {
  font-size: 35px;

}
.menu-lists-right {
  border-right: 1px solid #000;
  padding-right: 25px;
}
.menu-lists-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 20px;
}
.menu-list-product-name {
  font-size: 20px;
  margin-bottom: 6px;
}
.menu-list-price {
  text-align: end;
  font-size: 20px;
  margin-bottom: 6px;
}
/* Our Hours Section */
.our-hours-section {
  padding: 80px 10px;
  background: url("assets/our-hours-bg-1.webp") no-repeat left center,
    url("assets/our-hours-bg-2.webp") no-repeat right center, #a2d608;
  background-size: 250px auto;
}
.our-hours-inner-section {
  width: 70%;
}
.left-border,
.right-border {
  height: 4px;
  background-color: #000;
  width: 90%;
}
.our-hours-title {
  font-size: 80px;
  line-height: 80px;
  text-align: center;
}
.our-hous-slug {
  text-align: center;
  font-size: 20px;
}
.card-section {
  margin-top: 50px;
}
.left-card,
.right-card {
  height: 150px;
  background-color: #000;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}
img.card-clock {
  height: 65px;
  width: auto;
}
.card-day-text {
  color: #ffffff;
  text-transform: capitalize;
  font-size: 28px;
}
.card-time-text {
  color: #ffffff;
  font-size: 18px;
}

/* Find Us Section */
.find-us-section {
  background-color: #ffffff;
  padding: 80px 10px;
}
.find-us-left {
  background-color: #577211;
  height: 450px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.location-icon {
  margin-bottom: 30px;
}
.find-us-title {
  color: #ffffff;
  font-size: 50px;
  text-transform: capitalize;
  font-weight: bold;
  line-height: 60px;
  border-bottom: 2px solid #ffffff;
  margin-bottom: 40px;
}
.find-us-address {
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 68px;
  font-size: 19px;
  line-height: 22px;
  text-align: center;
}
.find-us-right iframe {
  width: 100%;
  height: 450px;
  border: 0;
}

/* Get In Touch Section */
.get-in-touch-section {
  background-color: #a2d608;
  padding: 80px 10px;
}
.get-in-touch-inner-section {
  width: 70%;
}
.get-in-touch-left {
  text-align: center;
  text-transform: capitalize;
  font-size: 60px;
}
.get-in-touch-right {
  font-size: 16px;
  line-height: 18px;
  padding-right: 120px;
}
.contact-us-input {
  background-color: #577211;
  height: 50px;
  border: none;
}
.contact-us-input::placeholder {
  color: #bcbcbc;
}
.contact-us-input-textarea {
  background-color: #577211;
  border: none;
}
.contact-us-input-textarea::placeholder {
  color: #bcbcbc;
}
.get-in-touch-btn {
  background-color: #ffffff;
  width: 100%;
  height: 50px;
  text-transform: capitalize;
  font-size: 20px;
  border: #fff 1px solid;
}
.get-in-touch-btn:hover {
  background-color: transparent;
  border: #fff 2px solid;
  color: #fff !important;
}

/* SEO Section */
.seo-section {
  padding: 80px 10px;
}
.seo-section-title {
  color: #000000;
  font-size: 60px;
}
.seo-section-body p {
  text-align: justify;
  font-size: 17px;
}
.seo-link {
  color: black;
}

/* Footer Section */
.footer-section {
  background-color: #a2d608;
  padding: 80px 10px;
}
img.footer-logo-img {
  height: 150px;
  width: auto;
  display: block;
  margin: auto;
}
.footer-para {
  color: #ffffff;
  text-align: justify;
  padding: 0px 10px;
  font-size: 17px;
}
.footer-socials-icon a {
  display: block;
  margin-top: 10px;
}
.btn {
  transition: all .5s ease-in-out;

}

.btn:hover {
   color: #a2d608;
}
.navbar-nav {
  padding: 20px 0;
}