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

/* Header Section */
.header-section {
  padding-bottom: 50px;
  background-image: url("assets/hero-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Topbar Section */
.topbar-section {
  background-color: #ff7b2b;
  padding: 5px 0px;
}
.topbar-inner-section {
  margin-right: 13px;
}
.topbar-instagram-icon {
  margin-right: 5px;
}

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

/* Hero-Section */
.hero-section {
  padding: 80px 10px;
}
.hero-top-icon img {
  display: block;
  margin: auto;
}
.hero-title {
  text-align: center;
  font-size: 75px;
  font-family: "Protest Revolution", sans-serif;
  padding: 20px 78px;
  color: #ff7b2b;
  text-transform: capitalize;
  position: relative;
}
.hero-para {
  position: relative;
  color: #8a8a8a;
  text-align: center;
  font-size: 20px;
  width: 60%;
  padding: 40px 30px;
  padding-top: 100px;
  padding-left: 30px;
  padding-bottom: 40px;
  padding-right: 30px;
  margin-top: -100px;
  border: 2px solid transparent;
  border-image: linear-gradient(to top, #ff7b2b, rgba(255, 255, 255, 0));
  border-image-slice: 1;
}
.hero-title-2 {
  text-align: center;
  font-size: 75px;
  font-family: "Protest Revolution", sans-serif;
  padding: 20px 78px;
  color: #ff7b2b;
  text-transform: capitalize;
  position: relative;
}
.hero-para-2 {
  position: relative;
  color: #8a8a8a;
  text-align: center;
  font-size: 20px;
  width: 52%;
  padding: 40px 30px;
  padding-top: 15px;
  padding-left: 30px;
  padding-bottom: 40px;
  padding-right: 30px;
  margin-top: -30px;
  border: 2px solid transparent;
  border-image: linear-gradient(to top, #ff7b2b, rgba(255, 255, 255, 0));
  border-image-slice: 1;
}
.hero-btn {
  text-align: center;
  position: relative;
  margin-top: -18px;
}
.hero-btn a {
  text-decoration: none;
  background-color: #ff7b2b;
  font-size: 20px;
  color: #fff;
  padding: 5px 15px;
  border-radius: 10px;
  border: 2px solid #FF7B2B;
  transition: all .5s ease-in-out;
}
.hero-btn a:hover {
   background-color: #ffffff;
   color: #FF7B2B;
}

/* Best in Town Section */
.best-in-town-section {
  padding: 80px 10px;
  background-color: #ff7b2b;
}
.best-in-town-title {
  color: #fff;
  font-size: 75px;
  text-align: center;
  font-family: "Protest Revolution", sans-serif;
  text-transform: capitalize;
}
.best-in-town-foods-section {
  margin-top: 30px;
}
.best-in-town-food {
  text-align: center;
  margin-bottom: 30px;
}
.best-in-town-food-image {
  position: relative;
}
.best-in-town-food-image img {
  width: 100%;
  height: 260px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.best-in-town-food-price-section {
  position: relative;
  z-index: 1;
  margin-top: -200px;
}
.best-in-town-food-price {
  background-color: #ed3225;
  display: inline;
  color: #fff;
  font-size: 18px;
  padding: 5px 16px;
  border-radius: 5px;
}
.best-in-town-food-name {
  margin-top: 172px;
  background-color: #ed3225;
  font-size: 20px;
  padding: 15px 0;
  color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.go-left-border {
  height: 3px;
  background-color: #fff;
  width: 100%;
}
.go-right-link {
  color: #fff;
  font-size: 30px;
}
.go-right-link a {
  text-decoration: none;
  color: #fff;
}
.go-right-link a:hover {
  text-decoration: underline;
}
img.right-arrow {
  height: 20px;
}

/* About Us Section */
.about-us-section {
  padding: 80px 10px;
  background: url("assets/about-us-bg.webp") no-repeat top right;
}
.about-us-right-slug {
  font-size: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.slug-border {
  background-color: #000000;
  height: 2px;
  width: 70px;
  display: inline-block;
  margin-left: 15px;
}
.about-us-right-title {
  font-family: "Protest Revolution", sans-serif;
  color: #ff7b2b;
  font-size: 70px;
  line-height: 75px;
  padding-right: 55px;
  margin-top: 20px;
}
.about-us-right-para {
  margin-top: 30px;
  padding-right: 55px;
  font-size: 24px;
  line-height: 26px;
}
.about-us-right-btn {
  margin-top: 50px;
}
.about-us-right-btn a {
  background-color: #ff7b2b;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  padding: 10px 30px;
  border-radius: 10px;
  transition: all .5s ease-in-out;
  border: 2px solid #FF7B2B;
}
.about-us-right-btn a:hover {
  background-color: #ffffff;
  color: #FF7B2B;
}
.left-image-gallery img {
  height: 100%;
  width: 100%;
}
.right-image-gallery-1 {
  margin-bottom: 20px;
}
.right-image-gallery-1 img {
  width: 100%;
  height: 100%;
}
.right-image-gallery-2 img {
  width: 100%;
  height: 100%;
}

/* Find Us Section */
.find-us-section {
  padding: 80px 10px;
  background-image: url("assets/find-us-bg.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.find-us-inner-section {
  width: 70%;
}
.find-us-title {
  text-align: center;
  text-transform: capitalize;
  font-family: "Protest Revolution", sans-serif;
  font-size: 80px;
  color: #fff;
}
.find-us-content-section {
  margin-top: 30px;
}
.find-us-input-field {
  height: 60px;
  margin-bottom: 15px;
}
.find-us-input-field::placeholder {
  color: #8a8a8a;
}
.form-send-message {
  height: 60px;
  background-color: #fff;
  color: #ff7b2b;
  width: 100%;
  text-align: start;
  border: 2px solid #ffffff;
}
.form-send-message:hover {
  background-color: #FF7B2B;
  border-color: #ffffff;
  color: #ffffff;
  
}
.time-day-section {
  height: 135px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
}
.location-address-section {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
}
.find-us-day {
  font-size: 22px;
}
.clock-icon img {
  margin-left: 40px;
}

/* Map Section */
.map-section {
  height: 600px;
  background-color: #fff;
}
.map-section iframe {
  height: 100%;
  width: 100%;
}

/* 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: #ff7b2b;
  text-decoration: none;

}
.seo-link:hover {
  text-decoration: underline;
}

/* Footer Section */
.footer-section {
  background-color: #ff7b2b;
  padding: 80px 10px;
}
img.footer-logo-img {
  height: 150px;
  width: auto;
  display: block;
  margin: auto;
}
.footer-para {
  color: #fff;
  text-align: justify;
  padding: 0px 10px;
  font-size: 17px;
}
.footer-socials-icon a {
  display: block;
  margin-top: 10px;
}

/* Menu Page */

/* Menu Section */
.menu-section {
  background-color: #ff7b2b;
  padding: 80px 10px;
}
.menu-header-section {
  margin-bottom: 50px;
}
.menu-border {
  width: 100%;
  height: 3px;
  background-color: #fff;
  margin: 0 auto;
}
.makanan-btn {
  background-color: #fff;
  height: 45px;
  width: 130px;
  font-size: 20px;
  color: #FF7B2B;
}
.minuman-btn {
  background-color: #FF7B2B;
  height: 45px;
  width: 130px;
  font-size: 20px;
  color: #fff;
}
.makanan-btn:hover {
  background-color: #FF7B2B;
  color: #fff;
  transition: 0.3s;
  border: 1px solid #fff;
}
.minuman-btn:hover {
  background-color: #fff;
  color: #FF7B2B;
  transition: 0.3s;
  border: 1px solid #fff;
}

.visit-us-section {
  background-color: #fff;
  background-image: url("assets/visit-us-bg.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 10px;
}
.visit-us-title {
  text-align: center;
  font-size: 75px;
  font-family: "Protest Revolution", sans-serif;
  padding: 50px 220px;
  color: #ff7b2b;
  text-transform: capitalize;
}
.menu-list-name{
  color: #fff;
  font-size: 20px;
}
.list-middle-border{
  height: 2px;
  width: 80%;
  background-color: #fff;
}
.menu-list-price{
  color: #fff;
  font-size: 20px;
  text-align: end;
}
#menu-2{
  display: none;
}