
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none;
  text-decoration: none;
}
.nav{
  position: fixed;
}

.Contributors-text{
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1.3rem;
  margin-right: 35px;
  color: #3B3F42;
  line-height: 1.6 ;
}
.Contributors{
  width: 100%;
}
  /* Custom CSS for logo and hover effect */
  .navbar-brand img {
    margin-right: 10px;
    margin-top: 1px;
    height:auto; /* Change the height of the logo image */
    width: 90px; /* Keep the aspect ratio */
  }
.img-recognitions {
  max-width: 60%;
  height: auto;
}

@media (max-width: 500px) {
  .img-recognitions {
    max-width: 40%;
    height: auto;
  }
}





  /* Define color variables */
  :root {
    --primary-color: blue; /* Primary color for active link */
    --hover-color: red; /* Color on hover */
    --underline-color: blue; /* Color of underline */
  }

  .nav-link:hover {
    color: var(--hover-color); /* Use hover color variable */
  }

  .nav-item.active .nav-link {
    color: var(--primary-color); /* Use primary color variable */
    position: relative; /* Add position relative for the underline */
    /* font-weight: bold; Make text slightly bold */
  }

  .nav-item.active .nav-link::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px; /* Height of the underline */
    background-color: var(--underline-color); /* Use underline color variable */
    position: absolute;
    bottom: -4px; /* Adjust the position of the underline */
    left: 0;
    transition: all 0.3s ease; /* Add transition for smooth effect */
  }

  .nav-item.active .nav-link:hover::after {
    width: 120%; /* Expand the underline on hover */
    background-color: var(--hover-color); /* Use hover color variable on hover */
  }
  

:root {
  --primary: #ec994b;
  --white: #ffffff;
  --bg: #f5f5f5;
}

html {
  font-size: 62.5%;
  font-family: "Montserrat", sans-serif;
  scroll-behavior: smooth;
  zoom: 130%;
}



@media only screen and (max-width:600px) {
      
  html {
    font-size: 62.5%;
    font-family: "Montserrat", sans-serif;
    scroll-behavior: smooth;
    zoom: 100%;
  }
}
         /* .overlap {
          position: absolute;
          top: 50%;
          left: 30%;
          transform: translate(-50%, -50%);
          text-align: center;
        } 
        .bann{
        color: white;
        font-size: 2.5rem;
       margin-left: -9.9rem;
       font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
       margin-top: -10px;
      }
  
      .banne{
        color: white;
        font-size: 2.5rem;
       margin-left: -1.2rem;
       font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  
      }
      .banner-a{
        /* font-size: 1.6rem; 
        margin-left: -20px;
        color: #C8FCA8;
        /* font-weight: 500; 
      }
      } */
  

/* @media (min-width: 1700px) {
  html {
    zoom: 1.5;
  }
} */

/* @media (min-width: 1100px) {
  html {
    zoom: 120%;
  }
} */

::-webkit-scrollbar {
  width: 1.3rem;
} 

::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background: #797979;
  transition: all 0.5s ease-in-out;
}

::-webkit-scrollbar-thumb:hover {
  background: #222224;
}

::-webkit-scrollbar-track {
  background: #f9f9f9;
}

body {
  /* font-size: 1.6rem; */
  background: var(--bg);
  width: 800;
  
}

.Text-gallery h1{
  font-size: x-large;
}

.Text-gallery p{
  margin-top: 10px;
  font-size: 12px;
  
}
.gallery-main {
 padding: 20px;
 
}
.gallery-main img{
  width: 100%;
  height: auto;
  box-shadow: 10px 10px 5px rgb(180, 182, 183);
  border-radius: 15px;
}
@media (max-width: 700px) {
  .gallery-main img {
      margin-bottom: 15px;
  }
}

.container {
  max-width: 90rem;
  padding: 0 1rem;
  margin: 0 auto;
}


.text-center {
  text-align: center;
}

.section-heading {
  font-size: 3rem;
  color: var(--primary);
  padding: 2rem 0;
}

#tranding {
  padding: 4rem 0;
}

@media (max-width:1440px) {
  #tranding {
    padding: 7rem 0;
  }
}

#tranding .tranding-slider {
  
  height: 58rem;
  padding: 2rem 0;
  position: relative;
}

@media (max-width:500px) {
  #tranding .tranding-slider {
    height: 42rem;
  }
}

.tranding-slide {
  width: 30rem;
  height: 42rem;
  position: relative;
}

@media (max-width:500px) {
  .tranding-slide {
    width: 28rem !important;
    height: 36rem !important;
  }
  .tranding-slide .tranding-slide-img img {
    width: 28rem !important;
    height: 36rem !important;
  }
}

.tranding-slide .tranding-slide-img img {
  width: 37rem;
  height: 33rem;
  border-radius: 1rem;
  object-fit: cover;
}

.tranding-slide .tranding-slide-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.tranding-slide-content .food-price {
  position: absolute;
  top: 2rem;
  right: 2rem;
  color: var(--white);
}

.tranding-slide-content .tranding-slide-content-bottom {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  color: var(--white);
  
}

.food-rating {
  padding-top: 1rem;
  display: flex;
  gap: 1rem;
}

.rating ion-icon {
  color: var(--primary);
}

.swiper-slide-shadow-left,
.swiper-slide-shadow-right {
  display: none;
}

.tranding-slider-control {
  position: relative;
  bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tranding-slider-control .swiper-button-next {
  left: 0% !important;
  transform: translateX(-58%) !important;
}

@media (max-width:990px) {
  .tranding-slider-control .swiper-button-next {
    left: 70% !important;
    transform: translateX(-70%) !important;
  }
}

@media (max-width:450px) {
  .tranding-slider-control .swiper-button-next {
    left: 80% !important;
    transform: translateX(-80%) !important;
  }
}

@media (max-width:990px) {
  .tranding-slider-control .swiper-button-prev {
    left: 30% !important;
    transform: translateX(-30%) !important;
  }
}

@media (max-width:450px) {
  .tranding-slider-control .swiper-button-prev {
    left: 20% !important;
    transform: translateX(-20%) !important;
  }
}

.tranding-slider-control .slider-arrow {
  background: var(--white);
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  left: 42%;
  transform: translateX(-42%);
  filter: drop-shadow(0px 8px 24px rgba(18, 28, 53, 0.1));
}

.tranding-slider-control .slider-arrow ion-icon {
  font-size: 2rem;
  color: #222224;
}

.tranding-slider-control .slider-arrow::after {
  content: '';
}

.tranding-slider-control .swiper-pagination {
  position: relative;
  width: 25rem;
  bottom: 1rem;
}

.tranding-slider-control .swiper-pagination .swiper-pagination-bullet {
  filter: drop-shadow(0px 8px 24px rgba(18, 28, 53, 0.1));
}

.tranding-slider-control .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--primary);
}

.swiper-pagination-bullets.swiper-pagination-horizontal{
  bottom: 90px;
  left: 0;
  width: 100%;
}

/* logo Silder */


.LOGO-IMG{
  width: 100px;
  height: 100px;
  animation: scroll 14s linear infinite;
}

.Logo-track {
  width: 100%;
  display: flex;
  gap: 3em;
  overflow: hidden;
}

.Logo {
  /* margin-top: -20px; */
  background-color: whitesmoke;
  /* padding: 0em 0em 0em 5em; */
}

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

.feature-section {
  padding: 50px 0;
  text-align: center;
}

.feature-icon {
  font-size: 3em;
  margin-bottom: 20px;
  color: #3498db;
  /* Change this color to your preferred color */
}
/* btn code  */


.text-box {
  margin-left: 25vw;
  margin-top: 10px;
 /* margin-top: 42vh; */
}

.btn:link,
.btn:visited {
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 40px;
  display: inline-block;
  border-radius: 100px;
  transition: all .2s;
  position: absolute;
}

.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.btn:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.btn-white {
  background-color: #ee9764;
  color: #040404;
}

.btn::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all .4s;
}

.btn-white::after {
  background-color: #fff;
}

.btn:hover::after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}

.btn-animated {
  animation: moveInBottom 5s ease-out;
  animation-fill-mode: backwards;
}

@keyframes moveInBottom {
  0% {
      opacity: 0;
      transform: translateY(30px);
  }

  100% {
      opacity: 1;
      transform: translateY(0px);
  }
}

/* Right side whataap icon   ---------------*/
/* Footer section 
 */
 

/* Client Log Silder  */
.marquee--auto {
  animation-play-state: running;
}

.marquee {
  display: flex;
  block-size: var(--marquee-item-height);
  margin-block: var(--marquee-item-height);
  position: relative;
  overflow-x: hidden;
  mask-image: linear-gradient(
    to right,
    hsl(0 0% 0% / 0),
    hsl(0 0% 0% / 1) 20%,
    hsl(0 0% 0% / 1) 80%,
    hsl(0 0% 0% / 0)
  );
}

.marquee--8 {
  --marquee-item-width: 100px;
  --marquee-item-height: 100px;
  --marquee-duration: 36s;
  --marquee-items: 12;
}

.marquee__item {
  --marquee-item-offset: max(
    calc(var(--marquee-item-width) * var(--marquee-items)),
    calc(100% + var(--marquee-item-width))
  );
  --marquee-delay: calc(var(--marquee-duration) / var(--marquee-items) * (var(--marquee-items) - var(--marquee-item-index)) * -1);
  position: absolute;
  inset-inline-start: var(--marquee-item-offset);
  transform: translateX(-50%);
  animation: go linear var(--marquee-duration) var(--marquee-delay, 0s) infinite;
}

.marquee__item:nth-child(4n) {
  border-top-right-radius: 1rem;
}

.marquee__item:nth-child(4n + 1) {
  border-bottom-right-radius: 2rem;
}

.marquee__item:nth-child(4n + 2) {
  border-bottom-left-radius: 2rem;
}

.marquee__item:nth-child(4n + 3) {
  border-top-left-radius: 2rem;
}

.marquee--8 .marquee__item:nth-of-type(1) {
  --marquee-item-index: 1;
}

.marquee--8 .marquee__item:nth-of-type(2) {
  --marquee-item-index: 2;
}

.marquee--8 .marquee__item:nth-of-type(3) {
  --marquee-item-index: 3;
}

.marquee--8 .marquee__item:nth-of-type(4) {
  --marquee-item-index: 4;
}

.marquee--8 .marquee__item:nth-of-type(5) {
  --marquee-item-index: 5;
}

.marquee--8 .marquee__item:nth-of-type(6) {
  --marquee-item-index: 6;
}

.marquee--8 .marquee__item:nth-of-type(7) {
  --marquee-item-index: 7;
}

.marquee--8 .marquee__item:nth-of-type(8) {
  --marquee-item-index: 8;
}
.marquee--8 .marquee__item:nth-of-type(9) {
  --marquee-item-index: 9;
}
.marquee--8 .marquee__item:nth-of-type(10) {
  --marquee-item-index: 10;
}
.marquee--8 .marquee__item:nth-of-type(11) {
  --marquee-item-index: 11;
}


@keyframes go {
  to {  
    inset-inline-start: calc(var(--marquee-item-width) * -1);
  }
}



 
.trending-slide-img {
  position: relative;
  overflow: hidden;
}

.trending-slide-img img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.trending-slide-img:hover img {
  transform: scale(1.1); /* Example scale on hover */
}

.trending-slide-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 10px;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.trending-slide-img:hover .trending-slide-text {
  transform: translateY(0);
}
.tranding-slide-img {
position: relative; /* Ensure positioning context for absolute positioning of text */
}

.image-text {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background for better readability */
color: #fff; /* Text color */
padding: 10px;
width: 123%;
border-bottom-left-radius: 2rem;
border-bottom-right-radius: 2rem;
transition: opacity 0.3s ease; /* Smooth transition for hover effect */
opacity: 0; /* Initially hidden */
}

.tranding-slide-img:hover .image-text {
opacity: 1; /* Show text on hover */
}




/* .img-fluid{
  border-radius: 25px;
} */



/* onwer */
 /* Ajoutez des styles CSS personnalisés ici */
/* 
 .container {
  margin-top: 20px;
} */

.rows {
  display: flex;
  /* align-items: center; */
}

.text-side {
  flex: 1;
}

.text-content {
  margin-bottom: 20px;
}

.image-side img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 15px;
}
.image-side h3{
  padding: 10px;
  font-size: 12px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 600;
}


/* Styles pour les petits écrans (mobiles)
@media (max-width: 767px) {
  .row {
      flex-direction: column;
     
  }
} */
/* onwer */

  .marquee marquee--8{
    margin: 0;
    padding: 0;
  }
  
