* {
  box-sizing: border-box;
  max-width: 100%;
}
html, body {
  overflow-x: hidden;
}

.custom-navbar {
  background-color: black; 
}

.wrapper{
  background-image: url(https://html.pixelfit.agency/foodix/assets/images/hero/hero-four_bg.png);
}
.custom-navbar .navbar-brand,
.custom-navbar .nav-link,
.custom-navbar .nav-link.active,
.custom-navbar .offcanvas-title,
.custom-navbar .dropdown-toggle {
  color: white !important;
}

.green-btn:hover{
  background-color: #50A93C;
  border: none;

}

/* Toggler icon white karne ke liye */
.custom-navbar .navbar-toggler-icon {
  filter: invert(1);
}

 @media (max-width: 991px) {
  .nav-item{
    border-bottom: 2px solid white;
     color: black; 
     width: 100%;
  }
}

 h1.hero-heading {
    font-size: 4.3em;
    font-family: anton;
    letter-spacing: 6px;
  }

  h1.head-hero{
  font-size: 5.8em;
}


  @media (max-width: 992px) {
    h1.hero-heading {
      font-size: 4.4em;
    }
  }

  @media (max-width: 768px) {
    h1.hero-heading {
      font-size: 4.1em;
    }
    
  }

  @media (max-width: 576px) {
    h1.hero-heading {
      font-size: 2.9em;
    }
    .image-hero-off{
      display: none;
    }
  }

   @media (max-width: 405px) {
    h1.hero-heading{
      font-size: 2.7em;
    }
   }

/* WHY WE’RE YOUR BEST CHOICE */

  .choose-box {
      background-color: #f5f5f5;
      color: #000000;
      border-radius: 10px;
      padding: 30px 20px;
      text-align: center;
      height: 100%;
      margin: 0 auto;
    }
    .choose-box > img {
      color: #BF2524 !important;
      margin-bottom: 20px;
    }
    .choose-box h5 {
      font-weight: 200;
      font-family: anton;
      letter-spacing: 2px;
    }
    .choose-box p {
      color: #6c757d;
      margin: 0;
    }
/* h2 heading  */
     h2.hero-heading {
    font-size: 2.7em;
    font-family: anton;
    letter-spacing: 6px;
  }

  @media (max-width: 992px) {
    h2.hero-heading {
      font-size: 2.3em;
    }
  }

  @media (max-width: 768px) {
    h2.hero-heading {
      font-size: 2em;
    }
  }

  @media (max-width: 576px) {
    h2.hero-heading {
      font-size: 1.6em;
    }
  }


  /* Introducing Our Culinary Masters */

    .team-member {
      position: relative;
      overflow: hidden;
      border-radius: 10px;
      transition: 0.3s;
    }

    .team-member img {
      width: 100%;
      display: block;
    }

    .member-info {
      position: absolute;
      bottom: 20px;
      left: 10%;
      background-color: white;
      text-align: center;
      width: 80%;
      padding: 15px;
      z-index: 1;
      margin: 0 auto;
      
    }

    .member-info h5 {
      font-family: anton;
      letter-spacing: 3px;
      font-weight: 100;
      margin-bottom: 5px;
      color: #0b0c2a;
    }

    .member-info:hover{
      background-color: #BF2524;
     
    }
    .member-info:hover h5{
       color: white;
    }

    .member-info span {
      font-size: 14px;
      color: #6c757d;
    }

     .member-info:hover span{
       color: #ccc6c6;
    }

    .social-icons {
      position: absolute;
      top: 50%;
      left: 15px;
      transform: translateY(-50%) translateX(-50px);
      display: flex;
      flex-direction: column;
      gap: 10px;
      opacity: 0;
      transition: 0.4s ease;
      z-index: 2;
    }

    .team-member:hover .social-icons {
      opacity: 1;
      transform: translateY(-50%) translateX(0);
    }

    .social-icons a {
      background: white;
      color: red;
      border-radius: 50%;
      width: 35px;
      height: 35px;
      display: flex;
      justify-content: center;
      align-items: center;
      text-decoration: none;
      transition: 0.3s;
    }

    .social-icons a:hover {
      background-color: red;
      color: white;
    }

    /* Today our special Combo offers */

    .wrap{
      background-image: url(https://html.pixelfit.agency/foodix/assets/images/bg/offer-bg1.jpg);
      height: 100vh;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      /* flex-wrap: wrap; */

    }
.left{
  width: 50%;
}
.right{
  width: 35%;
}

.time{
  margin: 20px 0px;
}

        h2.heading {
    font-size: 4.5em;
    font-family: anton;
    letter-spacing: 2px;
  }

   @media (max-width: 1166px) {
    h2.heading {
      font-size: 3.3em;
    }
  }

  @media (max-width: 1025px) {
    h2.heading {
      font-size: 3.1em;
    }
  }

   @media (max-width: 992px) {
    h2.heading {
      font-size: 2.6em;
    }
    .wrap{
      flex-direction: column;
      text-align: center;
      padding: 40px 0px;
    }
    .left{
      width: 80%;
    }
    .right{
      width: 60%;
    }
    .image-hidden{
      display: none;
    }
  }

  @media (max-width: 768px) {
    h2.heading {
      font-size: 2.4em;
    }
    .right{
      width: 70%;
    }
  }

  @media (max-width: 576px) {
    h2.heading {
      font-size: 2em;
    }
    .right{
      width: 80%;
    }
  }
  @media (max-width: 475px) {
    .time{
      flex-wrap: wrap;
      margin-bottom: 90px ;
    }
  }
    /* _________________image slider section_______________________  */
       .image-section {
      padding: 50px 0px;
      background-color: #fff;
    }

    .image-slider {
      overflow: hidden;
      width: 100%;
    }

    .slider-g-track {
      display: flex;
      width: calc(310px * 10); /* total width of slides */
      animation: scroll 70s linear infinite;
    }

    .slide-g {
      flex: 0 0 300px;
      position: relative;
      overflow: hidden;
    }

    .slide-g img {
      width: 100%;
      height: 400px;
      object-fit: cover;
      transition: transform 0.5s ease;
    }

    .slide-g:hover img {
      transform: scale(1.1);
    }

    /* Hover Overlay Text */
    .overlay-text {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.5);
      color: white;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      opacity: 0;
      /* transition: opacity 0.4s ease; */
      text-align: center;
       transform: translateY(100px); 
    }

    .slide-g:hover .overlay-text {
      opacity: 1;
       transform: translateY(0); 
    }

    .overlay-text h5 {
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 5px;
    }

    .overlay-text p {
      font-size: 16px;
      margin: 0;
    }

    @keyframes scroll {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-50%);
      }
    }

    @media (max-width: 768px) {
      .slide-g {
        flex: 0 0 250px;
      }

      .slide-g img {
        height: 250px;
      }

      .slider-g-track {
        width: calc(260px * 10);
      }

      .overlay-text h5 {
        font-size: 18px;
      }

      .overlay-text p {
        font-size: 14px;
      }
    }

    
  /*__________________Need reservation?___________________-  */
  .reservation{
    min-height: 70vh;
    height: auto;
  }
  .reservation-child{
    width: 90%;
  }
  .reser-left{
    width: 40%;
  }
  .reser-right{
    width: 40%;
   
  }
  .reser-input::placeholder{
    color: white;
  }
  .reser-input{
    color: white;
  }

  .button-reser:hover{
    background-color: #BF2524;
    border: none;
    color: white;
  }
.res-button{
  background-color: #50A93C;
  color: white;
}

  .res-button:hover{
    background-color: #F0B118;
    color: white;
  }


  @media (max-width: 992px) {
    .reser-left{
      width: 100%;
    }
    .reser-right{
      width: 70%;
    }
    .reservation-child{
    width: 100%;
  }
  }

   @media (max-width: 768px) {
    .reser-right{
      width: 80%;
    }
   }


   @media (max-width: 576px) {
    .reser-right{
      width: 90%;
    }
    .reser-left{
      text-align: center;
      padding: 0px 25px;
    }
   }

   /* customers reveiws  */
    .testimonial-stars {
      color: orange;
    }
    .testimonial-icon {
      background-color: green;
      color: white;
      border-radius: 50%;
      padding: 10px 13px;
      font-size: 20px;
    }
    .carousel-indicators {
      justify-content: center;
      margin-top: 30px;
      position: static;
    }
    .carousel-indicators [data-bs-target] {
      background-color: #d9d9d9;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      margin: 0 5px;
    }
    .carousel-indicators .active {
      background-color: red;
    }
/* our categories  */

    .categories-main{
      width: 100%;
      min-height: 100vh;
      height: auto;
      margin: 40px 0px;
      
      
    }

    .top-categories{
      width: 85%;
      margin: 0 auto;
      min-height: 300px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      row-gap: 40px;
      height: auto;
    }
    .cate-left{
      width: 100%;
    }
    .cate-card{
      width: 300px;
      height: 120px;
      background-color: #F5F5F5;
    }
.bottom-categories{
  display: flex;
  width: 85%;
  margin: 0 auto;
  justify-content: center;
  align-items:center;
  margin-top: 50px;
  column-gap: 40px;
}

.cates-card{
   width: 280px;
   height: 120px;
      background-color: #F5F5F5;
}
     @media (max-width: 725px) {
      .categories{
        width: 95%;
      }
      .cate-card{
        width: 90%;
      }
     }

 