body {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
}

/* Navbar Section */
.navbar {
  background-color: #fe0002;
  height: 100px;
}
.navbar-brand img {
  width: auto;
  height: 80px;
}
.nav-item a {
  font-size: 18px;
  color: #fff;
}
a.nav-link {
  margin-right: 40px;
}
.btn-gofood {
  background: #ffff08;
  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: #e2e200;
  color: #000 !important;
  transition: 0.3s;
}

/* Hero Section */
.hero-section {
  background-image: url("assets/hero-section-bg.webp");
  background-position: center;
  background-size: cover;
  padding: 100px 10px;
}
.hero-content-section {
  background-color: #000000af;
  border-radius: 10px;
  padding: 50px;
}
.hero-tag-section {
  margin-bottom: 20px;
}
.hero-tag-text {
  font-size: 50px;
  color: #fff;
}
.hero-tag-border {
  height: 2px;
  width: 100%;
  background-color: #f8ed3b;
}
.hero-title {
  font-size: 85px;
  line-height: 85px;
  color: #f8ed3b;
  margin-bottom: 20px;
}
.hero-para {
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 50px;
}
.hero-go-btn a {
  background-color: #f8ed3b;
  color: #be3340;
  padding: 15px 20px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
}
.hero-go-btn a:hover {
  background-color: #e2e200;
  color: #be3340;
}
.hero-social-icon-section-col {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
}
a.hero-social-btn {
  display: block;
  background-color: #f8ed3b;
  padding: 5px;
  margin-bottom: 10px;
}
a.hero-social-btn:hover {
  background-color: #e2e200;
}

/* Food Display Section */
.food-display-section {
  background-color: #fe0002;
  padding: 80px 10px 30px 10px;
}
.food-display-image-section {
  display: flex;
  justify-content: center;
}
.food-display-image-section .row .col-md-6 {
  display: flex;
  justify-content: center;
}
.food-display-image {
  margin-bottom: 50px;
}
.food-display-image img {
  width: 100%;
  height: auto;
}
.food-display-title {
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}
.food-display-para {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}
.food-display-box {
  height: 130px;
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  color: #fe0002;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
}

/* Food Section */
.food-section {
  background-color: #000;
  padding: 80px 10px;
}
.food-section-title {
  font-size: 70px;
  line-height: 70px;
  color: #ffff08;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}
.food-item {
  width: 300px;
  margin-bottom: 30px;
}
img.food-item-image {
  width: 100%;
  height: auto;
  border-radius: 50%;
  border: 4px solid #fff;
  position: relative;
  z-index: 1;
}
.food-item-price-section {
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: -15px;
}
.food-item-price {
  display: inline;
  background-color: #fe0002;
  color: #fff;
  text-align: center;
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 600;
}
.food-item-name-section {
  width: 100%;
  background-color: #f8ed3b;
  border-radius: 10px;
  position: relative;
  z-index: 0;
  margin-top: -60px;
  padding: 80px 10px 10px 10px;
}
.food-item-name {
  text-align: center;
  font-size: 24px;
  color: #000;
  height: 72px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.food-item-list-row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.food-item-list-name {
  color: #fff;
  font-size: 19px;
  font-weight: 600;
}
.food-item-list-border {
  height: 1px;
  width: 100%;
  background-color: #fff;
}
.food-item-list-price {
  color: #f8ed3b;
  font-size: 19px;
  font-weight: bold;
}

/* Drink Section */
.drink-section {
  background-image: url("assets/drink-section-bg.webp");
  background-position: top center;
  background-size: cover;
  padding: 80px 10px;
}
.dirnk-header-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.drink-header-title {
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  color: #ffff08;
  font-weight: bold;
}
img.left-arrow-icon {
  height: 30px;
  width: 35px;
}
img.right-arrow-icon {
  height: 30px;
  width: 35px;
}
#drink-left-arrow {
  background-color: #f8ed3b;
  border-radius: 50%;
  height: 60px;
}
#drink-right-arrow {
  background-color: #f8ed3b;
  border-radius: 50%;
  height: 60px;
}
.dirnk-header-section button.slick-disabled {
  background-color: #444325 !important;
}
.drink-item-col {
  display: flex !important;
  justify-content: center !important;
}

/* Contact Section */
.contact-us-section {
  background-color: #fe0002;
  padding: 80px 10px;
}
.contact-us-inner-section {
  width: 70%;
}
.contact-us-title {
  font-size: 65px;
  font-weight: 600;
  color: #fff;
  line-height: 70px;
}
.contact-us-border {
  height: 2px;
  width: 80%;
  background-color: #fff;
  margin: 20px 0;
}
.time-day-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
.time-day-text {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
}
input.contact-us-input-field {
  height: 65px;
  background-color: #fff;
  margin-bottom: 15px;
}
.contact-us-submit-btn {
  background-color: #f8ed3b;
  height: 65px;
  width: 100%;
  text-align: left;
}
.contact-us-submit-btn:hover {
  background-color: #dbd003;
}

/* Location Address Section */
.location-address-section {
  background-image: url("assets/location-bg.webp");
  background-position: top center;
  background-size: cover;
  padding: 80px 10px;
}
.location-map iframe {
  width: 100%;
  height: 400px;
  border-radius: 10px;
}
.location-address {
  background-color: #fff;
  height: 400px;
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
}
.location-address img {
  margin-bottom: 20px;
}
.location-address-text {
  font-size: 24px;
}

/* SEO Section */
.seo-section {
  background-color: #000;
  padding: 80px 10px;
}
.seo-section-title {
  color: #fff;
  font-size: 56px;
  line-height: 74px;
  font-weight: 600;
}
.seo-section-body p {
  text-align: justify;
  font-size: 17px;
  color: #fff;
}
.seo-link {
  color: #fff;
}

/* Footer Section */
.footer-section {
  background-color: #fe0002;
  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-bottom: 10px;
}
.copyright-section {
  background-color: #000;
  color: #ffffff;
  text-align: center;
  padding: 10px 0;
}

a img {
  transition: all .5s ease-in-out;
}
a img:hover 
{
  transform: rotate(360deg);
}