@tailwind base;@tailwind components;@tailwind utilities;body,html{background-color:#f9f9f9;margin:0;padding:0}.navbar{background-color:#fff;height:70px;width:100%;justify-content:center;position:sticky;top:0;z-index:999;box-shadow:0 2px 5px rgba(0,0,0,.1)}.navbar,.navbar-container{display:flex;align-items:center}.navbar-container{width:90%;max-width:1200px;justify-content:space-between}.navbar-logo{font-size:1.8rem;font-weight:700;color:#333}.navbar-links{display:flex;grid-gap:2rem;gap:2rem}.navbar-link{text-decoration:none;color:#555;font-size:1.1rem;transition:color .3s ease}.navbar-link:hover{color:#007bff}.hero{padding:80px 20px;background-color:#f9f9f9;color:#111;font-family:Inter,sans-serif}.hero-container{flex-wrap:wrap;max-width:1100px;margin:0 auto;grid-gap:40px;gap:40px}.hero-container,.hero-left{display:flex;justify-content:center}.hero-left{flex:1 1 300px;align-items:center}.image-wrapper{background-color:#f9f9f9;padding:10px;border-radius:50%;display:inline-block;box-shadow:0 8px 20px rgba(0,0,0,.05)}.hero-image{width:260px;height:260px;object-fit:cover;border-radius:50%;display:block;border:4px solid #e0e0e0;box-shadow:0 10px 25px rgba(0,0,0,.08)}.hero-right{flex:2 1 500px;display:flex;flex-direction:column;grid-gap:20px;gap:20px}.hero-title{font-size:2.5rem;font-weight:700}.hero-subtitle{font-size:1.5rem;color:#555;font-weight:500}.highlight{color:#007acc}.hero-details{list-style:none;padding:0;margin:0;line-height:1.8;font-size:1rem}.hero-details li{margin-bottom:5px}.emoji{margin-right:8px}.hero-icons{margin-top:10px;display:flex;grid-gap:15px;gap:15px}.hero-icons a{font-size:1.3rem;color:#333;transition:color .2s ease}.hero-icons a:hover{color:#007acc}.about-section{margin-top:40px}.about-title{font-size:1.8rem;font-weight:600;margin-bottom:15px}.about-description{font-size:1.1rem;color:#444;line-height:1.6;margin-bottom:20px}.resume-button{display:inline-block;padding:12px 24px;background-color:#007acc;color:#fff;border-radius:8px;text-decoration:none;font-weight:500;transition:background-color .3s ease}.resume-button:hover{background-color:#005f99}.projects{padding:6rem 2rem;background-color:#f9f9f9;text-align:center;min-height:100vh}.projects-title{font-size:2.5rem;margin-bottom:2rem;color:#333}.projects-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto}.project-card{background-color:#fff;padding:1.5rem;border-radius:10px;box-shadow:0 2px 10px rgba(0,0,0,.1);transition:transform .3s ease}.project-card:hover{transform:translateY(-10px)}.project-image{width:150px;height:auto;margin:0 auto;display:block;object-fit:cover;border-radius:8px}.project-card h3{margin:1rem 0 .5rem;font-size:1.5rem}.project-card p{font-size:1rem;color:#666;margin-bottom:1rem}.project-links a{margin:0 .5rem;text-decoration:none;color:#007bff;font-weight:700;transition:color .2s ease}.project-links a:hover{color:#0056b3}.project-image:hover{transform:scale(1.05);transition:transform .3s ease}
/*# sourceMappingURL=main.9ea67bb2.chunk.css.map */