@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap";:root{--color-blue-primary:51,66,206;--color-blue-darker:46,59,185;--color-light:233,236,239;--color-white:248,249,250;--color-dark:33,37,41;--color-black:0,0,0}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:62.5%}body{color:rgb(var(--color-dark));font-family:Poppins,sans-serif}::selection{color:rgb(var(--color-white));background-color:rgb(var(--color-blue-primary))}body,#header{background-color:rgb(var(--color-white))}.btn,.navbar__links li a,a,a:active{text-decoration:none}#contact ul,.navbar__links li{list-style:none}#about,#footer{color:rgb(var(--color-white))}li,p,span{font-size:1.6rem;font-weight:400}a{color:rgb(var(--color-dark));font-weight:500;transition:all .3s}.navbar__links li a:hover,a:hover{color:rgb(var(--color-blue-primary))}a.active{color:rgb(var(--color-blue-primary))!important}img{object-fit:cover;border-radius:10px;max-width:100%;max-height:100%}.btn{background-color:rgb(var(--color-blue-primary));border-radius:5px;justify-content:center;align-items:center;padding:1rem 5rem;font-size:1.6rem;transition:all .1s;display:flex;color:rgb(var(--color-white))!important}.btn:hover{background-color:rgb(var(--color-blue-darker));transform:scale(1.05)}.btn-secondary{border:3px solid rgb(var(--color-blue-primary));background:0 0;color:rgb(var(--color-blue-primary))!important}#contact,.projects__list__item{background-color:rgb(var(--color-light))}.btn-secondary:hover{background-color:rgb(var(--color-blue-primary));color:rgb(var(--color-white))!important}#about,.hamburger__bar,#footer{background-color:rgb(var(--color-dark))}.hidden{display:none!important}.loading{z-index:50;justify-content:center;align-items:center;height:100dvh;display:flex;overflow-x:hidden}.loading__spinner{border:8px solid rgba(var(--color-blue-darker),.45);border-top-color:rgb(var(--color-blue-primary));border-radius:50%;width:70px;height:70px;animation:1s ease-in-out infinite spin;display:inline-block}.percentage-left,.percentage-scrolled{height:5px;position:fixed;top:0}.percentage-left{background-color:rgba(var(--color-blue-darker),.3);z-index:40;width:100%}.percentage-scrolled{background-color:rgb(var(--color-blue-primary));z-index:40;width:0%}#header{box-shadow:1px 1px 0px rgba(var(--color-black),.1);z-index:30;width:100%;padding:1.5rem 15rem;position:fixed;top:0}.navbar{color:rgb(var(--color-dark));justify-content:space-between;align-items:center;display:flex;position:relative}.navbar__logo{transition:all .3s;font-size:3.2rem!important;font-weight:700!important}.navbar__logo:hover{transform:rotate(2deg)}.navbar__links{align-items:center;gap:2rem;display:flex}.navbar__links li a{color:rgb(var(--color-dark))}.navbar__links .btn{padding:1rem 2rem}.hamburger{flex-direction:column;justify-content:space-between;width:3rem;height:2.1rem;display:none;position:absolute;top:1.2rem;right:1rem}.hamburger__bar{border-radius:10px;width:100%;height:3px}#hero,#projects{flex-direction:column;display:flex}.section-title{z-index:1;font-size:4.8rem}#hero{position:relative;overflow:hidden}#hero:before{content:"";background:url(wave.ae4f6efd.svg) bottom/cover no-repeat;animation-name:moveUp;animation-duration:1s;animation-fill-mode:forwards;position:absolute;inset:0;transform:translateY(100px)}.hero__container{z-index:1;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;animation-name:fadeIn;animation-duration:1s;display:flex;position:relative}.hero__container__title{text-align:center;color:#0000;z-index:0;background:url(hero-title-bg.7e74ec78.gif) top/cover no-repeat text;max-width:65vw;padding:1rem 0;font-size:6.4rem;line-height:1.1;position:relative}.hero__container__content{text-align:center;margin-top:2rem;font-weight:400}.hero__container__buttons{gap:1.5rem;margin-top:3rem;display:flex}#about{padding:5rem 15rem 7rem}.about__container{grid-template-columns:30rem 1fr;justify-content:center;gap:7rem;max-width:1280px;margin:0 auto;display:grid}.about__container__image{justify-content:center;align-items:center;display:flex}.about__container__image img{width:100%;height:100%}.about__container__content{word-wrap:wrap;flex-direction:column;gap:1rem;display:flex;overflow:hidden}#skills{flex-direction:column;align-items:center;gap:2rem;padding:7rem 20rem 3rem;display:flex;position:relative;overflow:hidden}#skills:before{content:"";background:url(blob.0f7b2e7e.svg) top/cover no-repeat;position:absolute;inset:0}#skills.move-left:before{animation-name:moveLeft;animation-duration:2s;animation-fill-mode:forwards}.skills__list{flex-wrap:wrap;justify-content:center;gap:1rem;max-width:1280px;margin:0 auto;list-style:none;display:flex}.skills__list__item{border:3px solid rgb(var(--color-blue-primary));color:rgb(var(--color-blue-primary));opacity:0;background-color:#0000;border-radius:10px;margin-bottom:.3rem;padding:.7rem;transition:all .3s}.skills__list__item:hover{transform:rotate(10deg)}.appear{animation-name:appear;animation-duration:.5s;animation-fill-mode:forwards}#projects{align-items:center;gap:3rem;padding:7rem 0;display:flex}.projects__list{grid-template-columns:1fr;gap:2rem;padding:0 5rem;display:grid}.contact-container ul,.project__buttons{gap:1rem;display:flex}.projects__list__item{box-shadow:2px 2px 1px rgba(var(--color-black),.1);border-radius:5px;column-gap:3rem;max-width:1280px;height:fit-content;min-height:32rem;max-height:48rem;margin:0 auto;transition:all .3s;display:grid;overflow:hidden}.projects__list__item:nth-of-type(2n){grid-template-columns:60rem 1fr}.projects__list__item:nth-of-type(odd){grid-template-columns:1fr 60rem}.projects__list__item:nth-of-type(2n) .project__image{margin-left:4rem}.projects__list__item:nth-of-type(odd) .project__image{margin-right:4rem}.projects__list__item:nth-of-type(odd) .project__buttons{justify-content:flex-start}.projects__list__item:hover{transform:translateY(-5px)}.project__image{justify-content:center;align-items:flex-end;display:flex;overflow:hidden}.project__image img{object-fit:contain;border:2px solid rgba(var(--color-dark),.25);border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0;width:100%;height:auto}.project{flex-direction:column;justify-content:center;gap:1rem;padding:4rem;display:flex}.project__title{font-size:3.6rem}.project__skills{flex-wrap:wrap;gap:.5rem;display:flex}.project__buttons{justify-content:end;margin-top:1rem}#contact{padding:5rem}.contact__container{grid-template-columns:1fr 30rem;gap:20rem;max-width:1280px;margin:0 auto;display:grid}.contact__container__list{flex-direction:column;justify-content:center;align-items:flex-start;gap:1rem;display:flex}.contact__container__list__item a{color:rgb(var(--color-blue-darker));justify-content:center;display:flex}.contact__container__list__item__icon{fill:rgb(var(--color-blue-darker));width:2.4rem;margin-right:.5rem}.contact__container a:hover,.contact__container__list__item__icon:hover{fill:#2935a5;color:#2935a5}#footer{text-align:center;padding:2rem}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;visibility:hidden;transform:translateY(40px)}to{opacity:1;visibility:visible;transform:translateY(0)}}@keyframes appear{0%{opacity:0}to{opacity:1}}@keyframes moveUp{0%{transform:translateY(100px)}to{transform:translateY(0)}}@keyframes moveLeft{0%{transform:translate(200px)}to{transform:translate(0)}}@media only screen and (width<=1200px){#header{padding:1rem 5rem}.hero__container{padding:10rem 2rem}.hero__container__title{margin-bottom:3rem;line-height:1.2}#about{gap:3rem;padding:5rem}#skills{padding:7rem 10rem 0}#projects{padding:5rem 2rem}.projects__list__item{flex-direction:column;max-height:none;padding:3rem;display:flex}.project__list__item:nth-of-type(odd),.project__list__item:nth-of-type(2n){display:flex}.project__list__item:nth-of-type(odd){flex-direction:column-reverse}.project__list__item:nth-of-type(2n){flex-direction:column}.project{order:1;gap:1.5rem;padding:0}.project__buttons{text-align:center;gap:1.5rem;& .btn{flex:1}}.project__image{overflow:initial;order:0;justify-content:center;margin:0 0 2rem!important}.project__image img{border:2px solid rgba(var(--color-dark),.25);padding:0;border-radius:10px!important;height:auto!important}.contact__container{grid-template-columns:repeat(2,auto);gap:5rem;padding:3rem 5rem}}@media only screen and (width<=870px){#header{border-top:0;padding:1rem 2rem}.navbar{flex-direction:column;align-items:flex-start}.navbar__logo{color:rgb(var(--color-dark))}.navbar__links.active,.hamburger{display:flex}.hamburger__bar{background-color:rgb(var(--color-dark))}.navbar__links{flex-direction:column;gap:2rem;width:100%;margin:2rem auto;display:none}.about__container,.contact__container,.projects__list{grid-template-columns:1fr}.hero__container{max-width:1280px;min-height:100vh;margin:0 auto;padding:10rem 5rem}.hero__container__title{max-width:100%;margin-bottom:3rem;font-size:4.8rem;line-height:1.2}.hero__container__content{margin-top:0}.hero__container__buttons{flex-direction:column;display:flex}#about,#skills,#projects,#contact{padding:5rem 2rem}#skills,#projects{background:0 0}.projects__list,.contact__container{padding:0}.projects__list__item{flex-direction:column;display:flex}.project__buttons{flex-direction:column;gap:1rem}}
/*# sourceMappingURL=index.59dd62ab.css.map */
