.navbar{background-color:#1e0045;box-shadow:0 5px 0 5px purple;box-sizing:border-box;justify-content:space-between;left:0;margin:0 auto;max-width:1200px;padding:1rem 2rem;position:fixed;right:0;top:0;width:100%;z-index:1000}.logo,.navbar{align-items:center;display:flex}.logo{color:#fff;font-size:1.5rem;font-weight:700;gap:.5rem;z-index:2}.logo-icon{background-color:#fff;border-radius:50%;height:30px;width:30px}.nav-links{align-items:center;display:flex;gap:25px;justify-content:center;left:50%;list-style:none;margin:0;padding:0;position:absolute;transform:translateX(-50%);z-index:1}.nav-links li a{border-radius:5px;color:#fff;font-size:1.1rem;font-weight:500;padding:.3rem .6rem;text-decoration:none;transition:background-color .3s ease,color .3s ease}.nav-links li a:hover{background-color:#7b3fe4;cursor:pointer}body{padding-top:70px}@media (max-width:768px){.nav-links{gap:15px;justify-content:flex-end;position:static;transform:none}.navbar{padding:1rem}}@media (max-width:480px){.logo{font-size:1.2rem}.nav-links li a{font-size:1rem;padding:.25rem .5rem}}.hero-section{background:linear-gradient(270deg,#6a0dad,#1e0045);color:#f5f5f5;flex-direction:column;font-family:Orbitron,sans-serif;padding:40px 20px}.hero-main,.hero-section{align-items:center;display:flex}.hero-main{flex-wrap:wrap;justify-content:space-between;max-width:1200px;width:100%}.hero-text{flex:1 1;max-width:500px;padding:20px;text-align:left}.hero-text h1{color:#b19cd9;font-size:2.8rem;font-weight:700;margin-bottom:1rem}.typewriter-line{animation:typing 3.5s steps(18) forwards,blink-caret .75s step-end infinite;border-right:3px solid #b19cd9;color:#e0d7f5;display:inline-block;overflow:hidden;white-space:nowrap}.no-typewriter{animation:none;border:none;color:#e0d7f5;display:block;font-weight:700;margin-top:.4rem;white-space:normal}@keyframes typing{0%{width:0}to{width:100%}}@keyframes blink-caret{0%,to{border-color:#0000}50%{border-color:#b19cd9}}.hero-text p{color:#d1c4e9;font-size:1.3rem;line-height:1.6;margin-bottom:1.5rem}.hero-text h2{color:#b19cd9;font-size:1.8rem;font-weight:700;margin-bottom:1rem}.social-list{display:flex;gap:20px;list-style:none;padding:0}.social-list li{align-items:center;display:flex;font-size:1.2rem;gap:8px}.social-list a{color:#b19cd9;text-decoration:none;transition:color .3s ease}.social-list a:hover{color:#7a5fff}.social-icon{font-size:1.5rem}.hero-image{display:flex;flex:1 1;justify-content:flex-end;max-width:400px;padding:20px}.hero-img{background-color:#6a0dad;border:5px solid #b19cd9;border-radius:50%;box-shadow:0 0 20px #b19cd980;height:auto;max-height:400px;max-width:400px;object-fit:cover;width:100%}@media (max-width:768px){.hero-main{align-items:center;flex-direction:column;text-align:center}.hero-image,.hero-text{max-width:100%;padding:10px}.hero-image{justify-content:center}}.resume-buttons{display:flex;flex-wrap:wrap;gap:15px;margin-top:1rem}.resume-buttons .btn{align-items:center;background:linear-gradient(135deg,#7a5fff,#b19cd9);border:none;border-radius:8px;box-shadow:0 4px 10px #b19cd980;color:#f5f5f5;cursor:pointer;display:inline-flex;font-size:1.1rem;font-weight:600;justify-content:center;padding:10px 22px;text-decoration:none;transition:background .3s ease,box-shadow .3s ease}.resume-buttons .btn:hover{background:linear-gradient(135deg,#b19cd9,#7a5fff);box-shadow:0 6px 14px #b19cd9cc;color:#fff}.contact-section{background:linear-gradient(135deg,#6a0dad26,#b388ff1a);border-radius:16px;box-shadow:0 8px 24px #6a0dad4d;color:#ede7f6;font-family:Orbitron,sans-serif;margin:80px auto 0;max-width:900px;padding:80px 24px;position:relative;text-align:center;z-index:1}.contact-section h2{color:#b19cd9;font-size:2.75rem;font-weight:800;margin-bottom:12px;text-shadow:1px 1px 4px #6a0dad4d}.contact-section p{color:#d1c4e9;font-size:1.1rem;font-weight:400;margin-bottom:36px}.contact-form{display:flex;flex-direction:column;gap:24px}.form-group{text-align:left}.form-group label{color:#d1c4e9;display:block;font-weight:600;margin-bottom:8px}.form-group input,.form-group textarea{background:#f3e5f5;border:1px solid #b19cd9;border-radius:10px;color:indigo;font-family:Orbitron,sans-serif;font-size:1rem;outline:none;padding:14px 16px;transition:border-color .3s ease,box-shadow .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#7b3fe4;box-shadow:0 0 6px #7b3fe466}.contact-btn{background:linear-gradient(135deg,#6a0dad,#b19cd9);border:none;border-radius:10px;box-shadow:0 4px 14px #6a0dad4d;color:#fff;cursor:pointer;font-family:Orbitron,sans-serif;font-weight:700;padding:16px;transition:transform .2s ease,background .3s ease}.contact-btn:hover{background:linear-gradient(135deg,indigo,#a780d9);transform:translateY(-2px)}@media (max-width:768px){.contact-section{margin-top:60px;padding:70px 20px}.contact-section h2{font-size:2.3rem}.contact-section p{font-size:1rem;margin-bottom:28px}.form-group input,.form-group textarea{font-size:.95rem;padding:12px 14px}.contact-btn{font-size:1rem;padding:14px}}@media (max-width:480px){.contact-section{padding:50px 14px}.contact-section h2{font-size:1.9rem}.contact-btn,.contact-section p{font-size:.95rem}.contact-btn{padding:12px}}.projects-section{background:#090909;color:#f5f5f5;padding:4rem 2rem;text-align:center}.projects-section h2{color:#b19cd9;font-size:clamp(1.8rem,4vw,2.5rem);margin-bottom:.5rem}.projects-section p{color:#aaa;font-size:clamp(.9rem,2vw,1rem);margin-top:.3rem}.projects-grid{display:flex;flex-wrap:wrap;gap:clamp(1rem,2vw,2rem);justify-content:center;margin-top:3rem}.project-vertical-card{background-color:#14121c;border-radius:16px;box-shadow:0 4px 18px #b19cd933;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;width:clamp(280px,45vw,320px)}.project-vertical-card:hover{box-shadow:0 6px 24px #b19cd94d;transform:translateY(-8px)}.project-image{border-bottom:3px solid #b19cd9;height:clamp(150px,25vw,200px);object-fit:cover;object-position:center;width:100%}.project-content{padding:1.5rem;text-align:left}.project-content h3{color:#e0d7f3;font-size:clamp(1.2rem,3vw,1.4rem);margin-bottom:.5rem}.project-content p{color:#bbb;font-size:clamp(.85rem,2vw,.95rem);margin-bottom:1rem}.tech-stack{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.2rem}.tech-stack span{background:#2c2c3e;border-radius:6px;color:#c5b2e2;font-size:clamp(.7rem,1.5vw,.8rem);font-weight:500;padding:.35rem .75rem}.project-links a{border:1px solid #b19cd9;border-radius:8px;color:#b19cd9;font-size:clamp(.75rem,1.5vw,.85rem);font-weight:600;margin-right:.6rem;outline-offset:2px;padding:.45rem 1rem;text-decoration:none;transition:all .3s ease}.project-links a:active,.project-links a:focus,.project-links a:hover{background-color:#b19cd9;box-shadow:0 0 5px #b19cd9;color:#14121c;outline:none}@media (max-width:768px){.projects-grid{gap:1.5rem}.project-vertical-card{max-width:400px;width:90%}}@media (max-width:480px){.project-vertical-card{max-width:100%;width:100%}.project-content h3{font-size:1.2rem}.project-content p,.project-links a,.tech-stack span{font-size:.8rem}}.tech-grid{align-items:center;background:#ffffff0d;border-radius:12px;flex-direction:column;margin-top:50px;max-width:1200px;padding:20px}.hex-row,.tech-grid{display:flex;gap:20px;width:100%}.hex-row{justify-content:center}.hex-row.offset{margin-left:60px}.hex{align-items:center;background:linear-gradient(135deg,#6a0dad,#b19cd9);box-shadow:0 0 10px #b19cd9b3;-webkit-clip-path:polygon(50% 0,93% 25%,93% 75%,50% 100%,7% 75%,7% 25%);clip-path:polygon(50% 0,93% 25%,93% 75%,50% 100%,7% 75%,7% 25%);cursor:pointer;display:flex;height:121px;justify-content:center;overflow:hidden;position:relative;transition:transform .3s ease,box-shadow .3s ease;-webkit-user-select:none;user-select:none;width:140px}.hex:hover{box-shadow:0 0 20px #b19cd9e6;transform:scale(1.1)}.hex-logo{filter:drop-shadow(0 0 3px rgba(0,0,0,.35));height:90px;left:50%;object-fit:contain;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);-webkit-user-select:none;user-select:none;width:90px;z-index:1}.hex-svg{z-index:0}.hex-overlay,.hex-svg{height:100%;left:0;position:absolute;top:0;width:100%}.hex-overlay{align-items:center;background:#6a0dadd9;color:#fff;display:flex;font-family:Orbitron,sans-serif;font-size:16px;font-weight:700;justify-content:center;opacity:0;padding:10px;pointer-events:none;text-align:center;transition:opacity .3s ease;-webkit-user-select:none;user-select:none;z-index:2}.hex:hover .hex-overlay{opacity:1}@media (max-width:768px){.tech-grid{padding:10px}.hex-row.offset{margin-left:30px}.hex{height:87px;width:100px}.hex-logo{height:60px;width:60px}.hex-overlay{font-size:14px}}.about-section{align-items:center;background-color:#090909;color:#f5f5f5;display:flex;flex-direction:column;font-family:Orbitron,sans-serif;gap:2rem;justify-content:center;min-height:100vh;padding:4rem 2rem;text-align:center}.about-section h2{color:#b19cd9;font-size:2.8rem;margin-bottom:.5rem}.about-section p{color:#ccc;font-size:1.15rem;line-height:1.6;margin:0 auto;max-width:700px}.techgrid-wrapper{display:flex;justify-content:center;margin-top:50px;width:100%}@media (max-width:768px){.about-section{padding:3rem 1rem}.about-section h2{font-size:2.2rem}.about-section p{font-size:1rem;max-width:90%}.techgrid-wrapper{align-items:center;flex-direction:column;margin-top:30px}}@media (max-width:480px){.about-section h2{font-size:1.8rem}.about-section p{font-size:.95rem}.techgrid-wrapper{gap:20px;padding:0 10px}}.footer{align-items:center;background:linear-gradient(90deg,#1e0045,indigo);border-top:2px solid #7b3fe4;box-shadow:0 -5px 20px #80008066;color:#ede7f6;display:flex;font-family:Orbitron,sans-serif;justify-content:center;margin-top:60px;padding:1.5rem 2rem}.footer-container{max-width:1200px;text-align:center;width:100%}.footer-text{font-size:1.1rem;font-weight:500;letter-spacing:.5px}@media (max-width:768px){.footer{padding:1rem 1.5rem}.footer-text{font-size:1rem}}@media (max-width:480px){.footer{flex-direction:column;padding:.8rem 1rem;text-align:center}.footer-text{font-size:.95rem;line-height:1.4}}body{background-color:#1e0045;font-family:Poppins,sans-serif}
/*# sourceMappingURL=main.2de7b880.css.map*/