@font-face{font-family:Ahkio W00 Black;src:url(/assets/ahkioW00Black-KNjdgz9b.otf)}@font-face{font-family:Ahkio W00 Bold;src:url(/assets/ahkioW00Bold-cY56U7kX.otf)}@font-face{font-family:Ahkio Thin;src:url(/assets/ahkioThin-BImy6Ue5.otf)}@font-face{font-family:Raleway Medium;src:url(/assets/Raleway-Medium-Djc52Ak6.ttf)}:root{--main-yellow: #ffb800;--main-red: #ff0000;--text-dark: #181818;--text-light: #ffffff;--transparent-color: #ffffff00;--translucent-white: #ffffff7a;--translucent-black: #0000007a;--background-colour: #f5f5f5;--card-background-colour: #fdfdfd;--button-hover-colour: #535bf2;--border-colour: #000000;--shadow-colour: #000000;--white: #f5f5f5;font-family:Raleway Medium;line-height:1.5;background-color:var(--background-colour)}a{font-family:Ahkio W00 Black;font-weight:500;text-decoration:inherit;color:inherit}a:hover{color:var(--main-yellow);cursor:pointer}p{font-family:Ahkio Thin;font-style:normal}body{margin:0;place-items:center;min-width:320px;min-height:100vh}h1{font-family:Ahkio W00 Black;font-size:3.2em;line-height:1.1}h2,h3,h4{font-family:Ahkio W00 Bold}li{list-style-type:none}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}@media screen and (max-width: 700px){h1{font-size:2.5em}}img{object-fit:cover}#root{overflow-x:hidden;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center}.backgroundImage{position:fixed;width:100vw;background-image:url(/assets/noTextLogo400px-DYaujZJK.webp);height:100vh;background-size:300px;background-repeat:space;filter:blur(3px);z-index:-10}@media screen and (max-width: 700px){.backgroundImage{background-size:200px}}@media screen and (max-width: 500px){.backgroundImage{background-size:150px}}#heroContent{width:99%;display:flex;flex-direction:column;align-items:center;position:relative}#heroContent>img{margin-top:calc(100vh / 9);width:100%;max-height:55vh;z-index:-1;outline:2px solid var(--border-colour)}#heroContent #heroContentText{position:absolute;top:40%;padding:1rem;width:75%;z-index:3}#heroContent #heroContentText a{font-family:Ahkio Thin;color:var(--main-red)}#heroContent #heroContentText a:hover{font-family:Ahkio Thin;color:var(--main-yellow)}#heroContent #heroContentText>h1{font-size:64px;margin:0}#heroContent #heroContentText>p{color:var(--text-light);font-size:22px}#heroContent #heroContentText:hover{background-color:var(--translucent-black);outline:2px solid var(--main-red);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(5px)}@media screen and (max-width: 800px){#heroContent>img{margin-top:20vw}#heroContent #heroContentText>h1{font-size:36px;-webkit-text-stroke-width:1.5px}#heroContent #heroContentText>p{font-size:20px}}@media screen and (max-width: 600px){#heroContent>img{margin-top:25vw}#heroContent #heroContentText>h1{font-size:32px;-webkit-text-stroke-width:1.5px}#heroContent #heroContentText>p{font-size:18px}}@media screen and (max-width: 400px){#heroContent>img{margin-top:40vw}#heroContent #heroContentText{top:30%}#heroContent #heroContentText>h1{font-size:32px;-webkit-text-stroke-width:1.5px}#heroContent #heroContentText>p{font-size:18px}}.header{position:fixed;width:100%;display:flex;justify-content:space-between;background-color:var(--background-colour);border-bottom:2px solid var(--border-colour);z-index:10;transition:transform .3s ease-in-out,opacity .3s ease-in-out}.header.hidden{transform:translateY(-100%);opacity:0}.header.visible{transform:translateY(0);opacity:1}#logo,.hamburgerMenuButtons{display:flex;justify-content:center;background-color:var(--transparent-color);margin-top:.5rem;margin-bottom:.5rem;padding-left:1rem;padding-right:1.25rem;transition:background-color .5s;line-height:1.5}#logo{text-align:left;flex-direction:column;color:var(--main-yellow);-webkit-text-stroke-color:var(--shadow-colour);-webkit-text-stroke-width:1px}#logo *{margin:0}#logo h1{font-size:2rem}#redLogo{color:var(--main-red)}#redLogo:hover{color:var(--button-hover-colour)}#orderOnlineMenu a{font-size:1.5rem;color:var(--main-red);-webkit-text-stroke-color:var(--border-colour);-webkit-text-stroke-width:1px}#orderOnlineMenu a:hover{color:var(--main-yellow)}.hamburgerMenuButtons{gap:1rem;align-items:center}.hamburgerMenuButtons>*{font-size:2rem;color:var(--main-red);-webkit-text-stroke-color:var(--border-colour);-webkit-text-stroke-width:1.5px}@media screen and (max-width: 700px){#logo h1{font-size:1.5rem;line-height:1.3;-webkit-text-stroke-width:1.5px}.hamburgerMenuButtons{line-height:1.3;flex-direction:column;align-items:flex-end;gap:0rem}.hamburgerMenuButtons>*{font-size:1.5rem;-webkit-text-stroke-width:1.5px}}.scrollContainer{width:100%;overflow-x:hidden;margin-bottom:25rem}.horizontalScrollingItems{display:flex;font-size:40px;width:2600px;animation-name:infiniteScroll;animation-duration:30s;animation-iteration-count:infinite;animation-timing-function:linear}.horizontalScrollingItems a{color:var(--main-red);-webkit-text-stroke:var(--border-colour) 2px}.horizontalScrollingItems a:hover{color:var(--main-yellow)}@keyframes infiniteScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.horizontalScrollingItems:hover{animation-play-state:paused}.horizontalScrollingItemsItems{white-space:nowrap}@media screen and (max-width: 900px){.scrollContainer{margin-bottom:10rem}.horizontalScrollingItems{font-size:2rem}.horizontalScrollingItems a{-webkit-text-stroke:var(--border-colour) 1.5px}}.parallaxContainer{position:relative;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:repeat(4,1fr);width:100vw;align-items:center}.parallaxText{position:relative;z-index:3;width:45vw;font-size:2rem;padding:0 1rem;border:2px solid var(--border-colour);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);justify-self:center}.rightColumn{grid-column:2}.parallaxImage,.parallaxImage2{z-index:-1}.parallaxImage{grid-row:span 2}.parallaxImage2{grid-row:3 / 5}.parallaxImage img,.parallaxImage2 img{position:relative;width:75%;height:auto;border-radius:5px}@media screen and (max-width: 900px){.parallaxContainer{grid-template-columns:1fr}.parallaxImage,.parallaxImage2{width:100vw}.parallaxText{width:80vw;margin:0 auto;font-size:1.5rem}.parallaxImage2{grid-row:span 2}.rightColumn{grid-column:1}}#footer{background-color:var(--white);display:flex;flex-direction:column;width:100%;padding-top:2.5rem;margin:auto}#locationAndMap{display:flex}.mapEmbed{margin-top:2rem;margin-left:1rem;margin-bottom:2rem;height:85vh;width:60svw;border:2px solid var(--main-red)}.mapEmbed a{font-family:Raleway Medium}.mapEmbed h2{font-family:Ahkio W00 Bold;color:var(--main-yellow);margin:0;font-size:2.5rem;-webkit-text-stroke:2px var(--border-colour)}.mapEmbed h3{-webkit-text-stroke:var(--transparent-color) 0px;filter:drop-shadow(2px 2px 2px var(--transparent-color))}.mapEmbed a.gMapsLink{font-size:20px;text-decoration:underline}#locationsInfo{margin:1.5rem;text-align:left}#locationsInfo h2{color:var(--main-red);-webkit-text-stroke:1px var(--border-colour)}#locationsInfo h1,#locationsInfo h3{margin-top:0;margin-bottom:1rem;color:var(--main-yellow);-webkit-text-stroke:.5px var(--border-colour)}#locationsInfo p{font-size:1.2rem}#locationsInfo a{color:var(--main-red);-webkit-text-stroke:.7px var(--border-colour);font-size:1.5rem}#locationsInfo a:hover{color:var(--main-yellow);cursor:pointer}@media screen and (max-width: 900px){#locationAndMap{flex-direction:column;align-items:center}.mapEmbed{width:90svw;height:30em}}#cateringForm{background-color:var(--background-colour);z-index:3;padding-top:5rem;margin-top:5.5rem;min-height:95vh;width:100vw;display:flex;flex-direction:column;align-items:center}#cateringForm form{width:50%}#cateringForm h1{font-family:Ahkio W00 Black;font-size:3.2em;line-height:1.1;color:var(--main-yellow);-webkit-text-stroke:1.2px var(--border-colour);margin:0;margin-bottom:1.5rem}#cateringForm button{margin-top:3rem}#cateringForm>p{width:50%;font-size:20px;text-align:center;text-wrap:balance}.MuiAccordion-root{width:50%}@media screen and (max-width: 700px){.MuiAccordion-root{width:85%}#cateringForm{margin-top:8.5rem}#cateringForm form,#cateringForm p{width:80%}}.menuContainer{margin-top:13rem;display:grid;grid-template-columns:1fr 1fr}.menuList{padding-top:1rem;height:50vw;overflow-y:hidden;scrollbar-width:thin;scrollbar-gutter:stable}.menuList:hover{overflow-y:scroll}.menuCard{display:grid;position:relative;border:2px solid var(--border-colour);background-color:var(--white);border-radius:5px;margin:3rem 2rem}.menuCardItemContainer{display:flex;flex-direction:row;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scroll-snap-align:center;padding:.5rem}.menuCardItem{text-align:left;flex:0 0 25%;background-color:var(--card-background-colour);border:2px solid var(--border-colour);padding:.5rem;margin:.5rem;border-radius:5px}.menuCardItem>h3{font-size:1.5rem;font-weight:100}.menuCardItem>h4{font-weight:100}.menuCardItem .price{font-weight:700;text-align:right}.sectionTitle{-webkit-text-stroke:var(--border-colour) 1.5px;font-size:3rem;color:var(--main-yellow);position:absolute;top:-6rem}.sectionDescription{font-size:22px;font-weight:100}#menuImageContainer{position:relative;display:flex;justify-content:center;align-items:center;margin:auto;border:2px solid var(--border-colour);height:45vw;max-width:45vw;overflow:hidden}#menuImageContainer>h2{position:absolute;top:0rem;left:1rem;font-size:30px;color:var(--main-yellow);-webkit-text-stroke:1px var(--border-colour)}#menuImageContainer>h3{position:absolute;left:1rem;top:2.5rem;font-size:25px;color:var(--main-yellow);-webkit-text-stroke:1px var(--border-colour)}#menuImageContainer>img{object-fit:cover}@media screen and (max-width: 600px){.menuCard{margin:3rem 1rem}.menuContainer{grid-template-columns:1fr}.menuCardItem{flex:0 0 33%}.menuList{height:auto}#menuImageContainer{display:none}}.secretMenuContainer p{font-size:1.1rem;color:var(--text-colour-dark)}.secretMenuContainer h2,h1{color:var(--main-yellow);font-size:3rem;-webkit-text-stroke:2px var(--border-colour)}.secretMenuContainer{margin-top:12rem;padding:.5rem}.secretMenuItem h2{color:var(--main-yellow)}.secretMenuItem{margin-top:2rem;width:90svw;padding:1rem;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;justify-content:center;align-items:center;background-color:var(--background-colour);border:2px solid var(--border-colour);border-radius:5px}.secretMenuItem img{width:100%;height:100%;object-fit:none;aspect-ratio:4 / 3}.secretMenuItem p{margin:0}@keyframes spinY{0%{transform:rotateY(0)}to{transform:rotateY(360deg)}}.secretMenuContainer img{animation:none;transform-style:unset}.spin3d-simple{width:300px;height:300px;margin:0 auto;perspective:1000px;display:flex;align-items:center;justify-content:center}.spin3d-simple img{width:100%;height:100%;object-fit:contain;animation:spinY 5s linear infinite;transform-style:preserve-3d;backface-visibility:visible}@media screen and (max-width: 500px){.secretMenuContainer{margin-top:8rem}.secretMenuContainer h2{font-size:2rem}.secretMenuItem{width:85svw}}#DLKitsContainer{margin-top:8rem;padding:1rem;min-height:50vh;width:95%;border:2px solid var(--border-colour);background-color:var(--translucent-white);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}#DLKitsContainer p{font-size:22px;flex-basis:auto}#dlkitsMenu{display:flex;flex-wrap:wrap;justify-content:space-evenly}#dlkitsMenu .dlkitsMenuItem{padding:1rem}#dlkitsMenu .dlkitsMenuItem .price{font-size:18px}#eventsSection{margin-top:calc(100vw / 12);height:90vh}
