body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{margin:0;padding:0;box-sizing:border-box}#root,.App,body,html{height:100%;width:100%;overflow-x:hidden}body{background-color:#000;color:#fff}.App{text-align:center;display:flex;flex-direction:column}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.cafe-homepage{padding:20px;max-width:1200px;margin:0 auto;text-align:center}.cafe-homepage h1{font-size:3rem;margin-bottom:20px}.cafe-homepage p{font-size:1.5rem;color:#fff}.cafe-color-box{width:100px;height:100px;margin:20px auto;transition:background-color .5s ease-in-out}.cafe-color-box.cafe-red{background-color:red}.cafe-color-box.cafe-blue{background-color:#00f}.cafe-button{padding:10px 20px;font-size:1rem;cursor:pointer;transition:background-color .3s ease}.cafe-button:hover{background-color:#ddd}.main-content{position:relative;z-index:3;background-color:#000;width:100%;max-width:100%;margin:0 auto;padding:2rem 5%;box-sizing:border-box}.hero-content{position:relative;z-index:2}.homepage{width:100%;overflow-x:hidden}.hero-section{position:relative;height:100vh;overflow:hidden}.hero-image-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.main-content>*{width:100%;padding-left:5%;padding-right:5%;box-sizing:border-box}.main-content .section-heading{font-weight:700;font-size:2.5rem;margin-bottom:1.5rem;color:#333}.main-content #menu-section .section-heading{color:#8b4513}.main-content #about-section .section-heading{color:#2f4f4f}.header{background-color:#000;color:#fff;padding:1.5rem .05rem}.header-content{justify-content:space-between;width:100%}.header-content,.logo-container{display:flex;align-items:center}.navigation ul{display:flex;list-style-type:none}.navigation li{display:flex;align-items:center;margin:0 1rem;font-size:1.4rem;transition:font-size .3s ease-in-out,font-weight .3s ease-in-out}.navigation a{color:#fff;text-decoration:none}.navigation li:hover a{font-size:1.4rem;font-weight:700}.join-button{background-color:#0fc;color:#000;border:none;padding:.5rem 1rem;border-radius:5px;cursor:pointer}.hero-image{position:absolute;right:0;top:150px;width:50%;height:400px}.hero-section{display:flex;justify-content:space-between;align-items:center;padding:5rem 0;grid-gap:2rem;gap:2rem}.hero-text h1{font-size:3rem;margin-bottom:.5rem}.hero-text h2{color:#0fc;font-size:2rem}.hero-text h2,.hero-text p{margin-bottom:1rem}.slideshow-container{width:100%;height:100%;position:relative}.slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 2s ease-in-out}.slide.active{opacity:1}.slide img{width:100%;height:100%;object-fit:cover}@media (max-width:329px){.header-content{padding:.2rem}.header-content,.navigation ul{flex-direction:column;align-items:flex-start}.navigation li{margin:.2rem 0;font-size:.8rem}.join-button{display:none}.hero-section{flex-direction:column;padding:.1rem .5rem;text-align:center}.hero-text h1{font-size:.8rem}.hero-text h2{font-size:.5rem}.hero-text p{font-size:.4rem}.hero-image{width:100%;height:auto;position:relative;top:0}}@media (min-width:330px) and (max-width:450px){.header-content{padding:.5rem}.header-content,.navigation ul{flex-direction:column;align-items:flex-start}.navigation li{margin:.4rem 0;font-size:.9rem}.join-button{display:none}.hero-section{flex-direction:column;padding:1rem .5rem;text-align:center}.hero-text h1{font-size:1.5rem}.hero-text h2{font-size:1.1rem}.hero-text p{font-size:.9rem}.hero-image{width:100%;height:auto;position:relative;top:0}}@media (min-width:451px) and (max-width:1024px){.header-content,.navigation ul{flex-direction:column;align-items:flex-start}.navigation ul{width:100%}.navigation li{margin:.5rem 0;font-size:1.3rem}.join-button{padding:.5rem 1.5rem;font-size:1rem}.hero-section{flex-direction:column;text-align:center;padding:3rem 1rem}.hero-text h1{font-size:2.5rem}.hero-text h2{font-size:2rem}.hero-image{width:80%;height:auto;position:relative;top:0;margin-top:2rem}}.banner{background-color:#333;color:#fff;padding:0;text-align:center;display:flex;justify-content:center;align-items:center}.brand-name{font-size:2rem;font-weight:700}.logo{margin-right:150px;width:200px;height:auto;padding:0}@media (max-width:379px){.banner{flex-direction:column;padding:.3rem}.logo{width:120px;margin-right:0;margin-bottom:.2rem}.brand-name{font-size:1rem;text-align:center}}@media (min-width:380px) and (max-width:450px){.banner{flex-direction:column;padding:.5rem}.logo{width:120px;margin-right:0;margin-bottom:.2rem}.brand-name{font-size:1.2rem;text-align:center}}.locations{display:flex;flex-direction:column}.location-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding:15px;border-radius:10px;background-color:#222}.location-info{flex:1 1;font-size:1.5rem;color:#0fc}.location-image{width:150px;height:auto;margin-left:20px;border-radius:8px}.locations-section h2{font-size:2rem;color:#fff;margin-bottom:1rem;font-weight:700;position:sticky;top:0;background-color:#000;padding:1rem 0;z-index:10;text-align:left}@media (max-width:600px){.location-item,.locations{flex-direction:column}.location-item{text-align:center;margin-bottom:15px;padding:10px}.location-image{width:300px;margin:10px 0 0}.locations-section h2{font-size:1.5rem}.location-info p{font-size:.9rem}}@media (min-width:601px) and (max-width:1024px){.locations{flex-direction:column}.location-item{flex-direction:row;justify-content:space-between}.location-image{width:130px}.locations-section h2{font-size:1.75rem}.location-info p{font-size:1rem}}.classes{display:flex;flex-direction:column}.class-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding:15px;border-radius:10px;background-color:#222}.class-info{flex:1 1;font-size:1.5rem;color:#0fc}.class-image{width:150px;height:auto;margin-left:20px;border-radius:8px}.classes-section h2{font-size:2rem;color:#fff;margin-bottom:1rem;font-weight:700;position:sticky;top:0;background-color:#000;padding:1rem 0;z-index:10;text-align:left}@media (max-width:600px){.class-item,.classes{flex-direction:column}.class-info,.class-item{text-align:center}.class-info{font-size:1.2rem}.class-image{width:200px;margin:10px 0}.classes-section h2{font-size:1.5rem}}@media (min-width:601px) and (max-width:1024px){.classes{flex-direction:column}.class-item{flex-direction:row;justify-content:space-between}.class-info{font-size:1.4rem}.class-image{width:120px}.classes-section h2{font-size:1.75rem}}.about-us-section{padding:1rem 2rem}.about-us-heading,.about-us-section{background-color:#000;color:#fff;text-align:left}.about-us-heading{font-size:2rem;margin-bottom:1rem;font-weight:700;position:sticky;top:0;padding:1rem 0;z-index:10}.about-us-subheading{font-size:1.5rem;color:#0fc;margin-bottom:1rem;font-weight:700;padding-left:20px}.about-us-all,.about-us-item{background-color:#222;border-radius:8px;padding:1rem;color:#fff;font-size:1.5rem;margin-bottom:2rem;box-shadow:0 2px 4px hsla(0,0%,100%,.1)}.about-us-philosophy{margin-top:2rem}.about-us-list,.about-us-philosophy{box-shadow:0 2px 4px hsla(0,0%,100%,.1)}.about-us-list{background-color:#222;border-radius:8px;padding:1rem;margin-bottom:1rem;color:#fff;font-size:1.5rem;list-style-type:none}.about-us-list li{margin-bottom:.5rem}.contact-section{padding:1rem 2rem}.contact-heading,.contact-section{background-color:#000;color:#fff;text-align:left}.contact-heading{font-size:2rem;margin-bottom:1rem;font-weight:700;padding:1rem 0}.contact-messenger-links{margin-bottom:1.5rem}.messenger-link{display:flex;align-items:center;justify-content:flex-start;margin-bottom:1rem;padding-left:25px}.messenger-link a{color:#fff;text-decoration:none;font-weight:400;flex-grow:1;font-size:1.5rem}.messenger-link a:hover{font-weight:700;font-size:1.7rem}.messenger-link img{width:50px;height:50px;margin-left:.25rem;transition:transform .3s ease}.messenger-link img:hover{transform:scale(1.2)}.messenger-divider{border:0;height:1px;background-color:#444;margin-bottom:1.5rem}.contact-submit-container{display:flex;justify-content:center;margin-top:1rem}.submit-btn{background-color:#0fc;color:#000;padding:.75rem 1.5rem;border:none;border-radius:12px;font-size:1.1rem;cursor:pointer}.submit-btn:hover{background-color:#00e6b3}.review-section{padding:1rem 2rem}.review-section,.review-section h2{background-color:#000;color:#fff;text-align:left}.review-section h2{font-size:2rem;margin-bottom:1rem;font-weight:700;position:sticky;top:0;padding:1rem 0;z-index:10}.item-list{display:flex;flex-wrap:wrap;justify-content:space-between}.review-item{background-color:#000;border-radius:8px;box-shadow:0 2px 4px hsla(0,0%,100%,.1);padding:1rem;margin-bottom:1rem;width:calc(33.333% - 1rem);color:#fff;text-align:left}.review-item h3{font-size:1.5rem;color:#0fc;margin-bottom:.5rem}.review-item p{font-size:1rem;color:#fff}.review-heading{font-size:1.5em;text-decoration:underline;margin-bottom:10px}
/*# sourceMappingURL=main.b5ec5f63.chunk.css.map */