

.container{
    width: 100%!important;
    max-width: 1000px;
    padding: 0;
}

body{
    background-image: url("../img/login-img.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-color: #000;
    height: 110vh;
}

.bg-locale{
    height: calc(100vh - 100px);
    width: 100%;
    text-align: center;
}

.logo-locale , .logo-locale2{
    width: 180px;
    margin: 0 auto;
    margin-bottom: 20px;
}



.bg-sala{
    margin: 0;
    padding: 0;
    position: relative;
}

.bg-sale-menu{
    width: 200px;
    position: fixed;
    bottom: 0;
    left: 20px;
    z-index: 100;
    padding: 20px;
}

.bt-menu{
    margin-bottom: 5px;
    background-color: #000!important;
    border: 2px solid #d1c5ae!important;
    color: #d1c5ae;
    outline: none;
}

.bt-menu:hover{
    margin-bottom: 5px;
    background-color: #d1c5ae!important;
    border: 2px solid #d1c5ae!important;
    color: #000;
    outline: none;
}

.bt-menu:active{
    margin-bottom: 5px;
    background-color: #d1c5ae!important;
    border: 2px solid #d1c5ae!important;
    color: #000;
    outline: none;
}

.bt-menu:focus{
    margin-bottom: 5px;
    background-color: #d1c5ae!important;
    border: 2px solid #d1c5ae!important;
    color: #000;
    outline: none;
}

.active{
    margin-bottom: 5px;
    background-color: #d1c5ae!important;
    border: 2px solid #d1c5ae!important;
    color: #000!important;
}




.bg-prenota-panel {
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    color:#fff;
    max-width:500px;
}

.tavolo{
    position: absolute;
}

.tavolob{
    position: absolute;
}

.tavoloPren{
    cursor: pointer;
    #filter: drop-shadow(2px 2px 4px black);
    border:none;
}



img {
    border-style: none;
    border:0;
}

.menu-top-panel{
    width: 650px;
    height: 100px;
    margin: 0 auto;
    z-index: 100;
    /*display: flex;*/
    align-items: center;
    color: #fff;
    max-width: 1200px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    padding-top: 15px;

}


@media (max-width: 1200px) {
    .menu-top-panel{
        width: 100%;
        max-width: 100%;
        font-size: 40px;
        display: flex;
        flex-direction: column;
        height: auto;
        padding-bottom: 50px;

    }

    .mobile-v ul {
        margin-top: 1rem;
        margin-bottom: 1rem;
        list-style: none;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
    }

    .menu-top-panel div:nth-child(1) { order: 2; }

    .menu-top-panel div:nth-child(2) { order: 1; }

    .menu-top-panel div:nth-child(3) { order: 3; }

    .logo-locale {
        width: 300px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .bg-locale{
        height: auto;
        width: 100%;
        text-align: center;
    }

    li{
        padding: 0 10px;
    }



    .cover{
        width: 100%;
        max-width: 100%;
    }

    .bg-sale-menu {
        width: 1000px;
        position: fixed;
        bottom: 300px;
        /* left: 20px; */
        z-index: 100;
        padding: 20px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        align-content: center;
        justify-content: space-evenly;
    }

    .btn-sala-choice{
        background-color: #d1c5ae;
        color: #000;
        border: 2px solid #000;
        padding: 10px 20px;
        border-radius: 10px;
        text-decoration: none;
        font-size: 40px!important;
        font-weight: 600;
        transition: all 0.3s ease-in-out;
        width: 410px;
        max-width: 100%;
        text-wrap: nowrap;
    }

    .btn-sala-choice:hover{
        background: #000;
        color: #d1c5ae;
        background-size: 200% 100%;
        background-position: right bottom;
        transition: all 0.3s ease-in-out;
    }

    .btn-prenota{
        background-color: #fff;
        color: #000;
        border: 1px solid #000;
        padding: 10px 20px;
        border-radius: 5px;
        text-decoration: none;
        font-size: 40px!important;
        font-weight: 600;
        width: 410px;
        max-width: 100%;
        transition: all 0.3s ease-in-out;
    }
    .bt-menu{
        font-size: 40px!important;
        font-weight: 600;
        min-width: 270px;
    }

    #messaggio .modal-dialog{
        font-size: 40px!important;
        max-width: 600px!important;
    }

    .modal-title{
        font-size: 50px!important;
        font-weight: bold;
        padding-top: 40px;
    }
    .modal-content{
        font-size: 40px!important;
    }

    .modal-footer{
        font-size: 40px!important;
        padding-bottom: 80px!important;
    }

}



ul {
    margin-top: 0;
    margin-bottom: 1rem;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

li {
    margin-left: 1rem;
}

.btn-prenota{
    background: #000;
    color: #d1c5ae;
    border: 1px solid #000;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.btn-prenota:hover{
    background-color: #000;
    color: #d1c5ae;
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.3s ease-in-out;
}

.btn-sala-choice{
    background-color: #d1c5ae;
    color: #000;
    border: 2px solid #000;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.btn-sala-choice:hover{
    background: #000;
    color: #d1c5ae;
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.3s ease-in-out;
}

.footer{
    bottom: 30px;
    color: #fff;
}