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}body{color:#333;font-family:Arial,sans-serif;line-height:1.6}.header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;min-height:100vh}.nav{align-items:center;display:flex;justify-content:space-between;padding:1rem 5%}.logo{font-size:1.8rem;font-weight:700}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:#fff;text-decoration:none;transition:color .3s}.nav-links a:hover{color:gold}.hero{padding:8rem 0;text-align:center}.hero h1{font-size:3.5rem;margin-bottom:1rem}.hero p{font-size:1.3rem;margin-bottom:2rem}.cta-button{background:gold;border:none;border-radius:25px;color:#333;cursor:pointer;font-size:1.1rem;padding:1rem 2rem;transition:transform .3s}.cta-button:hover{transform:translateY(-2px)}.about{background:#f8f9fa;padding:5rem 5%}.about h2{color:#333;font-size:2.5rem;margin-bottom:3rem;text-align:center}.about-content{align-items:center;display:flex;gap:3rem;margin:0 auto;max-width:1000px}.profile-img{border-radius:50%;height:300px;object-fit:cover;width:300px}.about-text p{font-size:1.2rem;margin-bottom:1rem}.projects{padding:5rem 5%}.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(300px,1fr));margin:0 auto;max-width:1200px}.project-card{background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;padding:1.5rem;transition:transform .3s}.project-card:hover{transform:translateY(-5px)}.project-card img{border-radius:5px;height:200px;margin-bottom:1rem;object-fit:cover;width:100%}.project-card h3{color:#333;font-size:1.5rem;margin-bottom:.5rem}.project-link{background:#667eea;border-radius:5px;color:#fff;display:inline-block;margin-top:1rem;padding:.5rem 1rem;text-decoration:none;transition:background .3s}.project-link:hover{background:#764ba2}.contact{background:#333;color:#fff;padding:5rem 5%;text-align:center}.contact h2{font-size:2.5rem;margin-bottom:2rem}.contact p{font-size:1.3rem;margin-bottom:2rem}.contact-links{display:flex;gap:2rem;justify-content:center}.contact-links a{background:#667eea;border-radius:25px;color:#fff;padding:1rem 2rem;text-decoration:none;transition:background .3s}.contact-links a:hover{background:#764ba2}@media (max-width:768px){.nav{flex-direction:column;gap:1rem}.hero h1{font-size:2.5rem}.about-content{flex-direction:column;text-align:center}.contact-links{align-items:center;flex-direction:column}}
/*# sourceMappingURL=main.aae43ac4.css.map*/