@tailwind base;@tailwind components;@tailwind utilities;:root{color-scheme:dark}*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}body{background:#111;color:#fff;font-family:Inter,sans-serif}.app{overflow-x:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#111}::-webkit-scrollbar-thumb{background:#64ffda;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#4db3a4}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#111c;left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.navbar.scrolled{box-shadow:0 2px 10px #0000004d}.nav-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 2rem}.logo{color:#fff;font-size:1.5rem;font-weight:700}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links li{color:#fff;cursor:pointer;padding:.5rem 0;position:relative}.nav-links li:after{background:#64ffda;bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-links li:hover:after{width:100%}.menu-icon{color:#fff;cursor:pointer;display:none}@media (max-width:768px){.menu-icon{display:block}.nav-links{background:#111111f2;flex-direction:column;gap:1.5rem;padding:2rem 0;position:fixed;right:-100%;text-align:center;top:70px;transition:.3s;width:100%}.nav-links.active{right:0}}.home-section{background:#111;color:#fff;min-height:100vh;padding:6rem 2rem 2rem}.home-container,.home-section{align-items:center;display:flex}.home-container{gap:4rem;margin:0 auto;max-width:1200px}.profile-image{flex:1 1}.profile-image img{border:4px solid #64ffda;border-radius:50%;height:450px;object-fit:cover;width:450px}.content{flex:1 1}.content h1{color:#64ffda;font-size:3rem;margin-bottom:1rem}.content h2{color:#8892b0;font-size:1.5rem;margin-bottom:1.5rem}.content p{color:#8892b0;line-height:1.6;margin-bottom:2rem}.button-group{display:flex;flex-wrap:wrap;gap:1rem}.github-btn,.resume-btn{align-items:center;background:#0000;border:2px solid #64ffda;border-radius:4px;cursor:pointer;display:inline-flex;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s ease}.resume-btn{color:#64ffda}.github-btn{background:#64ffda;color:#fff}.resume-btn:hover{background:#64ffda1a}.github-btn:hover{background:#64ffdacc}@media (max-width:768px){.home-container{flex-direction:column;gap:2rem;text-align:center}.profile-image img{border:4px solid #64ffda;border-radius:50%;height:300px;object-fit:cover;width:300px}.content h1{font-size:2.5rem}.button-group{justify-content:center}}.skills-section{background:#111;color:#fff;padding:6rem 2rem}.skills-section h2{color:#64ffda;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(300px,1fr));margin:0 auto;max-width:1200px}.skill-card{background:#111111b3;border-radius:10px;box-shadow:0 4px 20px #0003;padding:2rem}.skill-card h3{color:#64ffda;font-size:1.5rem}.skill-card h3,.skill-item{margin-bottom:1.5rem}.skill-info{color:#8892b0;display:flex;justify-content:space-between;margin-bottom:.5rem}.skill-bar{background:#ffffff1a;border-radius:4px;height:8px;overflow:hidden}.skill-progress{background:#64ffda;border-radius:4px;height:100%}.education-section{background:#111;color:#fff;padding:6rem 2rem}.education-section h2{color:#64ffda;font-size:2.5rem;margin-bottom:3rem;text-align:center}.timeline{margin:0 auto;max-width:1200px;position:relative}.timeline:after{background:#64ffda;bottom:0;content:"";left:50%;position:absolute;top:0;transform:translateX(-50%);width:2px}.timeline-item{margin-bottom:2rem;padding:1rem;position:relative;width:50%}.timeline-item.left{left:0;padding-right:3rem}.timeline-item.right{left:50%;padding-left:3rem}.timeline-content{background:#111111b3;border-radius:10px;box-shadow:0 4px 20px #0003;padding:1.5rem}.time{color:#64ffda;font-size:.9rem;margin-bottom:.5rem}.timeline-content h3{color:#fff;margin-bottom:.5rem}.timeline-content h4{color:#8892b0;margin-bottom:.5rem}.grade{color:#64ffda;margin-bottom:.5rem}.description{color:#8892b0;line-height:1.6}@media (max-width:768px){.timeline:after{left:31px}.timeline-item{padding-left:70px;padding-right:1rem;width:100%}.timeline-item.right{left:0}.timeline-item.left{padding-right:1rem}}.projects-section{background:#111;color:#fff;padding:6rem 2rem}.projects-section h2{color:#64ffda;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:hover{border-color:var(--primary);box-shadow:0 8px 25px #8b5cf633;transform:translateY(-5px)}.project-card{background:#111111b3;border-radius:10px;box-shadow:0 4px 20px #0003;overflow:hidden}.project-image{padding-top:56.25%;position:relative}.project-image img{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.project-content{padding:1.5rem}.project-content h3{color:#64ffda;margin-bottom:1rem}.project-content p{color:#8892b0;line-height:1.6;margin-bottom:1rem}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.tag{background:#64ffda1a;border-radius:15px;color:#64ffda;font-size:.85rem;padding:.25rem .75rem}.project-links{display:flex;gap:1rem}.project-links a{align-items:center;color:#8892b0;display:inline-flex;gap:.5rem;text-decoration:none;transition:color .3s ease}.load-more,.project-links a:hover{color:#64ffda}.load-more{background:#0000;border:2px solid #64ffda;border-radius:4px;cursor:pointer;display:block;margin:3rem auto 0;padding:.75rem 1.5rem;transition:all .3s ease}.load-more:hover{background:#64ffda1a}.certificates-section{background:#111;color:#fff;padding:6rem 2rem}.certificates-section h2{color:#64ffda;font-size:2.5rem;margin-bottom:3rem;text-align:center}.certificates-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1200px}.certificate-card{background:#0a192f;border-radius:10px;box-shadow:0 4px 20px #0000004d;overflow:hidden;padding:1.5rem;text-align:center}.certificate-image{align-items:center;border-radius:50%;display:flex;height:120px;justify-content:center;margin:0 auto 1rem;overflow:hidden;width:120px}.certificate-image img{border-radius:50%;height:100%;object-fit:contain;padding:10px;width:100%}.certificate-content{padding:1.5rem}.certificate-content h3{color:#64ffda;margin-bottom:.5rem}.certificate-content p{color:#8892b0;margin-bottom:.5rem}.date{color:#64ffda;font-size:.9rem;margin-bottom:1rem}.verify-btn{align-items:center;background:#0000;border:2px solid #64ffda;border-radius:4px;color:#64ffda;display:inline-flex;gap:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.verify-btn:hover{background:#64ffda1a}.footer{background:#0a192f;color:#fff;padding:2rem}.footer-content{margin:0 auto;max-width:1200px;text-align:center}.social-links{display:flex;gap:2rem;justify-content:center;margin-bottom:1.5rem}.social-link{color:#8892b0;transform:scale(1);transition:all .3s ease}.social-link:hover{color:#64ffda;transform:scale(1.2)}.copyright{color:#8892b0;font-size:.9rem}.social-buttons{border-radius:5em;padding:15px 10px}.social-button,.social-buttons{align-items:center;display:flex;justify-content:center}.social-button{background-color:#fff;border-radius:50%;box-shadow:0 0 4px #00000027;height:50px;margin:0 10px;transition:.3s;width:50px}.social-button:hover{background-color:#f2f2f2;box-shadow:0 0 6px 3px #00000027}.social-buttons svg{height:20px;transition:.3s}.facebook{background-color:#3b5998}.facebook svg{fill:#f2f2f2}.facebook:hover svg{fill:#3b5998}.github{background-color:#333}.github svg{fill:#f2f2f2;height:25px;width:25px}.github:hover svg{fill:#333}.linkedin{background-color:#0077b5}.linkedin svg{fill:#f2f2f2}.linkedin:hover svg{fill:#0077b5}.instagram{background-color:#c13584}.instagram svg{fill:#f2f2f2}.instagram:hover svg{fill:#c13584}.lightning-canvas{height:100%;left:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:9999}
/*# sourceMappingURL=main.9fe03867.css.map*/