.letter-spacing-10px {
    letter-spacing: 10px;
}

body {
    margin: 0;
    padding: 0;
    background-blend-mode: multiply;
    position: relative;
}

.slider .slider-item img {
    aspect-ratio: 4 / 3 !important;
    height: 60vw;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

@media screen and (min-width: 767px) {
    .slider .slider-item img {
        height: 35vw;
        width: 100%;
    }
}

@media screen and (min-width: 991px) {
    .slider .slider-item img {
        height: 19vw;
        width: 100%;
    }
}


.row-nav {
    height: 10rem;
}

.bg-img {
    height: 12rem;
}

.img-gallery {
    width: 457.75px;
    height: 305.08px;
}

h4 {
    letter-spacing: 2px;
}

.img-menu {
    width: 63%;
}

#overflow {
    height: 80rem !important;
    overflow-y: scroll;
}

#overflow::-webkit-scrollbar {
    background-color: transparent !important;
}

#overflow::-webkit-scrollbar {
    display: none !important;
    -ms-overflow-style: none;
    /* IE 11 */
    scrollbar-width: none;
    /* Firefox 64 */
}

.scrollable::-webkit-scrollbar {
    background-color: transparent !important;
}

.scrollable::-webkit-scrollbar {
    display: none !important;
    -ms-overflow-style: none;
    /* IE 11 */
    scrollbar-width: none;
    /* Firefox 64 */
}

.row-overflow {
    height: 50%;
}

.bg-blue {
    background-color: #204dce;
}

/* .modal-content{
  background-color: #020203 !important;
} */
.modal-reservation {
    padding-left: 2.6rem;
}

.navbar1 {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    display: none;
    /* initially hide the navbar */
}

/* RESPONSIVe */
@media screen and (max-width: 1199px) {
    /* span {
      font-size: 12px;
    } */

    .btn-primary {
        font-size: 11px;
    }

    .nav-link {
        font-size: 11px;
    }
}

@media screen and (max-width: 991px) {
    .top-info {
        display: none !important;
    }
}

@media screen and (max-width: 600px) {
    .img-menu {
        width: 100%;
    }

    #overflow {
        padding-left: 1rem;
    }
}

/* Reserve Table Button Small Screen */
@media screen and (max-width: 565px) {
    .btn.btn-reserve {
        font-size: 10px !important;
        padding: 0.3rem 0.5rem !important;
    }
}