  @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

  *{
        
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth scroll;
  } 
  header {
    background-color: rgb(0, 0, 0);
    width: 100%;
    position: fixed;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 150px;
  }
  .logo{
    text-decoration: none;
    color:darkgoldenrod;
    text-transform: uppercase;
    font-weight: 700;
    font-size:1.8em;

  }

  .navigation a {
    color:rgb(255, 255, 255);
    text-decoration: none;
    font-weight: 500;
    font-size:1.1em;
    padding-left: 30px;
  }

  .navigation a:hover{
    color:darkgoldenrod
  }
section{
  padding: 230px 60px ;

}
 
.social-icons a i{
  padding-left: 10px;
  font-size: 1.7em;
  color: black;

}

.main {
  width: 100%;
  min-height: 100vh;
  display: flex;
  /*align-items: center;*/
  background: url(images/logo.jpg) no-repeat;
  /*background-size: cover;*/
  background-position: right center ;
  background-attachment: fixed; 
}

.main h2{
  color:rgb(90, 41, 4);
  font-size: 2em;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.main-btn{
  color: hsl(0, 18%, 84%);
  background-color: black;
  text-decoration: none;
  font-size: 1.1em;
  font-weight:600 ;
  display:inline-block;
  padding: 0.9375em 2.1875em;
  letter-spacing: 1px;
  border-radius: 15px;
  margin-bottom: 40px;
  transition: background-color 0.8s ease, transform 0.8s ease;
}
.main-btn:hover{
  background-color:darkgoldenrod;
  transform: scale(1.1);
}
.title{
  display: flex;
  justify-content: center;
  color: black;
  font-size: 2.2em;
  font-weight: 800;
  margin-bottom: 30px;
}
.content{
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.Drinks {
  /*background-image: url('images/photo_2024-01-12_18-52-18.jpg');*/
  background-color: rgb(254, 237, 216);
  
  background-size: cover; /* Adjust the background size as needed */
  background-position: center; /* Adjust the background position as needed */
  background-repeat: no-repeat; /* Prevent the background image from repeating */
  margin-bottom: 40px; /* Remove default margin */
  padding: 0; /* Remove default padding */
  font-family: 'Arial', sans-serif; /* Set a default font */
}

.Drinkings .content{
  margin-top: 30px;

}

.card{
  background-color: #fff;
  border: 2px solid #fff ;
  min-height: 10em;
  width: 10em;
  overflow: hidden;
  border-radius: 10px;
  margin: 20px;
  transition: 0.7s ease;
}
.card :hover{
  transform:scale(1.1);
}

.project-image{padding: 5px;
  width: 100%;
}
.project-info{
  padding: 1em;
}
.project-info p{
  font-size:0.8em ;

}
.Best-seller {
  /*background-image: url('images/photo_2024-01-12_18-52-18.jpg');*/
  background-color: rgb(254, 237, 216);
  
  background-size: cover; /* Adjust the background size as needed */
  background-position: center; /* Adjust the background position as needed */
  background-repeat: no-repeat; /* Prevent the background image from repeating */
  margin-bottom: 40px; /* Remove default margin */
  padding: 0; /* Remove default padding */
  font-family: 'Arial', sans-serif; /* Set a default font */
}

.Main-dish {
  /*background-image: url('images/photo_2024-01-12_18-52-18.jpg');*/
  background-color: rgb(254, 237, 216);
  background-size: cover; /* Adjust the background size as needed */
  background-position: center; /* Adjust the background position as needed */
  background-repeat: no-repeat; /* Prevent the background image from repeating */
  margin-bottom: 40px; /* Remove default margin */
  padding: 0; /* Remove default padding */
  font-family: 'Arial', sans-serif; /* Set a default font */
}


.Salad {
  /*background-image: url('images/photo_2024-01-12_18-52-18.jpg');*/
  background-color:  rgb(254, 237, 216);
  background-size: cover; /* Adjust the background size as needed */
  background-position: center; /* Adjust the background position as needed */
  background-repeat: no-repeat; /* Prevent the background image from repeating */
  margin-bottom: 40px; /* Remove default margin */
  padding: 0; /* Remove default padding */
  font-family: 'Arial', sans-serif; /* Set a default font */
}

@media (max-width: 1023px) {
  header {
    padding: 12px 20px;
  }
  .navigation{
    /*padding-left:10px ;*/
    font-size: 0.5em ;
  }
 
  }

  info p {font-size: 0.5em;}