*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0f172a;color:#e2e8f0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{scroll-behavior:smooth}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#1e293b}::-webkit-scrollbar-thumb{background:#3b82f6;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#2563eb}.App{min-height:100vh;text-align:center}.App,.section{position:relative}.section{margin:0 auto;max-width:1200px;padding:100px 20px;z-index:1}.section-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#60a5fa);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:800;letter-spacing:2px;margin-bottom:1rem;text-transform:uppercase}.section-subtitle{color:#94a3b8;font-size:1.2rem;margin-bottom:4rem;margin-left:auto;margin-right:auto;max-width:600px}@media (max-width:768px){.section{padding:60px 20px}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172a80;left:0;padding:1.5rem 2rem;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.navbar.scrolled{background:#0f172af2;box-shadow:0 4px 30px #3b82f61a;padding:1rem 2rem}.navbar-container{justify-content:space-between;margin:0 auto;max-width:1400px}.navbar-container,.navbar-logo{align-items:center;display:flex}.navbar-logo{cursor:pointer;font-size:2rem;font-weight:800;gap:0}.logo-image{height:40px;transition:transform .3s ease}.logo-image:hover{transform:scale(1.05)}.navbar-menu{align-items:center;display:flex;gap:2rem}.nav-link{background:none;border:none;color:#cbd5e1;cursor:pointer;font-size:1rem;font-weight:500;padding:.5rem 0;position:relative;text-decoration:none;transition:all .3s ease}.nav-link:after{background:linear-gradient(90deg,#3b82f6,#60a5fa);bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link:hover{color:#3b82f6}.nav-link:hover:after{width:100%}.menu-toggle{background:none;border:none;color:#e2e8f0;cursor:pointer;display:none;font-size:1.5rem;z-index:1001}@media (max-width:768px){.navbar-menu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172afa;box-shadow:-10px 0 30px #00000080;flex-direction:column;gap:3rem;height:100vh;justify-content:center;position:fixed;right:-100%;top:0;transition:right .3s ease;width:70%}.navbar-menu.active{right:0}.menu-toggle{display:block}.nav-link{font-size:1.5rem}}.hero{align-items:center;display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:120px 20px 80px;position:relative}.hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;max-width:1400px;width:100%;z-index:1}.hero-text{text-align:left}.hero-title{color:#e2e8f0;font-size:4rem;font-weight:900;line-height:1.2;margin-bottom:1.5rem}.gradient-text{-webkit-text-fill-color:#0000;animation:gradient-shift 3s ease infinite;background:linear-gradient(135deg,#3b82f6,#60a5fa 50%,#93c5fd);-webkit-background-clip:text;background-clip:text;background-size:200% 200%}@keyframes gradient-shift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.hero-subtitle{color:#cbd5e1;font-size:1.8rem;font-weight:600;margin-bottom:1rem}.hero-description{color:#94a3b8;font-size:1.2rem;line-height:1.6;margin-bottom:2.5rem}.hero-features{display:flex;flex-wrap:wrap;gap:2rem;margin-bottom:3rem}.feature-item{align-items:center;color:#cbd5e1;display:flex;font-size:1rem;gap:.5rem}.feature-icon{color:#3b82f6;font-size:1.5rem}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}.btn-primary,.btn-secondary{border:none;border-radius:50px;cursor:pointer;display:inline-block;font-size:1.1rem;font-weight:600;padding:1rem 2.5rem;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 10px 30px #3b82f64d;color:#fff}.btn-primary:hover{box-shadow:0 15px 40px #3b82f666;transform:translateY(-3px)}.btn-secondary{background:#0000;border:2px solid #3b82f6;color:#3b82f6}.btn-secondary:hover{background:#3b82f61a;transform:translateY(-3px)}.hero-visual{height:500px;position:relative}.floating-card{align-items:center;animation:float 3s ease-in-out infinite;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#3b82f61a,#2563eb0d);border:1px solid #3b82f633;border-radius:20px;box-shadow:0 10px 30px #3b82f61a;display:flex;flex-direction:column;gap:.5rem;padding:1.5rem 2rem;position:absolute}.card-icon{font-size:3rem}.card-text{color:#cbd5e1;font-size:1rem;font-weight:600}.card-1{animation-delay:0s;left:10%;top:10%}.card-2{animation-delay:.5s;right:15%;top:15%}.card-3{animation-delay:1s;bottom:20%;left:5%}.card-4{animation-delay:1.5s;bottom:15%;right:10%}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.scroll-indicator{bottom:40px;left:50%;position:absolute;transform:translateX(-50%)}.mouse{animation:scroll 2s ease-in-out infinite;border:2px solid #3b82f6;border-radius:20px;height:50px;position:relative;width:30px}.mouse:before{animation:scroll-wheel 2s ease-in-out infinite;background:#3b82f6;border-radius:3px;content:"";height:10px;left:50%;position:absolute;top:10px;transform:translateX(-50%);width:6px}@keyframes scroll{0%,to{opacity:.5}50%{opacity:1}}@keyframes scroll-wheel{0%{opacity:1;top:10px}to{opacity:0;top:25px}}@media (max-width:1024px){.hero-content{gap:2rem;grid-template-columns:1fr}.hero-text{text-align:center}.hero-title{font-size:3rem}.hero-subtitle{font-size:1.5rem}.hero-buttons,.hero-features{justify-content:center}.hero-visual{height:400px}}@media (max-width:768px){.hero{padding:100px 20px 60px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.3rem}.hero-description{font-size:1rem}.hero-visual{height:300px}.floating-card{padding:1rem 1.5rem}.card-icon{font-size:2rem}.card-text{font-size:.9rem}}.about-section{background:linear-gradient(180deg,#0f172a,#1e293b)}.about-content{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.about-text{text-align:left}.about-heading{color:#e2e8f0;font-size:2rem;font-weight:700;margin-bottom:1.5rem}.about-description{color:#94a3b8;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.highlight{color:#3b82f6;font-weight:600}.about-values{display:flex;flex-direction:column;gap:2rem;margin-top:3rem}.value-item{align-items:start;display:flex;gap:1.5rem}.value-number{color:#3b82f6;font-size:2.5rem;font-weight:900;line-height:1;opacity:.3}.value-content h4{color:#cbd5e1;font-size:1.3rem;margin-bottom:.5rem}.value-content p{color:#94a3b8;font-size:1rem;line-height:1.6}.about-stats{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}.stat-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#3b82f61a,#2563eb0d);border:1px solid #3b82f633;border-radius:20px;cursor:pointer;padding:2.5rem 2rem;text-align:center;transition:all .3s ease}.stat-card:hover{border-color:#3b82f666;box-shadow:0 20px 40px #3b82f633;transform:translateY(-10px)}.stat-icon{color:#3b82f6;font-size:3rem;margin-bottom:1rem}.stat-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#60a5fa);-webkit-background-clip:text;background-clip:text;color:#e2e8f0;font-size:3rem;font-weight:900;margin-bottom:.5rem}.stat-label{color:#94a3b8;font-size:1rem;font-weight:500}@media (max-width:1024px){.about-content{gap:3rem;grid-template-columns:1fr}.about-text{text-align:center}.value-item{justify-content:center}.about-stats{margin:0 auto;max-width:600px}}@media (max-width:768px){.about-stats{grid-template-columns:1fr;max-width:400px}.about-heading{font-size:1.5rem}.about-description{font-size:1rem}.value-content h4{font-size:1.1rem}}.skills-section{background:#0f172a}.skills-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(2,1fr);margin-bottom:5rem}.skill-category{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#3b82f60d,#2563eb05);border:1px solid #3b82f626;border-radius:24px;padding:2.5rem;transition:all .3s ease}.skill-category:hover{border-color:#3b82f64d;box-shadow:0 20px 40px #3b82f626;transform:translateY(-5px)}.category-header{align-items:center;display:flex;gap:1rem;margin-bottom:2rem}.category-icon{color:#3b82f6;font-size:2.5rem}.category-title{color:#e2e8f0;font-size:1.5rem;font-weight:700}.skills-list{display:flex;flex-direction:column;gap:1.5rem}.skill-item{width:100%}.skill-info{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem}.skill-name-wrapper{align-items:center;display:flex;gap:.75rem}.skill-icon{color:#3b82f6;font-size:1.5rem}.skill-name{color:#cbd5e1;font-size:1.1rem;font-weight:600}.skill-percentage{color:#3b82f6;font-size:1rem;font-weight:700}.skill-bar{background:#3b82f61a;border-radius:10px;height:8px;overflow:hidden;width:100%}.skill-progress{background:linear-gradient(90deg,#3b82f6,#60a5fa);border-radius:10px;box-shadow:0 0 10px #3b82f680;height:100%;transition:width 1s ease-out}.tech-stack-showcase{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#3b82f614,#2563eb0a);border:1px solid #3b82f633;border-radius:24px;padding:3rem;text-align:center}.showcase-title{color:#e2e8f0;font-size:2rem;font-weight:700;margin-bottom:2.5rem}.tech-icons{flex-wrap:wrap;gap:3rem;justify-content:center}.tech-icon-item,.tech-icons{align-items:center;display:flex}.tech-icon-item{color:#3b82f6;cursor:pointer;flex-direction:column;font-size:4rem;gap:.75rem;transition:all .3s ease}.tech-icon-item:hover{color:#60a5fa;transform:translateY(-10px) scale(1.1)}.tech-icon-item span{color:#cbd5e1;font-size:.9rem;font-weight:600}@media (max-width:1024px){.skills-grid{gap:2rem;grid-template-columns:1fr}.tech-icons{gap:2rem}.tech-icon-item{font-size:3rem}}@media (max-width:768px){.skill-category{padding:2rem}.category-title{font-size:1.3rem}.skill-name{font-size:1rem}.showcase-title{font-size:1.5rem}.tech-icons{gap:1.5rem}.tech-icon-item{font-size:2.5rem}}.services-section{background:linear-gradient(180deg,#1e293b,#0f172a)}.services-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(3,1fr);margin-bottom:5rem}.service-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#3b82f60d,#2563eb05);border:1px solid #3b82f626;border-radius:24px;display:flex;flex-direction:column;overflow:hidden;padding:3rem 2.5rem;position:relative;transition:all .4s ease}.service-card:before{background:linear-gradient(90deg,#3b82f6,#60a5fa);content:"";height:4px;left:0;position:absolute;top:0;transform:scaleX(0);transition:transform .4s ease;width:100%}.service-card:hover:before{transform:scaleX(1)}.service-card:hover{border-color:#3b82f666;box-shadow:0 25px 50px #3b82f633;transform:translateY(-10px)}.service-icon-wrapper{align-items:center;background:linear-gradient(135deg,#3b82f633,#2563eb1a);border-radius:20px;display:flex;height:80px;justify-content:center;margin-bottom:2rem;transition:all .3s ease;width:80px}.service-card:hover .service-icon-wrapper{transform:scale(1.1) rotate(5deg)}.service-icon{color:#3b82f6;font-size:2.5rem}.service-title{color:#e2e8f0;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.service-description{color:#94a3b8;flex-grow:1;font-size:1rem;line-height:1.7;margin-bottom:2rem}.service-features{list-style:none;margin-bottom:2rem}.service-feature{align-items:center;color:#cbd5e1;display:flex;font-size:.95rem;gap:.75rem;margin-bottom:.75rem}.feature-dot{background:#3b82f6;border-radius:50%;flex-shrink:0;height:6px;width:6px}.service-button{background:#0000;border:2px solid #3b82f64d;border-radius:12px;color:#3b82f6;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem;transition:all .3s ease;width:100%}.service-button:hover{background:#3b82f61a;border-color:#3b82f6;transform:translateY(-2px)}.services-cta{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#3b82f626,#2563eb14);border:1px solid #3b82f64d;border-radius:24px;padding:4rem 3rem;text-align:center}.cta-title{color:#e2e8f0;font-size:2.5rem;font-weight:800;margin-bottom:1rem}.cta-description{color:#94a3b8;font-size:1.2rem;margin-bottom:2rem}.cta-button{background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:50px;box-shadow:0 10px 30px #3b82f64d;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1.2rem 3rem;transition:all .3s ease}.cta-button:hover{box-shadow:0 15px 40px #3b82f666;transform:translateY(-3px)}@media (max-width:1024px){.services-grid{gap:2rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.services-grid{gap:2rem;grid-template-columns:1fr}.service-card{padding:2.5rem 2rem}.service-title{font-size:1.3rem}.cta-title{font-size:1.8rem}.cta-description{font-size:1rem}.services-cta{padding:3rem 2rem}}.contact-section{background:#0f172a}.contact-content{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1.5fr}.contact-info-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#3b82f60d,#2563eb05);border:1px solid #3b82f626;border-radius:24px;padding:3rem}.contact-info-title{color:#e2e8f0;font-size:2rem;font-weight:700;margin-bottom:1rem}.contact-info-description{color:#94a3b8;font-size:1rem;line-height:1.6;margin-bottom:3rem}.contact-info-list{display:flex;flex-direction:column;gap:2rem;margin-bottom:3rem}.contact-info-item{align-items:center;display:flex;gap:1.5rem}.contact-info-icon{align-items:center;background:linear-gradient(135deg,#3b82f633,#2563eb1a);border-radius:15px;color:#3b82f6;display:flex;flex-shrink:0;font-size:1.5rem;height:60px;justify-content:center;width:60px}.contact-info-content{flex:1 1}.contact-info-label{color:#94a3b8;font-size:1rem;margin-bottom:.25rem}.contact-info-value{color:#e2e8f0;font-size:1.1rem;font-weight:600;text-decoration:none;transition:color .3s ease}a.contact-info-value:hover{color:#3b82f6}.social-links{border-top:1px solid #3b82f626;padding-top:2rem}.social-title{color:#cbd5e1;font-size:1.2rem;font-weight:600;margin-bottom:1.5rem}.social-icons{display:flex;gap:1rem}.social-icon{align-items:center;background:linear-gradient(135deg,#3b82f633,#2563eb1a);border-radius:12px;color:#3b82f6;display:flex;font-size:1.5rem;height:50px;justify-content:center;text-decoration:none;transition:all .3s ease;width:50px}.social-icon:hover{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 10px 20px #3b82f64d;color:#fff;transform:translateY(-5px)}.contact-form-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#3b82f60d,#2563eb05);border:1px solid #3b82f626;border-radius:24px;padding:3rem}.contact-form{gap:1.5rem}.contact-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{color:#cbd5e1;font-size:1rem;font-weight:600}.form-group input,.form-group textarea{background:#0f172a80;border:1px solid #3b82f633;border-radius:12px;color:#e2e8f0;font-family:inherit;font-size:1rem;padding:1rem 1.5rem;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.form-group input::placeholder,.form-group textarea::placeholder{color:#64748b}.form-group textarea{min-height:120px;resize:vertical}.submit-button{background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:50px;box-shadow:0 10px 30px #3b82f64d;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1.2rem 2.5rem;transition:all .3s ease}.submit-button:hover{box-shadow:0 15px 40px #3b82f666;transform:translateY(-3px)}.success-message{padding:3rem 2rem;text-align:center}.success-icon{align-items:center;animation:scaleIn .5s ease;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;color:#fff;display:flex;font-size:3rem;height:80px;justify-content:center;margin:0 auto 2rem;width:80px}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.success-message h3{color:#10b981;font-size:2rem;margin-bottom:1rem}.success-message p{color:#94a3b8;font-size:1.1rem}@media (max-width:1024px){.contact-content{gap:3rem;grid-template-columns:1fr}}@media (max-width:768px){.contact-form-container,.contact-info-container{padding:2rem}.contact-info-title{font-size:1.5rem}.form-group input,.form-group textarea{padding:.875rem 1.25rem}}.footer{background:linear-gradient(180deg,#0f172a,#020617);border-top:1px solid #3b82f626;padding:4rem 2rem 2rem;position:relative;z-index:1}.footer-content{margin:0 auto;max-width:1400px}.footer-main{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1.5fr 2fr;margin-bottom:3rem}.footer-brand{max-width:400px}.footer-logo{align-items:center;display:flex;font-size:2.5rem;font-weight:800;margin-bottom:1.5rem}.logo-image{height:45px;width:auto}.logo-accent,.logo-text{color:#3b82f6}.footer-tagline{color:#cbd5e1;font-size:1.1rem;font-weight:600;line-height:1.6;margin-bottom:1rem}.footer-description{color:#94a3b8;font-size:1rem;line-height:1.6}.footer-links-section{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(3,1fr)}.footer-column-title{color:#e2e8f0;font-size:1.2rem;font-weight:700;margin-bottom:1.5rem}.footer-links{display:flex;flex-direction:column;gap:.875rem;list-style:none}.footer-link{background:none;border:none;color:#94a3b8;cursor:pointer;display:inline-block;font-size:1rem;padding:0;text-align:left;text-decoration:none;transition:all .3s ease}.footer-link:hover{color:#3b82f6;transform:translateX(5px)}.footer-bottom{padding-top:2rem}.footer-divider{background:linear-gradient(90deg,#0000,#3b82f64d,#0000);height:1px;margin-bottom:2rem;width:100%}.footer-copyright{align-items:center;color:#64748b;display:flex;flex-wrap:wrap;font-size:.95rem;gap:1rem;justify-content:space-between}.brand-name{color:#3b82f6;font-weight:700}.made-with{align-items:center;display:flex;gap:.5rem}.heart-icon{animation:heartbeat 1.5s ease-in-out infinite;color:#ef4444}@keyframes heartbeat{0%,to{transform:scale(1)}20%{transform:scale(1.2)}40%{transform:scale(1)}}@media (max-width:1024px){.footer-main{gap:3rem;grid-template-columns:1fr}.footer-links-section{gap:2rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.footer{padding:3rem 1.5rem 1.5rem}.footer-links-section{gap:2rem;grid-template-columns:1fr}.footer-logo{font-size:2rem}.footer-tagline{font-size:1rem}.footer-copyright{flex-direction:column;gap:.5rem;text-align:center}}
/*# sourceMappingURL=main.2baf873e.css.map*/