* {
    /* font-family: "bauer"; */
    font-family: bauer, -apple-system, BlinkMacSystemFont, Roboto, "Open Sans", sans-serif;
    scroll-behavior: smooth;
}

.flex {
    display: flex;
}

.column {
    width: 30%;
    text-align: center;
}

.column a {
    color: #000;
    font-size: 20px;
}

.column p {
    color: #000;
    font-size: 20px;
    margin-bottom: 0;
}

.half {
    width: 50%;
    padding: 2rem 0rem;
}

.js-cookie-consent.cookie-consent {
    bottom: 0;
    background-color: #ffdd76;
    padding: 1rem 2rem;
    position: fixed;
    width: 100%;
    text-align: center;
    font-size: 16px;
    z-index: 999999999;
}

.js-cookie-consent-agree.cookie-consent__agree {
    background-color: black;
    border-color: black;
    color: #fff;
    margin-top: 0px;
}

.full {
    width: 100%;
    height: 100%;
}

.style_p {
    font-size: 15px;
}

.logo {
    width: 15%;
}

.logo_style {
    width: 9rem;
    padding: 1rem;
    margin: 0rem 1rem;
}

.mobile-menu {
    float: right;
}

.header {
    margin: 0rem 2rem;
}

.menu {
    width: 85%;
    margin: auto;
}

.left {
    text-align: left;
}

.align_center {
    text-align: center;
}

.margin_right {
    margin-right: 2rem;
}

.margin_auto {
    margin: auto;
}

a:hover {
    color: #000;
}

.beige {
    background-color: #ffdd76;
}

.gray {
    color: gray;
}

.blue {
    color: rgb(88, 88, 255);
}

.section {
    padding: 2rem 5rem;
}

.section-title {
    font-size: 45px;
    font-weight: normal;
    line-height: 1.4;
}

.section-video {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.left-sub,
.right-sub {
    text-align: center;
    width: 50%;
    padding: 10px;
    margin: 15px;
}

.title-sub {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    font-size: 1.75rem;
    line-height: 2.25rem;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    padding: 0px;
    margin: 0px 0px 0.5rem;
    color: rgb(32, 33, 37);
}

.right-sub {
    background-image: linear-gradient(#000 33%, rgba(255, 255, 255, 0) 0%);
    background-position: left;
    background-size: 2px 7px;
    background-repeat: repeat-y;
}

#background-imamge-none {
    background-image: none;
}

.text_center {
    text-align: center;
}

.scroll {
    overflow: scroll;
    overflow-y: hidden;
    overflow-x: auto;
}

.open_careers {
    padding: 2rem;
    border-bottom: 1px solid #d3d3d3;
}

.open_careers:hover {
    background-color: #f5f5f57e;
}

.inline_right {
    margin-left: auto;
    margin-right: 0;
    margin-top: 15px;
}

.careers_a {
    color: #000;
    text-decoration: none;
}

.careers_a:hover {
    text-decoration: none;
}


/*Background Video CSS*/

.backround-video {
    width: 100%;
    height: 32rem;
    object-fit: cover;
}


/* Offers CSS */

.box {
    width: 20rem;
    margin-right: 1rem;
}

.offers-title,
.content {
    padding: 1rem 1.5rem;
}

.box img {
    width: 100%;
    height: 20rem;
    object-fit: cover;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

@media screen and (min-width: 800px) {
    .center {
        justify-content: center;
    }
}


/* Reservations */

.banner {
    width: 100%;
    height: 33rem;
    padding: 1rem 5rem 1rem 5rem;
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reservation {
    text-align: center;
}

.reservation-box {
    position: relative;
    margin: auto;
    padding: 2.5rem;
    margin-top: -7rem;
    z-index: 999;
    background-color: #fff;
    width: 60%;
}


/* Catering */


/* Footer */

.footer_menu {
    color: #000;
    font-size: 17px;
    margin: 0px 10px 0px 10px;
}

.footer_left {
    width: 60%;
}

.footer_right {
    text-align: right;
    width: 40%;
}

.flex_scroll {
    display: flex;
}

.section_menu {
    padding: 2rem;
}


/* Mobile Version */

@media screen and (max-width: 1000px) {
    .logo_style {
        width: 65px!important;
        margin: 1rem 0rem;
        padding: 0!important;
    }
    .section {
        padding: 3rem 2rem;
    }
    .banner {
        padding: 1rem 2.5rem;
    }
    .flex {
        display: block;
    }
    .half {
        width: 100%;
    }
    .flex_menu {
        display: block;
        padding: 0rem;
        z-index: 999999;
    }
    .information {
        width: 100%;
    }
    .menu_item {
        width: 100%;
    }
    .footer_left {
        width: 100%;
    }
    .footer_right {
        text-align: left;
        width: 100%;
        margin-top: 1rem;
    }
    .reservation-box {
        padding: 2rem;
    }
    #regForm {
        padding: 1rem!important;
    }
    .left-sub,
    .right-sub {
        width: 100%;
    }
    .right-sub {
        background-image: none;
    }
    .section-video {
        width: 100%;
    }
    .row {
        display: block;
    }
    .column {
        width: 100%;
        text-align: center;
    }
    .menu_heading {
        font-size: 35px;
        top: 20rem;
    }
    .menu_sub_heading {
        font-size: 20px;
        top: 23rem;
    }
    .btn.btn_menus {
        top: 25rem;
    }
    .menu_heading,
    .menu_sub_heading,
    .btn.btn_menus {
        left: 6rem;
    }
    .flex_mobile {
        display: flex;
        overflow: scroll;
        overflow-y: hidden;
    }
    .section_menu {
        width: 100%;
    }
    .faq-content {
        max-width: 100%!important;
    }
}

@media screen and (max-width: 600px) {
    .reservation-box {
        padding: 1.5rem 1rem;
        width: 90%;
    }
    #regForm {
        padding: 0rem!important;
    }
    .btn.btn_menus {
        top: 25rem;
    }
    .menu_heading,
    .menu_sub_heading,
    .btn.btn_menus {
        left: 4rem;
    }
    .banner {
        padding: 1rem 1.5rem;
    }
    .menus img {
        width: 8rem;
        padding: 1rem 0rem;
    }
}