body {
  margin: 0;
  font-family: "Radio Canada Big", sans-serif;
}

/* Topbar Section */
.topbar-section {
  background-color: #eb2326;
  padding: 5px 0px;
}
.topbar-inner-section {
  margin-right: 13px;
}
.topbar-instagram-icon {
  margin-right: 5px;
}

/* Navbar Section */
.navbar {
  font-family: "Pragati Narrow", sans-serif;
  padding: 0px;
  position: relative;
  z-index: 1;
}
.nav-link {
  font-size: 18px;
  font-weight: 500;
  transition: all .5s ease-in-out;
  
}
.nav-link:hover {
  color: #eb2326 !important;
}
.navbar-brand {
  padding-top: 0px;
  padding-bottom: 0px;
}
.navbar-brand img {
  width: auto;
  height: 90px;
  padding: 5px;
}
.nav-item {
  font-weight: 400;
}
.nav-item a {
  color: #000000;
}
.nav-item a:hover {
  color: #163d0e;
}
.btn-gofood {
  background-color: #eb2326;
  color: #fff !important;
  border-radius: 10px;
  padding: 7px 15px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
  display: inline-block;
  margin: 0 10px;
  height: 40px;
  border: 1px solid #eb2326 !important;
}
.btn-gofood:hover {
  background-color: #ffffff;
  color: #eb2326 !important;
  transition: 0.3s;
}
.nav-border-section {
  position: relative;
}
.nav-under-border {
  width: 96%;
  height: 1px;
  background-color: #000000;
  margin-top: -7px;
}

/* Hero Section */
.hero-section {
  padding: 20px 0;
}
.hero-image-section img {
  height: auto;
  width: 100%;
}
.hero-title {
  color: #000000;
  font-size: 100px;
  line-height: 100px;
  font-weight: 600;
  margin-bottom: 30px;
}
.hero-para {
  text-align: justify;
  margin-bottom: 30px;
}
.hero-go-btn a {
  text-decoration: none;
  color: #fff;
  background-color: #eb2326;
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid #eb2326;
}
.hero-go-btn a:hover {
  background-color: #ffffff;
  color: #eb2326 !important;
  transition: 0.3s;
}

/* Food Display Section */
.food-display-section {
  background-color: #eb2326;
  padding: 80px 10px;
}
.food-display-title {
  color: #fff;
  text-align: center;
  font-size: 70px;
  line-height: 70px;
  padding: 0 170px;
  text-transform: capitalize;
  font-weight: 600;
}
.food-display-gallery {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.food-display-gallery .row {
  width: 80%;
}
.food-item {
  background-color: #fff;
  width: 90%;
  padding-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.food-item img {
  width: 100%;
  height: auto;
  position: relative;
}
.food-item-price-section {
  position: relative;
  text-align: center;
  margin-top: -18px;
}
.food-item-price {
  display: inline-block;
  background-color: #000000;
  color: #fff;
  padding: 5px 15px;
  border-radius: 7px;
  margin-bottom: 10px;
}
.food-item-name {
  text-align: center;
  font-size: 20px;
  height: 50px;
  padding: 0 15px;
}

/* Drinks Section */
.drinks-section {
  background-image: url("assets/drinks-section-bg.webp");
  background-position: center;
  background-size: cover;
  padding: 80px 10px;
}
.drink-item {
  width: 90%;
  padding-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}
.drink-item-inner {
  padding: 80px 5px;
}
.drink-item-title {
  color: #000000;
  font-size: 53px;
}
.drink-item img {
  width: 100%;
  height: auto;
  position: relative;
}
.drink-item-price-section {
  position: relative;
  text-align: center;
  margin-top: -16px;
}
.drink-item-details{
  background-color: #eb2326;
  border-radius: 10px;
  height: 100px;
}
.drink-item-price {
  display: inline-block;
  background-color: #000000;
  color: #fff;
  padding: 5px 15px;
  border-radius: 7px;
  margin-bottom: 10px;
}
.drink-item-name {
  text-align: center;
  font-size: 20px;
  padding: 0 15px;
  color: #fff;
  text-transform: capitalize;
}

/* Contact Us section */
.contact-us-section {
  background-color: #eb2326;
  padding: 80px 10px;
}
.contact-us-inner-section {
  width: 70%;
}
.contact-us-title {
  font-size: 70px;
  line-height: 75px;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.contact-us-input {
  height: 65px;
  margin-bottom: 20px;
}
.contact-us-submit-btn {
  height: 65px;
  background-color: #000000;
  color: #eb2326;
  width: 100%;
  text-align: start;
}
.contact-us-submit-btn:hover {
  border: 2px solid #000000 !important;
}
.contact-us-time-table {
  height: 235px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}
.contact-us-time-table-title {
  text-align: center;
  color: #eb2326;
  font-size: 40px;
}
.contact-us-time-table-title-under-border {
  height: 3px;
  background-color: #000000;
  width: 30%;
}
.contact-us-day-time {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.contact-us-day-time img {
  margin-right: 20px;
}
.contact-us-day-time .day-time {
  font-size: 20px;
}

/* Visit Us Section */
.visit-us-section {
  background-color: #fff;
  padding: 80px 10px 0 10px;
}
.visit-us-inner-section {
  width: 70%;
}
.visit-us-title {
  color: #000000;
  text-align: center;
  font-size: 68px;
  line-height: 70px;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.visit-us-location-section {
  height: 100px;
  border-radius: 10px;
  background-color: #eb2326;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 5px;
}
.visit-us-location-section img {
  padding-left: 10px;
  padding-right: 10px;
}
.location-address {
  font-size: 20px;
}
.visit-us-map {
  margin-top: 30px;
}
.visit-us-map iframe {
  width: 100%;
  height: 400px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

/* SEO Section */
.seo-section {
  background-color: #eb2326;
  padding: 280px 10px 80px 10px;
  position: relative;
  margin-top: -200px;
}
.seo-section-title {
  color: #ffffff;
  font-size: 60px;
}
.seo-section-body p {
  text-align: justify;
  font-size: 17px;
  color: #fff;
}
.seo-link {
  color: rgb(255, 255, 255);
}

/* 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-top: 10px;
}
