body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}

/* Navbar Section */
.navbar {
  background-color: #010b91;
  height: 100px;
}
.navbar-brand img {
  width: auto;
  height: 60px;
}
.nav-item a {
  font-size: 18px;
  color: #fff;
}
.btn-gofood {
  background-color: #fff;
  color: #010b91 !important;
  border-radius: 10px;
  padding: 10px 20px;
  font-weight: 500;
  border: 1px solid #fff;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
  display: inline-block;
  margin: 0 10px;
}
.btn-gofood:hover {
  background-color: #e2e2e2;
  color: #010b91 !important;
  border: 1px solid #fff;
  transition: 0.3s;
}

/* Hero Section */
.hero-section {
  background-image: url("assets/hero-bg.webp");
  background-position: center;
  background-size: cover;
  padding: 150px 10px;
}
.hero-inner-section {
  width: 50%;
}
.hero-title {
  font-size: 80px;
  line-height: normal;
  color: #000;
  font-weight: 800;
  font-style: italic;
  text-transform: capitalize;
  margin-bottom: 20px;
}
span.sp-text {
  color: #010b91;
}
.hero-para {
  font-size: 18px;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 50px;
}
.hero-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
a.hero-go-btn {
  background-color: #010b91;
  color: #fff;
  padding: 10px 15px;
  font-size: 18px;
  text-transform: capitalize;
  border-radius: 10px;
}
a.hero-go-btn:hover {
  background-color: #2d3391;
  color: #fff;
}
a.hero-social-btn {
  background-color: #010b91;
  padding: 10px;
  border-radius: 10px;
}
.hero-social-btn:hover {
  background-color: #2d3391;
}

/* Food Checkout Section */
.food-checkout-section {
  background-color: #010b91;
  padding: 80px 10px;
}
.food-checkout-item-image img {
  height: 338px;
  width: 270px;
}
.food-checkout-title {
  font-size: 65px;
  line-height: 70px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 20px;
}
.food-checkout-para {
  font-size: 18px;
  color: #fff;
}

/* Food Section */
.food-section {
  background-color: #efefef;
  padding: 80px 10px;
}
.food-section-title {
  font-size: 80px;
  line-height: normal;
  color: #000;
  font-weight: 800;
  font-style: italic;
  text-transform: capitalize;
  margin-bottom: 30px;
  text-align: center;
}
.food-item-section .row .col-md-3 {
  display: flex;
  justify-content: center;
}
.food-item {
  width: 300px;
  margin-top: 100px;
}
.diamond-image {
  width: 220px;
  height: 220px;
  transform: rotate(45deg);
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.diamond-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.35) rotate(-45deg);
  position: absolute;
  top: 0;
  left: 0;
}
.food-item-price-section {
  position: relative;
  z-index: 2;
  margin-top: -60px;
}
.food-item-price {
  background-color: #fc4330;
  color: #fff;
  display: inline;
  position: relative;
  z-index: 2;
  padding: 10px 15px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
}
.food-item-name {
  background-color: #010b91;
  height: 100px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  margin-top: -15px;
  color: #fff;
  padding: 30px 10px 10px 10px;
  font-size: 20px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  text-transform: capitalize;
  font-weight: 600;
}
.food-item-list-section {
  margin-top: 50px;
}
.food-item-row {
  background-color: #010b91;
  border-radius: 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 55px;
  margin: 0px 10px 15px 0px;
}
.food-item-list-heart {
  margin-left: -16px;
}
.food-item-list-heart img {
  background-color: #fff;
  border-radius: 50%;
  padding: 10px;
}
.food-item-list-name {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
}
.food-item-list-price {
  font-size: 14px;
  font-weight: 600;
  color: #fc4330;
}

/* Drink Section */
.drink-section {
  background-color: #010b91;
  padding: 80px 10px;
}
.drink-section-title {
  font-size: 80px;
  line-height: normal;
  color: #fff;
  font-weight: 800;
  font-style: italic;
  text-transform: capitalize;
  margin-bottom: 30px;
  text-align: center;
}
.drink-item-name {
  background-color: #fff;
  height: 100px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  margin-top: -15px;
  color: #000;
  padding: 30px 10px 10px 10px;
  font-size: 20px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  text-transform: capitalize !important;
  font-weight: 600;
}
.drink-item-row {
  background-color: #fff;
  border-radius: 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 55px;
  margin: 0px 10px 15px 0px;
}
.drink-item-list-heart {
  margin-left: -16px;
}
.drink-item-list-heart img {
  background-color: #fff;
  border-radius: 50%;
  padding: 8px;
  border: 2px solid #010b91;
}
.drink-item-list-name {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-align: center;
  text-transform: capitalize;
}

/* Find Us & Get in Touch */
.find-us-section {
  background-color: #fff;
  padding: 80px 10px;
}
.find-us-inner-section {
  width: 80%;
}
.find-us-title {
  font-size: 80px;
  line-height: normal;
  color: #000000;
  font-weight: 800;
  font-style: italic;
  text-transform: capitalize;
  margin-bottom: 30px;
  text-align: center;
}
.find-us-content-section {
  margin-bottom: 30px;
}
.find-us-border-section {
  display: flex;
  justify-content: center;
}
.find-us-border-section img {
  display: block;
  margin: auto;
  height: 100%;
}
input.find-us-input-field {
  height: 50px;
  margin-bottom: 15px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #000;
}
button.find-us-submit-btn {
  background-color: #010b91;
  color: #fff;
  width: 100%;
  text-align: center;
  height: 50px;
  font-weight: 600;
}
button.find-us-submit-btn:hover {
  background-color: #2e358d;
  color: #fff;
}
.find-us-day-time-section {
  background-color: #010b91;
  height: 245px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: #fff;
  border-left: 10px solid #fc4330;
}
.location-address {
  background-color: #010b91;
  border-radius: 10px;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px;
  gap: 10px;
  margin-bottom: 30px;
}
.location-map iframe {
  width: 100%;
  height: 400px;
  border-radius: 10px;
  border: 2px solid #fff;
}

/* Thanks Section */
.thanks-section {
  background-image: url("assets/thanks-bg.webp");
  background-position: center;
  background-size: cover;
  padding: 80px 10px;
}
.thnaks-title {
  font-size: 80px;
  line-height: normal;
  color: #ffffff;
  font-weight: 800;
  font-style: italic;
  text-transform: capitalize;
  margin-bottom: 20px;
  text-align: center;
}
.thanks-para {
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 0px 140px;
  margin-bottom: 30px;
}
.thanks-go-btn {
  text-align: center;
}
.thanks-go-btn a {
  background-color: #fff;
  color: #010b91;
  text-transform: capitalize;
}
.thanks-go-btn a:hover {
  background-color: #d3d3d3;
  color: #010b91;
}

/* SEO Section */
.seo-section {
  padding: 80px 10px;
  background-color: #fff;
  border-bottom: 1px solid #cecece;
}
.seo-section-title {
  color: #000;
  font-size: 51px;
  font-weight: 800;
  font-style: italic;
}
.seo-section-body p {
  text-align: justify;
  font-size: 17px;
  color: #000;
}
.seo-link {
  color: #000;
}

/* Footer Section */
.footer-section {
  background-color: #010B91;
  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;
}
.seo-link {
  font-weight: 800;
  text-decoration: none;
  color: #010B91;
}
.seo-link:hover {
  text-decoration: underline;
}
.nav-link:hover {
  color: red !important;
}
.navbar-toggler-icon {
  filter: invert(1);
}