
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:wght@100&display=swap');

html {
  scroll-behavior: smooth;
}
.menuItems {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: left;
 
  }
  

  
  .menuItems a {
  
    border-radius: 5px;
    text-decoration: none;
    padding: 10px 20px;
    transition: background-color 0.3s ease-in-out;
  }
  
  .menuItems a:hover {
    background: linear-gradient(142.99deg, rgba(217, 217, 217, 0.63) 15.53%, rgba(243, 243, 243, 0.63) 88.19%);
    box-shadow: 0px 12px 24px -1px rgba(0, 0, 0,0.18);
    border-color: rgba(7, 4, 14, 0);
    color:#0056b3;
  }
  nav{
    background: linear-gradient(142.99deg, rgba(217, 217, 217, 0.63) 15.53%, rgba(243, 243, 243, 0.63) 88.19%);
    box-shadow: 0px 12px 24px -1px rgba(0, 0, 0,0.18);
    border-color: rgba(7, 4, 14, 0);
    padding: 10px 0;
    height: 50px;
  }
  


.head{
    background-image: url(./2.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}
.text-container {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 20px;
  }
.name{
   text-align: right;
   font-size: 80px;
   font-family: 'Fira Sans Condensed', sans-serif;
font-family: 'Signika Negative', sans-serif;
}
.name1{
 font-size: 30px;
 text-align: right;
 font-family: 'Dancing Script', cursive;

}
.text{
    position: absolute;
    top: 20%;
    right: 0;
    margin: 20px;
    font-size: 25px;
    width: 50%;
    font-family: 'Fira Sans Condensed', sans-serif;
}
.he{
  font-family: 'Dancing Script', cursive;

}
.card {
    display: flex;
    flex-direction: column;
    width: 250px;
    height: 370px;
    margin: 20px;
    padding: 20px;
    border: 1px solid #ccc;
    background-color: #b9b8b86f;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-family: 'Signika Negative', sans-serif;
    
  }
  
  .card-image {
    width: 100%;
    height: 150px;
    object-fit: cover;
  }
  
  .card-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  
  .card-description {
    font-size: 16px;
    line-height: 1.5;
  }

  .flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .about{
    height: 70vh;
    background-color: #ccc;
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  .about p{
    width: auto;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-family: 'Signika Negative', sans-serif;
    font-size: 30px;
  }
  .blob {
    width: 500px;
    height: 400px;
    border-radius: 15px;
}
.stars{
    display: flex;
    justify-content: center;
    align-items: center;
}
span{
    color: goldenrod;
    font-size: 40px;
}
.contact{
    height: auto;
    background-image: url(./kitchen-7471627_1280.jpg);
    background-repeat: no-repeat;
   background-size: cover;
}
form {
    width: 400px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
    background-color: #ffffff76;
    
  }
  
  input {
    width: 100%;
    padding: 10px;
    padding-left: 10px;
    margin-bottom: 10px;
    background-color: rgba(32, 32, 32, 0.082);
    border: 1px solid #ccc;
    outline: none;
    color: #b9b8b86f;
   
  }
  
  textarea {
    width: 100%;
    height: 150px;
    padding: 10px;
    margin-bottom: 10px;
    background-color:rgba(32, 32, 32, 0.082) ;
    border: 1px solid #cccccc47;
    outline: none;
  }
  
  submit {
    background-color: #007bff;
    color: #fff;
    padding: 10px;
    border: none;
    cursor: pointer;
  }
  
  .call {
    color: #007bff;
    text-decoration: none;
  }
  
  .call:hover {
    text-decoration: underline;
  }
.sub{
  padding: 1.3em 3em;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
  color: #ffffff;
  background-color: #0a64ff;
  border: none;
  border-radius: 45px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;

}
  footer{
    height: 40vh;
    background-color: #ccc;
    text-align: center;
    justify-content: center;
    
    font-family: 'Fira Sans Condensed', sans-serif;
    font-family: 'Signika Negative', sans-serif;
  }
  button {
    padding: 1.3em 3em;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 500;
    color: #ffffff;
    background-color: #0a64ff;
    border: none;
    border-radius: 45px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
  }
  
  button:hover {
    background-color: #2339c4;
    box-shadow: 0px 15px 20px rgba(3, 83, 255, 0.4);
    color: #fff;
    transform: translateY(-7px);
  }
  
  button:active {
    transform: translateY(-1px);
  }
  a{
    text-decoration: none;
    color: rgb(24, 24, 24);
  }


  @media only screen and (max-width: 628px){
    .text{
      position: absolute;
      font-size: 15px;
      top: 50%;
      right: 10%;
      margin: 20px;
      font-size: 20px;
      color: #fff;
      text-align: center;
      width: 70%;
      font-family: 'Fira Sans Condensed', sans-serif;
  }
  .head{
    background-image: url(./meal-2378726_1280.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.name1{
  font-size: 20px;
  text-align: center;
 }
 .text-container {
  position: absolute;
  top: 10%;
  right: 0;
  bottom: 0;
  
  margin: 20px;
}
.name{
  text-align: center;
  font-size: 60px;  font-family: 'Fira Sans Condensed', sans-serif;
font-family: 'Signika Negative', sans-serif;
}
.about{
  height: auto;
  padding-top: 10px;
  background-color: #ccc;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  justify-content: space-between;
}
.about p{
  width: auto;
  font-family: 'Fira Sans Condensed', sans-serif;
  font-family: 'Signika Negative', sans-serif;
  font-size: 20px;
}
.blob {
  width: 100%;
  height: 300px;
  border-radius: 15px;
  box-shadow: inset -4px -4px 9px rgba(0,0,0,.5),inset 4;

}
form {
  width: 300px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #ccc;
  background-color: #ffffff76;
  
}

  }