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}.navbar{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0d1117cc;display:flex;justify-content:flex-start;left:0;padding:1rem 4rem;position:fixed;right:0;top:0;z-index:1000}.navbar-brand{color:#fff;font-size:1.5rem;font-weight:700}.navbar-links{display:flex;gap:2rem}.navbar-links a{color:#fff;font-size:1rem;text-decoration:none;transition:color .3s ease}.navbar-links a:hover{color:#4a90e2}@media (max-width:768px){.navbar{padding:1rem 2rem}.navbar-links{gap:1rem}.navbar-brand{font-size:1.2rem}.navbar-links a{font-size:.9rem}}.home-section{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:6rem 2rem 4rem;text-align:center}.home-content{max-width:800px;width:100%}.profile-image{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff1a;border:3px solid #fff3;border-radius:50%;height:250px;margin:0 auto 2rem;overflow:hidden;position:relative;width:250px}.profile-image img{height:100%;object-fit:cover;object-position:center 20%;transform:scale(1.1);width:100%}.home-content h1{color:#fff;font-size:3rem;margin-bottom:1rem}.title{color:#4a90e2;font-size:1.5rem;margin-bottom:2rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.btn{border:none;border-radius:5px;cursor:pointer;font-size:1rem;padding:.8rem 1.5rem;transition:transform .3s ease}.btn:hover{transform:translateY(-2px)}.btn.primary{background:#4a90e2;color:#fff}.btn.secondary{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff1a;color:#fff}.social-links{display:flex;gap:1rem;justify-content:center}.social-links a{color:#fff;font-size:1.5rem;transition:color .3s ease}.social-links a:hover{color:#4a90e2}.leetcode-icon{display:block;height:1.8rem;margin-top:.2rem;object-fit:contain;transition:opacity .3s ease,transform .3s ease;width:1.8rem}.social-links a:hover .leetcode-icon{opacity:.8;transform:scale(1.1)}@media (max-width:768px){.home-content h1{font-size:2.5rem}.title{font-size:1.2rem}.profile-image{height:150px;width:150px}}.about-section{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:4rem 2rem}.about-content{max-width:800px;text-align:center}.about-content h2{color:#fff;font-size:2.5rem;margin-bottom:2rem}.about-text{color:#e0e0e0;font-size:1.1rem;line-height:1.6}.about-text p{margin-bottom:1rem}@media (max-width:768px){.about-content h2{font-size:2rem}.about-text{font-size:1rem}}.projects-section{min-height:100vh;padding:4rem 2rem}.projects-section h2{color:#fff;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{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff1a;border-radius:10px;padding:1.5rem;transition:transform .3s ease}.project-card:hover{transform:translateY(-5px)}.project-card h3{color:#fff;margin-bottom:1rem}.project-card p{color:#e0e0e0;margin-bottom:1rem}.technologies{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.tech-tag{background:#ffffff1a;border-radius:15px;color:#fff;font-size:.9rem;padding:.3rem .8rem}.project-link{background:#4a90e2;border-radius:5px;color:#fff;display:inline-block;padding:.5rem 1rem;text-decoration:none;transition:background .3s ease}.project-link:hover{background:#357abd}@media (max-width:768px){.projects-section h2{font-size:2rem}.projects-grid{grid-template-columns:1fr}}.skills-section{min-height:100vh;padding:4rem 2rem}.skills-section h2{color:#fff;font-size:2.5rem;margin-bottom:3rem;text-align:center}.skills-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1200px}.skill-category{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff1a;border-radius:10px;padding:1.5rem}.skill-category h3{color:#fff;margin-bottom:1rem;text-align:center}.skill-list{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center}.skill-item{background:#ffffff1a;border-radius:20px;color:#fff;font-size:.9rem;padding:.5rem 1rem;transition:transform .3s ease}.skill-item:hover{background:#fff3;transform:translateY(-2px)}@media (max-width:768px){.skills-section h2{font-size:2rem}.skills-container{grid-template-columns:1fr}}.contact-section{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:4rem 2rem;position:relative}.contact-content{max-width:800px;text-align:center;width:100%}.contact-content h3{color:#4a90e2;font-size:1.5rem;margin-bottom:1rem}.contact-content h2{color:#fff;font-size:3.5rem;font-weight:700;margin-bottom:3rem}.contact-links{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:15px;display:flex;gap:2rem;justify-content:center;padding:2rem}.contact-item{align-items:center;color:#fff;display:flex;font-size:1.2rem;gap:.8rem;text-decoration:none;transition:transform .3s ease,color .3s ease}.contact-item:hover{color:#4a90e2;transform:translateY(-2px)}.icon{align-items:center;background:#ffffff1a;border-radius:50%;display:flex;font-size:1.2rem;height:40px;justify-content:center;width:40px}@media (max-width:768px){.contact-content h2{font-size:2.5rem}.contact-links{align-items:center;flex-direction:column;gap:1.5rem}}*{box-sizing:border-box;margin:0;padding:0}.App{background-color:#0d1117;color:#fff;min-height:100vh;position:relative;text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}#tsparticles{height:100%;left:0;position:fixed;top:0;width:100%;z-index:0}.content{position:relative;z-index:1}section{scroll-margin-top:60px}@media (max-width:768px){section{padding:2rem 1rem}}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.be60f3f0.css.map*/