/* New Css */

@import url('https://fonts.googleapis.com/css2?family=Carattere&display=swap');

/* hide */
#deals-of-the-day,
#our-menu,
#footer-subscribe,
.menu-locations,
#download-app .section-content .section-title,
#about-us .section-title,
.btn-franchise,
#download-app {
    display: none !important;
}

/* landing */

#landing {
    background: #111 !important;
    overflow: hidden;
}

#landing:before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    /* background: #111 !important; */
    background: url('./uploads/bg.jpg') no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    overflow: hidden;
    z-index: 1;
}

#landing #desktopSplide-track:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, rgb(5 5 5 / 66%) 35%, rgb(0 0 0 / 0%) 50%);
    background-attachment: fixed;
    z-index: 2;
}

/* #desktopSplide:before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, rgb(255 255 255 / 35%) 45%, rgb(255 255 255 / 0%) 0%), url('./uploads/l-bg.png') no-repeat !important;
    background-position: 0% 70% !important;
    background-size: cover;
    z-index: 10;
    opacity: .3;
} */

#desktopSplide .splide__slide {
    background-size: 90% !important;
    background-position: 150px center !important;
    transition: 1s all ease-in-out;
}

#desktopSplide .splide__arrow,
#desktopSplide .splide__pagination {
    z-index: 11;
    display: none;
}

#desktopSplide {
    z-index: 2;
}

#landing #landing-content {
    width: 600px;
    z-index: 999;
    left: 26%;
    text-align: left;
    top: 50%;
    transition: 1s all ease;
}

#landing #landing-content #tag-line {
    text-align: left;
}

#landing #landing-content #tag-line p:nth-child(1):after {
    content: '';
    display: block;
    width: 200px;
    border-bottom: 2px solid #fff;
    text-align: left;
    margin: 3% 0 3% 0;
}

p.ptagline {
    color: #fff;
    font-size: 46px;
    font-weight: 800;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #fff;
    /* background: -webkit-linear-gradient(#fff, #656A03) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important; */
}

p.ptagline:before {
    content: attr(alt);
    position: absolute;
    width: 100%;
    -webkit-text-stroke: 10px #656A03;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

p.ptext {
    color: #fff;
    font-size: 17px;
    font-weight: 200;
    line-height: normal;
}

p.ptext span {
    font-weight: 600;
}

/* store-data */
#store-data {
    background: linear-gradient(rgb(17 17 17 / 40%), rgb(17 17 17 / 40%)), url(./uploads/banner.jpg) no-repeat;
    background-size: cover !important;
    background-position: center !important;
    background-attachment: scroll !important;
}

#store-data h2 {
    font-family: 'Carattere';
    text-transform: capitalize;
    font-size: 65px;
    font-weight: 600;
}

/* menu-nav */
#menu {
    background: #111;
    text-align: center;
    box-shadow: 0px 15px 20px rgb(255 255 255 / 8%);
    padding-top: 4px;
    padding-bottom: 4px;
}

#menu ul li a {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    border-top: 2px solid #111;
    border-bottom: 2px solid #111;
    padding: 20px 30px;
    color: #fff !important;
    background: #111 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 0.3s ease-in-out, font-weight 0.2s ease;
}

#menu ul li a:hover,
#menu ul li:hover>a {
    color: #b7c004 !important;
    background: #111 !important;
    /* background-image: linear-gradient(to left, #F36349 , #FCBC38) !important; */
    border-bottom: 2px solid #fff !important;
    font-weight: 900;
    transform: scale(1);
}

#menu-cont>#menu>#menu-ul>li>a.menu-active {
    color: #b7c004 !important;
    background: #111 !important;
    border-bottom: 2px solid #fff !important;
    /* background-image: linear-gradient(to right, #F36349 , #FCBC38) !important; */
}

.pn-Advancer {
    background: #111;
}

.pn-Advancer_Icon {
    fill: #fff !important;
}

/* menu */
.menu-item {
    background: linear-gradient(rgb(17 17 17 / 20%), rgb(17 17 17 / 20%)), url(./uploads/menu.jpg) no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    background-attachment: fixed !important;
    padding: 20px;
    border-bottom: transparent;
}

#menu-items {
    background: linear-gradient(rgb(17 17 17 / 20%), rgb(17 17 17 / 20%)), url(./uploads/menu.jpg) no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    background-attachment: fixed !important;
}

#menu-items .menu-item:first-child {
    padding-top: 2em;
}

#menu-items .menu-item h1::before,
#menu-items .menu-item h1::after {
    content: "";
    position: absolute;
    top: 47%;
    width: 30px;
    height: 5px;
    background: #b7c004;
}

.menu-item h1::before {
    left: -45px;
}

.menu-item h1::after {
    right: -45px;
}

#menu-items .menu-item h1 {
    position: relative;
    text-align: center;
    background: transparent !important;
    color: #fff !important;
    width: fit-content;
    margin: auto;
    font-family: 'Carattere';
    font-weight: 600 !important;
    font-size: 65px !important;
    text-transform: capitalize;
    height: fit-content;
    letter-spacing: 1px;
    /* box-shadow: 0px 0px 15px #ffc8826e; */
    /* -webkit-text-fill-color: #090909;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    text-shadow: 4px 4px 0px #1e1e1e42, 5px 4px 0px rgba(0, 0, 0, 0.15); */
    /* text-shadow: 2px 2px 0px #11111142, 5px 4px 0px rgb(0 0 0 / 10%); */
}

#menu-items ul li.group,
#menu-items ul li.single {
    background: transparent;
    padding: 20px;
    border: 2px solid #656A03;
    border-radius: 20px;
    outline: 2px solid #fff;
    outline-offset: -10px;
    min-height: 200px !important;
}

#menu-items ul li.group:hover,
#menu-items ul li.single:hover {
    background: #656A03;
    border: 2px solid #fff;
    outline: 2px solid #656A03;
    outline-offset: -10px;
    box-shadow: 0px 0px 15px #656A03;
}

#menu-items .item-title-container .item-title {
    /* width: 100% !important; */
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    color: #b7c004;
    max-height: max-content !important;
    -webkit-line-clamp: 5;
}

li.group:hover .item-title,
li.single:hover .item-title {
    color: #fff !important;
}

#menu-items .item-title-container .item-title:after {
    content: '';
    display: block;
    margin-top: 3px;
    width: 0;
    height: 2px;
    background: #fff;
    transition: .2s;
}

#menu-items ul li.group:hover .item-title-container .item-title:after,
#menu-items ul li.single:hover .item-title-container .item-title:after {
    width: 100%;
}

.item-price {
    background: #656A03;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 15px !important;
    border-radius: 4px;
    padding: 8px 12px;
    height: fit-content;
    transition: .2s;
}

li.group:hover .item-price,
li.single:hover .item-price {
    background: #fff;
    color: #656A03;
    box-shadow: 0px 0px 10px #fff;
}

.item-description {
    color: #fff;
    -webkit-line-clamp: 5;
}

#menu-desc-header,
#menu-desc-footer {
    color: #fff;
    text-align: center;
    width: fit-content;
    margin: auto;
}

.menu-item .item-thumb {
    display: flex !important;
    align-items: center;
    background-color: transparent;
    overflow: hidden;
}

.menu-item .item-thumb img {
    padding: 5px;
    position: relative;
    object-fit: contain;
}

.modal-deals .modal-body .deal-modal-body-selection-list .deal-item-thumb {
    overflow: hidden;
}

.modal-deals .modal-body .deal-modal-body-selection-list .deal-item-thumb img {
    transform: scale(1);
}

/* about us */

#about-us {
    background: linear-gradient(rgb(5 5 5 / 50%), rgb(5 5 5 / 100%)), url('./uploads/about-us-image.jpg') no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    background-attachment: scroll !important;
}

#about-us .d1 {
    width: 85%;
    margin: auto;
    text-align: center;
    transition: all 1s ease;
}

#about-us .d1 img.a-logo {
    width: 350px;
    transition: all 1s ease;
}

#about-us .d1 h2 {
    font-size: 65px;
    font-weight: 900;
    font-family: 'Carattere';
    margin: 3% auto;
    color: #fff;
    text-transform: capitalize;
    width: fit-content;
    position: relative;
    width: fit-content;
    height: auto;
}

#about-us p {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    width: fit-content;
    line-height: normal;
}

#about-us p.p2 {
    border: 2px solid;
    background: url(./uploads/menu.jpg) no-repeat;
    border-image: linear-gradient(50deg, #656A03, #FF0000) 1;
    background-size: cover;
    padding: 12px 24px;
    width: fit-content;
}

/* mobile view*/

@media (max-width: 1899px) {
    #landing:before {
        background-position: top !important;
    }

    #desktopSplide .splide__slide {
        background-size: 85% !important;
        background-position: 250px center !important;
    }
}

@media (max-width: 1799px) {}

@media (max-width: 1699px) {}

@media (max-width: 1599px) {
    p.ptagline {
        font-size: 40px;
    }

    p.ptext {
        font-size: 15px;
    }

    .item-price {
        font-size: 14px !important;
        padding: 8px 10px;
    }
}

@media (max-width: 1499px) {
    #desktopSplide .splide__slide {
        background-size: 95% !important;
        background-position: 100px center !important;
    }
}

@media (max-width: 1399px) {
    body {
        padding-bottom: 0;
    }
}

@media (max-width: 1299px) {
    #landing #landing-content {
        left: 28%;
        width: 550px;
    }

    #store-data {
        background-position: left !important;
    }
}

@media (max-width: 1199px) {}

/* tablet */

@media (max-width: 1024px) {
    #main-content {
        padding-bottom: 0px;
    }

    ::-webkit-scrollbar {
        width: 0;
    }

    #landing:before {
        background: url(./uploads/menu.jpg) no-repeat !important;
    }

    #desktopSplide .splide__slide {
        background-size: 200% !important;
        background-position: 70% center !important;
    }

    #landing #desktopSplide-track:before {
        background: linear-gradient(rgb(5 5 5 / 66%), rgb(5 5 5 / 66%));
        background-attachment: fixed;
    }

    #landing #landing-content {
        width: 100%;
        z-index: 999;
        left: 50%;
        text-align: center;
        top: 50%;
        transition: 1s all ease;
    }

    #landing #landing-content #tag-line {
        text-align: center;
    }

    #landing #landing-content #tag-line p:nth-child(1):after {
        content: '';
        display: block;
        width: 200px;
        border-bottom: 2px solid #fff;
        text-align: center;
        margin: 3% auto 3% auto;
    }

    p.ptagline {
        color: #fff;
        font-size: 46px;
        font-weight: 800;
    }

    p.ptagline:before {
        content: attr(alt);
        position: absolute;
        width: 60%;
        -webkit-text-stroke: 10px #656A03;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }

    #store-data {
        background: linear-gradient(rgb(5 5 5 / 66%), rgb(5 5 5 / 66%)), url(./uploads/banner.jpg) no-repeat !important;
        background-size: cover !important;
    }

    a#store-location {
        color: #fff;
    }

    #menu-ul .first {
        margin-left: 10px;
    }

    #menu-ul li:last-child {
        margin-right: 10px;
    }

    .menu-item h1::before {
        left: -30px;
    }

    .menu-item h1::after {
        right: -30px;
    }

    #menu-items ul li.group,
    #menu-items ul li.single {
        width: 45%;
        margin: 10px auto;
        display: flex;
        align-content: flex-start;
        min-height: -webkit-fill-available;
    }

    #menu-items ul li.group:last-child,
    #menu-items ul li.single:last-child {
        width: 45%;
        margin: 10px auto 10px 2.5%;
    }

    #menu-items .item-title-container {
        display: flex;
        flex-direction: column;
        width: 100% !important;
    }

    .menu-item #menu_items ul li .visual-tag-label+.item-price {
        margin: 5px 0 0 0;
    }

    .menu-item #menu_items ul li .item-block-no-image .visual-tag-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100% !important;
    }

    .menu-item #menu_items ul li .visual-tag-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100% !important;
    }

    #menu-items .item-title-container .item-title {
        min-height: fit-content !important;
        width: fit-content !important;
        font-size: 16px !important;
    }

    #menu-items .item-title-container .item-price {
        position: initial;
        width: fit-content !important;
        padding: 4px 13px 4px 13px;
        border: 1px solid #656A03 !important;
        border-radius: 3px;
    }

    .menu-item .item-thumb {
        float: none;
        position: relative;
        display: flex !important;
        flex: 0 0 40%;
        flex-direction: column;
        overflow: hidden;
        justify-content: center;
        align-items: center;
        height: auto;
        min-height: 160px;
        max-width: 300px;
        margin-right: 10px;
    }

    .menu-item .item-block {
        margin: 0;
        width: 60% !important;
        padding: 0 10px 10px 0px;
    }

    .item-price {
        font-size: 14px !important;
    }
}

@media (max-width: 999px) {
    p.ptagline {
        color: #fff;
        font-size: 40px;
        font-weight: 800;
    }

    p.ptagline:before {
        content: attr(alt);
        position: absolute;
        width: 70%;
        -webkit-text-stroke: 10px #656A03;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }

    #store-data #store-details {
        text-align: center;
    }
}

@media (max-width: 899px) {
    #desktopSplide .splide__slide {
        background-size: 200% !important;
        background-position: 70% center !important;
    }
}

@media (max-width: 799px) {
    p.ptagline {
        color: #fff;
        font-size: 35px;
        font-weight: 800;
    }

    p.ptagline:before {
        content: attr(alt);
        position: absolute;
        width: 90%;
    }

    #menu ul li a {
        border-radius: 0px;
    }

    .menu-item #menu_items ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: start;
    }

    #menu-items ul li.group,
    #menu-items ul li.single {
        width: 45%;
        margin: 10px auto;
        display: flex;
        padding: 10px;
        /* border: 1px solid #cf2b36; */
        align-items: flex-start;
    }

    .menu-item .item-thumb {
        position: relative !important;
        display: flex !important;
        justify-content: flex-start;
        top: 0;
        width: 50% !important;
        transform: none;
        background: none !important;
    }

    .menu-item .item-thumb img {
        min-height: 150px !important;
    }

    .menu-item .item-block {
        position: relative !important;
        padding: 10px 10px 10px 0;
    }

    .item-block-no-image {
        padding: 10px;
    }

    #menu-items .item-title-container {
        width: 100% !important;
    }

    .item-description {
        font-size: 13px !important;
    }
}

@media (max-width: 699px) {
    #menu-items .modal {
        overflow-y: scroll !important;
    }

    #menu-items .menu-item h1 {
        padding: 10px;
        font-size: 50px !important;
    }
}

@media (max-width: 599px) {
    #menu-items .modal {
        overflow-y: scroll !important;
    }

    #menu-items .menu-item h1 {
        padding: 10px;
        font-size: 40px !important;
    }

    .menu-item #menu_items ul {
        display: flex;
        align-items: flex-start;
    }

    #menu-items ul li.group,
    #menu-items ul li.single {
        width: 100%;
        margin: 10px auto;
        display: flex;
        align-items: flex-start;
        min-height: -webkit-fill-available;
    }

    #menu-items ul li.group:last-child,
    #menu-items ul li.single:last-child {
        width: 100%;
        margin: 10px auto 20px auto;
    }

    .menu-item .item-thumb img {
        transition: opacity 1s ease-out, transform 1s ease-out;
        position: relative;
        max-width: 100% !important;
        min-height: 170px !important;
        -o-object-fit: cover;
        object-fit: cover;
        padding: 10px;
        margin: 0 !important;
        transform: scale(1);
    }

    .item-description {
        font-size: 13px !important;
    }

    .item-price {
        font-size: 16px !important;
    }

    .item-block-no-image {
        width: 100%;
    }

    #about-us {
        background: linear-gradient(rgb(5 5 5 / 66%), rgb(5 5 5 / 66%)), url('./uploads/about-us-image.jpg') no-repeat !important;
        background-size: cover !important;
        background-position: right !important;
        background-attachment: scroll !important;
    }

    #about-us p {
        font-size: 15px;
    }
}

@media (max-width: 499px) {
    p.ptagline {
        color: #fff;
        font-size: 30px;
        font-weight: 800;
    }

    p.ptagline:before {
        content: attr(alt);
        position: absolute;
        width: 100%;
    }
}

@media (max-width: 450px) {
    p.ptagline {
        color: #fff;
        font-size: 26px;
        font-weight: 800;
    }

    p.ptagline:before {
        content: attr(alt);
        position: absolute;
        width: 100%;
    }

    #desktopSplide .splide__slide {
        background-size: 200% !important;
        background-position: 70% 120% !important;
    }

    #menu-items .menu-item h1 {
        padding: 5px;
        font-size: 34px !important;
    }
}

@media (max-width: 375px) {
    p.ptagline {
        color: #fff;
        font-size: 24px;
        font-weight: 800;
    }

    p.ptagline:before {
        content: attr(alt);
        position: absolute;
        width: 90%;
    }

    #menu-items .menu-item h1 {
        padding: 5px;
        font-size: 30px !important;
    }
}

@media (max-width: 325px) {
    p.ptagline {
        color: #fff;
        font-size: 20px;
        font-weight: 800;
    }

    p.ptagline:before {
        content: attr(alt);
        position: absolute;
        width: 90%;
    }

    #store-data {
        background-position: center !important;
    }

    #store-data h2 {
        font-size: 50px !important;
    }

    #menu-items .menu-item h1 {
        padding: 5px;
        font-size: 35px !important;
    }

    #menu-items .menu-item h1::before,
    #menu-items .menu-item h1::after {
        width: 20px;
    }
}