body{
    background-color:#404042ff;
    margin-top: 0;
}
.navbar .navbar-text img{
    height: 60px;
    width: 60px;
}
.navbar .languages{
    color: white;
      
}
.navbar .languages i{
    padding-left:30px;
}


.card{
    border: none;
}
.card-title{
margin: 0;
background-color: #00000081;
width: 100%;
text-align: center;
height: 20%;
align-content: center;
border-bottom-left-radius: 5px;
border-bottom-right-radius:5px;
font-family: 'Poppins',system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-weight:600;
font-size: small;
}
.card-img-overlay{
    padding: 0;
    display: block;
    width: 100%;
}
.turn span i{
    color: white;
    font-size:18px;
    margin-left:10%;
    font-family: 'Poppins',system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight:600;

}
.turn a{
    text-decoration: none;
    font-family: 'Poppins',system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight:600;
}   

.headText{
    border-bottom: 2px solid white;
}
/*Menu List Start*/
.product-card {
    display: flex; /* Yatay hizalama */
    align-items: center; /* Dikey ortalama */
    padding: 10px; /* İç boşluk */
    border: 1px solid #b08c5fff; /* Kenarlık */
    border-radius: 5px; /* Köşe yuvarlama */
    max-width: 600px; /* Maksimum genişlik */
    margin: 10px auto; /* Ortalanma için margin */
}

.product-image {
    max-width:auto; /* Resmin maksimum genişliği */
    height: 100px; /* Orantılı yükseklik */
    margin-right: 10px; /* Resim ile metin arasında boşluk */
}

.product-info {
    flex: 1; /* Metin alanının esnek olması için */
    display: flex;
    flex-direction: column; /* Dikey hizalama */
}

.product-name {
    margin: 0; /* Başlık için üst-alt boşluk sıfırlama */
    display: flex; /* Flex container */
    justify-content: space-between; /* Boşluğu eşit dağıt */
    align-items: center; /* Dikey ortalama */
    color: white;
    font-family: 'Poppins',system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.product-description {
    margin: 5px 0; /* Açıklama için üst-alt boşluk */
    color: white;
    font-family: 'Poppins',system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.product-price {
    font-weight: bold; /* Fiyatı kalın yap */
    margin-left: 10px; /* Fiyat ile ürün ismi arasında boşluk */
    align-self: center; /* Fiyatı dikey olarak ortala */
    font-family: 'Poppins',system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: rgba(176, 140, 95, 0.753);
}
/*Menu List End */

.footer{
    border-top: 1px solid #ffff;
    font-size: 12px;
}
.footer a{
    text-decoration: none;
    color: white;
}
.footer a:hover{
    color:rgb(22, 22, 24);
}