*{font-family:Poppins,sans-serif}#root,*,body{margin:0;padding:0}#root,body{overflow-x:hidden;width:100%}.hero{background-position:50%;background-size:cover;color:#fff;display:flex;flex-direction:column;height:100vh;position:relative}.hero:before{background:#0009;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.navbar{justify-content:space-between;padding:20px 40px;position:relative;z-index:2}.logo,.navbar{align-items:center;display:flex}.logo{gap:10px}.logo img{width:95px}.nav-links{display:flex;gap:30px;list-style:none}.nav-links li{cursor:pointer;transition:.3s}.nav-links li:hover{color:#00d4ff}.lang-btn{background:#fff3;border:none;border-radius:20px;color:#fff;cursor:pointer;padding:8px 16px}.hero-content{animation:fadeUp 1s ease forwards;margin-top:100px;padding:0 20px;position:relative;text-align:center;z-index:2}.badge{background:#fff3;border-radius:20px;display:inline-block;font-size:14px;margin-bottom:20px;padding:8px 16px}.hero-content h1{font-size:60px;margin-bottom:20px}.hero-content span{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#00d4ff,#ff00c8);-webkit-background-clip:text}.subtext{margin:auto auto 30px;max-width:600px}.cta-btn{background:linear-gradient(90deg,#00d4ff,#ff00c8);border:none;border-radius:30px;color:#fff;cursor:pointer;font-size:16px;padding:14px 28px;transition:.3s}.cta-btn:hover{transform:scale(1.05)}.stats{display:flex;gap:40px;justify-content:center;margin-top:50px}.stats h3{font-size:24px}@media (max-width:768px){.navbar{padding:16px 24px}.nav-links{font-size:14px;gap:16px}.logo img{width:70px}.hero-content{margin-top:60px}.hero-content h1{font-size:40px}.subtext{font-size:14px}.stats{gap:24px}.stats h3{font-size:20px}}@media (max-width:480px){.navbar{flex-direction:column;gap:12px;padding:16px}.nav-links{font-size:13px;gap:12px}.hero-content{margin-top:40px}.hero-content h1{font-size:28px}.badge{font-size:12px}.subtext{font-size:13px}.cta-btn{font-size:14px;padding:12px 22px}.stats{align-items:center;flex-direction:column;gap:16px}.stats h3{font-size:18px}}*{box-sizing:border-box}.events{background:#0f0f1a;padding:80px 40px;text-align:center}.events h2{color:#fff;font-size:40px;margin-bottom:12px}.underline{background:linear-gradient(90deg,#00d4ff,#ff00c8);border-radius:2px;height:4px;margin:0 auto 50px;width:60px}.events-grid{display:flex;flex-direction:row;flex-wrap:wrap;gap:24px;justify-content:center;margin:0 auto;max-width:1200px}@media (max-width:768px){.events{padding:60px 24px}.events h2{font-size:30px}}@media (max-width:480px){.events{padding:40px 16px}.events h2{font-size:24px}}.event-card{animation:fadeUp .6s ease forwards;background:#1a1a2e;border-radius:16px;flex-grow:1;flex-shrink:0;opacity:0;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;width:300px}.event-card:hover{box-shadow:0 20px 40px #00d4ff26;transform:translateY(-8px)}.card-image{height:180px;position:relative;width:100%}.card-image img{height:100%;object-fit:cover;width:100%}.category-badge{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#fff3;font-size:12px;right:12px;top:12px}.category-badge,.price-badge{border-radius:20px;color:#fff;padding:4px 12px;position:absolute}.price-badge{background:linear-gradient(90deg,#00d4ff,#ff00c8);bottom:12px;font-size:13px;font-weight:600;left:12px}.card-body{padding:16px}.card-body h3{color:#fff;font-size:18px;margin-bottom:8px;text-align:left}.card-description{line-height:1.5;margin-bottom:12px}.card-description,.card-info{color:#aaa;font-size:13px;text-align:left}.card-info{display:flex;flex-direction:column;gap:4px;margin-bottom:16px}.card-info p{align-items:center;display:flex;gap:6px}.icon{height:16px;width:16px}.book-btn{background:linear-gradient(90deg,#00d4ff,#ff00c8);border:none;border-radius:30px;color:#fff;cursor:pointer;font-family:Poppins,sans-serif;font-size:15px;padding:12px;transition:.3s;width:100%}.book-btn:hover{transform:scale(1.03)}.event-card:first-child{animation-delay:.1s}.event-card:nth-child(2){animation-delay:.2s}.event-card:nth-child(3){animation-delay:.3s}.event-card:nth-child(4){animation-delay:.4s}.event-card:nth-child(5){animation-delay:.5s}.event-card:nth-child(6){animation-delay:.6s}@media (max-width:768px){.event-card{width:calc(50% - 12px)}}@media (max-width:480px){.event-card{width:100%}}.categories{background:#0d0d1f;padding:80px 40px;text-align:center}.categories h2{color:#fff;font-size:40px;margin-bottom:12px}.underline-cat{background:linear-gradient(90deg,#00d4ff,#ff00c8);border-radius:2px;height:4px;margin:0 auto 50px;width:60px}.categories-grid{border:2px solid #1a1a5e;border-radius:20px;display:flex;flex-direction:row;flex-wrap:wrap;gap:40px;justify-content:center;margin:0 auto;max-width:1100px;padding:40px}.category-card{align-items:center;animation:fadeUp .6s ease forwards;cursor:pointer;display:flex;flex-direction:column;gap:12px;opacity:0;transition:transform .3s ease;width:140px}.category-icon img{object-fit:cover}.category-card:hover{transform:translateY(-8px)}.category-card:hover .category-icon img{animation:bounce .5s ease infinite alternate}.category-icon{align-items:center;border-radius:20px;display:flex;height:90px;justify-content:center;transition:box-shadow .3s ease;width:90px}.category-card:hover .category-icon{box-shadow:0 0 20px #00d4ff66}.category-icon img{border-radius:20px;height:90px;object-fit:contain;width:90px}.category-card h3{color:#fff;font-size:16px;font-weight:600;margin:0}.category-card p{color:#aaa;font-size:13px;margin:0}.category-card:first-child{animation-delay:.1s}.category-card:nth-child(2){animation-delay:.2s}.category-card:nth-child(3){animation-delay:.3s}.category-card:nth-child(4){animation-delay:.4s}.category-card:nth-child(5){animation-delay:.5s}@keyframes bounce{0%{transform:translateY(0)}to{transform:translateY(-6px)}}@media (max-width:768px){.categories{padding:60px 24px}.categories h2{font-size:30px}.categories-grid{gap:20px;padding:24px}.category-card{width:100px}.category-icon,.category-icon img{height:70px;width:70px}}@media (max-width:480px){.categories h2{font-size:24px}.categories-grid{gap:16px;padding:16px}.category-card{width:80px}.category-icon,.category-icon img{height:60px;width:60px}}.why{background:#0d0d1f;padding:80px 40px;text-align:center}.why h2{color:#fff;font-size:40px;margin-bottom:12px}.why-subtext{color:#aaa;font-size:15px;margin-bottom:12px}.why-underline{background:linear-gradient(90deg,#00d4ff,#ff00c8);border-radius:2px;height:4px;margin:0 auto 50px;width:60px}.why-grid{display:flex;flex-wrap:wrap;gap:24px;justify-content:center;margin:0 auto 40px;max-width:900px}.why-card{animation:fadeUp .6s ease forwards;background:#1a1a2e;border-radius:16px;box-sizing:border-box;opacity:0;padding:30px;text-align:left;transition:transform .3s ease,box-shadow .3s ease;width:calc(50% - 12px)}.why-card:hover{box-shadow:0 16px 40px #00d4ff1a;transform:translateY(-6px)}.why-icon{height:60px;margin-bottom:20px;width:60px}.why-icon img{border-radius:14px;height:60px;object-fit:cover;width:60px}.why-card h3{color:#fff;font-size:18px;margin-bottom:8px}.why-card p{color:#aaa;font-size:14px;line-height:1.5}.why-card:first-child{animation-delay:.1s}.why-card:nth-child(2){animation-delay:.2s}.why-card:nth-child(3){animation-delay:.3s}.why-card:nth-child(4){animation-delay:.4s}.why-stats{display:flex;flex-wrap:wrap;gap:24px;justify-content:center;margin:0 auto;max-width:900px}.stat-card{animation:fadeUp .6s ease forwards;animation-delay:.5s;background:#1a1a2e;border-radius:16px;box-sizing:border-box;opacity:0;padding:24px 40px;transition:transform .3s ease;width:calc(25% - 18px)}.stat-card:hover{transform:translateY(-4px)}.stat-card h3{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#00d4ff,#ff00c8);-webkit-background-clip:text;font-size:28px;margin-bottom:6px}.stat-card p{color:#aaa;font-size:13px}@media (max-width:768px){.why{padding:60px 24px}.why h2{font-size:30px}.why-card{width:100%}.stat-card{width:calc(50% - 12px)}}@media (max-width:480px){.why h2{font-size:24px}.stat-card{width:100%}}.booking{background:#0a0a1a;padding:80px 40px;text-align:center}.booking h2{color:#fff;font-size:40px;margin-bottom:12px}.booking-underline{background:linear-gradient(90deg,#00d4ff,#ff00c8);border-radius:2px;height:4px;margin:0 auto 50px;width:60px}.booking-form{animation:fadeUp .6s ease forwards;background:linear-gradient(135deg,#1a1a3e,#0d0d2e);border-radius:20px;box-shadow:0 0 60px #6400c833;gap:20px;margin:0 auto;max-width:500px;opacity:0;padding:40px}.booking-form,.form-group{display:flex;flex-direction:column}.form-group{gap:8px;text-align:left}.form-group label{color:#fff;font-size:14px;font-weight:500}.form-group input,.form-group select{background:#ffffff12;border:1px solid #ffffff1a;border-radius:10px;color:#fff;font-family:Poppins,sans-serif;font-size:14px;outline:none;padding:14px 16px;transition:border .3s ease}.form-group input::placeholder{color:#aaa}.form-group input:focus,.form-group select:focus{border-color:#00d4ff}.form-group select option{background:#1a1a3e;color:#fff}.booking-btn{background:linear-gradient(90deg,#00d4ff,#ff00c8);border:none;border-radius:30px;color:#fff;cursor:pointer;font-family:Poppins,sans-serif;font-size:16px;font-weight:600;margin-top:10px;padding:14px;transition:.3s;width:100%}.booking-btn:hover{box-shadow:0 8px 24px #00d4ff4d;transform:scale(1.03)}@media (max-width:768px){.booking{padding:60px 24px}.booking h2{font-size:30px}.booking-form{padding:30px 24px}}@media (max-width:480px){.booking h2{font-size:24px}.booking-form{padding:24px 16px}}.newsletter{background:linear-gradient(135deg,#0a0a1a,#1a0a2e);padding:80px 40px;text-align:center}.newsletter h2{color:#fff;font-size:40px;margin-bottom:12px}.newsletter-subtext{color:#aaa;font-size:15px;margin-bottom:30px}.newsletter-form{align-items:center;animation:fadeUp .6s ease forwards;background:#ffffff12;border:1px solid #ffffff26;border-radius:50px;display:flex;justify-content:center;margin:0 auto 12px;max-width:500px;opacity:0;padding:6px 6px 6px 20px}.newsletter-form input{background:#0000;border:none;color:#fff;flex:1 1;font-family:Poppins,sans-serif;font-size:14px;outline:none}.newsletter-form input::placeholder{color:#aaa}.newsletter-form button{background:linear-gradient(90deg,#00d4ff,#ff00c8);border:none;border-radius:50px;color:#fff;cursor:pointer;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;padding:12px 24px;transition:.3s;white-space:nowrap}.newsletter-form button:hover{transform:scale(1.05)}.newsletter-privacy{color:#777;font-size:12px;margin-bottom:40px}.newsletter-stats{display:flex;gap:60px;justify-content:center;margin-top:20px}.newsletter-stats h3{color:#fff;font-size:24px;font-weight:700;margin-bottom:4px}.newsletter-stats p{color:#aaa;font-size:13px}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.newsletter{padding:60px 24px}.newsletter h2{font-size:30px}.newsletter-stats{gap:30px}}@media (max-width:480px){.newsletter h2{font-size:24px}.newsletter-form{border-radius:16px;flex-direction:column;gap:12px;padding:16px}.newsletter-form button{width:100%}.newsletter-stats{gap:20px}}.preloader{align-items:center;background:#0d0d1f;display:flex;flex-direction:column;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.spinner{animation:spin .8s linear infinite;border:4px solid #ffffff1a;border-radius:50%;border-top-color:#00d4ff;height:50px;margin-bottom:20px;width:50px}.preloader p{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#00d4ff,#ff00c8);-webkit-background-clip:text;color:#fff;font-size:22px;font-weight:600}@keyframes spin{to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.0211ff97.css.map*/