@import url(https://fonts.googleapis.com/css2?family=Parisienne&display=swap);*{margin:0;padding:0}a{text-decoration:none}a,a:visited{color:inherit}ul{list-style:none}body{margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif}.app{width:100vw;min-height:100vh;background-color:#003b5c;color:#ebf2fa;flex-direction:column;justify-content:space-between}.app,.closeBtn{display:flex;align-items:center}.closeBtn{background-color:#6e0e0a;width:2rem;height:2rem;justify-content:center;border-radius:50%;box-shadow:2.5px 2.5px 2.5px rgba(0,0,0,.4);cursor:pointer;position:absolute;right:20px;top:20px;transition:all 2ms ease-in-out}.closeBtn:active,.closeBtn:hover{background-color:#d74e09}.footer{padding:1rem;text-align:center}.footer-social{display:flex;justify-content:center}.footer-social-link{margin-left:1rem;font-size:2rem}.footer-social-link:hover{color:#f2bb05}.footer-copyright{margin-top:.5rem}.nav{width:100vw;height:4rem;display:flex;align-items:center;justify-content:space-between;transition:popup .2s ease-in;position:relative}.nav-cart:hover{cursor:pointer}.nav-left{padding-left:1rem}.nav-title{min-width:15rem;font-family:"Parisienne",cursive;font-size:1.25rem;display:flex;justify-content:start;align-items:center;background:-webkit-linear-gradient(#f2bb05,#d74e09);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:transparent}.nav-title img{width:25%;height:56px;object-fit:contain}.nav-right{padding-right:2rem;display:flex;align-items:center}.nav-right-burger{z-index:3}.nav-right-burger .fa-hamburger{pointer-events:none;display:none}@media screen and (max-width:900px){.nav-right-burger .fa-hamburger{display:block}}.nav-right-burger-list{display:flex;flex-direction:column;position:absolute;top:12px;right:25px;width:8rem;background-color:rgba(0,26,41,.8);z-index:2;transition:all .8s ease-in-out;opacity:1;border-radius:10px}@media screen and (min-width:900px){.nav-right-burger-list{display:none}}.nav-right-burger-list--closed{-webkit-transform:translateX(20px);transform:translateX(20px);opacity:0}.nav-right-burger-list-link{position:relative;margin:.5rem}.nav-right-burger-list-link:active{color:#f2bb05}.nav-right-burger-list-link-badge{position:relative;top:-8px;right:-2.5px;font-size:10px;font-weight:700;color:#f2bb05}@media screen and (max-width:900px){.nav-right-burger{display:flex;align-items:center;justify-content:center;font-size:2rem;height:100%;color:#fff;cursor:pointer}.nav-right-burger:hover{color:#ccc}}@media screen and (max-width:900px){.nav-right-list{display:none}}.nav-right-list-link{margin-left:1rem;font-weight:900}.nav-right-list-link:hover{color:#d74e09}.nav-right-list-link--order{background-color:#6e0e0a;padding:.5rem;border-radius:10px;border:1px solid #6e0e0a;box-shadow:2.5px 2.5px 2.5px rgba(0,0,0,.4);transition:all .2s ease-in-out}.nav-right-list-link--order:hover{background-color:#d74e09;color:#ebf2fa}.nav-right-list-link--active{color:#d74e09!important}.cart{position:absolute;z-index:333;right:10px;top:30px}@media screen and (max-width:900px){.cart{top:70px}}.home{width:100%;min-height:80vh;flex-direction:column;background-color:#ebf2fa;text-align:center;background:linear-gradient(180deg,rgba(0,59,92,.8),rgba(215,78,9,.6)),url(/static/media/bg.f0a228ce.webp) no-repeat 50%/cover}.home,.home-btn{display:flex;justify-content:center;align-items:center}.home-btn{background-color:#6e0e0a;padding:.5rem;border-radius:10px;border:1px solid #6e0e0a;box-shadow:2.5px 2.5px 2.5px rgba(0,0,0,.4);transition:all .2s ease-in-out;cursor:pointer;color:#ebf2fa;margin:3rem 0;max-width:20rem}.home-btn:active,.home-btn:hover{background-color:#d74e09;color:#ebf2fa}.card{width:16rem;overflow:hidden;background-color:#ebf2fa;color:#003b5c;display:flex;flex-direction:column;border-radius:10px}.card-title{font-size:1.2rem;text-align:center;margin-bottom:1rem}.card-picture{display:block;min-width:100%;height:200px;position:center;object-fit:cover}.card-left{width:100%}.card-right{min-height:220px;display:flex;flex-direction:column;justify-content:flex-start;padding:.5rem;position:relative}.card-list :first-child{font-weight:700;background-color:#d74e09;width:1.2rem;height:1.2rem;border-radius:50%;padding:.75rem;position:absolute;top:-20px;right:5px}.card-btn,.card-list :first-child{color:#ebf2fa;display:flex;align-items:center;justify-content:center}.card-btn{background-color:#6e0e0a;padding:.5rem;border-radius:10px;border:1px solid #6e0e0a;box-shadow:2.5px 2.5px 2.5px rgba(0,0,0,.4);transition:all .2s ease-in-out;cursor:pointer;margin-bottom:.5rem}.card-btn:active,.card-btn:hover{background-color:#d74e09;color:#ebf2fa}.food{width:80vw}.food-burgers{margin:2rem auto;display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:minmax(250px,auto);grid-gap:10px}@media screen and (max-width:1024px){.food-burgers{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:500px){.food-burgers{grid-template-columns:repeat(1,1fr)}}.food-btn{background-color:#6e0e0a;padding:.5rem;border-radius:10px;border:1px solid #6e0e0a;box-shadow:2.5px 2.5px 2.5px rgba(0,0,0,.4);transition:all .2s ease-in-out;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#ebf2fa;margin-bottom:.5rem;max-width:10rem;align-self:flex-end}.food-btn:active,.food-btn:hover{background-color:#d74e09;color:#ebf2fa}.food-btn--card{position:relative;top:-45px;right:-8rem}.food-order{margin:3rem 0}.food-order-content-list{margin:1rem 0}.food-order-content-list-element{width:15rem;margin:.25rem;display:flex;justify-content:space-between;align-items:center}.food-order-content-list-element-price{font-weight:700;color:#d74e09}.food-order-content-total{margin:1rem 0}.values{width:100%;min-height:80vh;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;background-color:#ebf2fa;text-align:center;background:linear-gradient(180deg,rgba(0,59,92,.8),rgba(215,78,9,.6)),url(/static/media/bg.f0a228ce.webp) no-repeat 50%/cover}.values-title{margin:2rem}.values-main{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:minmax(250px,auto);grid-gap:10px;text-align:left;background-color:#d74e09;border-radius:10px;padding:1rem}@media screen and (min-width:1024px){.values-main{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:900px){.values-main{grid-template-columns:repeat(1,1fr)}}@media screen and (max-width:500px){.values-main{grid-template-columns:repeat(1,1fr)}}.values-subtitle{margin-top:1rem;margin-bottom:1rem;font-style:italic}@media screen and (max-width:500px){.values-subtitle{font-size:1rem;text-align:center}}@media screen and (max-width:500px){.values-list{font-size:.8rem;text-align:center;overflow-wrap:break-word}}.values-list li{margin-bottom:1rem}.form{position:absolute;min-width:100vw;min-height:100%;z-index:2;background-color:rgba(0,0,0,.6)}.form form{position:relative;text-align:center;border-radius:10px;max-width:50vw;margin:10rem auto;background:#f2bb05;padding:2rem}.form li{display:flex;flex-direction:column;justify-content:space-between}.form input{padding:1rem;width:90%;align-self:center;border-radius:10px}.form label{margin:10px auto;font-weight:700}.form-btns{display:flex;align-items:center;justify-content:space-around;margin-top:2rem}.form-btns .validate{background-color:#003b5c}.form-btns .validate:hover{background-color:#005c8f}.btn{width:24px;height:24px}.cart{width:100%;height:100vh;top:0;background-color:rgba(0,59,92,.5);position:fixed}.cart section{padding:.5rem;background:linear-gradient(0deg,#d74e09,#f2bb05);min-width:18rem;max-width:20rem;max-height:50%;border-radius:10px}.cart-header{display:flex;align-items:center;margin-bottom:10px;justify-content:space-between}.cart-content{margin:2rem 1rem}.cart-content-list{margin:10px}.cart-content-list-element{display:flex;justify-content:space-between;align-items:center}.cart-content-total{margin-bottom:10px}.cart-orderBtn{margin-left:20%}
/*# sourceMappingURL=main.840423e4.chunk.css.map */