.logo h1{
    font-size: 90px;
    line-height: 30px;
    /* text-transform: uppercase; */
    margin: 0;
    color: #fff;
    text-shadow: 3px 1px 1px #000;
    font-family: "Rowdies", sans-serif;
}
.logo h1 span{
    letter-spacing: 4px;
    color: #fff;
}
#open-button{
    background: #ed1c24;
    border-radius: 100%;
    padding: 13px 11px;
    position: fixed;
    top: 10px;
    right: 10px;
}
.btn-danger{
    background-color: #ed1c24;
}
.promo {
    position: fixed;
    background:#ed1c24;
    bottom: 50px;
    left: -260px;
    z-index: 9;
    padding: 8px 15px;
    font-weight: bold;
}
.label-1{
    bottom: 100px;
}
.label-2{
    bottom: 150px;
}
.promo:hover {
    background:#000;
}
.promo a {
    text-transform: uppercase;
    font-size: 16px;
}
.promo i {
    color: #fff;
    margin-right: 10px;
}
.promo span, .all-demo span {
    opacity: 1;
    color: #fff;
}
.bg-bowlingmilano{
    background-color: #ed1c24!important;
}
#whatsapp {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 2;
}
.table-bowlingmilano{
    font-family: 'Montserrat', sans-serif;
}
.table-bowlingmilano td{
    background: transparent;
    color: #fff;
    border: 0;
    font-size: 18px;
}
.text-bowlingmilano{
    color:#ed1c24;
}
.text-yellow{
    color:yellow;
}
.close-button-menu:after, .close-button-menu:before {
    background: #fff;
}
.list-style-10 li {
    padding: 15px 10px;
    border-bottom: 0;
    background: #ed1c24;
    margin-top: 10px;
    color: #fff;
    font-weight: 400;
}
#free-popup {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    text-align: center;
    z-index: 1111;
    color: #000;
    display: none;
}
.popup-1 {
    width: 80%;
    margin: 10% auto;
    max-width: 800px;
    position: relative;
    background: #fff;
    padding: 20px;
    border: 1px solid #000;
    font-size: 2.0em;
    line-height: 1.2em;
}
.popup-1-close {
    cursor: pointer;
    position: absolute;
    right: -20px;
    top: -20px;
    background: #fff;
    padding: 5px 17px;
    border-radius: 100%;
    font-weight: bold;
    font-size: 18px;
    border: 1px solid #000;
}


@media (max-width: 992px) {  
    .logo h1 {
        font-size: 30px;
    }  
    .promo {
        bottom: 50px;
        padding: 5px 10px;
    }
    .label-1{
        bottom: 90px;
    }
    .label-2{
        bottom: 130px;
    }
    .promo a {
        text-transform: uppercase;
        font-size: 12px;
    }
    .mb-text-right{
        text-align: right;
    }
}

.carousel-multiple-control-prev{
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
}
.carousel-multiple-control-next{
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
}