@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Oswald:wght@200..700&display=swap');

@font-face {
    src: url('./fonts/BerlinSans.otf');
    font-family: 'Berlin Sans';
}



/* hide */
#about-us .section-title {
    display: none;
}

/* navbar */

.navbar {
    /* background: #E1503D; */
    /* box-shadow: 0px 3px 10px #00000014; */
    background: #ffffff00;
    /* backdrop-filter: blur(4px); */
    /* box-shadow: none; */
}

.nav-color {
    background: #fff !important;
    /* box-shadow: 0px 1px 10px #0000005e; */
    /* box-shadow: none; */
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 12px !important;
    font-weight: bold;
    /* font-family: 'Averia Libre'; */
}

.navbar-right>li,
.navbar-right>li>a {
    color: #fff !important;
    /* font-family: 'Averia Libre'; */
}

.navbar-left>.menu-franchise-inquiry:before {
    content: 'Contact Us';
    font-size: 12px !important;
}

.navbar-left>.menu-franchise-inquiry {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 0px !important;
    font-weight: bold;
}

.navbar-left>.menu-franchise-inquiry:hover {
    color: #fff !important;
}

.navbar-right .glyphicon img {
    filter: brightness(0%) invert(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: #111 !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(100) !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: #111 !important;
}

.navbar.navbar-inverse.navbar-fixed-top.nav-color .navbar-right .glyphicon img {
    filter: brightness(0) !important;
}

.navbar-left>li>a::after,
.navbar-left>.menu-franchise-inquiry::after {
    background-color: #fff;
    left: 0;
    height: 4px;
    border-radius: 0;
    width: 100%;
}

.nav-color .navbar-left>li>a::after {
    background-color: #111;
}

/* landing */
#landing {
    overflow: hidden;
    /* height: 100vh !important; */
}

#landing #landing-content {
    top: 50%;
    left: 28%;
    width: 700px;
    margin: auto;
    text-align: left;
    transition: 1s all ease;
}

#landing #landing-form {
    width: fit-content;
    margin: auto;
}

#landing {
    /* background: url('https://d2ova09jg8x3xk.cloudfront.net/jessiespizzapakenham.com/uploads/jessiespizza-bg.jpg') no-repeat !important; */
    background-size: cover !important;
    background-attachment: scroll !important;
    background-position: center !important;
}

#landing:before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #0707079c, #07070700);
    background-position: center !important;
    background-size: cover !important;
    overflow: hidden;
    z-index: 0;
}

#landing #landing-logo img {
    /* width: 250px; */
    transition: 1s all ease;
}

#landing #landing-form #tag-line .p1,
#landing #landing-form #tag-line .p2 {
    /* font-size: 50px;
    font-family: Alfa Slab One;
    font-weight: normal;
    text-transform: unset;
    line-height: normal;
    color: #fff;
    text-align: left;
    letter-spacing: 1px;
    text-shadow: 2px 2px 0 #111, 3px 3px 0 #CD4D22; */
    font-size: 65px;
    font-family: 'Berlin Sans';
    font-weight: normal;
    text-align: left;
    background: linear-gradient(to right, #EC2426, #F47A23, #FBBA18);
    background-size: 200% 200%;
    background-clip: text;
    color: transparent;
    animation: gradient-animation 3s linear infinite;
    letter-spacing: 1px;
    line-height: normal;
    text-transform: uppercase;
}

#landing #landing-form #tag-line .textito {
    font-size: 15px;
    font-weight: lighter;
    color: #fff;
    text-align: left;
}

@keyframes gradient-animation {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* store-data */
#store-data {
    background: linear-gradient(#000000b8, #000000b8), url('https://d2ova09jg8x3xk.cloudfront.net/dingleycharcoalchicken.com.au/uploads/banner.jpg') no-repeat;
    /* background: #111; */
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    color: #fff;
    height: 35vh !important;
}

#store-data #store-details {
    font-weight: 400;
}

.office-info p,
#h-address a {
    color: #fff;
    font-weight: 400;
}

.text-danger {
    background: #EC2426;
    color: #fff !important;
    padding: 4px;
    border-radius: 4px;
}

#store-data h2:first-child {
    font-family: 'Alfa Slab One';
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 400 !important;
    color: #F47A23;
    letter-spacing: 1px;
    /* -webkit-text-stroke: 1px #E51821; */
    /* text-shadow: 0 3px 3px rgb(255 255 255 / 60%); */
    /* text-shadow: 2px 2px 0px rgb(0 0 0 / 80%); */
}

/* menu-nav */

#menu {
    background: #111;
    text-align: center;
    box-shadow: 0px 5px 8px rgb(0 0 0 / 26%);
}

#menu ul li a {
    font-family: 'Oswald';
    font-size: 16px;
    font-weight: 600;
    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: #111 !important;
    background: #F47A23 !important;
    /* background-image: linear-gradient(to left, #F36349 , #FCBC38) !important; */
}

#menu-cont>#menu>#menu-ul>li>a.menu-active {
    color: #111 !important;
    background: #F47A23 !important;
    border-bottom: none !important;
    /* background-image: linear-gradient(to right, #F36349 , #FCBC38) !important; */
}

.pn-Advancer {
    background: #111 !important;
}

.pn-Advancer_Icon {
    fill: #fff;
}

/* menu */

.menu-item {
    /* background: #27282B; */
    /* background: url('https://d2ova09jg8x3xk.cloudfront.net/jessiespizzapakenham.com/uploads/hero.png') #27282B no-repeat !important; */
    background: linear-gradient(#000000b8, #000000b8), url('https://d2ova09jg8x3xk.cloudfront.net/dingleycharcoalchicken.com.au/uploads/banner.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    border-bottom: none;
    padding: 20px;
}

#menu-items {
    background: linear-gradient(#000000b8, #000000b8), url('https://d2ova09jg8x3xk.cloudfront.net/dingleycharcoalchicken.com.au/uploads/banner.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

#menu-items .menu-item h1 {
    position: relative;
    text-align: center;
    margin: auto;
    width: fit-content;
    /* padding: 12px 20px; */
    font-family: 'Alfa Slab One';
    font-weight: 400 !important;
    font-size: 45px !important;
    text-transform: uppercase;
    height: fit-content;
    background: none !important;
    color: #F47A23 !important;
    letter-spacing: 1px;
    /* -webkit-text-stroke: 1px #E51821 */
    /* 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 #fff, 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 #3a3a3a;
    border-radius: 3px;
    box-shadow: 7px 7px 5px #00000075; */
    position: relative;
    display: block;
    padding: 20px;
    background-color: none;
    border: 2px solid #f0f0f042;
    border-radius: 3px;
    min-height: 200px !important;
    /* overflow: hidden; */
    cursor: pointer;
    transition: color 0.3s ease;
    /* box-shadow: 0px 0px 10px #CD4D22; */
    /* z-index: 1; */
}

#menu-items ul li.group:hover,
#menu-items ul li.single:hover {
    background-color: #111;
    border: 2px solid #F47A23;
    box-shadow: 6px 6px 14px #F47A23;
    transition: all .3s ease-in-out;
}

#menu-items .item-title-container .item-title {
    /* width: 100% !important; */
    font-size: 17px;
    font-family: 'Berlin Sans';
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    max-height: max-content !important;
    -webkit-line-clamp: 5;
}

li.group:hover .item-title,
li.single:hover .item-title {
    color: #F47A23 !important;
}

.item-price {
    background: transparent;
    color: #F47A23;
    font-family: 'Oswald';
    font-weight: 900;
    font-size: 14px !important;
    border: 1px solid #fff;
    /* box-shadow: 0px 0px 5px #CD4D22; */
    border-radius: 4px;
    padding: 8px 10px 8px 10px;
    height: fit-content;
    transition: .2s;
    letter-spacing: 1px;
}

li.group:hover .item-price,
li.single:hover .item-price {
    background: #F47A23;
    color: #111;
    border: 1px solid #fff;
    box-shadow: 0px 0px 10px #F47A23;
}

.item-description {
    font-family: 'Poppins';
    font-weight: 500;
    color: #fff;
    font-size: 13px;
    padding-top: 10px;
}

/* li.group:hover .item-description,
li.single:hover .item-description {
    color: #fff;
} */

/* li.group:hover span.menu-item-outofstock,
li.single:hover span.menu-item-outofstock {
    background: #111;
    padding: 4px;
    color: #fff !important;
} */

#menu-desc-header,
#menu-desc-footer {
    color: #fff;
    text-align: left;
    width: fit-content;
    margin: auto;
}

/* about-us */
#about-us {
    background: linear-gradient(#0a00019c, #0a00019c), url('https://d2ova09jg8x3xk.cloudfront.net/dingleycharcoalchicken.com.au/uploads/section.jpg') center no-repeat;
    /* background: linear-gradient(#0A0001, #581600); */
    background-size: cover;
    background-position: bottom;
    /* background: #fff; */
}

/* #about-us:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#0A0001, #581600);
    z-index: -1;
} */

#about-us .d1 {
    width: 85%;
    margin: auto;
    text-align: center;
    transition: all 1s ease;
}

#about-us .d1 img.a-logo {
    width: 250px;
    margin-top: 20px;
    /* filter: drop-shadow(0px 0px 5px #1111118f); */
    transition: all 1s ease;
}

#about-us .d1 h2 {
    font-family: 'Berlin Sans';
    color: #fff;
    font-size: 70px;
    font-weight: 800;
    text-transform: uppercase;
    text-shadow: 2px 2px 0 #111,
        /* Dark crisp shadow */
        3px 3px 0 #F47A23;
    /* text-shadow: 2px 2px 0px #fff, 5px 4px 0px rgb(0 0 0 / 10%); */
}

h2.h-wel {
    font-size: 55px !important;
    font-weight: 900;
    font-family: 'Oswald' !important;
    margin: 30px auto;
    color: #fff !important;
    text-transform: uppercase;
    position: relative;
    width: fit-content;
    height: auto;
    letter-spacing: 1px;
    -webkit-text-stroke: 1px #CB2223;
    text-shadow: 2px 2px 0px #CB2223, 5px 4px 0px rgb(0 0 0 / 10%);
}

#about-us p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    width: fit-content;
    margin: 3% auto;
    line-height: normal;
}

#about-us p.p1 {
    width: fit-content;
}

/* media query */

@media (max-width: 1599px) {
    #landing #landing-content {
        left: 30%;
    }
    
    #landing #landing-logo img {
        width: 240px;
    }

    #landing #landing-form #tag-line .p1, 
    #landing #landing-form #tag-line .p2 {
        font-size: 55px;
    }

    #menu-items .item-title-container .item-title {
        font-size: 16px;
    }
}

@media (max-width: 1365px) {
    body {
        padding-bottom: 0px;
    }
}

@media (max-width: 1299px) {
    #landing #landing-content {
        left: 35%;
    }
}

@media (max-width: 1099px) {
    #landing #landing-content {
        left: 40%;
    }
}

@media (max-width: 1024px) {
    .toggle-left div {
        background: #F47A23;
    }

    .nav-color .toggle-left div {
        background: #111;
    }

    #main-content {
        padding-bottom: 0;
    }
    
    #wrap {
        overflow: hidden;
    }
    
    .navbar {
        background: #111;
    }

    #landing:before {
        background: linear-gradient(90deg, #0707079c, #0707079c);
    }

    #landing #landing-content {
        left: 50%;
        width: 85%;
        text-align: center;
    }

    #landing #landing-form #tag-line .p1, 
    #landing #landing-form #tag-line .p2,
    #landing #landing-form #tag-line .textito {
        text-align: center;
        text-shadow: none;
    }

    .pn-Advancer {
        width: 40px !important;
        /* padding: 5px !important; */
    }

    .pn-Advancer_Icon {
        width: 20px !important;
        fill: #fff !important;
        /* padding: 1px; */
    }

    #menu-ul .first {
        margin-left: 15px;
    }

    #menu-ul li:last-child {
        margin-right: 25px;
    }

    /* menu-items */
    #menu-items .menu-item h1 {
        font-size: 40px !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: 18px !important;
    }

    #menu-items .item-title-container .item-price {
        position: initial;
        width: fit-content !important;
        padding: 6px 13px 6px 13px;
        border: 1px solid #fff;
        border-radius: 3px;
        font-size: 14px !important;
    }

    #about-us .d1 {
        width: 90%;
    }

    #about-us .container {
        width: 100%;
    }
}

@media (max-width: 999px) {
    #store-data #store-details {
        text-align: center;
    }
}

@media (max-width: 899px) {
    #store-data h2:first-child {
        width: fit-content;
        margin: 2% auto;
    }
}

@media (max-width: 799px) {
    .menu-item #menu_items ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        /* align-items: flex-start; */
    }

    #menu-items .menu-item h1 {
        font-size: 40px !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: 30% !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: 17px !important;
    }

    .item-description {
        font-size: 13px !important;
    }

    #menu-items .item-title-container .item-price {
        font-size: 14px !important;
    }

    #menu-desc-header,
    #menu-desc-footer {
        font-size: 13px;
    }
}

@media (max-width: 699px) {
    #menu-items .modal {
        overflow-y: scroll !important;
    }

    #landing #landing-form #tag-line .p1, 
    #landing #landing-form #tag-line .p2 {
        font-size: 48px;
    }
}

@media (max-width: 599px) {
    #menu-items .modal {
        overflow-y: scroll !important;
    }

    #landing #landing-form #tag-line .p1, 
    #landing #landing-form #tag-line .p2 {
        font-size: 40px;
    }

    #store-data h2:first-child {
        font-size: 40px;
    }

    /* menu-nav */
    .menu-item #menu_items ul {
        display: flex;
        align-items: flex-start;
    }

    #menu-items .menu-item h1 {
        font-size: 40px !important;
    }

    #menu-items ul li.group,
    #menu-items ul li.single {
        width: 100%;
        margin: 12px 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-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;
    }
}

@media (max-width: 480px) {
    #landing #landing-logo img {
        width: 200px;
    }

    #landing #landing-form #tag-line .p1, 
    #landing #landing-form #tag-line .p2 {
        font-size: 32px;
    }

    #store-data h2:first-child {
        font-size: 32px;
    }
}

@media (max-width: 430px) {
    #menu-items .menu-item h1 {
        font-size: 32px !important;
    }
}

@media (max-width: 399px) {
    #about-us .d1 h2 {
        font-size: 50px;
    }

    #about-us p {
        font-size: 15px;
        text-align: justify;
    }
}