body {
  margin: 0;
  font-family: "Ribeye", sans-serif;
}

/* Navbar Section */
.navbar {
  background-color: #ffffff;
}
.navbar-brand img {
  width: auto;
  height: 70px;
}
a.active {
  color: #e57a42 !important;
}
.nav-item a {
  font-size: 18px;
  color: #000;
  transition: all .5s ease-in-out;
}
.nav-item a:hover {
  color: #eb5708;
}
.slick-slide {
  margin-left: 10px;
}
.btn-gofood {
  background-color: #e57a42;
  color: #ffffff !important;
  border-radius: 10px;
  padding: 10px 20px;
  font-weight: 600;
  border: 1px solid #e57a42;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
  display: inline-block;
  margin: 0 10px;
}
.btn-gofood:hover {
  background-color: #fff;
  color: #e57a42 !important;
  border: 1px solid #e57a42;
  transition: 0.3s;
}

/* Hero Section */
.hero-section {
  background-image: url("assets/hero-bg.webp");
  background-position: center;
  background-size: cover;
  padding: 200px 10px 0px 10px;
}
.hero-inner-section {
  background-color: #000000ad;
  padding: 100px;
}
.hero-title {
  color: #fff;
  text-align: center;
  font-size: 70px;
  line-height: 70px;
  font-weight: 600;
  margin-bottom: 40px;
  text-transform: capitalize;
}
.hero-para {
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding: 0px 150px;
  margin-bottom: 50px;
}
.hero-btn-col {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
a.hero-go-food-btn {
  background-color: #e57a42;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  text-transform: uppercase;
  border-radius: 10px;
  text-wrap: nowrap;
}
a.hero-go-food-btn:hover {
  background-color: #eb5708;
  color: #fff;
}
a.hero-social-btn {
  background-color: #e57a42;
  padding: 5px;
  border-radius: 10px;
}
a.hero-social-btn:hover {
  background-color: #eb5708;
}
.hero-border-col {
  border-top: 2px dashed #e57a42;
}

/* Contact Section */
.contact-section {
  background-color: #e57a42;
  padding: 80px 10px;
}
input.contact-us-input {
  height: 70px;
  margin-bottom: 15px;
}
button.contact-us-submit-btn {
  height: 70px;
  width: 100%;
  background-color: #fff;
  color: #e57a42;
  border: 1px solid #fff;
  text-align: start;
}
button.contact-us-submit-btn:hover {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}

/* Food Section */
.food-section {
  background-color: #dddddd;
  padding: 80px 10px;
}
.food-header-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
button#food-left-arrow {
  background-color: #e57a42;
  padding: 10px 15px;
  border-radius: 10px;
}
button#food-right-arrow {
  background-color: #e57a42;
  padding: 10px 15px;
  border-radius: 10px;
}
.foods-header-title {
  font-size: 70px;
  text-align: center;
}
button.slick-disabled {
  background-color: #f1b08d !important;
}
.food-item-col {
  display: flex !important;
  justify-content: center !important;
}
.food-item {
  width: 300px;
  margin-bottom: 30px;
}
.food-item img {
  width: 100%;
  height: 300px;
  border-top-left-radius: 140px;
  border-top-right-radius: 140px;
  position: relative;
}
.food-item-name-section {
  position: relative;
  margin-top: -65px;
}
.food-item-name {
  text-align: center;
  background-color: #fff;
  font-size: 20px;
  height: 125px;
  padding: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.food-item-price-section {
  text-align: center;
  position: relative;
  margin-top: -13px;
}
.food-item-price {
  display: inline;
  background-color: #e57a42;
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 10px;
}

/* Drink Section */
.drink-section {
  background-color: #d6cfcf;
  padding: 80px 10px;
}
button#drink-left-arrow {
  background-color: #e57a42;
  padding: 10px 15px;
  border-radius: 10px;
}
button#drink-right-arrow {
  background-color: #e57a42;
  padding: 10px 15px;
  border-radius: 10px;
}

/* Why Choose Us Section */
.why-choose-us-section {
  background-image: url("assets/why-choose-us-bg.webp");
  background-position: center;
  background-size: cover;
  padding: 80px 10px;
}
.why-choose-us-title {
  color: #fff;
  font-size: 70px;
  line-height: 70px;
  text-align: center;
  margin-bottom: 50px;
}
.choose-us-card {
  width: 415px;
  height: 200px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
}
.choose-us-card-title {
  font-size: 24px;
  line-height: 24px;
  margin: 10px 0px;
}
.choose-us-card-para {
  font-size: 13px;
}

/* We Are Open */
.we-are-open-section {
  background-color: #fff;
  padding: 80px 10px;
}
.we-are-open-title {
  text-align: center;
  color: #000;
  font-size: 70px;
  line-height: 70px;
  margin-bottom: 50px;
}
.we-are-open-card-section {
  margin-bottom: 30px;
}
.clock-day-time {
  height: 120px;
  background-color: #e57a42;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  color: #fff;
  font-size: 20px;
}
.location-address {
  height: 120px;
  background-color: #e57a42;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  color: #fff;
  font-size: 20px;
}
.we-are-open-location-map iframe {
  height: 400px;
  width: 100%;
  border-radius: 10px;
}

/* SEO Section */
.seo-section {
  padding: 80px 10px;
  background-image: url("assets/why-choose-us-bg.webp");
  background-position: center;
  background-size: cover;
}
.seo-section-title {
  color: #ffffff;
  font-size: 51px;
  font-weight: bold;
}
.seo-section-body p {
  text-align: justify;
  font-size: 17px;
  color: #ffffff;
}
.seo-link {
  color: rgb(255, 255, 255);
}

/* Thanks Section */
.thanks-section {
  background-image: url("assets/thanks-bg.webp");
  background-position: center;
  background-size: cover;
  padding: 80px 10px;
}
.thanks-title {
  color: #ffffff;
  text-align: center;
  font-size: 70px;
  line-height: 70px;
  font-weight: bold;
  margin-bottom: 20px;
}
.thanks-para {
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
  padding: 0px 112px;
  color: #fff;
}
.thanks-go-btn-section {
  text-align: center;
}
.thanks-go-btn-section a {
  background-color: #fff;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 25px;
}
.thanks-go-btn-section a:hover {
  background-color: #e4e4e4;
  color: #000;
}

/* 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;
  background-color: #e57a42;
  padding: 5px;
  border-radius: 10px;
}
.footer-socials-icon a:hover {
  display: block;
  margin-bottom: 10px;
  background-color: #ec5605;
  padding: 5px;
  border-radius: 10px;
}
.copyright-section {
  text-align: center;
  padding: 10px 0;
  color: #ffffff;
  background-color: #e57a42;
}
