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}.welcome-container{align-items:center;background:linear-gradient(135deg,#007bff,#6f42c1);color:#fff;display:flex;flex-direction:column;justify-content:center;min-height:100vh;overflow:hidden;padding:20px;text-align:center}.welcome-title{font-size:3rem;font-weight:700;letter-spacing:1px;margin-bottom:20px}.welcome-text{color:#f3f3f3;font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:600px}.welcome-button{background:#fff;border:none;border-radius:30px;box-shadow:0 4px 10px #0003;color:#6f42c1;cursor:pointer;font-size:1rem;font-weight:700;margin-top:30px;padding:12px 28px;transition:all .3s ease}.welcome-button:hover{background:#f8f9fa;transform:scale(1.05)}.welcome-container{animation:fadeIn 1.5s ease}.portfolio-header{background-color:#0a0a23;color:#fff;padding:15px 0;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;width:90%}.logo{font-size:26px;font-weight:700;letter-spacing:1px}.logo span{color:#007bff}.nav-links{display:flex;gap:25px;transition:all .3s ease}.nav-links a{color:#fff;font-weight:500;text-decoration:none;transition:color .3s ease}.nav-links a:hover{color:#007bff}.menu-icon{cursor:pointer;display:none;flex-direction:column}.bar{background-color:#fff;height:3px;margin:4px 0;transition:.4s;width:25px}@media (max-width:768px){.menu-icon{display:flex}.nav-links{background-color:#0a0a23;flex-direction:column;max-height:0;overflow:hidden;position:absolute;right:0;text-align:center;top:60px;width:100%}.nav-links.open{max-height:300px;padding:10px 0}.nav-links a{display:block;padding:10px 0}.bar.open:first-child{transform:rotate(45deg) translateY(8px)}.bar.open:nth-child(2){opacity:0}.bar.open:nth-child(3){transform:rotate(-45deg) translateY(-8px)}}.about-page{background:linear-gradient(135deg,#6f42c1,#007bff);color:#fff;justify-content:center;min-height:100vh;padding:40px 20px}.about-container,.about-page{align-items:center;display:flex}.about-container{animation:fadeIn 1.2s ease-in-out;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff1a;border-radius:20px;box-shadow:0 8px 20px #0000004d;flex-direction:column;max-width:900px;padding:40px;text-align:center}.about-photo{border:4px solid #fff;border-radius:50%;box-shadow:0 6px 15px #0000004d;height:160px;margin-bottom:25px;object-fit:cover;width:160px}.about-title{color:#fff;font-size:2.5rem;margin-bottom:20px}.about-intro{color:#f1f1f1;font-size:1.1rem;line-height:1.7;margin-bottom:20px}.about-info h1{color:#fff;font-size:1.5rem;margin-bottom:10px}.about-info p{font-size:1rem;letter-spacing:.5px;margin:8px 0}.about-extra{color:#e2e2e2;font-size:1.05rem}.about-extra,.skills-section{margin-top:20px}.skills-section h1{color:#fff;margin-bottom:10px}.skills-logos{align-items:center;display:flex;flex-wrap:wrap;gap:15px;justify-content:center;margin-top:10px}.skills-logos img{filter:brightness(.95);height:50px;object-fit:contain;transition:transform .3s ease,filter .3s ease;width:50px}.skills-logos img:hover{filter:brightness(1.1);transform:scale(1.1)}@media (max-width:992px){.about-container{padding:30px}.about-title{font-size:2rem}.about-photo{height:140px;width:140px}.about-info{max-width:500px}.skills-logos img{height:45px;width:45px}}@media (max-width:600px){.about-page{padding:20px 10px}.about-container{padding:25px 15px}.about-title{font-size:1.8rem}.about-extra,.about-info p,.about-intro{font-size:.95rem;line-height:1.6}.about-info{max-width:100%;padding:15px}.skills-logos{gap:10px}.skills-logos img{height:40px;width:40px}}.contact-container{align-items:center;animation:fadeIn 1.5s ease;background:linear-gradient(135deg,#6f42c1,#007bff);display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:20px}.contact-card{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff1a;border-radius:20px;box-shadow:0 8px 25px #0000004d;max-width:450px;padding:40px 30px;text-align:center;transition:transform .3s ease,box-shadow .3s ease;width:100%}.contact-card:hover{box-shadow:0 12px 35px #0006;transform:translateY(-5px)}.contact-h1{color:#fff}.contact-title{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:15px}.contact-text{color:#f1f1f1;font-size:1.1rem;line-height:1.6;margin-bottom:30px}.social-links{display:flex;gap:25px;justify-content:center;padding:50px}.social-icon img{filter:brightness(0) invert(1);height:45px;transition:transform .3s ease,filter .3s ease;width:45px}.social-icon img:hover{filter:brightness(1) invert(0);transform:scale(1.2)}@keyframes fadeIn{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (max-width:480px){.contact-card{padding:30px 20px}.social-icon img{height:40px;width:40px}}.projects-page{background:linear-gradient(135deg,#007bff,#6f42c1);color:#fff;min-height:100vh;padding:60px 20px;text-align:center}.projects-title{font-size:2.8rem;font-weight:700;margin-bottom:40px}.projects-container{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1200px}.project-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:20px;box-shadow:0 8px 20px #0000004d;display:flex;flex-direction:column;justify-content:flex-start;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{box-shadow:0 12px 25px #00000080;transform:translateY(-10px)}.project-image-wrapper{border-radius:20px 20px 0 0;height:200px;overflow:hidden;width:100%}.project-image{height:100%;object-fit:cover;transition:transform .4s ease;width:100%}.project-card:hover .project-image{transform:scale(1.1)}.project-content{display:flex;flex-direction:column;flex-grow:1;padding:20px}.project-card-title{font-size:1.5rem;margin-bottom:15px}.project-card-desc{color:#f1f1f1;flex-grow:1;font-size:1rem;line-height:1.5;margin-bottom:20px}.project-card-link{background:#fff;border-radius:25px;color:#6f42c1;display:inline-block;font-weight:700;margin-top:auto;padding:10px 20px;text-decoration:none;transition:all .3s ease}.project-card-link:hover{background:#f1f1f1;transform:scale(1.05)}
/*# sourceMappingURL=main.3bc42f9a.css.map*/