:root{--max-width:1100px;--border-radius:12px;--font-mono:ui-monospace,Menlo,Monaco,"Cascadia Mono","Segoe UI Mono","Roboto Mono","Oxygen Mono","Ubuntu Monospace","Source Code Pro","Fira Mono","Droid Sans Mono","Courier New",monospace;--foreground-rgb:0,0,0;--background-start-rgb:214,219,220;--background-end-rgb:255,255,255;--primary-glow:conic-gradient(from 180deg at 50% 50%,#16abff33 0deg,#0885ff33 55deg,#54d6ff33 120deg,#0071ff33 160deg,transparent 360deg);--secondary-glow:radial-gradient(#fff,hsla(0,0%,100%,0));--tile-start-rgb:239,245,249;--tile-end-rgb:228,232,233;--tile-border:conic-gradient(#00000080,#00000040,#00000030,#00000020,#00000010,#00000010,#00000080);--callout-rgb:238,240,241;--callout-border-rgb:172,175,176;--card-rgb:180,185,188;--card-border-rgb:131,134,135}@media (prefers-color-scheme:dark){:root{--foreground-rgb:255,255,255;--background-start-rgb:0,0,0;--background-end-rgb:0,0,0;--primary-glow:radial-gradient(rgba(1,65,255,.4),rgba(1,65,255,0));--secondary-glow:linear-gradient(to bottom right,rgba(1,65,255,0),rgba(1,65,255,0),rgba(1,65,255,.3));--tile-start-rgb:2,13,46;--tile-end-rgb:2,5,19;--tile-border:conic-gradient(#ffffff80,#ffffff40,#ffffff30,#ffffff20,#ffffff10,#ffffff10,#ffffff80);--callout-rgb:20,20,20;--callout-border-rgb:108,108,108;--card-rgb:100,100,100;--card-border-rgb:200,200,200}}body,html{max-width:100vw;overflow-x:hidden}body{color:rgb(var(--foreground-rgb));background:linear-gradient(to bottom,transparent,rgb(var(--background-end-rgb))) rgb(var(--background-start-rgb))}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.smallerApp{justify-content:center;max-width:1200px;margin:auto}.contact{display:flex;min-height:70vh;flex-direction:column;align-items:center;margin-top:3rem;width:100%}.contact .content{display:flex;width:100%;margin-top:auto;margin-bottom:auto;align-self:center;justify-self:center}.contact .left{flex:1 1;overflow:hidden}.contact .left img{height:100%}.contact .right{flex:1 1}.contact .right,form{display:flex;flex-direction:column;align-items:center;justify-content:space-around}form{padding:30px 20px 15px;margin-bottom:50px;box-shadow:2px 2px 10px gray}form input{margin-bottom:1rem}form input,form textarea{width:300px;padding:.6rem 1rem;font-size:1rem;border:1px solid grey}form textarea{min-height:200px}form button{width:150px;margin-bottom:1rem}@media screen and (max-width:800px){.contact{min-height:55vh}.contact .content{flex-direction:column;margin-top:0}.contact .left{display:none}}:root{--primary-color:rgba(0,0,0,.774)}body,html{scroll-behavior:smooth;scroll-snap-type:y;overflow-x:clip}*{margin:0;padding:0;box-sizing:border-box}body{width:100%;background:#fff;background-repeat:no-repeat;height:100vh;margin:0 auto;font-family:Nunito,sans-serif}.app-container{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;height:100%}.button:hover{transition:all .3s ease 0s;transform:translateY(-3px)}.button{background-color:var(--primary-color);border:1px solid transparent;color:#fff;min-width:180px;font-weight:600;padding:.8rem 2rem;border-radius:2px;text-align:center;text-decoration:none;outline:none;margin-top:.8rem;font-size:.9rem;cursor:pointer;transition:all .3s ease-in-out 0s}.none{display:none}.icon{margin-right:.5rem}@media screen and (min-width:950px){.button{padding:.9rem 2.2rem;font-size:1rem}.none{display:inline-block}}.heading-container{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.heading{margin-top:3rem;font-weight:500;font-size:1.7rem;text-align:center}.heading-container span{display:inline-block;margin:0 auto;height:3px;background:var(--primary-color);width:20px;border-radius:20px}@media screen and (min-width:600px){.heading{font-size:3rem}.heading-container span{height:5px;width:35px}}.switch{--width-of-switch:3.5em;--height-of-switch:2em;--size-of-icon:1.4em;--slider-offset:0.3em;position:relative;width:var(--width-of-switch);height:var(--height-of-switch)}.switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#f4f4f5;border-radius:30px;border:1px solid grey}.slider,.slider:before{position:absolute;transition:.4s}.slider:before{content:"";height:var(--size-of-icon,1.4em);width:var(--size-of-icon,1.4em);border-radius:20px;left:var(--slider-offset,.3em);top:50%;transform:translateY(-50%);background:linear-gradient(40deg,#ff0080,#ff8c00 70%)}input:checked+.slider{background-color:#303136}input:checked+.slider:before{left:calc(100% - (var(--size-of-icon, 1.4em) + var(--slider-offset, .3em)));background:#303136;box-shadow:inset -3px -2px 5px -2px #8983f7,inset -10px -4px 0 0 #a3dafb}.portfolio{flex-direction:column;width:100%}.portfolio,.portfolio .list{display:flex;align-items:center}.portfolio .list{margin:10px;padding:0;list-style:none;width:85%;justify-content:space-around}.row{flex-wrap:wrap;padding:0 2rem;align-items:center}.column,.row{display:flex;justify-content:center}.column{min-width:25%;width:90%;margin:1.2rem auto auto;align-self:normal!important;border-radius:5px;box-shadow:1px 1px 4px gray;color:#fff;transition:all .6s ease;position:relative;align-items:flex-end}.column img{border-radius:5px;vertical-align:middle;width:100%;height:100%;object-fit:cover;opacity:1}.overlay{position:absolute;width:100%;background-color:rgba(0,0,0,.623);padding:1rem 1.5rem;display:flex;transition:all .5s ease}.overlay .left{flex:2 1;display:flex;flex-direction:column;justify-content:center}.overlay h3{font-weight:700;font-size:.9rem}.overlay p{font-size:.7rem;color:#f5f1f1}.overlay .right{flex:1 1;display:flex;justify-content:flex-end;align-items:center}.right .icon{cursor:pointer;color:hsla(0,0%,100%,.89)}.right .icon:hover{color:#fff;transform:scale(1)}.intermediate{display:"inline-block";width:"50%"}@media screen and (min-width:500px){.overlay h3{font-size:1.2rem}.overlay p{font-size:1rem}}@media screen and (max-width:700px){.column{flex:90% 1;max-width:90%;margin:1rem 0 0}.row{flex-direction:column}}@media screen and (min-width:701px){.column{flex:90% 1;max-width:90%;transition:all 2s ease;overflow:hidden}.column img{z-index:0;opacity:1}.column:hover img{opacity:.5;z-index:0}.overlay{position:absolute;padding:1rem 1.5rem;transition:all .5s ease;bottom:-300px}.column:hover .overlay{bottom:0}.portfolio .list{width:60%;justify-content:space-evenly}}.services-card{box-shadow:0 1px 6px gray;width:100%;padding:1.2rem 1.5rem .3rem;text-align:center;margin:.8rem 1.2rem;transition:all .3s ease;border-radius:.25rem;display:flex;flex-direction:column;align-items:center;justify-content:center;align-self:normal}.services-card:hover{box-shadow:0 1px 10px gray}.services-card img{width:60px}.services-card h2{font-size:1.2rem;margin-top:.2rem;font-weight:700}.services-card .tags{padding-top:.3rem;padding-bottom:.5rem;width:100%;margin-top:1.2rem}.services-card .tags span{display:inline-block;font-size:.7rem;color:#31353b;padding:.25rem .75rem;border-radius:9999px;margin-right:.3rem;margin-bottom:.3rem;background-color:#d6dce2;font-weight:800;letter-spacing:.7px}@media screen and (min-width:600px){.services-card h2{font-size:1.6rem}.services-card .tags span{font-size:.9rem;font-weight:700}.services-card img{width:65px}}@media screen and (min-width:900px){.services-card{flex:1 1;max-width:600px;min-width:400px}}.services-container{justify-content:space-between;flex-direction:column;font-size:1.3rem}.services-cards,.services-container{align-items:center;display:flex;width:100%}.services-cards{margin-top:2rem;justify-content:center;flex-wrap:wrap;padding:0 2rem}@media screen and (min-width:1125px){.services-cards{padding:0}}