@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600;700&display=swap');

  .logo {
    --logo-size: 50px;   /* default */
    --brand: #e53935;    /* brand red */
    --bg: #ffffff;       /* default background */

    display: inline-flex;
    align-items: center;
    gap: calc(var(--logo-size) * 0.16);
    font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    font-weight: 700;
    font-size: var(--logo-size);
    color: var(--brand);
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .logo .word {
    letter-spacing: -0.04em;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: middle;
    transform: translateY(3%);
  }

  /* Navbar */
  .navbar {
    background: #ffffff;
    padding: 12px 24px;
  }
  .navbar .logo {
    --bg: #ffffff;
    --brand: #e53935;
    --logo-size: 56px;
  }

  /* Footer */
  .footer {
    background: #0d2436;
    padding: 28px 24px;
    text-align: center;
  }
  .footer .logo {
    --bg: #0d2436;
    --brand: #e53935;
    --logo-size: 60px;
  }

  /* Responsive */
  @media (max-width: 480px) {
    .logo {
      --logo-size: 44px;
      gap: calc(var(--logo-size) * 0.12);
    }
  }
.nav-item{
  font-weight: bolder;
}
.home-bg{
  background-image: url("https://images.unsplash.com/photo-1611773074159-b7dfae3aa745?q=80&w=1170&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D.png");
  background-size: cover;
  height:100vh;
}
.button{
  font-weight: bolder;
  font-family:"Roboto";
}
.main-heading{
  font-family:Georgia, 'Times New Roman', Times, serif;
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 15px;
  color:#ffffff;
}
.sub-heading{
  font-family:Georgia, 'Times New Roman', Times, serif ;
  font-size: 20px;
  margin-bottom:15px;
  color:#ffffff;
}
.anchor-btn{
  background-color: #ff7e5f;
  color:#ffffff;
  font-weight: bold;
  transition: 0.3s;
  border-radius: 25px;
}
.anchor-btn-alt{
  background: #333;
}
.anchor-btn:hover{
  background: #feb47b;
  transform: scale(1.05);
}
.aboutus-bg{
  background-color: #f8f9fa;
}
.fit-img{
  object-fit: cover;
  height:70%;
}
.about{
  font-size: 35px;
  font-family: "Roboto";
  font-weight: bold;
}
.aboutus-description{
  font-size: 20px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-weight: 300;
}
.menu-bg{
  background-color: #ffffff;
}
.menu-image{
  border-radius: 10px;
}
.card-bg{
  padding:15px;
  border-radius: 8px;
}
.card-bg:hover{
  transform: scale(1.05)
}
.item-name{
  color:#323f4b;
  font-family: "Roboto";
  font-size:20px;
  font-weight:500;
  margin-top: 24px;
}
.menu-anchor{
  color:#d0b200;
  font-family: "Roboto";
  font-size:16px;
  font-weight:500;
}
.menu-title{
  color:#222;
  font-family: "Roboto";
  font-weight: bold;
  font-size: 35px;
}
.caption{
  color:#6c757d;
  font-family:"Roboto";
  font-weight: normal;
  font-size:20px ;
}
.offers-bg{
  background-image: radial-gradient(circle at center,#fff8f0,#ffe0cc);
}
.highlight{
  font-style: italic;
}
.offers{
  font-family: "Playfair Display",serif;
  font-size: 35px;
  font-weight: 700;
  color:#d32f2f;
}
.offer-caption{
  color:#444444;
  font-family:"Poppins",sans-serif;
  font-weight: 400;
  font-size:20px;
}
.icon-1{
  color:#ff7e5f;
  font-size: 65px;
}
.offer-card-bg{
  background-color: #ffffff;
  padding: 15px;
  border-radius: 8px;
}
.offer-name{
  font-family: "Poppins",sans-serif;
  font-size:20px;
  color:black;
  font-weight: 600;
}
.offer-info{
  font-family: "Poppins",sans-serif;
  font-size: 16px;
  font-weight:400;
  color:#666666;
}
.carousel-bg{
  background-color:white;
}
.wcu-heading{
  font-family: "Poppins","Segoe UI",sans-serif;
  font-size:35;
  font-weight: bold;
  color:#2c2c2c;
}
.wcu-caption{
  font-family: "Roboto","Open Sans",sans-serif;
  font-size: 20px;
  font-weight:500;
  color:#555;
}
.cta-bg{
  background:radial-gradient(circle at center,#ffffff,#f7f9fc,#f2f4f8);
}
.icon-2{
  color:#3b82f6;
  font-size: 18px;
}
.wcu-section-title{
  font-family: "Poppins","Segoe UI",sans-serif;
  font-size:35px;
  font-weight: bold;
  color:#2c2c2c;
}
.wcu-section-info{
  font-family: "Roboto","Open Sans",sans-serif;
  font-size: 18px;
  font-weight:500;
  color:#555;
}
.button-1{
  background:#e63946;
}
.button-2{
  background:black;
}
.button-1:hover{
  transform: scale(1.05);
  opacity: 0.9;
  background:#e63946;
}
.button-2:hover{
  transform: scale(1.05);
  opacity: 0.9;
  background:black;
}
.modal-body{
  padding:25px;
}
.social{
  font-family: "Roboto","Open Sans",sans-serif;
  font-size: 18px;
  font-weight:500;
  color:white;
}
.icon {
    font-size: 18px;
    color: #5a7184;
}
.footer-bg {
    background-color: #0d2436;
}
.icon-bg {
    height: 35px;
    width: 35px;
    border-radius: 40px;
    background-color: white;
    padding-right:5px;
    padding-top: 7px;
    padding-bottom: 5px;
    padding-left: 6px;
    margin-right: 8px;
    margin-bottom: 8px;
}
.address {
    color: #5a7184;
    font-size: 18px;
    font-style: "Roboto";
    font-weight: 400;
    padding-top: 8px;
}
.list-name {
    font-size: 24px;
    font-weight: bolder;
    font-style: "Roboto";
    color: #5a7184;
}
.list-info {
    font-size: 18px;
    font-weight: 400;
    font-style: "Roboto";
    color: #5a7184;
}
.list {
    list-style-type: none;
    padding: 0px;
}
hr {
    border: 1px solid white;
    margin: auto;
}

