body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}body{background-color:#000;color:#fff;font-family:Inter,sans-serif;margin:0;overflow-x:hidden}header{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#000000f2;display:flex;justify-content:space-between;left:0;padding:1.5rem 3rem;position:fixed;right:0;top:0;z-index:1000}.logo img{height:45px}nav a.active{color:#8c1c25;font-weight:700}header nav a{color:#fff;font-size:1rem;font-weight:500;margin:0 2rem;text-decoration:none;transition:color .3s ease}header nav a:hover{color:#8c1c25}.btn-appweb{background-color:#8c1c25;border:none;border-radius:25px;box-shadow:0 4px 15px #8c1c2566;color:#fff;cursor:pointer;display:inline-block;font-size:16px;font-weight:600;padding:12px 28px;text-decoration:none;transition:all .3s ease}nav a.router-link-active{color:#8c1c25;font-weight:700}.btn-appweb:hover{background-color:#590e0e;box-shadow:0 6px 20px #8c1c2599;transform:translateY(-2px)}.carousel-container{height:70vh;margin-top:80px;overflow:hidden;position:relative;width:100%}.carousel-slide,.carousel-wrapper{height:100%;position:relative;width:100%}.carousel-slide{animation:fadeIn 1s ease-in-out;display:none}.carousel-slide.active{display:block}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes gentle-pulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}@keyframes float-gently{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes float-sideways{0%,to{transform:translateX(0)}50%{transform:translateX(8px)}}.carousel-image{filter:brightness(.7);height:100%;object-fit:cover;width:100%}.carousel-slide:before{background:linear-gradient(135deg,#590e0e99,#8c1c2566);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.carousel-info{color:#fff;left:50%;max-width:900px;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);width:90%;z-index:2}.carousel-info h3{color:#fff;font-size:4rem;font-weight:800;line-height:1.2;margin:0 0 1rem;text-shadow:0 4px 20px #00000080}.carousel-info p{color:#fffffff2;font-size:1.5rem;font-weight:300;margin:0 0 2rem;text-shadow:0 2px 10px #00000080}.carousel-dots{bottom:40px;display:flex;gap:12px;justify-content:center;left:50%;position:absolute;transform:translateX(-50%);z-index:3}.dot{animation:gentle-pulse 3s ease-in-out infinite;background-color:#fff6;border:2px solid #0000;border-radius:50%;cursor:pointer;height:10px;transition:all .3s ease;width:10px}.dot:hover{background-color:#ffffffb3}.dot.active{background-color:#8c1c25;box-shadow:0 0 15px #8c1c25cc;height:12px;width:12px}.section-divider{height:120px;overflow:hidden;position:relative}.section-divider .circle{animation:float-gently 6s ease-in-out infinite;border-radius:50%;opacity:.5;position:absolute}.section-divider .circle-1{animation-delay:0s;background-color:#590e0e;height:80px;left:15%;top:20px;width:80px}.section-divider .circle-2{animation-delay:1.5s;background-color:#8c1c25;height:50px;left:35%;top:50px;width:50px}.section-divider .circle-3{animation:float-sideways 5s ease-in-out infinite;animation-delay:3s;background-color:#ffffff4d;height:60px;right:35%;top:15px;width:60px}.section-divider .circle-4{animation-delay:4.5s;background-color:#590e0e;height:90px;right:12%;top:35px;width:90px}.section-title{font-family:Inter,sans-serif;font-size:2rem;font-weight:700;padding:3rem 2rem 2rem;text-align:center}.concerts{align-items:stretch;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;padding:2rem 3rem}.concert-card{background-color:#111;border-radius:20px;box-shadow:0 8px 25px #00000080;display:flex;flex-direction:column;height:340px;overflow:hidden;transition:all .4s ease;width:260px}.concert-card img{aspect-ratio:16/9;flex-shrink:0;object-fit:cover;width:100%}.concert-card div{display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:1rem}.concert-card strong{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.concert-card div{line-height:1.3}.concert-card:hover{box-shadow:0 15px 40px #8c1c2599;transform:translateY(-10px)}.testimonial-title{background:linear-gradient(135deg,#590e0e,#8c1c25);box-shadow:0 4px 20px #8c1c254d;font-size:2rem;font-weight:700;margin-top:4rem;padding:1.5rem;position:relative;text-align:center}.testimonials-container{display:flex;flex-wrap:wrap;gap:2.5rem;justify-content:center;margin-top:3rem;padding:2rem 3rem}.testimonial-card{background-color:#fff;border-radius:25px;box-shadow:0 10px 30px #0000004d;color:#000;display:flex;flex-direction:column;gap:1rem;padding:2rem;text-align:left;transition:all .4s ease;width:300px}.testimonial-card:hover{box-shadow:0 20px 50px #8c1c2566;transform:translateY(-12px)}.testimonial-card img{border-radius:18px;height:220px;object-fit:cover;width:100%}.testimonial-card p{font-size:1rem;line-height:1.6}.testimonial-card.highlighted{background:linear-gradient(135deg,#590e0e,#8c1c25);color:#fff}.video-section{align-items:center;display:flex;gap:3rem;margin:3rem auto;max-width:1400px;padding:3rem;position:relative}.video-section.video-left{flex-direction:row}.video-section.video-right{flex-direction:row-reverse}.video-media{flex:1 1;min-width:0}.video-media iframe{border:none;border-radius:25px;height:400px;width:100%}.video-content{background-color:#fff;border-radius:25px;box-shadow:0 10px 40px #0003;color:#000;flex:1 1;padding:3rem}.video-content h3{color:#000;font-size:2rem;font-weight:700;margin-bottom:1.5rem}.video-content p{color:#333;font-size:1.1rem;line-height:1.7}.email-signup-section{background:linear-gradient(135deg,#8c1c25,#590e0e);margin-top:4rem;overflow:hidden;padding:4rem 3rem;position:relative;text-align:center}.email-signup-section:before{background:#0000;content:"";height:100px;left:0;position:absolute;right:0;top:-50px}.email-signup-content{margin:0 auto;max-width:800px;position:relative;z-index:2}.email-signup-content h2{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.email-signup-content p{color:#fffffff2;font-size:1.2rem;line-height:1.6;margin-bottom:2rem}.signup-form{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.signup-form input[type=email]{padding:1rem 1.5rem;width:320px}.signup-form button,.signup-form input[type=email]{border:none;border-radius:30px;box-shadow:0 4px 15px #0003;font-size:1rem}.signup-form button{background-color:#fff;color:#8c1c25;cursor:pointer;font-weight:700;padding:1rem 2.5rem;transition:all .3s ease}.signup-form button:hover{background-color:#f5f5f5;box-shadow:0 6px 20px #0000004d;transform:translateY(-2px)}.signup-circles{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.signup-circles .circle{animation:float-gently 6s ease-in-out infinite;border-radius:50%;opacity:.3;position:absolute}.signup-circles .circle-1{animation-delay:.5s;background-color:#000;height:100px;left:5%;top:10%;width:100px}.signup-circles .circle-2{animation:float-sideways 7s ease-in-out infinite;animation-delay:2s;background-color:#000;bottom:20%;height:60px;left:15%;width:60px}.signup-circles .circle-3{animation-delay:3.5s;background-color:#000;height:80px;right:10%;top:15%;width:80px}.signup-circles .circle-4{animation-delay:5s;background-color:#000;bottom:25%;height:50px;right:20%;width:50px}footer{background-color:#1a1a1a;color:#fff;margin-top:0;padding:3rem 3rem 2rem}.footer-container{margin:0 auto;max-width:1400px}.footer-columns{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-bottom:2rem}.footer-column h4{color:#fff;font-size:1rem;font-weight:700;margin-bottom:1rem}.footer-column ul{list-style:none;margin:0;padding:0}.footer-column ul li{margin-bottom:.6rem}.footer-column ul li a{color:#ccc;font-size:.9rem;text-decoration:none;transition:color .3s ease}.footer-column ul li a:hover{color:#8c1c25}.footer-bottom{align-items:center;border-top:1px solid #333;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;padding-top:1.5rem}.footer-bottom p{color:#999;font-size:.85rem;margin:0}.footer-social{display:flex;gap:1.5rem}.footer-social a{align-items:center;background-color:#333;border-radius:50%;display:flex;height:35px;justify-content:center;transition:all .3s ease;width:35px}.footer-social a:hover{background-color:#8c1c25;transform:translateY(-3px)}.footer-social a img{filter:brightness(0) invert(1);height:18px;width:18px}@media (max-width:768px){header{padding:1rem 1.5rem}header nav a{font-size:.9rem;margin:0 1rem}.carousel-info h3{font-size:2.5rem}.carousel-info p{font-size:1.2rem}.section-title,.testimonial-title{font-size:1.5rem}.carousel-container{height:50vh}.email-signup-content h2{font-size:1.8rem}.email-signup-content p{font-size:1rem}.signup-form input[type=email]{max-width:320px;width:100%}.footer-columns{gap:2rem;grid-template-columns:repeat(2,1fr)}.footer-bottom{flex-direction:column;text-align:center}.video-section{flex-direction:column!important;padding:2rem 1.5rem}.video-media iframe{height:250px}.video-content{padding:2rem}.video-content h3{font-size:1.5rem}.video-content p{font-size:1rem}}.logo img{height:75px;width:auto}
/*# sourceMappingURL=main.aa6ea678.css.map*/