@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: grot;
    src: url(/Fonts/grotesk.otf);
}

*{
  margin: 0;
  padding: 0;
}

body{
    background-color: #FFEAE0;
}
.navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    max-width: 1000px;
    background-color: #523122;
    border-radius: 50px;
    height: 50px;
    z-index: 1000;
  }
  
  .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem; 
    list-style: none;
    padding: 0;
    margin: 0;
  }
  

li{
    display: inline;
    align-items: center;
    margin-left: 30px;
    padding: 20px;
}

a{
    display: inline-block;
    text-decoration:none;
    color: white;
    align-self: center;
    font-family: "Montserrat", sans-serif;
}

.Prod{
    text-align: center;
    margin-top: 100px;
    color: #523122;
    font-family: grot;
    font-size: 6rem;
}

.items {
    display: block;
    text-align: center;
    color: #523122;
    font-family: grot;
    font-size: 3rem;
    z-index: 10;
    position: relative;
    margin: 0 auto;
}

.arch svg {
    display: block;
    width: 100%;
    height: auto;
    margin-top:-200px;
    z-index: 2;
    
  }
  
  .below-arch {
    background: white;
    height: auto;
  }

  .product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }
  
  .product-card {
    text-align: center;
    background-color: #fff;
    padding: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
  
  .product-card img {
    width: 100%;
    max-width: 180px;
    height: auto;
    object-fit: contain;
    margin-bottom: 1rem;
  }
  
  .product-card p {
    font-size: 1.2rem;
    font-weight: bold;
    color: #4b2e1d;
  }

  p{
    font-family: grot;
  }

.almond{
  width: 60px;
  height: auto;
  background-color: orange;
  border-radius: 30px;
}

.honey{
  width: 60px;
  height: auto;
  background-color: orange;
  border-radius: 30px;
}

.saffron{
  width: 60px;
  height: auto;
  background-color: orange;
  border-radius: 30px;
}

.pistachio{
  width: 60px;
  height: auto;
  background-color: orange;
  border-radius: 30px;
}

.coco{
  width: 60px;
  height: auto;
  background-color: orange;
  border-radius: 30px;
}

.text-left-1{
  font-family: grot;
  font-size: 5rem;
  color: #4b2e1d;
  white-space: nowrap;
}

.text-right-1{
  font-family: grot;
  font-size: 5rem;
  color: #4b2e1d;
}

.text-right-2{
  font-family: grot;
  font-size: 5rem;
  color: #4b2e1d;
}

.text-left-2{
  font-family: grot;
  font-size: 5rem;
  color: #4b2e1d;
}





.container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.container-2{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  flex-direction: row-reverse;
}

.image-box {
  width: 300px;
  overflow: hidden;
  margin-top: 100px;
}


.image-box-2 {
  width: 300px;
  overflow: hidden;
}


.image-box img {
  width: 100%;
  height: auto;
  display: block;
}

.image-box-2 img {
  width: 100%;
  height: auto;
  display: block;
}

.image-box-3 img {
  width: 100%;
  height: auto;
  display: block;
}

.image-box-3 {
  width: 300px;
  overflow: hidden;
}

.content {
  max-width: 500px;
  margin-top: 160px;
}

.content-2{
  max-width: 500px;
  margin-top: 50px;
}

.content-3{
  max-width: 500px;
  margin-top: 40px;
}


.header {
  background-color: #a37762;
  color: white;
  font-family: grot;
  padding: 10px;
  font-size: 2rem;
  border-radius: 20px;
  text-align: center;
}

.description {
  background-color: #a37762;
  color: white;
  padding: 20px;
  font-size: 1rem;
  border-radius: 20px;
  margin-top: 10px;
  font-family: "Montserrat", sans-serif;
}

.header-2 {
  background-color: #D1AA5D;
  color: white;
  font-family: grot;
  padding: 10px;
  font-size: 2rem;
  border-radius: 20px;
  text-align: center;
}

.header-3 {
  background-color: #D5890C;
  color: white;
  font-family: grot;
  padding: 10px;
  font-size: 2rem;
  border-radius: 20px;
  text-align: center;
}

.description-2 {
  background-color: #D1AA5D;
  color: white;
  padding: 20px;
  font-size: 1rem;
  border-radius: 20px;
  margin-top: 10px;
  font-family: "Montserrat", sans-serif;
}

.description-3 {
  background-color: #D5890C;
  color: white;
  padding: 20px;
  font-size: 1rem;
  border-radius: 20px;
  margin-top: 10px;
  font-family: "Montserrat", sans-serif;
}


.expertise{
  background-color: white;
}

.ing-section{
  background-image: url('/Images/Fille le heart Images/ing.bg.jpeg');
  background-size: cover;      
  background-position: center; 
  background-repeat: no-repeat;
  padding: 100px 20px;
  text-align: center;
}

.ing-1{
  margin-right: 1000px;
  margin-top: 100px;
}

.ing-2{
  margin-left: 850px;
  margin-bottom: 100px;
  margin-top: 200px;
}

.ing-3{
  margin-bottom: 10px;
  margin-right: 1000px;
  white-space: nowrap;
}

.ing-4{
  margin-left: 800px;
  margin-bottom: 50px;
}

.animate-left, .animate-right {
  opacity: 0;
  transition: transform 1s ease, opacity 1s ease;
}

.animate-left {
  transform: translateX(-100px);
}

.animate-right {
  transform: translateX(100px);
}

.animate-show {
  transform: translateX(0);
  opacity: 1;
}

.delay-1 {
  transition-delay: 0.2s;
}

.delay-2 {
  transition-delay: 0.4s;
}

.delay-3 {
  transition-delay: 0.6s;
}

.choco{
  width: 200px;
  height: auto;
  position: absolute;
  right: 1000px;
}

.logo{
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.logo img{
  width: 145px;
  height: 35px;
  background-color: #D5890C;
}

#circle-transition {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: radial-gradient(circle at center, #4A3B31 0%, #3D2B1F 70%, #1E150F 100%);
  border-radius: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

@media only screen and (min-width: 720px) and (max-width: 1024px) {
  body {
    overflow-x: hidden; 
    font-family: "Montserrat", sans-serif;
  }

  .navbar {
    width: 85%;
    height: auto;
    flex-wrap: wrap;
  }

  .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .nav-links li {
    display: inline;
    margin: 0 10px; 
  }

  .nav-links a {
    text-decoration: none;
    color: white;
    font-size: 1.2rem; 
  }

  .Prod {
    font-size: 4rem; 
    color: #523122;
    text-align: center;
    margin-top: 80px; 
    margin-bottom: 80px;
  }

  .items {
    font-size: 2.5rem;
    color: #523122;
    margin-left: 200px;
    
  
  }

  .product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px; 
    padding: 20px;
  }

  .product-card {
    text-align: center;
    background-color: #fff;
    padding: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }

  .product-card img {
    width: 100%;
    max-width: 180px;
    height: auto;
    object-fit: contain;
    margin-bottom: 1rem;
  }

  .product-card p {
    font-size: 1.2rem;
    font-weight: bold;
    color: #4b2e1d;
  }

  .container,
  .container-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    justify-content: center;
    padding: 20px;
  }

  .image-box,
  .image-box-2,
  .image-box-3 {
    width: 90%; 
    margin: 20px auto;
  }

  .content,
  .content-2,
  .content-3 {
    max-width: 90%;
    margin-top: 20px;
    text-align: center;
  }

  .ing-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 20px;
    text-align: center;
  }

  .ing-1,
  .ing-2,
  .ing-3,
  .ing-4 {
    margin: 0 auto;
    text-align: center;
  }

}
@media only screen and (min-width: 375px) and (max-width: 576px) {
  body {
    font-family: "Montserrat", sans-serif;
    overflow-x: hidden;
  }

  .navbar {
    width: 80%;
    height: auto;
    flex-wrap: wrap;
    padding: 10px;
  }

  .nav-links {
    flex-direction: row;
    gap: 3px;
  }

  li{
    margin-left: 10px;
    padding: 5px;
  }

  .Prod {
    font-size: 2.5rem;
    margin-top: 70px;
  }

  .items {
    font-size: 1.5rem;
    margin-left: 0;
    text-align: center;
  }

  .product-grid {
    grid-template-columns: 1fr;
    padding: 10px;
  }

  .product-card img {
    max-width: 150px;
  }

  .container,
  .container-2 {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .image-box,
  .image-box-2,
  .image-box-3 {
    width: 90%;
    margin: 10px auto;
  }

  .content,
  .content-2,
  .content-3 {
    max-width: 90%;
    text-align: center;
    margin-top: 20px;
  }

  .ing-1,
  .ing-2,
  .ing-3,
  .ing-4 {
    margin: 20px auto;
    text-align: center;
    font-size: 1.5rem;
  }

  .line {
    height: 1px;
    background-color: #444;
    margin: 20px 0;
    display: block;
  }

  .text-left-1 {
    font-family: grot;
    font-size: 3.5rem;
    color: #4b2e1d;
    white-space: nowrap;
  }

  .text-left-2 {
    font-family: grot;
    font-size: 3.5rem;
    color: #4b2e1d;
    white-space: nowrap;
  }

  .text-right-1 {
    font-family: grot;
    font-size: 3.5rem;
    color: #4b2e1d;
    white-space: nowrap;
  }

  .text-right-2 {
    font-family: grot;
    font-size: 3.5rem;
    color: #4b2e1d;
    white-space: nowrap;
  }

  .items{
    display: none;
  }
}





  
  
  
  
 