*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{scroll-behavior:smooth}::selection{background:#c471ed4d;color:#333}::-moz-selection{background:#c471ed4d;color:#333}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#ff6b9d,#c471ed);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#c471ed,#f64f59)}button{font-family:inherit}a{color:inherit;text-decoration:none}@media (max-width:768px){.container{padding:0 1rem}}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;box-shadow:0 2px 10px #0000001a;position:fixed;top:0;transition:all .3s ease;width:100%;z-index:1000}.navbar-logo img{cursor:pointer;display:block;height:45px;object-fit:contain;transition:transform .2s ease;width:auto}.navbar-logo img:hover{transform:scale(1.05)}.navbar.scrolled{background:#fffffffa;box-shadow:0 4px 20px #00000026}.navbar-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 2rem}.navbar-logo{cursor:pointer}.logo-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ff6b9d,#c471ed,#f64f59,#12c2e9);-webkit-background-clip:text;background-clip:text;font-size:1.8rem;font-weight:700}.navbar-menu{align-items:center;display:flex;gap:2rem}.navbar-menu a{color:#333;font-weight:500;position:relative;text-decoration:none;transition:color .3s ease}.navbar-menu a:hover{color:#c471ed}.navbar-menu a:after{background:linear-gradient(90deg,#ff6b9d,#c471ed);bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.navbar-menu a:hover:after{width:100%}.navbar-toggle{cursor:pointer;display:none;flex-direction:column;gap:5px}.navbar-toggle span{background:#333;border-radius:3px;height:3px;transition:all .3s ease;width:25px}@media (max-width:768px){.navbar-toggle{display:flex}.navbar-menu{background:#fff;box-shadow:0 10px 27px #0000000d;flex-direction:column;gap:1rem;left:-100%;padding:2rem 0;position:fixed;text-align:center;top:70px;transition:.3s;width:100%}.navbar-menu.active{left:0}.navbar-toggle.active span:first-child{transform:rotate(45deg) translate(8px,8px)}.navbar-toggle.active span:nth-child(2){opacity:0}.navbar-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}}.hero{align-items:center;display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding-top:80px;position:relative}.hero-background{z-index:0}.hero-background,.hero-gradient{height:100%;left:0;position:absolute;top:0;width:100%}.hero-gradient{animation:gradientShift 15s ease infinite;background:linear-gradient(135deg,#ff6b9d1a,#c471ed1a 25%,#f64f591a 50%,#12c2e91a 75%,#ff6b9d1a);background-size:400% 400%}@keyframes gradientShift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.hero-shapes{height:100%;overflow:hidden;position:absolute;width:100%}.shape{animation:float 20s ease-in-out infinite;border-radius:50%;opacity:.3;position:absolute}.shape-1{animation-delay:0s;background:linear-gradient(135deg,#ff6b9d,#c471ed);height:300px;left:10%;top:10%;width:300px}.shape-2{animation-delay:5s;background:linear-gradient(135deg,#c471ed,#f64f59);height:200px;right:15%;top:60%;width:200px}.shape-3{animation-delay:10s;background:linear-gradient(135deg,#f64f59,#12c2e9);bottom:20%;height:250px;left:20%;width:250px}.shape-4{animation-delay:15s;background:linear-gradient(135deg,#12c2e9,#ff6b9d);height:180px;right:30%;top:30%;width:180px}@keyframes float{0%,to{transform:translate(0) rotate(0deg)}33%{transform:translate(30px,-30px) rotate(120deg)}66%{transform:translate(-20px,20px) rotate(240deg)}}.hero-content{max-width:800px;padding:2rem;position:relative;text-align:center;z-index:1}.hero-logo-container{display:flex;justify-content:center;margin-bottom:2rem}.hero-logo{height:150px;position:relative;width:150px}.logo-grid{grid-gap:5px;display:grid;gap:5px;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);height:100%;position:relative;width:100%}.logo-cell{animation:cellPulse 3s ease-in-out infinite;animation:gradientShift 3s ease infinite,cellPulse 3s ease-in-out infinite;background:linear-gradient(135deg,#ff6b9d,#c471ed,#f64f59,#12c2e9);background-size:200% 200%;border-radius:10px}.logo-cell:first-child{animation-delay:0s}.logo-cell:nth-child(2){animation-delay:.1s}.logo-cell:nth-child(3){animation-delay:.2s}.logo-cell:nth-child(4){animation-delay:.3s}.logo-cell:nth-child(5){animation-delay:.4s}.logo-cell:nth-child(6){animation-delay:.5s}.logo-cell:nth-child(7){animation-delay:.6s}.logo-cell:nth-child(8){animation-delay:.7s}.logo-cell:nth-child(9){animation-delay:.8s}@keyframes cellPulse{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}.hero-title{-webkit-text-fill-color:#0000;animation:fadeInUp 1s ease;background:linear-gradient(135deg,#ff6b9d,#c471ed,#f64f59,#12c2e9);-webkit-background-clip:text;background-clip:text;font-size:4.5rem;font-weight:700;margin:1rem 0}.hero-tagline{animation:fadeInUp 1s ease .2s both;color:#333;font-size:1.5rem;font-weight:300;letter-spacing:3px;margin-bottom:1.5rem}.hero-description{animation:fadeInUp 1s ease .4s both;color:#666;font-size:1.2rem;line-height:1.6;margin-bottom:2.5rem}.hero-buttons{animation:fadeInUp 1s ease .6s both;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.btn-secondary{background:#0000;border:2px solid #c471ed;color:#333}.btn-secondary:hover{background:linear-gradient(135deg,#ff6b9d,#c471ed);color:#fff;transform:translateY(-3px)}.hero-scroll-indicator{bottom:30px;left:50%;position:absolute;transform:translateX(-50%);z-index:1}.scroll-arrow{animation:bounce 2s infinite;border-bottom:3px solid #c471ed;border-right:3px solid #c471ed;height:30px;transform:rotate(45deg);width:30px}@keyframes bounce{0%,to{transform:translateY(0) rotate(45deg)}50%{transform:translateY(10px) rotate(45deg)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.hero-title{font-size:3rem}.hero-tagline{font-size:1.2rem}.btn,.hero-description{font-size:1rem}.btn{padding:.8rem 2rem}.hero-logo{height:120px;width:120px}}.about{background:#f8f9fa;padding:100px 0}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.section-header{margin-bottom:4rem;text-align:center}.section-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ff6b9d,#c471ed);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:700;margin-bottom:1rem}.section-subtitle{color:#666;font-size:1.2rem;letter-spacing:2px;text-transform:uppercase}.about-content{margin:0 auto;max-width:900px}.about-text h3{color:#333;font-size:2rem;margin:2rem 0 1rem;padding-left:1.5rem;position:relative}.about-text h3:before{background:linear-gradient(135deg,#ff6b9d,#c471ed);border-radius:3px;content:"";height:30px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:5px}.about-text p{color:#555;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.values-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:3rem}.value-card{background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000001a;padding:2rem;text-align:center;transition:all .3s ease}.value-card:hover{box-shadow:0 10px 30px #c471ed4d;transform:translateY(-10px)}.value-icon{font-size:3rem;margin-bottom:1rem}.value-card h4{color:#333;font-size:1.5rem;margin-bottom:1rem}.value-card p{color:#666;line-height:1.6}@media (max-width:768px){.about{padding:60px 0}.section-title{font-size:2rem}.about-text h3{font-size:1.5rem}.values-grid{grid-template-columns:1fr}}.services{background:#fff;padding:100px 0}.services-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:3rem}.service-card{background:#f8f9fa;border-radius:20px;cursor:pointer;overflow:hidden;padding:3rem 2rem;position:relative;text-align:center;transition:all .4s ease}.service-card:before{background:linear-gradient(135deg,#ff6b9d1a,#c471ed1a);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .4s ease;width:100%}.service-card:hover:before{left:0}.service-card:hover{background:#fff;box-shadow:0 15px 40px #c471ed33;transform:translateY(-10px)}.service-icon{font-size:4rem;margin-bottom:1.5rem;position:relative;transition:transform .3s ease;z-index:1}.service-card:hover .service-icon{transform:scale(1.2) rotate(5deg)}.service-title{color:#333;font-size:1.8rem;margin-bottom:1rem;position:relative;z-index:1}.service-description{color:#666;font-size:1rem;line-height:1.6;position:relative;z-index:1}.service-hover-effect{background:linear-gradient(90deg,#ff6b9d,#c471ed,#f64f59,#12c2e9);bottom:0;height:4px;left:0;position:absolute;transform:scaleX(0);transform-origin:left;transition:transform .4s ease;width:100%}.service-card:hover .service-hover-effect{transform:scaleX(1)}@media (max-width:768px){.services{padding:60px 0}.services-grid{gap:2rem;grid-template-columns:1fr}.service-card{padding:2rem 1.5rem}}.internship{background:#fff;padding:100px 0}.internship-content{margin:0 auto;max-width:1000px}.internship-intro{margin-bottom:4rem;text-align:center}.internship-intro h3{color:#333;font-size:2.5rem;margin-bottom:1.5rem}.internship-intro p{color:#666;font-size:1.2rem;line-height:1.8;margin:0 auto;max-width:800px}.internship-details{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr;margin-bottom:4rem}.benefits-section h3,.tracks-section h3{color:#333;font-size:2rem;margin-bottom:2rem;padding-bottom:1rem;position:relative}.benefits-section h3:after,.tracks-section h3:after{background:linear-gradient(90deg,#ff6b9d,#c471ed);border-radius:2px;bottom:0;content:"";height:4px;left:0;position:absolute;width:60px}.benefits-list{list-style:none;padding:0}.benefit-item{align-items:center;background:#f8f9fa;border-radius:10px;display:flex;margin-bottom:1rem;padding:1rem;transition:all .3s ease}.benefit-item:hover{background:linear-gradient(135deg,#ff6b9d1a,#c471ed1a);transform:translateX(10px)}.benefit-icon{align-items:center;background:linear-gradient(135deg,#ff6b9d,#c471ed);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-weight:700;height:30px;justify-content:center;margin-right:1rem;width:30px}.benefit-item span:last-child{color:#333;font-size:1.1rem}.tracks-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}.track-card{background:linear-gradient(135deg,#ff6b9d0d,#c471ed0d);border-image:linear-gradient(135deg,#ff6b9d,#c471ed) 1;border-left:4px solid;border-radius:15px;padding:2rem;transition:all .3s ease}.track-card:hover{box-shadow:0 5px 20px #c471ed33;transform:translateX(10px)}.track-card h4{color:#333;font-size:1.5rem;margin-bottom:.5rem}.track-card p{color:#666;line-height:1.6}.internship-cta{background:linear-gradient(135deg,#ff6b9d1a,#c471ed1a);border-radius:20px;padding:3rem;text-align:center}.internship-cta p{color:#333;font-size:1.3rem;font-weight:500;margin-bottom:2rem}@media (max-width:968px){.internship-details{gap:3rem;grid-template-columns:1fr}}@media (max-width:768px){.internship{padding:60px 0}.internship-intro h3{font-size:2rem}.internship-intro p{font-size:1rem}.benefits-section h3,.tracks-section h3{font-size:1.5rem}.tracks-grid{grid-template-columns:1fr}.track-card{padding:1.5rem}}.founders{background:#fff;padding:100px 0}.founders-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));margin-top:3rem}.founder-card{align-items:center;background:linear-gradient(135deg,#ff6b9d0d,#c471ed0d);border:2px solid #0000;border-radius:25px;display:flex;gap:2.5rem;padding:3rem;transition:all .4s ease}.founder-card:hover{border-color:#c471ed4d;box-shadow:0 15px 40px #c471ed33;transform:translateY(-10px)}.founder-image{flex-shrink:0}.founder-avatar{align-items:center;background:linear-gradient(135deg,#ff6b9d,#c471ed);border-radius:50%;box-shadow:0 10px 30px #c471ed4d;color:#fff;display:flex;font-size:3.5rem;font-weight:700;height:150px;justify-content:center;transition:all .3s ease;width:150px}.founder-card:hover .founder-avatar{box-shadow:0 15px 40px #c471ed80;transform:scale(1.1)}.founder-content{flex:1 1}.founder-name{color:#333;font-size:2rem;font-weight:600;margin-bottom:.5rem}.founder-title{color:#c471ed;font-size:1.2rem;font-weight:600;letter-spacing:1px;margin-bottom:1rem;text-transform:uppercase}.founder-description{color:#666;font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem}.founder-achievement{align-items:center;background:#fff;border-radius:10px;margin-bottom:1.5rem;padding:1rem}.founder-achievement,.founder-social{display:flex;gap:1rem}.social-link{background:linear-gradient(135deg,#ff6b9d,#c471ed)}.social-link:hover{box-shadow:0 5px 15px #c471ed66}@media (max-width:768px){.founders{padding:60px 0}.founders-grid{gap:2rem;grid-template-columns:1fr}.founder-card{flex-direction:column;padding:2rem;text-align:center}.founder-name{font-size:1.5rem}}.cofounders{background:#f8f9fa;padding:100px 0}.cofounders-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));margin-top:3rem}.cofounder-card{align-items:center;background:#fff;border-radius:25px;box-shadow:0 5px 25px #0000001a;display:flex;gap:2.5rem;padding:3rem;transition:all .4s ease}.cofounder-card:hover{box-shadow:0 15px 40px #c471ed4d;transform:translateY(-10px)}.cofounder-image{flex-shrink:0}.cofounder-avatar{align-items:center;background:linear-gradient(135deg,#f64f59,#12c2e9);border-radius:50%;box-shadow:0 10px 30px #f64f594d;color:#fff;display:flex;font-size:3.5rem;font-weight:700;height:150px;justify-content:center;transition:all .3s ease;width:150px}.cofounder-card:hover .cofounder-avatar{box-shadow:0 15px 40px #f64f5980;transform:scale(1.1)}.cofounder-content{flex:1 1}.cofounder-name{color:#333;font-size:2rem;font-weight:600;margin-bottom:.5rem}.cofounder-title{color:#f64f59;font-size:1.2rem;font-weight:600;letter-spacing:1px;margin-bottom:1rem;text-transform:uppercase}.cofounder-description{color:#666;font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem}.cofounder-achievement{align-items:center;background:linear-gradient(135deg,#f64f591a,#12c2e91a);border-radius:10px;display:flex;gap:1rem;margin-bottom:1.5rem;padding:1rem}.achievement-icon{font-size:1.5rem}.achievement-text{color:#333;font-size:1rem;font-weight:500}.cofounder-social{display:flex;gap:1rem}.social-link{background:linear-gradient(135deg,#f64f59,#12c2e9);border-radius:25px;color:#fff;font-weight:600;padding:.6rem 1.5rem;text-decoration:none;transition:all .3s ease}.social-link:hover{box-shadow:0 5px 15px #f64f5966;transform:translateY(-3px)}@media (max-width:768px){.cofounders{padding:60px 0}.cofounders-grid{gap:2rem;grid-template-columns:1fr}.cofounder-card{flex-direction:column;padding:2rem;text-align:center}.cofounder-name{font-size:1.5rem}}.contact{background:#fff;padding:100px 0}.contact-content{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1.5fr;margin-top:3rem}.contact-info h3{color:#333;font-size:2rem;margin-bottom:1.5rem}.contact-info>p{color:#666;font-size:1.1rem;line-height:1.8;margin-bottom:3rem}.contact-details{display:flex;flex-direction:column;gap:2rem}.contact-item{align-items:start;display:flex;gap:1.5rem}.contact-icon{align-items:center;background:linear-gradient(135deg,#ff6b9d1a,#c471ed1a);border-radius:15px;display:flex;flex-shrink:0;font-size:2rem;height:60px;justify-content:center;width:60px}.contact-item h4{color:#333;font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.contact-item p{color:#666;font-size:1rem;line-height:1.6}.contact-form-container{background:#f8f9fa;border-radius:20px;padding:3rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{position:relative}.form-group input,.form-group textarea{background:#fff;border:2px solid #e0e0e0;border-radius:10px;font-family:inherit;font-size:1rem;padding:1rem 1.5rem;transition:all .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#c471ed;box-shadow:0 0 0 3px #c471ed1a;outline:none}.form-group textarea{min-height:150px;resize:vertical}.btn{align-self:flex-start;border:none;border-radius:50px;cursor:pointer;font-size:1.1rem;font-weight:600;letter-spacing:1px;padding:1rem 2.5rem;text-transform:uppercase;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#ff6b9d,#c471ed);box-shadow:0 4px 15px #c471ed66;color:#fff}.btn-primary:hover{box-shadow:0 6px 20px #c471ed99;transform:translateY(-3px)}@media (max-width:968px){.contact-content{gap:3rem;grid-template-columns:1fr}}@media (max-width:768px){.contact{padding:60px 0}.contact-form-container{padding:2rem}.contact-info h3{font-size:1.5rem}}.footer{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#fff;padding:60px 0 20px}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:3rem}.footer-section h3,.footer-section h4{color:#fff;margin-bottom:1.5rem}.footer-logo{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ff6b9d,#c471ed,#f64f59,#12c2e9);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:700;margin-bottom:.5rem}.footer-tagline{color:#999;font-size:.9rem;letter-spacing:2px;margin-bottom:1rem;text-transform:uppercase}.footer-description{color:#ccc;font-size:.95rem;line-height:1.6}.footer-section h4{color:#fff;font-size:1.2rem;margin-bottom:1.5rem}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:.8rem}.footer-links a{color:#ccc;font-size:.95rem;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#c471ed}.footer-social{display:flex;gap:1.5rem;margin-bottom:2rem}.social-icon{align-items:center;border-radius:50%;display:flex;height:45px;justify-content:center;text-decoration:none;transition:all .3s ease;width:45px}.social-icon.linkedin{background:linear-gradient(135deg,#0077b5,#00a0dc);color:#fff}.social-icon.instagram{background:linear-gradient(135deg,#f09433,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888);color:#fff}.social-icon:hover{box-shadow:0 5px 20px #c471ed66;transform:translateY(-5px) scale(1.1)}.footer-contact{color:#ccc;font-size:.9rem;line-height:1.8}.footer-contact strong{color:#fff}.footer-bottom{border-top:1px solid #ffffff1a;padding-top:2rem;text-align:center}.footer-bottom p{color:#999;font-size:.9rem;margin:0}@media (max-width:768px){.footer{padding:40px 0 20px}.footer-content{gap:2rem;grid-template-columns:1fr}.footer-social{justify-content:center}}.App{overflow-x:hidden;width:100%}*{scroll-behavior:smooth}
/*# sourceMappingURL=main.fd399b9f.css.map*/