@import url(https://fonts.googleapis.com/css2?family=Cormorant+Upright:wght@300;400;500;600;700&family=Open+Sans:wght@300;400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap);@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,300,600,700,900);@import url(https://fonts.googleapis.com/css2?family=Madimi+One&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap);@tailwind base;@tailwind components;@tailwind utilities;:root{--font-base:"Cormorant Upright",serif;--font-alt:"Open Sans",sans-serif;--font-poppins:"Poppins",sans-serif;--color-golden:#dcca87;--color-black:#0c0c0c;--color-gray:#545454;--color-crimson:#f5efdb;--color-grey:#aaa;--color-white:#fff;--color-theme:#ff8303}*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}a{color:inherit;text-decoration:none}.slide-bottom{animation:slide-bottom .5s cubic-bezier(.25,.46,.45,.94) both}@keyframes slide-bottom{0%{transform:translateY(-25%)}to{transform:translateY(0)}}body{background-color:#000;height:100vh;margin:0;overflow-x:hidden!important;width:100%!important}a{cursor:pointer}.section__padding{padding:4rem 6rem}.flex__center{align-items:center;display:flex;justify-content:center}.app__bg{background-attachment:fixed;background-position:50%;background-repeat:repeat;background-size:cover}.app__wrapper{align-items:center;display:flex;gap:5px;justify-content:space-between}.app__wrapper_info{align-items:flex-start;flex:1 1;flex-direction:column}.app__wrapper_img,.app__wrapper_info{display:flex;justify-content:center;width:100%}.app__wrapper_img{align-items:center;flex:1 1;margin-left:2rem}html{scroll-behavior:smooth}.app__wrapper_img-reverse{justify-content:flex-start;margin-right:2rem}.app__wrapper_img img{width:80%}.custom__button{background-color:#ff8303;border:none;border-radius:1px;color:#fff;cursor:pointer;font-size:16px;line-height:28px;outline:none;padding:.5rem 1.5rem}.custom__button,.p__cormorant{font-family:var(--font-base);font-weight:700;letter-spacing:.04em}.p__cormorant{font-feature-settings:"tnum" on,"lnum" on;font-size:23px;line-height:29.9px}.p__cormorant,.p__opensans{color:var(--color-white);text-transform:capitalize}.p__opensans{font-family:var(--font-alt);font-size:16px;font-weight:400;letter-spacing:.04em;line-height:28px}.headtext__cormorant{color:var(--color-golden);font-family:var(--font-base);font-size:64px;letter-spacing:.04em;line-height:83.2px;text-transform:capitalize}.spoon__img{width:45px}@media screen and (min-width:2000px){.custom__button,.p__cormorant{font-size:37px;line-height:67px}.p__opensans{font-size:30px;line-height:50px}.headtext__cormorant{font-size:150px;line-height:210px}.spoon__img{width:80px}}@media screen and (max-width:1150px){.app__wrapper{flex-direction:column}.app__wrapper_img{margin:5rem 0 0}.app__wrapper_img-reverse{margin:0 0 5rem}.app__wrapper_img img{width:100%}}@media screen and (max-width:850px){.section__padding{padding:4rem}}@media screen and (max-width:650px){.section__padding{padding:4rem 2rem}.p__cormorant{font-size:21px}.p__opensans{font-size:14px;margin:-7px}}@media screen and (max-width:450px){.p__opensans{font-size:12px}.p__cormorant{font-size:19px}.headtext__cormorant{font-size:45px;line-height:70px}}@media screen and (max-width:1225px){.p__opensans li{font-size:10px!important;width:50px}}.container{animation-delay:.2s;animation-direction:alternate;animation-duration:3ms;animation-iteration-count:infinite;animation-name:flicker;animation-timing-function:ease-in;height:60px;margin:80px auto;position:relative;transform-origin:center bottom;width:60px}.flame{border-bottom-left-radius:50%;border-bottom-right-radius:50%;border-top-left-radius:50%;bottom:0;position:absolute;transform:rotate(-45deg) scale(1.5)}.yellow{background:gold;box-shadow:0 0 9px 4px gold;height:30px;left:15px;width:30px}.orange{background:orange;box-shadow:0 0 9px 4px orange;height:40px;left:10px;width:40px}.red{background:#ff4500;box-shadow:0 0 5px 4px #ff4500;height:50px;left:5px;width:50px}.white{background:#fff;bottom:-4px;box-shadow:0 0 9px 4px #fff;height:30px;left:15px;width:30px}.circle{border-radius:50%;position:absolute}.blue{background:#6a5acd;bottom:-25px;box-shadow:0 0 15px 10px #6a5acd;height:10px;left:25px;width:10px}.black{background:#000;bottom:-60px;box-shadow:0 0 15px 10px #000;height:40px;left:10px;width:40px}@keyframes flicker{0%{transform:rotate(-1deg)}20%{transform:rotate(1deg)}40%{transform:rotate(-1deg)}60%{transform:rotate(1deg) scaleY(1.04)}80%{transform:rotate(-2deg) scaleY(.92)}to{transform:rotate(1deg)}}@media screen and (max-width:900px){.candle{display:none}}.app__navbar_smallscreen_lower_options{align-items:center;background-color:var(--color-theme);border-radius:4px;bottom:0;color:#fff;display:none;height:70px;justify-content:space-evenly;overflow-x:hidden;padding:5px;position:fixed;width:100%;z-index:1000000000}.app_navbar_smallscreen-lower-icons{align-items:center;display:flex;font-family:var(--font-poppins);font-size:15px;gap:5px;justify-content:space-between}.app_navbar_smallscreen-lower-icons a{font-size:12px}.vl{border-left:3px solid #fff;height:60px}.app_navbar_smallscreen_break{border:solid #fff}.app__cart-menuItem{align-items:center;display:flex;gap:6px;justify-content:center}@media screen and (max-width:900px){.app__navbar_smallscreen_lower_options{display:flex}}.cart-icon{position:relative}.cart-count{background-color:red;border-radius:50%;color:#fff;font-size:.8em;padding:5px 10px;position:absolute;right:-10px;top:-10px}.fa{height:32px;width:20px}@media screen and (max-width:600px){.fa-shopping-cart{size:50px}}.app__navbar{background-color:#000;display:flex;height:130px;justify-content:space-between;padding:1rem;width:100%;z-index:9999}navbar{width:100%}.app__navbar-logo{align-items:center;display:flex;justify-content:flex-start}.app__navbar-logo img{cursor:pointer;height:290px;width:290px;z-index:10000}.app__navbar-logo img:hover{scale:1.1;transition:.5s ease-in-out}.app__navbar-links{align-items:center;display:flex;flex:0.8 1;list-style:none;z-index:10000}.app__navabar-lunch-dropdown{background-color:#000;border:1px solid #ff8303!important;border-radius:6px;box-shadow:0 8px 32px 0 #fcfbfb5e;color:#ff8303!important;display:block;left:0;list-style:none;position:absolute;right:10px;top:102%;width:120px!important;z-index:10000}.app__navabar-lunch-dropdown div{color:#ff8303!important;padding:8px}.app__navabar-lunch-dropdown-none{display:none}.app__navbar-links li{background-color:#ff8303;color:#ff8303;cursor:pointer;font-size:.8rem;font-weight:400;margin:0 .8rem;padding:10px 15px;position:relative;text-transform:uppercase;transition:.5s;width:auto}.app__navbar-links li:hover{background-color:var(--color-golden);box-shadow:0 0 35px var(--color-golden);color:#fff;letter-spacing:2px;padding:10px 20px}.app__navbar-links li:before{background-color:#000;content:"";inset:2px;position:absolute}.app__navbar-links span{position:relative;z-index:1}.app__navbar-login{align-items:center;display:flex;justify-content:space-around;z-index:10000}.app__navbar-order{display:flex;flex-direction:column;font-size:12px;justify-content:center}.app__navbar-order p{color:#fff;font-family:Rundeck,sans-serif}.app__navbar-name{color:#f0e3ca!important;display:none;font-family:Norwester,sans-serif;margin:0 1rem}.app__navbar-smallscreen{display:none}.app__navbar-smallscreen_overlay{background-color:#000;bottom:0;flex-direction:column;height:100%;position:fixed;right:0;transition:.5s step-end;width:80%;z-index:5}.app__navbar-smallscreen_overlay .overlay__close{color:var(--color-golden);cursor:pointer;font-size:27px;position:absolute;right:20px;top:20px}.app__navbar-smallscreen-links{display:flex;flex-direction:column;font-family:Poppins,sans-serif;font-size:.875rem;row-gap:1.5rem}.slide-bottom{background-color:#000;border:3px solid #ff8303}.app__navbar-smallscreen-links li{list-style:none}.app__navbar-carticon{align-items:center;color:#ff8303;cursor:pointer;display:flex;flex-direction:row;gap:10px;margin-right:50px}.app__navbar_language{align-items:center;border:2px solid #ff8303;border-radius:10%;display:flex;font-family:Poppins,sans-serif;gap:10px;justify-content:center;margin-left:16px;padding:10px}.app_navbar_language_circle{align-items:center;border:2px solid #ff8303;border-radius:50%;display:flex;padding:2px}.app__navbar_language a{color:var(--color-theme);text-decoration:none}@media screen and (max-width:1080px){.app__navbar-login,.app__navbar-logo,.app__navbar-order{display:none}.nav__list{display:flex;flex-direction:column;row-gap:1.5rem}.nav__link{align-items:center;color:#ff8303!important;color:var(--text-color-dark);column-gap:1rem;display:inline-flex;font-size:var(--small-font-size);font-weight:500;transition:.3s}.app__navbar-logo-smallscreen img{margin-top:20px;object-fit:cover;width:250px}.app__navbar-links{display:none}.app__navbar-smallscreen{align-items:center;display:flex;justify-content:space-between;width:100%}.slide-bottom{left:0!important;right:50px;z-index:1000}.app__footer-break{border:1px solid #fff!important;margin:40px 0}.app__navbar-login-smallscreen,.app__navbar-order-smallscreen{align-items:center;display:flex;justify-content:center}.app__navbar-order-smallscreen{flex-direction:column}.app__navbar-smallscreen_overlay{align-items:center;border-radius:10px;display:flex;justify-content:center}.app__navbar-order-smallscreen p{size:12px;color:#fff;font-family:Rundeck}.app_navbar-scooter{height:70px;margin-right:10px;width:70px}.overlay__close{height:30px;width:30px}}@media screen and (max-width:1344px){.app__navbar-logo img{cursor:pointer;height:120px;width:120px}.app__navbar-links li{font-size:.7rem;margin:0 1rem;padding:5px 15px}}@media screen and (max-width:1250px){.app__navbar-links li{font-size:.6rem;margin:0 .7rem;padding:5px 10px}}@media screen and (max-width:653px){.app__navbar{height:100px;height:68px;padding:.5rem}.app__navbar-logo-smallscreen img{height:130px;margin-bottom:10px;width:130px}.app__navbar-login{display:none}.app__navbar-login a{font-size:10px;margin:0 .5rem;text-align:center}.app__navbar-name{display:flex;margin-top:1rem}.small__navbar{font-size:8px}.app__navbar-order-smallscreen{display:flex;padding-right:20px}.app__navbar-order-smallscreen p{font-size:9px!important}.app_navbar-scooter{height:40px;width:40px}.overlay__close{height:20px;width:20px}}.container-find{font-family:Poppins,sans-serif;margin:50px auto;width:80%}h1{margin-bottom:40px}.container-find p,h1{color:wheat;font-family:Poppins,sans-serif}.container-find p{margin-bottom:10px}.contact-box{background-color:#fff;display:flex}.contact-left{flex-basis:60%;padding:40px 60px}.contact-right{background-color:var(--color-theme);color:#fff;flex-basis:40%;padding:40px 60px}.input-row{grid-column-gap:10px;display:grid;grid-template-columns:repeat(2,1fr);margin:10px 0}.input-row .input-group{height:100px}input{border:none;border-bottom:1px solid #ccc;font-family:Poppins,sans-serif}input,textarea{outline:none;width:100%}textarea{border:1px solid #ccc;padding:10px}button{background-color:var(--color-theme)!important;color:#fff!important;font-family:Poppins,sans-serif!important}.aboutus{box-shadow:0 0 5px 2px #fff;padding:20px}.app__contact-information p{gap:0!important}@media screen and (max-width:1056px){.contact-right{display:none}.input-row{grid-template-columns:repeat(1,1fr)}.contact-left{flex-basis:100%}}.app__footer-links{display:flex!important;flex-direction:column;gap:40px;justify-content:space-between}.app__footer-information{align-items:center;display:flex;gap:20px}.app__footer-information h1,.app__footer-links h1{color:#fff!important;font-family:var(--font-base);font-size:25px!important}.app__footer-information p{color:grey;font-family:Poppins,sans-serif}.app__footer-br{border:1px solid grey;color:grey;margin-bottom:30px}.app__footer-timetable{align-items:center;display:flex;justify-content:space-evenly}.app__footer-timetable p{color:#fff;font-size:2rem;margin-left:10px}.app__footer_contact-epa p,.footer{color:#fff}.footer{background:#ff6900;font-family:Poppins,sans-serif;min-height:100px;padding:3% 5%;position:relative;text-align:center;top:400px;width:100%;z-index:999}.logo a{color:#fff;font-size:30px;font-weight:600;margin:20px 0}.logo img{height:150px}.wave{background:url("/static/media/svg%20(2).e74296e38b5c8e5c2211.png");background-size:1000px 100px;height:120px;left:0;position:absolute;top:-100px;width:100%}.wave#wave1{animation:animateWaves 4s linear infinite;bottom:0;opacity:1;z-index:1000}.wave#wave2{animation:animate 4s linear infinite!important;bottom:10px;opacity:.5;z-index:999}.wave#wave3{animation:animateWaves 3s linear infinite;bottom:15px;opacity:.2;z-index:1000}.wave#wave4{animation:animate 3s linear infinite;bottom:20px;opacity:.7;z-index:999}.row{display:flex;height:100%;justify-content:space-between;margin-bottom:20px;text-align:start;width:100%}.row .col{width:25%}.row .col ul{width:80%}.row .col ul li{font-family:poppins;list-style-type:none}.social-li{display:flex;gap:20px}.app_footer-aukioloajat{align-items:center;display:flex;flex-direction:column;text-align:center}.app__footer-time{margin:20px}@keyframes animateWaves{0%{background-position-x:1000px}to{background-positon-x:0}}@keyframes animate{0%{background-position-x:-1000px}to{background-positon-x:0}}@media screen and (max-width:1056px){.row{flex-direction:column}.row .col{padding:50px 0;width:100%}.row .col,.weekdays-ul{align-items:center;display:flex;flex-direction:column;justify-content:center}.weekdays-ul{text-decoration:none}.app__footer-break{border:1px solid #fff!important;margin:40px 0}.col .social-li{align-items:center;justify-content:center}.app__footer-title,.logo{align-items:center;display:flex;justify-content:center}.app__footer-title{text-align:center}}@media screen and (max-width:1400px){.app__footer-timetable p{font-size:25px}.weekdays-ul{padding-top:20px}}#image-track>.image{height:40vh;height:500px;margin:10px;object-fit:cover;object-position:center;width:40vh}#image-track{display:flex;gap:4vimn;left:50%;position:absolute;top:50%;transform:translateY(-50%);z-index:-1}@media screen and (max-width:900px){#image-track{display:none}.app__header-cooking{display:flex;width:100%}}@media screen and (max-width:1400px) and (min-width:900px){#image-track{left:60%}}@media screen and (min-width:1400px){#image-track .image{height:500px}}.app__header{width:50%}.app__header-image1{display:none;left:50px;position:absolute;top:200px}.app__header-image1 img,.app__header-image2 img{height:150px}.app__header-image2{display:none;position:absolute;right:50px;top:200px}.app__header-h1{color:var(--color-golden);font-family:var(--font-base);font-size:4rem!important;letter-spacing:.04em;line-height:90px;text-transform:uppercase}.app__header-cooking{display:none;padding:20px 40px}@media screen and (max-width:900px){.app__header-image1,.app__header-image2{display:flex}.app__header{width:100%}.app__header-cooking{display:flex;width:100%}.app__header-cooking img{height:100%;width:100%}}@media screen and (max-width:1023px){.app__header-h1{font-size:50px;line-height:70px}.app__header-cooking{background-image:url(/static/media/bg.3d421b1b5682e1b67deb.png)}.app__header-cooking img{padding:50px 50px 0}}@media screen and (max-width:550px){.app__header{width:100%}.app__header-image1 img,.app__header-image2 img{height:100px}.app__header-image1,.app__header-image2{top:143px}.app__header-image1{left:30px}.app__header-image2{right:30px}.app__header-h1{color:var(--color-golden);font-family:var(--font-base);font-size:2rem!important;letter-spacing:.02em;line-height:30px;text-transform:uppercase}.app__wrapper_info p{font-size:12px!important;margin:0}}.app__intro{display:flex;height:330px;width:50%}.app__logos{border:3px solid #be7310;border-radius:5px;width:100%}.app__logos,.app__logos a{align-items:center;display:flex;justify-content:center}.app__logos a{cursor:pointer!important}.app__logos img{width:100%}@media screen and (max-width:1400px){.app__intro{height:200px!important}}@media screen and (max-width:600px){.app__logos img{height:100%;height:90px;width:120px}}@media screen and (max-width:400px){.app__intro{width:100%}}.app__lunch-carditem{align-items:center;background-image:url(/static/media/bg.3d421b1b5682e1b67deb.png);box-shadow:0 4px 32px 0 #fcfbfb33;display:flex;flex-direction:row;font-family:Montserrat,sans-serif;padding:20px;width:100%}.app__lunch-carditem h3{color:#fff}.app__lunch-carditem h3 span{color:red}.app__lunch_price{color:#76885b!important;padding:10px 0}.app__lunch-carditem p{color:#fff;font-family:Nunito,sans-serif;padding:10px 0}.carditem_details_seperator{width:90%}.carditem_addtocart{cursor:pointer;margin:auto;padding:1.5rem 0;text-align:center;transition:all ease-in-out;width:8%}.carditem_addtocart:hover{transform:scale(1.2)}@media screen and (max-width:700px){.app__lunch-carditem h3{font-size:15px}}.app__specialmenu-items{padding-top:20px}.app__lunchmenu-left-smallscreen a{align-items:center;background:#0000;border:1px solid #f5f5f5!important;border-radius:3px;color:#fff6e9;display:inline-flex;height:30px;justify-content:center;margin:10px 5px;max-inline-size:-webkit-fit-content;max-inline-size:-moz-fit-content;max-inline-size:fit-content;padding:0 10px;white-space:nowrap}.app__specialmenu_akhanda{position:relative;right:550px;top:100px;z-index:8000}.APP_LUNCHMENU-H1-speciamenu{color:#fff!important;font-family:var(--font-base);font-size:40px;font-weight:800;padding:20px;text-transform:uppercase}.fixed-class{position:fixed!important;top:75px}.div-break{height:100px}@media screen and (max-width:1300px){.app__lunchmenu-left{width:32%}.app__lunchmenu-right{width:65%}.app__specialmenu_akhanda{right:18%}}@media screen and (max-width:700px){.app__lunchmenu-left-smallscreen{display:flex}.app__lunchmenu-left{display:none}.custom__button{font-size:14px;padding:.3rem 1rem}.APP_LUNCHMENU-H1-speciamenu{font-size:24px;padding:10px}.app__specialmenu_akhanda{left:0;top:10%;transform:translate(-50%,-50%);width:90%}.app__lunchmenu-front-buttons{left:10%;top:50px}}.app__lunchtime{background:#ff8303;top:230px}.app__lunchtime,.app__specialtime{align-items:center;border-radius:3px;display:flex;flex-direction:column;font-family:Poppins,sans-serif;gap:5px;height:60px;margin:0;padding:5px;position:fixed;width:150px}.app__specialtime{background:#2c7865;top:330px}.app__lunchtime h2,.app__specialtime h2{color:#fff;font-size:15px}@media screen and (max-width:768px){.app__specialtime{font-size:7px;height:35px;width:70px}.app__specialtime h2{font-size:9px}.app__lunchtime{font-size:8px;height:35px;width:70px}.app__lunchtime h2{font-size:8px}}.app__menuitem{display:flex;flex-direction:column;margin:1rem 0;width:100%}.app__menuitem-head{align-items:center;display:flex;justify-content:space-between}.app__menuitem-sub{margin-top:.2rem;width:100%}.app__menuitem-name{flex:1 1}.app__menuitem-dash{background:var(--color-golden);height:1px;margin:0 1rem;width:90px}.app__menuitem-price{align-items:flex-end;display:flex;justify-content:flex-end}.app__specialMenu{background:#000;flex-direction:column;padding-top:200px}.app__specialMenu-title{margin-bottom:2rem;text-align:center}.app__specialMenu-menu{align-items:flex-start;display:flex;flex-direction:row;justify-content:center;margin:2rem 0;width:100%}.app__specialMenu-menu_heading{color:var(--color-white);font-family:var(--font-base);font-size:45px;font-weight:600;letter-spacing:.04em;line-height:58.5px}.app__specialMenu-menu_cocktails,.app__specialMenu-menu_wine{flex:0.5 1;flex-direction:column;width:100%}.app__specialMenu-menu_img{margin:0 2rem;width:410px}.app__specialMenu-menu_img img{height:auto;width:100%}.app__specialMenu_menu_items{display:flex;flex-direction:column;margin:2rem 0;width:100%}@media screen and (min-width:2000px){.app__specialMenu-menu_img{width:650px}.app__specialMenu-menu_img img{height:920px}}@media screen and (max-width:1150px){.app__specialMenu-menu{align-items:center;flex-direction:column;width:100%}.app__specialMenu-menu_img{margin:3rem 0}}@media screen and (max-width:650px){.app__specialMenu-menu_img{width:100%}.app__specialMenu-menu_heading{font-size:20px;line-height:48.5px}}.cards{font-family:Poppins,sans-serif!important;padding:50px}.card-title a.btn{background-color:#fff;border-radius:4px;box-shadow:0 2px 0 0 #ffffff40;color:var(--color-theme);display:inline-block;padding:6px 30px 8px;position:relative;text-decoration:none;transition:all .1s ease-out 0s}.no-touch a.btn:hover{background:lighten(teal,2.5);box-shadow:0 8px 2px 0 rgba(0,0,0,.075);transform:translateY(-2px);transition:all .25s ease-out 0s}.no-touch a.btn:active,a.btn:active{background:darken(teal,2.5);box-shadow:0 1px 0 0 #ffffff40;transform:translate3d(0,1px,0);transition:all 25ms ease-out 0s}div.cards{margin:300px auto 40px;text-align:center}a.card{border:1px solid var(--color-theme);border-radius:10px!important;display:inline-block;margin:10px;max-width:300px;padding:12px;perspective:1000;position:relative;text-align:left;transition:all .3s ease-in 0s;width:280px!important;z-index:1;img{border-top-left-radius:10px;border-top-right-radius:10px;max-width:250px;object-fit:cover}div.card-title{background:var(--color-theme);padding:14px 15px;position:relative;z-index:0;h2{color:#fff;font-size:17px;font-weight:600;letter-spacing:-.05em;margin:0;padding:0;small{display:block;font-size:18px;font-weight:600;letter-spacing:-.025em}}}}@media screen and (max-width:600px){.cards{width:100%!important}}.app__cards-h1-gallery{-webkit-text-stroke:2px #be7310;color:#0000;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:70px!important;position:relative}.app__cards-h1-gallery:before{color:#be7310;content:"Galleriamme"!important;height:100%!important;overflow:hidden;position:absolute;transition:1s ease-in-out;width:0}.app__meals-h1-gallery:hover:before{filter:drop-shadow(0 0 25px rgb(190,115,16));width:100%}@media screen and (max-width:900px){.app__cards-h1-gallery{font-size:45px!important}}.App{background-color:#0e2c22;height:100vh;justify-content:space-evenly;margin-top:5%;width:100%}.App,.cart__empty-container{align-items:center;display:flex}.cart__empty-container{color:#fff;flex-direction:column;font-family:Poppins,sans-serif;font-weight:700;gap:10px;height:80vh;justify-content:center;margin-bottom:-50%}.cart__empty-icon{filter:invert(100%)}.app__cart_div_1{align-items:center;display:flex;justify-content:center}.cart__container{display:flex;flex-direction:column;font-family:Poppins,sans-serif;gap:20px;margin-bottom:-12%}.cart{border-radius:4px;color:#fff;margin:0 10px;width:96%}.cart-header{align-items:center;background-color:#ff8303;display:flex;font-weight:700;justify-content:space-between;padding:10px}.product1{width:30%}.cart-header>div{flex:1 1;text-align:center}.cart-items{border:1px solid #ccc}.cart-item{align-items:center;border-bottom:1px solid #ccc;display:flex;justify-content:space-between;padding:10px}.cart-item>div{flex:1 1;text-align:center}.quantity{align-items:center;display:flex;justify-content:center}.quantity button{background-color:#f2f2f2;border:1px solid #ccc;cursor:pointer;padding:5px 10px}.quantity span{margin:0 10px}.delete button{background-color:initial!important;border:none;cursor:pointer;font-size:16px}.order-summary{border:1px solid #ccc;border-radius:4px;box-shadow:0 2px 4px #0000001a;margin:0 10px 0 auto;width:100%}.order-summary>h2{background-color:#ff8303;color:#fff;padding:5px 10px}.order-item{background-color:#f8f8f8;border-bottom:1px solid #666;display:flex;justify-content:space-between;padding:10px}.order-totals{background-color:#f8f8f8;padding:40px 10px 10px}.alv,.payable-amount,.summary_total{display:flex;font-weight:700;justify-content:space-between;margin-bottom:10px}.alv{color:#666;font-size:.9em}.cart__email-label{color:#fff;font-family:Poppins,sans-serif;font-weight:500;margin-top:0}.cart__email-input{border:1px solid #ddd;border-radius:4px;margin:5px 0;padding:7px;width:100%}.cart__email-error{color:red}.App_cartInput_Button{background-color:#0e2c22!important;border:none;border-radius:3px;cursor:pointer;font-weight:700;margin-top:40px;padding:10px 20px;width:100%}.cart__order-button{border:none;cursor:pointer;font-size:1.17em;font-weight:600;margin-right:10%;padding:5px 15px}.cart__order-button:disabled{background-color:#935e28!important;cursor:default}.cart__empty-back{border:none;font-size:1.2em;font-weight:600;padding:5px 15px}.quantity>button{border:none}.cart__options-buttons{display:flex;flex-direction:column;gap:15px;margin-top:10px}.cart__options-buttons>button{width:100%}.summary__container{margin:0 10px;width:auto}@media (min-width:700px){.cart{margin-left:20px;width:70%}.cart__container{flex-direction:row;margin-bottom:-15%;width:100%}.cart__empty-container{margin-bottom:-25%}.cart__heading{font-size:1.5em}.cart__options-buttons{justify-content:center}.cart__email-input{width:100%}.order-summary{max-width:500px}.summary__container{width:350px}}.event__notice-lg{background-color:#3a4d39cb;bottom:2%;color:#ff8103;display:block;font-family:Poppins,sans-serif;font-size:13px;line-height:1.3;padding:4px 0;position:fixed;text-align:center;width:100%;z-index:9999}.notice-text-lg{font-size:13px;margin:0;padding:0 10px}.notice-icon{font-size:16px;margin:0 4px;vertical-align:middle}.fixed-cls{position:fixed!important}.event__notice-sm{background:#0e2c22;color:#fff;display:none;font-family:Poppins,sans-serif;min-height:50px;padding:8px 10px;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:100}.notice-text-sm{font-size:9px;line-height:1.4;margin:0;padding:0;text-align:center;width:100%}.notice-divider{border:.5px solid;color:#ff8103;margin:3px 0;padding:0}.top_adjust{top:55px}@keyframes my-animation{0%{transform:translateX(80%)}to{transform:translateX(-80%)}}@media (max-width:700px){.event__notice-lg{display:none}.event__notice-sm{align-items:center;color:#ff8103;display:flex;justify-content:center;min-height:60px;padding:6px 8px;width:100%}.notice-text-sm{font-size:8px;line-height:1.3}}@media (max-width:400px){.event__notice-sm{min-height:70px;padding:5px 6px}.notice-text-sm{font-size:7px}.event__notice-lg{font-size:10px;padding:3px 0}.notice-text-lg{font-size:10px}.notice-icon{font-size:12px;margin:0 3px}}.app__cart-price-rolling{--gap:360px;align-items:center;background-color:#0e2c22;border-block:1px solid #0e2c22;bottom:.5%;color:var(--color-theme);display:flex;font-family:Poppins,sans-serif;font-weight:600;gap:var(--gap);height:50px;justify-content:flex-start;left:0;overflow:hidden;position:fixed;-webkit-user-select:none;user-select:none;width:100%;z-index:1000000}.app__cart-price-rolling h1{animation:scroll 10s linear infinite;font-size:20px;gap:1rem;margin-top:2%;min-width:30%}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-90%)}}@media (max-width:1500px){.app__cart-price-rolling h1{font-size:12px;height:10px!important;margin-top:3%;min-width:65%}}@media (max-width:700px){.app__cart-price-rolling{bottom:8%!important;font-size:15px;gap:1px!important}.app__cart-price-rolling h1{font-size:12px;height:30px;margin-top:10%;min-width:65%}}.app__menu{background-color:#000}.app__lunchmenu{display:flex;font-family:Poppins,sans-serif;gap:50px;padding:100px;place-items:space}.app__lunchmenu-left{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fff6e9;border-radius:6px;box-shadow:0 8px 32px 0 #fcfbfb5e;height:calc(100vh - 150px);overflow-x:hidden;overflow-y:auto;position:-webkit-sticky;position:sticky;top:100px;width:30%}.app__lunchmenu-left::-webkit-scrollbar{width:8px}.app__lunchmenu-left::-webkit-scrollbar-track{background-color:#f5f5f5}.app__lunchmenu-left::-webkit-scrollbar-thumb{background-color:#888;border-radius:4px}.app__lunchmenu-left::-webkit-scrollbar-thumb:hover{background-color:#555}.app__lunchmenu-right{width:70%}.app__lunchMenu-items{align-items:flex-start;display:flex;flex-direction:column;gap:20px;justify-content:space-between}.app__lunchmenu h1{background-color:#be3144;color:#fff;padding:20px}.app__lunchmenu-buttons{align-items:flex-start;display:flex;flex-direction:column;justify-content:space-between;padding:30px;position:relative;z-index:1}.app__lunchmenu-button{align-items:center;background-color:#be3144;border-bottom:1px solid #fff;border-radius:3px;color:#fff;display:flex;height:60px;padding-left:30px;width:100%}.app__lunch-image1{position:absolute;right:-7%;top:-10%;z-index:-1}.app__lunch-image2{position:absolute;right:1%;top:1000px;z-index:10000}.app__lunch-image2 img{background-color:#f5f5f5;height:1000px}.app__lunch-image1 img{height:100px}.clicked-button{background-color:#872341}.app__lunchmenu-right h1{background-color:#3a4d39;color:#fff;font-family:Montserrat,sans-serif}.app__lunchmenu-left-smallscreen{align-items:center;background-color:#12372a;display:none;font-family:Poppins,sans-serif;font-size:12px;gap:5px;height:60px;justify-content:space-between;overflow-x:scroll;overflow-y:hidden;padding:10px;width:100%}.app__lunchmenu-front-buttons{align-items:center;display:flex;gap:20px;justify-content:space-between;left:40%;position:relative;top:100px;z-index:101}.clicked-button-smallscreen{background-color:#3a4d39!important;color:#fff!important}.app__lunchmenu-left-smallscreen div{background:#0000;border:1px solid #3a4d39;border-radius:3px;color:#fff6e9;height:30px;margin:10px 5px;max-width:-webkit-max-content;max-width:max-content;padding:0 10px}.app__lunchmenu-frontphoto{align-items:center;display:flex;flex-direction:column;height:400px;justify-content:center;object-fit:contain;opacity:.8;overflow:hidden}.app__lunchmenu-frontphoto img{height:60%;object-fit:cover;position:absolute;top:0;width:100%;z-index:98}.APP_LUNCHMENU-H1{background-color:#12372a;border-radius:3px;bottom:50px;box-shadow:2px 3px 25px #f6f5f54d;color:#fff!important;font-family:Madimi One,sans-serif;font-size:30px;padding:20px;position:relative}.app_lunchmenu_buffet_front{align-items:center;display:flex;flex-direction:column;z-index:100}.lunch-time-buffet{background-color:initial!important;border-radius:3px;color:#fff!important;color:#fff;font-family:Madimi One,sans-serif;padding:15px;text-transform:uppercase}.fixed_lunchtime_time{left:0;position:fixed;top:100px}.lunch-time-buffet-available{background-color:#3a4d39;border-radius:3px;color:#fff;font-family:Madimi One,sans-serif;padding:15px;text-transform:uppercase}@media screen and (max-width:1300px){.app__lunchmenu-left{height:calc(110vh - 150px);width:32%}.app__lunchmenu-right{float:68%}.app__lunchmenu-frontphoto img{height:550px;top:0;z-index:-100000}}@media screen and (max-width:700px){.app__lunchmenu-left-smallscreen{display:flex}.app__lunchmenu-left{display:none}.app__lunchmenu{flex-direction:column;padding:40px 20px}.APP_LUNCHMENU-H1{font-size:15px}.app__lunchmenu-right{width:100%}.app__lunchmenu-right h1{font-size:23px}.app__lunchmenu h1{padding:10px}.app__lunchmenu-frontphoto img{height:350px;top:9%}.custom__button{font-size:14px;padding:.3rem 1rem}.app__lunchmenu-front-buttons{left:25%;top:50px}.app_lunchmenu_buffet_front{padding:0 20px}}.app__meals{background-image:url(/static/media/bg.3d421b1b5682e1b67deb.png);padding:50px}.App_CartInput{align-items:center;background-color:#0e2c22;display:flex;height:100vh;justify-content:space-evenly;margin:5% 50px 50px;width:90%}.table-booking{border-radius:5px;color:#fff;font-family:Poppins,sans-serif;max-width:900px;padding:20px;width:100%}.table-booking h2{color:#ff8303;font-family:Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif;font-size:32px;letter-spacing:3px;margin-bottom:30px;margin-top:0;padding-bottom:15px;position:relative;text-align:center;text-shadow:2px 2px 4px #00000080;text-transform:uppercase}.table-booking h2:after{background-color:#ff8303;bottom:0;box-shadow:0 0 10px #ffd70080;content:"";height:5px;left:50%;position:absolute;transform:translateX(-50%);width:120px}.form-row{display:flex;justify-content:space-between;margin-bottom:20px}.form-group{flex:1 1;margin-right:10px}.form-group:last-child{margin-right:0}.form-group label{display:block;font-weight:700;margin-bottom:5px}.form-group input,.form-group textarea{border:none;border-radius:3px;padding:8px;width:100%}button[type=submit]{border:none;border-radius:3px;cursor:pointer;font-weight:700;margin-top:5px;padding:10px 20px}.error{color:red;margin-top:5px}.table__booking-sideimg{display:block}@media (max-width:600px){.form-row{flex-direction:column;margin-bottom:0}.form-group{margin-bottom:15px;margin-right:0}button[type=submit]{margin-top:auto}}@media (max-width:770px){.table__booking-sideimg{display:none}}.app_successfull h1{color:#88b04b;font-family:Nunito Sans,Helvetica Neue,sans-serif;font-size:40px;font-weight:900;margin-bottom:10px}.app_successful p{color:#1a4d2e;font-family:Poppins,sans-serif;font-size:15px;margin:0}i{display:flex;justify-content:center}.checkmark,i{color:#9abc66;font-size:100px;line-height:200px;margin-left:-15px}.app_successfull_card{background:var(--color-theme);border-radius:4px;box-shadow:0 2px 3px #c8d0d8;display:inline-block;margin:0 auto;padding:60px}.app_sucessfully_order{display:flex;justify-content:center;justify-items:center;margin-top:70px}@media (min-width:700px){.app_sucessfully_order{margin:0 10px}}
/*# sourceMappingURL=main.96abde30.css.map*/