@import url('https://fonts.googleapis.com/css2?family=Changa+One&family=Oleo+Script:wght@400;700&display=swap');

@font-face {
    src: url(https://d2ova09jg8x3xk.cloudfront.net/projects.deliverit.com.au/ronniespizza/fonts/Invited.otf);
    font-family: 'Invited';
}

/* Interactive Banner css */

:root {
    --main: #f58525;
    --text: #222;
}

#jqibox:has(img.app) {
    overflow: overlay;
    height: auto !important;
}

#jqi:has(img.app) {
    top: 23% !important;
    max-width: 500px !important;
    border-radius: 25px;
}

#jqi:has(img.app) br {
    display: none;
}

#jqi:has(img.app) .jqiclose {
    display: none;
}

#jqi:has(img.app) .jqimessage {
    padding: 0 !important;
}

#jqi:has(img.app) button.jqidefaultbutton {
    color: #fff !important;
}

#jqi:has(img.app) .jqibuttons {
    background: none !important;
}

#jqi #jqi_state_state0 {
    display: relative !important;
    /*     margin-top: 60px; */
}

#jqi .jqimessage img.app {
    width: 300px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

div.pop-header {
    margin-top: 180px;
    margin-bottom: 10px;
}

#jqi:has(img.app) .pop-header .p1 {
    text-align: center;
    font-size: 40px;
    color: var(--main);
    line-height: normal !important;
    font-family: Open Sans, sans-serif;
    font-weight: 700 !important;
}

.pop-header .p2 {
    color: var(--text);
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin: auto 10px;
}

.pop-header .p3 {
    border-bottom: 2px solid;
    border-color: var(--main);
    width: 60px;
    margin: 15px auto;
}

.pop-content {
    padding: 0px 15px 0 15px;
}

.qr-app {
    border: 4px solid var(--main);
    border-radius: 6px;
    margin: auto;
    width: 145px;
}

.goo-app-badge {
    margin: auto auto 5px auto;
    /* 	width: 180px; */
}

.ios-app-badge {
    margin: auto auto 5px auto;
    /* 	width: 180px; */
}

.w-qr {
    padding: 0 20px 0px 20px;
}

.w-qr .column {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: auto;
    flex-flow: unset;
}

.w-qr .column .col1 {
    /* 	text-align: right !important; */
}

.pd-0 {
    padding: 0 !important;
}

#jqi:has(img.app) .jqibuttons {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    background-color: #fff;
}

#jqi:has(img.app) .jqibuttons button:after {
    content: 'ay';
}

#jqi:has(img.app) .jqibuttons button {
    background-color: var(--main) !important;
    width: 95%;
    border-radius: 8px;
    font-size: 20px;
    padding: 10px;
    margin-bottom: 10px;
}

#jqi:has(img.app) .jqibuttons button:focus-visible {
    outline: none !important;
}

@media screen and (max-width: 1024px) {
    #jqi .jqimessage img.app {
        width: 300px;
    }

    div.pop-header {
        margin-top: 170px;
    }
}

@media screen and (max-height: 800px) {

    #jqi .jqimessage img.app {
        width: 230px;
    }

    div.pop-header {
        margin-top: 130px;
        margin-bottom: 10px;
    }

}

@media screen and (max-width: 500px) {

    #jqi:has(img.app) .pop-header .p1 {
        font-size: 25px;
        font-weight: 800;
    }

    .pop-header .p2 {
        font-size: 14px;
    }

    .w-qr .column {
        flex-flow: wrap;
    }

    .goo-app-badge {
        margin: 0 auto 10px auto;
        width: 150px;
    }

    .ios-app-badge {
        width: 150px;
    }

    #jqi .jqimessage img.app {
        width: 200px;
    }

    div.pop-header {
        margin-top: 120px;
    }

}

/* Interactive Banner css */

/* image carousel */
.splide__pagination li,
#desktopSplide .splide__arrow svg {
    display: none !important;
}

/* 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 {
    overflow: hidden;
    background: #fff !important;
    background-size: cover !important;
}

#landing:before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background: url('https://d2ova09jg8x3xk.cloudfront.net/projects.deliverit.com.au/ronniespizza/uploads/bg.jpg') no-repeat !important;
    background-size: cover;
    overflow: hidden;
    z-index: 1;
}

#desktopSplide {
    position: absolute;
    width: 50%;
    right: 0%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    /* border-left: 1px solid #E3C59B; */
    box-shadow: #0f0f0f9c 0px 0px 60px;
}

/* #desktopSplide .splide__slide {
    background-size: cover !important;
    background-color: #00000000;
    background-position: center !important;
    filter: drop-shadow(0px 0px 10px #ffffff42);
} */

#landing #landing-content {
    width: 50%;
    left: 25%;
    /* top: 50%; */
    z-index: 999;
    transition: 1s ease-in-out;
}

#landing #landing-logo img {
    display: none;
}

#landing img.img-tag {
    width: 400px;
    transition: .1s ease-in-out;
}

#landing p.p1 {
    font-family: 'Changa One', sans-serif;
    color: #fff;
    font-weight: normal;
    font-size: 26px;
    text-shadow: #000 0px 2px 4px;
    margin-bottom: 30px;
}

#landing p.p2-tagline {
    font-size: 50px;
    font-family: 'Changa One';
    color: #fff;
    /* -webkit-text-stroke: 1px #fff; */
    text-shadow: #000 6px 6px 15px;
    letter-spacing: 1px;
    font-weight: 300;
    margin-top: 30px;
    text-transform: lowercase;
}

#landing p.p2-tagline span {
    color: #fd8633;
    font-family: 'Oleo Script';
    text-transform: capitalize;
    animation-name: glow;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;

}

#landing p.p-text {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    width: 80%;
    margin: auto;
    transition: 1s ease;
}

@keyframes glow {
    from {
        text-shadow: 0px 0px 5px #fd8633, 0px 0px 5px #fd8633;
    }

    to {
        text-shadow: 0px 0px 10px #fd8633, 0px 0px 10px #fd8633;
    }
}

/* store-data banner */
#store-data {
    background: #0d0d0d;
    overflow: hidden;
}

#store-data:before {
    content: '';
    display: block;
    background: url('https://d2ova09jg8x3xk.cloudfront.net/projects.deliverit.com.au/ronniespizza/uploads/chef.png') no-repeat;
    background-size: 100%;
    position: absolute;
    width: 320px !important;
    height: 260px;
    left: 0px;
    bottom: 0;
    transition: all 1s;
    z-index: 1;
    opacity: .2;
}

#store-data:after {
    content: '';
    display: block;
    background: url('https://d2ova09jg8x3xk.cloudfront.net/projects.deliverit.com.au/ronniespizza/uploads/chef.png') no-repeat;
    background-size: 100%;
    position: absolute;
    width: 320px !important;
    height: 260px;
    right: 0px;
    bottom: 0;
    transition: all 1s;
    z-index: 1;
    opacity: .2;
    transform: scaleX(-1)
}

#store-data #store {
    z-index: 3;
}

#store-data h2 {
    font-family: 'Changa One';
    font-weight: 400;
    font-size: 50px;
    color: #fd8633;
    text-transform: capitalize;
    text-shadow: #000 0px 2px 4px;
}

/* menu-nav */

#menu {
    background: #000;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    box-shadow: 0px 6px 15px rgb(20 20 20 / 16%);
}

#menu ul li a {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    padding: 20px 30px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    color: #fff !important;
    background: #000 !important;
}

#menu-cont>#menu>#menu-ul>li>a.menu-active {
    background: #fd8633 !important;
    color: #fff !important;
    /* border-top: 2px solid #fff; */
    border-bottom: none !important;
}

#menu ul li a:hover,
#menu ul li:hover>a {
    background: #fd8633 !important;
    color: #fff !important;
    /* border-top: 2px solid #fff; */
    border-bottom: none !important;
}

.pn-Advancer {
    background: #000 !important;
}

.pn-Advancer_Icon {
    fill: #fff !important;
}

/* menu */

.menu-item {
    background: #F5F5F4;
    padding: 20px;
    border-bottom: transparent;
}

#menu-items {
    background: #F5F5F4;
}

#menu-items .menu-item:first-child {
    padding-top: 3em;
}

#menu-items .menu-item h1 {
    position: relative;
    text-align: center;
    background-color: transparent !important;
    color: #111 !important;
    width: fit-content;
    margin: auto;
    padding: 10px 20px 10px 20px !important;
    font-family: 'Oleo Script', sans-serif;
    font-weight: 600 !important;
    font-size: 50px !important;
    text-transform: capitalize;
    height: fit-content;
    /* border-bottom: 4px solid #461E09; */
    /* 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%); */
    text-shadow: 2px 2px 0px #fd8633, 4px 4px 0px #ffffff;
}

#menu-items ul li.group,
#menu-items ul li.single {
    background: transparent;
    padding: 10px;
    border: 1px solid #6d6a6a;
    border-radius: 3px;
    min-height: 200px !important;
}

#menu-items ul li.group:hover,
#menu-items ul li.single:hover {
    background: #111;
    border: 1px solid #111;
    box-shadow: 6px 6px 0px #fd8633;
}

#menu-items .item-title-container {
    width: 80% !important;
}

#menu-items .item-title-container .item-title {
    /* width: 100% !important; */
    font-size: 18px !important;
    /* font-family: 'IBM Plex Mono', monospace; */
    font-family: 'Changa One', sans-serif;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    color: #141414;
    max-height: max-content !important;
    -webkit-line-clamp: 5;
    letter-spacing: 1px;
}

#menu-items .item-title-container .item-title:after {
    content: '';
    display: block;
    margin-top: 3px;
    width: 0;
    height: 2px;
    background: #fd8633;
    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 {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 16px !important;
    font-weight: bold;
    border-bottom: 1px solid #fd8633;
    border-left: 1px solid #fd8633;
    border-bottom-left-radius: 3px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 16px;
    background-color: #fd8633;
    color: #fff;
    height: fit-content;
    transition: .2s;
}

li.single:hover .item-price,
li.group:hover .item-price {
    border-bottom: 1px solid #fd8633;
    border-left: 1px solid #fd8633;
    background-color: #fd8633;
    color: #fff;
}

li.single:hover .item-title,
li.group:hover .item-title {
    color: #fd8633 !important;
}

li.single:hover .item-description,
li.group:hover .item-description {
    color: #fff !important;
}

.item-description {
    color: #141414;
    font-size: 14px;
    -webkit-line-clamp: 5;
    font-family: 'Poppins', sans-serif;
    /* font-family: 'IBM Plex Mono', monospace; */
}

#menu-desc-header,
#menu-desc-footer {
    color: #111;
    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: url('./uploads/bg.jpg') no-repeat !important;
    background-size: cover !important;
    background-attachment: scroll !important;
    box-shadow: 0px 0px 10px #11111100;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#about-us .col-md-5 {
    text-align: center;
    color: #fff;
    margin-top: -3%;
}

#orderdetails .col-md-5 {
    text-align: inherit !important;
    color: #222;
    margin-top: 0% !important;
}

#about-us .container {
    width: 70%;
    transition: 1s all ease;
}

.ronnies-section {
    display: flex;
    text-align: left;
    align-items: center;
}

.ronnies-section .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.col-md-6.col-sm-12.ronnies-img-1 {
    text-align: center;
}

.ronnies-img-1 img {
    width: 400px;
    align-items: center;
    justify-content: center;
    transition: 1s all ease;
    /* filter: drop-shadow(0px 0px 10px #f0f0f02e); */
}

h4.about-us-tag {
    font-size: 45px;
    font-weight: 400;
    font-family: 'Changa One', sans-serif;
    /* border-bottom: 3px solid #FFC729; */
    /* width: fit-content; */
    text-align: center;
    text-transform: lowercase;
}

h4.about-us-tag span {
    font-family: 'Oleo Script';
    color: #FD8633;
    text-transform: capitalize;
    animation-name: glow;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

h3.ronnies-about-us {
    font-family: 'Changa One', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 40px;
    color: #fff;
    text-align: center;
    margin: 5% auto 3% auto;
    width: 280px;
    padding: 8px 10px;
    box-sizing: border-box;
    border-bottom: 4px solid #FD8633;
    /* text-shadow: 2px 2px 0px #111, 5px 4px 0px rgba(0, 0, 0, 0.15); */
}

.ronnies-para-1 {
    font-weight: 400;
    font-family: 'Poppins';
    font-size: 15px;
    color: #fff;
    text-align: center;
    /* letter-spacing: 1px; */
}

p.about-p1 {
    line-height: normal;
}

/* desktop & mobile view */

@media (max-width: 1799px) {
    #landing img.img-tag {
        width: 350px;
    }
}

@media (max-width: 1699px) {}

@media (max-width: 1599px) {
    #landing p.p1 {
        font-size: 22px;
    }

    #landing p.p2-tagline {
        font-size: 40px;
    }

    #landing p.p-text {
        font-size: 15px;
    }

    #about-us .container {
        width: 90%;
    }
}

@media (max-width: 1299px) {
    body {
        padding-bottom: 30px;
    }
}

@media (max-width: 1199px) {
    #landing img.img-tag {
        width: 300px;
    }

    #store-data:before {
        left: -90px;
    }

    #store-data:after {
        right: -90px;
    }

    #menu-items .item-title-container .item-title {
        width: 90% !important;
    }

    .item-price {
        font-size: 16px !important;
        padding: 10px;
    }

    h4.about-us-tag {
        font-size: 44px;
    }

    h3.ronnies-about-us {
        font-size: 40px;
    }

    #about-us .container {
        width: 95%;
    }
}

@media (max-width: 1024px) {
    ::-webkit-scrollbar {
        width: 0;
    }

    #main-content {
        padding-bottom: 0px;
    }

    #landing #landing-form {
        width: fit-content;
    }

    a#store-location {
        color: #fff;
    }

    #landing p.p2-tagline {
        font-size: 34px;
    }

    #landing p.p-text {
        font-size: 15px;
    }

    #landing img.img-tag {
        width: 250px;
    }

    #store-data:before {
        width: 300px !important;
        height: 270px;
        left: -90px;
    }

    #store-data:after {
        width: 300px !important;
        height: 270px;
        right: -90px;
    }

    #store-data h2 {
        font-size: 45px;
    }

    #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-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 15px 4px 15px;
        border: 1px solid #FD8633;
        /* border: 1px solid #0d0d0d !important; */
        border-radius: 0px;
    }

    .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;
    }

    .ronnies-section .row {
        flex-direction: column;
    }

    .ronnies-para-1 {
        width: fit-content;
        margin: 20px auto;
        text-align: center;
    }

    h4.about-us-tag {
        text-align: center;
        margin: auto;
    }

    h3.ronnies-about-us {
        text-align: center;
    }
}

@media (max-width: 820px) {
    #desktopSplide {
        width: 100%;
    }

    #landing #desktopSplide-list li:before {
        content: '';
        display: block;
        position: absolute;
        height: 100%;
        width: 100%;
        background: #111;
        background-attachment: fixed;
        opacity: .7;
        z-index: 2;
    }

    #landing #landing-content {
        width: 100%;
        left: 50%;
        top: 50%;
    }

    #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 #545454;
        align-items: 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;
    }

    p.about-p1 {
        width: fit-content;
    }
}

@media (max-width: 768px) {
    #store-data:before {
        width: 300px !important;
        height: 270px;
        left: -110px;
    }

    #store-data:after {
        width: 300px !important;
        height: 270px;
        right: -110px;
    }

    #store-data h2 {
        font-size: 40px;
    }

    #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: center;
    }

    .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;
    }
}

@media only screen and (max-height: 600px) and (min-height: 600px) {
    menu-items .modal {
        overflow-y: scroll !important;
    }

    #landing img.img-tag {
        width: 200px;
    }

    #landing p.p-text {
        font-size: 13px;
    }

    #menu-items .item-title-container .item-title {
        font-size: 18px !important;
    }

    #about-us .container {
        width: 80%;
    }
}

@media (max-width: 540px) {
    #menu-items .modal {
        overflow-y: scroll !important;
    }

    #store-data h2 {
        font-size: 38px;
    }

    #store-data:before {
        width: 300px !important;
        height: 270px;
        left: -80px;
        opacity: .1;
    }

    #store-data:after {
        display: none;
    }

    .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 .section-content img {
        max-width: 100%;
    }

    p.about-p1 {
        text-align: justify;
    }

    .ronnies-img-1 img {
        width: 250px;
    }
}

@media (max-width: 430px) {
    #landing #landing-content {
        width: fit-content;
    }

    #landing p.p-text {
        width: 400px;
        text-align: justify;
    }

    #menu-items .menu-item h1 {
        padding: 5px !important;
        font-size: 44px !important;
    }

    .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: contain;
        object-fit: contain;
        padding: 10px;
        margin: 0 !important;
        transform: scale(1);
    }

    h4.about-us-tag {
        font-size: 35px;
    }
}

@media (max-width: 395px) {
    #landing #landing-form #tag-line {
        width: fit-content;
    }

    #landing p.p-text {
        width: 350px;
        text-align: justify;
    }

    #store-data h2 {
        font-size: 34px;
    }
}

@media (max-width: 320px) {
    #landing img.img-tag {
        width: 180px;
    }

    #landing p.p1 {
        font-size: 18px;
    }

    #landing p.p2-tagline {
        font-size: 24px;
    }

    #landing p.p-text {
        width: 300px;
        ;
        font-size: 13px;
    }
}