@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-weight: normal;
  font-family: 'Poppins', sans-serif;
} 
 body { 
  height: 100%;
  min-height: 100vh;
  display: flex;
  background-color: #1e1c2a;
  align-items: center;
  flex-direction: column;
  font-family: 'Poppins', sans-serif;
  box-sizing: border-box;
}
  .btn {
    display: inline-block;
    background: rgb(107, 57, 135);
    height: 35px;
    width: 130px;
    border-radius: 10rem;
    color: rgb(255, 255, 255);
    cursor: pointer;
    border: 0.1px;
    margin-top: 4px;
  }
  .btn:hover {
    background: rgb(107, 57, 135);
  }
  .box {
    float: left;
    position: relative;
    margin-top: 1rem;
    height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: 0.5rem;
    box-shadow: 75 2px 4px rgb(4 64 54 / 10%);
    padding: 0px;
    border: 2px solid #ffffff;
    width: 145px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 10px;
  };
  .box-img {
    width: 200px;
    height: 200px;
  }
  .box-img img {
    width: 100%;
    height: 100px;
    object-fit: contain;
    object-position: top;
  }
  .box h2 {
    font-size: 1.2rem;
  }
  .box h3 {
    font-size: 1rem;
    font-weight: 400;
    margin: 4px 0 10px;
  }
  .box span {
    font-size: var(--p-font);
    font-weight: 500;
  }
  .box .bx {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    background: var(--main-color);
    border-radius: 0 0.5rem 0 0.5rem;
    padding: 5px 8px;
  }
  .servives-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, auto));
    gap: 1.5rem;
    margin-top: 2rem;
  }
  .s-box {
    text-align: center;
  }
  .s-box img {
    width: 60px;
  }
  .s-box h3 {
    margin: 4px 0 10px;
  }
  .line {
    width: 40%;
    height: 2px;
    border: 0 none;
    margin-right: auto;
    margin-left: auto;
    margin-top: 25px;
    margin-bottom: 15px;
    background-color: #fff;
  }
footer{
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  grid-template-columns: repeat(auto-fit, minmax(200px, auto));
  gap: 1.5rem;
}
  textarea {
    resize: none;
  }
  .text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  white-space: nowrap;
  }
  .svg-inline--fa {
  vertical-align: -0.200em;
  }
  .rounded-social-buttons {
  text-align: center;
  }
  .rounded-social-buttons .social-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 3.125rem;
  height: 3.125rem;
  padding: 0;
  text-decoration: none;
  text-align: center;
  color: #fefefe;
  font-size: 1.5625rem;
  font-weight: normal;
  line-height: 2em;
  border-radius: 1.6875rem;
  transition: all 0.5s ease;
  margin-right: 10px;
  margin-bottom: 20px;
  }
  .rounded-social-buttons .social-button:hover, .rounded-social-buttons .social-button:focus {
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
    }
    .rounded-social-buttons .fa-twitter, .fa-snapchat-f, .fa-linkedin, .fa-youtube, .fa-instagram {
    font-size: 25px;
    }
    .rounded-social-buttons .social-button.snapchat {
    background: #fff82a;
    }
    .rounded-social-buttons .social-button.snapchat:hover, .rounded-social-buttons .social-button.snapchat:focus {
    color: #fff82a;
    background: #fefefe;
    border-color: #fff82a;
    }
    .rounded-social-buttons .social-button.instagram {
    background: #125688;
    }
    .rounded-social-buttons .social-button.instagram:hover, .rounded-social-buttons .social-button.instagram:focus {
    color: #125688;
    background: #fefefe;
    border-color: #125688;
    }
  section {
    height: 100%;
    padding: 20px;
    /* display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, auto)); */
    display: flex;
    flex-direction: row;
    place-items: center;
    flex-wrap: wrap;
    gap: 40px;
    justify-items: center;
    justify-content: center;
  }

  p {
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 18px;
  }
  h1 {
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 22px;
    margin-top: 10px;
  }







  .container{
    height: 180px;
    width: 150px;
    /* margin: 0px auto; */
    /* margin-top: 30px; */
    border-radius: 23px;
    box-shadow: 1px 2px 10px 0px rgb(0 0 0 / 30%);
    background: #ffffff12;
    display: flex;
    align-items: center;
    flex-direction: column;
    /* position: relative; */
  }


  .food-name {
    color: #fff;
    margin-top: 15px;
    font-size: 15px;
   }
  

   .box-img {
    height: 50%;
    width: auto;
    /* position: relative; */
    justify-content: space-between;
    margin-top: 1px;
    border-radius: 20px;
   }


   footer a {
    color: #fefefe;
  }
