.nav__list{margin-right:1.5em;display:flex}.nav__list-item{margin-left:1.5em}.app .nav__hamburger{display:none}.nav__theme{margin-top:.4em}@media (max-width:600px){.nav__list{display:none;flex-direction:column;justify-content:center;align-items:center;position:fixed;inset:0;width:100%;height:100%;z-index:2}.nav__list-item{margin:.5em 0}.app .nav__hamburger{display:flex;z-index:2;margin-left:.8em}}.header{height:8em;max-width:1100px;width:95%;margin:0 auto;justify-content:space-between}@media (max-width:600px){.header{height:6em}}.about{flex-direction:column;margin-top:3em}.about__name{color:var(--clr-primary)}.about__role{margin-top:1.2em}.about__desc{font-size:1.1rem;max-width:600px;white-space:pre-wrap;margin-left:0;margin-right:auto}.about__contact,.about__desc{margin-top:2.4em}.about .link--icon{margin-right:.8em}.about .btn--outline{margin-right:1em}@media (max-width:600px){.app .about{align-items:flex-start;margin-top:2em}}.about__header{display:flex;align-items:center;grid-gap:1.5rem;gap:1.5rem;margin-bottom:1.5rem}.about__picture{margin-right:1rem;width:auto;height:auto;object-fit:contain;border-radius:.7rem;object-fit:cover;box-shadow:0 4px 10px rgba(0,0,0,.15)}@media (max-width:1000px){.about__header{flex-direction:column;align-items:center}.about__picture{max-width:250px;max-height:250px}.about__desc{max-width:75vw}}@media (min-width:1000px){.about__picture{max-width:350px}}.project{padding:2em;margin:0 auto;text-align:center;box-shadow:var(--shadow);transition:-webkit-transform .2s linear;transition:transform .2s linear;transition:transform .2s linear,-webkit-transform .2s linear}.project:hover{-webkit-transform:translateY(-7px);transform:translateY(-7px)}.project__description{margin-top:1em}.project__stack{display:flex;flex-wrap:wrap;justify-content:center;margin:1.2em 0}.project__stack-item{margin:.5em;font-weight:500;font-size:.8rem;color:var(--clr-fg-alt)}.project .link--icon{margin-left:.5em}.projects__grid{grid-gap:1em;gap:1em;grid-auto-rows:5px}.projects__image{width:auto;height:200px;border-radius:.75rem;object-fit:contain;object-position:center}.projects__grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(18em,1fr));grid-gap:2em;gap:2em;grid-auto-rows:10px}.project-showcase{padding:2rem 0}.project-showcase .center{display:block}.project-showcase__header{margin-bottom:3rem;margin-right:3rem;padding-bottom:2rem;border-bottom:1px solid var(--clr-primary)}.project-showcase .section__title{word-wrap:break-word;overflow-wrap:break-word;font-size:2.5rem;margin-bottom:1rem;color:var(--clr-fg-alt)}.project__description{word-wrap:break-word;overflow-wrap:break-word;white-space:pre-wrap;font-size:1.125rem;line-height:1.7;color:var(--clr-fg);margin-bottom:1.5rem}.project__stack-wrapper{margin-bottom:1.5rem}.project__stack-title{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--clr-fg-alt);margin-bottom:.75rem}.project-showcase .project__stack{list-style:none;padding:0;display:flex;grid-gap:.75rem;gap:.75rem;flex-wrap:wrap}.project-showcase .project__stack-item{background:var(--clr-bg-alt);padding:.5rem 1rem;border-radius:6px;font-size:.9rem;font-weight:500;box-shadow:var(--shadow);transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.project-showcase .project__stack-item:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px)}.project-showcase .project__links{margin-top:1.5rem;display:flex;grid-gap:1rem;gap:1rem;flex-wrap:wrap}.project__back-link{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--clr-fg)}.project__back-link .link{display:inline-block;font-size:1rem}.project-link{text-decoration:none;color:inherit;display:block;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.project-section{margin:2rem 0}.project-section__title{margin-bottom:.5rem;word-wrap:break-word;overflow-wrap:break-word}.project-section__text{margin-bottom:1rem;word-wrap:break-word;overflow-wrap:break-word;white-space:pre-wrap}.project-gallery{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem;margin:1.5rem 0;max-width:100%}.project-gallery.single-image{grid-template-columns:1fr;max-width:800px;margin-left:auto;margin-right:auto}.project-gallery.two-images{grid-template-columns:repeat(2,1fr);max-width:100%}.project-gallery__item{cursor:pointer;background-color:var(--clr-bg-alt);border:none;padding:0;display:block;width:100%;text-align:left;position:relative;overflow:hidden;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:box-shadow .3s ease,-webkit-transform .3s ease;transition:box-shadow .3s ease,transform .3s ease;transition:box-shadow .3s ease,transform .3s ease,-webkit-transform .3s ease}.project-gallery__item:hover{box-shadow:0 4px 16px rgba(0,0,0,.15);-webkit-transform:translateY(-2px);transform:translateY(-2px)}.project-gallery__item img{width:100%;height:auto;max-height:350px;object-fit:contain;object-position:center;display:block;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.project-gallery.single-image .project-gallery__item img{max-height:500px}.project-gallery__item:hover img{-webkit-transform:scale(1.05);transform:scale(1.05)}.project-gallery__caption{font-size:.875rem;margin-top:.5rem;padding:0 .25rem;color:var(--clr-fg-alt);word-wrap:break-word;overflow-wrap:break-word}.project-gallery__caption-title{font-weight:600;font-size:1.2rem;margin-bottom:.25rem;margin-top:.5rem;color:var(--clr-fg);padding-left:.5rem}.project-gallery__caption-text{font-size:.9rem;padding:.5rem;color:var(--clr-fg);line-height:1.5}@media (max-width:768px),(max-width:1024px) and (orientation:portrait){.project-gallery,.project-gallery.two-images{grid-template-columns:1fr}}@media (max-width:768px){.project-showcase .section__title{font-size:2rem}.project__description{font-size:1rem}.project-showcase .project__stack-item{padding:.4rem .75rem;font-size:.85rem}.project-gallery{grid-gap:1rem;gap:1rem}.project-modal__content{width:95%;padding:.75rem}.project-modal__content img{max-height:70vh}.project-modal__nav{font-size:1.75rem;padding:.5rem .75rem;left:.5rem}.project-modal__nav--next{right:.5rem;left:auto}.project-modal__counter{font-size:.8rem;padding:.4rem .8rem}}.project-modal{position:fixed;inset:0;background:rgba(--clr-bg-alt);display:flex;align-items:center;justify-content:center;z-index:2000;border:none;padding:0;width:100%;height:100%}.project-modal__content{background:#fff;padding:1rem;max-width:1200px;width:90%;max-height:90vh;overflow:auto;border-radius:6px;position:relative;word-wrap:break-word;overflow-wrap:break-word;display:flex;flex-direction:column;align-items:center}.project-modal__image-container{position:relative;display:flex;align-items:center;justify-content:center;max-width:90vw;width:100%}.project-modal__content img{max-width:88%;max-height:80vh;height:auto;display:block;margin:0 auto;object-fit:contain;border-radius:.8rem}.project-modal__info{margin-top:1rem;display:flex;flex-direction:column;grid-gap:1rem;gap:1rem;align-items:center;width:100%}.project-modal__link{margin-top:.5rem}.project-modal__link .link{font-size:1.6rem;font-weight:600;margin-bottom:.5rem}.project-modal__close{top:8px;right:8px;background:transparent;border:0;font-size:1.6rem;padding:.25rem}.project-modal__close,.project-modal__nav{position:absolute;cursor:pointer;line-height:1;z-index:10}.project-modal__nav{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:rgba(0,0,0,.6);color:#fff;border:none;font-size:2.5rem;padding:.75rem 1rem;transition:background .3s ease;border-radius:4px}.project-modal__nav:hover{background:rgba(0,0,0,.9)}.project-modal__nav--prev{left:1rem}.project-modal__nav--next{right:1rem}.project-modal__counter{position:absolute;bottom:8px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);background:rgba(0,0,0,.7);color:#fff;padding:.5rem 1rem;border-radius:4px;font-size:.9rem;z-index:10}.project-modal__caption{margin-top:.5rem;font-size:xx-large;text-align:center;word-wrap:break-word;overflow-wrap:break-word;color:#23283e}.skills__list{max-width:450px;width:95%;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:center}.skills__list-item{margin:.5em}.scroll-top{position:fixed;bottom:2em;right:4em;background-color:transparent}@media (max-width:900px){.scroll-top{display:none}}.contact{flex-direction:column}.footer{padding:3em 0;margin-top:4em;text-align:center}.footer__link{font-size:.9rem;font-weight:600;color:var(--clr-fg)}@media (max-width:600px){.footer{padding:2em;margin-top:3em}}.app{font-family:"Poppins",sans-serif;line-height:1.5;color:var(--clr-fg);background-color:var(--clr-bg);min-height:100vh;display:flex;flex-direction:column;width:100%;overflow-x:hidden}.light{--clr-bg:#fcfcfc;--clr-bg-alt:#fff;--clr-fg:#555;--clr-fg-alt:#444;--clr-primary:#2978b5;--shadow:rgba(100,100,111,0.2) 0px 7px 29px 0px}.dark{--clr-bg:#1c2032;--clr-bg-alt:#22263d;--clr-fg:#bdbddd;--clr-fg-alt:#cdcdff;--clr-primary:#90a0d9;--shadow:rgba(0,0,0,0.16) 0px 10px 36px 0px,rgba(0,0,0,0.06) 0px 0px 0px 1px}main{max-width:1100px;width:95%;margin:0 auto;flex:1 1}.section{margin-top:5em}.section__title{text-align:center;margin-bottom:1em;text-transform:uppercase}.center{display:flex;align-items:center}.link{padding:0 0 .3em;position:relative}.link,.link:hover{color:var(--clr-primary)}.link:before{content:"";display:inline;width:0;height:.2em;position:absolute;bottom:0;background-color:var(--clr-primary);transition:width .2s ease-in}.link:focus:before,.link:hover:before{width:100%}.link--nav{text-transform:lowercase;font-weight:500}.link--icon,.link--nav{color:var(--clr-fg)}.btn{display:block;cursor:pointer;padding:.8em 1.4em;font-weight:500;font-size:.9rem;text-transform:lowercase;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out}.btn--outline{color:var(--clr-primary);border:2px solid var(--clr-primary);position:relative;overflow:hidden;z-index:1}.btn--outline:focus,.btn--outline:hover{color:var(--clr-bg)}.btn--outline:before{content:"";position:absolute;background-color:var(--clr-primary);right:100%;bottom:0;left:0;top:0;z-index:-1;transition:right .2s ease-in-out}.btn--outline:focus:before,.btn--outline:hover:before{right:0}.btn--plain{text-transform:none;background-color:var(--clr-bg-alt);box-shadow:0 3px 3px 0 rgba(0,0,0,.15);border:0}.btn--plain:hover{-webkit-transform:translateY(-4px);transform:translateY(-4px)}.btn--icon{padding:0}.btn--icon:focus,.btn--icon:hover{color:var(--clr-primary)}.btn--icon:active{-webkit-transform:translateY(-5px);transform:translateY(-5px)}@media (max-width:600px){.section{margin-top:4em}}*{padding:0;margin:0;border:0;outline:0;background-color:inherit;color:inherit;font-family:inherit;font-size:inherit;box-shadow:none;box-sizing:border-box}html{scroll-behavior:smooth;height:100%}body,html{overflow-x:hidden;width:100%}body{min-height:100%}#root{min-height:100vh;display:flex;flex-direction:column;width:100%;overflow-x:hidden}h1,h2,h3,h4{line-height:1.2;color:var(--clr-fg-alt)}h1{font-size:4rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.3rem}ul{list-style-type:none}a{text-decoration:none}button{cursor:pointer}@media (max-width:900px){h1{font-size:2.6rem}}
/*# sourceMappingURL=main.6bbb610f.chunk.css.map */