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}.header{background-color:#f3f4f6;box-shadow:0 2px 4px #0000001a;padding:1rem}.nav-list{display:flex;justify-content:flex-end;list-style-type:none;margin:0;padding:0}.nav-link{color:#374151;padding:.5rem 1rem;text-decoration:none;transition:color .3s ease}.nav-link:hover{color:#111827}@media (max-width:768px){.nav-list{align-items:center;flex-direction:column}.nav-link{padding:.5rem}}.main-content{flex-grow:1;justify-content:center;padding:2rem}.container,.main-content{align-items:center;display:flex}.container{flex-direction:column;justify-content:space-between;margin:0 auto;max-width:1200px}.image-container{align-items:center;display:flex;justify-content:center}.profile-image{border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;height:auto;max-width:20rem;object-fit:cover;width:100%}.text-container{overflow:hidden}.heading,.text-container,.text-wrapper{position:relative;width:100%}.heading{font-size:2.25rem;font-weight:700;margin-bottom:1rem}.description{font-size:1.125rem;position:relative;width:100%}@media (min-width:768px){.container{flex-direction:row}.image-container{margin-bottom:0;width:40%}.text-container{padding-left:2rem;width:60%}.heading{font-size:3rem}.description{font-size:1.25rem}}:root{--primary-color:#3498db;--secondary-color:#2c3e50;--background-color:#f8f9fa;--text-color:#333;--accent-color:#e74c3c}.home-container{align-items:center;background-color:#f8f9fa;background-color:var(--background-color);display:flex;justify-content:center;min-height:100vh;padding:2rem 2rem 4rem}.content-wrapper{align-items:center;background-color:#fff;border-radius:15px;box-shadow:0 10px 30px #0000001a;display:flex;flex-direction:column;margin-top:-20vh;max-width:1000px;overflow:hidden;width:100%}.image-container{margin-bottom:2rem;max-width:300px;width:100%}.profile-image{border:none;box-shadow:0 10px 20px #0000001a}.text-container{overflow:visible;padding:0 2rem 3rem;text-align:center}.main-heading{color:#2c3e50;color:var(--secondary-color);font-size:3rem;margin-bottom:.5rem}.typed-text{color:#3498db;color:var(--primary-color);font-size:1.5rem;margin-bottom:1rem;min-height:2em}.description{color:#333;color:var(--text-color);font-size:1.1rem;line-height:1.6;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px}.social-links{display:flex;gap:1.5rem;justify-content:center;margin-bottom:2rem}.social-links a{color:#2c3e50;color:var(--secondary-color);font-size:1.5rem;transition:color .3s ease}.social-links a:hover{color:#3498db;color:var(--primary-color)}.cta-button{background-color:#3498db;background-color:var(--primary-color);border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1.1rem;margin:0 .5rem;padding:.8rem 1.5rem;transform-origin:center;transition:background-color .3s ease}.cta-button:hover{background-color:#e74c3c;background-color:var(--accent-color)}@media (min-width:768px){.content-wrapper{flex-direction:row;padding:3rem}.image-container{margin-bottom:0;margin-right:3rem}.text-container{padding:0;text-align:left}.social-links{justify-content:flex-start}}@media (max-width:767px){.home-container{padding:1rem 1rem 3rem}.content-wrapper{margin-top:-3vh}.main-heading{font-size:2.5rem}.typed-text{font-size:1.2rem}.description{font-size:1rem}}.about-container{margin:0 auto;max-width:800px;padding:2rem}.page-title{color:#2c3e50}.about-section{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;margin-bottom:2rem;padding:2rem}.section-title{color:#3498db;font-size:1.8rem;margin-bottom:1rem}.about-section p{color:#555;font-size:1rem;line-height:1.6;margin-bottom:1rem}.skills-section{background-color:#f8f9fa}.skills-list{display:flex;flex-wrap:wrap;gap:1rem;list-style-type:none;padding:0}.skills-list li{background-color:#3498db;border-radius:20px;color:#fff;font-size:.9rem;padding:.5rem 1rem;transition:transform .3s ease}.skills-list li:hover{transform:translateY(-3px)}.education-section{background-color:#e8f4f8}.education-item{margin-bottom:1.5rem}.education-item:last-child{margin-bottom:0}.education-item h3{color:#2c3e50;font-size:1.2rem;margin-bottom:.5rem}.education-item p{color:#555;font-size:.9rem;margin:.2rem 0}@media (max-width:768px){.about-container{padding:1rem}.page-title{font-size:2rem}.section-title{font-size:1.5rem}.about-section{padding:1.5rem}}.projects-container{margin:0 auto;max-width:1000px;padding:2rem}.page-title{color:#333;font-size:2.5rem;margin-bottom:2rem;text-align:center}.projects-list{display:flex;flex-direction:column;gap:3rem}.project-card{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{box-shadow:0 6px 12px #00000026;transform:translateY(-5px)}.project-header{align-items:center;background-color:#f8f9fa;display:flex;justify-content:space-between;padding:1.5rem}.project-title{color:#2c3e50;font-size:1.8rem;margin:0}.project-skills{display:flex;gap:.5rem}.skill-icon{height:24px;object-fit:contain;width:24px}.project-content{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem}.project-images{display:flex;gap:1rem;overflow-x:auto;padding-bottom:.5rem}.project-images img{border-radius:4px;height:150px;object-fit:cover;width:200px}.project-description{color:#555;font-size:1rem;line-height:1.6}@media (min-width:768px){.project-content{flex-direction:row}.project-images{flex:1 1;max-width:50%}.project-info{flex:1 1}}@media (max-width:767px){.projects-container{padding:1rem}.page-title{font-size:2rem}.project-header{align-items:flex-start;flex-direction:column;gap:.5rem}.project-title{font-size:1.5rem}.project-images img{height:100px;width:150px}.skill-icon{height:20px;width:20px}}.project-info.full-width{flex:1 1;max-width:100%}@media (min-width:768px){.project-content{flex-direction:row}.project-images{flex:1 1;max-width:50%}.project-info{flex:1 1}.project-info.full-width{max-width:100%}}.resume-container{margin:0 auto;max-width:1000px;padding:2rem}.resume-title{color:#333;font-size:2rem;margin-bottom:1rem;text-align:center}.pdf-container{box-shadow:0 4px 8px #0000001a;height:0;overflow:hidden;padding-bottom:141.4%;position:relative;width:100%}.pdf-viewer{border:none;height:100%;left:0;position:absolute;top:0;width:100%}@media (max-width:768px){.resume-container{padding:1rem}.resume-title{font-size:1.5rem}}
/*# sourceMappingURL=main.555db6eb.css.map*/