@font-face {
    font-family: 'Frank Ruhl Libre'; /*your chosen name for the font here*/
    src: url('./fonts/FrankRuhlLibre/FrankRuhlLibre-Black.ttf') format('truetype');
    /* The path may be different depending on your fonts folder location */
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Red Hat Display';
    src: url('./fonts/RedHatDisplay/RedHatDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Red Hat Display';
    src: url('./fonts/RedHatDisplay/RedHatDisplay-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Red Hat Display';
    src: url('./fonts/RedHatDisplay/RedHatDisplay-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Red Hat Display';
    src: url('./fonts/RedHatDisplay/RedHatDisplay-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
:root {
    --orange: #F29517;
    --yellow: #FFC700;
    --red: #C73A2A;
    --off-white: #FCFCFC;
    --dark-grey: #1D1D1B;
    --mid-dark-grey: #2D2D2B;
}


.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #B32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

.blazor-error-boundary::after {
    content: "An error has occurred."
}

html {
    scroll-padding-top: 100px;
    overflow-x: hidden;
}

body {
    padding-top: 120px;
    font-family: 'Red Hat Display', sans-serif;
    font-size: 16px;
    color: var(--mid-dark-grey);
    margin: 0;
    overflow-x: hidden;
    background-color: var(--off-white);
}

body * {
    box-sizing: border-box !important;
}

.content-container, .content-container-allow-overflow {
    position: relative;
    max-width: 1396px;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px;
}

.content-container-allow-overflow {
    overflow: visible;
    padding: 0;
}

.flexbox {
    display: flex;
}

.flexbox-vertical {
    flex-direction: column;
}

.flexbox-even-children > * {
    flex: 1;
}

.position-absolute {
    position: absolute;
}

.flex-vertical-center {
    display: flex;
    align-items: center;
}

.orange-bg {
    background-color: var(--orange);
}

.red-bg {
    background-color: var(--red);
}

.dark-grey-bg {
    background-color: var(--dark-grey);
}

.text-white {
    color: var(--off-white);
}

.text-orange {
    color: var(--orange);
}

.text-yellow {
    color: var(--yellow);
}

.text-center {
    text-align: center;
}

.text-bold {
    font-weight: bold;
}

.extra-large-text {
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 67px;
    text-transform: uppercase;
    font-weight: 900;
}

h1, h2 {
    margin: 0;
}

.heading1 {
    font-size: 38px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 900;
}

.heading2 {
    font-size: 28px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
}

.heading3 {
    font-size: 21px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
}

.small-copy {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.small-copy-not-bold {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
}

.small-copy-default-case {
    font-size: 12px;
    font-weight: 600;
}

p {
    margin: 0;
}

.extra-large-text-gradient {
    color: #FFCB14;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-stroke: -1px var(--off-white);
    text-shadow: -1px 0 var(--off-white), 0 1px var(--off-white), 1px 0 var(--off-white), 0 -1px var(--off-white);
}

.button-primary, .button-secondary {
    background-color: var(--red);
    border: 1px solid var(--red);
    color: var(--off-white);
    padding: 12px 24px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
}

.button-secondary {
    background-color: transparent;
    border-color: var(--off-white);
}

.button-secondary:hover {
    background-color: var(--off-white);
    color: var(--red);
}

.button-primary:hover {
    background-color: var(--off-white);
    border: 1px solid var(--off-white);
    color: var(--red)
}

.arrow-button {
    display: flex;
    transition: all .3s ease;
    align-items: center;
    justify-content: center;
}

.arrow-button > .arrow {
    width: 6px;
    height: 6px;
    border-right: 2px solid var(--off-white);
    border-bottom: 2px solid var(--off-white);
    position: relative;
    transform: rotate(-45deg);
    margin: 0 6px;
    transition: all .3s ease;
}

.arrow-button > .arrow::before {
    display: block;
    background-color: var(--red);
    width: 3px;
    transform-origin: bottom right;
    height: 2px;
    position: absolute;
    opacity: 0;
    bottom: calc(-2px / 2);
    transform: rotate(45deg);
    transition: all .3s ease;
    content: "";
    right: 0;
}

.arrow-button:hover > .arrow {
    transform: rotate(-45deg) translate(4px, 4px);
    border-color: var(--red);
}

.arrow-button:hover > .arrow::before {
    opacity: 1;
    width: 8px;
}

/* Webkit browsers */
.custom-scrollbar::-webkit-scrollbar {
    width: 5px;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: transparent;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 50px;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.25);
}

.menu-items > .menu-item:first-child {
    padding-top: 0;
}

.small-copy-default-case {
    margin-top: 3px;
}

.menu-section.active .menu-item {
    border-bottom: 1px solid #FCFCFCA8
}

.box-border-corner {
    display: grid;
    grid-template-columns: 15px 15px 15px 15px;
    grid-template-rows: 15px 15px 15px 15px;

    .sub-grid-item-1, .sub-grid-item-3, .sub-grid-item-9 {
        border: 2px solid var(--orange)
    }
    .sub-grid-item-2, .sub-grid-item-13, .sub-grid-item-14 {
        border-bottom: 2px solid var(--orange);
    }
    .sub-grid-item-5, .sub-grid-item-4, .sub-grid-item-8 {
        border-right: 2px solid var(--orange);
    }
    .sub-grid-item-10, .sub-grid-item-11, .sub-grid-item-12 {
        border-top: 2px solid var(--orange);
    }
    .sub-grid-item-7, .sub-grid-item-15, .sub-grid-item-11 {
        border-left: 2px solid var(--orange);
    }
}

.set-menu-grid-title .box-border-corner, .set-menu-grid-title-last .box-border-corner {
    .sub-grid-item-16, .sub-grid-item-12 {
        border-right: 2px solid var(--orange);
    }
}

.set-menu-grid-title.set-menu-active .box-border-corner, .set-menu-grid-title-last.set-menu-active .box-border-corner {
    .sub-grid-item-16, .sub-grid-item-12 {
        border-right: none;
    }
}

.box-border-corner-white * {
    border-color: var(--off-white) !important;
}

.box-border-corner-rotated {
    transform: rotate(90deg)
}

.menu-titles .menu-title:first-child, .menu-titles .menu-title:last-child {
    margin-top: 0 !important;
}

.set-menu-grid-title > div:first-child:hover {
    cursor: pointer
}

.set-menu-item .icon {
    margin-left: 7px;
    vertical-align: middle;
}

.set-menu-container .disclaimer {
    font-weight: bold;
    text-transform: uppercase
}

.opening-hours-and-delivery-container {
    gap: 20px;
}

.burger-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.burger {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 2rem;
    height: 2rem;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1;
}

.burger .line {
    width: 2rem;
    height: 0.25rem;
    background: var(--off-white);
    border-radius: 10px;
    transition: all 0.3s linear;
    position: relative;
    transform-origin: 4px;
}

/* Rotate first bar */
.burger.toggle .line:nth-child(1) {
    transform: translateY(2px) rotate(45deg);
}

/* Fade out the middle bar */
.burger.toggle .line:nth-child(2) {
    opacity: 0;
}

/* Rotate last bar */
.burger.toggle .line:nth-child(3) {
    transform: translateY(-3px) rotate(-45deg) ;
}

@media(min-width: 1001px){
    .show-only-on-mobile {
        display: none !important;
    }
}

@media (max-width: 1000px) {
    
    .content-container {
        padding:0;
        margin:0 20px;
    }
    
    .hide-on-mobile {
        display: none !important;
    }

    .menu-titles .menu-title:first-child, .menu-titles .menu-title:last-child {
        margin-top: 20px !important;
    }

    .grid-menu-content .menu-titles .menu-title.active {
        margin:0 !important;
    }

    .menu-title {margin-bottom: 0;}

    .grid-menu-content .menu-titles .menu-title a {
        font-size: 13px !important;
    }
    
    .opening-and-delivery .flexbox {flex-direction: column}
}

@media (max-width:450px){
    .content-container {
        padding:0;
        margin:0 10px;
    }
}