@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_f367f3;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}body,html{overflow-x:hidden}*{margin:0;padding:0;box-sizing:border-box;text-decoration:none;border:none;outline:none;scroll-behavior:smooth;font-family:Lucida Sans,Lucida Sans Regular,Lucida Grande,Lucida Sans Unicode,Geneva,Verdana,sans-serif}html{font-size:60%;overflow-x:hidden}:root{--bg--color:#fff;--second--bg--color:#001005;---text--color:#fff;--main--color:#0068cb}body{background-color:var(--bg--color);color:var(---text--color)}.header{position:fixed;top:0;left:0;padding:3rem 12%;width:100%;background:transparent;display:flex;align-items:center;justify-content:space-between;z-index:100;transition:all .4s ease}.header.sticky{background:hsla(0,0%,100%,.98);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 12%;box-shadow:0 8px 30px rgba(0,0,0,.1);animation:slideDown .5s ease}@keyframes slideDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}#menu-icon{font-size:2.6rem;color:var(--main--color);display:none}.logo{font-size:3rem;font-weight:600;color:#000;cursor:pointer;transition:.3s ease}.logo:hover{transform:scale(1.1)}span{color:var(--main--color)}.navbar a{font-size:1.7rem;color:#000;margin-left:4rem;font-weight:500;border-bottom:3px solid transparent;transition:.2s ease}.navbar a:hover{border-bottom:3px solid var(--main--color);color:var(--main--color)}section{min-height:100vh;padding:8rem 12% 5rem}.Home{display:flex;align-items:center;justify-content:center;gap:4rem;padding-top:10rem}.Home-content{display:flex;flex-direction:column;text-align:left}.Home-content h1{font-size:5rem;margin-top:1.5rem;font-weight:700;line-height:1;color:#000}.Home-content h3{font-weight:6rem;font-size:2rem;margin:2rem 0 1rem;color:#000}.Home-content p{font-size:1.5rem;font-weight:500;line-height:3rem;color:#000}.Home-imeage{width:22vw;aspect-ratio:1/1;max-width:400px;min-width:250px;border-radius:50%;overflow:hidden;box-shadow:0 0 25px var(--main--color);transition:.4s ease-in-out;flex-shrink:0;display:flex;align-items:center;justify-content:center}.Home-imeage:hover{box-shadow:0 0 50px var(--main--color)}.Home-imeage img{width:100%!important;height:100%!important;object-fit:cover}.Home-imeage img:hover{box-shadow:0 0 30px var(--main--color)}#typing-text{font-weight:700;color:var(--main--color);border-right:2px solid var(--main--color);white-space:nowrap;overflow:hidden}@keyframes typing{0%{width:0}to{width:100%}}@keyframes blink-caret{0%,to{border-color:transparent}50%{border-color:var(--main--color)}}.social-icons a{display:inline-flex;align-items:center;justify-content:center;font-size:3rem;padding:1rem;background:transparent;border:2px solid var(--main--color);border-radius:50%;color:var(--main--color);margin:3rem .5rem;transition:.3s ease}.social-icons a:hover{color:var(---text--color);background-color:var(--main--color);transform:scale(1.2)translateY(-5px);box-shadow:0 0 25px var(--main--color)}.btn-group{display:flex;gap:1.5rem}.btn{display:inline-block;padding:1rem 4rem;background:var(--main--color);color:var(---text--color);border-radius:2rem;font-size:1.4rem;transition:.3s ease}.btn:hover{transform:scale(1s);box-shadow:0 0 25px var(--main--color)}.btn-group a:nth-of-type(2){background-color:transparent;color:var(--main--color);border:2px solid var(--main--color);box-shadow:0 0 25px transparent;font-weight:700}.btn-group a:nth-of-type(2):hover{box-shadow:0 0 25px var(--main--color);background-color:var(--main--color);color:var(---text--color)}.About{gap:10rem;background-color:#0169d92a}.About,.About-img{display:flex;justify-content:center;align-items:center}.About-img{width:22vw;aspect-ratio:1/1;max-width:400px;min-width:250px;border-radius:50%;overflow:hidden;box-shadow:0 0 25px var(--main--color);transition:.4s ease-in-out;flex-shrink:0}.About-img:hover{box-shadow:0 0 50px var(--main--color)}.About-img img{width:100%!important;height:100%!important;object-fit:cover}.About-content h2{font-size:7rem;color:#000}.About-content p{font-size:1.6rem;color:#000;line-height:2.9rem}.About-content .btn{margin:3rem 0}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-thumb{background-color:var(--main--color)}::-webkit-scrollbar-track{background-color:var(--bg--color)}.heading{text-align:center;font-size:5rem;margin:5rem 0;color:#000}.Services{background-color:var(--bg--color)}.Services,.Services h2{color:#000}.services-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2.4rem;gap:2.4rem;margin-left:-1.3rem}.service-box{display:flex;align-items:center;justify-content:center;background-color:#0169d9;height:300px;border-radius:2rem;cursor:pointer;border:4px solid transparent;transition:.4s ease-in-out;color:#fff}.service-box:hover{color:#fff;border:4px solid var(--main--color)}.service-box2,.service-box:hover{background-color:#0169d9;transform:scale(1.03)}.service-box2{height:300px;border-radius:2rem;cursor:pointer;border:4px solid transparent;transition:.4s ease-in-out;background-color:#4d74e04f;color:var(--main--color);border:4px solid var(--main--color)}.service-box2,.service-info{display:flex;align-items:center;justify-content:center}.service-info{flex-direction:column;text-align:center;padding:5rem}.service-info i{font-size:6rem}.service-info h4{font-size:2.3rem;margin:2rem 0}.service-info p{font-size:1.3rem;font-weight:500;line-height:2rem}.Projects{background-color:#0169d92a}.projects-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;padding:2rem 0}.project-box{background:#fff;border-radius:2rem;overflow:hidden;box-shadow:0 0 10px rgba(0,0,0,.1);transition:.3s ease;position:relative}.project-box:hover{transform:translateY(-10px);box-shadow:0 0 20px rgba(0,104,203,.3)}.project-box img{width:100%;height:200px;object-fit:cover}.project-info{padding:2rem}.project-info h4{font-size:2rem;color:#000;margin-bottom:1rem}.project-info p{font-size:1.4rem;color:#666;margin-bottom:1.5rem;line-height:1.6}.project-tech{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.project-tech span{background:var(--main--color);color:#fff;padding:.5rem 1rem;border-radius:2rem;font-size:1.2rem}.project-links{display:flex;gap:1.5rem}.project-links a{font-size:2rem;color:var(--main--color);transition:.3s ease}.project-links a:hover{color:#004c96}@media (max-width:768px){.projects-container{grid-template-columns:1fr;padding:1rem}.project-box{max-width:100%}.project-info h4{font-size:1.8rem}.project-info p{font-size:1.3rem}.project-tech span{font-size:1.1rem}}.Contact{background-color:#0169d9;width:100%}.Contact h2{margin-bottom:3rem 0;color:var(---text--color)}.Contact form{display:flex;align-items:center;justify-content:center;gap:3rem;margin:5rem 0;text-align:center}.btn1{display:inline-block;padding:1rem 4rem;background:#0169d9;color:#fff;border:2px solid #fff;border-radius:2rem;font-size:1.4rem;transition:.3s ease;font-weight:600;cursor:pointer}.btn1:hover{background:#fff;color:#000;border:2px solid #fff;transition:.3s}.Contact form .input-box input,.Contact form textarea{width:100%;padding:2.4rem;font-size:1.6rem;color:#000;background-color:var(--bg--color);border-radius:2rem;border:2px solid var(--main--color);resize:none;margin:1.5rem 1.5rem 1.5rem .1rem}.footer{background-color:#fff;padding:50px 0}.footer .social-icons{text-align:center;background-color:#fff}.footer ul{text-align:center;font-size:1.4rem}.footer ul li{display:inline-block;margin-left:20px}.footer ul li a{color:#000;border-bottom:2px solid transparent;transition:.3s ease-in-out;font-weight:600}.footer ul li a:hover{border-bottom:3px solid var(--main--color)}.footer .copyright{text-align:center;margin-top:30px;font-size:1.2rem;color:#000}@media (max-width:1024px){#menu-icon{display:block}.navbar{position:absolute;top:100%;right:0;width:50%;padding:1rem 3rem;background-color:rgba(27,26,26,.342);border-left:2px solid var(--main--color);border-bottom:2px solid var(--main--color);border-bottom-left-radius:2.2rem;display:none;transition:transform .4s ease-in-out}.navbar a{display:block;font-size:2rem;margin:3rem 0;color:var(---text--color)}.navbar.active{display:block;transition:.5s}.Home{flex-direction:column-reverse;margin:5rem 0;gap:4rem}.Home-content{align-items:center;text-align:center}.Home-imeage img{width:70vw;max-width:300px}.Home-content h1{font-size:2.8rem}.Home-content p{font-size:1.3rem}.About{flex-direction:column-reverse}.About,.About h2{text-align:center}.About h2{margin:3rem 0;font-size:3.4rem}.About p{font-size:1.2rem;line-height:2.3rem}.About-img img{width:70vw;max-width:300px;margin-top:-20px}.service-box,.service-box2{margin-bottom:2rem}.service-info p{font-size:1.2rem;width:28rem}.Contact h2,.Services h2{font-size:3.4rem}.Contact form{flex-direction:column}.btn-group a{font-size:12px;padding:1rem 2rem}}.Experience{background:linear-gradient(135deg,#f8fbff,#eaf2ff)}.experience-container{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;gap:3rem;padding:2rem 0}.exp-card{background:hsla(0,0%,100%,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(1,104,203,.1);border-radius:2rem;padding:3rem;display:flex;gap:3rem;align-items:flex-start;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden}.exp-card:before{content:"";position:absolute;top:0;left:0;width:6px;height:100%;background:var(--main--color);transition:width .3s ease}.exp-card:hover{transform:translateX(15px) scale(1.02);box-shadow:0 20px 40px rgba(1,104,203,.1);background:#fff}.exp-card:hover:before{width:12px}.exp-icon{min-width:70px;height:70px;background:#0169d915;border-radius:1.5rem;display:flex;align-items:center;justify-content:center;font-size:3.5rem;color:var(--main--color)}.exp-info{flex:1 1}.exp-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.exp-meta h3{font-size:2.4rem;color:#000;font-weight:700;margin-bottom:.5rem}.exp-meta h4{font-size:1.8rem;color:var(--main--color);font-weight:600}.exp-date{background:var(--main--color);color:#fff;padding:.6rem 1.5rem;border-radius:3rem;font-size:1.3rem;font-weight:600;white-space:nowrap}.exp-desc{font-size:1.5rem;color:#555;line-height:1.7;margin-top:1rem}@media (max-width:768px){.exp-card{flex-direction:column;gap:2rem;padding:2.5rem}.exp-header{flex-direction:column;gap:1rem}.exp-card:hover{transform:translateY(-10px)}}.project-features{list-style:none;margin:1.5rem 0;padding:0}.project-features li{font-size:1.3rem;color:#444;padding-left:2.5rem;position:relative;margin-bottom:.8rem;line-height:1.4}.project-features li:before{content:"";position:absolute;left:.5rem;top:.7rem;width:6px;height:6px;background-color:var(--main--color);border-radius:50%}