@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');


body {
    font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: ChunkFive;
}

@font-face {
    font-family: 'ChunkFive';
    src: url('../font/ChunkFive-Regular.eot');
    src: url('../font/ChunkFive-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/ChunkFive-Regular.woff2') format('woff2'),
        url('../font/ChunkFive-Regular.woff') format('woff'),
        url('../font/ChunkFive-Regular.ttf') format('truetype'),
        url('../font/ChunkFive-Regular.svg#ChunkFive-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


a,
a:active,
a:focus,
a:hover {
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer !important;
    text-decoration: none;
}


a:hover {
    text-decoration: none;
}

header {
    background: url("../img/main-banner.png") no-repeat;
    /* min-height: 767px; */
    min-height: 800px;
    background-position: center;
    background-size: cover;
}

.main-logo {
    text-align: center;
    margin: auto;
}

.main-logo img {
    width: 160px;
}

.customer-txt h2 {
    font-size: 30px;
    text-transform: uppercase;
}

.customer-txt.mt-5 {
    position: relative;
    top: 30px;
}

.customer-txt p {
    color: #999;
    margin-top: 15px;
}

.read-more-btn a {
    background-color: #DE2D1B;
    border-color: #DE2D1B;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
}

.read-more-btn a:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.menu-img ul {
    padding: 0;
    margin: 0;
    text-align: center;
}

.menu-img ul li {
    list-style: none;
    display: inline-block;
    width: 46%;
    margin-right: 19px;
    margin-bottom: 20px;
}

.menu-img.last-img {
    position: relative;
    left: -10px;
}

.menu-img-first {
    position: relative;
    top: 140px;
}

.last-img {
    position: relative;
    top: 140px;
}

#food-background {
    background: url(../img/order_bg.png) no-repeat;
    min-height: 300px;
    background-position: center;
    background-size: cover;
}

.box-icon img {
    width: 70px;
}

.box-icon {
    float: left;
    margin-right: 30px;
}

.box-icon-txt p {
    line-height: 20px;
}

.box-icon-txt h4 {
    margin-bottom: 5px;
}

footer {
    background-color: #1f1f1f;
}

.footer-logo img {
    width: 170px;
}

.footer-title h3 {
    color: #707070;
}

ul.add-info {
    margin: 0;
    padding: 0;
}

ul.add-info li {
    list-style: none;
    display: inline-block;
    padding: 6px 0;
}

.add-info-icon {
    float: left;
    margin-right: 15px;
}

.add-info-icon i {
    color: #707070;
    font-size: 30px;
}

ul.add-info li p {
    color: #707070;
    display: flex;
    position: relative;
    top: 5px;
}

ul.hrs-box.mt-4 {
    margin: 0;
    padding: 0;
}

ul.hrs-box.mt-4 li {
    list-style: none;
    display: inline-block;
    width: 100%;
    padding: 5px 0;
}

.clock-icon i {
    color: #707070;
    font-size: 30px;
}

.clock-icon {
    float: left;
    margin-right: 15px;
}

ul.hrs-box.mt-4 li p {
    color: #707070;
    position: relative;
    top: 5px;
}

ul.social-media-link {
    margin: 0;
    padding: 0;
}

ul.social-media-link li {
    list-style: none;
    display: inline-block;
    margin-right: 3px;
}

ul.social-media-link li i {
    color: #707070;
    border: 1px solid #707070;
    height: 40px;
    width: 40px;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
}

ul.social-media-link li i:hover {
    background-color: #dc4a21;
    border: 1px solid #dc4a21;
    color: #fff;
}

div#copyright-div {
    border-top: 1px solid #373636;
    margin-top: 15px;
}

.copyright-txt p {
    color: #707070;
    margin-bottom: 0;
    padding: 6px 0;
    text-align: center;
}

.try-box h3 {
    color: #fff;
    font-size: 45px;
}

.try-box {
    margin-top: 90px;
}

.try-box p {
    color: #fff;
    margin-top: 20px;
}

.chicken-txt.text-center {
    /* margin-top: 100px; */
    margin-top: 50px;
}

.mum-banner .chicken-txt.text-center {
    margin-top: 35px;
}

.chicken-txt span {
    color: #fff;
    font-size: 30px;
}

.chicken-txt h1 {
    color: #fff;
    font-size: 60px;
    border: 1px solid #ddd;
    width: 45%;
    margin: auto;
    border-radius: 10px;
    padding: 7px 0;
    margin-bottom: 15px;
}

.chicken-txt.text-center p {
    color: #fff;
    font-size: 24px;
    margin-top: 7px;
}

.visit-box-icon a {
    background-color: #DE2D1B;
    border: 1px solid #DE2D1B;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 17px;
}

.visit-box-icon a:hover {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}

.email-icon i {
    background-color: #DE2D1B;
    border: 1px solid #DE2D1B;
    height: 55px;
    width: 60px;
    font-size: 30px;
    text-align: center;
    border-radius: 5px;
    line-height: 50px;
    color: #fff;
}

.email-icon {
    float: left;
    margin-right: 20px;
}

.email-icon-txt p {
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 17px;
}

.email-icon-txt span {
    color: #fff;
}

.email-icon {
    float: left;
    margin-right: 15px;
}

div#emailboxx {
    position: absolute;
    right: 0;
    width: 56%;
}

.contact-list {
    position: relative;
}


.gallery-list-boxx a {
    display: inline-block;
    width: 24.5%;
    margin-right: 2px;
    margin-bottom: 5px;
}


a.navbar-brand img {
    width: 115px;
}

nav.navbar.navbar-expand-lg.navbar-light a {
    color: #fff;
}

.mg-auto {
    margin: auto;
}

li.nav-item {
    padding: 0 15px;
    font-size: 16px;
    font-weight: 500;
}

.cll-box p {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}

.cll-box p i {
    color: #fff;
    font-size: 22px;
    margin-right: 10px;
}

.cll-box p {
    margin-bottom: 0;
}

.cll-box {
    background-color: #de2d1b;
    padding: 8px 15px;
    border-radius: 50px;
}


.eml-box p {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}

.eml-box p i {
    color: #fff;
    font-size: 22px;
    margin-right: 10px;
}

.eml-box p {
    margin-bottom: 0;
}

.eml-box {
    background-color: transparent;
    padding: 8px 15px;
    border-radius: 50px;
    margin-right: 10px;
    border: 1px solid #fff;
}

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: #fff;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    transition: var(--bs-navbar-toggler-transition);
}

.navbar-toggler:focus {
    box-shadow: none;
}

ul.hrs-box.mt-4 a {
    color: #707070;
}

ul.hrs-box.mt-4 a:hover {
    color: #DE2D1B;
}

section#food-menu-new {
    margin-top: 60px;
}

.menu_list {
    margin-top: 30px;
}

.menu_list img {
    border: 1px solid #ddd;
}

header {
    background: url("../img/mum-banner-bg.png") no-repeat;
    /* min-height: 767px; */
    min-height: 800px;
    background-position: center;
    background-size: cover;
}

.mum-banner {
    background: url('../img/mum-banner-bg.png') no-repeat;
    min-height: 750px;
    background-position: center;
    background-size: cover;
}

header#inner-header {
    min-height: 300px;
}

.page-title h2 {
    color: #fff;
    margin-bottom: 3px;
}

.page-title {
    margin-top: 30px;
}

.page-title ul {
    margin: 0;
    padding: 0;
}

.page-title ul li {
    list-style: none;
    display: inline-block;
    padding: 0 8px;
    border-right: 1px solid #fff;
    color: #fff;
}

.page-title ul li a {
    color: #fff;
}

.page-title ul li:last-child {
    border-right: none;
}

.abt-box {
    margin-top: 40px;
    text-align: center;
}

.abt-box h2 {
    margin-bottom: 20px;
}

span.title_new {
    font-weight: 600;
    font-size: 17px;
}

p.title_new {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
}

/* Back To Top */

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #DE2D1B;
    color: #fff;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper:hover {
    background-color: #DE2D1B;
}

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}

.scroll-top-wrapper i.fa {
    line-height: inherit;
}

.allergy-img {
    border: 1px solid black;
}

.pay-text {
    font-size: 17px;
    font-family: 'Poppins';
}

.qr-div img {
    width: 120px;
}



.food-gallery {
    gap: 10px;
}

.navbar-list a {
    color: #fff;
}
.navbar-list a:hover{
color:#dc4a21;
}


