@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@font-face {
    font-family: Neue-Aachen-Bold;
    src: url('https://d2ova09jg8x3xk.cloudfront.net/huntclubpizza.com.au/fonts/Neue-Aachen-Bold.otf');
}

@font-face {
    font-family: CC-Sign;
    src: url('https://d2ova09jg8x3xk.cloudfront.net/huntclubpizza.com.au/fonts/CC-SignLanguage.ttf');
}


#webalert_container .modal-content {
   padding: 20px;
}

#webalert_cover img {
    object-position: top;
    object-fit: contain;
    max-height: 350px;
}

#webalert_cover .fade {
	display: none;
}


/* Interactive Banner css */

:root {
    --main: #e0151b;
    --text: #222;
}

#jqibox:has(img.app) {
    overflow: overlay;
    height: auto !important;
}

#jqi:has(img.app) {
    top: 23% !important;
    max-width: 400px !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;
}

#jqi .jqimessage img.app {
    width: 250px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

div.pop-header {
    margin-top: 140px;
    margin-bottom: 10px;
}

#jqi:has(img.app) .pop-header .p1 {
    text-align: center;
    font-size: 35px;
    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: 5px solid;
    border-color: var(--main);
	border-radius: 50px;
    width: 100px;
    margin: 15px auto;
}

#jqi:has(img.app) img.img-responsive.app-message {
	max-width: 90% !important;
	margin: auto !important;
}

.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;
}

.ios-app-badge {
    margin: auto auto 5px auto;
}

.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;
    gap: 3px;
}

.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;
}

/* Interactive Banner css */

#landing {
    background: linear-gradient(#000000b8, #000000b8), url('./uploads/new-heroimg.jpg') no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center 80%;
    overflow: hidden;
}

#landing #landing-content {
    width: 90%;
    z-index: 100;
    left: 50%;
    top: 48%;
    transition: all .75s ease-in-out;
    text-align: center;
}

#landing #landing-logo img {
    /* margin: 5% auto; */
    width: 280px;
    filter:drop-shadow(#eaeaea87 0px 0px 8px);
    transition: all .5s;
}

#landing .p1 {
    font-family: Neue-Aachen-Bold;
    color: #EA1C24;
    font-size: 70px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 2% auto;
    /* text-shadow: 2px 2px 0px #fff, 5px 4px 0px rgb(0 0 0 / 10%); */
    /* text-shadow: #000 0px 2px 4px; */
	-webkit-text-stroke: 1px #fff;
	background: linear-gradient(90deg, #EE1C24 0%, #ffa9a9 50%, #EE1C24 100%);
	background-size: 200% auto;
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	animation: shimmer 5s linear infinite;
}

@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

/* store-data */
#store-data {
    background: linear-gradient(#ffffffe3, #ffffffe3), url('./uploads/section.png') #FAE3C5 center no-repeat;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-position: center !important;
    border-top: 2px dashed #EA1C24;
    /* outline: 3px solid #fff;
    outline-offset: -12px; */
    /* background: #111; */
    height: 35vh !important;
}

#store-data h2:first-child {
    font-family: Neue-Aachen-Bold;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 60px;
    margin: 2% auto;
    width: 50%;
    color: #EA1C24;
    letter-spacing: .02em;
    text-shadow: 2px 2px 0px #fff, 5px 4px 0px rgb(0 0 0 / 10%);
}

/* #store-data h2:first-child:before {
    content: "Brklyn Pizza | Peregian Beach";
    position: absolute;
    width: 100%;
    -webkit-text-stroke: 5px #fff;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
} */

#store-data #store-details,
a#store-location {
    color: #050505;
    font-weight: 400;
}

/* menu-nav */

#menu {
    background: #111;
    text-align: center;
    box-shadow: 0px 5px 8px rgb(0 0 0 / 30%);
}

#menu ul li a {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    color: #fff !important;
    /* padding: 20px 30px; */
    letter-spacing: 1px;
    /* border-bottom: 3px solid #E44126; */
    background: #111 !important;
    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: #EA1C24 !important;
    background: #F9E3C5 !important;
    /* background-image: linear-gradient(to left, #F36349 , #FCBC38) !important; */
    /* border-top: 4px solid #B9AA38; */
}

#menu-cont>#menu>#menu-ul>li>a.menu-active {
    color: #EA1C24 !important;
    background: #F9E3C5 !important;
    border-bottom: none !important;
    /* border-top: 4px solid #B9AA38; */
    /* background-image: linear-gradient(to right, #F36349 , #FCBC38) !important; */
}

.pn-Advancer {
    background: #111 !important;
}

.pn-Advancer_Icon {
    fill: #fff !important;
}

/* menu */
.menu-item {
    background: linear-gradient(rgb(255 255 255 / 90%), rgb(255 255 255 / 90%)), url('./uploads/section.png') #F9E3C5 no-repeat;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-position: center !important;
    /* background: #111; */
    padding: 10px;
    border-bottom: none;
}

#menu-items {
    background: linear-gradient(rgb(255 255 255 / 90%), rgb(255 255 255 / 90%)), url('./uploads/section.png') #F9E3C5 no-repeat;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-position: center !important;
    /* background: #111; */
}

#menu-items .menu-item:first-child {
    padding-top: 3em;
}

#menu-items .menu-item h1 {
    position: relative;
    text-align: center;
    background: none !important;
    color: #EA1C24 !important;
    width: fit-content;
    margin: auto;
    font-family: CC-Sign !important;
    font-weight: 600 !important;
    font-size: 60px !important;
    text-transform: uppercase;
    height: fit-content;
    /* border-bottom: 2px dashed #fff; */
    /* 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 #ffffff91, 5px 4px 0px rgb(0 0 0 / 10%);
}

#menu-items ul li.group,
#menu-items ul li.single {
    background: #f3f3f37a;
    padding: 10px;
    border: 1px solid #383838;
    border-radius: 2px;
    /* outline: 1px dashed #E06B26;
    outline-offset: 6px; */
    min-height: 180px !important;
    box-shadow: none;
    border-radius: 3px;
	transition: all .3s;
}

#menu-items ul li.group:hover,
#menu-items ul li.single:hover {
    background: #fff;
    border: 1px solid #111;
    box-shadow: 0px 0px 10px #1111118f;
	outline: 1px dashed #EA1C24;
    outline-offset: 6px;
    /* transform: scale(1); */
}

#menu-items .item-title-container .item-title {
    /* width: 90% !important; */
    font-size: 17px;
    font-family: Oswald;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #EA1C24;
    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: #EA1C24;
    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: #EA1C24;
    color: #fff;
    font-family: 'Oswald';
    font-weight: 600;
    font-size: 14px !important;
    border-radius: 4px;
    padding: 10px;
    height: fit-content;
    transition: .2s;
    border: 2px solid #111;
}

li.group:hover .item-price,
li.single:hover .item-price {
    background: #111 !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-us */

#about-us .section-title {
    display: none;
}

#about-us {
    background: linear-gradient(rgb(255 255 255 / 95%), rgb(255 255 255 / 95%)), url('./uploads/section.png') center no-repeat;
    background-size: cover !important;
    background-attachment: scroll !important;
    background-position: center !important;
    /* box-shadow: 0px -6px 10px #111; */
    border-top: 2px dashed #EA1C24;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /* background: #111; */
}

#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: 100%;
    transition: 1s all ease;
}

.huntclubpizza-section {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.huntclubpizza-section .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.col-md-6.col-sm-12.huntclubpizza-img-1 {
    text-align: center;
    /* filter: drop-shadow(0px 0px 5px #db1508ba); */
}

.huntclubpizza-img-1 img {
    width: 280px;
    align-items: center;
    justify-content: center;
    transition: 1s all ease;
    /* filter: drop-shadow(0px 0px 20px #000000); */
}

/* h3.sorrento-tag {
    font-size: 50px;
    font-family: Changa One;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 0px #000000, 5px 4px 0px rgb(0 0 0 / 10%);
} */

h3.huntclubpizza-about-us {
    position: relative;
    font-family: Neue-Aachen-Bold;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 65px;
    color: #EA1C24;
    background: none;
    text-align: center;
    margin: 3% auto;
    background: #FAE3C4;
    border: 2px dashed #EA1C24;
    /* letter-spacing: 1px; */
    width: fit-content;
    height: auto;
    /* -webkit-text-stroke: 1px #E51821; */
    padding: 15px 25px;
    border-radius: 5px;
    box-sizing: border-box;
    text-shadow: 2px 2px 0px #ffffffbd, 5px 4px 0px rgb(0 0 0 / 10%);
    /* border: 10px solid #111; */
    /* text-shadow: 4px 3px #000; */
    /* box-shadow: -7px 7px 0px 0px rgb(0 0 0 / 50%); */
}

.huntclubpizza-para-1 {
    font-weight: 400;
    font-family: Poppins;
    font-size: 18px;
    color: #050505;
    text-align: center;
    line-height: 30px;
    width: 70%;
    /* letter-spacing: 1px; */
}

/* media query */
@media (max-width: 1599px) {
    #landing #landing-logo img {
        width: 220px;
    }

    #landing .p1 {
        font-size: 55px;
    }
    
    #store-data {
        /* height: 40vh !important; */
    }

    #menu-items .menu-item h1 {
        font-size: 55px !important;
    }
}

@media (max-widtH: 1499px) {
    #store-data h2:first-child {
        font-size: 55px;
        width: 70%;
    }
}

@media (max-width: 1399px) {
    body {
        padding-bottom: 0px;
    }
}

@media (max-width: 1199px) {
    #store-data h2:first-child {
        font-size: 50px;
    }
}

@media (max-width: 1024px) {
	::-webkit-scrollbar {
		width: 0px;
	}
	
    #main-content {
        padding-bottom: 0;
    }
    
    #landing .p1 {
        font-size: 50px;
    }

	#landing #landing-content #tag-line {
		text-shadow: none;
	}

    #landing #landing-form {
        width: fit-content;
        margin: auto;
    }

    #menu {
        padding: 5px 20px;
    }

    #menu-ul .first {
        margin-left: 10px;
    }

    .pn-Advancer_Left {
        left: 5px;
    }

    #menu-ul li:last-child {
        margin-right: 10px;
    }

    .pn-Advancer_Right {
        right: 5px;
    }

    #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: 16px !important;
    }

	#menu-items .item-title-container .item-price {
        position: initial;
        width: fit-content !important;
        padding: 4px 13px 4px 13px;
        border: 2px solid #111;
        border-radius: 3px;
        font-size: 14px !important;
    }

    #menu-desc-header,
    #menu-desc-footer {
        font-size: 14px;
    }

    .huntclubpizza-para-1 {
        width: 100%;
    }
}

@media (max-width: 999px) {
    #store-data #store-details {
        text-align: center;
    }

    #store-data h2:first-child {
        font-size: 40px;
        width: 90%;
    }
}

@media (max-width: 799px) {
    #menu-cont>#menu>#menu-ul>li>a.menu-active {
        border-bottom: none !important;
        background: #F9E3C5 !important;
        color: #EA1C24 !important;
    }

    #menu-items .menu-item h1 {
        font-size: 45px !important;
    }

    .menu-item #menu_items ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        /* align-items: flex-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: 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: 17px !important;
    }

	#menu-items .item-title-container .item-price {
		font-size: 14px !important;
	}

    .item-description {
        font-size: 14px !important;
		-webkit-line-clamp: 3;
    }

	#menu-desc-header,
    #menu-desc-footer {
        font-size: 13px;
    }

    h3.huntclubpizza-about-us {
        font-size: 45px;
    }

	#about-us .section-content img {
		max-width: 70%;
	}
}

@media (max-width: 699px) {
    #menu-items .modal {
        overflow-y: scroll !important;
    }

    #landing #landing-logo img {
        width: 200px;
    }

    #landing .p1 {
        font-size: 40px;
    }
}

@media (max-width: 599px) {
    #menu-items .modal {
        overflow-y: scroll !important;
    }
    
    #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: 14px !important;
    }

    #menu-items .item-title-container .item-price {
        font-size: 14px !important;
    }

	.huntclubpizza-img-1 img {
        width: 40% !important;
        max-width: 100% !important;
    }

	h3.huntclubpizza-about-us {
        width: fit-content;
        font-size: 40px;
    }
}

@media (max-width: 499px) {
    #landing #landing-logo img {
        width: 180px;
    }
    
    #landing .p1 {
        font-size: 35px;
    }

    #store-data h2:first-child {
        font-size: 35px;
    }
}