body {
  margin: 0;
  font-family: "Inter", sans-serif;
}

/* Navbar Section */
.navbar {
  background-color: #c9061a;
  height: 100px;
}
.navbar-brand img {
  width: auto;
  height: 60px;
}
.nav-item a {
  font-size: 18px;
  color: #fff;
}
.nav-item a:hover {
  color: #f4da27;
}
.btn-gofood {
  background: #f4da27;
  background: linear-gradient(
    90deg,
    rgba(244, 218, 39, 1) 0%,
    rgba(242, 155, 30, 1) 50%
  );
  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: #f4da27;
  background: linear-gradient(
    90deg,
    rgb(242, 155, 30, 1) 0%,
    rgb(244, 218, 39, 1) 50%
  );
  color: #000 !important;
  transition: 0.3s;
}

/* Hero Section */
.hero-section {
  background-image: url("assets/hero-bg.webp");
  background-position: center;
  background-size: cover;
  padding: 120px 10px;
}
.hero-inner-section {
  width: 50%;
}
.hero-title {
  font-size: 80px;
  line-height: 90px;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 30px;
  font-weight: 700;
  font-style: italic;
}
.hero-para {
  font-size: 18px;
  color: #fff;
  text-transform: capitalize;
  font-style: italic;
  margin-bottom: 50px;
}
.hero-buttons {
  display: flex;
  align-items: center;
  gap: 15px;
}
a.go-food-btn {
  background: #f4da27;
  background: linear-gradient(
    90deg,
    rgb(242, 155, 30, 1) 0%,
    rgb(244, 218, 39, 1) 50%
  );
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 600;
}
a.go-food-btn:hover {
  background: #f4da27;
  background: linear-gradient(
    90deg,
    rgb(244, 218, 39, 1) 0%,
    rgb(242, 155, 30, 1) 50%
  );
}
a.social-btn {
  background-color: #fff;
  padding: 8px;
  border-radius: 8px;
}
a.social-btn:hover {
  background-color: #dddddd;
}

/* Contact Section */
.contact-section {
  background-color: #c9061a;
  padding: 80px 10px;
}
input.contact-input-field {
  background-color: #ffffffb9;
  height: 65px;
}
button.conatct-submit-btn {
  height: 65px;
  width: 100%;
  background: linear-gradient(90deg, #f4da27 0%, #f29b1e 50%);
  text-align: left;
}

/* Food Section */
.food-section {
  background-color: #dfdfdf;
  padding: 80px 10px 50px 10px;
}
.food-title {
  font-size: 52px;
  line-height: 44px;
  font-weight: bold;
  color: #000;
  text-align: center;
}
.food-title-border {
  border-top: 2px dashed #000;
}
.food-arrow {
  background-color: #c9061a;
  padding: 5px;
  border-radius: 5px;
}
.food-arrow:hover {
  background-color: #c7414f;
}
button.slick-disabled {
  background-color: #d49299;
}
img.food-arrow-img {
  height: 20px;
  display: flex;
  align-items: center;
}
.food-item-section {
  margin-top: 40px;
  margin-bottom: 20px;
}
.food-item {
  display: flex;
  justify-content: center;
  margin-top: 130px;
  margin-bottom: 30px;
}
.food-item-card {
  background-color: #fff;
  width: 280px;
  height: 185px;
  padding: 10px;
  position: relative;
  border-radius: 15px;
}
.food-item-image {
  position: relative;
}
.food-item-image div img {
  display: block;
  margin: auto;
  height: 220px;
  width: 220px;
  border-radius: 50%;
  border: 3px solid #fff;
}
.food-item-image-inner {
  margin-top: -135px;
}
.food-display-item-price {
  display: flex;
  justify-content: center;
  position: relative;
}
.food-item-price-inner {
  background: linear-gradient(90deg, #f4da27 0%, #f29b1e 50%);
  color: #000000;
  text-align: center;
  margin-top: -19px;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 15px;
}
.food-display-item-name {
  color: #000000;
  text-align: center;
  text-transform: capitalize;
  font-size: 12px;
}
.food-item-list-row {
  font-size: 18px;
  margin-bottom: 8px;
}
.food-item-border {
  height: 1px;
  background-color: #000;
  width: 100%;
}

/* Drink Section */
.drink-section {
  background-color: #c9061a;
  padding: 80px 10px 50px 10px;
}
.drink-title {
  font-size: 52px;
  line-height: 44px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.drink-title-border {
  border-top: 2px dashed #fff;
}
.drink-arrow {
  background-color: #fff;
  padding: 5px;
  border-radius: 5px;
}
.drink-arrow:hover {
  background-color: #dddddd;
}
#minuman > button.slick-disabled {
  background-color: #979797;
}
img.drink-arrow-img {
  height: 20px;
  display: flex;
  align-items: center;
}

/* Experience Section */
.experience-section {
  background-color: #dfdfdf;
  padding: 80px 10px;
}
.experience-title {
  font-size: 52px;
  line-height: 52px;
  color: #000;
  font-weight: bold;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 40px;
}
.exp-para {
  font-size: 16px;
  color: #000;
  margin-bottom: 30px;
}
.exp-icons {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

/* Find Us & Get In Touch */
.find-us-section {
  background-color: #c9061a;
  padding: 80px 10px;
}
.find-us-inner-section {
  width: 70%;
}
.find-us-title {
  color: #fff;
  font-size: 70px;
  line-height: 70px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.find-us-card-section {
  margin-bottom: 30px;
}
.day-time-section {
  height: 150px;
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  display: flex;
  gap: 15px;
  align-items: center;
  color: #000;
  font-size: 18px;
  line-height: 28px;
}
.location-address-section {
  height: 150px;
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  display: flex;
  gap: 15px;
  align-items: center;
  color: #000;
  font-size: 18px;
  line-height: 22px;
}
.find-us-location-map iframe {
  height: 400px;
  width: 100%;
  border-radius: 10px;
}

/* SEO Section */
.seo-section {
  padding: 80px 10px;
  background-color: #fff;
  border-bottom: 1px solid #cecece;
}
.seo-section-title {
  color: #000;
  font-size: 57px;
  font-weight: 600;
}
.seo-section-body p {
  text-align: justify;
  font-size: 17px;
  color: #000;
}
.seo-link {
  color: #000;
}

/* Footer Section */
.footer-section {
  background-color: #c9061a;
  padding: 80px 10px;
}
img.footer-logo-img {
  height: 80px;
  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-bottom: 10px;
}
.footer-socials-icon img {
  height: 44px;
}
.copyright-section {
  text-align: center;
  padding: 10px 0;
  color: #000;
  background-color: #fff;
}


a img {
  transition: all .5s ease-in-out;
  &:hover {
    transform: rotate(360deg);
  }
}
.slick-slide {
  margin: 0 10px;
  overflow: hidden;
}