body{
    margin: 0;
    padding: 0;
    background-color: #FEF5EC;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    align-content: center;
}
img {
    border: none;
    outline: 0;
    border-style: none;
    background-position: center;
    background-size: cover;
    object-fit:cover ;
    border-radius: 3%;
    background-position-x: center;
    }

  a {
    text-decoration: none;
    color: rgba(60, 60, 59, 0.75);
    font-family: 'afacad', serif;}

  .page-container {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    padding: 0;
    margin: 0;
}

.main-section {
    width: 95%;
    height: auto;
    position: relative;
    align-items: center;
    gap: 10px;
    display: inline-flex;
    background-size: cover;
    flex-direction: row;
    align-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 50px;
    justify-content: center;
    margin-top: 10px;

}
  /* Navbar */
  .navbar {
    width: 95%;
    height: 70px;
    position: relative;
    border-radius: 13px;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    margin-top: 15px;
  }
  
  
  .logo {
    padding: 0;
    margin: 0;
    width: auto;
    height: 50px;
    position: relative;
    background-size: cover;
    background-position: center;
    object-fit: cover;
    
  
  }
  
  .navbar .menu-item {
    width: auto;
    position: relative;
    text-align: center;
    color: rgba(60, 60, 59, 1);
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.4px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    font-family: 'afacad', serif;
  }

.footer-nav {
    width: 100%;
    height: auto;
    background: #FEF5EC;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 5px;
    bottom: 0;
    position: relative;
}

.nav-link {
    width: auto; 
    text-align: center; 
    justify-content: center;
    display: flex; 
    flex-direction: column; 
    color: rgba(60, 60, 59, 0.75); 
    font-size: 24px; 
    font-family: Afacad; 
    font-weight: 400; 
    text-decoration: none; 
    letter-spacing: 0.48px; 
    word-wrap: break-word
}

.item-image {
    position:relative;
    width: 100%;
    height: 100%; /* Kartın yüksekliğine göre ayarlanacak */
    object-fit: cover; /* Resmin kapsayıcıya göre tam olarak sığmasını sağlar */
}

.product-image {
  width: 50%;
  height: auto;
  border-radius: 5px;
}
.product-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 40%;  
  height: auto;
  position: relative; 
  gap: 50px;
}
.item-title {
    width: 95%;
    position: relative;
    left: 0px;
    text-align: center;
    color: rgba(60, 60, 59,1);
    font-size: 40px;
    font-family: 'afacad', serif;
    font-weight: 700;
    letter-spacing: 1.92px;
    word-wrap: break-word;
    margin: 2px;
    padding: 0;
}

.product-title {
    width: 100%;
    position: relative;
  
}
.item-price {
    width: 95%;
    position: relative;
    left: 0px;
    text-align: center;
    color: rgba(60, 60, 59, 1);
    font-size: 38px;
    font-family: 'afacad', serif;
    font-weight: 700;
    letter-spacing: 1.92px;
    word-wrap: break-word;
    margin: 5px;
    padding: 0;
    
}

.product-price {
    width: 100%;
    position: relative;
  
}


/* Menü öğesi açıklamaları */
.item-description {
    width: 95%;
    height: auto;
    position: relative;
    text-align: justify;
    color: rgba(60, 60, 59, 1);
    font-size: 28px;
    font-family: 'afacad', serif;
    font-weight: 500;
    word-wrap: break-word;
    margin: 3px;
    padding: 0;
}

.product-description {
    width: 100%;
    position: relative;
  
}

.menu-button {
    position: relative;
    width: 40%;
    height: 70px;
    background: #FF910A;
    color: #FEF5EC;
    border-radius: 5px;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
    
}
.menu-button a {
    font-family: 'afacad' , serif;
    font-size: 24px;
    color: #FEF5EC;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 2.2px;
}


@media only screen and (max-width: 400px) {
        .page-container {
        overflow: scroll;
        position: absolute;
    }

    .main-section {
        gap: 10px;
        margin-bottom: 10px; 
    }
    .navbar {
        width: 90%;
        height: 30px;
    }
    .navbar .menu-item {
        font-size: 10px;
        font-weight: 500;
    }
    .logo {
        width: auto;
        height: 25px;    
    }
             
    .nav-link {
        font-size: 8px; 
    }

    .product-info {
        gap: 10px;
         width: 90%;
    }

    .product-image {
        width: 70%;
    }

    .item-title {
        font-size: 23px;
    }

    .item-price {
        font-size: 23px;
    }

    .item-description {
        font-size: 18px;
    }

    .menu-button {
        height: 30px;
        width: 30%;
    }

    .menu-button a {
        font-size: 15px;
    }

  }

  @media only screen and (min-width: 400px) {
    .page-container {
        overflow: scroll;
        position: absolute;
    }
    .main-section {
        gap: 10px;
        margin-bottom: 10px; 
    }
    .navbar {
        width: 90%;
        height: 30px;
    }
      .navbar .menu-item {
        font-size: 11px;
        font-weight: 500;
    }
    .logo {
        width: auto;
        height: 25px;    
    }
             
    .nav-link {
        font-size: 10px; 
    }

    .product-info {
        gap: 10px;
         width: 90%;
    }

    .product-image {
        width: 70%;
    }

    .item-title {
        font-size: 23px;
    }

    .item-price {
        font-size: 23px;
    }

    .item-description {
        font-size: 18px;
    }

    .menu-button {
        height: 30px;
        width: 30%;
    }

    .menu-button a {
        font-size: 15px;
    }

   
  }

  @media only screen and (min-width: 600px) {

    .main-section {
        gap: 20px;
        margin-bottom: 20px;    
    }

    .page-container {
        position: absolute;
    }

    .navbar {
        width: 90%;
        height: 40px;
    }
      .navbar .menu-item {
        font-size: 15px;
        font-weight: 500;
    }
    
    .logo {
        width: auto;
        height: 30px;
    
    }    
    
    .nav-link {
        font-size: 14px; 
    }

    .product-info {
        gap: 20px;
         width: 90%;
    }

    .product-image {
        width: 80%;
    }

    .item-title {
        font-size: 30px;
    }

    .item-price {
        font-size: 30px;
    }

    .item-description {
        font-size: 22px;
    }

    .menu-button {
        height: 40px;
        width: 30%;
    }

    .menu-button a {
        font-size: 18px;
    }
      
  }

  @media only screen and (min-width: 992px) {

        .page-container {
        position: absolute;
    }

   .main-section {
        gap: 30px;
        margin-bottom: 50px;    
    }

    .navbar {
    width: 95%;
    height: 70px;
    }

     .navbar .menu-item {
    font-size: 17px;
    font-weight: 500;
    }
  
  
    .logo {
    padding: 0;
    margin: 0;
    height: 50px; 
  
    }  
    .nav-link {
            font-size: 16px; 
        }

    .product-info {
        gap: 50px;
        width: 40%;
    }

    .product-image {
        width: 50%;
    }

    .item-title {
        font-size: 40px;
    }

    .item-price {
        font-size: 38px;
    }

    .item-description {
        font-size: 28px;
    }

    .menu-button {
        height: 70px;
        width: 40%;
    }

    .menu-button a {
        font-size: 24px;
    }

     
      }

  @media only screen and (min-width: 1200px) {

        .page-container {
        position: absolute;
    }


   .main-section {
        gap: 40px;
        margin-bottom: 50px;    
    }

    .navbar {
    width: 95%;
    height: 70px;
    }
  
  
    .logo {
    padding: 0;
    margin: 0;
    height: 50px; 
  
    } 
        .navbar .menu-item {
    font-size: 21px;
    font-weight: 500;
    } 
    .nav-link {
    font-size: 20px; 
    }

   .product-info {
        gap: 50px;
        width: 40%;
    }

    .product-image {
        width: 50%;
    }

    .item-title {
        font-size: 40px;
    }

    .item-price {
        font-size: 38px;
    }

    .item-description {
        font-size: 28px;
    }

    .menu-button {
        height: 70px;
        width: 40%;
    }

    .menu-button a {
        font-size: 24px;
    }

            .footer-nav {
        position: relative;
    }
  }

