@import url('https://fonts.googleapis.com/css2?family=Nosifer&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* UPDATED CSS v4 */

#left-nav #store-nav #nav_profile_pic span b {
    font-size: 0px;
}

#left-nav #store-nav #nav_profile_pic span b:after {
    content: 'Crust n Craft';
    font-size: 14px;
}

#left-nav #store-nav {
    text-align: center;
}

#partner-enquiry .section-title2 {
    font-size: 0px;
}

#partner-enquiry .section-title2:after {
    content: 'Contact Crust n Craft';
    font-size: 32px;
}

#partner-enquiry .partner-enquiry-text {
    font-size: 0px;
}

#partner-enquiry .partner-enquiry-text:after {
    content: 'Get in touch with Crust n Craft. Simply leave your details below.';
    font-size: 18px;
}

#footer-copyright b {
    font-size: 0px;
}

#footer-copyright b:before {
    content: 'Crust n Craft';
    font-size: 14px;
}

@font-face {
    font-family: "GT America Expanded Black";
    src: url("https://db.onlinewebfonts.com/t/33b66a066789321b7169de24c36b7ade.eot");
    src: url("https://db.onlinewebfonts.com/t/33b66a066789321b7169de24c36b7ade.eot?#iefix")format("embedded-opentype"),
        url("https://db.onlinewebfonts.com/t/33b66a066789321b7169de24c36b7ade.woff2")format("woff2"),
        url("https://db.onlinewebfonts.com/t/33b66a066789321b7169de24c36b7ade.woff")format("woff"),
        url("https://db.onlinewebfonts.com/t/33b66a066789321b7169de24c36b7ade.ttf")format("truetype"),
        url("https://db.onlinewebfonts.com/t/33b66a066789321b7169de24c36b7ade.svg#GT America Expanded Black")format("svg");
}

/* navbar */
.navbar {
    background: #FDFDF3;
    box-shadow: 0px 5px 10px #e0e0dfa1;
}

.nav-color {
    background: #BC2026 !important;
    box-shadow: none;
}

.navbar-inverse .navbar-nav>li>a {
    font-family: 'Poppins';
    color: #111 !important;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .02em;
}

.navbar-right>li,
.navbar-right>li>a {
    font-family: 'Poppins';
    color: #111 !important;
    font-weight: 700;
    letter-spacing: .02em;
}

.navbar-right .glyphicon img {
    filter: brightness(0%) invert(10) !important;
}

.navbar.navbar-inverse.navbar-fixed-top.nav-color .navbar-left>li>a,
.navbar.navbar-inverse.navbar-fixed-top.nav-color .navbar-right>li>a,
.navbar.navbar-inverse.navbar-fixed-top.nav-color .navbar-right>li {
    color: #141414 !important;
}

.navbar.navbar-inverse.navbar-fixed-top.nav-color .navbar-right .glyphicon img {
    filter: brightness(0%) !important;
}

.navbar-right .glyphicon img {
    filter: brightness(0%) invert(0) !important;
    /*     filter: brightness(0%)!important; */
}

.navbar.navbar-inverse.navbar-fixed-top.nav-color .navbar-left>li>a,
.navbar.navbar-inverse.navbar-fixed-top.nav-color .navbar-right>li>a,
.navbar.navbar-inverse.navbar-fixed-top.nav-color .navbar-right>li {
    color: #fff !important;
}

.navbar.navbar-inverse.navbar-fixed-top.nav-color .navbar-right .glyphicon img {
    filter: brightness(100) !important;
}

.navbar-left>li>a::after,
.navbar-left>.menu-franchise-inquiry::after {
    background-color: #BC2026;
    left: 0;
    height: 4px;
    border-radius: 0;
    width: 100%;
}

.nav-color .navbar-left>li>a::after {
    background-color: #fff;
}

/* landing */
#landing {
    background: linear-gradient(rgb(255 255 255 / 0%)), url('./uploads/bg-overlay-new.jpg') no-repeat !important;
    background-size: cover !important;
    background-attachment: scroll !important;
    background-position: center !important;
    overflow: hidden;
}

#landing:before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(to right, #ffffff00 0%, #ffffff00 0%);
    /* background: linear-gradient(to right, #000000b0 1%, #000000b0 100%); */
    background-attachment: scroll;
    /* opacity: 1; */
    z-index: 2;
}

#landing #landing-content {
    width: 800px;
    z-index: 99;
    left: 50%;
    top: 55%;
    left: 50%;
    transition: all .75s ease-in-out;
    text-align: center;
}

#landing #landing-logo img {
    display: none;
}

#landing .welcome {
    font-size: 20px;
    font-family: "Google Sans Flex";
    font-weight: 900;
    color: #222;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
}

#landing .n-logo {
    width: 300px;
}

#landing .symbol svg {
    margin-top: 50px;
    width: 100px;
}

#landing .p-title {
    font-family: "Poppins";
    font-size: 30px;
    font-weight: 800;
    color: #222;
    margin: 30px auto;
    line-height: normal;
    text-transform: uppercase;
    text-shadow: 2px 2px 0px #ffffff70, 5px 4px 0px rgb(0 0 0 / 10%);
}

#landing .p-title span.crust {
    font-family: "Nosifer";
    font-size: 60px;
    color: #BC2026;
}

#landing .p-title span.craft {
    font-family: "Nosifer";
    font-size: 60px;
    color: #146734;
}

/* store */

#store-data {
    /* background: linear-gradient(#ffffffb0), url('./uploads/bg-overlay.jpg') no-repeat !important; */
    background: #fff;
    background-size: cover !important;
    background-attachment: scroll !important;
    background-position: top !important;
    overflow: hidden;
    color: #111 !important;
}

#store-data .office-info p,
#store-data #h-address a {
    color: #111 !important;
    letter-spacing: 1px;
}

#store-data .text-danger {
    /* color: #111 !important; */
    /* background: #FF6D1F; */
}

#store-data h2:first-child {
    font-family: 'Kanit';
    font-size: 0px !important;
    font-weight: 800;
    text-transform: uppercase;
    color: #BC2026;
    letter-spacing: .02em;
    text-shadow: 2px 2px 0px #ffffff70, 5px 4px 0px rgb(0 0 0 / 10%);
    /* background-image: linear-gradient(to right, #E84756, #FFF7ED);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent; */
}

#store-data h2:first-child:after {
    content: 'Crust n Craft';
    font-size: 60px;
}

#store-data.col-md-3,
#store-data .col-md-3 p {
    color: #111 !important;
    font-weight: 400;
}

/* menu-nav */

#menu {
    background: #BC2026;
    text-align: center;
    box-shadow: 0px 5px 15px rgb(255 255 255 / 14%);
}

#menu ul li a {
    font-family: 'Google Sans Flex';
    font-size: 14px;
    font-weight: 600;
    color: #fff !important;
    /* border-bottom: 3px solid #E44126; */
    background: #BC2026 !important;
    text-transform: uppercase;
    padding: 20px 35px;
    90 letter-spacing: .05em;
    transition: transform 0.3s ease-in-out, font-weight 0.2s ease;
}

#menu ul li a:hover,
#menu ul li:hover>a {
    color: #fff !important;
    background: #146734 !important;
    /* text-decoration: 2px overline #111; */
    /* background-image: linear-gradient(to left, #F36349 , #FCBC38) !important; */
    /* border-top: 4px solid #B9AA38; */
}

#menu-cont>#menu>#menu-ul>li>a.menu-active {
    color: #fff !important;
    background: #146734 !important;
    border-bottom: none !important;
    /* text-decoration: 2px overline #111; */
    /* background-image: linear-gradient(to right, #F36349 , #FCBC38) !important; */
}

.pn-Advancer {
    background: #161616 !important;
}

.pn-Advancer_Icon {
    fill: #fff !important;
}

/* menu */
#menu-items ul li #item-buttons input[type=button],
input:checked+.input-group-label,
.modal-hh input:checked+.input-group-label,
#menu-items ul li #item-buttons .modal-hh .modal-footer button,
.modal-deals .modal-footer button {
    background: #0082E5 !important;
    color: #fff;
}

.btn-primary {
    background: #0082E5;
    border-color: #0082E5;
    color: #fff;
}

.btn-primary:hover {
    background: #111;
    color: #fff;
    border-color: #111;
}

.input-group-label:hover {
    background: #0082E5 !important;
    color: #fff !important;
}

#menu-items ul li #item-buttons input[type=button]:hover,
#menu-items ul li #item-buttons .modal-hh .modal-footer button:hover,
.modal-deals .modal-footer button:hover {
    background: #111 !important;
    color: #fff !important;
}

.menu-item {
    background: linear-gradient(to bottom, rgb(253 253 243 / 55%) 0%, rgb(253 253 243 / 55%) 100%), url('./uploads/bg-overlay.jpg') no-repeat;
    background-position: center !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    /* background: #f8f8f8; */
    padding: 20px;
    border-bottom: none;
}

#menu-items {
    background: linear-gradient(to bottom, rgb(255 255 255 / 50%) 0%, rgb(255 255 255 / 50%) 100%), url('./uploads/bg-overlay.jpg') no-repeat;
    background-position: center !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    /* background: #f8f8f8; */
}

#menu-items .menu-item:first-child {
    padding-top: 3em;
}

#menu-items .menu-item h1 {
    position: relative;
    text-align: center;
    background: none !important;
    color: #BC2026 !important;
    width: fit-content;
    margin: auto;
    font-family: Kanit;
    font-weight: 700 !important;
    font-size: 60px !important;
    text-transform: uppercase;
    height: fit-content;
    /* border-bottom: 2px dashed #EA4828; */
    /* text-shadow: 0 3px 3px rgb(75 75 75 / 60%); */
    /* 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 #FFAC01, 5px 4px 0px rgb(0 0 0 / 10%); */
}

#menu-items ul li.group,
#menu-items ul li.single {
    background: #fff;
    padding: 10px;
    border: 1px solid #7c7c7c;
    border-radius: 2px;
    /* outline: 1px dashed #E06B26;
    outline-offset: 6px; */
    min-height: 200px !important;
    box-shadow: 0px 0px 0px #131313ba;
}

#menu-items ul li.group:hover,
#menu-items ul li.single:hover {
    background: #BC2026;
    border: 1px solid #fff;
    box-shadow: 6px 6px 15px #1e1e1e9e;
    /* transform: scale(1); */
}

#menu-items .item-title-container .item-title {
    /* width: 90% !important; */
    font-size: 15px;
    font-family: "Google Sans Flex";
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    color: #050505;
    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: #BC2026;
    color: #fff;
    font-family: "Google Sans Flex";
    font-weight: 700;
    font-size: 14px !important;
    border-radius: 4px;
    padding: 8px 10px;
    height: fit-content;
    transition: .2s;
    border: 2px solid #BC2026;
}

li.group:hover .item-price,
li.single:hover .item-price {
    background: #146734 !important;
    color: #fff !important;
    border: 2px solid #fff;
    box-shadow: 0px 0px 10px #fff;
}

.item-description {
    font-family: Poppins;
    font-size: 13px;
    color: #050505;
    text-transform: lowercase;
    -webkit-line-clamp: 3;
}

li.group:hover .item-description,
li.single:hover .item-description {
    color: #fff !important;
}

#menu-desc-header,
#menu-desc-footer {
    color: #050505;
    text-align: center;
    width: fit-content;
    margin: auto;
}

/* about */

/* about */

#about-us {
    text-align: center;
    /* background: linear-gradient(to bottom, rgb(0 0 0 / 90%) 0%, rgb(0 0 0 / 90%) 100%), url('./uploads/new-landingpage.jpg') no-repeat; */
    /* background: #343434; */
    background: linear-gradient(to bottom, rgb(254 254 248 / 70%) 0%, rgb(254 254 248 / 70%) 100%), url('./uploads/about-us.jpg') no-repeat;
    background-position: center !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    padding-top: 3em;
    color: #111;
    border-top: 2px dashed #BC2026;
}

/* #about-us:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: #ffffffeb;
    opacity: 1;
    overflow: hidden;
    z-index: 1;
    background: radial-gradient(circle, #9e9e9e2e 10%, transparent 50%) repeat center/15px 15px !important;
} */

#about-us .d1 {
    width: 70%;
    margin: auto;
    position: relative;
    z-index: 2;
}

#about-us .container {
    width: 100%;
    /* border-top: 2px solid #111;
    padding-top: 5em; */
}

#about-us .section-title {
    display: none;
}

#about-us .column.col-md-7.about-us-img-container {
    width: 100%;
}

#about-us .column.col-md-5 {
    width: 100%;
    text-align: center;
}

#about-us h2 {
    font-family: 'Kanit';
    font-size: 60px;
    font-weight: 800;
    text-transform: uppercase;
    color: #BC2026;
    border-bottom: 3px solid #BC2026;
    padding-bottom: 10px;
    width: fit-content;
    margin: 30px auto;
    letter-spacing: .02em;
    /* animation: glow 1.5s ease-in-out infinite alternate; */
    text-shadow: 2px 2px 0px #fff, 5px 4px 0px rgb(0 0 0 / 10%);
}

#about-us p {
    font-size: 16px;
    font-weight: 400;
    color: #111;
    font-family: 'Google Sans Flex';
    line-height: 30px;
    /* width: 75%; */
    /* margin: auto; */
    /* letter-spacing: 1px; */
}

/* #about-us p.p1 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    border-bottom: 2px solid #fff;
    width: fit-content;
    padding: 0 30px 5px 30px;
    margin: auto auto 15px auto;
    line-height: 25px;
} */

#about-us .section-content img {
    width: 200px;
    transition: all 1s;
}

#about-us .about-us-img-container {
    text-align: center;
}

/* media query */
@media (max-width: 1599px) {
    #landing #landing-content {
        top: 55%;
    }

    #landing .n-logo {
        width: 220px;
    }

    #landing .symbol svg {
        margin-top: 10px;
        width: 80px;
    }
}

@media (max-width: 1399px) {
    body {
        padding-bottom: 0px;
    }
}

@media (max-width: 1024px) {
    ::-webkit-scrollbar {
        width: 0px;
    }

    #main-content {
        padding-bottom: 0;
    }

    #landing #landing-content {
        width: 90%;
        top: 50%;
        text-align: center;
    }

    #landing #landing-form,
    #landing #landing-form #form-text {
        width: fit-content;
        margin: auto;
        text-shadow: none;
        font-size: 14px;
    }

    #landing #landing-content #tag-line {
        text-align: center;
        text-shadow: none;
    }

    #store-data h2:first-child {
        font-size: 50px;
    }

    #menu {
        padding: 5px;
    }

    #menu-ul .first {
        margin-left: 10px;
    }

    .pn-Advancer_Left {
        left: 0px;
        width: 30px;
    }

    #menu-ul li:last-child {
        margin-right: 20px;
    }

    .pn-Advancer_Right {
        right: 0px;
        width: 30px;
    }

    #menu-items .menu-item h1 {
        font-size: 45px !important;
        padding: 10px !important;
    }

    #menu-items ul li.group,
    #menu-items ul li.single {
        width: 45%;
        margin: 15px 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: 15px auto 15px 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;
        gap: 5px;
    }

    #menu-items .item-title-container .item-title {
        min-height: fit-content !important;
        width: fit-content !important;
        font-size: 15px !important;
    }

    #menu-items .item-title-container .item-price {
        position: initial;
        width: fit-content !important;
        padding: 6px 13px 6px 13px !important;
        /* border: 2px solid #fff; */
        border-radius: 3px;
        font-size: 13px !important;
    }

    #menu-desc-header,
    #menu-desc-footer {
        font-size: 14px;
    }

    /* about us */
    #about-us .d1 {
        width: 90%;
    }

    #about-us .container {
        width: 100%;
    }

    #about-us p {
        width: fit-content;
    }
}

@media (max-width: 999px) {
    #store-data #store-details {
        text-align: center;
    }

    #about-us h2 {
        font-size: 45px;
    }
}

@media (max-width: 799px) {
    #landing {
        background: linear-gradient(rgb(255 255 255 / 70%)), url('./uploads/bg-overlay-new.jpg') no-repeat !important;
        background-size: cover !important;
        background-attachment: scroll !important;
        background-position: left !important;
        overflow: hidden;
    }

    #landing:before {
        content: '';
        display: block;
        position: absolute;
        height: 100%;
        width: 100%;
        background: linear-gradient(to right, #ffffff00 0%, #ffffff00 0%);
        /* background: linear-gradient(to right, #000000b0 1%, #000000b0 100%); */
        background-attachment: scroll;
        /* opacity: 1; */
        z-index: 2;
    }

    .menu-item #menu_items ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        /* align-items: flex-start; */
    }

    #landing #landing-form,
    #landing #landing-form #form-text {
        width: fit-content;
        margin: auto;
    }

    #landing #landing-form #tag-line .p-store {
        font-size: 35px;
    }

    #store-data h2:first-child {
        font-size: 40px;
    }

    #menu-items .menu-item h1 {
        font-size: 35px !important;
        padding: 10px !important;
    }

    #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: center;
        top: 0;
        width: 50% !important;
        transform: none;
        background: none !important;
    }

    .item-block-no-image {
        padding: 10px;
    }

    .menu-item .item-block {
        margin-left: 0;
    }

    #menu-items .item-title-container {
        width: 100% !important;
    }

    #menu-items .item-title-container .item-title {
        font-size: 14px !important;
    }

    #menu-items .item-title-container .item-price {
        font-size: 13px !important;
    }

    .item-description {
        font-size: 13px !important;
        -webkit-line-clamp: 3;
    }

    #menu-desc-header,
    #menu-desc-footer {
        font-size: 13px;
    }

    #about-us .section-content img {
        max-width: 50%;
    }

    #about-us .section-content img {
        width: 200px;
    }

    #about-us h2 {
        font-size: 45px;
    }

    #about-us p {
        font-size: 15px;
    }
}

@media (max-width: 699px) {
    #menu-items .modal {
        overflow-y: scroll !important;
    }

    #landing #landing-content {
        width: 100%;
        top: 55%;
        text-align: center;
    }

    #landing .p-title {
        font-size: 25px;
    }

    #landing .p-title span.crust,
    #landing .p-title span.craft {
        font-size: 50px;
    }
}

@media (max-width: 599px) {
    #menu-items .modal {
        overflow-y: scroll !important;
    }

    #landing .n-logo {
        width: 180px;
    }

    #landing .p-title {
        font-size: 25px;
        line-height: normal;
    }

    #landing .p-title span.crust,
    #landing .p-title span.craft {
        font-size: 40px;
    }

    #menu-items ul li.group,
    #menu-items ul li.single {
        width: 100%;
        margin: 12px auto;
        display: flex;
        align-items: flex-start;
    }

    #menu-items ul li.group:last-child,
    #menu-items ul li.single:last-child {
        width: 100%;
        margin: 10px auto 20px auto;
    }

    #menu-items .item-title-container {
        justify-content: center;
    }

    #menu-items .item-title-container .item-title {
        font-size: 17px !important;
    }

    .item-description {
        font-size: 13px !important;
    }

    #menu-items .item-title-container .item-price {
        font-size: 14px !important;
    }

    #about-us .section-content img {
        max-width: 50%;
    }

    #about-us .section-content img {
        width: 180px;
    }

    #about-us h2 {
        font-size: 50px;
    }
}

@media (max-width: 399px) {
    #landing .n-logo {
        width: 180px;
    }

    #landing .p-title {
        font-size: 20px;
        line-height: normal;
    }

    #landing .p-title span.crust,
    #landing .p-title span.craft {
        font-size: 30px;
    }
}