@import url('https://fonts.googleapis.com/css2?family=Changa+One:ital@0;1&family=Oswald:wght@200..700&family=Rokkitt:ital,wght@0,100..900;1,100..900&display=swap');

/* hide */
#about-us .section-title {
    display: none;
}

/* navbar */

.navbar {
    /* background: #E1503D; */
    /* box-shadow: 0px 3px 10px #0000005e; */
    background: transparent;
    /* 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: #fff !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: 50%;
    width: 750px;
    text-align: center;
    transition: 1s all ease;
}

#landing #landing-form {
    width: fit-content;
    margin: auto;
}

#landing {
    background: linear-gradient(#000000a1, #000000a1), url('https://d2ova09jg8x3xk.cloudfront.net/brnx.com.au/uploads/bg.jpg') no-repeat !important;
    background-size: cover !important;
    background-attachment: scroll !important;
    background-position: center !important;
}

#landing #landing-logo img {
    /* width: 400px; */
    transition: 1s all ease;
    border-bottom: 6px solid #fff;
    padding-bottom: 20px;
}

#landing #landing-form #tag-line {
    font-size: 60px;
    font-family: 'Changa One';
    font-weight: 400;
    text-transform: unset;
    line-height: normal;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 0 #111,
        /* Dark crisp shadow */
        3px 3px 0 #F5D197;
    /* Warm highlight shadow */
    letter-spacing: 1px;
    margin: 4% auto;
}

#landing #landing-form #form-text {
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    text-shadow: 2px 2px 0 #111,
}

/* store-data */
#store-data {
    background: linear-gradient(#000000a1, #000000a1), url('https://d2ova09jg8x3xk.cloudfront.net/brnx.com.au/uploads/banner.jpg') no-repeat;
    /* background: #f9f9f9; */
    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: #fff;
    color: #000 !important;
    padding: 4px;
    border-radius: 4px;
}

#store-data h2:first-child {
    font-family: 'Changa One';
    text-transform: capitalize;
    font-size: 60px;
    font-weight: 500 !important;
    color: #fff;
    /* -webkit-text-stroke: 1px #E51821; */
    /* text-shadow: 0 3px 3px rgb(255 255 255 / 60%); */
    /* letter-spacing: 1px; */
    /* 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: 17px;
    font-weight: 500;
    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: #fff !important;
    background: #4f4f4f !important;
    /* background-image: linear-gradient(to left, #F36349 , #FCBC38) !important; */
}

#menu-cont>#menu>#menu-ul>li>a.menu-active {
    color: #fff !important;
    background: #4f4f4f !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/brnx.com.au/uploads/menu.jpg') no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-position: center !important;
    border-bottom: none;
    padding: 20px;
}

#menu-items .menu-item h1 {
    position: relative;
    text-align: center;
    margin: auto;
    width: fit-content;
    /* padding: 12px 20px; */
    font-family: 'Changa One';
    font-weight: 400 !important;
    font-size: 45px !important;
    text-transform: capitalize;
    height: fit-content;
    background: none !important;
    color: #fff !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: transparent;
    border: 1px solid #fff;
    border-radius: 3px;
    /* overflow: hidden; */
    cursor: pointer;
    transition: color 0.3s ease;
    box-shadow: 3px 3px 10px #ececec8a;
    /* z-index: 1; */
}

#menu-items ul li.group:hover,
#menu-items ul li.single:hover {
    background-color: #000;
    border: 1px solid #fff;
    box-shadow: 0px 0px 10px #ecececb0;
    transition: all .3s ease-in-out;
}

#menu-items .item-title-container .item-title {
    /* width: 100% !important; */
    font-size: 18px;
    font-family: 'Oswald';
    font-weight: 500;
    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: #fff !important;
}

.item-price {
    background: #000;
    color: #fff;
    font-family: 'Oswald';
    font-weight: 600;
    font-size: 14px !important;
    border: 1px solid #fff;
    box-shadow: 0px 0px 5px #fff;
    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: #27282B;
    color: #fff;
    box-shadow: 0px 0px 10px #fff;
} */

.item-description {
    font-family: 'Oswald';
    font-weight: 400;
    color: #ececec;
    font-size: 15px;
    padding-top: 10px;
    text-transform: lowercase;
}

li.group:hover .item-description,
li.single:hover .item-description {
    color: #fff;
}

#menu-desc-header,
#menu-desc-footer {
    color: #fff;
    text-align: center;
    width: fit-content;
    margin: auto;
}

/* about-us */

#about-us {
    background: url('https://d2ova09jg8x3xk.cloudfront.net/brnx.com.au/uploads/menu.jpg') no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-position: center !important;
    /* box-shadow: 0px 0px 10px #11111100; */
    /* border-top: 4px solid #fff; */
    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: 90%;
    transition: 1s all ease;
}

.brnx-section {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.brnx-section .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.col-md-6.col-sm-12.brnx-img-1 {
    text-align: center;
    /* filter: drop-shadow(0px 0px 5px #db1508ba); */
}

.brnx-img-1 img {
    /* width: 400px; */
    align-items: center;
    justify-content: center;
    transition: 1s all ease;
    /* filter: drop-shadow(0px 0px 3px #ffffff); */
}

h4.about-us-tag {
    font-size: 35px;
    font-family: 'Changa One';
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
}

h3.brnx-about-us {
    position: relative;
    font-family: 'Oswald';
    text-transform: uppercase;
    font-weight: 900;
    font-size: 60px;
    color: #fff;
    background: none;
    text-align: left;
    margin: 5% 0;
    letter-spacing: 1px;
    /* width: fit-content; */
    height: auto;
    /* -webkit-text-stroke: 1px #E51821; */
    /* padding: 12px 0px; */
    /* border-bottom: 3px solid #FADB17; */
    box-sizing: border-box;
    /* border: 10px solid #111; */
    /* text-shadow: 4px 3px #000; */
    /* box-shadow: -7px 7px 0px 0px rgb(0 0 0 / 50%); */
    /* text-shadow: 2px 2px 0px #111, 5px 4px 0px rgba(0, 0, 0, 0.15); */
}

.brnx-para-1 {
    font-weight: 400;
    font-family: 'Poppins';
    font-size: 16px;
    color: #ececec;
    text-align: left;
    line-height: normal;
    letter-spacing: 1px;
}

/* media query */
@media (max-width: 1599px) {
    #landing #landing-form #tag-line {
        font-size: 55px;
    }

    .brnx-img-1 img {
        width: 350px;
    }
}

@media (max-width: 1360px) {
    body {
        padding-bottom: 0px;
    }
}

@media (max-width: 1024px) {
    #wrap {
        overflow: hidden;
    }

    #main-content {
        padding-bottom: 0;
    }

    .navbar {
        background: #000;
    }

    .toggle-left div {
        background: #fff;
    }

    .nav-color .toggle-left div {
        background: #111;
    }

    .pn-Advancer {
        width: 40px !important;
        padding: 5px !important;
    }

    .pn-Advancer_Icon {
        width: 20px !important;
        fill: #fff !important;
        padding: 1px;
    }

    #menu-ul .first {
        margin-left: 10px;
    }

    #menu-ul li:last-child {
        margin-right: 20px;
    }

    /* menu */
    #menu-items {
        padding-bottom: 0 !important;
    }

    #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: 4px 13px 4px 13px;
        border: 1px solid #fff;
        border-radius: 3px;
        font-size: 14px !important;
    }

    h4.about-us-tag {
        margin: 5% auto;
    }

    .brnx-para-1 {
        width: 100%;
    }

    .brnx-para-1,
    h3.brnx-about-us {
        text-align: center;
    }
}

@media (max-width: 999px) {
    #store-data #store-details {
        text-align: center;
    }
}

@media (max-width: 799px) {
    #landing #landing-content {
        width: 90%;
    }

    .menu-item #menu_items ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        /* align-items: flex-start; */
    }

    #menu-items .menu-item h1 {
        font-size: 45px !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: 18px !important;
    }

    .item-description {
        font-size: 15px !important;
    }

    #menu-items .item-title-container .item-price {
        font-size: 14px !important;
    }

    #menu-desc-header,
    #menu-desc-footer {
        font-size: 13px;
    }

    h3.brnx-about-us {
        font-size: 50px;
    }
}

@media (max-width: 699px) {
    #menu-items .modal {
        overflow-y: scroll !important;
    }
}

@media (max-width: 599px) {
    #menu-items .modal {
        overflow-y: scroll !important;
    }

    #landing #landing-form #tag-line {
        font-size: 45px;
    }

    #landing #landing-form #form-text {
        font-size: 14px;
    }

    #store-data h2:first-child {
        font-size: 50px;
    }

    /* 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: 18px !important;
    }

    .item-description {
        font-size: 15px !important;
    }

    #menu-items .item-title-container .item-price {
        font-size: 14px !important;
    }

    .brnx-para-1 {
        font-size: 14px;
    }
}

@media (max-width: 499px) {
    #landing #landing-form #tag-line {
        font-size: 40px;
    }

    h4.about-us-tag {
        font-size: 25px;
    }
}

@media (max-width: 399px) {
    #landing #landing-form #tag-line {
        font-size: 35px;
    }
}