img {
    object-fit: cover;
}

.btn.btn_menus {
    position: absolute;
    top: 27rem;
    left: 10rem;
    transform: none;
    width: auto;
    text-align: left;
}

.btn.btn_menus span {
    color: #fff;
}

.menu {
    text-align: right;
    padding: 2rem;
}

.menu-items,
.fa {
    margin: 1rem;
    font-size: 20px;
    color: black;
}

.mobile-menu {
    display: none;
}

@media screen and (max-width: 1000px) {
    .menu {
        display: none;
    }
    .mobile-menu {
        display: block;
        height: 3.5rem;
    }
}


/*Mobile Menu CSS  */

ul {
    list-style-type: none;
}

label .m-menu {
    position: fixed;
    right: 0rem;
    top: 0rem;
    z-index: 100;
    width: 5rem;
    height: 4.7rem;
    /* border-radius: 50% 50% 50% 50%; */
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

label .hamburger {
    position: absolute;
    top: 2rem;
    right: 1.6rem;
    width: 30px;
    height: 3px;
    background: #000;
    display: block;
    transform-origin: center;
    transition: 0.5s ease-in-out;
}

label .hamburger:after,
label .hamburger:before {
    transition: 0.5s ease-in-out;
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
}

label .hamburger:before {
    top: -10px;
    display: none;
}

label .hamburger:after {
    bottom: -10px;
}

label input {
    display: none;
}

label input:checked+.m-menu {
    box-shadow: 0 0 0 100vw #ffdd76, 0 0 0 100vh #ffdd76;
    border-radius: 0;
    background-color: #ffdd76;
    height: 100%;
    width: 100%;
    z-index: 9999;
}

label input:checked+.m-menu .hamburger {
    transform: rotate(45deg);
}

label input:checked+.m-menu .hamburger:after {
    transform: rotate(90deg);
    bottom: 0;
}

label input:checked+.m-menu .hamburger:before {
    transform: rotate(90deg);
    top: 0;
}

label input:checked+.m-menu+ul {
    opacity: 1;
    display: block;
    position: fixed;
}

label ul {
    z-index: 9999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.25s 0s ease-in-out;
    display: none;
    text-align: center;
}

label a {
    margin-bottom: 1em;
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 1.3em;
    text-transform: uppercase;
}

.menu-title {
    font-size: 25px;
    margin-bottom: 5px;
}


/* Menu */

.menus-category {
    font-size: 16px!important;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 500;
}

.variable_items {
    border: 1px solid #d3d3d3;
    padding: 10px 10px;
    margin: 0px 20px 0px 0px;
}

.no_wrap {
    white-space: nowrap;
}

.variable_items:hover {
    background-color: #dfdfdf7e;
}

.menu_icon {
    width: 1.7rem;
    font-size: 1.2rem;
}

.fa-leaf {
    color: #00a200;
}

.fa-pepper-hot {
    color: #b10000;
}

.menus {
    border-top: 1px solid #d3d3d3;
    width: 100%;
    padding: 0.5rem;
}

.menu_p {
    margin-bottom: 3px;
}

.menus img {
    padding: 1rem;
    height: 10rem;
    width: 13rem;
    object-fit: cover;
}

.menu_heading {
    font-weight: 700;
    font-size: 3rem;
}

.menu_heading,
.menu_sub_heading {
    color: #fff;
    top: 20rem;
    left: 10rem;
    transform: none;
    width: auto;
    text-align: left;
}

.menu_sub_heading {
    position: absolute;
    top: 24rem;
    left: 10rem;
    text-align: center;
}

.menus-category:hover {
    color: #000;
}

.flex_menu {
    display: flex;
    padding: 1rem 5rem 1rem 5rem;
}

.menus-section {
    width: 20%;
    font-weight: 500;
}

.offers {
    margin-bottom: 1rem;
}

.menu_info_headings {
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 500;
}

.uppercase {
    text-transform: uppercase;
}

.menu_item {
    width: 55%;
}

.information {
    width: 25%;
}

.information h2 {
    font-size: 1.35rem;
}

h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
}

.sticky_menu {
    position: sticky;
    top: 1rem;
    background: white;
}

@media screen and (max-width: 800px) {
    label .m-menu {
        width: 3rem;
        height: 3.5rem;
        margin-top: 15px;
        margin-right: 15px;
    }
    label .hamburger {
        top: 1.4rem;
        right: 0.6rem;
    }
}

@media screen and (max-width: 800px) {
    label ul {
        left: 45%;
    }
}

.menus:hover {
    background-color: #f5f5f57e;
}

@media screen and (max-width: 1000px) {
    .offers {
        margin: 1rem;
    }
    .menus-section {
        padding: 0rem!important;
    }
    .text-button {
        white-space: nowrap;
    }
    .sticky_menu {
        position: sticky;
        top: 0rem;
        background: white;
        z-index: 8888;
        border-bottom: 1px solid #d3d3d3;
    }
}