


header{
    width: 100%;
    height: 80vh;
    /* background-image: url('../img/topbg.png'); */
    background-image: url("../img/topbg.png");
    color: aquamarine;
    background-size: cover;
    background-position: center;
    /* background-color: #eaf7ea; */
    box-sizing: border-box;
    
  }



 
  
  /* slider  */

  .marquee {
    font-size: 24px;
    font-weight: bold;
     
    padding: 10px;
   
    border: 2px solid #ddd;
 
    margin: 10px 0px;
    overflow: hidden;
    white-space: nowrap;
    background-color: #33001a;
    color: white;
    font-family: 'Lora', serif;
    font-weight: bold;
  }

  /* divinecrus */


  .divinecrus {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    max-width: 1200px;
    margin: 20px auto;
    background: #fff;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    border-radius: 8px;
    font-family: 'Poppins', Arial, sans-serif;
    background: linear-gradient(145deg, #fffcf2, #f9f0c4);
    color: #4b0082;
  }
  .divinecrus img {
    max-width: 400px;
    width: 100%;
    border-radius: 8px;
    margin-right: 20px;
  }
  .divinecrus-text {
    max-width: 600px;
  }
  .divinecrus-text h2 {
    font-size: 28px;
    color: #4b0082;
    margin-bottom: 10px;
  }
  .divinecrus-text p {
    font-size: 18px;
    color: #5a5a5a;
    line-height: 1.6;
  }


  /* speaciallity  */
  .specialties {
    text-align: center;
    padding: 50px 20px;
    background-color: #fff;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    margin-top: 50px;
  }
  .specialties h2 {
    font-size: 36px;
    color: #e65c00;
    margin-bottom: 20px;
    font-weight: 600;
    font-family: 'Lora', serif;
    font-weight: bold;

  }
  .specialties p {
    font-size: 18px;
    color: #5a5a5a;
    line-height: 1.6;
    margin-bottom: 40px;
    font-weight: 400;
  }
  .carousel-container {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
  }
  .carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }
  .specialty-item {
    width: 300px;
    text-align: center;
    /* border-radius: 12px; */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 20px;
    min-width: 300px;
    transition: transform 0.3s ease-in-out;
  }
  .specialty-item img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 15px;
  }
  .specialty-item h3 {
    font-size: 24px;
    color: #cc3300;
    margin-bottom: 10px;
    font-family: 'Lora', serif;

  }
  .specialty-item p {
    font-size: 16px;
    color: #5a5a5a;
    margin-bottom: 15px;
  }
  .carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
  }
  .carousel-button.left {
    left: 10px;
  }
  .carousel-button.right {
    right: 10px;
  }
  @media (max-width: 768px) {
    .specialties-container {
      flex-direction: column;
      align-items: center;
    }
    .specialty-item {
      width: 80%;
    }
  }


  /* category  */
  /* Basic styling for slider */
  .catmain{
    margin: 15px;
    font-family: 'Poppins', Arial, sans-serif;
    font-weight: bold;
    margin-top: 25px;
  }

  .category-buttons {
    margin-bottom: 20px;
    text-align: center;
    font-family: 'Poppins', Arial, sans-serif;
  }
  
  .category-btn {
    margin: 0 10px;
    padding: 10px 20px;
    background-color: rgb(77, 26, 0);
    color: white;
    border: none;
    cursor: pointer;
  }
  
  .category-btn.active {
    background-color:  #e62e00;
    color: white;
  }
  
  .category-content {
    position: relative;
  }
  
  .category-info {
    display: none;
  }
  
  .category-info.active {
    display: block;
  }
  
  .slider-container {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden; /* Ensure content outside the slider is hidden */
  }
  
  .category-slider {
    display: flex;
    transition: transform 0.4s ease-in-out;
    width: 100%;
    scrollbar-width: none; /* For Firefox */
  }
  
  .category-slider::-webkit-scrollbar {
    display: none; /* For Chrome, Safari, and Edge */
  }
  

  .category-dish-item h3{
    margin: 10px;
    font-size: 20px;
  }

  .category-dish-item img{ 
    width: 95%;
    margin: 5px;
  }
  
  .slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 10;
  }
  
  .slider-btn.left {
    left: 0;
  }
  
  .slider-btn.right {
    right: 0;
  }


  .category-dish-item {
    min-width: 200px;
    border: 2px solid grey;
    
    color: #cc2900;
    margin: 10px;
    text-align: center;
    width: 250px ;
    height: 210px;

  }

  .category-dish-item p{
    font-size: 12px;
  }

  .choose_us_inner{
    width: 230px;
    /* background-color: red; */
  }

  .catering-section {
    text-align: center;
    padding: 50px 20px;
    /* background-color: #f8f9fa; */
  }
  
  .catering-section h2 {
    font-size: 2.8em;
    color: #ff3300;
    margin-bottom: 15px;
  }
 
  
  .catering-section .intro-text {
    font-size: 1.5em;
    font-weight: bold;
 
    color: #330000;
    margin-bottom: 20px;
  }
  
  .catering-section .description {
    font-size: 1.1em;
    color: #994d00;
    margin-bottom: 50px;
  }
  
  .catering-item {
    display: flex;
    align-items: center; /* Aligns items vertically in the center */
    justify-content: space-between;
    margin-bottom: 40px; /* Adjust this to reduce space between sections */
    gap: 0px; /* Adjusts the horizontal gap between text and image */
  }
  
  .catering-item .text {
    font-family: 'Poppins', Arial, sans-serif;
    flex: 1;
    padding: 10px; /* Reduced padding for tighter spacing */
    max-width: 500px; /* Ensures consistent width */
  }

  .catering-item .text h3{
    color: brown;
  }
  
  .catering-item .image {
    flex: 1;
    text-align: center;
  }
  
  .catering-item .image img {
    max-width: 50%;
    height: auto;
    /* border-radius: 8px; */
    margin: 0; /* Ensures no extra margin around the image */
  }
  
  @media (max-width: 768px) {
    .catering-item {
      flex-direction: column; /* Stacks text and image on smaller screens */
      gap: 10px; /* Reduces gap for compact layouts */
    }
    .catering-item .image img {
      max-width: 80%;
      height: auto;
      /* border-radius: 8px; */
      margin: 0; /* Ensures no extra margin around the image */
    }
  }
  
  
  .more-occasions {
    text-align: center;
    margin-top: 40px;
    padding: 10px;
    background-color: #fff3e0;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  .more-occasions p {
    font-size: 1.2em;
    color: #555;
    margin-bottom: 20px;
  }
  
  .learn-more-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 1em;
    color: #fff;
    background-color: #ff5722;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
  }
  
  .learn-more-button:hover {
    background-color: #e64a19;
  }
  

  .category-dish-item img {
    max-width: 230px;
  }
  
  
  



  
  