body {
  margin: 0;
  font-family: "PT Serif", sans-serif;
  overflow-x: hidden;
}

/* Navbar Section */
.navbar {
  background-color: #ffffff;
}
.navbar-brand img {
  width: auto;
  height: 70px;
}
a.active {
  color: #d1b06e !important;
}
.nav-item a {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.btn-gofood {
  background-color: #d1b06e;
  color: #000;
  border-radius: 10px;
  padding: 10px 20px;
  font-weight: 600;
  border: 1px solid #d1b06e;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
  display: inline-block;
  margin: 0 10px;
}
.btn-gofood:hover {
  background-color: #fff;
  color: #d1b06e;
  border: 1px solid #d1b06e;
  transition: 0.3s;
}

/* Hero- Section */
.hero-section {
  background-image: url("assets/hero-section-bg.webp");
  background-position: center;
  background-size: cover;
  padding: 120px 10px;
}
.hero-title {
  color: #fff;
  font-size: 80px;
  font-weight: bold;
  line-height: 90px;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.hero-para {
  color: #000;
  font-size: 18px;
  width: 45%;
  margin-bottom: 50px;
}
.hero-button-section {
  display: flex;
  gap: 10px;
  flex-direction: row;
  align-items: center;
}
a.hero-go-btn {
  background-color: #fff;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 15px;
  border-radius: 25px;
  text-decoration: none;
  text-transform: uppercase;
}
a.social-icon {
  background-color: #fff;
  padding: 10px 10px;
  border-radius: 50%;
}
.hero-border {
  border-top: 2px dashed #fff;
  width: 325px;
}

/* Food Section */
.food-section {
  background: url("assets/food-section-bg.webp"), #fff;
  background-position: center;
  background-size: cover;
  padding: 80px 10px;
}
.food-title {
  color: #000;
  font-size: 70px;
  line-height: 80px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
.custom-col-size {
  width: 20%;
  display: flex;
  justify-content: center;
}
.food-item-section {
  margin-bottom: 50px;
}
.food-item {
  width: 215px;
  margin-bottom: 10px;
}
.food-price-section {
  text-align: center;
  position: relative;
  z-index: 1;
}
.food-price {
  display: inline;
  background-color: #e6ad15;
  color: #000;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
}
.food-image {
  position: relative;
  margin-top: -10px;
}
.food-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.food-name {
  height: 70px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.food-item-row {
  background-color: #d1b06e;
  border-radius: 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 50px;
  margin: 0px 10px 15px 0px;
}
.food-item-list-heart {
  margin-left: -12px;
}
.food-item-list-heart img {
  background-color: #fff;
  border-radius: 50%;
  padding: 7px;
}
.food-item-list-name {
  font-size: 18px;
  font-weight: 600;
}
.food-item-list-price {
  font-size: 14px;
  font-weight: 600;
}

/* Drink Section */
.drink-section {
  background-color: #e6ad15;
  padding: 80px 10px;
}
.drink-title {
  color: #000;
  font-size: 70px;
  line-height: 80px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
.drink-price {
  display: inline;
  background-color: #ffffff;
  color: #000;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
}

/* Contact Us Section */
.contact-us {
  background-color: #fff;
  padding: 120px 10px 80px 10px;
  position: relative;
}
.contact-us-inner-section {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  position: relative;
}
.contact-us-title-section {
  position: relative;
  margin-top: -42px;
}
.contact-us-title {
  background-color: #ffffff;
  font-size: 70px;
  line-height: 70px;
  font-weight: bold;
  text-transform: capitalize;
  padding: 10px 15px;
  display: inline;
}
.contact-us-inner-content {
  padding: 60px 80px 80px 0px;
}
input.contact-us-input {
  height: 60px;
  margin-bottom: 15px;
}
input.contact-us-input::placeholder {
  color: #a0a0a0;
}
.contact-us-submit-btn {
  border: none;
  background-color: #000;
  color: #e6ad15;
  height: 60px;
  width: 100%;
  border-radius: 10px;
  text-align: left;
}
.contact-us-time-day-section {
  height: 210px;
  background-color: #e6ad15;
  border-radius: 15px;
}
.contact-us-location-address {
  height: 210px;
  background-color: #e6ad15;
  border-radius: 15px;
}
.contact-us-time-day-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.time-day {
  margin-top: 10px;
}
.contact-us-location-address {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  text-align: center;
}
.address-text {
  margin-top: 10px;
}

/* Location Map Section */
.location-map-section {
  background-color: #e6ad15;
  padding: 80px 10px;
}
.location-map-inner-section iframe {
  height: 400px;
  width: 100%;
}

/* SEO Section */
.seo-section {
  padding: 80px 10px;
  background-color: #ffffff;
}
.seo-section-title {
  color: #000000;
  font-size: 56px;
  font-weight: bold;
}
.seo-section-body p {
  text-align: justify;
  font-size: 17px;
  color: #000000;
}
.seo-link {
  color: rgb(0, 0, 0);
}

/* Thanks Section */
.thanks-section {
  background-image: url("assets/thanks-bg.webp");
  background-position: center;
  background-size: cover;
  padding: 80px 10px;
}
.thanks-inner-section {
  background-color: #e6ad15;
  padding: 80px;
}
.thanks-title {
  color: #000;
  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;
}
.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;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 10px;
}
.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: #e6ad15;
  padding: 5px;
  border-radius: 10px;
}
.footer-socials-icon a:hover {
  display: block;
  margin-bottom: 10px;
  background-color: #c29210;
  padding: 5px;
  border-radius: 10px;
}
.copyright-section {
  text-align: center;
  padding: 10px 0;
  color: #000000;
  background-color: #e6ad15;
}
