.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{margin-top:3em}.about__title{text-align:center;margin-bottom:1em}.about__content{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.about__name{color:var(--clr-primary)}.about__left{flex:1 1}.about__right{flex:1 1;display:flex;justify-content:center;margin-left:2em}.about__role{margin-top:1.2em}.about__desc{font-size:1rem;max-width:900px}.about__contact,.about__desc{margin-top:2.4em}.about__contact{display:flex;align-items:center}.btn--outline{width:auto;padding:.6em 1em;font-size:.9rem;white-space:nowrap;margin-right:1em}.about .link--icon{margin-right:.8em;color:var(--clr-primary)}.about__image{max-width:80%;max-height:100%;height:auto;border-radius:8px;object-fit:contain}@media (max-width:900px){h2.about__role{font-size:1.6rem}.about__content{flex-direction:column;align-items:center}.about__right{order:-1;margin-left:0;margin-bottom:2em}.about__image{max-width:450px;width:80%;max-height:100%;height:auto;border-radius:8px;object-fit:contain}.about__left{text-align:center}.about__contact,.about__desc{margin-top:1.5em;text-align:center;justify-content:center}.about__contact{justify-content:center}}@media (max-width:500px){h2.about__role{font-size:1.4rem}}.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;max-width:600px}.project:hover{-webkit-transform:translateY(-7px);transform:translateY(-7px)}.project__image-container{margin:1em 0}.project__image{width:400px;height:auto;border-radius:8px;box-shadow:var(--shadow)}.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}@media (max-width:950px){.project{max-width:90%;padding:1em}.project__image{width:100%;height:auto}}.projects__grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(25em,1fr));grid-gap:2em}@media (max-width:1024px){.projects__grid{grid-template-columns:repeat(auto-fit,minmax(20em,1fr))}}@media (max-width:950px){.projects__grid{grid-template-columns:1fr;grid-gap:1em}}.timeline-section{padding:2em 0;position:relative}.timeline{list-style:none;padding:0;position:relative;margin:0}.timeline:before{content:"";position:absolute;top:0;bottom:0;width:4px;background:var(--clr-primary);left:50%;margin-left:-2px;z-index:1}.timeline-item{position:relative;margin-bottom:2em;clear:both}.timeline-item:after,.timeline-item:before{content:"";display:table}.timeline-item:after{clear:both}.timeline-panel{width:45%;padding:1em;background:var(--clr-bg-alt);border-radius:8px;box-shadow:var(--shadow);position:relative;text-align:left;float:left}.timeline-inverted .timeline-panel{float:right}.timeline-badge{width:40px;height:40px;background:var(--clr-primary);border-radius:50%;position:absolute;top:0;left:50%;margin-left:-20px;z-index:2;display:flex;align-items:center;justify-content:center;overflow:hidden}.timeline-badge img{width:24px;height:24px}.timeline-title{margin-bottom:.5em;font-weight:700}.timeline-company{color:var(--clr-fg-alt);font-style:italic}.timeline-body{margin-top:1em}@media (max-width:767px){.timeline:before{left:10px}.timeline-item .timeline-panel{width:calc(100% - 60px);float:right}.timeline-inverted .timeline-panel{float:right}.timeline-item .timeline-badge{left:10px;margin-left:0}}.skills__list{max-width:800px;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:950px){.scroll-top{display:none}}.contact{flex-direction:column}.footer{padding:3em 0;margin-top:2em;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)}.light{--clr-bg:#fcfcfc;--clr-fg:#555}.dark{--clr-bg:#23283e;--clr-fg:#bdbddd}main{max-width:1100px;width:95%;margin:0 auto}.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}}.light{--clr-primary:#2978b5;--clr-bg-alt:#fff;--clr-fg-alt:#444;--shadow:rgba(100,100,111,0.2) 0px 7px 29px 0px}.dark{--clr-primary:#90a0d9;--clr-bg-alt:#2a2f4c;--clr-fg-alt:#cdcdff;--shadow:rgba(0,0,0,0.16) 0px 10px 36px 0px,rgba(0,0,0,0.06) 0px 0px 0px 1px}*{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}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:1050px){h1{font-size:3.2rem}}@media (max-width:900px){h1{font-size:2.6rem}}
/*# sourceMappingURL=main.45a3eb29.chunk.css.map */