.navbar-brand {
  font-size: 25px;
}
.logo-text {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  color: color-mix(in srgb, gold 50%, black 50%);
}
.navbar-nav {
  margin-left: auto;
}
.nav-link {
  font-size: 17px;
  color: rgb(14, 14, 12);
}
.nav-link:hover {
  color: rgb(178, 189, 28);
  text-decoration: underline;
}
.active {
  background-color: gold;
  width: 100px;
  text-align: center;
  border-radius: 50px;
}
.banner-container {
  background-image: url(restaurant\ banner.png);
  background-size: cover;
  background-position: center;
  height: 100vh;
  position: relative;
}
.banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgb(255, 255, 255);
}
.welcome-heading {
  font-size: 40px;
  color: #000;
}
.heading-paragraph {
  font-size: 18px;
  color: #000;
}
.btn {
  background-color: rgb(236, 209, 61);
  color: #000;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
}
.btn:hover {
  color: #ffffff;
  background-color: rgb(21, 21, 20);
}
.wcu-section-heading {
  color: #183b56;
  font-family: "Roboto";
  font-size: 28px;
  font-weight: 700;
}
.wcu-section-description {
  color: #5a7184;
  font-family: "Roboto";
  font-size: 16px;
}
.wcu-card {
  text-align: center;
  background-color: white;
  border-style: solid;
  border-width: 1px;
  border-color: #e5eaf4;
  border-radius: 16px;
}
.wcu-card-image {
  width: 87px;
  height: 90px;
}
.wcu-card-title {
  color: #323f4b;
  font-family: "Roboto";
  font-size: 22px;
  font-weight: 500;
}
.wcu-card-description {
  color: #7b8794;
  font-family: "Roboto";
  font-size: 16px;
}
.offers {
  color: #323f4b;
  font-style: italic;
  font-weight: 600;
}
.menu-section-heading {
  color: #183b56;
  font-family: "Roboto";
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.card {
  padding: 10px;
  margin: auto;
}
.menu-item-name {
  font-weight: bold;
  font-size: 20px;
  margin-top: 10px;
}
.menu-item-description {
  font-size: 15px;
  color: #555;
}
.revervation-section {
  background-image: url(foodiexpress\ reserve\ section.png);
  background-size: cover;

 

  
}

.content {
  padding: 20px;
  text-align:end;
  justify-content: center;
  flex-direction: column;
  
  color: #f4f4f4;

}

.reservation-paragraph {
  font-size: 30px;
  text-align: end;
  text-shadow: #555;
  color: rgb(248, 249, 249);
  margin-top: 70px;
  margin-left: auto;
  margin-bottom: 30px;
}
#about-us{
  padding: 20px;
  text-align: center;
  margin: 10px;
  background-color: #f8f9fa;
}
.about-us-heading{
  margin-top: 20px;
}
.about-us-description{
  color: #5a7184;
    font-family: "Roboto";
    font-size: 16px;
    line-height: 1.5;
    
}
@media screen and (max-width: 768px ) {
  .revervation-section {
    /* Reservation section styling */
   
    margin: 1rem 0;
    height:auto;
    width: fit-content;
    background-color: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .reservation-heading {
    font-size: 30px;
  }

  .reservation-paragraph {
    font-size: 20px;
  }
}
