:root{--main_color:#fff;--text_color:#be9f80;--hover_color:#b0875d;--title_color:#008b8b;--background_color:#e5d4b4}@font-face{font-family:Annabelle;src:url(/static/media/Annabelle3.9f781095ecd5953378b8.ttf) format("truetype")}@font-face{font-family:Arno-Pro;src:url(/static/media/ArnoPro.789f21421b8699cb9f6a.ttf) format("truetype")}body{font-family:Arno-Pro}*,body{margin:0;padding:0}h1{color:#008b8b;color:var(--title_color);text-transform:capitalize}h2,h3,p{color:#be9f80;color:var(--text_color)}.page-container{overflow:hidden}.button{background-color:#e5d4b4;background-color:var(--background_color);border:none;border-bottom-right-radius:10px;border-top-left-radius:10px;color:#fff;color:var(--main_color);cursor:pointer;font-size:1.1rem;height:40px;margin-bottom:10px;margin-right:10px;outline:none;position:relative;text-transform:capitalize;width:200px}.button:disabled{pointer-events:none}.button.specialties{margin-top:10px}.button.white{background-color:#fff;background-color:var(--main_color);color:#e5d4b4;color:var(--background_color)}.button.white:after{border:2px solid #fff;border:2px solid var(--main_color)}.button:after{border:2px solid #e5d4b4;border:2px solid var(--background_color);left:-10px;top:-10px;z-index:-1}.button:after,.button:before{border-bottom-right-radius:10px;border-top-left-radius:10px;content:"";height:100%;position:absolute;width:100%}.button:before{background-color:#be9f80;background-color:var(--text_color);bottom:-10px;right:-10px;z-index:-2}.hidden,.hidden-left{opacity:0;transition:all 1s ease}.hidden-left{-webkit-transform:translateX(-100px);transform:translateX(-100px)}.hidden-right{-webkit-transform:translateX(100px);transform:translateX(100px)}.hidden-right,.song-hidden-left{opacity:0;transition:all 1s ease}.song-hidden-left{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.song-hidden-right{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%);transition:all 1s ease}@media only screen and (max-width:768px){.button{margin-left:10px;margin-right:0!important}h1{font-size:2rem!important}}@media only screen and (max-width:321px){h1{font-size:1.8rem!important}}.navbar-container{position:fixed}.navbar-container,.navbar-relative{-webkit-backdrop-filter:blur(2.5px);backdrop-filter:blur(2.5px);background:hsla(0,0%,100%,.8);height:100px;top:0;width:100%;z-index:99999}.navbar-relative{position:-webkit-sticky;position:sticky}.navbar-relative.fixed{left:0;position:fixed!important;top:0}.navbar-content{justify-content:space-between;margin:0 100px}.navbar-content,.navbar-content .navbar-logo{align-items:center;display:flex;height:100%;position:relative}.navbar-content .navbar-logo{justify-content:center;width:90px;z-index:999}.navbar-content .navbar-logo a{height:90px;text-decoration:none;width:90px}.navbar-content .navbar-logo img{height:90px;width:90px}.navbar-content .navbar-logo .logo-leave{height:45px;left:50%;opacity:.35;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:45px;z-index:-1}.navbar-content .navbar-links{align-items:center;display:flex}.navbar-content .navbar-links .navbar-close{display:none;margin:20px;position:absolute;right:0;top:0}.navbar-content .navbar-links .navbar-close span{align-items:center;background-color:var(--background_color);border-radius:50%;cursor:pointer;display:flex;height:40px;justify-content:center;width:40px}.navbar-content .navbar-links .navbar-close span svg{color:var(--main_color);font-size:1.4rem}.navbar-content .navbar-links .navbar-link{color:var(--text_color);font-size:1.1rem;padding:10px 15px;position:relative;text-decoration:none;text-transform:capitalize;transition:color .3s ease}.navbar-content .navbar-links .navbar-link.active{color:var(--hover_color);pointer-events:none}.navbar-content .navbar-links .navbar-link:hover{color:var(--hover_color)}.navbar-content .navbar-links .navbar-link:after{transition:width .3s ease;width:0}.navbar-content .navbar-links .navbar-link:after,.navbar-content .navbar-links .navbar-link:before{background-color:var(--hover_color);border-radius:6px;bottom:0;content:"";height:2px;left:0;position:absolute;-webkit-transform:scaleY(1.1);transform:scaleY(1.1);-webkit-transform-origin:left;transform-origin:left}.navbar-content .navbar-links .navbar-link:before{opacity:0;transition:opacity .1s ease-in;width:100%}.navbar-content .navbar-links .navbar-link:hover:after{border-radius:0;-webkit-transform:scaleY(1);transform:scaleY(1);width:100%}.navbar-content .navbar-links .navbar-link:hover:before{opacity:1;transition-delay:.3s}.navbar-content .navbar-links .navbar-link.active:before{opacity:1}.navbar-content .navbar-btns{align-items:center;display:flex}.navbar-content .navbar-btns a{text-decoration:none}.navbar-content .navbar-btns .navbar-btn{align-items:center;background-color:var(--background_color);border:none;border-bottom-right-radius:10px;border-top-left-radius:10px;color:var(--main_color);cursor:pointer;display:flex;height:40px;justify-content:space-between;margin-left:15px;outline:none;padding:0 10px;text-transform:capitalize;transition:background-color .3s ease;width:200px}.navbar-content .navbar-btns .navbar-btn span{align-items:center;display:flex;font-size:1rem;justify-content:center}.navbar-content .navbar-btns .navbar-btn span svg{font-size:1.4rem}.navbar-content .navbar-btns .navbar-btn:hover{background-color:var(--hover_color)}.navbar-content .navbar-btns .navbar-toggle-links{display:none}.navbar-content .navbar-btns .navbar-toggle-links span{align-items:center;background-color:var(--background_color);border-bottom-right-radius:10px;border-top-left-radius:10px;cursor:pointer;display:flex;height:40px;justify-content:center;width:40px}.navbar-content .navbar-btns .navbar-toggle-links span svg{color:var(--main_color);font-size:1.4rem}@media only screen and (max-width:1440px){.navbar-content{margin:0 80px!important}}@media only screen and (max-width:1024px){.navbar-content{margin:0 50px!important}}@media only screen and (max-width:768px){.navbar-content{margin:0 25px!important;position:relative!important}.navbar-content .navbar-toggle-links{display:block!important}.navbar-content .navbar-btn{margin:0 15px!important}.navbar-close{display:block!important}.navbar-links{align-items:center;background-color:var(--main_color);border-bottom-left-radius:20px;border-bottom-right-radius:20px;display:flex;flex-direction:column;height:auto;justify-content:center;left:0;padding:3rem 0;position:fixed;top:0;-webkit-transform:translateY(-100%);transform:translateY(-100%);transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;width:100%;z-index:99999}.navbar-links .navbar-link{margin:.5rem 0}.navbar-links.active{-webkit-transform:translateY(0);transform:translateY(0)}}@media only screen and (max-width:480px){.navbar-content{margin:0 15px!important}.navbar-content .navbar-links{width:100%}.navbar-content .navbar-btn{border-bottom-right-radius:5px;border-top-left-radius:5px;height:34px!important;width:auto!important}.navbar-content .navbar-btn .navbar-btn-text{display:none!important}}@media only screen and (max-width:376px){.navbar-content{margin:0 10px!important}}@media only screen and (max-width:321px){.navbar-content{margin:0 5px!important}}.toggle-btn{border-radius:50%}.toggle-btn,.toggle-btn button{align-items:center;display:flex;height:40px;justify-content:center;width:40px}.toggle-btn button{border:none;border-radius:50%;cursor:pointer;outline:none;overflow:hidden;position:relative}.toggle-btn button img{height:55px;object-fit:cover;width:55px}.toggle-btn button .toggle-btn-overlay{align-items:center;background:rgba(0,0,0,.25);border-radius:50%;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.toggle-btn button .toggle-btn-overlay h3{color:var(--main_color)}.footer{background-color:var(--main_color);height:auto;width:100%}.footer.show{opacity:1}.footer .footer-top{grid-column-gap:15px;grid-row-gap:30px;-webkit-column-gap:15px;column-gap:15px;display:grid;grid-template-columns:repeat(3,1fr);height:auto;margin:2rem 100px;row-gap:30px;width:auto}.footer .footer-top .footer-column{height:auto;width:100%}.footer .footer-top .footer-column:first-child img{height:100px}.footer .footer-top .footer-column:first-child h2{height:90px}.footer .footer-top .footer-column:nth-child(2) h1{display:flex;height:100px;justify-content:center}.footer .footer-top .footer-column:nth-child(2) h2{height:90px;text-align:center}.footer .footer-top .footer-column:nth-child(2) .fc-h2{align-items:center;display:flex;height:auto!important;justify-content:space-between;text-transform:capitalize}.footer .footer-top .footer-column:nth-child(3) h1{display:flex;height:100px;justify-content:flex-end;text-align:right}.footer .footer-top .footer-column:nth-child(3) h2{height:90px;text-align:right}.footer .footer-bottom{align-items:center;background-color:var(--background_color);display:flex;height:auto;justify-content:center;padding:10px 0;width:100%}.footer .footer-bottom h3{color:var(--main_color)}.footer .footer-bottom h3 span{font-weight:200}@media only screen and (max-width:1440px){.footer-top{margin:2rem 80px!important}}@media only screen and (max-width:1024px){.footer-top{margin:2rem 50px!important}.footer-column h2{font-size:1.2rem!important}}@media only screen and (max-width:768px){.footer-top{margin:2rem 25px!important}.footer-top .footer-column h2{font-size:1rem!important}.footer-top .footer-column h1,.footer-top .footer-column img{height:80px!important}}@media only screen and (max-width:480px){.footer-top{grid-template-columns:repeat(1,1fr)!important;margin:2rem 15px!important}.footer-top .footer-column{align-items:flex-start!important}.footer-top .footer-column h2{height:auto!important}.footer-top .footer-column h1{font-size:1.5rem!important}.footer-top .footer-column:nth-child(2) h1{height:auto!important;justify-content:flex-start!important;margin-bottom:15px!important}.footer-top .footer-column:nth-child(2) h2{height:auto!important;margin-bottom:10px!important;text-align:left!important}.footer-top .footer-column:nth-child(2) .fc-h2{align-items:center;display:flex;height:auto!important;justify-content:space-between;text-transform:capitalize}.footer-top .footer-column:nth-child(3){align-items:center;display:flex;flex-direction:column;justify-content:center}.footer-top .footer-column:nth-child(3) h1{height:auto!important;margin-bottom:15px!important}.footer-top .footer-column:nth-child(3) h2{height:auto!important;margin-bottom:10px!important}}@media only screen and (max-width:321px){.footer-top{margin:2rem 5px!important}}.hero-component{background-color:var(--main_color);height:100vh;overflow:hidden;position:relative;width:100%}.hero-component .hc-vine-right{-webkit-animation:vineRight 1.8s forwards;animation:vineRight 1.8s forwards;position:absolute;right:-80px;top:-60px;z-index:11}@-webkit-keyframes vineRight{0%{opacity:0;-webkit-transform:translateX(100px);transform:translateX(100px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes vineRight{0%{opacity:0;-webkit-transform:translateX(100px);transform:translateX(100px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.hero-component .hc-vine-left{-webkit-animation:vineLeft 1.8s forwards;animation:vineLeft 1.8s forwards;height:100%;left:-80px;position:absolute;top:-30px;width:auto;z-index:10}@-webkit-keyframes vineLeft{0%{opacity:0;-webkit-transform:translateX(-100px);transform:translateX(-100px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes vineLeft{0%{opacity:0;-webkit-transform:translateX(-100px);transform:translateX(-100px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.hero-component .hc-vine{-webkit-animation:vineAnim 1s forwards;animation:vineAnim 1s forwards;height:auto;opacity:.3;position:absolute;top:-140px;width:100%}@-webkit-keyframes vineAnim{0%{opacity:0;-webkit-transform:translateY(-100px);transform:translateY(-100px)}to{opacity:.3;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes vineAnim{0%{opacity:0;-webkit-transform:translateY(-100px);transform:translateY(-100px)}to{opacity:.3;-webkit-transform:translateY(0);transform:translateY(0)}}.hero-component .hc-leaves{-webkit-animation:leaveAnim 1.4s forwards;animation:leaveAnim 1.4s forwards;height:600px;left:0;position:absolute;top:-160px;-webkit-transform:scaleX(-1);transform:scaleX(-1);z-index:5}@-webkit-keyframes leaveAnim{0%{opacity:0;-webkit-transform:scaleX(-1) translateX(100px);transform:scaleX(-1) translateX(100px)}to{opacity:.6;-webkit-transform:scaleX(-1) translateX(0);transform:scaleX(-1) translateX(0)}}@keyframes leaveAnim{0%{opacity:0;-webkit-transform:scaleX(-1) translateX(100px);transform:scaleX(-1) translateX(100px)}to{opacity:.6;-webkit-transform:scaleX(-1) translateX(0);transform:scaleX(-1) translateX(0)}}.hero-component .hc-tree{-webkit-animation:treeAnim 1.4s forwards;animation:treeAnim 1.4s forwards;height:100%;position:absolute;right:-120px;top:0;width:auto;z-index:10}@-webkit-keyframes treeAnim{0%{opacity:0;-webkit-transform:translateX(100px);transform:translateX(100px)}to{opacity:.6;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes treeAnim{0%{opacity:0;-webkit-transform:translateX(100px);transform:translateX(100px)}to{opacity:.6;-webkit-transform:translateX(0);transform:translateX(0)}}.hero-component .hc-coffee{-webkit-animation:coffeeAnim .5s forwards;animation:coffeeAnim .5s forwards;height:500px;left:50%;opacity:.4;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:auto}@-webkit-keyframes coffeeAnim{0%{opacity:0;-webkit-transform:translate(-50%,-100%);transform:translate(-50%,-100%)}to{opacity:1;-webkit-transform:translateY(-50%,-50%);transform:translateY(-50%,-50%)}}@keyframes coffeeAnim{0%{opacity:0;-webkit-transform:translate(-50%,-100%);transform:translate(-50%,-100%)}to{opacity:1;-webkit-transform:translateY(-50%,-50%);transform:translateY(-50%,-50%)}}.hero-component .hero-leaves{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:3}.hero-component .hero-leaves div{display:block;position:absolute}.hero-component .hero-leaves div img{height:auto;width:80px}.hero-component .hero-leaves div:first-child{-webkit-animation:animate 15s linear infinite;animation:animate 15s linear infinite;-webkit-animation-delay:-7s;animation-delay:-7s;left:30%}.hero-component .hero-leaves div:nth-child(2){-webkit-animation:animate 20s linear infinite;animation:animate 20s linear infinite;-webkit-animation-delay:-5s;animation-delay:-5s;left:60%}.hero-component .hero-leaves div:nth-child(3){-webkit-animation:animate 20s linear infinite;animation:animate 20s linear infinite;-webkit-animation-delay:0s;animation-delay:0s;left:90%}.hero-component .hero-leaves div:nth-child(4){-webkit-animation:animate 18s linear infinite;animation:animate 18s linear infinite;-webkit-animation-delay:-10s;animation-delay:-10s;left:75%}.hero-component .hero-leaves div:nth-child(5){-webkit-animation:animate 12s linear infinite;animation:animate 12s linear infinite;left:0}.hero-component .hero-leaves div:nth-child(6){-webkit-animation:animate 14s linear infinite;animation:animate 14s linear infinite;left:15%}.hero-component .hero-leaves-2{-webkit-filter:blur(1px);filter:blur(1px);-webkit-transform:scale(2) rotateY(180deg);transform:scale(2) rotateY(180deg)}.hero-component .hero-leaves-3{-webkit-filter:blur(2px);filter:blur(2px);-webkit-transform:scale(.8) rotateX(180deg);transform:scale(.8) rotateX(180deg)}.hero-component .hero-component-overlay{align-items:center;background:linear-gradient(0deg,#fff,transparent 70%);display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:10}.hero-component .hero-component-overlay .hero-component-content{display:flex;height:460px;margin:0 100px;position:relative;width:100%}.hero-component .hero-component-overlay .hero-component-content .hcc-left{-webkit-backdrop-filter:blur(2.5px);backdrop-filter:blur(2.5px);background:hsla(0,0%,100%,.65);border-bottom-right-radius:20px;border-top-left-radius:20px;display:flex;flex-direction:column;height:auto;justify-content:space-between;padding:15px 10px;width:50%}.hero-component .hero-component-overlay .hero-component-content .hcc-left h3.show{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.hero-component .hero-component-overlay .hero-component-content .hcc-left .hcc-menu-title.show{opacity:1;text-transform:none;-webkit-transform:translateX(0);transform:translateX(0);transition-delay:.2s}.hero-component .hero-component-overlay .hero-component-content .hcc-left .hcc-desc{color:var(--title_color)!important;font-weight:700;height:160px;margin:1rem 0;max-height:160px;overflow-y:scroll}.hero-component .hero-component-overlay .hero-component-content .hcc-left .hcc-desc::-webkit-scrollbar{display:none}.hero-component .hero-component-overlay .hero-component-content .hcc-left .hcc-desc.show{opacity:1;-webkit-transform:translateX(0);transform:translateX(0);transition-delay:.4s}.hero-component .hero-component-overlay .hero-component-content .hcc-left .hcc-media{align-items:center;display:flex}.hero-component .hero-component-overlay .hero-component-content .hcc-left .hcc-media.show{opacity:1;-webkit-transform:translateX(0);transform:translateX(0);transition-delay:.6s}.hero-component .hero-component-overlay .hero-component-content .hcc-left .hcc-media .dark-hero-menu{background-color:var(--hover_color);color:var(--main_color)!important}.hero-component .hero-component-overlay .hero-component-content .hcc-left .hcc-media .dark-hero-menu span:last-child p{color:var(--main_color)!important}.hero-component .hero-component-overlay .hero-component-content .hcc-left .hcc-media a{background-color:var(--main_color);border-radius:10px!important;color:var(--text_color);margin-right:30px!important;text-decoration:none}.hero-component .hero-component-overlay .hero-component-content .hcc-left .hcc-media a:last-child{margin-right:0!important}.hero-component .hero-component-overlay .hero-component-content .hcc-left .hcc-media a span{align-items:center;border-radius:10px!important;box-shadow:4px 8px 12px 0 rgba(0,0,0,.35);display:flex;justify-content:center;padding:15px}.hero-component .hero-component-overlay .hero-component-content .hcc-left .hcc-media a span:last-child p{font-weight:700;margin-left:10px}.hero-component .hero-component-overlay .hero-component-content .hcc-left .hcc-media a span svg{font-size:1.4rem}.hero-component .hero-component-overlay .hcc-right{align-items:center;display:flex;height:auto;justify-content:center;overflow:hidden;position:relative;width:50%}.hero-component .hero-component-overlay .hcc-right img{height:460px;width:100%}.hero-component .hero-component-overlay .hcc-right .hero-current-menu{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.hero-component .hero-component-overlay .hcc-right .hero-current-menu,.hero-component .hero-component-overlay .hcc-right .hero-hidden-menu{left:0;position:absolute;top:0;transition:opacity 1s,-webkit-transform 1s;transition:opacity 1s,transform 1s;transition:opacity 1s,transform 1s,-webkit-transform 1s}.hero-component .hero-component-overlay .hcc-right .hero-hidden-menu{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}@media only screen and (max-width:1440px){.hero-component-content{margin:0 80px!important}}@media only screen and (max-width:1024px){.hero-component-content{height:360px!important;margin:0 50px!important}.hcc-text{font-size:1rem!important}.hcc-right img{height:360px!important}.hc-leaves{top:-240px!important}}@media only screen and (max-width:768px){.hero-component-content{height:320px!important;margin:0 25px!important}.hcc-right img{height:320px!important}.hc-leaves{height:420px!important;top:-120px!important}.hcc-text{font-size:.9rem!important}.hero-leaves div img{width:60px!important}}@media only screen and (max-width:480px){.hero-component-content{margin:0 15px!important}.hc-vine-right{height:auto;width:380px!important;z-index:10!important}.hcc-left{align-items:center;-webkit-backdrop-filter:blur(1px)!important;backdrop-filter:blur(1px)!important;background:hsla(0,0%,100%,.6)!important;height:320px!important;padding:0!important;position:absolute;width:100%!important;z-index:20!important}.hcc-left h2{color:var(--hover_color)!important;padding:10px 10px 0!important;text-align:center}.hcc-left h1{padding:0 10px!important;text-align:center}.hcc-left .hcc-media{padding:0 10px 10px!important}.hcc-left .hcc-desc{text-align:center!important}.hc-coffee{height:400px!important;left:50%;opacity:.4;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:auto}.hcc-right{position:relative;width:100%!important;z-index:9}.hc-leaves{height:320px!important;left:-80px!important;top:-30px!important;z-index:10!important}.hc-tree{right:-145px!important;z-index:5!important}}@media only screen and (max-width:376px){.hero-component-content{margin:0 10px!important}.hc-vine-right{height:auto;width:320px!important;z-index:10!important}}@media only screen and (max-width:321px){.hero-component-content{margin:0 5px!important}.hcc-left{height:280px!important}.hcc-left h1{font-size:1.6rem!important}.hcc-right,.hcc-right img{height:280px!important}}.about-us-component{background-color:var(--main_color);height:100%;padding:4rem 0;position:relative;width:100%}.about-us-component .auc-dec{left:-40px;position:absolute;top:-180px;-webkit-transform:rotate(-35deg);transform:rotate(-35deg);width:300px;z-index:16}.about-us-component .auc-dec.show{opacity:1;-webkit-transform:translateX(0) rotate(-35deg);transform:translateX(0) rotate(-35deg)}.about-us-component .auc-dec-2{position:absolute;right:-140px;top:-160px;width:400px;z-index:16}.about-us-component .auc-dec-2.show{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.about-us-component .auc-dec-3{left:600px;opacity:.2;position:absolute;width:400px;z-index:10}.about-us-component .auc-dec-3.show{opacity:1;transition-delay:.4s}.about-us-component .about-us-component-content{grid-row-gap:30px;grid-column-gap:15px;-webkit-column-gap:15px;column-gap:15px;display:grid;grid-template-columns:repeat(2,1fr);height:auto;margin:0 100px;row-gap:30px;width:auto}.about-us-component .about-us-component-content .about-us-component-column{height:420px;width:100%;z-index:15}.about-us-component .about-us-component-content .about-us-component-column:first-child{position:relative}.about-us-component .about-us-component-content .about-us-component-column:first-child .auc-c-img1{border-bottom-right-radius:20px;border-top-left-radius:20px;height:100%;object-fit:cover;width:100%}.about-us-component .about-us-component-content .about-us-component-column:first-child .auc-c-img1.show{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.about-us-component .about-us-component-content .about-us-component-column:first-child .auc-c-img2{bottom:-45px;position:absolute;right:-100px;-webkit-transform:rotate(15deg);transform:rotate(15deg);width:280px}.about-us-component .about-us-component-content .about-us-component-column:first-child .auc-c-img2.show{opacity:1;-webkit-transform:translateX(0) rotate(15deg);transform:translateX(0) rotate(15deg);transition-delay:.2s}.about-us-component .about-us-component-content .about-us-component-column:nth-child(2){align-items:flex-end;display:flex;flex-direction:column;justify-content:space-between;text-align:right}.about-us-component .about-us-component-content .about-us-component-column:nth-child(2).show{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.about-us-component .about-us-component-content .about-us-component-column:nth-child(2) h3:first-child{font-family:Annabelle}.about-us-component .about-us-component-content .about-us-component-column:nth-child(2) .auc-column-text h1{margin-bottom:1rem}@media only screen and (max-width:1440px){.auc-dec{width:260px!important}.about-us-component-content{margin:0 80px!important}}@media only screen and (max-width:1024px){.about-us-component-content{margin:0 50px!important}.auc-dec{width:220px!important}.auc-dec,.auc-dec-2{top:-140px!important}.auc-dec-2{right:-100px!important;width:300px!important}.auc-dec-3{left:400px!important}}@media only screen and (max-width:768px){.about-us-component-content{grid-template-columns:repeat(1,1fr)!important;margin:0 25px!important}.about-us-component-content .about-us-component-column{align-items:center!important;display:flex!important;text-align:center!important}.about-us-component-content .about-us-component-column:first-child .auc-c-img2{width:240px!important}.auc-dec{top:-110px!important;width:180px!important}.auc-dec-2{right:-80px!important;top:-120px!important;width:280px!important}.auc-dec-3{left:150px!important;top:500px}}@media only screen and (max-width:480px){.about-us-component-content{margin:0 15px!important}.about-us-component-content .about-us-component-column h3{font-size:1.1rem}.about-us-component-content .about-us-component-column:first-child .auc-c-img2{width:220px!important}.auc-dec{top:-85px!important;width:150px!important}.auc-dec-2{right:-90px!important;top:-100px!important;width:240px!important}.auc-dec-3{left:0!important;top:500px;width:100%!important}}@media only screen and (max-width:376px){.about-us-component-content{margin:0 10px!important}.about-us-component-column h3{font-size:1rem!important}}@media only screen and (max-width:321px){.about-us-component-content{margin:0 5px!important}.auc-dec{top:-85px!important;width:160px!important}.auc-dec-2{right:-90px!important;top:-60px!important;width:200px!important}.auc-dec-3{left:150px!important;top:500px}}.our-specialties-component{background-color:var(--background_color);height:725.6px!important;position:relative;width:100%}.our-specialties-component .osc-background{height:100%;object-fit:cover;opacity:.2;position:relative;width:100%;z-index:1}.our-specialties-component .osc-img{position:absolute;right:-60px;top:-60px;width:300px;z-index:10}.our-specialties-component .osc-img.show{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.our-specialties-component .osc-garlic{left:-40px;opacity:.3;position:absolute;top:40px;-webkit-transform:rotate(30deg);transform:rotate(30deg);width:300px;z-index:2}.our-specialties-component .osc-dec{bottom:15px;left:10px;position:absolute;-webkit-transform:rotate(15deg);transform:rotate(15deg);width:360px;z-index:2}.our-specialties-component .osc-dec.show{opacity:1;-webkit-transform:translateX(0) rotate(15deg);transform:translateX(0) rotate(15deg)}.our-specialties-component .osc-coffee{bottom:-100px;position:absolute;right:-120px;-webkit-transform:rotate(15deg);transform:rotate(15deg);z-index:2}.our-specialties-component .osc-coffee.show{opacity:1}.our-specialties-component .vine-osc{left:-120px;position:absolute;top:-60px;-webkit-transform:rotate(270deg) scaleX(-1);transform:rotate(270deg) scaleX(-1);z-index:5}.our-specialties-component .vine-osc.show{opacity:1;-webkit-transform:translateX(0) rotate(270deg) scaleX(-1);transform:translateX(0) rotate(270deg) scaleX(-1)}.our-specialties-component .our-specialities-content{align-items:center;display:flex;flex-direction:column;height:auto;justify-content:center;left:0;margin:4rem 100px;position:absolute;top:0;width:calc(100vw - 200px);z-index:5}.our-specialties-component .our-specialities-content.show{opacity:1}@media only screen and (max-width:1440px){.our-specialities-content{margin:4rem 80px!important;width:calc(100vw - 160px)!important}}@media only screen and (max-width:1024px){.our-specialities-content{margin:4rem 50px!important;width:calc(100vw - 100px)!important}}@media only screen and (max-width:768px){.our-specialities-content{margin:4rem 25px!important;width:calc(100vw - 50px)!important}.osc-img{width:260px!important}.osc-dec{bottom:20px!important;width:320px!important}.osc-coffee{right:-160px!important}}@media only screen and (max-width:480px){.our-specialities-content{margin:4rem 15px!important;width:calc(100vw - 30px)!important}.osc-img{width:220px!important}.osc-dec{bottom:20px!important;left:-35px!important;width:320px!important}.osc-coffee{bottom:-80px!important;height:300px;z-index:2}}@media only screen and (max-width:376px){.our-specialities-content{margin:4rem 10px!important;width:calc(100vw - 20px)!important}}@media only screen and (max-width:321px){.our-specialities-content{margin:4rem 5px!important;width:calc(100vw - 10px)!important}}.our-specialties-carousel{max-width:1320px;padding:1rem 0;position:relative;width:100%}.our-specialties-carousel .our-specialties-btn{align-items:center;background-color:var(--text_color);border:none;border-radius:50%;box-shadow:0 3px 6px rgba(0,0,0,.3);cursor:pointer;display:flex;height:40px;justify-content:center;line-height:40px;outline:none;position:absolute;text-align:center;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:40px;z-index:100}.our-specialties-carousel .our-specialties-btn svg{color:var(--main_color)}.our-specialties-carousel .specialties-prev{left:-20px}.our-specialties-carousel .specialties-next{right:-20px}.our-specialties-carousel .our-specialties-carousel-slider{grid-gap:16px;display:grid;gap:16px;grid-auto-columns:calc(33.33333% - 12px);grid-auto-flow:column;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.our-specialties-carousel .our-specialties-carousel-slider.dragging{scroll-behavior:auto;scroll-snap-type:none}.our-specialties-carousel .our-specialties-carousel-slider.dragging .our-specialties-card{cursor:grab;-webkit-user-select:none;user-select:none}.our-specialties-carousel .our-specialties-carousel-slider::-webkit-scrollbar{display:none}.our-specialties-carousel .our-specialties-carousel-slider .our-specialties-card{-webkit-backdrop-filter:blur(2.5px);backdrop-filter:blur(2.5px);background:hsla(0,0%,100%,.65);border-radius:10px;height:460px;overflow:hidden;position:relative;scroll-snap-align:start}.our-specialties-carousel .our-specialties-carousel-slider .our-specialties-card .our-specialties-top{align-items:center;display:flex;height:50%;justify-content:center;width:100%;z-index:3}.our-specialties-carousel .our-specialties-carousel-slider .our-specialties-card .our-specialties-top img{height:200px}.our-specialties-carousel .our-specialties-carousel-slider .our-specialties-card .our-specialties-bottom{align-items:center;display:flex;flex-direction:column;justify-content:center;z-index:3}.our-specialties-carousel .our-specialties-carousel-slider .our-specialties-card .our-specialties-bottom h1{text-align:center;text-transform:none}.our-specialties-carousel .our-specialties-carousel-slider .our-specialties-card .our-specialties-bottom p{margin:1rem 0;max-height:160px;overflow-y:scroll;text-align:center}.our-specialties-carousel .our-specialties-carousel-slider .our-specialties-card .our-specialties-bottom p::-webkit-scrollbar{display:none}@media only screen and (max-width:1024px){.our-specialties-carousel .our-specialties-carousel-slider{grid-auto-columns:calc(50% - 9px)}.our-specialties-carousel .our-specialties-carousel-slider .specialties-img{height:180px!important}}@media only screen and (max-width:480px){.our-specialties-carousel .specialties-prev{left:5px}.our-specialties-carousel .specialties-next{right:5px}.our-specialties-carousel .our-specialties-carousel-slider{grid-auto-columns:100%}.our-specialties-carousel .our-specialties-carousel-slider .specialties-img{height:180px!important}.our-specialties-bottom p{font-size:1rem!important}}.drinks-and-vectors{background-color:var(--hover_color);height:603px;position:relative;width:100%;z-index:1}.drinks-and-vectors .dav-background{height:100%;object-fit:cover;opacity:.2;width:100%}.drinks-and-vectors .dav-vine{position:absolute;right:-100px;top:100px;-webkit-transform:rotate(90deg);transform:rotate(90deg);width:480px;z-index:2}.drinks-and-vectors .dav-vine.show{opacity:1}.drinks-and-vectors .dav-rakija{height:500px;position:absolute;right:640px;top:-220px;-webkit-transform:rotate(25deg);transform:rotate(25deg);z-index:2}.drinks-and-vectors .dav-rakija.show{opacity:1}.drinks-and-vectors .dav-salt{bottom:-100px;height:300px;left:-80px;position:absolute;-webkit-transform:rotate(45deg);transform:rotate(45deg);z-index:2}.drinks-and-vectors .dav-salt.show{opacity:1;-webkit-transform:translateX(0) rotate(45deg);transform:translateX(0) rotate(45deg)}.drinks-and-vectors .dav-vine2{height:600px;left:-75px;position:absolute;top:-110px}.drinks-and-vectors .dav-vine2.show{opacity:1}.drinks-and-vectors .dav-vine3{height:500px;position:absolute;right:-110px;top:280px}.drinks-and-vectors .dav-dec{position:absolute;right:-80px;top:-120px;width:280px}.drinks-and-vectors .dav-dec.show{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.drinks-and-vectors .dav-dec2{bottom:-140px;left:-80px;position:absolute;-webkit-transform:scaleY(1);transform:scaleY(1);width:320px}.drinks-and-vectors .dav-dec2.show{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.drinks-and-vectors .drinks-and-vectors-content{height:auto;left:0;margin:4rem 100px;position:absolute;top:0;width:calc(100vw - 200px);z-index:3}.drinks-and-vectors .drinks-and-vectors-content .drinks-and-vectors-top{align-items:center;display:flex;flex-direction:column;height:auto;justify-content:center;margin-bottom:15px}.drinks-and-vectors .drinks-and-vectors-content .drinks-and-vectors-top.show{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.drinks-and-vectors .drinks-and-vectors-content .drinks-and-vectors-top h2{color:var(--main_color)!important;height:100px;text-align:center}.drinks-and-vectors .drinks-and-vectors-content .drinks-and-vectors-bottom{grid-row-gap:30px;grid-column-gap:15px;-webkit-column-gap:15px;column-gap:15px;display:grid;grid-template-columns:repeat(3,1fr);height:auto;row-gap:30px}.drinks-and-vectors .drinks-and-vectors-content .drinks-and-vectors-bottom.show{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.drinks-vector-card{-webkit-backdrop-filter:blur(2.5px);backdrop-filter:blur(2.5px);background:hsla(0,0%,100%,.45);border-bottom-right-radius:20px;border-top-left-radius:20px;height:300px!important;max-height:300px!important;overflow:hidden}.drinks-vector-card:hover .drinks-vector-overlay{bottom:0!important}.drinks-vector-card .drinks-vector-inner{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:20px 10px}.drinks-vector-card .drinks-vector-inner span{align-items:center;display:flex;justify-content:center;margin-bottom:1.5rem}.drinks-vector-card .drinks-vector-inner span svg{color:var(--hover_color);font-size:3.2rem}.drinks-vector-card .drinks-vector-inner h1{margin-bottom:1rem;text-align:center}.drinks-vector-card .drinks-vector-inner h3{color:var(--hover_color)!important;text-align:center}.drinks-vector-card .drinks-vector-img{height:100%;position:relative;width:100%}.drinks-vector-card .drinks-vector-img img{height:100%;object-fit:cover;width:100%}.drinks-vector-card .drinks-vector-img .drinks-vector-overlay{align-items:center;background:linear-gradient(to top,var(--background_color),transparent);bottom:-100%;display:flex;height:100%;justify-content:center;left:0;position:absolute;transition:bottom .3s ease;width:100%}.drinks-vector-card .drinks-vector-img .drinks-vector-overlay svg{color:var(--title_color);font-size:3.6rem}.drinks-vector-card img{height:100%;width:100%}@media only screen and (max-width:1440px){.drinks-and-vectors-content{margin:4rem 80px!important;width:calc(100vw - 160px)!important}.drinks-av-text{font-size:1.2rem!important}.dav-rakija{height:380px!important;right:560px!important;top:-140px!important}}@media only screen and (max-width:1024px){.drinks-and-vectors-content{margin:4rem 50px!important;width:calc(100vw - 100px)!important}.drinks-and-vectors-bottom{grid-template-columns:repeat(2,1fr)!important}.drinks-av-text{font-size:1rem!important}.drinks-and-vectors{height:933px!important}.dav-rakija{right:360px!important}.dav-vine{top:260px!important}.dav-salt{height:260px!important}}@media only screen and (max-width:768px){.drinks-and-vectors-content{margin:4rem 25px!important;width:calc(100vw - 50px)!important}.drinks-vector-card .drinks-vector-inner h1{font-size:1.2rem!important}.dav-rakija{right:240px!important}.dav-salt{height:220px!important}.dav-dec{width:240px!important}}@media only screen and (max-width:480px){.drinks-and-vectors{height:1263px!important}.drinks-and-vectors-content{margin:4rem 15px!important;width:calc(100vw - 30px)!important}.drinks-and-vectors-content .drinks-and-vectors-bottom{grid-template-columns:repeat(1,1fr)!important}.drinks-av-text{font-size:.9rem!important;font-weight:100}.dav-rakija{right:200px!important}.dav-vine{top:420px!important}.dav-salt{bottom:-80px!important;height:180px!important}.dav-vine2{height:400px!important;left:-75px;position:absolute;top:-75px!important}.dav-dec{right:-40px!important;top:-80px!important;width:200px!important}.dav-dec2{width:280px!important}}@media only screen and (max-width:376px){.drinks-and-vectors-content{margin:4rem 10px!important;width:calc(100vw - 20px)!important}}@media only screen and (max-width:321px){.drinks-and-vectors-content{margin:4rem 5px!important;width:calc(100vw - 10px)!important}.drinks-av-text{font-size:.8rem!important}.dav-rakija{right:160px!important}}.contact-us-component{background-color:var(--background_color);height:auto;position:relative;width:100%}.contact-us-component .cuc-background{height:100%;object-fit:cover;opacity:.2;position:absolute;width:100%}.contact-us-component .cuc-pepper{opacity:.25;position:absolute;right:380px;top:60px;-webkit-transform:rotate(-25deg);transform:rotate(-25deg);width:300px}.contact-us-component .cuc-dec{bottom:-80px;height:220px;position:absolute;right:-120px;z-index:5}.contact-us-component .cuc-dec.show{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.contact-us-component .cuc-vine-left{height:100%;left:0;position:absolute;top:0;-webkit-transform:scaleX(-1) rotate(-5deg) translateX(15px);transform:scaleX(-1) rotate(-5deg) translateX(15px);width:auto}.contact-us-component .contact-us-component-content{align-items:center;display:flex;flex-direction:column;justify-content:center;opacity:1;padding:4rem 100px;position:relative;width:auto;z-index:20}.contact-us-component .contact-us-component-content.show{opacity:1}.contact-us-component .contact-us-component-content h1{margin-bottom:2rem}.contact-us-component .contact-us-component-content .contact-us-component-grid{grid-column-gap:15px;grid-row-gap:30px;-webkit-column-gap:15px;column-gap:15px;display:grid;grid-template-columns:repeat(3,1fr);row-gap:30px;width:100%}.contact-us-component .contact-us-component-content .contact-us-component-grid .contact-us-component-item{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;max-height:265px;width:100%}.contact-us-component .contact-us-component-content .contact-us-component-grid .contact-us-component-item .contact-us-component-inner{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:10px;width:100%}.contact-us-component .contact-us-component-content .contact-us-component-grid .contact-us-component-item .contact-us-component-inner h1{text-align:center;text-transform:none}.contact-us-component .contact-us-component-content .contact-us-component-grid .contact-us-component-item .contact-us-component-inner h1:nth-child(3){color:var(--text_color)}.contact-us-component .contact-us-component-content .contact-us-component-grid .contact-us-component-item .contact-us-component-inner span{align-items:center;background-color:var(--hover_color);border-radius:50%;display:flex;height:70px;justify-content:center;margin-bottom:1rem;width:70px}.contact-us-component .contact-us-component-content .contact-us-component-grid .contact-us-component-item .contact-us-component-inner span svg{color:var(--main_color);font-size:3rem}@media only screen and (max-width:1440px){.contact-us-component-content{padding:4rem 80px!important}}@media only screen and (max-width:1024px){.contact-us-component-content{padding:4rem 50px!important}.cuc-vine-left{-webkit-transform:scaleX(-1) rotate(-5deg) translateX(45px)!important;transform:scaleX(-1) rotate(-5deg) translateX(45px)!important}.contact-us-component-grid{grid-template-columns:repeat(2,1fr)!important}.cuci-title2{font-size:1.6rem!important}.cuc-pepper{right:260px!important}}@media only screen and (max-width:768px){.contact-us-component-content{padding:4rem 25px!important}.cuci-title2{font-size:1.2rem!important}.cuc-pepper{right:200px!important;top:180px!important}}@media only screen and (max-width:480px){.contact-us-component-content{padding:4rem 15px!important}.contact-us-component-grid{grid-template-columns:repeat(1,1fr)!important}.cuc-pepper{right:-60px!important;top:300px!important}.cuc-vine-left{opacity:.7!important}}@media only screen and (max-width:376px){.contact-us-component-content{padding:4rem 10px!important}}@media only screen and (max-width:321px){.contact-us-component-content{padding:4rem 5px!important}}.gallery-component-slider{max-width:1320px;padding:1rem 0;position:relative;width:100%}.gallery-slider-btn{align-items:center;background-color:var(--text_color);border:none;border-radius:50%;box-shadow:0 3px 6px rgba(0,0,0,.3);cursor:pointer;display:flex;height:40px;justify-content:center;line-height:40px;outline:none;position:absolute;text-align:center;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:40px;z-index:100}.gallery-slider-btn svg{color:var(--main_color)}.gallery-prev-btn{left:-20px}.gallery-next-btn{right:-20px}.gallery-slider-content{grid-gap:16px;display:grid;gap:16px;grid-auto-columns:calc(25% - 12px);grid-auto-flow:column;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.gallery-slider-content.dragging{scroll-behavior:auto;scroll-snap-type:none}.gallery-slider-content.dragging .gallery-card{cursor:grab;-webkit-user-select:none;user-select:none}.gallery-slider-content::-webkit-scrollbar{display:none}.gallery-card{height:460px;position:relative;scroll-snap-align:start}.gallery-card,.gallery-card img{border-bottom-right-radius:20px;border-top-left-radius:20px;width:100%}.gallery-card img{height:100%;object-fit:cover}@media only screen and (max-width:1024px){.gallery-slider-content{grid-auto-columns:calc(33.33333% - 12px)}}@media only screen and (max-width:768px){.gallery-slider-content{grid-auto-columns:calc(50% - 9px)}}@media only screen and (max-width:480px){.gallery-slider-content{grid-auto-columns:100%}.gallery-prev-btn{left:5px}.gallery-next-btn{right:5px}}.gallery-component{height:auto;position:relative;width:100%}.gallery-component .gc-pepper{left:-60px;opacity:.45;position:absolute;top:0;-webkit-transform:rotate(-32deg);transform:rotate(-32deg);width:320px}.gallery-component .gc-garlic{bottom:-60px;opacity:.4;position:absolute;right:-40px;-webkit-transform:rotate(35deg);transform:rotate(35deg);width:280px}.gallery-component .gc-dec{bottom:-65px;left:-120px;position:absolute;width:340px;z-index:25}.gallery-component .gc-dec.show{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.gallery-component .gc-dec2{height:180px;position:absolute;right:-60px;top:-160px;-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}.gallery-component .gc-dec2.show{opacity:1;-webkit-transform:translateX(0) rotate(-10deg);transform:translateX(0) rotate(-10deg)}.gallery-component .gallery-component-content{align-items:center;display:flex;flex-direction:column;height:auto;justify-content:center;margin:4rem 100px;width:auto;z-index:5}.gallery-component .gallery-component-content h1{z-index:10}.gallery-component .gallery-component-content.show{opacity:1}@media only screen and (max-width:1440px){.gallery-component-content{margin:4rem 80px!important}}@media only screen and (max-width:1024px){.gallery-component-content{margin:4rem 50px!important}.gc-pepper{width:280px!important}.gc-garlic{width:240px!important}.gc-dec{left:-180px!important}}@media only screen and (max-width:768px){.gallery-component-content{margin:4rem 25px!important}.gc-pepper{top:-45px!important;width:260px!important}.gc-garlic{right:-100px!important;width:240px!important}.gc-dec{left:-140px!important}}@media only screen and (max-width:480px){.gallery-component-content{margin:4rem 15px!important}}@media only screen and (max-width:376px){.gallery-component-content{margin:4rem 10px!important}}@media only screen and (max-width:321px){.gallery-component-content{margin:4rem 5px!important}}.loader-component{align-items:center;background-color:#e5d4b4;display:flex;flex-direction:column;height:100vh;justify-content:center;overflow:hidden;position:fixed;width:100vw;z-index:99999}.loader-component h1{-webkit-animation:pulse 2.5s linear infinite;animation:pulse 2.5s linear infinite;color:#b0875d;font-size:3vh;margin:0 auto;opacity:.75;position:relative;text-align:center;text-transform:uppercase;top:25vh;width:100vw}.loader-component .cooking{height:75vh;margin:0 auto;overflow:hidden;position:relative;top:0;width:75vh}.loader-component .cooking .bubble{border-radius:100%;box-shadow:0 0 .25vh #c1a07f;opacity:0;position:absolute}.loader-component .cooking .bubble:first-child{-webkit-animation:bubble 2s cubic-bezier(.53,.16,.39,.96) infinite;animation:bubble 2s cubic-bezier(.53,.16,.39,.96) infinite;background-color:#bc9975;height:2.5vh;left:58%;margin-top:2.5vh;width:2.5vh}.loader-component .cooking .bubble:nth-child(2){-webkit-animation:bubble 2s ease-in-out .35s infinite;animation:bubble 2s ease-in-out .35s infinite;background-color:#b7916b;height:2vh;left:52%;margin-top:3vh;width:2vh}.loader-component .cooking .bubble:nth-child(3){-webkit-animation:bubble 1.5s cubic-bezier(.53,.16,.39,.96) .55s infinite;animation:bubble 1.5s cubic-bezier(.53,.16,.39,.96) .55s infinite;background-color:#b0875d;height:1.5vh;left:50%;margin-top:1.8vh;width:1.5vh}.loader-component .cooking .bubble:nth-child(4){-webkit-animation:bubble 1.8s cubic-bezier(.53,.16,.39,.96) .9s infinite;animation:bubble 1.8s cubic-bezier(.53,.16,.39,.96) .9s infinite;background-color:#ab7f53;height:1.2vh;left:56%;margin-top:2.7vh;width:1.2vh}.loader-component .cooking .bubble:nth-child(5){-webkit-animation:bubble 1.6s ease-in-out 1s infinite;animation:bubble 1.6s ease-in-out 1s infinite;background-color:#a0784e;height:1.1vh;left:63%;margin-top:2.7vh;width:1.1vh}.loader-component .cooking .area{-webkit-animation:flip 2.1s ease-in-out infinite;animation:flip 2.1s ease-in-out infinite;background-color:transparent;bottom:0;height:50%;right:0;width:50%}.loader-component .cooking .area,.loader-component .cooking .area .sides{position:absolute;-webkit-transform-origin:15% 60%;transform-origin:15% 60%}.loader-component .cooking .area .sides{-webkit-animation:switchSide 2.1s ease-in-out infinite;animation:switchSide 2.1s ease-in-out infinite;height:100%;width:100%}.loader-component .cooking .area .sides .handle{background-color:transparent;border-left:1vh solid transparent;border-radius:100%;border-top:1vh solid #b0875d;bottom:18%;height:20%;position:absolute;right:80%;-webkit-transform:rotate(20deg) rotateX(0deg) scale(1.3,.9);transform:rotate(20deg) rotateX(0deg) scale(1.3,.9);width:35%}.loader-component .cooking .area .sides .pan{background-color:#b0875d;border-radius:0 0 1.4em 1.4em;bottom:20%;height:8%;position:absolute;right:30%;-webkit-transform-origin:-15% 0;transform-origin:-15% 0;width:50%}.loader-component .cooking .area .pancake{-webkit-animation:jump 2.1s ease-in-out infinite;animation:jump 2.1s ease-in-out infinite;height:100%;position:absolute;top:24%;-webkit-transform:rotateX(85deg);transform:rotateX(85deg);width:100%}.loader-component .cooking .area .pancake .pastry{-webkit-animation:fly 2.1s ease-in-out infinite;animation:fly 2.1s ease-in-out infinite;background-color:#b0875d;border-radius:100%;bottom:26%;box-shadow:0 0 3px 0 #b0875d;height:45%;position:absolute;right:37%;-webkit-transform-origin:-20% 0;transform-origin:-20% 0;width:40%}@-webkit-keyframes jump{0%{top:24%;-webkit-transform:rotateX(85deg);transform:rotateX(85deg)}25%{top:10%;-webkit-transform:rotateX(0deg);transform:rotateX(0deg)}50%{top:30%;-webkit-transform:rotateX(85deg);transform:rotateX(85deg)}75%{-webkit-transform:rotateX(0deg);transform:rotateX(0deg)}to{-webkit-transform:rotateX(85deg);transform:rotateX(85deg)}}@keyframes jump{0%{top:24%;-webkit-transform:rotateX(85deg);transform:rotateX(85deg)}25%{top:10%;-webkit-transform:rotateX(0deg);transform:rotateX(0deg)}50%{top:30%;-webkit-transform:rotateX(85deg);transform:rotateX(85deg)}75%{-webkit-transform:rotateX(0deg);transform:rotateX(0deg)}to{-webkit-transform:rotateX(85deg);transform:rotateX(85deg)}}@-webkit-keyframes flip{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}5%{-webkit-transform:rotate(-27deg);transform:rotate(-27deg)}30%,50%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}55%{-webkit-transform:rotate(27deg);transform:rotate(27deg)}83.3%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes flip{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}5%{-webkit-transform:rotate(-27deg);transform:rotate(-27deg)}30%,50%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}55%{-webkit-transform:rotate(27deg);transform:rotate(27deg)}83.3%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes switchSide{0%{-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}50%{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}to{-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}}@keyframes switchSide{0%{-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}50%{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}to{-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}}@-webkit-keyframes fly{0%{bottom:26%;-webkit-transform:rotate(0deg);transform:rotate(0deg)}10%{bottom:40%}50%{bottom:26%;-webkit-transform:rotate(-190deg);transform:rotate(-190deg)}80%{bottom:40%}to{bottom:26%;-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fly{0%{bottom:26%;-webkit-transform:rotate(0deg);transform:rotate(0deg)}10%{bottom:40%}50%{bottom:26%;-webkit-transform:rotate(-190deg);transform:rotate(-190deg)}80%{bottom:40%}to{bottom:26%;-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes bubble{0%{opacity:0;top:80%;-webkit-transform:scale(.15);transform:scale(.15)}50%{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1)}to{opacity:0;top:60%;-webkit-transform:scale(.33);transform:scale(.33)}}@keyframes bubble{0%{opacity:0;top:80%;-webkit-transform:scale(.15);transform:scale(.15)}50%{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1)}to{opacity:0;top:60%;-webkit-transform:scale(.33);transform:scale(.33)}}@-webkit-keyframes pulse{0%{opacity:.25;-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scaleX(1.1);transform:scaleX(1.1)}to{opacity:.25;-webkit-transform:scale(1);transform:scale(1)}}@keyframes pulse{0%{opacity:.25;-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scaleX(1.1);transform:scaleX(1.1)}to{opacity:.25;-webkit-transform:scale(1);transform:scale(1)}}@media only screen and (max-width:426px){.loader-component h1{top:0!important}.cooking{height:60vh!important;width:60vh!important}}@media only screen and (max-width:376px){.cooking{height:50vh!important;width:50vh!important}}.about-us-song{height:auto;position:relative;width:100%}.about-us-song .aus-background{height:100%;object-fit:cover;opacity:.7;position:absolute;width:100%}.about-us-song .aus-s-background{height:100%;object-fit:cover;opacity:.3;position:absolute;width:100%}.about-us-song .aus-side-vine-right{height:100%;position:absolute;right:0;top:0;width:auto;z-index:2}.about-us-song .aus-side-vine-left{height:100%;left:0;position:absolute;top:0;-webkit-transform:scaleX(-1);transform:scaleX(-1);width:auto;z-index:2}.about-us-song .aus-decoration-1{height:auto;left:100px;opacity:.5!important;position:absolute;top:100px;width:300px}.about-us-song .aus-decoration-1.show{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.about-us-song .aus-decoration-2{height:auto;opacity:.4!important;position:absolute;right:200px;top:400px;width:300px}.about-us-song .aus-decoration-2.show{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.about-us-song .aus-decoration-3{height:auto;left:160px;opacity:.3!important;position:absolute;top:700px;width:300px}.about-us-song .aus-decoration-3.show{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.about-us-song .aus-decoration-4{bottom:700px;height:auto;opacity:.4!important;position:absolute;right:100px;width:300px}.about-us-song .aus-decoration-4.show{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.about-us-song .aus-decoration-5{bottom:400px;height:auto;left:120px;opacity:.3!important;position:absolute;width:300px}.about-us-song .aus-decoration-5.show{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.about-us-song .aus-decoration-6{bottom:100px;height:auto;opacity:.6!important;position:absolute;right:200px;width:300px}.about-us-song .aus-decoration-6.show{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.about-us-song .about-us-song-content{align-items:center;display:flex;flex-direction:column;height:auto;justify-content:center;padding:4rem 100px;position:relative;width:auto;z-index:10}.about-us-song .about-us-song-content:after{background:linear-gradient(to bottom,var(--main_color),transparent 20%),linear-gradient(to top,var(--main_color),transparent 20%);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.about-us-song .about-us-song-content .song-p{margin-bottom:1.5rem}.about-us-song .about-us-song-content h1{margin-bottom:1.5rem;text-align:center;z-index:10}.about-us-song .about-us-song-content h1.show{opacity:1}.about-us-song .about-us-song-content p{font-size:1.2rem;font-weight:700;text-align:center;z-index:10}.about-us-song .about-us-song-content p.show{opacity:1}.about-us-song .about-us-song-content .about-us-song-1{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:1.5rem;z-index:10}.about-us-song .about-us-song-content .about-us-song-1.show{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.about-us-song .about-us-song-content .about-us-song-2{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:1.5rem;z-index:10}.about-us-song .about-us-song-content .about-us-song-2.show{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.about-us-song .about-us-song-content .about-us-song-3{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:1.5rem;z-index:10}.about-us-song .about-us-song-content .about-us-song-3.show{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.about-us-song .about-us-song-content .about-us-song-4{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:1.5rem;z-index:10}.about-us-song .about-us-song-content .about-us-song-4.show{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.about-us-song .about-us-song-content .about-us-song-5{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:1.5rem;z-index:10}.about-us-song .about-us-song-content .about-us-song-5.show{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.about-us-song .about-us-song-content .about-us-song-6{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:1.5rem}.about-us-song .about-us-song-content .about-us-song-6.show{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.about-us-song .about-us-song-content .about-us-song-7{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:1.5rem;z-index:10}.about-us-song .about-us-song-content .about-us-song-7.show{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.about-us-song .about-us-song-content .about-us-song-8{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:1.5rem;z-index:10}.about-us-song .about-us-song-content .about-us-song-8.show{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.about-us-song .about-us-song-content .about-us-song-9{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:1.5rem;z-index:10}.about-us-song .about-us-song-content .about-us-song-9.show{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.about-us-song .about-us-song-content .about-us-song-10{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:1.5rem;z-index:10}.about-us-song .about-us-song-content .about-us-song-10.show{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.about-us-song .about-us-song-content .about-us-song-11{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:1.5rem;z-index:10}.about-us-song .about-us-song-content .about-us-song-11.show{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.about-us-song .about-us-song-content .about-us-song-12{align-items:center;display:flex;flex-direction:column;justify-content:center;z-index:10}.about-us-song .about-us-song-content .about-us-song-12.show{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}@media only screen and (max-width:1440px){.about-us-song-content{padding:4rem 80px!important}}@media only screen and (max-width:1024px){.about-us-song-content{padding:4rem 50px!important}p{color:var(--hover_color)!important}.aus-decoration-1{left:100px}.aus-decoration-2{right:140px!important}.aus-decoration-3{left:100px!important}}@media only screen and (max-width:768px){.about-us-song-content{padding:4rem 25px!important}.aus-side-vine-right{opacity:.7;right:-90px!important}.aus-side-vine-left{left:-90px!important;opacity:.7}.aus-decoration-1{left:60px!important}.aus-decoration-2{right:40px!important}.aus-decoration-3{left:15px!important}.aus-decoration-4{right:25px!important}.aus-decoration-5{left:10px!important}.aus-decoration-6{right:20px!important}}@media only screen and (max-width:480px){.about-us-song-content{padding:4rem 15px!important}.aus-side-vine-right{opacity:.4!important;right:-120px!important}.aus-side-vine-left{left:-120px!important;opacity:.4!important}.aus-decoration-1{left:15px!important;width:200px!important}.aus-decoration-2{right:10px!important;width:200px!important}.aus-decoration-3{left:5px!important;width:200px!important}.aus-decoration-4{right:15px!important;width:200px!important}.aus-decoration-5{left:5px!important;width:200px!important}.aus-decoration-6{right:10px!important;width:200px!important}}@media only screen and (max-width:376px){.about-us-song-content{padding:4rem 10px!important}h1{font-size:1.8rem!important}p{font-size:1.1rem!important}.aus-decoration-1{left:10px!important;width:160px!important}.aus-decoration-2{right:5px!important;width:160px!important}.aus-decoration-3{left:0!important;width:160px!important}.aus-decoration-4{right:10px!important;width:160px!important}.aus-decoration-5{left:0!important;width:160px!important}.aus-decoration-6{right:5px!important;width:160px!important}}@media only screen and (max-width:321px){.about-us-song-content{padding:4rem 5px!important}h1{font-size:1.6rem!important}p{font-size:1rem!important}}.about-us-left{height:auto;position:relative;width:100%}.about-us-left .about-us-left-content{grid-row-gap:30px;grid-column-gap:15px;-webkit-column-gap:15px;column-gap:15px;display:grid;grid-template-columns:repeat(2,1fr);height:auto;padding:4rem 100px;position:relative;row-gap:30px;width:auto}.about-us-left .about-us-left-content .aulc-column{height:420px;position:relative;width:auto}.about-us-left .about-us-left-content .aulc-column:first-child{position:relative}.about-us-left .about-us-left-content .aulc-column:first-child img{border-bottom-right-radius:20px;border-top-left-radius:20px;height:100%;object-fit:cover;width:100%}.about-us-left .about-us-left-content .aulc-column:first-child.show{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.about-us-left .about-us-left-content .aulc-column:nth-child(2){align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:right}.about-us-left .about-us-left-content .aulc-column:nth-child(2).show{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.about-us-left .about-us-left-content .aulc-column:nth-child(2) h1{margin-bottom:1.5rem;width:100%}@media only screen and (max-width:1440px){.about-us-left-content{padding:4rem 80px!important}}@media only screen and (max-width:1024px){.about-us-left-content{padding:4rem 50px!important}}@media only screen and (max-width:768px){.about-us-left-content{padding:4rem 25px!important}}@media only screen and (max-width:480px){.about-us-left-content{grid-template-columns:repeat(1,1fr)!important;padding:4rem 15px!important}.about-us-left-content .aulc-column:nth-child(2) h1{align-items:center;display:flex;justify-content:center;text-align:center}.about-us-left-content .aulc-column:nth-child(2) h3{text-align:center}}@media only screen and (max-width:376px){.about-us-left-content{padding:4rem 10px!important}}@media only screen and (max-width:321px){.about-us-left-content{padding:4rem 5px!important}.aulc-column:first-child{height:380px!important}}.gallery-component-header{height:auto;width:100%}.gallery-component-header .gch-content{align-items:center;display:flex;flex-direction:column;height:auto;justify-content:center;margin:4rem 100px;width:auto}.gallery-component-header .gch-content h1{margin-bottom:1rem}.gallery-component-header .gch-content h1.show{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.gallery-component-header .gch-content .gallery-items-header{grid-column-gap:15px;-webkit-column-gap:15px;column-gap:15px;display:grid;grid-template-columns:repeat(3,1fr);height:auto;margin-bottom:3rem;width:100%}.gallery-component-header .gch-content .gallery-items-header.show{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.gallery-component-header .gch-content .gallery-items-header .git{align-items:center;border-top-left-radius:20px;border-top-right-radius:20px;box-shadow:4px 8px 12px 0 rgba(0,0,0,.35);cursor:pointer;display:flex;justify-content:space-between;padding:10px 15px;text-decoration:none;transition:background-color .3s ease}.gallery-component-header .gch-content .gallery-items-header .git:hover{background-color:var(--background_color)!important}.gallery-component-header .gch-content .gallery-items-header .git:hover h3,.gallery-component-header .gch-content .gallery-items-header .git:hover span svg{color:var(--main_color)}.gallery-component-header .gch-content .gallery-items-header .git span{align-items:center;display:flex;justify-content:center}.gallery-component-header .gch-content .gallery-items-header .git span svg{color:var(--text_color);font-size:2.4rem;transition:color .3s ease}.gallery-component-header .gch-content .gallery-items-header .git h3{font-size:1.4rem;text-transform:uppercase}.gallery-component-header .gch-content .gallery-items-header .gallery-items-active{background-color:var(--background_color);border-top-left-radius:20px;border-top-right-radius:20px}.gallery-component-header .gch-content .gallery-items-header .gallery-items-active span svg{color:var(--main_color)}.gallery-component-header .gch-content .gallery-items-header .gallery-items-active h3{color:var(--main_color)!important}.gallery-component-header .gch-content .gallery-items-images{--gap:15px;--num_cols:4;--row_height:280px;grid-gap:var(--gap);box-sizing:border-box;display:grid;gap:var(--gap);grid-auto-rows:var(--row_height);grid-template-columns:repeat(var(--num_cols),1fr);height:auto;width:100%}.gallery-component-header .gch-content .gallery-items-images.show{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.gallery-component-header .gch-content .gallery-items-images img{height:100%;object-fit:cover;width:100%}.gallery-component-header .gch-content .gallery-items-images img:nth-child(5n+1){grid-column:span 2;grid-row:span 2}.gallery-component-header .gch-content .gallery-items-load{align-items:center;display:flex;height:auto;justify-content:center;margin-top:3rem;width:100%}@media only screen and (max-width:1440px){.gch-content{margin:4rem 80px!important}}@media only screen and (max-width:1024px){.gch-content{margin:4rem 50px!important}.gallery-items-images{--num_cols:2!important;--row_height:220px!important}}@media only screen and (max-width:768px){.gch-content{margin:4rem 25px!important}.gallery-items-header .git{padding:10px!important}.gallery-items-header .git span svg{font-size:2rem!important}.gallery-items-header .git h3{font-size:1.2rem!important}}@media only screen and (max-width:480px){.gch-content{margin:4rem 15px!important}.gallery-items-header{-webkit-column-gap:10px!important;column-gap:10px!important}.gallery-items-header .git{box-shadow:2px 4px 8px 0 rgba(0,0,0,.35)!important;padding:10px 8px!important}.gallery-items-header .git span svg{font-size:1.6rem!important}.gallery-items-header .git h3{font-size:1rem!important;text-transform:capitalize!important}}@media only screen and (max-width:376px){.gch-content{margin:4rem 10px!important}.gallery-items-header{-webkit-column-gap:6px!important;column-gap:6px!important}.gallery-items-header .git{padding:10px 5px!important}.gallery-items-header .git span svg{font-size:1.4rem!important}.gallery-items-header .git h3{font-size:1rem!important}}@media only screen and (max-width:321px){.gch-content{margin:4rem 5px!important}.gallery-items-header{-webkit-column-gap:4px!important;column-gap:4px!important}.gallery-items-header .git{padding:10px 3px!important}.gallery-items-header .git span svg{font-size:1.2rem!important}.gallery-items-header .git h3{font-size:.9rem!important}}.menu-and-drinks-slider{box-shadow:4px 8px 12px 0 rgba(0,0,0,.5);height:calc(100vh - 100px);position:relative;width:100%;z-index:100}.menu-and-drinks-slider:after{background:linear-gradient(to bottom,var(--main_color),transparent 25%);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:5}.menu-and-drinks-slider .mads-paper{height:100%;left:0;object-fit:cover;opacity:.7;position:absolute;top:0;width:100%}.menu-and-drinks-slider .mads-background{height:100%;left:0;object-fit:cover;opacity:.3;position:absolute;top:0;width:100%}.menu-and-drinks-slider .mads-wrap{align-items:center;display:flex;height:100%;justify-content:center;overflow:hidden;width:100%}.menu-and-drinks-slider .mads-wrap .mads-btn{align-items:center;background-color:var(--main_color);border:none;border-radius:50%;cursor:pointer;display:flex;height:40px;justify-content:center;opacity:.5;outline:none;position:absolute;transition:opacity .3s ease;width:40px;z-index:199}.menu-and-drinks-slider .mads-wrap .mads-btn svg{font-size:1rem}.menu-and-drinks-slider .mads-wrap .mads-btn.mads-prev{left:30px}.menu-and-drinks-slider .mads-wrap .mads-btn.mads-next{right:30px}@media only screen and (max-width:1440px){.mads-prev{left:20px!important}.mads-next{right:20px!important}}@media only screen and (max-width:1024px){.mads-prev{left:5px!important}.mads-next{right:5px!important}}@media only screen and (max-width:768px){.mads-prev{left:0!important}.mads-next{right:0!important}.mads-btn{height:30px!important;width:30px!important}.mads-btn svg{font-size:.8rem!important}}.menu-and-drinks-card{height:100%;width:100%}.menu-and-drinks-card .madc-slide{align-items:center;-webkit-animation:opacity 1s ease-out forwards;animation:opacity 1s ease-out forwards;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}@-webkit-keyframes opacity{0%{opacity:0}to{opacity:1}}@keyframes opacity{0%{opacity:0}to{opacity:1}}.menu-and-drinks-card .madc-slide .madc-img{height:100%;left:0;object-fit:cover;opacity:0;position:absolute;top:0;transition:opacity .5s ease-in-out;width:100%}.menu-and-drinks-card .madc-slide .madc-img.show{opacity:.3}.menu-and-drinks-card .madc-slide .madc-video{height:100%;object-fit:cover;opacity:0;transition:opacity .5s ease-in-out;width:100%}.menu-and-drinks-card .madc-slide .madc-video.show{opacity:.3}.menu-and-drinks-card .madc-slide .madc-slide-content{display:flex;height:100%;position:absolute;width:100%}.menu-and-drinks-card .madc-slide .madc-slide-content .madc-slide-left{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:center;margin-left:100px;position:relative;width:50%}.menu-and-drinks-card .madc-slide .madc-slide-content .madc-slide-left h1{text-transform:none}.menu-and-drinks-card .madc-slide .madc-slide-content .madc-slide-left h1:first-child{-webkit-animation:leftAnim 1s forwards;animation:leftAnim 1s forwards;margin-bottom:1.5rem}@-webkit-keyframes leftAnim{0%{opacity:0;-webkit-transform:translateX(-100px);transform:translateX(-100px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.menu-and-drinks-card .madc-slide .madc-slide-content .madc-slide-left h3{-webkit-animation:leftAnim 1.4s forwards;animation:leftAnim 1.4s forwards;color:var(--title_color)!important}@keyframes leftAnim{0%{opacity:0;-webkit-transform:translateX(-100px);transform:translateX(-100px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.menu-and-drinks-card .madc-slide .madc-slide-content .madc-slide-right{align-items:flex-end;display:flex;flex-direction:column;height:100%;justify-content:center;margin-right:100px;position:relative;width:50%}.menu-and-drinks-card .madc-slide .madc-slide-content .madc-slide-right .madc-image{-webkit-animation:rightAnim 1s forwards;animation:rightAnim 1s forwards;width:100%}@-webkit-keyframes rightAnim{0%{opacity:0;-webkit-transform:translateX(100px);transform:translateX(100px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes rightAnim{0%{opacity:0;-webkit-transform:translateX(100px);transform:translateX(100px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@media only screen and (max-width:1440px){.madc-slide-left{margin-left:80px!important}.madc-slide-right{margin-right:80px!important}}@media only screen and (max-width:1024px){.madc-slide-left{margin-left:50px!important}.madc-slide-right{margin-right:50px!important}}@media only screen and (max-width:768px){.madc-slide-content{flex-direction:column!important}.madc-slide-content .madc-slide-left{align-items:center!important;margin-left:0!important;width:100%!important;z-index:9999!important}.madc-slide-content .madc-slide-left h1:first-child{margin-bottom:1rem!important}.madc-slide-content .madc-slide-left h3{margin-bottom:1rem!important;text-align:center}.madc-slide-content .madc-slide-right{align-items:center!important;margin-right:0!important;width:100%!important}.madc-slide-content .madc-slide-right .madc-image{height:240px!important;width:auto!important}}@media only screen and (max-width:480px){.madc-slide-content .madc-slide-left{height:60%!important;width:100%!important}.madc-slide-content .madc-slide-left h1{font-size:1.4rem!important}.madc-slide-content .madc-slide-left h3{font-size:1.1rem!important}.madc-slide-content .madc-slide-right{height:40%!important;width:100%!important}.madc-slide-content .madc-slide-right .madc-image{height:180px!important;width:100%}}@media only screen and (max-width:376px){.madc-slide-content .madc-slide-left h1{font-size:1.3rem!important}.madc-slide-content .madc-slide-left h3{font-size:1rem!important}}@media only screen and (max-width:321px){.madc-slide-content .madc-slide-left h1{font-size:1.2rem!important}.madc-slide-content .madc-slide-right{height:50%!important;width:100%!important}.madc-slide-content .madc-slide-right .madc-image{height:100%!important;width:100%!important}}.menu-and-drinks-component{padding:4rem 0;position:relative;width:100%;z-index:999}.menu-and-drinks-component:after{background:linear-gradient(to top,var(--main_color),transparent 15%),linear-gradient(to bottom,var(--main_color),transparent 15%);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:5}.menu-and-drinks-component .madc-old-paper{height:100%;left:0;object-fit:cover;opacity:.7;position:absolute;top:0;width:100%;z-index:1}.menu-and-drinks-component .madc-background{height:100%;left:0;object-fit:cover;opacity:.4;position:absolute;top:0;width:100%;z-index:1}.menu-and-drinks-component .madc-vine{height:500px;position:absolute;right:-75px;top:-100px;-webkit-transform:scaleX(-1);transform:scaleX(-1);z-index:20}.menu-and-drinks-component .madc-vine.show{opacity:1}.menu-and-drinks-component .madc-decoration{height:500px;left:-100px;position:absolute;top:-280px;-webkit-transform:rotate(15deg);transform:rotate(15deg);z-index:10}.menu-and-drinks-component .madc-decoration.show{opacity:1;-webkit-transform:translateX(0) rotate(15deg);transform:translateX(0) rotate(15deg)}.menu-and-drinks-component .madc-vine-dec-right{height:100%;position:absolute;right:-540px;top:0;width:100%;z-index:2}.menu-and-drinks-component .madc-vine-dec-right.show{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.menu-and-drinks-component .madc-vine-dec-left{height:100%;left:-540px;position:absolute;top:0;-webkit-transform:scaleX(-1);transform:scaleX(-1);width:100%;z-index:2}.menu-and-drinks-component .madc-vine-dec-left.show{opacity:1;-webkit-transform:translateX(0) scaleX(-1);transform:translateX(0) scaleX(-1)}.menu-and-drinks-component .madc-leaves{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:5}.menu-and-drinks-component .madc-leaves div{display:block;position:absolute}.menu-and-drinks-component .madc-leaves div img{height:auto;width:80px}.menu-and-drinks-component .madc-leaves div:first-child{-webkit-animation:animate 53s linear infinite;animation:animate 53s linear infinite;-webkit-animation-delay:-7s;animation-delay:-7s;left:30%}@-webkit-keyframes animate{0%{opacity:0;top:-10px;-webkit-transform:translateX(20px) rotate(0deg);transform:translateX(20px) rotate(0deg)}10%{opacity:1}20%{-webkit-transform:translateX(-20px) rotate(45deg);transform:translateX(-20px) rotate(45deg)}40%{-webkit-transform:translateX(-20px) rotate(90deg);transform:translateX(-20px) rotate(90deg)}60%{-webkit-transform:translateX(20px) rotate(180deg);transform:translateX(20px) rotate(180deg)}80%{-webkit-transform:translateX(-20px) rotate(180deg);transform:translateX(-20px) rotate(180deg)}to{top:110%;-webkit-transform:translateX(-20px) rotate(225deg);transform:translateX(-20px) rotate(225deg)}}@keyframes animate{0%{opacity:0;top:-10px;-webkit-transform:translateX(20px) rotate(0deg);transform:translateX(20px) rotate(0deg)}10%{opacity:1}20%{-webkit-transform:translateX(-20px) rotate(45deg);transform:translateX(-20px) rotate(45deg)}40%{-webkit-transform:translateX(-20px) rotate(90deg);transform:translateX(-20px) rotate(90deg)}60%{-webkit-transform:translateX(20px) rotate(180deg);transform:translateX(20px) rotate(180deg)}80%{-webkit-transform:translateX(-20px) rotate(180deg);transform:translateX(-20px) rotate(180deg)}to{top:110%;-webkit-transform:translateX(-20px) rotate(225deg);transform:translateX(-20px) rotate(225deg)}}.menu-and-drinks-component .madc-leaves div:nth-child(2){-webkit-animation:animate 58s linear infinite;animation:animate 58s linear infinite;-webkit-animation-delay:-5s;animation-delay:-5s;left:60%}.menu-and-drinks-component .madc-leaves div:nth-child(3){-webkit-animation:animate 58s linear infinite;animation:animate 58s linear infinite;-webkit-animation-delay:0s;animation-delay:0s;left:90%}.menu-and-drinks-component .madc-leaves div:nth-child(4){-webkit-animation:animate 56s linear infinite;animation:animate 56s linear infinite;-webkit-animation-delay:-10s;animation-delay:-10s;left:75%}.menu-and-drinks-component .madc-leaves div:nth-child(5){-webkit-animation:animate 50s linear infinite;animation:animate 50s linear infinite;left:0}.menu-and-drinks-component .madc-leaves div:nth-child(6){-webkit-animation:animate 52s linear infinite;animation:animate 52s linear infinite;left:15%}.menu-and-drinks-component .madc-leaves-1{-webkit-filter:blur(1px);filter:blur(1px);-webkit-transform:scale(1.4) rotateY(180deg);transform:scale(1.4) rotateY(180deg)}.menu-and-drinks-component .madc-leaves-2{-webkit-filter:blur(2px);filter:blur(2px);-webkit-transform:scale(.8) rotateX(180deg);transform:scale(.8) rotateX(180deg)}.menu-and-drinks-component .madc-content{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;margin:0 100px;position:relative;width:auto;z-index:20}.menu-and-drinks-component .madc-content .madc-header{grid-column-gap:15px;-webkit-column-gap:15px;column-gap:15px;display:grid;grid-template-columns:repeat(2,1fr);height:auto;margin-bottom:4rem;max-width:600px;width:100%}.menu-and-drinks-component .madc-content .madc-header .madc-header-category{align-items:center;background-color:var(--main_color);border-bottom-right-radius:20px;border-top-left-radius:20px;box-shadow:4px 8px 12px 0 rgba(0,0,0,.35);display:flex;justify-content:center;z-index:9999}.menu-and-drinks-component .madc-content .madc-header .madc-header-category .madc-hc{align-items:center;border-bottom-right-radius:20px;border-top-left-radius:20px;color:var(--text_color);cursor:pointer;display:flex;font-size:1.5rem;height:100%;justify-content:center;padding:10px 15px;text-decoration:none;width:100%}.menu-and-drinks-component .madc-content .madc-header .madc-header-active{background-color:var(--background_color)}.menu-and-drinks-component .madc-content .madc-header .madc-header-active .madc-hc{color:var(--main_color)}.menu-and-drinks-component .madc-content .madc-items{align-items:center;display:flex;flex-direction:column;height:auto;justify-content:center;max-width:800px;width:100%}.menu-and-drinks-component .madc-content .madc-items.show{opacity:1}.menu-and-drinks-component .madc-content .madc-items .madc-item{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.menu-and-drinks-component .madc-content .madc-items .madc-item h1{margin:1.5rem 0;text-align:center;text-transform:uppercase}.menu-and-drinks-component .madc-content .madc-items .madc-item .madc-mad{align-items:center;display:flex;flex-direction:column;justify-content:space-between;width:100%}.menu-and-drinks-component .madc-content .madc-items .madc-item .madc-mad .single-mad{align-items:center;display:flex;justify-content:space-between;width:100%}.menu-and-drinks-component .madc-content .madc-items .madc-item .madc-mad .single-mad h3{color:var(--hover_color);margin-bottom:10px}@media only screen and (max-width:1440px){.madc-content{margin:0 80px!important}}@media only screen and (max-width:1024px){.madc-content{margin:0 50px!important}.madc-decoration{height:400px!important;top:-240px!important}.madc-vine-dec-right{right:-480px!important}.madc-vine-dec-left{left:-480px!important}}@media only screen and (max-width:768px){.madc-content{margin:0 25px!important}.madc-vine{height:400px!important;top:-80px!important}.madc-decoration{height:360px!important;top:-220px!important}.madc-vine-dec-right{opacity:.6!important;right:-320px!important}.madc-vine-dec-left{left:-320px!important;opacity:.6!important}}@media only screen and (max-width:480px){.madc-content{margin:0 15px!important}.single-mad h3{font-size:.9rem!important}.single-mad h3:nth-child(2){font-size:.8rem!important}.madc-vine{height:400px!important;top:-80px!important}.madc-decoration{height:280px!important;top:-160px!important}.madc-vine-dec-right{right:-380px!important;width:200%!important}.madc-vine-dec-left{left:-380px!important;width:200%!important}}@media only screen and (max-width:376px){.madc-content{margin:0 10px!important}.madc-vine-dec-right{right:-340px!important;width:200%!important}.madc-vine-dec-left{left:-340px!important;width:200%!important}}@media only screen and (max-width:321px){.madc-content{margin:0 5px!important}.madc-vine-dec-right{right:-420px!important;width:250%!important}.madc-vine-dec-left{left:-420px!important;width:250%!important}}.not-found-section{height:100vh;position:relative;width:100%}.not-found-section .nfs-vine{height:500px;left:-60px;position:absolute;top:-100px;z-index:10}.not-found-section .nfs-dec1{height:300px;left:-110px;opacity:.8;position:absolute;top:-40px}.not-found-section .nfs-dec2{height:240px;opacity:.6;position:absolute;right:-100px;top:-60px;-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}.not-found-section .not-found-content{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:center;position:relative;width:100%}.not-found-section .not-found-content .nfc-404{height:420px}.not-found-section .not-found-content h1{margin:1.5rem 0}@media only screen and (max-width:768px){.nfs-vine{height:420px!important}.nfs-dec1{height:240px!important}.nfs-dec2{height:180px!important}.nfc-404{height:360px!important}}@media only screen and (max-width:480px){.nfs-vine{height:380px!important}.nfs-dec1{height:160px!important;top:-20px!important}.nfs-dec2{height:140px!important;top:-20px!important}.nfc-404{height:360px!important}}@media only screen and (max-width:376px){.nfs-vine{height:380px!important}.nfs-dec1{height:160px!important;top:-20px!important}.nfs-dec2{height:140px!important;top:10px!important}.nfc-404{height:320px!important}}
/*# sourceMappingURL=main.0e5722a0.css.map*/