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}html{scroll-behavior:smooth}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f8f9fa;color:#333;font-family:Arial,sans-serif;line-height:1.6}.App{display:flex;flex-direction:column;min-height:100vh}.navbar{background-color:#2c3e50;box-shadow:0 2px 4px #0000001a;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.nav-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.nav-logo{color:#fff;font-size:1.5rem;font-weight:700;text-decoration:none}.nav-menu{display:flex;gap:2rem;list-style:none}.nav-link{background:none;border:none;color:#ecf0f1;cursor:pointer;font-size:1rem;font-weight:500;padding:.5rem 0;text-decoration:none;transition:color .3s ease}.nav-link:hover{color:#3498db}.main-content{flex:1 1}.section-title{color:#2c3e50;font-size:2.5rem;margin-bottom:2rem;text-align:center}.btn{border:none;border-radius:5px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:500;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.btn-primary{background-color:#3498db;color:#fff}.btn-primary:hover{background-color:#2980b9;transform:translateY(-2px)}.btn-secondary{background-color:initial;border:2px solid #3498db;color:#3498db}.btn-secondary:hover{background-color:#3498db;color:#fff}@media (max-width:768px){.nav-container,.nav-menu{flex-direction:column;gap:1rem}.nav-menu{text-align:center}.section-title{font-size:2rem}}.home{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;min-height:100vh}.home-container{margin:0 auto;max-width:1200px;padding:0 2rem;width:100%}.home-content{margin:0 auto;max-width:800px;text-align:center}.home-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem}.home-subtitle{font-size:1.5rem;margin-bottom:2rem;opacity:.9}.home-description{font-size:1.1rem;line-height:1.8;margin-bottom:3rem;opacity:.8}.home-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}@media (max-width:768px){.home-title{font-size:2.5rem}.home-subtitle{font-size:1.2rem}.home-description{font-size:1rem}.home-buttons{align-items:center;flex-direction:column}}.about{align-items:center;background-color:#fff;display:flex;min-height:100vh;padding:4rem 0}.about-container{margin:0 auto;max-width:1200px;padding:0 2rem}.about-content{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:2fr 1fr}.about-text p{color:#555;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.about-info{background-color:#f8f9fa;border-left:4px solid #3498db;border-radius:10px;padding:2rem}.info-item{border-bottom:1px solid #e9ecef;margin-bottom:1rem;padding-bottom:1rem}.info-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.info-item strong{color:#2c3e50;display:block;margin-bottom:.25rem}@media (max-width:768px){.about-content{gap:2rem;grid-template-columns:1fr}.about-text p{font-size:1rem}}.skills{align-items:center;background-color:#f8f9fa;display:flex;min-height:100vh;padding:4rem 0}.skills-container{margin:0 auto;max-width:1200px;padding:0 2rem}.skills-content{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:2fr 1fr}.skills-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.skill-item{background-color:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;padding:1.5rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.skill-item:hover{box-shadow:0 5px 20px #00000026;transform:translateY(-5px)}.skill-name{color:#2c3e50;font-size:1.2rem;margin-bottom:.5rem}.skill-level{color:#7f8c8d;font-size:.9rem;font-weight:500}.skills-description{background-color:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;padding:2rem}.skills-description p{color:#555;line-height:1.8;margin-bottom:1rem}.skills-description p:last-child{margin-bottom:0}@media (max-width:768px){.skills-content{gap:2rem;grid-template-columns:1fr}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}.projects{align-items:center;background-color:#fff;display:flex;min-height:100vh;padding:4rem 0}.projects-container{margin:0 auto;max-width:1200px;padding:0 2rem}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.project-card{background-color:#f8f9fa;border-left:4px solid #3498db;border-radius:10px;box-shadow:0 2px 10px #0000001a;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{box-shadow:0 5px 20px #00000026;transform:translateY(-5px)}.project-title{color:#2c3e50;font-size:1.5rem;margin-bottom:1rem}.project-description{color:#555;line-height:1.6;margin-bottom:1.5rem}.project-technologies{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tech-tag{background-color:#3498db;border-radius:15px;color:#fff;font-size:.8rem;font-weight:500;padding:.25rem .75rem}.project-link{align-items:center;color:#3498db;display:inline-flex;font-weight:500;text-decoration:none;transition:color .3s ease}.project-link:hover{color:#2980b9}@media (max-width:768px){.projects-grid{grid-template-columns:1fr}.project-card{padding:1.5rem}}.contact{align-items:center;background-color:#f8f9fa;display:flex;min-height:100vh;padding:4rem 0}.contact-container{margin:0 auto;max-width:1200px;padding:0 2rem}.contact-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.contact-info h2{color:#2c3e50;font-size:1.8rem;margin-bottom:1rem}.contact-info p{color:#555;line-height:1.8;margin-bottom:2rem}.contact-details{background-color:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;padding:2rem}.contact-item{border-bottom:1px solid #e9ecef;margin-bottom:1rem;padding-bottom:1rem}.contact-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.contact-item strong{color:#2c3e50;display:block;margin-bottom:.25rem}.contact-form h2{color:#2c3e50;font-size:1.8rem;margin-bottom:1rem}.form{background-color:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;padding:2rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#2c3e50;display:block;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group textarea{border:1px solid #ddd;border-radius:5px;font-size:1rem;padding:.75rem;transition:border-color .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#3498db;outline:none}.form-group textarea{min-height:120px;resize:vertical}@media (max-width:768px){.contact-content{gap:2rem;grid-template-columns:1fr}}
/*# sourceMappingURL=main.8bb53ac0.css.map*/