@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Forum&display=swap');

/* 5 off */

a[data-target="#discountModal"] {
	cursor: pointer;
}

#landing #landing-content {
	width: 100% !important;
}

#landing #form-text {
	/* display: block !important; */
	display: flex;
	width: 200px;
	height: 200px;
	position: absolute;
	top: 200px;
	left: 200px;
	aspect-ratio: 1;
	clip-path: shape(from 50% 0%,line to 55.06% 2.08%,line to 60.45% 1.09%,line to 64.97% 4.17%,line to 70.45% 4.32%,line to 74.23% 8.27%,line to 79.55% 9.55%,line to 82.42% 14.19%,line to 87.36% 16.54%,line to 89.2% 21.68%,line to 93.54% 25%,line to 94.26% 30.4%,line to 97.81% 34.55%,line to 97.4% 39.98%,line to 100% 44.77%,line to 98.45% 50%,line to 100% 55.23%,line to 97.4% 60.02%,line to 97.81% 65.45%,line to 94.26% 69.6%,line to 93.54% 75%,line to 89.2% 78.32%,line to 87.36% 83.46%,line to 82.42% 85.81%,line to 79.55% 90.45%,line to 74.23% 91.73%,line to 70.45% 95.68%,line to 64.97% 95.83%,line to 60.45% 98.91%,line to 55.06% 97.92%,line to 50% 100%,line to 44.94% 97.92%,line to 39.55% 98.91%,line to 35.03% 95.83%,line to 29.55% 95.68%,line to 25.77% 91.73%,line to 20.45% 90.45%,line to 17.58% 85.81%,line to 12.64% 83.46%,line to 10.8% 78.32%,line to 6.46% 75%,line to 5.74% 69.6%,line to 2.19% 65.45%,line to 2.61% 60.02%,line to 0% 55.23%,line to 1.55% 50%,line to 0% 44.77%,line to 2.61% 39.98%,line to 2.19% 34.55%,line to 5.74% 30.4%,line to 6.46% 25%,line to 10.8% 21.68%,line to 12.64% 16.54%,line to 17.58% 14.19%,line to 20.45% 9.55%,line to 25.77% 8.27%,line to 29.55% 4.32%,line to 35.03% 4.17%,line to 39.55% 1.09%,line to 44.94% 2.08%,line to 50% 0%,close);
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	padding: 20px;
	rotate: 345deg;
	transform: translate(-50%, -50%);
	transition: all .7s;
	background-color: red;
	z-index: 2;
}

#landing #form-text p#\35 _off {
	display: block !important;
	color: #fff !important;
	font-size: 20px;
}

#landing #form-text p#\35 _off span {
	text-transform: uppercase;
	font-size: 33px;
	font-weight: 700;
	margin: 20px;
}

#discountModal .modal-title {
	 font-family: 'Forum';
    font-size: 30px !important;
    font-weight: 900 !important;
    text-transform: capitalize;
}

#discountModal .modal-body p {
	font-size: 16px;
}

@media (max-width: 1280px) {
	#landing #form-text {
		scale: .8;
		object-fit: scale-down;
	}

	#landing #form-text {
		top: 200px;
		left: 100px;
	}
	
}

@media (max-width: 768px) {
	#landing #form-text {
		scale: .6;
	}

	#landing #form-text {
		top: 220px;
		left: 50px;
	}
}

@media (max-width: 560px) {
	#landing #form-text {
		scale: .5;
	}

	body:has(.auto-free-item-container.active) #landing #form-text {
		top: 60px;
	}

	#landing #form-text {
		top: -40px;
		left: 20px;
	}
}

/* 5 off */

/* request */
#footer-contact p:nth-child(2):before {
    content: 'Renmark, SA, 5341';
    font-size: 13px;
}

#footer-contact p:nth-child(2) {
    font-size: 0px;
}

#menu-items #licensed-alcohol-block {
	display: block !important;
	padding-top: 50px;
}

#menu-items #licensed-alcohol-block h1  {
	display: none;
}

#menu-items .menu-item p.note {
    font-weight: 600;
    font-size: 16px;
}

/* hide */
#about-us .section-title {
    display: none;
}

/* navbar */

.navbar {
    /* background: #E1503D; */
    /* box-shadow: 0px 3px 10px #0000005e; */
    background: #111;
	/* 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: #FFCC10;
    left: 0;
    height: 4px;
    border-radius: 0;
    width: 100%;
}

.nav-color .navbar-left>li>a::after {
    background-color: #111;
}

#landing {
    /*background: url('./uploads/main_bg_3.jpg');*/
    /* background: url('https://d2ova09jg8x3xk.cloudfront.net/projects.deliverit.com.au/bellamozzarella/uploads/hero-bg.jpg') !important; */
    background: #FFCC10;
    /*background: url('https://deliverit-vhosts-sync.s3.ap-southeast-2.amazonaws.com/seasideshahi.com.au/shahi-vid-bg.mp4') !important;*/
    height: 96vh !important;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

#landing video {
    position: absolute;
    width: 100%;
    /* height: 70%; */
    object-fit: cover;
    z-index: 1;
    top: 30%;
}

#landing #landing-content {
    width: 700px;
    top: 20%;
    left: 50%;
    z-index: 2;
    /* transform: unset; */
}

body:has(.auto-free-item-container.active) #landing #landing-logo img {
	margin-top: 90px;
}

#landing #landing-logo img {
    width: 260px;
    transition: 1s all ease-in-out;
}

/* store-data */
#store-data {
    /* background: url('./uploads/hero-banner.jpg'); */
    background: #111;
    background-size: cover;
    background-attachment: scroll;
}

#store-data h2:first-child {
    font-family: 'Forum';
    font-size: 5.5rem;
    font-weight: 900;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #FFCC10;
}

/* menu bar */
#menu {
    background: #111 !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: #111 !important;
}

.pn-Advancer_Icon {
    fill: #FFCC10;
}

#menu ul li a {
    text-transform: uppercase !important;
    background: #111;
    font-weight: 600;
    color: #fff !important;
    letter-spacing: 1px;
    font-family: 'Forum', sans-serif;
}

#menu-cont>#menu>#menu-ul>li>a.menu-active {
    border-bottom: none !important;
    background: #FFCC10 !important;
    color: #111 !important;
    text-transform: uppercase !important;
}

#menu ul li a:hover {
    background: #FFCC10 !important;
    color: #111 !important;
}

/* menu */

.menu-item {
    background: url('./uploads/hero-banner.jpg');
    /* background: linear-gradient(#ffffffad, #ffffffad), url('https://d2ova09jg8x3xk.cloudfront.net/projects.deliverit.com.au/kebabyeah/uploads/bg_5.jpg') no-repeat !important; */
    /* background: #111; */
    background-size: cover !important;
    background-attachment: fixed !important;
    background-position: center !important;
    border-bottom: none;
    padding: 20px;
}

#menu-items .menu-item h1:first-child {
    padding-top: 1em;
}

#menu-items .menu-item h1 {
    position: relative;
    text-align: center;
    margin: auto;
    width: fit-content;
    /* padding: 12px 20px; */
    font-family: 'Forum';
    font-weight: 900 !important;
    font-size: 45px !important;
    text-transform: capitalize;
    height: fit-content;
    background: none !important;
    color: #FFCC10 !important;
    /* -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: 5px;
    /* overflow: hidden; */
    cursor: pointer;
    transition: color 0.3s ease;
    box-shadow: 0px 0px 7px #0000004f;
    /* z-index: 1; */
}

#menu-items ul li.group:hover,
#menu-items ul li.single:hover {
    background-color: #111;
    border: 1px solid #FFCC10;
    box-shadow: 0px 0px 10px #FFCC10;
    transition: all .2s ease-in-out;
}

#menu-items .item-title-container .item-title {
    /* width: 100% !important; */
    font-size: 17px;
    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: #FFCC10 !important;
}

.item-price {
    background: #111;
    color: #FFCC10;
    font-family: 'Oswald';
    font-weight: 600;
    font-size: 14px !important;
    border: 1px solid #fff;
    box-shadow: 0px 0px 5px #111;
    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: #FFCC10;
    color: #111;
    box-shadow: 0px 0px 10px #fff;
}

.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: #FFCC10;
}

#menu-desc-header,
#menu-desc-footer {
    color: #fff;
    text-align: center;
    width: fit-content;
    margin: auto;
}

li.single .item-icons img,
li.group .item-icons img {
    filter: invert(1);
}

li.single:hover .item-icons img,
li.group:hover .item-icons img {
    filter: invert(78%) sepia(96%) saturate(4123%) hue-rotate(340deg) brightness(104%) contrast(99%);
}

/* about-us */

#about-us {
    background: url('./uploads/hero-bg.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    /* 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;
}

.bellamozzarella-section {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.bellamozzarella-section .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.col-md-6.col-sm-12.bellamozzarella-img-1 {
    text-align: center;
    /* filter: drop-shadow(0px 0px 5px #db1508ba); */
}

.bellamozzarella-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: 40px;
    font-family: 'Forum';
    text-transform: uppercase;
    font-weight: 900;
}

h3.bellamozzarella-about-us {
    position: relative;
    font-family: 'Oswald';
    text-transform: uppercase;
    font-weight: 900;
    font-size: 60px;
    color: #111;
    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); */
}

.bellamozzarella-para-1 {
    font-weight: 400;
    font-family: 'Poppins';
    font-size: 15px;
    color: #111;
    text-align: left;
    line-height: normal;
    letter-spacing: 1px;
}

/* media query */

@media (max-width: 1599px) {
    #landing #landing-logo img {
        width: 200px;
    }

    #landing video {
        object-fit: cover;
        width: 100%;
        height: 72%;
        bottom: 0;
    }
}

@media (max-width: 1499px) {
    #landing #landing-content {
        width: 700px;
        top: 25%;
        left: 50%;
        /* z-index: 999; */
        /* transform: unset; */
    }
    
    #landing #landing-logo img {
        width: 300px;
    }

    #landing video {
        object-fit: contain;
        width: 100%;
        height: 80%;
        bottom: 0;
    }
}

@media (max-width: 1399px) {
    #landing #landing-content {
        width: 700px;
        top: 25%;
        left: 50%;
        /* z-index: 999; */
        /* transform: unset; */
    }
    
    #landing #landing-logo img {
        width: 300px;
    }

    #landing video {
        object-fit: contain;
        width: 100%;
        height: 85%;
        bottom: 0;
    }

    body {
        padding-bottom: 0px;
    }
}

@media (max-width: 1299px) {
    #landing #landing-content {
        width: 700px;
        top: 25%;
        left: 50%;
        /* z-index: 999; */
        /* transform: unset; */
    }
    
    #landing #landing-logo img {
        width: 300px;
    }

    #landing video {
        object-fit: contain;
        width: 100%;
        height: 90%;
        bottom: 0;
    }
}

@media (max-width: 1099px) {
    #wrap {
        overflow: hidden;
    }

	body:has(.auto-free-item-container.active) #landing #landing-logo img {
		margin-top: 30px;
	}

    #main-content {
        padding-bottom: 0;
    }

    .toggle-left div {
        background: #FFCC10;
    }

    .nav-color .toggle-left div {
        background: #111;
    }

    #landing #landing-content {
        width: 700px;
        top: 30%;
        left: 50%;
        /* z-index: 999; */
        /* transform: unset; */
    }
    
    #landing #landing-logo img {
        width: 350px;
    }

    #landing video {
        object-fit: contain;
        width: 100%;
        height: 80%;
        bottom: 0;
    }

    .pn-Advancer {
        width: 40px !important;
        padding: 5px !important;
    }

    .pn-Advancer_Icon {
        width: 20px !important;
        fill: #FFCC10 !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;
    }
    
    .bellamozzarella-para-1 {
        width: 100%;
    }

    .bellamozzarella-para-1,
    h3.bellamozzarella-about-us {
        text-align: center;
    }
}

@media (max-width: 999px) {
    #store-data #store-details {
        text-align: center;
    }
}

@media (max-width: 799px) {
    #landing video {
        object-fit: cover;
        width: 100%;
        height: 40%;
        top: 60%;
    }

    #store-data h2:first-child {
        font-size: 50px;
    }
    
    .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: 16px !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;
    }

    h3.bellamozzarella-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;
    }

    #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: 18px !important;
    }

    .item-description {
        font-size: 13px !important;
    }

    #menu-items .item-title-container .item-price {
        font-size: 14px !important;
    }
}

@media (max-width: 560px) {
	body:has(.auto-free-item-container.active) #landing #landing-logo img {
		margin-top: 100px;
	}
}

@media (max-width: 499px) {
    #landing #landing-content {
        width: 700px;
        top: 30%;
        left: 50%;
        /* z-index: 999; */
        /* transform: unset; */
    }
    
    #landing #landing-logo img {
        width: 300px;
    }
}

@media (max-width: 399px) {
    #landing #landing-content {
        width: 700px;
        top: 30%;
        left: 50%;
        /* z-index: 999; */
        /* transform: unset; */
    }
    
    #landing #landing-logo img {
        width: 250px;
    }
}