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;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}.App{text-align:center}.header{background:#fff;box-shadow:0 2px 5px #0000001a;position:sticky;top:0;z-index:100}.nav{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 2rem}.logo h2{color:#333}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:#333;font-weight:500;text-decoration:none;transition:color .3s}.nav-links a:hover{color:#007bff}.hero{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;justify-content:center;min-height:80vh;padding:8rem 0;text-align:center}.hero-content{margin:0 auto;max-width:800px;padding:0 2rem}.hero h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem}.highlight{color:gold}.hero h2{font-size:1.8rem;font-weight:400;margin-bottom:1.5rem;opacity:.9}.hero p{font-size:1.2rem;line-height:1.6;margin-bottom:2.5rem;opacity:.9}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.btn-primary,.btn-secondary{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:1rem;padding:1rem 2rem;text-decoration:none;transition:all .3s}.btn-primary{background:gold;color:#333;font-weight:600}.btn-primary:hover{background:#ffed4a;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #fff;color:#fff}.btn-secondary:hover{background:#fff;color:#667eea}@media (max-width:768px){.hero h1{font-size:2.5rem}.hero h2{font-size:1.4rem}.hero p{font-size:1rem}.hero-buttons{align-items:center;flex-direction:column}.btn-primary,.btn-secondary{width:200px}}.about{background:#f8f9fa;padding:5rem 0}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.about h2{color:#333;font-size:2.5rem;margin-bottom:3rem;position:relative;text-align:center}.about h2:after{background:#007bff;border-radius:2px;bottom:-10px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.about-content{grid-gap:3rem;align-items:center;display:grid;gap:3rem}.about-text{margin:0 auto;max-width:800px;text-align:center}.about-text p{color:#666;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem;text-align:justify}.about-text p:last-of-type{margin-bottom:2rem}.about-stats{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-left:auto;margin-right:auto;margin-top:2rem;max-width:600px}.stat{background:#fff;border-radius:12px;border-top:4px solid #007bff;box-shadow:0 5px 15px #0000001a;padding:2rem 1rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.stat:hover{box-shadow:0 10px 25px #00000026;transform:translateY(-5px)}.stat h3{color:#007bff;font-size:1.2rem;font-weight:600;letter-spacing:1px;margin-bottom:.5rem;text-transform:uppercase}.stat p{color:#333;font-size:1.8rem;font-weight:700;margin:0}@media (max-width:768px){.about{padding:3rem 0}.about h2{font-size:2rem;margin-bottom:2rem}.about-text p{font-size:1rem;text-align:left}.about-stats{gap:1.5rem;grid-template-columns:1fr;margin-top:1.5rem}.stat{padding:1.5rem 1rem}.stat h3{font-size:1rem}.stat p{font-size:1.5rem}}@media (max-width:480px){.container{padding:0 1rem}.about h2{font-size:1.8rem}.about-text p{font-size:.95rem;line-height:1.6}.stat{padding:1.2rem .8rem}.stat h3{font-size:.9rem}.stat p{font-size:1.3rem}}.about-content{animation:fadeInUp .8s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.stat p{animation:countUp 1.5s ease-out}@keyframes countUp{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.about-text:hover p{color:#555;transition:color .3s ease}.about-text::-webkit-scrollbar{width:6px}.about-text::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.about-text::-webkit-scrollbar-thumb{background:#007bff;border-radius:10px}.about-text::-webkit-scrollbar-thumb:hover{background:#0056b3}.skills-container{background:linear-gradient(135deg,#e3f0ff,#f9f9f9);border-radius:12px;box-shadow:0 2px 8px #00000012;margin:2rem auto;max-width:900px;padding:2rem}.skills-title{color:#333;font-size:2rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.skills-list{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.skill-item{background:#fff;border-radius:8px;box-shadow:0 1px 4px #0000000d;color:#444;font-size:1.1rem;min-width:120px;padding:1rem 1.5rem;text-align:center;transition:transform .2s,box-shadow .2s}.skill-item:hover{background:#e3f2fd;box-shadow:0 4px 12px #0000001f;color:#1976d2;transform:translateY(-4px) scale(1.05)}@media (max-width:600px){.skills-container{padding:1rem}.skills-list{gap:1rem}.skill-item{font-size:1rem;min-width:90px;padding:.7rem 1rem}}.projects{background:#f8f9fa;padding:5rem 0}.projects h2{color:#333;font-size:2.5rem;margin-bottom:3rem;text-align:center}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin:0 auto;max-width:1200px}.project-card{background:#fff;border-left:4px solid #007bff;border-radius:12px;box-shadow:0 5px 15px #0000001a;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{box-shadow:0 10px 25px #00000026;transform:translateY(-5px)}.project-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.project-header h3{color:#333;font-size:1.5rem}.project-status{background:#28a745;border-radius:20px;color:#fff;font-size:.8rem;font-weight:500;padding:.3rem .8rem}.project-description{color:#666;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tech-tag{background:#e9ecef;color:#4950}.experience{background:#fff;padding:5rem 0}.experience h2{color:#333;font-size:2.5rem;margin-bottom:3rem;text-align:center}.experience-timeline{margin:0 auto;max-width:800px;position:relative}.experience-timeline:before{background:#007bff;bottom:0;content:"";left:30px;position:absolute;top:0;width:2px}.experience-item{margin-bottom:3rem;padding-left:80px;position:relative}.experience-item:before{border:3px solid #fff;border-radius:50%;box-shadow:0 0 0 3px #007bff;content:"";height:14px;left:24px;width:14px}.experience-date,.experience-item:before{background:#007bff;position:absolute;top:0}.experience-date{border-radius:20px;color:#fff;font-size:.9rem;font-weight:500;left:-120px;padding:.5rem 1rem;white-space:nowrap}.experience-content{background:#f8f9fa;border-left:4px solid #007bff;border-radius:8px;padding:2rem}.experience-content h3{color:#333;font-size:1.4rem;margin-bottom:.5rem}.experience-content h4{color:#666;font-size:1.1rem;font-weight:500;margin-bottom:1rem}.experience-description{color:#666;line-height:1.6;margin-bottom:1.5rem}.experience-achievements{list-style:none;padding:0}.experience-achievements li{color:#666;padding:.3rem 0 .3rem 1.5rem;position:relative}.experience-achievements li:before{color:#007bff;content:"→";font-weight:700;left:0;position:absolute}@media (max-width:768px){.experience-date{display:inline-block;margin-bottom:1rem;position:static}.experience-item{padding-left:40px}.experience-timeline:before{left:20px}.experience-item:before{left:14px}}.contact{background:#f8f9fa;padding:5rem 0}.contact h2{color:#333;font-size:2.5rem;margin-bottom:1rem;text-align:center}.contact-intro{color:#666;font-size:1.1rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.contact-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1000px}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;gap:1rem;padding:1.5rem}.contact-icon,.contact-item{align-items:center;display:flex}.contact-icon{background:#007bff;border-radius:50%;color:#fff;font-size:2rem;height:60px;justify-content:center;width:60px}.contact-item h4{color:#333;margin-bottom:.5rem}.contact-item a{color:#007bff;text-decoration:none;transition:color .3s}.contact-item a:hover{color:#0056b3}.contact-item p{color:#666;margin:0}.contact-form{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;padding:2rem}.contact-form h3{color:#333;font-size:1.5rem}.contact-form h3,.form-group{margin-bottom:1.5rem}.form-group input,.form-group textarea{border:2px solid #e9ecef;border-radius:8px;font-size:1rem;padding:1rem;transition:border-color .3s;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#007bff;outline:none}.btn-primary{background:#007bff;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;padding:1rem 2rem;transition:background .3s;width:100%}.btn-primary:hover{background:#0056b3}@media (max-width:768px){.contact-content{gap:2rem;grid-template-columns:1fr}.contact-item{flex-direction:column;text-align:center}}
/*# sourceMappingURL=main.25932996.css.map*/