.food-item img {
  width: 100%;
  max-height: 450px; /* Ukuran tinggi maksimal gambar */
  object-fit: cover;
  border-radius: 8px;
  display: block;
  margin: 0 auto;
}
.lokasiLi{
 list-style: none;

}
.lokasiindex{
justify-content: center;
justify-self: center;
align-items: center;
align-self: center;
}

body{
  font-family: "Poppins", sans-serif;
}
  .title{
    font-weight: bolder;
    font-size: 30px;
    margin-top: 15px;
    text-align: center;
  }
  .footer {
    background-color: #83b6bc;
    color: #1e1e1e;
    padding: 40px 20px;
  }
  
  .footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    max-width: 1100px;
    margin: auto;
  }
  
  .footer-logo-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    flex: 1 1 250px;
  }
  
  .logo-pattern {
    display: grid;
    grid-template-columns: repeat(3, 20px);
    gap: 10px;
  }
  
  .square {
    width: 20px;
    height: 20px;
    background-color: #111;
  }
  
  .square.rotate {
    transform: rotate(45deg);
  }
  
  .brand-name {
    font-size: 28px;
    font-weight: bold;
  }
  
  .footer-links {
    display: flex;
    flex: 2 1 500px;
    justify-content: space-around;
    gap: 40px;
  }
  
  .link-group h4 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  
  .link-group a {
    display: block;
    text-decoration: none;
    color: #111;
    margin-bottom: 6px;
    font-size: 14px;
  }
  
  .footer-bottom {
    margin-top: 40px;
    border-top: 1px solid #222;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
    margin-inline: auto;
    flex-wrap: wrap;
    font-size: 14px;
  }
  
  .footer-bottom a {
    text-decoration: none;
    color: #111;
  }
  
  .back-to-top {
    margin-left: auto;
  }
  
  .card-hover {
    display: flex;
    flex: 1;
    transition: all 0.9s ease-in-out;
    z-index: 1;
  }

  .card-hover:hover {
    animation: 9s;
    transition: all 0.9s ease-in-out;
    flex:2;
  }

  .card-card {
    margin-bottom: 10%;
    margin-top: 10%;
  }
