body {
    background-color: #fff5e6; /* Light cream background for a warm, inviting look */
  }
  .navbar {
    background-color: #ff6e61f3 !important; /* Coral color for a fresh and vibrant look */
  }
  h1 {
    color: #ff6f61;
    text-align: center;
    margin: 20px 0;
  }
  body {
    background-color: #fff5e6; /* Light cream background for a warm, inviting look */
    font-family: 'Poppins', sans-serif; /* Poppins Italic for body text */
  }
  .navbar {
    background-color: #ff6f61; /* Coral color for a fresh and vibrant look */
  }
  h1, .navbar-brand {
    font-family: 'Lobster', cursive; /* Lobster for headings and brand */
    color: #ff6f61;
  }
  .video-container {
    position: relative;
    overflow: hidden;
    height: 600px;
  }
  
  #background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100vh;
    z-index: -1;
    background-size: contain;
  }
  
  .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 12px;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #d18d8a;
    text-align: center;
    font-family: 'Pacifico', cursive !important;
    font-size: 25px;
  }
  
  .about-text {
    max-width: 600px;
  }
  .order{
    background-color:#343a40d5;
    padding: 7px;
    color: white;
    border-radius: 7px;
    text-decoration: none;
  }
  .order:hover{
    background-color:#343a40d5;
    padding: 7px;
    color: white;
    border-radius: 7px;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24);
    text-decoration: none;
  }
  
  .card {
    margin: 20px;
    border: none;
  }
  .card-img-top {
    border-radius: 15px;
  }
  .card-body {
    background-color: #fff0e6; /* Very light orange for card body */
  }
  .card-title {
    color: #d9534f; /* Red for the card title */
  }
  .card-text {
    color: #5d4037; /* Brown for the card text */
    /* CSS (optional) */
  }
  .navbar-brand {
    font-family: 'Pacifico', cursive !important;
    font-size: 24px;
  }
  
  .nav-link {
    font-size: 18px;
    font-weight: bold;
    color: #333;
  }
  
  .nav-link:hover {
    color: #666;
  }
  .navbar-collapse{
    padding-left: 70px;
  }
  .nav-item{
    padding: 10px;
    }
  
  footer {
    background-color: #343a40;
    color: #ffffff;
  }
  
  footer a {
    color: #ffffff;
    text-decoration: none;
  }
  
  footer a:hover {
    text-decoration: underline;
  }
  
  footer h5 {
    margin-bottom: 1rem;
  }
  
  footer ul {
    padding-left: 0;
    list-style: none;
  }
  
  @media (max-width: 768px) {
    footer .col-sm-12 {
      text-align: center;
    }
  
    footer .mb-3 {
      margin-bottom: 1rem !important;
    }
  
    footer .text-center {
      margin-top: 1rem !important;
    }
  }
  @media (max-width: 480px) {
    footer .col-sm-10 {
      text-align: center;
      padding: 0 10px;
    }
  
    footer h5 {
      font-size: 1.2rem;
    }
  
    footer ul li {
      font-size: 0.9rem;
    }
  
    footer .text-center p {
      font-size: 0.8rem;
    }
  }
  
  /* Media query for devices with a maximum width of 320px */
  @media (max-width: 320px) {
    footer .col-sm-10 {
      text-align: center;
      padding: 10px;
    }
  
    footer h5 {
      font-size: 1rem;
    }
  
    footer ul li {
      font-size: 0.8rem;
    }
  
    footer .text-center p {
      font-size: 0.7rem;
    }
  }
  
  