
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  background-color: #fafafa;
  color: #333;
  line-height: 1.6;
}


.nav-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  background-color: #111;
  padding: 20px;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.nav-bar a {
  color: white;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav-bar a:hover {
  color: #ff4d4d;
}


.header {
  background: url("img/Arrière-plan.png") center/cover no-repeat;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  position: relative;
}

.header::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.5);
}

.header-content {
  position: relative;
  z-index: 2;
}

.header-content h1 {
  font-size: 3rem;
  margin-bottom: 10px;
}


.bobo { 
   position: absolute;                  
    border: 2px solid black;
    left: 40px; 
    padding: 10px 15px;
    background-color: rgb(246, 16, 16);
    font-family: Arial, sans-serif;
  }

  .bobo h2 {
    margin: 0;
  }


#Eat {
      background: url("img/restaurant\ now-york2.jpg") center/cover no-repeat;
      justify-content: space-between;
      align-items: flex-start;
      display: none;
      flex-wrap: wrap;
      gap: 40px;
      padding: 60px 10%;
      min-height: 100vh;
    }
.serge {
    max-width: 750px;
    margin: 30px auto;
    padding: 20px;
    border: 2px solid #3b82f6;          
    border-radius: 12px;          
    box-shadow: 0 4px 15px rgba(59,130,246,0.15);
    text-align: center;
  }

  .serge h2 {
    margin: 0;
    font-family: "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 1.3rem;
    color:black;                     
    line-height: 1.6;
    font-weight: 600;
  }

  .red-text {
    color: red;
}


    button {
      margin: 20px;
      padding: 10px 20px;
      font-size: 1.2rem;
      cursor: pointer;
    }

#Eat h1{
  font-size: 3.5rem;
  margin-bottom: 30px;
  color: #e74c3c;
  justify-content: center;


}

#Eat p{
  font-size: 1.2rem;
  margin-bottom: 20px;
  color: #e74c3c;
}



#Eat .restaurant {
   border: 2px solid #2c3e50;       
  border-radius: 10px;             
  padding: 15px 20px;              
  margin: 15px auto;               
  width: 60%;                          
  box-shadow: 2px 2px 8px rgba(0,0,0,0.15);
}

.restaurant h3 {
  color: #007BFF; 
  font-size: 2.2rem;                 
  margin-bottom: 8px;
}

.restaurant p {
  color: #333;
  line-height: 1.5;
}

#Eat .see-more {
  display: inline-block;
  margin: 20px;
  padding: 20px 40px;
  background-color: #eb1f08;
  color: whitesmoke;
  font-weight: bold;
  text-decoration: none;
  border-radius: 20px;
  transition: border-radius 0.3s ease;
}



#Sleep {
  background: url(img/hotel1\ \(1\).jpg) center/cover no-repeat;
  display: none;
  font-size: 1.4rem;
  text-align: center;;
  color: #e74c3c;

}

#Sleep h1{
  font-size: 3.5rem;
  margin-bottom: 10px;
}

#Sleep p{
  font-size: 2.2rem;
  margin-bottom: 20px;
}

#Sleep img {
  width: 100%;
  max-width: 600px;
  border-radius: 15px;
  margin: 20px 0;
}

.love {
    border: 2px solid#1e3a8a;         
    border-radius: 10px;
    max-width: 700px;
    margin: 30px auto;         
    box-shadow: 0 4px 12px rgba(43,108,176,0.15);
    text-align: center;
  }
   .love h2 {
    margin: 0;
    font-family: "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 2.4rem;
    color: #1e3a8a;                    
    line-height: 1.5;
  }

   .frame {
    border: 2px solid #3b82f6;          
    border-radius: 10px;
    padding: 14px 18px;
    max-width: 650px;
    margin: 30px auto;          
    box-shadow: 0 4px 12px rgba(59,130,246,0.15);
    text-align: center;
  }

  .frame h3 {
    margin: 0;
    font-family: "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 1.2rem;
    color: #e74c3c;
    line-height: 1.5;
    font-weight: 600;
  }

.buttons {
  margin: 20px 0;
}

.buttons button {
  padding: 10px 20px;
  margin: 5px;
  border: none;
  background-color: #c0392b;
  color: white;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}

.buttons button:hover {
  background-color: #a93226;
}

.calendar {
  margin: 20px 0;
}

input[type="date"] {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

 .see-more {
    display: inline-block;
    background-color: #3b82f6;     
    color: #fff;
    text-decoration: none;
    font-family: "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 0.85rem;            
    padding: 6px 12px;             
    border-radius: 6px;            
    transition: background-color 0.3s, transform 0.2s;
  }

  .see-more:hover {
    background-color: #2563eb;     
    transform: translateY(-1px);   
  }


.carousel {
  position: relative;
  max-width: 900px;
  margin: 40px auto;
  overflow: hidden;
}

.carousel-track {
  display: flex;
  transition: transform 0.6s ease;
}

#Events {
  background:url(img/featured_image.jpg) no-repeat;
  display: none;
  text-align: center;
}

 .h2-pomme {
    max-width: 600px;
    margin: 30px auto;
    padding: 15px 20px;
    border: 2px solid #3b82f6;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(59,130,246,0.15);
  }

  .h2-pomme h2 {
    margin: 0;
    font-family: "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 2.4rem;
    color: #1e3a8a;
    line-height: 1.4;
  }

#Events h1 {
  font-size: 3.8rem;
  color: #eb1f08;
  margin-bottom: 10px;
}

.description {
    max-width: 700px;
    margin: 20px auto;
    padding: 15px 20px;
    border: 2px solid #3b82f6;      
    border-radius: 10px;
    background-color: #f0f4ff;      
    box-shadow: 0 4px 10px rgba(59,130,246,0.1);
  }

  .description h3 {
    margin-top: 0;
    font-family: "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 1.3rem;
    color: #1e3a8a;
  }

  .description p {
    font-family: "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #0f172a;
}





#Events .intro-text {
  max-width: 900px;
  margin: 0 auto 40px;
  color: #eb1f08;
  font-size: 1.1rem;
  line-height: 1.8;
}

#Events .events-hero img {
  width: 100%;
  max-width: 900px;
  border-radius: 15px;
  margin: 30px 0 50px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.event-card {
  min-width: 100%;
  box-sizing: border-box;
  padding: 20px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  text-align: center;
}

.event-card img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
}



.carousel button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0,0,0,0.5);
  color: white;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 50%;
  transition: background 0.3s ease;
}

.carousel button:hover {
  background-color: rgba(0,0,0,0.8);
}

.see-more {
  display: inline-block;
  margin: 20px;
  padding: 20px 40px;
  background-color: #eb1f08;
  color: whitesmoke;
  font-weight: bold;
  text-decoration: none;
  border-radius: 20px;
  transition: border-radius 0.3s ease;
}

.see-more:hover {
  background-color: #c72c3d;
}

#Explore {
  background: url(img/expoler1\ \(1\).jpg)center/cover no-repeat;
  background-color: #f8f9fa;
  display: none;
  padding: 60px 10%;
  text-align: center;
}

#Explore h1 {
  font-size: 3.5rem;
  color:  #e63946;
  margin-bottom: 20px;
}

#Explore p {
  font-size: 1.4rem;
  color:  #f60505;
  margin-bottom: 40px;
}


#Explore img {
  width: 30%;
  height: 250px;
  object-fit: cover;
  border-radius: 15px;
  margin: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}


#Explore img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}


#Explore .see-more {
  display: inline-block;
  margin-top: 40px;
  padding: 12px 28px;
  background-color:  #e63946;
  color: white;
  font-weight: bold;
  text-decoration: none;
  border-radius: 30px;
  transition: background-color 0.3s ease;
}

#Explore .see-more:hover {
  background-color: #0c2461;
}

footer {
  text-align: center;        
  padding: 20px;             
  background-color: #111;    
  color: #fff;               
  font-size: 0.9em;
}




@media (max-width: 768px) {
  .carousel button {
    font-size: 1.5rem;
    padding: 8px 10px;
  }
}

.carousel button:hover {
  background-color: rgba(0,0,0,0.8);
}

.carousel .prev { left: 10px; }
.carousel .next { right: 10px; }

@media (max-width: 768px) {
  .carousel button {
    font-size: 1.5rem;
    padding: 8px 10px;
  }
}


@media (max-width: 900px) {
  #Eat {
    flex-direction: column;
    align-items: center;
  }

  #Eat img, 
  #Eat .restaurant {
    width: 100%;
    max-width: 100%;
  }

  #Explore img {
    width: 90%;
  }
}

carousel .prev { left: 10px; }
.carousel .next { right: 10px; }

@media (max-width: 768px) {
  .carousel button {
    font-size: 1.5rem;
    padding: 8px 10px;
  }
}

