@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins!important;font-weight:600}html{scroll-behavior:smooth}body{font-family:Poppins!important;color:#333;background-color:#fff}h1,h2,h3,h4,h5,h6{color:#000}p{color:#555}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:block;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s;color:#fff}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{width:100%;margin:0;padding:0;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.header-container{width:100%}.header-nav{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 3rem;background-color:#fff;box-shadow:0 2px 8px #0000001a}.header-nav-list{display:flex;list-style:none;gap:2rem;margin:0 0 0 300px;padding:0}.header-nav-list a{text-decoration:none;color:#333;font-weight:400!important;transition:color .3s ease;display:inline-block;transition:color .3s ease,transform .3s ease}.header-nav-list a:hover{color:#6366f1;transform:scale(1.1)}.header-cv-btn{background-color:#6366f1;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-weight:400!important;cursor:pointer;transition:background-color .3s ease}.header-cv-btn:hover{background-color:#8580da;transform:scale(1.1)}@media(max-width:768px){.header-nav{flex-direction:column;gap:1rem;padding:1rem}.header-nav-list{flex-wrap:wrap;justify-content:center;gap:1rem;margin-left:0}}body{margin:0;display:block!important;place-items:unset!important;min-width:100%!important}#root{max-width:100%!important;margin:0!important;padding:0!important;text-align:left!important;width:100%}.hero-container{display:flex;align-items:center;justify-content:space-between;padding:0 10%;height:100vh;width:100%;box-sizing:border-box;background-color:#fff}.left{flex:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding-right:50px}.left h1.Intro{font-size:1.5rem;font-weight:700;color:#333;margin:0}.left h2.name{font-size:4rem;font-weight:800;color:#6b76ff;margin:5px 0;line-height:1.1}.left h2.continue{font-size:1.5rem;font-weight:700;color:#333;margin:10px 0 0}.left h2.contrast{font-size:4rem;font-weight:600;color:#000;margin:0;line-height:1.1}.contrast{margin-left:100px!important;font-weight:800}.left p{color:#666;font-size:1rem;line-height:1.6;margin:20px 0 30px;max-width:90%}.left button{background-color:#6b76ff;color:#fff;border:none;padding:15px 40px;font-size:1rem;font-weight:700;border-radius:8px;cursor:pointer;box-shadow:0 10px 20px #6b76ff4d;transition:transform .2s}.left button:hover{transform:translateY(-2px)}.right{flex:1;display:flex;flex-direction:column;align-items:flex-end;justify-content:center}.img{width:100%;max-width:600px;height:auto;object-fit:cover;border-radius:20px}.social-icons{display:flex;gap:15px;margin-top:20px}.social-icons a{color:#000;font-size:1.5rem;transition:color .3s}.social-icons a:hover{color:#6b76ff}.hire-btn{background-color:#6366f1;color:#fff;padding:10px 20px;border-radius:6px;text-decoration:none;display:inline-block;font-weight:700;font-size:1rem;transition:transform .3s ease,background-color .3s ease;cursor:pointer;border:none}.hire-btn:hover{background-color:#8580da;transform:scale(1.05)}@media(max-width:900px){.hero-container{flex-direction:column-reverse;height:auto;padding:50px 5%;text-align:center}.left{align-items:center;padding-right:0;margin-top:30px}.contrast{margin-left:0!important}.right{align-items:center}#root{text-align:center!important}}.main-container{padding:50px 10%}.about-section{display:flex;align-items:center;justify-content:center;gap:50px;margin-bottom:100px}.about-image{flex:1;display:flex;justify-content:center}.about-image img{width:100%;max-width:600px;border-radius:10px;object-fit:cover}.about-text{flex:1;text-align:left;margin-left:100px}.about-text h2{font-size:3rem;font-weight:600;margin-bottom:20px;color:#000}.about-text p{color:#555;line-height:1.6;max-width:400px}.services-section{text-align:center;margin-bottom:100px}.section-title{font-size:3rem;font-weight:600;margin-bottom:15px;color:#000}.section-subtitle{color:#555;max-width:600px;margin:0 auto 50px;line-height:1.5}.services-cards{display:flex;gap:30px;justify-content:space-between}.card{background-color:#f8f8f8;flex:1;padding:40px 20px;border-radius:25px;text-align:left;transition:transform .3s ease}.card:hover{transform:translateY(-5px);background-color:#f0f0f0}.card h3{font-size:1.5rem;font-weight:600;margin-bottom:15px;color:#000;min-height:60px;display:flex;align-items:center}.card p{font-size:.9rem;color:#555;line-height:1.5}@media(max-width:900px){.about-section{flex-direction:column;text-align:center}.about-image{justify-content:center}.about-text{align-items:center;display:flex;flex-direction:column}.services-cards{flex-direction:column}}.central{text-align:center;padding:80px 10%;background-color:#fff}.central h1{font-size:3rem;font-weight:600;margin-bottom:20px;color:#000}.subtitle{color:#555;max-width:600px;margin:0 auto 60px;line-height:1.5;font-size:1rem}.boxes{display:flex;justify-content:center;align-items:center;gap:75px;flex-wrap:wrap}.icon-box svg{font-size:4.5rem;color:#000;transition:transform .3s,color .3s;cursor:pointer}.icon-box svg:hover{transform:translateY(-10px);color:#6b76ff}@media(max-width:768px){.boxes{gap:20px}.icon-box svg{font-size:3rem}}.projects-section{padding:60px 20px;background-color:#fff;text-align:center}.container{max-width:1200px;margin:0 auto}.projects-section h2{font-size:2.5rem;margin-bottom:10px;color:#333}.subtitle{color:#666;margin-bottom:40px}.filters{margin-bottom:40px;display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.filters button{padding:8px 20px;border:1px solid #ddd;background:#f9f9f9;border-radius:20px;cursor:pointer;transition:all .3s ease;font-weight:500;color:#555}.filters button:hover,.filters button.active{background-color:#5d5dff;color:#fff;border-color:#5d5dff}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.project-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 4px 15px #0000000d;text-decoration:none;color:inherit;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;text-align:left;border:1px solid #eee}.project-card:hover{transform:translateY(-10px);box-shadow:0 10px 25px #00000026}.image-container{width:100%;height:200px;overflow:hidden}.image-container img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.project-card:hover .image-container img{transform:scale(1.05)}.card-content{padding:20px;background:#fff;position:relative;z-index:2}.category-tag{font-size:.8rem;font-weight:600;color:#5d5dff;text-transform:uppercase;display:block;margin-bottom:5px}.card-content h3{margin:0 0 10px;font-size:1.5rem;color:#222}.description-wrapper{max-height:0;overflow:hidden;opacity:0;transition:max-height .5s ease,opacity .5s ease}.description-wrapper p{font-size:.95rem;color:#555;line-height:1.5;margin-bottom:15px}.link-text{font-size:.9rem;font-weight:600;color:#333}.project-card:hover .description-wrapper{max-height:200px;opacity:1}.footer-wrapper{background-color:#fff;width:100%;display:flex;flex-direction:column;align-items:center;padding-top:40px}.footer-icons{display:flex;justify-content:center;gap:30px;margin-bottom:40px}.icon-link{color:#000;width:32px;height:32px;transition:color .3s ease,transform .3s ease;display:flex;align-items:center;justify-content:center}.icon-link svg{width:100%;height:100%}.icon-link:hover{color:#5d5dff;transform:translateY(-3px)}.footer-bottom{background-color:#333;width:100%;padding:20px 0;text-align:center}.footer-bottom p{color:#fff;font-size:.9rem;margin:0}.footer-bottom .highlight{font-weight:600;color:#5d5dff}
