@import url('https://fonts.googleapis.com/css2?family=Arima:wght@100..700&family=DM+Serif+Text:ital@0;1&family=Plaster&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Carattere&display=swap');

html {
    box-shadow: 0px 0px 50px rgb(28, 28, 28) inset;
}

body {
    background-image: url("back.webp");
    background-repeat: repeat-y;
    background-size: cover;
    scroll-behavior: smooth;
    overflow-x: hidden;

}

header {
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 5px 5px 0px;
    z-index: 9999;
    /*background-image: linear-gradient(rgb(28, 28, 28), rgb(12, 12, 12));*/
    background-color: black;
    border-radius: 10px;
    box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.545) inset, 0px 20px 40px black;
}

.main-container {
    max-width: calc(100vw -35px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
}

.logo {
    height: 70px;
    width: 70px;
    filter: drop-shadow(2px 2px 2px black);
}


.menubtn {
    height: 70px;
    width: 70px;
    font-size: 5rem;
    border: none;
    line-height: 1ch;
    background-color: transparent;
    color: rgb(114, 79, 44);
    text-shadow: 2px 2px 5px black;
}


.navbar {
    position: sticky;
    top: 0px;
    left: 0px;
    backdrop-filter: blur(0.375rem);
    height: 100vh;
    transition-duration: 0.7s;
    z-index: 9000;
    width: 100%;
    display: none;
}

.vedi {
    display: flex;
    justify-content: center;
    align-items: center;
}

a {
    text-decoration: none;
    color: white;
}

.menunav {
    position: sticky;
    top: 0px;
    left: 0px;
    background-image: linear-gradient(45deg, black, rgba(19, 19, 19, 0.926), rgba(0, 0, 0, 0));
    height: auto;
    border-radius: 10px;
    width: 100vw;
    height: 100%;
    border-bottom: 2px solid #B38A69;
    box-shadow: 0px 0px 60px #060606 inset;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 20px;
}

.ul {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 20px;
    width: 100%;
    padding-top: 70px;
}

.li {
    list-style-type: none;
    text-align: center;
    font-size: 1.8rem;
    font-family: "Arimo", serif;
    color: rgb(254, 243, 233);
    margin-bottom: 5px;
    font-weight: 100;
    text-align: center;
    background-image: linear-gradient(rgb(114, 79, 44), rgb(79, 54, 29), rgb(114, 79, 44));
    width: 100vw;
    border-radius: 10px;
    padding: 10px 0px;
}

.reparto {
    width: 100%;
    font-family: "Arima", sans-serif;
    font-style: normal;
    font-size: 2rem;
    margin-bottom: 5px;
    font-weight: 800;
    text-align: center;
    color: rgb(255, 255, 255);
    border-radius: 5px;
    border-bottom: 4px solid white;
    margin-top: 10px;
    text-align: start;

}


.container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    background-size: contain;
    background-position-x: 150px;
    background-repeat: no-repeat;
    display: none;
    overflow-x: hidden;
    gap: 10px;
    background-position: 100px 50px;
    background-size: cover;
    background-attachment: fixed;
    backdrop-filter: blur(20px);
}



.prod1 {
    display: flex;
    align-items: center;
    border-radius: 16px;
    padding: 10px 0px;
    width: 95%;
    /* From https://css.glass */
    background: rgba(52, 52, 52, 0.737);
    box-shadow: 0 4px 30px rgba(93, 92, 92, 0.484);
    backdrop-filter: blur(20px);
    border-bottom: none;
    transition-duration: 0.4s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    box-shadow: 2px 2px 5px rgb(0, 0, 0) inset, -2px -2px 0px rgba(236, 236, 236, 0.744) inset;
}




.testi {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 5px;
}


.prezzo {
    font-size: 1.2rem;
    font-weight: 200;
    color: white;
    margin-right: 5px;
}


input {
    border: none;
    color: red;
    font-size: 2rem;
    background-color: transparent;
}

.top1 {
    display: flex;
    margin-right: 5px;
    justify-content: start;
    align-items: center;
    border-bottom: 2px solid rgba(255, 255, 255, 0.367);
    padding-bottom: 0px;
    line-height: 1.3;
}

h3 {
    margin: 0px;
    margin-top: 5px;
}

.testi1 {
    flex-grow: 1;
    width: 80%;
    height: fit-content;
    margin-left: 10px;
    margin-right: 10px;
    transition-duration: 0.4s;

}

.title1 {
    font-family: 'Arima', serif;
    color: white;
    flex-grow: 1;
    font-size: 1rem;
    font-weight: 400;

}

.descriz1 {
    width: 90%;
    text-wrap: wrap;
    font-weight: 500;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.534);
    font-family: "Arima", sans-serif;
    overflow: hidden;
    border-radius: 5px;
    padding: 5px;
    line-height: 1.1;
}

.foto1 {
    scale: 1.2;
    object-position: 0px 0px;
    height: 180px;
    width: 70%;
    object-fit: cover;
    object-position: center;
    margin-top: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}


hr {
    display: none;
}

.allergeni {
    color: rgba(255, 255, 255, 0.733);
    font-family: "Arima", sans-serif;
    padding: 0px 10px;
    border-radius: 20px;
    text-align: center;
    margin: 0;
    width: 100%;
    font-size: 0.5rem;
}

.navbarristo {
    display: flex;
    align-items: baseline;
    justify-content: space-around;
    background-image: linear-gradient(rgb(114, 79, 44), rgb(68, 46, 24), rgb(114, 79, 44));
    width: 100%;
    border-radius: 10px;
    padding: 10px 0px;
    max-height: 30px;
    position: sticky;
    top: 0;
    left: 0;
}

.voce {
    position: relative;
    font-size: 1rem;
    font-family: 'Arima', sans-serif;
    color: rgb(168, 148, 117);
}

.selected {
    font-weight: 600;
    font-size: 1.3rem;
    color: white;
    border-bottom: 2px solid white;
}




.lingua {
    flex-grow: 1;
    font-size: 1.3rem;
    text-align: center;
}

.selelingua {
    background-color: red;
    color: white;
}