@import url(https://fonts.googleapis.com/css2?family=Antonio:wght@100..700&family=Lora:ital,wght@0,400..700;1,400..700&display=swap);:root{--font-base:"Antonio",sans-serif;--font-alt:"Lora",sans-serif;--color-gray:#1e2328;--color-lightGray:#3b3f46;--color-orange:#f5a201;--color-lightYellow:#fed053;--color-darkYellow:#f4b300;--color-white:#fff;--color-green:#74a065}*{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)}}.section__padding{padding:4rem 6rem}.flex__center{align-items:center;display:flex;justify-content:center}.app__bg{background:url(/la-la-island/static/media/global_bg.18f399bb7ecc11faa0b3.png);background-attachment:fixed;background-position:50%;background-repeat:repeat;background-size:cover}.app__wrapper{align-items:center;display:flex;justify-content:space-between;min-height:100vh}.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}.app__wrapper_img-reverse{justify-content:flex-start;margin-right:2rem}.app__wrapper_img img{width:80%}.custom__button{background-color:var(--color-crimson);border:none;border-radius:1px;color:var(--color-black);cursor:pointer;font-size:16px;line-height:28px;outline:none;padding:.5rem 1.5rem}.custom__button,.p__base{font-family:var(--font-base);font-weight:700;letter-spacing:.04em}.p__base{font-feature-settings:"tnum" on,"lnum" on;font-size:23.04px;line-height:29.9px}.p__alt,.p__base{color:var(--color-white);text-transform:capitalize}.p__alt{font-family:var(--font-alt);font-size:16px;font-weight:400;letter-spacing:.04em;line-height:28px}.headtext__base{color:var(--color-green);font-family:var(--font-base);font-size:47.78px;letter-spacing:.04em;line-height:83.2px;text-transform:uppercase}.spoon__img{width:45px}.loading{align-items:center;background-color:var(--color-gray);display:flex;height:100vh;justify-content:center;opacity:1;pointer-events:none;position:fixed;width:100%;z-index:5}@keyframes fadeOutAnimation{0%{opacity:1}to{opacity:0}}.loading.fade-out{animation:fadeOutAnimation .5s ease-in-out forwards}@media screen and (min-width:2000px){.custom__button,.p__base{font-size:37px;line-height:67px}.p__alt{font-size:30px;line-height:50px}.headtext__base{font-size:80px;line-height:120px}.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__base{font-size:21px}.p__alt{font-size:14px}}@media screen and (max-width:450px){.p__alt{font-size:12px}.p__base{font-size:19px}.headtext__base{font-size:45px;line-height:70px}}.app__landing{align-items:center;background-image:url(/la-la-island/static/media/bg.725887155bf62d270b3b.jpg);background-size:cover;display:flex;flex-wrap:wrap;justify-content:center;min-height:100vh;position:relative}.app__landing-bg{background-color:#49523b99;height:100%;position:absolute;width:100%;z-index:0}@media screen and (max-width:1050px){.app__landing{flex-direction:column}}.app__navbar{align-items:center;display:flex;flex-direction:row-reverse;flex-wrap:wrap;gap:2rem;justify-content:space-between;max-width:100vw;z-index:1}.app__navbar-cup{position:relative;transition:transform 1s ease-in-out;width:400px}.app__navbar-cup:hover{transform:scale(1.05)}.app__navbar-cup img{width:100%}.app__navbar-links{align-items:flex-start;display:flex;flex-direction:column;gap:1rem;justify-content:center;left:55%;list-style:none;list-style-type:none;margin:0;padding:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:70%}.app__navbar-links li{border-radius:1rem;border-bottom-left-radius:0;border-left:3px solid #fff;border-top-left-radius:0;color:var(--color-gray);cursor:pointer;font-family:var(--font-alt);font-weight:800;margin:0 1rem;overflow:hidden;padding:.25rem 1rem;position:relative;transition:all .5s ease-in-out}.app__navbar-links li:after{background-color:#7e5f4d;bottom:0;content:"";height:100%;left:0;position:absolute;transform:scaleX(0);transform-origin:bottom left;transition:transform .5s ease-in-out;width:100%;z-index:-1}.app__navbar-links li:hover:after{transform:scaleX(1)}.app__navbar-links li:hover{color:#fff;transform:scale(1.1);z-index:1}.app__navbar-text{padding:2rem 0;width:50%}@media screen and (min-width:2000px){.app__navbar-cup{width:600px}}@media screen and (max-width:1050px){.app__navbar{justify-content:center;padding:0 2rem}.app__navbar-text{text-align:center;width:100%}}@media screen and (max-width:650px){.app__navbar{padding:0}}@media screen and (max-width:450px){.app__navbar-cup{width:300px}.app__navbar-links{width:80%}}.app__hero{flex-direction:column;padding:0 2rem;width:50%;z-index:1}.app__hero,.app__hero-brand{align-items:flex-start;display:flex}.app__hero-brand{flex-wrap:wrap;justify-content:flex-start}.app__hero-logo{max-width:400px}.app__hero-logo img{width:100%}.app__hero-text p{color:var(--color-white);font-family:var(--font-alt);font-weight:200;max-width:400px;text-align:center;text-shadow:5px 4px 11px #000;text-transform:none}@media screen and (max-width:1200px){.app__hero{align-items:center;width:100%}}@media screen and (max-width:650px){.app__hero-brand{justify-content:center}}.app__about{border-top:1rem solid var(--color-gray);flex-direction:column;gap:4rem;justify-content:flex-start;min-height:100vh;width:100%}.app__about-context{align-items:center;display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;position:relative;width:100%}.about__context-img{border:.25rem solid var(--color-white);height:50vh;max-width:1000px}.about__context-img img{height:100%;object-fit:cover;width:100%}@media screen and (max-width:1250px){.about__context-img{width:100%}.app__about-context{flex-direction:column}}.app__gallery{display:flex;flex-direction:column;min-height:100vh;width:100%}.app__gallery h1{font-family:var(--font-alt);text-align:center}.app__gallery-content{overflow:hidden;width:100%}.app__gallery-container{border-radius:1rem;margin:0 auto;padding:2rem 0;width:90%}.app__gallery-container .carousel{border-radius:1rem;height:100%}.app__gallery-container .carousel div{max-height:80vh}.gallery-item,.gallery-item img{height:100%;object-fit:cover;width:100%}.app__gallery-carousel{height:80vh;max-width:100%}.app__gallery-carousel .slider{height:100%}.app__gallery-carousel .carousel-slider,.app__gallery-carousel>div>div{height:100%;width:100%}.carousel-root{border-radius:1rem}.carousel .control-arrow,.carousel.carousel-slider .control-arrow{background:none;border:0;cursor:pointer;filter:alpha(opacity=40);font-size:32px;opacity:.4;position:absolute;top:20px;transition:all .25s ease-in;z-index:2}.carousel .control-arrow:focus,.carousel .control-arrow:hover{filter:alpha(opacity=100);opacity:1}.carousel .control-arrow:before,.carousel.carousel-slider .control-arrow:before{border-bottom:8px solid #0000;border-top:8px solid #0000;content:"";display:inline-block;margin:0 5px}.carousel .control-disabled.control-arrow{cursor:inherit;display:none;filter:alpha(opacity=0);opacity:0}.carousel .control-prev.control-arrow{left:0}.carousel .control-prev.control-arrow:before{border-right:8px solid #fff}.carousel .control-next.control-arrow{right:0}.carousel .control-next.control-arrow:before{border-left:8px solid #fff}.carousel-root{outline:none}.carousel{position:relative;width:100%}.carousel *{box-sizing:border-box}.carousel img{display:inline-block;pointer-events:none;width:100%}.carousel .carousel{position:relative}.carousel .control-arrow{background:none;border:0;font-size:18px;margin-top:-13px;outline:0;top:50%}.carousel .thumbs-wrapper{margin:20px;overflow:hidden}.carousel .thumbs{list-style:none;position:relative;transform:translateZ(0);transition:all .15s ease-in;white-space:nowrap}.carousel .thumb{border:3px solid #fff;display:inline-block;margin-right:6px;overflow:hidden;padding:2px;transition:border .15s ease-in;white-space:nowrap}.carousel .thumb:focus{border:3px solid #ccc;outline:none}.carousel .thumb.selected,.carousel .thumb:hover{border:3px solid #333}.carousel .thumb img{vertical-align:top}.carousel.carousel-slider{margin:0;overflow:hidden;position:relative}.carousel.carousel-slider .control-arrow{bottom:0;color:#fff;font-size:26px;margin-top:0;padding:5px;top:0}.carousel.carousel-slider .control-arrow:hover{background:#0003}.carousel .slider-wrapper{margin:auto;overflow:hidden;transition:height .15s ease-in;width:100%}.carousel .slider-wrapper.axis-horizontal .slider{-ms-box-orient:horizontal;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-horizontal .slider .slide{flex-direction:column;flex-flow:column}.carousel .slider-wrapper.axis-vertical{-ms-box-orient:horizontal;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-vertical .slider{flex-direction:column}.carousel .slider{list-style:none;margin:0;padding:0;position:relative;width:100%}.carousel .slider.animated{transition:all .35s ease-in-out}.carousel .slide{margin:0;min-width:100%;position:relative;text-align:center}.carousel .slide img{border:0;vertical-align:top;width:100%}.carousel .slide iframe{border:0;display:inline-block;margin:0 40px 40px;width:calc(100% - 80px)}.carousel .slide .legend{background:#000;border-radius:10px;bottom:40px;color:#fff;font-size:12px;left:50%;margin-left:-45%;opacity:.25;padding:10px;position:absolute;text-align:center;transition:all .5s ease-in-out;transition:opacity .35s ease-in-out;width:90%}.carousel .control-dots{bottom:0;margin:10px 0;padding:0;position:absolute;text-align:center;width:100%;z-index:1}@media (min-width:960px){.carousel .control-dots{bottom:0}}.carousel .control-dots .dot{background:#fff;border-radius:50%;box-shadow:1px 1px 2px #000000e6;cursor:pointer;display:inline-block;filter:alpha(opacity=30);height:8px;margin:0 8px;opacity:.3;transition:opacity .25s ease-in;width:8px}.carousel .control-dots .dot.selected,.carousel .control-dots .dot:hover{filter:alpha(opacity=100);opacity:1}.carousel .carousel-status{color:#fff;font-size:10px;padding:5px;position:absolute;right:0;text-shadow:1px 1px 1px #000000e6;top:0}.carousel:hover .slide .legend{opacity:1}.app__menu{color:#fff;min-height:100vh;width:100%}.app__menu h1{font-family:var(--font-alt);text-align:center}.menu__category-item{align-items:flex-end;display:flex;justify-content:space-between}.app__menu-category{min-width:40%}.app__menu-categories{display:flex;gap:4rem;min-height:-webkit-fit-content;min-height:-moz-fit-content;min-height:fit-content;overflow-x:scroll;overflow-y:hidden;padding:2rem 0}.menu__item-description{line-height:1.25rem}.menu__category-content{display:flex;flex-direction:column;gap:1rem}@media screen and (max-width:1050px){.app__menu-category{min-width:100%}.app__menu-categories{gap:1rem;scroll-padding:0;scroll-snap-type:x mandatory}.app__menu-categories>*{scroll-snap-align:start}}.app__findUs h1{font-family:var(--font-alt);text-align:center}.app__findUs{align-items:center;background-color:var(--color-gray);border-top:1rem solid var(--color-gold);color:var(--color-white);display:flex;flex-direction:column;gap:5rem;justify-content:center;min-height:100vh;width:100%}.app__findUs h2{font-family:var(--font-alt)}.app__findUs-container{display:flex;gap:4rem}.app__findUs-info{align-items:flex-start;justify-content:space-around}.app__findUs-identity,.app__findUs-info{display:flex;flex-direction:column;max-width:500px}.app__findUs-identity{align-items:center;height:400px;justify-content:center}.app__developer a:hover{color:var(--color-gold)}.identity-map{height:300px;max-width:500px}.findUs__identity{align-items:center;display:flex;flex-direction:column;justify-content:flex-end}.findUs__identity-social{display:flex;gap:1rem;padding:0 0 0 .5rem}.findUs__hours ul{list-style:none}@media screen and (max-width:600px){.app__findUs,.app__findUs-container{flex-direction:column;gap:1rem}.identity-map{height:200px;width:100%}}
/*# sourceMappingURL=main.892474a2.css.map*/