body {
  margin: 0;
  font-family: "Pragati Narrow", sans-serif;
}

/* Navbar Section */
.navbar {
  background-color: #ffe10f;
}
.navbar-brand img {
  width: auto;
  height: 82px;
}
.nav-item {
  font-weight: 600;
}
.nav-item a {
  font-size: 18px;
}
.btn-gofood {
  background-color: #e2282b;
  color: white;
  border-radius: 10px;
  padding: 10px 20px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
  display: inline-block;
  margin: 0 10px;
}
.btn-gofood:hover {
  background-color: #fff;
  color: #e2282b;
  border: 1px solid #e2282b;
  transition: 0.3s;
}

/* Hero Section */
.hero-section {
  background-image: url("assets/hero-bg.webp");
  background-position: center;
  background-size: cover;
  padding: 150px 10px;
}
.hero-slug {
  font-size: 30px;
  color: #ffe10f;
  margin-bottom: 10px;
}
.hero-title {
  color: #fff;
  font-size: 90px;
  line-height: 90px;
  font-weight: bold;
  margin-bottom: 20px;
}
.hero-para {
  font-size: 18px;
  color: #fff;
  width: 45%;
  margin-bottom: 60px;
}
a.hero-go-food {
  background-color: #e2282b;
  color: #fff;
  padding: 5px 20px;
  font-size: 20px;
  text-decoration: none;
  border-radius: 8px;
  margin-right: 10px;
 transition: all .5s ease-in-out;
}
a.hero-go-food:hover {
  transform: scaleY(1.1);
}
a.hero-instagram-btn {
  background-color: #e2282b;
  border-radius: 10px;
  transition: all .5s ease-in-out;

}
a.hero-instagram-btn:hover {
  transform: rotate(360deg);
}
/* Food Section */
.food-section {
  background-image: url("assets/food-section-bg.webp");
  background-position: center;
  background-size: cover;
  padding: 80px 10px;
}
.food-tag-line {
  color: #e2282b;
  font-size: 30px;
  text-align: center;
  margin-bottom: 10px;
}
.food-title {
  font-size: 90px;
  line-height: 90px;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.food-item-section {
  margin-top: 30px;
}
.food-item-column {
  display: flex;
  justify-content: center;
}
.food-item {
  height: 300px;
  width: 306px;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 25px;
}
.food-item img {
  height: 200px;
  width: 100%;
  position: relative;
}
.food-item-details {
  background-color: #e2282b;
  height: 115px;
}
.food-item-price-section {
  position: relative;
  text-align: center;
  margin-top: -15px;
}
.food-item-price {
  display: inline;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 20px;
  font-weight: bold;
}
.food-item-name {
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  margin-top: 20px;
  color: #fff;
}
.food-list-section {
  margin-top: 30px;
}
.food-list-left-side {
  margin-right: 10px;
}
.food-list-right-side {
  margin-left: 20px;
}
.list-row {
  background-color: #e2282b;
  border-radius: 10px;
  padding: 10px;
  font-size: 18px;
  margin-bottom: 10px;
}
.food-list-item-border {
  height: 2px;
  background-color: #ffe10f;
  width: 100%;
}
.food-list-item-price-section {
  display: flex;
  justify-content: space-between;
}
.food-list-item-name {
  color: #fff;
  font-weight: 600;
}
.food-list-item-price {
  color: #ffe10f;
  font-weight: 600;
  margin-right: 20px;
}

/* Drink Section */
.drink-section {
  background-image: url("assets/drink-section-bg.webp");
  background-position: center;
  background-size: cover;
  padding: 80px 10px;
}
.drink-tag-line {
  color: #ffe10f;
  font-size: 30px;
  text-align: center;
  margin-bottom: 10px;
}
.drink-title {
  font-size: 90px;
  line-height: 90px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.drink-item-section {
  margin-top: 30px;
}
.drink-item-column {
  display: flex;
  justify-content: center;
}
.drink-item {
  height: 300px;
  width: 306px;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 25px;
}
.drink-item img {
  height: 200px;
  width: 100%;
  position: relative;
}
.drink-item-details {
  background-color: #ffe10f;
  height: 115px;
}
.drink-item-price-section {
  position: relative;
  text-align: center;
  margin-top: -15px;
}
.drink-item-price {
  display: inline;
  background-color: #e2282b;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.drink-item-name {
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  margin-top: 20px;
  color: #000000;
}
.drink-list-section {
  margin-top: 30px;
}
.drink-list-left-side {
  margin-right: 10px;
}
.drink-list-right-side {
  margin-left: 20px;
}
.drink-list-row {
  background-color: #ffe10f;
  border-radius: 10px;
  padding: 10px;
  font-size: 18px;
  margin-bottom: 10px;
}
.drink-list-item-border {
  height: 2px;
  background-color: #000000;
  width: 100%;
}
.drink-list-item-price-section {
  display: flex;
  justify-content: space-between;
}
.drink-list-item-name {
  color: #000000;
  font-weight: 600;
}
.drink-list-item-price {
  color: #e2282b;
  font-weight: 600;
  margin-right: 20px;
}

/* Get In Touch Section */
.get-in-touch-section {
  background-image: url("assets/food-section-bg.webp");
  background-position: center;
  background-size: cover;
  padding: 80px 10px;
}
.get-in-touch-title {
  text-align: center;
  color: #000;
  font-size: 90px;
  line-height: 90px;
  font-weight: bold;
  margin-bottom: 30px;
}
.get-in-touch-inner-section {
  width: 60%;
  background: url(assets/drink-section-bg.webp);
  background-position: right center;
  background-size: 80% 100%;
  background-repeat: no-repeat;
  border-radius: 20px;
  position: relative;
}
.get-in-touch-image-section img {
  height: 320px;
  width: auto;
  display: block;
  margin: auto;
  position: relative;
  margin-top: -10px;
}
.get-in-touch-form-section {
  width: 80%;
}
input.get-in-touch-input-field {
  height: 50px;
  margin-bottom: 15px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #fff;
}
input.get-in-touch-input-field::placeholder {
  color: #fff;
}
.get-in-touch-submin-btn {
  background-color: transparent;
  color: #ffe10f;
  font-size: 20px;
}
.get-in-touch-submin-btn:hover {
  color: #ffffff;
}
img.submit-arrow {
  margin-left: 10px;
  height: 16px;
}

/* Location Address Section */
.location-address-section {
  background-image: url("assets/drink-section-bg.webp");
  background-position: center;
  background-size: cover;
  padding: 80px 10px;
}
.location-address-inner-section {
  width: 60%;
}
.time-section {
  gap: 10px;
  margin-bottom: 20px;
}
.day-time {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
}
.location-section {
  gap: 10px;
  margin-bottom: 50px;
}
.location-address-text {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
}
.location-map iframe {
  width: 100%;
  height: 300px;
  border-radius: 20px;
}

/* SEO Section */
.seo-section {
  padding: 80px 10px;
  background-color: #ffffff;
}
.seo-section-title {
  color: #000000;
  font-size: 75px;
  font-weight: 600;
}
.seo-section-body p {
  color: #000000;
  text-align: justify;
  font-size: 17px;
}
.seo-link {
  color: rgb(0, 0, 0);
}

/* Footer Section */
.footer-section {
  background-color: #ffe10f;
  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-top: 10px;
  transition: all .5s ease-in-out;
}
.footer-socials-icon a:hover {
  transform: rotate(360deg);
}
.copyright-section {
  text-align: center;
  padding: 10px 0;
  color: #fff;
  background-color: #000000;
}