body {
    height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    overflow-x: hidden;
    color: antiquewhite;
}

#sfondo {
    
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    
    background: radial-gradient(circle, rgba(0, 0, 0, 0.295) 0%, rgba(0, 0, 0, 0.815) 100%);
    background-size: cover;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.menu {
    width: 100%;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 100px;
    justify-content: center;
    font-size: 20px;
    text-shadow: rgb(0, 0, 0) 1px 1px 60px;

    background: radial-gradient(circle, rgba(0,0,0,0.4) 0%, rgba(0,0,0,1) 100%);
}

.menu h1, h2, h3, h4, h5 {
    font-family: "Poppins", sans-serif;
    margin: 10px;
}



.menu h1 {
    padding: 5px 20px 5px 20px;
    color: white;
}


.menu h5 {
    font-style: italic;
    padding-top: 20px;
    padding-bottom: 60px;
    font-size: 30px;
}

.logo {
    height: 20%;
}


.card {
    justify-items: center;
    margin-top: 40px;
    margin-bottom: 30px;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 10px;
    background-color: rgba(250, 235, 215, 0.171);
    padding: 10px;
    max-width: 700px;
    transition: all 0.5s;
}

.card:hover {
    background-color: rgba(250, 235, 215, 0.288);
    transition: all 0.5s;
}

.card2 {
    min-width: fit-content;
    display: flex;
    justify-items: left;
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 10px;
    background-color: rgba(250, 235, 215, 0.171);
    padding: 10px;
    position: relative;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.5s;
}

.card2:hover {
    background-color: rgba(250, 235, 215, 0.288);
    transition: all 0.5s;
}


.card2 .name {
    text-align: left;
}

.card2 p {
    padding: 0;
    margin: 0;
}

.card2 i {
    font-size: 17px;
}

.non-disponibile {
    background-color: rgba(102, 102, 102, 0.541);
    color: rgba(148, 148, 148, 0.541);
}

.non-disponibile:hover:after {
    padding-left: 10px;
    content: "Non disponibile";
    color: rgba(175, 175, 175, 0.692);
}


.price {
    display: none;
    text-align: center;
    font-size: 18px;
    position: absolute;
    align-items: center;
    right: 10px;
    width: 70px;
    margin-top: auto;
    margin-bottom: auto;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 5px;
    background-color: rgba(250, 235, 215, 0.171);
}

.price p {
    padding: 0;
    margin: 0;
}

@media (max-width: 768px){
    .text {
        padding-left: 30px;
        padding-right: 30px;
    }
    .menu h1{
        font-size: 25px;
    }

    .menu h2 {
        font-size: 23px;
    }
    .menu  {
        font-size: 17px;
    }

    .menu {
        text-shadow: none;
        background-size: 100vh;
    }
}

@media (min-width: 768px){
    .card {
        margin-left: auto;
        margin-right: auto;
        width: 600px;
    }
}


.back {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    text-decoration: none;
    padding: 8px 40px;
    border-radius: 50px;
    transition: 0.5s;
    border: 2px solid #2dc997;
    color: #fff;
}
  
.back:hover {
    background: #2dc997;
    border: 2px solid #2dc997;
    color: #ffffff;
}



/*--------------------------------------------------------------
# Popup info
--------------------------------------------------------------*/

.info {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0; 
    right: 0;

    margin-top: auto ;
    margin-bottom: auto;
    max-width: 900px;
    max-height: 700px;
    width: 80%;
    height: 80%;
    margin-left: auto;
    margin-right: auto;

    z-index: 50;
    background-color: rgb(27, 27, 27);
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 30px;
    overflow-y: hidden;    
}

.close {
    position: absolute ;
    top: 15px;
    right: 25px;
    color: rgba(241, 241, 241, 0.199);
    float: right;
    font-size: 30px;
    font-weight: bold;
}
  
.close:hover,
.close:focus {
    color: #ffffff;
    cursor: pointer;
}
  

.info-body {
    padding: 10px;
    box-sizing: border-box;
}


.info-body h2{
    position: relative;
    right: 50%;
}


.info-body p {
    height: max-content;
    position: relative;
    right: 20%;
    bottom: 0;
    text-align: start;
    color: black;
    background-color: #ffffffb6;
    padding: 30px;
    border-radius: 40px 0 40px 0;

    margin-top: auto;
    margin-bottom: auto;
}



.photo {
    width: 40%;
    height: 100%;
    object-fit: cover;

}


@media (max-width: 468px){
    .info {
        flex-direction: column;
    }
    .photo {
        width: 100%;
        height: 40%;
    }
    .close {
        color: rgb(0, 0, 0);
    }
    .info-body {
        flex: 70%;
    }
    .info-body h2 {
        right: 0;
        top: -30px;        
    }
    .info-body p {
        right: 0;
        flex: 50%;
        position: relative;
        top: 0;
        bottom: 0;
        text-align: start;
        color: black;
        background-color: #ffffff00;
        padding: 10px;
        border-radius: 0;
        overflow: auto;
    }
    

}


/*
.tendina {
    display: none;
    max-width: 700px;
}

.btn-tendina {
    font-family: "Poppins", sans-serif;
    border: solid 2px rgb(75, 75, 75);
    border-radius: 20px;
}

.btn-tendina i {
    padding: 5px;
}

.btn-tendina h1 {
    margin-bottom: 0;
}
*/