.main-section {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 180px 0 90px;
    display: block;
    background: url(../images/background_image.jpeg) bottom/cover no-repeat fixed;
    text-align: center;
}

.home-banner {
    padding: 0;
    margin-top: 160px;
    height: 200px;
}

.home-banner .main-section {
    border-radius: var(--bigRadius);
    -webkit-border-radius: var(--bigRadius);
    -moz-border-radius: var(--bigRadius);
    -ms-border-radius: var(--bigRadius);
    -o-border-radius: var(--bigRadius);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.main-section:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.main-section h3 {
    color: #fff;
    font-size: 28px;
    margin: 15px auto;
    line-height: 40px;
}

#home-register-btn {
    background-color: #f34423;
    color: #fff;
    width: 12rem;
    border-radius: 15px;
    line-height: 2em;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#home-register-btn a {
    color: inherit;
}

/*********** main section ***********/
.section-title {
    color: var(--titleColor);
    text-align: start;
    margin: 20px auto 15px;
    font-size: 24px;
}

.restaurant-card .catering-container {
    margin: 5px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%) !important;
    border-radius: var(--bigRadius);
}

.catering-container {
    background-color: #fff;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .05) !important;
    transition: .3s;
}

.catering-item,
.resturant-item {
    display: block;
    margin: 5px auto;
    padding: 15px;
    text-align: center;
    position: relative;
}

.restaurant-card .catering-item,
.restaurant-card .resturant-item {
    height: 230px;
    padding: 15px 0;
}

.catering-item img,
.resturant-item img {
    width: auto;
    height: 100px;
    margin: auto;
}

.restaurant-card img {
    height: 135px;
}

.restaurant-card h3 {
    margin: 16px auto;
    border-top: 1px solid #ddd;
    padding: 16px 5px;
    color: var(--titleColor);
    font-weight: 600;
}

.reserve-now-btn,
.show-menu-btn {
    height: 2.138rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: solid 1px var(--tomato);
    font-family: var(--font-bold);
    font-size: .875rem;
    border-radius: 0;
    padding-top: 0.256rem;
    padding-bottom: 0.694rem;
    text-align: start;
}

.show-menu-btn {
    -webkit-padding-start: 1.25rem;
    padding-inline-start: 1.25rem;
    -webkit-padding-end: 0.25rem;
    padding-inline-end: 0.25rem;
}

.show-menu-btn,
.show-menu-btn:focus,
.show-menu-btn:hover {
    background-color: var(--white);
    color: var(--tomato);
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
    border-end-start-radius: 16px;
    border-left: 0;
}

.show-menu-btn.only,
.show-menu-btn.only:focus,
.show-menu-btn.only:hover {
    width: 7.312rem;
    border: solid 1px var(--tomato);
    border-radius: 16px 4px;
    padding: 0.256rem 0 0.694rem;
    text-align: center;
}

.reserve-now-btn {
    -webkit-padding-start: 0.25rem;
    padding-inline-start: 0.25rem;
    -webkit-padding-end: 1.25rem;
    padding-inline-end: 1.25rem;
}

.reserve-now-btn,
.reserve-now-btn:focus,
.reserve-now-btn:hover {
    background-color: var(--tomato);
    color: var(--white);
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
    border-start-end-radius: 16px;
}

.reserve-now-btn,
.show-menu-btn {
    height: 2.138rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: solid 1px var(--tomato);
    font-family: var(--font-bold);
    font-size: .875rem;
    border-radius: 0;
    padding-top: 0.256rem;
    padding-bottom: 0.694rem;
    text-align: start;
}

.right-arrow {
    top: 0;
    right: -18.2px;
    border-top: 34.2px solid var(--tomato);
    border-right: 34.2px solid transparent;
}

.inner-left-arrow,
.left-arrow,
.right-arrow {
    width: 0;
    height: 0;
    position: absolute;
}

.left-arrow {
    top: 0;
    right: calc(100% - 15px);
    border-bottom: 34.2px solid var(--tomato);
    border-left: 34.2px solid transparent;
}

.inner-left-arrow {
    top: 1.1px;
    right: calc(100% - 16px);
    border-bottom: 32.2px solid var(--white);
    border-left: 32.2px solid transparent;
}

.meal-item,
.resturant_menu,
.tabs,
p.copyrights {
    margin: 15px auto;
}

p.copyrights {
    text-align: center;
    font-size: 11px;
    width: 100%;
    padding: 15px 0;
    margin: 15px 0 0;
    background: #fff;
}

.load-more-btn {
    background-color: #fff;
    border-color: #ddd;
    color: var(--titleColor);
    border-radius: 30px;
    width: 185px;
    height: 60px;
}

.rest-img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rest-img:hover {
    transform: scale(1.2);
    transition: .5s ease-in-out;
}

picture.lozad.rest-img img {
    width: 120px;
}

.special-price {
    width: 165px;
}

.special-price del {
    color: rgba(255, 0, 0, 0.5);
    text-decoration: none;
    position: relative;
}

.special-price del:before {
    content: " ";
    display: block;
    width: 100%;
    border-top: 2px solid rgba(255, 0, 0, 0.8);
    height: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(-7deg);
}

.special-price ins {
    color: green;
    font-size: 30px;
    text-decoration: none;
    padding: 1em 1em 0.8em 0.5em;
}

@media (min-width: 577px) {
    .main-section {
        background: url(../images/banners/banner_mobile.webp) center/cover no-repeat fixed;
    }
}

@media (min-width: 768px) {
    .main-section {
        background: url(../images/banners/banner_mobile@2x.webp) center/cover no-repeat fixed;
    }
}

@media (min-width: 992px) {
    .main-section {
        background: url(../images/banners/banner.webp) center/cover no-repeat fixed;
    }
}

.my-md-5 {
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .my-md-5 {
        margin-bottom: 10px;
    }

    picture.lozad.rest-img img {
        width: 100px;
    }

    .container {
        max-width: 700px;
    }

    .home-banner {
        max-width: 100%;
        margin-top: 80px;
    }

    .main-section {
        padding: 120px 0 50px;
    }

    .home-banner .main-section {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

    /*********** main section ***********/
    .section-title {
        text-align: center;
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .main-section {
        background: url(../images/banners/banner_mobile.webp) center/cover no-repeat fixed;
    }

    .main-section h3 {
        line-height: 20px;
        font-size: 20px;
    }

    /*********** main section ***********/
    .restaurant-card .catering-item,
    .restaurant-card .resturant-item {
        height: 205px !important;
        padding: 15px 0;
    }

    .restaurant-card img {
        height: 110px;
    }

    .restaurant-card h3 {
        font-weight: 600;
        font-size: 14px;
        line-height: 24px;
        padding: 5px;
    }
}

@media screen and (max-width: 480px) {
    .show-menu-btn {
        -webkit-padding-start: 0.6rem;
        padding-inline-start: 0.6rem;
    }

    .reserve-now-btn {
        -webkit-padding-end: 0.6rem;
        padding-inline-end: 0.6rem;
    }
}

@media only screen and (min-width: 421px) {
    .mobile-view {
        display: none;
    }
}

@media only screen and (max-width: 420px) {

    .restaurant-card .catering-item,
    .restaurant-card .resturant-item {
        height: 180px !important;
        padding: 15px 0;
    }

    .restaurant-card img {
        height: 85px;
    }

    .desktop-view {
        display: none;
    }
}
