*{scroll-behavior:smooth;font-family:Lato,sans-serif}html,body{box-sizing:border-box;background-image:linear-gradient(to top,rgba(42,42,42,.5490196078),rgba(0,0,0,.7294117647));background-repeat:no-repeat;background-size:cover;background-attachment:fixed;background-color:#000}.navbar{z-index:900;background-color:#000;color:#fffcf1;overflow:hidden;padding:.5rem 1rem;width:100%;box-sizing:border-box;position:fixed}.navbar-content{display:flex;align-items:center;justify-content:space-between}@media screen and (min-width: 900px){.navbar-content{display:flex;align-items:center;justify-content:space-around}}.navbar-content img{width:5rem;height:100%}@media screen and (min-width: 600px){.navbar-content img{width:10rem}}.navbar-content ul{padding:0;display:flex}.navbar-content ul li{list-style:none;padding:0 .5rem;font-weight:700}.navbar-content ul li:hover{color:#bbb}.navbar-content ul li:first-of-type{padding-left:0}.drawer div{color:#fffcf1}.drawer ul{padding:0}.drawer ul li{list-style:none;padding:.5rem 0;font-size:1.2rem}.hero{height:100vh;display:flex;justify-content:flex-start;flex-direction:column;text-align:center;box-sizing:border-box}.hero-content{min-height:300px;background-image:linear-gradient(to bottom,rgba(42,42,42,.5215686275),rgba(0,0,0,.7294117647)),url(/assets/hero-ae74d745.webp);background-position:center;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;display:flex;align-items:center}@media screen and (min-width: 1200px){.hero-content{background-attachment:fixed}}.hero-content .landing{display:flex;justify-content:center}@media screen and (min-width: 600px){.hero-content .landing{display:flex;justify-content:space-between;padding-left:2rem}}.hero-content .landing div{display:flex;flex-direction:column;align-items:center}@media screen and (min-width: 600px){.hero-content .landing div{align-items:flex-start}}.hero-content .landing div h1{font-size:3rem;font-weight:900;color:#fffcf1;text-shadow:0 0 15px rgba(0,0,0,.7568627451)}.hero-content .landing div h1 span{text-shadow:none;background:#b17900;background:linear-gradient(0deg,#b17900 0%,#fdbb2d 60%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0px 0px 15px rgba(0,0,0,.7568627451))}.hero-content .landing div p{text-shadow:0 0 15px rgba(0,0,0,.7568627451);font-size:1.3rem;font-weight:700;color:#bbb;text-align:center}@media screen and (min-width: 600px){.hero-content .landing div p{text-align:left}}.hero-content .landing div button{box-shadow:0 0 15px #000000c1}.hero-content .landing .video{width:100%;align-self:flex-end;padding-top:5rem;display:flex}@media screen and (min-width: 900px){.hero-content .landing .video{width:40%;padding-top:0;padding-left:5rem}}.hero-content .landing .video iframe{border:none;width:100%;aspect-ratio:16/9}.awards{padding-top:10rem;display:flex;flex-direction:column;gap:1rem}.awards-imgs{justify-content:center;display:flex;gap:1rem;flex-wrap:wrap}.awards img{margin:auto;display:flex}.services{padding:10rem 1rem 0;color:#fffcf1}.services-cards{display:grid;gap:1rem;max-width:1500px;margin:0 auto}@media screen and (min-width: 700px){.services-cards{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 1000px){.services-cards{grid-template-columns:repeat(5,1fr)}}.card{position:relative;display:flex;justify-content:center;align-items:flex-end;overflow:hidden;height:350px;color:#fffcf1;background-color:#fffcf1;box-shadow:0 1px 1px #0000001a,0 2px 2px #0000001a,0 4px 4px #0000001a,0 8px 8px #0000001a,0 16px 16px #0000001a}@media screen and (min-width: 600px){.card{height:525px}}.card:before{content:"";position:absolute;top:0;left:0;width:100%;height:110%;background-size:cover;background-position:center;transition:transform 1.05s cubic-bezier(.19,1,.22,1);pointer-events:none}.card:after{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:200%;pointer-events:none;background-image:linear-gradient(to bottom,hsla(0,0%,0%,0) 0%,hsla(0,0%,0%,.009) 11.7%,hsla(0,0%,0%,.034) 22.1%,hsla(0,0%,0%,.072) 31.2%,hsla(0,0%,0%,.123) 39.4%,hsla(0,0%,0%,.182) 46.6%,hsla(0,0%,0%,.249) 53.1%,hsla(0,0%,0%,.32) 58.9%,hsla(0,0%,0%,.394) 64.3%,hsla(0,0%,0%,.468) 69.3%,hsla(0,0%,0%,.54) 74.1%,hsla(0,0%,0%,.607) 78.8%,hsla(0,0%,0%,.668) 83.6%,hsla(0,0%,0%,.721) 88.7%,hsla(0,0%,0%,.762) 94.1%,hsla(0,0%,0%,.79) 100%);transform:translateY(-50%);transition:transform 1.4s cubic-bezier(.19,1,.22,1)}.card-content{position:relative;display:flex;flex-direction:column;align-items:center;width:100%;padding:1rem;transition:transform .7s cubic-bezier(.19,1,.22,1);z-index:1}@media screen and (min-width: 600px){.card-content{margin-bottom:2rem}}.card-content .title{font-size:1.3rem;font-weight:700;white-space:nowrap}.card-content .subtitle{font-size:1.125rem;font-style:italic;line-height:1.2}.card.holiday{margin-bottom:1rem!important}.card.horizontal{height:200px;width:100%}@media screen and (min-width: 800px){.card.horizontal{width:50%;margin:auto}}.card.horizontal .card-content{align-self:center}.card.horizontal .title{margin:0}.contact-form{width:100%;display:flex;margin:0 auto;flex-direction:column;gap:1rem;color:#fffcf1}@media screen and (min-width: 900px){.contact-form{max-width:30rem}}.contact-form .form-name{display:flex;flex-direction:row;justify-content:space-between;gap:1rem}.contact-form .form-name div{width:100%}.contact-form input,.contact-form textarea{color:#fffcf1;padding:.5rem}.contact-form-100{flex:1;max-width:100%}.contact-aside{width:100%}@media screen and (min-width: 900px){.contact-aside{max-width:30rem}}.contact-aside .socials{padding-top:4rem}.contact-aside .socials div{display:flex;justify-content:center}.contact-aside .socials div a:nth-child(even){padding:0 .8rem}.banquet-hero{width:100%;height:10rem;background-image:linear-gradient(to bottom,rgba(42,42,42,.5215686275),rgba(0,0,0,.7294117647)),url(/assets/banquetsHero-9f9f2211.webp);background-position:center;background-repeat:no-repeat;background-size:cover}@media screen and (min-width: 900px){.banquet-hero{height:25rem}}.wedding-content{display:flex;gap:.5rem;flex-wrap:wrap}@media screen and (min-width: 900px){.wedding-content{flex-wrap:nowrap}}.wedding-content aside{width:100%}@media screen and (min-width: 900px){.wedding-content aside{min-width:30rem}}.dashboard-nav{position:relative;width:100%}@media screen and (min-width: 900px){.dashboard-nav{min-width:15rem;max-width:15rem}}.dashboard-nav .content{width:100%;display:flex;flex-direction:row;justify-content:space-around;padding-bottom:1rem;gap:2rem}@media screen and (min-width: 900px){.dashboard-nav .content{flex-direction:column}}.dashboard-content{display:flex;justify-content:center;flex:1;width:100%}@media screen and (min-width: 900px){.dashboard-content{margin-top:2rem}}.dashboard-content .dashboard-display{display:flex;flex:1;align-items:center;flex-direction:column;width:100%}.dashboard-content .dashboard-display-inner{display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem;justify-content:center}@media screen and (max-width: 600px){.dashboard-content .dashboard-display-inner{flex-direction:column-reverse;width:100%}}.dashboard-content .dashboard-aside{flex:1;display:flex;flex-direction:column;gap:1rem;min-width:30rem}.dashboard-content .dashboard-aside .add-category{display:flex;justify-content:center;gap:1rem}.dashboard-content .dashboard-aside .add-category input{color:#fffcf1;padding:.5rem}.dashboard-content .dashboard-aside .all-categories tr:nth-of-type(odd){background-color:#2e2e2e80}.dashboard-content .dashboard-aside .all-categories tr:hover{background-color:#3c3c3c}.dashboard-content .dashboard-aside .all-categories td{border-top-color:#3c3c3c;color:#fffcf1}.dashboard-content .dashboard-aside .all-categories .delete-btn{text-align:right}.dashboard-content .dashboard-aside .all-categories .delete-btn .delete{color:#f53434}.dashboard-editmode-header{display:flex;align-items:center;justify-content:space-between}.dashboard-editmode p{margin:0;font-size:1rem;color:#5ecd74}.footer{padding-top:10rem}.footer hr{width:10rem;max-width:10%;border:none;background:#bbb;background:linear-gradient(to left,#3c3c3c 0%,#191919 100%);height:4px;border-radius:2px;margin:0 auto}.footer-content{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:4rem;padding-bottom:4rem}.footer-content .icons a:nth-child(even){padding:0 .8rem}.footer-content h6{font-size:1.1rem;margin-top:.8rem;margin-bottom:0}.footer-content p,.footer-content a{font-size:.95rem;margin-top:.8rem;margin-bottom:0}.footer-content .copyright,.footer-content .built-by{font-size:.7rem}.footer-content .built-by{text-decoration:underline}.footer-content .built-by:hover{text-decoration:none}.gallery{width:100%;margin:0 auto;line-height:0;column-count:3;gap:5px;padding:0}@media screen and (min-width: 900px){.gallery{width:75%}}.gallery li{position:relative;width:100%;margin:0;padding:0;border:0;display:inline-block;overflow:hidden}.gallery li:after{background:hsla(0,0%,0%,.249);position:absolute;content:"";height:100%;width:100%;top:0;left:0;display:block;transition:all .2s ease-in}.gallery li:hover{position:relative}.gallery li:hover:nth-child(3n):after{background:none}.gallery li:hover:before{position:absolute;color:#fff;text-transform:uppercase;letter-spacing:1pt;top:40%;left:30%;z-index:1;border-top:2px solid white;padding-top:20px}.gallery li:hover:after{background:none;height:100%;width:100%;margin:0;top:0;left:0;display:block;text-align:center}.gallery img{width:100%!important;height:auto!important;display:inline-block;border:5px solid transparent}.scrollTop{position:fixed;background-color:#b17900;right:0;bottom:0;margin:1rem}.spacer{margin-top:10rem}.separator{color:#fffcf1;margin-top:0;display:flex;font-size:2rem;white-space:nowrap}.separator hr{width:100%}.separator hr:first-of-type{margin-right:1rem}.separator hr:nth-of-type(2){margin-left:1rem}.dark{color:#3c3c3c}.activeLink{font-weight:700;border:0;outline:0;cursor:pointer;background:#b17900;background:linear-gradient(0deg,#b17900 0%,#fdbb2d 60%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.delete{cursor:pointer;background:#f53434;background:linear-gradient(0deg,#b50909 0%,#f53434 60%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}a{text-decoration:none;color:inherit}p{font-size:1.2rem}@media (hover: hover) and (min-width: 1000px){.card:after{transform:translateY(0)}.card-content{transform:translateY(calc(100% - 4.5rem))}.card-content>*:not(.title){opacity:0;transform:translateY(1rem);transition:transform .7s cubic-bezier(.19,1,.22,1),opacity .7s cubic-bezier(.19,1,.22,1)}.card:hover,.card:focus-within{align-items:center}.card:hover:before,.card:focus-within:before{transform:translateY(-4%)}.card:hover:after,.card:focus-within:after{transform:translateY(-50%)}.card:hover .card-content,.card:focus-within .card-content{transform:translateY(0)}.card:hover .card-content>*:not(.title),.card:focus-within .card-content>*:not(.title){opacity:1;transform:translateY(0);transition-delay:87.5ms}.card:focus-within:before,.card:focus-within:after,.card:focus-within .card-content,.card:focus-within .card-content>*:not(.title){transition-duration:0s}}.NoMatch{height:100vh;display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center;box-sizing:border-box}.NoMatch-content{color:#fffcf1;font-size:3rem;font-weight:700}.NoMatch-content h1{margin-bottom:0}.NoMatch-content h2{color:#3c3c3c;font-size:2rem;margin:0}.NoMatch-content a{font-size:1.3rem}.newPage{position:relative;flex-direction:column-reverse;justify-content:space-between;flex-wrap:wrap;gap:5rem;padding:10rem 1rem 0;color:#fffcf1;font-weight:700;box-sizing:border-box;overflow:hidden;max-width:1920px;margin:auto}@media screen and (min-width: 900px){.newPage{flex-wrap:nowrap;flex-direction:row}}.catering-menus,.dashboard-accordion{width:100%}@media screen and (min-width: 900px){.catering-menus,.dashboard-accordion{min-width:30rem;max-width:30rem}}.catering-menus .item-controls,.dashboard-accordion .item-controls{display:flex;align-items:center;justify-content:space-between;border-bottom:#3c3c3c 2px solid;padding-bottom:2px}.catering-menus .item-controls div,.dashboard-accordion .item-controls div{display:flex;gap:2px}.catering-menus .item-controls div input,.catering-menus .item-controls div textarea,.dashboard-accordion .item-controls div input,.dashboard-accordion .item-controls div textarea{width:10rem;color:#fffcf1;padding:.5rem}.catering-menus .item-controls div button,.dashboard-accordion .item-controls div button{width:10rem;color:#fffcf1}.catering-menus .item-content,.dashboard-accordion .item-content{overflow-y:scroll;max-height:35rem;scrollbar-width:thin;scrollbar-color:#2e2e2e transparent}.catering-menus .item-content::-webkit-scrollbar,.dashboard-accordion .item-content::-webkit-scrollbar{width:10px}.catering-menus .item-content::-webkit-scrollbar-track,.dashboard-accordion .item-content::-webkit-scrollbar-track{background:rgba(46,46,46,0)}.catering-menus .item-content::-webkit-scrollbar-thumb,.dashboard-accordion .item-content::-webkit-scrollbar-thumb{background-color:#2e2e2e80;border-radius:0;margin:1rem;padding:1rem}.catering-menus .item-item,.dashboard-accordion .item-item{display:flex;justify-content:space-between;line-height:2rem;padding-right:5px}.catering-menus .item-item a,.dashboard-accordion .item-item a{cursor:pointer;white-space:nowrap;text-overflow:ellipsis;overflow-x:hidden}.catering-menus .item-item-func,.dashboard-accordion .item-item-func{gap:.5rem;width:fit-content;display:flex;padding-left:1rem}.dashboard-user-form{display:flex;flex-direction:column;gap:2px}.modal form{display:flex;flex-direction:column;gap:.5rem}.modal input,.modal textarea{color:#fffcf1;padding:.5rem}.modal button{color:#fffcf1}.mantine-Modal-inner{width:fit-content!important}@media only screen and (min-width: 600px){.mantine-Modal-inner{width:100%!important}}@media only screen and (min-width: 600px){.mantine-Modal-inner .mantine-Modal-header{padding-top:3rem!important}}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
