.banner {
    background-color: white;
  }

  .menu-bg {
    margin: 5%;
    background-color: #ef3921;
  }

  .menu-heading {
    color: white;
    font-weight:bold;
    text-transform: uppercase;
  }
  
  .banner h1 {
    text-shadow: 2px 2px #000000;
  }
  
  .banner hr {
    border-color: #f5e6c9;
    width: 10%;
  }
  
  .banner p {
    font-size: 24px;
  }

  .tagline {
    font-size: 36px;
    margin-top: 20px;
    color: black;
  }
  
  .tagline:before {
    content: "";
    display: block;
    width: 50%;
    height: 3px;
    margin: 0 auto;
    margin-top: 20px;
    background-color: #ef3921;
  }

  .gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
  }
  
  .item1 {
    grid-column: 1 / span 2;
    grid-row: 1 / span 2;
  }
  
  .item2 {
    grid-column: 3;
    grid-row: 1;
  }
  
  .item3 {
    grid-column: 1;
    grid-row: 3;
  }
  
  .item4 {
    grid-column: 2 / span 2;
    grid-row: 3;
  }
  
  .item5 {
    grid-column: 1;
    grid-row: 4;
  }
  
  .item6 {
    grid-column: 2 / span 2;
    grid-row: 4;
  }
  
  .gallery img {
    width: 100%;
    height: 100%;
  }


  .menu-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .menu-item {
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
  }
  
  .menu-item img {
    width: 150px;
    height: 150px;
    margin-right: 20px;
  }
  
  .menu-item-description {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .menu-item-title {
    margin-bottom: 10px;
    font-weight: bold;
  }
  
  .menu-item-text {
    margin-bottom: 10px;
    font-size: 0.9rem;
    line-height: 1.2rem;
    font-weight: 500;
  }
  
  .menu-item-price {
    font-weight: bold;
    font-size: 0.8rem;
    color: #c2185b;
  }

  /* Change font color on hover */
.navbar-nav .nav-item .nav-link:hover {
  color: #ef3921; /* Your desired hover color */
}

/* Change font color for active links */
.navbar-nav .nav-item .nav-link.active {
  color: #ef3921; /* Your desired active color */
}

.nav-item .nav-link {
  font-weight: bold;
}

  .nav-tabs {
    border-bottom: 2px solid #ddd;
    margin-bottom: 20px;

    .nav-link.active {
      border-color: #ef3921;
    }
  }

  .tab-content {
    margin-top: 20px;
  }
  
  
  .nav-tabs .nav-link {
    color: #444;
    border: none;
    border-radius: 0;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 25px;
    margin-right: 5px;
    margin-bottom: -2px;
    background-color: transparent;
    transition: background-color 0.3s;
    padding: 10px;
  }
  
  .nav-link:hover {
    color: #ef3921;
    background-color: #f8f8f8;
  }
  
  .nav-link.active {
    color: #ef3921;
    border-bottom: 2px solid #333;
    background-color: red;
  }

  .brand-color{
    color:#ef3921;
  }

  footer {
    background-color: #ef3921;
    margin-top: 50px;
    padding: 15px;
    color: black;

    .container .row {
      font-weight: 500;
    }
  }

  .list-unstyled {
    text-align: center;
  }

  .list-unstyled a {
    text-decoration: none;
    color: inherit;
  }

  .services-jumbotron {
    background-image: url(https://via.placeholder.com/1500x800);
    background-size: cover;
    background-position: center center;
    color: #fff;
    margin: 0;
    position: relative;
  }
  
  .card-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    position: relative;
  }
  
  .card {
    width: 300px;
    overflow: hidden;
    position: relative;
    background-color: transparent;
    border: none;
    align-items: center;
    height: 400px;
  }

  
  .card:hover img {
    transform: translateY(-20px);
  }
  
  .card .card-img-top {
    height: 200px;
    width: 200px;
    transition: all 0.3s ease;
    border-radius: 50%;
    margin-top: -100px;
    z-index: 1;
  }
  
  .card .card-body {
    padding: 20px;
  }
  
  .card .card-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  
  .card .card-text {
    font-size: 18px;
  }


  .contact-form {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    font-weight: 500;
}

h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
}

label {
    display: block;
    margin-bottom: 5px;
    color: #333;
}

input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

button {
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.3s;
}

button:hover {
    background-color: #555;
}

.phone-number {
  font-size: 24px; /* Adjust the font size as needed for prominence */
  font-weight: bold; /* Make the text bold */
  color: #333; /* Set the text color */
}

/* fonts */
.montserrat-100 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

.package-heading {
  font-size: x-large;
}
  
  

  /* For mobile and tablet screens */
@media only screen and (max-width: 767px) {
    .footer {
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 100%;
    }

    .gallery {
        grid-template-columns: repeat(2, 1fr);
      }
  }

  @media (max-width: 575px) {
    .gallery {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 376px) {
    .phone-number {
      font-size: 20px;
    }
  }