@import url('https://fonts.googleapis.com/css2?family=Bangers&family=Lobster&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Oswald:wght@200;300;400;500;600;700&display=swap');
/* font-family: 'Lobster', sans-serif; */
/* font-family: 'Montserrat', sans-serif; */
/* font-family: 'Oswald', sans-serif; */
/* font-family: "Bangers", system-ui; */

@font-face {
    font-family: 'objektiv-mk1';
    src: url('./fonts/objektiv-mk1.otf');
}

/* scrollbar */
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* scrollbar */

#deals-of-the-day,
#our-menu,
#footer-subscribe {
    display: none;
}

/* landing */

#landing {
    background: #fff !important;
    overflow: hidden;
}

#landing:before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    /* background: #fff !important; */
    background: url('./uploads/bg.jpg');
    background-position: 50% !important;
    /* background-position: 100% 50% !important; */
    background-size: cover;
    overflow: hidden;
    z-index: 1;
}

#desktopSplide .splide__arrow,
#desktopSplide .splide__pagination {
    z-index: 11;
}

#desktopSplide {
    z-index: 2;
}

#landing #desktopSplide-track:before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, rgb(251 242 205 / 28%) 35%, rgb(255 255 255 / 0%) 50%);
    background-attachment: fixed;
    /* opacity: 1; */
    z-index: 2;
}

#landing #landing-content {
    width: 700px;
    z-index: 800;
    /* text-align: left; */
    left: 30%;
    top: 50%;
}

#landing #landing-logo img {
    width: 450px;
    filter: drop-shadow(1px 1px 0px #0606062b);
}

#landing #landing-form #tag-line,
#landing #landing-form #form-button {
    /* text-align: left; */
}

#landing #landing-form .p1 {
    font-family: "Bangers", Oswald;
    font-size: 45px;
    font-weight: 300;
    color: #328a3e;
    width: fit-content;
    margin: 20px auto auto auto;
    padding: 0 50px 10px 50px;
    line-height: 50px;
    letter-spacing: 1px;
    /* border-bottom: 2px solid #f2cd3e; */
    /* border-top: 2px solid #f2cd3e; */
    text-transform: uppercase;
    text-shadow: 1px 1px 0px #fff, 2px 2px 0px #ca3e243d;
    /* text-shadow: 1px 1px 0px #949985, 3px 3px 0px #00000042; */
    /* text-shadow: 1px 1px 0px #fefbb8, 0px -1px 0px #fefbb8; */
    /* -webkit-text-stroke: 1px #fff; */
}

#landing #landing-form .p2 {
    font-family: 'objektiv-mk1', Poppins;
    font-size: 17px;
    font-weight: 500;
    text-shadow: none;
    color: #222;
    text-shadow: 1px 1px 0px #ffffff3b;
}

.button-edged {
    font-family: "Bangers", Oswald;
    font-size: 25px;
    letter-spacing: 1px;
    background: #328a3e !important;
    border: none;
}

.button-edged:hover {
    background: #ca3e24 !important;
}

/* landing */

/* store */

#store-data {
    /* background: #f6ce4c; */
    background: linear-gradient(#facf57c2 100% ), url('./uploads/doodle.jpg') !important;
    background-position: 50% 25%;
    background-size: cover;
    border-top: 2px solid #fff;
    overflow: hidden;
    color: #222;
}

#store-data .office-info p,
#store-data #h-address a {
    color: #222 !important;
    font-weight: 500;
    letter-spacing: 1px;
}

#store-data #h-phone, #store-data .col-md-3 span, #store-data .col-md-3 p {
    font-weight: 500 !important;
}

#store-data .text-danger {
    color: #fff !important;
    background: #ca3e24;
    padding: 2px 5px;
}

#store-data .col-md-3 img {
    filter: invert(1);
}

#store-data h2:first-child {
    font-family: "Bangers", Oswald;
    font-size: 70px;
    letter-spacing: 2px;
    text-shadow: 1px 1px 0px #f2cd3eeb, 3px 3px 0px #ca3e2454;
    color: #d2402b;
}

/* store */

/* menu bar */
#menu {
    background: #ca3e24 !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.pn-Advancer {
    background: #3d3d3d !important;
}

#menu-cont>#menu>#menu-ul>li>a {
    text-transform: uppercase !important;
    background: #ca3e24;
    font-family: 'Oswald', sans-serif;
}

#menu-cont>#menu>#menu-ul>li>a.menu-active {
    border-bottom: none !important;
    background: #328a3e !important;
    color: #fff !important;
    text-transform: uppercase !important;
}

#menu ul li a:hover {
    background: #328a3e !important;
    color: #fff !important;
}

/* Price float in the top right side of the card */

/* menu */
.menu-item, #menu-items:has(.grid-menu-item) #menu_items.modal, #menu-items:has(.grid-menu-item) {
    /* background: linear-gradient(90deg, #222222f0 0%, #222222f0 100%), url('./uploads/bg_4.jpg'); */
    background: #fbf2cd;
    background-position: center !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    border-bottom: none;
}

#menu-items .menu-item:first-child {
    padding-top: 3em;
}

#menu-items .menu-item.grid-menu-item:first-child {
    padding-top: 10px;
}

#menu-items .menu-item:last-of-type {
    padding-bottom: 3em;
}

#menu-items .menu-item {
    border-bottom: 1px solid #00000000 !important;
}

#menu-items .menu-item h1 {
    text-align: center;
    background-color: transparent !important;
    color: #0b0334 !important;
    width: fit-content;
    height: fit-content;
    margin: auto;
    padding: 10px 20px !important;
    font-family: "Bangers", Oswald;
    font-weight: 500;
    font-size: 50px !important;
    letter-spacing: 2px;
    border-radius: 5px;
    text-transform: uppercase;
    text-shadow: 1px 1px 0px #faf2cb, 3px 3px 0px #0c03352e;
}

#menu-items  .menu-item div.grid-title {
    color: #0b0334 !important;
    text-align: center;
}

.menu-item #menu_items ul {
    display: flex;
    flex-wrap: wrap;
}

#menu-items ul li.group,
#menu-items ul li.single {
    width: 45%;
    margin: 10px inherit;
    border: 2px solid #0b0334;
    background: white;
    border-radius: 3px;
    height: 180px;
}

#menu-items ul li.group:hover,
#menu-items ul li.single:hover {
    background-color: #408a3a;
    border: 2px solid #408a3a;
    box-shadow: #11111154 5px 5px 10px !important;
}

#menu-items ul li.group:has(.item-thumb img),
#menu-items ul li.single:has(.item-thumb img) {
    padding-left: 10px;
}

#menu-items ul li.group:hover .item-thumb,
#menu-items ul li.single:hover .item-thumb {
    background-color: transparent;
}

#menu-items ul li.group:hover .item-title,
#menu-items ul li.single:hover .item-title {
    color: #fff;
    text-decoration: underline solid #fff 2px;
    text-underline-position: under;
}

#menu-items ul li.group:hover .item-description,
#menu-items ul li.single:hover .item-description {
    color: #fff;
}

#menu-items ul li.group:hover .item-price,
#menu-items ul li.single:hover .item-price {
    box-shadow: 0px 0px 5px #fff;
}

#menu-items ul li.group:hover .item-thumb img.b-lazy.b-loaded,
#menu-items ul li.single:hover .item-thumb img.b-lazy.b-loaded {
    /* transform: scale(1.2); */
}

#menu-items ul li.group:hover .item-icons img,
#menu-items ul li.single:hover .item-icons img {
    filter: invert(1);
}

#menu-items ul li.group:last-child,
#menu-items ul li.single:last-child {
    width: 45%;
    margin: inherit auto auto 2.5%;
}

#menu-items .item-title-container {
    width: 100% !important;
}

#menu-items .item-title-container .item-title {
    /* width: 80% !important; */
    font-size: 17px !important;
    font-weight: 700;
    line-height: normal;
    color: #222;
    max-height: max-content !important;
}

#menu-desc-header {
    padding: 0;
    text-align: center;
    margin: 20px;
    font-size: 14px;
}

.menu-item .item-thumb {
    /* display: flex !important;
    align-items: center;
    background-color: transparent;
    overflow: hidden; */
}

.menu-item .item-thumb img {
    /* padding: 20px;
    position: relative;
    object-fit: cover;
    transition: all .5s ease; */
    border-radius: 5px;
}

.item-price {
    font-family: 'Oswald', sans-serif;
    font-size: 17px !important;
    font-weight: 400;
    padding: 7px 10px;
    background-color: #c23c1c;
    color: #fff;
    height: fit-content;
    border: 2px solid #fff;
    border-radius: 5px;
}

.item-description {
    font-size: 14px;
    font-weight: 400;
    /* -webkit-line-clamp: unset; */
}

#modal-addbtn,
.add-button,
.customise-add-button,
.modal-deals .modal-footer button {
    background: #009247 !important;
    border: none;
    text-transform: uppercase;
    color: #fff !important;
    font-weight: 700 !important;
    letter-spacing: 2px;
}

.item-add-buttons .btn-primary,
.modal-deals .modal-footer button,
#menu-items ul li #item-buttons .modal-hh .modal-footer button {
    background-color: #009247 !important;
}

.item-add-buttons .btn-primary:hover {
    background-color: #009247;
}

input:checked+.input-group-label,
.modal-deals .modal-header button,
.modal-hh input:checked+.input-group-label,
.modal-deals .deal-modal-body-customize input:checked+.input-group-label {
    background: #cf2b36 !important;
}

.input-group-label:hover,
.modal-deals .modal-header button:hover {
    background: #cf2b36a8 !important;
    color: #fff !important;
}

#menu-items .modal-popup .modal-body .menu-item-option .input-group-label {
    color: #222;
}

.input-group-label.input-group-label-template2.input-group-label-default {
    color: #222;
}

.popup-current-toppings #current-toppings #current-toppings-list ul#current-toppings-list-ul li {
    color: #222;
}

#menu-items>.item-icons-container {
    padding: 20px 0 !important;
    margin-bottom: 20px;
    border-top: 2px solid #00000024 !important;
    border-bottom: 2px solid #00000024 !important;
}

/* menu */

/* about */

#about-us {
    text-align: center;
    padding: 50px 0 100px 0;
    background: linear-gradient( to left, #d2402ae0 0%, #d2402ae0 100% ), url('./uploads/doodle.jpg') !important;
    background-position: 50% 25%;
    background-size: cover;
    overflow: hidden;
}

#about-us .section-title {
    display: none;
}

#about-us .d1 img {
    width: 500px;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(500%) contrast(100%);
    /* filter: invert(71%) sepia(88%) saturate(367%) hue-rotate(0deg) brightness(103%) contrast(90%); */
}

#about-us .d1 h2 {
    font-family: "Bangers", Oswald;
    text-shadow: 1px 1px 0px #f2cd3eeb, 3px 3px 0px #ca3e2454;
    font-size: 50px;
    font-weight: 400;
    letter-spacing: 3px;
    color: #f6ce4c;
    width: fit-content;
    margin: 30px auto;
    padding: 0 30px;
    text-transform: uppercase;
    border-bottom: 2px solid #f6ce4c;
}

#about-us .d1 p {
    font-size: 16px;
    color: #fff;
}

#about-us .d1 p.p1 {
    font-size: 20px;
    font-weight: 600;
}

/* about */

/* footer alert */
#footerOfflineAlert {
    background-color: #d2402b;
}

#footerOfflineAlert .progress {
    background-image: linear-gradient(to bottom,#d2402b9e 0,#d2402beb 100%) !important;
}
/* footer alert */

/* media query */
@media (max-height: 800px) {
    /* landing */

    #landing #landing-logo img {
        width: 300px;
    }

    /* landing */
}

@media (max-width: 1600px) {
    /* landing */

    #landing #landing-content {
        width: 600px;
        /* left: 25%; */
    }

    #landing #landing-logo img {
        width: 400px;
    }

    #landing #landing-form .p1 {
        font-size: 40px;
    }
    
    #landing #landing-form .p2 {
        font-size: 15px;
    }

    /* landing */
}

@media (max-width: 1440px) {
    /* landing */

    #landing #landing-content {
        width: 600px;
        /* left: 25%; */
    }

    #landing #landing-logo img {
        width: 400px;
    }

    /* landing */
}

@media (max-width: 1200px) {

    /* landing */

    #landing #landing-content {
        width: 580px;
        left: 32%;
    }

    #landing #landing-form .p1 {
        font-size: 36px;
        line-height: 45px;
    }

    #landing #landing-form .p2 {
        font-size: 16px;
    }

    /* landing */
}

@media (max-width: 1024px) {

    /* scrollbar */
    /* width */
    ::-webkit-scrollbar {
        width: 0;
    }

    /* scrollbar */

    /* landing */

    #landing #landing-content {
        top: 50%;
        left: 50%;
        width: 700px !important;
        text-align: center;
    }

    #landing #landing-form {
        width: 100%;
    }

    #landing #landing-logo img {
        width: 400px;
    }

    #landing #landing-form #tag-line,
    #landing #landing-form #form-button {
        text-align: center;
    }

    #landing #landing-form .p2 {
        width: 100%;
        font-size: 16px;
        font-weight: 500;
        margin-top: 10px;
    }

    #desktopSplide .splide__slide {
        background-size: 180% !important;
        background-position: 90% 35% !important;
    }

    #landing #desktopSplide-track:before {
        content: '';
        display: block;
        position: absolute;
        height: 100%;
        width: 100%;
        background: linear-gradient(90deg, #ffffffe6 0%, #ffffffe6 100%) !important;
        /* background: linear-gradient(90deg, #222222e6 0%, #222222e6 100%) !important; */
        background-attachment: fixed;
        opacity: 1;
        z-index: 2;
    }

    #landing #landing-form .p1 {
        font-size: 40px;
        text-shadow: 1px 1px 0px #fff, 2px 2px 0px #ca3e243d;
    }

    /* landing */

    /* store */

    #store-data h2:first-child {
        font-size: 60px;
        text-shadow: 1px 1px 0px #f2cd3eeb, 2px 2px 0px #ca3e243d;
    }
    
    /* store */

    /* menu bar */
    #menu {
        padding: 0;
    }

    #menu-ul .first {
        margin-left: 20px;
    }

    #menu-ul li:last-child {
        margin-right: 40px;
    }

    #menu-cont>#menu>#menu-ul>li>a {
        height: 50px;
        padding: 15px 20px;
        background: #ca3e24 !important;
        color: #fff !important;
    }

    .pn-Advancer {
        width: 40px !important;
        padding: 5px 10px !important;
    }

    svg.pn-Advancer_Icon {
        width: 15px !important;
        fill: #fff !important;
    }

    .pn-Advancer_Left {
        left: 0 !important;
    }

    .pn-Advancer_Right {
        right: 0 !important;
    }

    /* menu bar */

    /* menu */
    .menu-item #menu_items ul {
        display: flex;
        align-items: flex-start;
    }

    #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;
        height: -webkit-fill-available;
        padding: 15px;
    }

    #menu-items ul li.group:last-child,
    #menu-items ul li.single:last-child {
        width: 45%;
        margin: 10px auto 20px 2.5%;
    }

    #menu-items:has(img.b-lazy.b-loaded) .item-title-container {
        display: flex;
        flex-direction: column;
    }

    .menu-item #menu_items:has(.visual-tag-container) ul li .visual-tag-container {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .menu-item #menu_items ul li .visual-tag-label+.item-price {
        margin: 5px 0 0 0;
    }

    #menu-items:has(.item-block-no-image) .item-block-no-image .item-title-container {
        display: flex !important;
        flex-direction: row !important;
    }

    #menu-items:has(.item-block-no-image) .item-block-no-image {
        width: 100%;
    }

    .menu-item .item-thumb {
        /* float: none;
        position: relative;
        display: flex !important;
        flex: 0 0 50%;
        flex-direction: column;
        overflow: hidden;
        justify-content: flex-start;
        align-items: center;
        height: auto;
        min-height: 160px;
        max-width: 300px;
        padding: 0 20px 0 0; */
    }

    .menu-item .item-thumb img {
        object-fit: contain;
        /* transition: opacity .3s ease-out, transform .3s ease-out;
        position: relative;
        max-width: 100% !important;
        max-height: 300px;
        min-height: 200px;
        -o-object-fit: cover;
        object-fit: cover;
        padding: 10px;
        margin: 0 !important; */
    }

    .menu-item .item-block {
        margin: 0;
        width: 60% !important;
        padding: 0 10px 10px 0px;
    }

    #menu-items .item-title-container .item-title {
        min-height: fit-content !important;
        width: fit-content !important;
    }

    #menu-items .menu-item h1 {
        font-size: 45px !important;
        font-weight: 400 !important;
        padding: 8px 15px !important;
    }

    .item-description {
        -webkit-line-clamp: unset;
    }

    #menu-items .item-title-container .item-price {
        position: initial;
        width: fit-content !important;
        padding: 4px 15px 4px 15px;
    }

    /* #menu-items #menu-items ul li.group:has(.item-thumb) .item-title-container .item-price, #menu-items ul li.single:has(.item-thumb) .item-title-container .item-price {
        position: initial;
        width: fit-content !important;
        padding: 4px 15px 0px 15px;
    } */

    #menu-items>.item-icons-container {
        margin-bottom: 0 !important;
    }

    #menu-items:has(.grid-menu-item) .item-icons-container {
        padding: 0 !important;
    }
    

    #menu-items,
    #main-content {
        padding-bottom: 0 !important;
    }

    /* menu */
}

@media (max-width: 991px) {
    #store-data .col-md-3 {
        width: 100% !important;
        text-align: center;
    }   
}

@media (max-width: 768px) {

    /* landing */

    #landing #landing-content {
        width: 90% !important;
    }

    #landing #landing-logo img {
        width: 380px;
    }

    #landing #landing-form .p1 {
        font-size: 35px;
        padding: 0 !important;
        /* padding: 0 20px 5px 20px !important; */
        line-height: normal;
    }

    #landing #landing-form .p2 {
        font-size: 14px;
        font-weight: 500 !important;
        text-shadow: 0px 0px 0px #000000;
    }

    #desktopSplide .splide__slide {
        background-position: 75% 30% !important;
        background-size: 250% !important;
    }

    #landing #desktopSplide-track:before {
        content: '';
        display: block;
        position: absolute;
        height: 100%;
        width: 100%;
        background: linear-gradient(90deg, #ffffffe6 0%, #ffffffe6 100%) !important;
        /* background: linear-gradient(90deg, #222222e6 0%, #222222e6 100%) !important; */
        background-attachment: fixed;
        opacity: 1;
        z-index: 2;
    }


    /* landing */

    /* store */

    #store-data h2:first-child {
        font-size: 45px;
    }

    /* store */

    /* menu bar */
    #menu {
        padding: 0;
    }

    #menu-cont>#menu>#menu-ul>li>a {
        padding: 5px 10px !important;
        font-size: 15px;
        height: auto;
    }

    .pn-Advancer {
        padding: unset !important;
    }

    /* menu bar */

    /* menu */
    #menu-items ul li.group,
    #menu-items ul li.single {
        width: 45%;
        margin: 10px auto;
        display: flex;
        padding: 0;
        border: 2px solid #111;
        align-items: start;
        box-shadow: #11111191 3px 4px 5px !important;
    }

    .menu-item .item-thumb {
        position: relative !important;
        display: flex !important;
        justify-content: center;
        top: 0;
        width: 50% !important;
        transform: none;
        padding: 10px 0;
    }

    .menu-item .item-thumb img {
        min-height: 120px !important;
        width: 120px !important;
        border-radius: 0 !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;
    }

    #menu-items .item-title-container .item-title {
        font-size: 16px !important;
    }

    .item-description {
        -webkit-line-clamp: unset;
        font-size: 14px !important;
    }

    #menu-items .item-title-container .item-price {
        font-size: 14px !important;
    }

    #menu-items .menu-item h1 {
        font-size: 35px !important;
        text-shadow: 0px 1px 0px #faf2cb, 2px 2px 0px #0c033540;
    }

    /* menu */

    /* about */

    #about-us .section-title {
        display: none;
    }

    #about-us .d1 img {
        width: 350px;
        max-width: 80%;
    }

    #about-us .d1 h2 {
        font-size: 40px;
    }

    #about-us .d1 p {
        font-size: 15px;
    }

    /* about */

}

@media only screen and (max-width: 680px) {

    /* menu */

    #menu-items ul li.group,
    #menu-items ul li.single {
        width: 90%;
        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: 90%;
        margin: 10px auto 20px auto;
    }

    /* menu */

}

@media only screen and (max-width: 560px) {

    /* landing */
    
    #desktopSplide .splide__slide {
        background-position: 70% 20% !important;
        background-size: 400% !important;
    }

    #landing #landing-logo img {
        width: 300px;
    }

    #menu-items h1 {
        font-size: 28px !important;
    }

    .button-edged {
        font-size: 20px;
    }

    /* landing */

    /* menu */
    .menu-item #menu_items ul {
        display: flex;
        align-items: flex-start;
    }

    /* #menu-items ul li.group, #menu-items ul li.single {
        width: 90%;
        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: 90%;
        margin: 10px auto 20px auto;
    } */

    .item-price {
        font-size: 15px !important;
        padding: 1px 12px 1px 12px !important;
    }

    .item-description {
        font-size: 12px !important;
    }

    /* menu */
}

@media (max-width: 500px) {

    #landing #landing-form .p1 {
        font-size: 25px;
    }

    #landing #landing-logo img {
        width: 220px;
    }

    /* menu */

    #menu-items .menu-item h1 {
        line-height: normal;
        height: fit-content;
        /* padding: 10px 30px !important; */
    }

    /* menu */

    /* about */

    #about-us {
        padding: 50px 0;
    }

    #about-us .section-title {
        display: none;
    }

    #about-us .d1 img {
        width: 200px;
    }

    #about-us .d1 h2 {
        font-size: 30px;
        margin-bottom: 20px;
        padding: 0 10px;
    }

    #about-us .d1 p {
        font-size: 13px;
    }

    #about-us .d1 p.p1 {
        font-size: 16px;
    }

    /* about */
}