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}*{font-family:Arial,sans-serif;margin:0;padding:0}html{scroll-behavior:smooth}.about-section{align-items:center;background-color:#bab3a97f;color:#151515;display:flex;justify-content:space-around;min-height:50vh;padding:4rem 2rem 2rem}.about-content{max-width:50%}.about-content h1{font-size:3rem;padding:1rem 0}.about-content p{font-size:1.2rem;line-height:1.5}.about-image{max-width:30%;transition:transform .3s ease}.about-image:hover{transform:scale(1.05)}.about-image img{background-size:contain;border-radius:50%;width:100%}@media (max-width:930px){.about-section{flex-direction:column;text-align:center}.about-content{max-width:100%}.about-image{margin-top:2rem;max-width:70%}}.achievements-section{background-color:#fff;color:#333;padding:60px 10% 2rem}.achievements-section h2{font-size:2.5rem;margin-bottom:2rem;text-align:center}.achievements-container{align-items:center;display:flex;flex-direction:column;gap:1rem;margin:0 auto}.achievement-item{align-items:flex-start;background-color:#f5f5f5;border-left:5px solid #005e66;display:flex;padding:1rem;transition:transform .3s ease;width:100%}.achievement-item:hover{transform:scale(1.05)}.achievement-icon{color:#005e66;font-size:2rem;margin-right:1rem}.achievement-text{font-size:1.2rem;line-height:1.5}.achievement-link{color:#005e66;margin-left:.5rem;text-decoration:none;transition:color .3s}.achievement-link:hover{color:tomato}@media (max-width:768px){.achievements-section h2{font-size:2rem}.achievement-icon{font-size:1.5rem}.achievement-text{font-size:1rem}}.footer{background-color:#151515;color:#fff;padding:2rem 10% 1rem;text-align:center}.footer-content{align-items:center;display:flex;justify-content:center}.footer-icons{display:flex;gap:2rem}.footer-icon{color:#fff;font-size:7vmin;transition:transform .3s ease-in-out}.footer-icon:hover{transform:scale(1.15)}.footer-border{border-top:2px solid #888;margin:2rem auto}.footer-text{font-size:1rem;padding-top:3vmin}.education-section{background-color:#151515;color:#000;padding:60px 10% 2rem}.education-section h2{color:#fff;font-size:3rem;margin-bottom:2rem;text-align:center}.education-item{background-color:#fff;border-left:5px solid #005e66;margin-bottom:2rem;padding:1rem;transition:transform .3s ease}.education-item:hover{transform:scale(1.05)}.education-row{display:flex;justify-content:space-between;margin-bottom:.5rem}.institute{font-size:1.2rem;font-weight:700}.location{color:#888;font-style:italic}.degree{font-size:1.2rem}.year{color:#888}@media (max-width:768px){.education-section{padding:1rem}.education-section h2{font-size:2rem}.education-row{align-items:flex-start;flex-direction:column}.degree,.institute,.location,.year{font-size:1rem}.location,.year{margin-top:.2rem}}.hero-section{align-items:center;background-color:#151515;color:#fff;display:flex;gap:2rem;justify-content:space-evenly;min-height:90vh;padding:2rem}.hero-content{max-width:60%}.hero-content h1{font-size:3rem;margin-bottom:1rem}.hero-content p{font-size:1.2rem;margin-bottom:1rem}.hero-buttons{align-items:center;display:flex;gap:1rem}.contact-link,.join-button{border:.2vmin solid #ff0;border-radius:1vmin;color:#fff;cursor:pointer;font-size:1rem;min-width:30vmin;padding:1rem;text-align:center;text-decoration:none}.join-button{background-color:#ff0;color:#151515}.hero-image{max-width:25%;transition:transform .3s ease}.hero-image:hover{transform:scale(1.05)}.hero-image img{border-radius:10px;width:100%}@media (max-width:930px){.hero-section{flex-direction:column;text-align:center}.hero-content,.hero-image{max-width:100%}.hero-buttons{flex-direction:column}.hero-image{margin-top:2rem}}.navbar{align-items:center;background-color:#151515;box-shadow:0 4px 8px #fbfafa80;display:flex;justify-content:space-around;padding:.5rem;position:-webkit-sticky;position:sticky;top:0}.navbar-links{display:flex;font-size:1.2rem;gap:1rem}.navbar-links a{color:#fff;padding:.5rem;text-decoration:none;transition:background-color .3s,color .3s}.navbar-links a:hover{background-color:#005e66;border-radius:4px;box-shadow:0 4px 8px #fbfafa33;color:#fff}.navbar-menu-icon{display:none}@media (max-width:1000px){.navbar-links{background-color:#151515;display:none;flex-direction:column;right:0;text-align:center;width:100%}.navbar-links.active{display:flex}.navbar-menu-icon{align-items:center;border-radius:1vmin;box-shadow:0 4px 8px #fbfafa80;color:#fff;cursor:pointer;display:flex;font-size:2.2rem;height:45px;justify-content:center;transition:color .3s;width:45px}.navbar-menu-icon:hover{color:#005e66}}.projects-section{background-color:#151515;color:#333;padding:60px 2rem 2rem}.projects-section h2{color:#fff;font-size:2.5rem;margin-bottom:2rem;text-align:center}.projects-container{align-items:center;display:flex;flex-wrap:wrap;gap:5rem;justify-content:center}@media (max-width:1100px){.projects-container{flex-direction:column;flex-wrap:wrap;gap:2rem}}.project-card{background-color:#fff;border:1px solid #ccc;border-radius:8px;box-shadow:0 4px 8px #0000001a;display:flex;flex-direction:column;overflow:hidden;text-align:center;transition:transform .3s ease;width:42%}.project-card:hover{transform:scale(1.05)}.project-image img{border-bottom:1px solid #ccc;height:auto;width:100%}.project-details{padding:16px}.project-details h3{color:#005e66;font-size:1.5rem;margin:0 0 8px}.project-details p{color:#333;font-size:1rem;margin:8px 0}.see-more-link{color:#0078d4;cursor:pointer}.project-details strong{color:#333;font-weight:700}.project-buttons{margin:0 0 16px}.project-buttons .btn{background-color:#005e66;border-radius:4px;color:#fff;display:inline-block;font-size:1rem;margin:8px;padding:8px 16px;text-decoration:none;transition:background-color .3s ease}.project-buttons .btn:hover{background-color:#013035}@media (max-width:1100px){.project-card{width:60%}}@media (max-width:800px){.project-card{width:70%}}@media (max-width:600px){.project-card{width:100%}}.skills-section{background-color:#f5f5f5;padding:60px 2rem 2rem;text-align:center}.skills-section h2{font-size:3rem;margin-bottom:2rem;text-align:center}.skills-container{display:flex;flex-wrap:wrap;justify-content:space-around}.skill-item{align-items:center;background-color:#fff;border-left:5px solid #005e66;display:flex;flex-direction:column;margin:1rem 0;padding:1rem;transition:transform .3s ease;width:29%}.skill-item:hover{transform:scale(1.05)}.skill-icon{color:#005e66;font-size:2.5rem;margin-right:1rem;padding:1rem}.skill-content h3{color:#005e66;font-size:1.5rem;margin:0}.skill-content p{color:#333;font-size:1.2rem;margin:.5rem 0}@media (max-width:1300px){.skill-item{width:42%}}@media (max-width:1000px){.skills-container{align-items:center;flex-direction:column}.skill-item{width:70%}.skill-content h3{font-size:1.3rem}.skill-content p{font-size:1rem}}@media (max-width:700px){.skill-item{width:90%}}.scroll-to-top-btn{align-items:center;background-color:initial;border:.3vmin solid #0056b3;border-radius:50%;bottom:20px;color:#0056b3;cursor:pointer;display:flex;font-size:20px;height:40px;justify-content:center;left:20px;padding:10px;position:fixed;width:40px;z-index:1000}.scroll-to-top-btn:hover{background-color:#fff;border-radius:50px;width:auto}.coding-profiles-section{background-color:#151515;padding:60px 10% 3rem;text-align:center}.coding-profiles-section h2{color:#fff;font-size:3rem;margin-bottom:2rem;text-align:center}.coding-profiles-container{align-items:center;display:flex;flex-wrap:wrap;gap:5vmin;justify-content:center;margin-top:5rem;-webkit-user-select:none;user-select:none}.coding-profile-link{color:inherit;text-decoration:none}.coding-profile-icon{border-radius:50%;display:block;height:20vmin;margin:0 auto;object-fit:cover;overflow:hidden;transition:transform .3s ease-in-out;width:20vmin}.coding-profile-link:hover .coding-profile-icon{transform:scale(1.15)}.experience-section{background-color:#151515;color:#e0e0e0;padding:60px 20px 0;text-align:center}.section-title{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:40px;text-transform:uppercase}.experience-timeline{align-items:flex-start;display:flex;flex-direction:column;gap:40px;margin:0 auto;max-width:900px}.timeline-item{background-color:#fff;border-radius:8px;box-shadow:0 4px 10px #0000004d;padding:20px;transition:transform .3s ease}.timeline-item:hover{transform:scale(1.05)}.timeline-content h3{color:#005e66;font-size:1.8rem;margin-bottom:10px}.organization{color:#1a1a1a;font-size:1rem;font-weight:700;margin-bottom:5px}.duration{color:#ffae42;display:block;font-size:.9rem;font-style:italic;margin-bottom:15px}.details{color:#333;font-size:1rem;line-height:1.6}
/*# sourceMappingURL=main.9cea61fd.css.map*/