@font-face{font-family:Poppins;src:url(/_next/static/media/Poppins-Regular.29b66c68.otf);font-weight:400}@font-face{font-family:Poppins;src:url(/_next/static/media/Poppins-Bold.ddabd3f8.otf);font-weight:600}@font-face{font-family:Poppins;src:url(/_next/static/media/Poppins-Light.3cd70e68.otf);font-weight:300}@font-face{font-family:Poppins;src:url(/_next/static/media/Poppins-Medium.611e5816.otf);font-weight:200}@font-face{font-family:Poppins;src:url(/_next/static/media/Poppins-SemiBold.1b98b28f.otf);font-weight:500}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background-color:#07080f;background-image:url(/_next/static/media/background.e90953b2.svg);overflow-x:hidden}a,button,h1,h2,h3,h4,h5,h6,input,label,li,p,textarea{color:#fff;font-family:Poppins}p{font-size:1rem}header{background-color:#07080f;padding:1.2rem;opacity:.9}ol,ul{list-style:none}a{text-decoration:none}::-webkit-scrollbar{width:6px;background:#07080f}::-webkit-scrollbar-thumb{background:#1da0ff}.nav__vertical{display:flex;position:fixed;top:55%;right:3%;z-index:10;flex-direction:column;align-items:center;transform:translateY(-50%)}.nav__vertical .nav__button{position:relative}.nav__vertical .nav__button .nav__tooltip{display:none;position:absolute;top:12px;right:120%;padding:.5rem;border-radius:.3rem;box-shadow:0 0 5px rgba(0,0,0,.2);margin-right:.5rem}.nav__vertical .nav__button:hover .nav__tooltip{display:block;right:100%}.nav__vertical .nav__icon{width:4rem;height:4rem;padding:.5rem;margin-bottom:1rem;color:#fff;background-color:#07080f;border:.2rem solid #1da0ff;border-radius:50%;transition:.3s}.nav__vertical .nav__icon--active{background-color:#1da0ff;filter:drop-shadow(0 0 7px #1DA0FF) contrast(1) brightness(.8)}.nav__vertical .nav__icon:hover{filter:drop-shadow(0 0 10px #1DA0FF) contrast(1) brightness(.9)}.nav__burger{display:none}@media(max-width:768px){.nav__vertical{display:none}.nav__burger{display:flex;position:absolute;top:1.2rem;right:3%}.nav__burger .nav__menu{width:40px;height:40px;cursor:pointer;background-image:url(/_next/static/media/menu_icon.8540ec5a.svg);background-size:cover;background-repeat:no-repeat}.nav__burger .nav__menu a{display:none}.nav__burger .nav__menu--active{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;position:fixed;top:0;right:0;bottom:0;margin:auto;width:100%;z-index:10;padding:1rem;overflow-y:hidden;background-color:rgba(7,8,15,.8);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:0 0 .6rem rgba(0,0,0,.3)}.nav__burger .nav__menu--active .nav__menu-close{position:absolute;top:1rem;right:1rem;width:60px;height:60px;cursor:pointer;background-image:url(/_next/static/media/close_icon.5733cb67.svg);background-size:cover;background-repeat:no-repeat}.nav__burger .nav__menu--active .nav__list{display:flex;flex-direction:column;gap:2rem;margin:0;padding:0}.nav__burger .nav__menu--active .nav__list .nav__menu-link{color:#fff;font-weight:700;font-size:1.7rem}.nav__burger .nav__menu--active .nav__list .nav__menu-link--active{color:#1da0ff;filter:drop-shadow(0 0 7px #1DA0FF) contrast(1) brightness(.7)}.nav__burger .nav__menu--active .nav__socials{display:flex;justify-content:center;align-items:center;gap:20px}.nav__burger .nav__menu--active .nav__socials .nav__social-icon{width:40px;height:40px}}.skills__grid{display:grid;grid-template-columns:repeat(3,1fr);justify-items:center;align-items:center;grid-gap:3rem;gap:3rem;margin-top:3rem}.skills__grid .skills__button{margin-top:20px;width:200px;height:70px;background-color:#fff;border:1px solid #1da0ff;border-radius:10px;color:#1da0ff;font-size:1rem;font-weight:700;transition:all .3s ease-in-out}.skills__grid .skills__button,.skills__grid .skills__button .skills__content{display:flex;justify-content:center;align-items:center;gap:10px}.skills__grid .skills__button .skills__content svg{width:40px!important;height:40px!important}@media(max-width:768px){.skills__grid{grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1rem;width:100%}.skills__grid .skills__button{width:260px;height:80px;font-size:1rem}.skills__grid .skills__button .skills__content{gap:10px}.skills__grid .skills__button .skills__content svg{width:40px!important;height:40px!important}.skills__grid .skills__button img{width:30px;height:30px}}@media(max-width:575px){.skills__grid{grid-template-columns:repeat(1,1fr);gap:1rem;margin-top:1rem;width:100%}.skills__grid .skills__button{width:260px;height:80px;font-size:1rem}.skills__grid .skills__button .skills__content{gap:10px}.skills__grid .skills__button .skills__content svg{width:40px!important;height:40px!important}.skills__grid .skills__button img{width:30px;height:30px}}.cards__grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:3rem;gap:3rem}.card{width:400px;height:600px;background-color:#07080f;border:1px solid #1da0ff;border-radius:10px;display:flex;flex-direction:column;align-items:center;transition:.5s;filter:drop-shadow(0 0 10px #1DA0FF) contrast(1) brightness(.9)}.card .card__image{display:flex;justify-content:center;align-items:flex-start;width:100%;padding:1.5rem}.card .card__image img{width:100%;height:100%;border:1px solid #1da0ff;border-radius:10px}.card .card__title h3{text-align:center}.card .card__techs{flex-wrap:wrap;gap:.5rem;padding:.5rem}.card .card__techs,.card .card__techs .card__tech{display:flex;justify-content:center;align-items:center}.card .card__techs .card__tech svg{width:30px!important;height:30px!important;background-color:#fff;padding:.3rem;border-radius:20px}.card .card__body{flex-grow:1;padding:1.5rem;display:flex;align-items:center;justify-content:center;text-align:center}.card .card__body .card__description p{margin:0}.card .card__footer{display:flex;justify-content:space-between;align-items:center;width:100%;padding:1.5rem}.card .card__footer .card__date{background-color:#22b460;border:1px solid #22b460;border-radius:10px;padding:.5rem;color:#fff}.card .card__footer .card__links{display:flex;gap:8px}.card .card__footer .card__links .card__link{display:flex;justify-content:center;align-items:center}.card .card__footer .card__links .card__link svg{width:30px!important;height:30px!important;fill:#fff}@media(max-width:950px){.cards__grid{grid-template-columns:repeat(1,1fr);gap:1rem;margin-top:1rem;width:100%}}@media(max-width:480px){.card{width:350px;height:550px}.card .card__body .card__description p{font-size:.8rem}}#home .home__wrapper{width:100vw}#home .home__wrapper .home__content{display:flex;justify-content:space-between;width:100%;height:89vh}#home .home__wrapper .home__content .home__left{width:100%;display:flex;align-items:center;justify-content:center}#home .home__wrapper .home__content .home__left .home__layout{width:70%;display:flex;justify-content:center;gap:50px}#home .home__wrapper .home__content .home__left .home__layout .profile__container{display:flex;justify-content:center;padding-left:50px}#home .home__wrapper .home__content .home__left .home__layout .profile__container .profile__image-wrapper{background-color:#fff;width:250px;height:250px;border-radius:50%;overflow:hidden;border:3px solid #22b460}#home .home__wrapper .home__content .home__left .home__layout .profile__container .profile__image-wrapper img{width:100%;height:100%}#home .home__wrapper .home__content .home__left .home__layout .intro{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}#home .home__wrapper .home__content .home__left .home__layout .intro h2{color:#fff}#home .home__wrapper .home__content .home__left .home__layout .intro .highlight{color:#22b460}#home .home__wrapper .home__content .home__left .home__layout .intro .btn__cv{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:20px;width:170px;height:50px;background-color:#22b460;border:none;border-radius:10px;color:#fff;font-size:1rem;font-weight:700;cursor:pointer;filter:drop-shadow(0 0 20px #22B460) contrast(1) brightness(.8);transition:.5s}#home .home__wrapper .home__content .home__left .home__layout .intro .btn__cv:hover{background-color:#fff;color:#22b460;filter:drop-shadow(0 0 20px #FFFFFF) contrast(1) brightness(.7)}@media(max-width:1024px){#home .home__wrapper .home__content .home__left .home__layout{width:100%;flex-direction:column;gap:20px}#home .home__wrapper .home__content .home__left .home__layout .profile__container{padding-left:0}#home .home__wrapper .home__content .home__left .home__layout .profile__container .profile__image-wrapper{width:170px;height:170px}#home .home__wrapper .home__content .home__left .home__layout .intro{align-items:center;text-align:center}#home .home__wrapper .home__content .home__left .home__layout .intro .btn__cv{width:150px;height:40px;font-size:.8rem}}@media(max-width:480px){#home .home__wrapper .home__content .home__left .home__layout .profile__container .profile__image-wrapper{width:130px;height:130px}#home .home__wrapper .home__content .home__left .home__layout .intro{font-size:.8rem}#home .home__wrapper .home__content .home__left .home__layout .intro .btn__cv{width:130px;height:40px;font-size:.6rem}}#about .highlight{color:#22b460}#about .about__wrapper{width:100vw}#about .about__wrapper .about__section{display:flex;flex-direction:column;width:100vw}#about .about__wrapper .about__section .about__intro{width:100vw;padding:1rem;display:flex;align-items:center;justify-content:center;flex-direction:column}#about .about__wrapper .about__section .about__intro .about__intro-text{width:100vmin;display:flex;flex-direction:column;align-items:center}#about .about__wrapper .about__section .about__intro .about__intro-text .about__description{padding:1.6rem;display:flex;justify-content:center}#about .about__wrapper .about__section .about__intro .about__intro-text .about__description p{text-align:justify}#about .about__wrapper .about__section .about__skills{width:100vw;padding:1rem;display:flex;flex-direction:column;align-items:center;justify-content:center}#about .about__wrapper .about__section .about__skills .about__skills-title{width:100vmin;display:flex;flex-direction:column;align-items:center}#about .about__wrapper .about__section .about__skills .about__skills-group{width:100vmin;padding:2.5rem;display:flex;flex-direction:column;align-items:center}@media(max-width:768px){#about .about__wrapper .about__section .about__intro .about__intro-text .about__description{font-size:.8rem}#about .about__wrapper .about__section .about__skills .about__skills-group{padding:1rem}}#projects .projects__title-highlight{color:#22b460}#projects .projects__page{width:100vw;padding-bottom:3rem}#projects .projects__page .projects__top{display:flex;flex-wrap:wrap;width:100vw;flex-direction:column}#projects .projects__page .projects__top .projects__section{width:100vw;display:flex;align-items:center;flex-direction:column;justify-content:center}#projects .projects__page .projects__top .projects__section .projects__content{width:100vmin;display:flex;flex-direction:column;align-items:center;height:max-content}#projects .projects__page .projects__top .projects__section .projects__content .projects__title{padding:3rem 0 0}#projects .projects__page .projects__top .projects__section .projects__content .projects__description{padding:3rem 2rem;display:flex;justify-content:center}#projects .projects__page .projects__top .projects__section .projects__content .projects__description p{text-align:justify;max-height:max-content}#projects .projects__page .projects__top .projects__section .projects__content .projects__description p a{color:#22b460;font-weight:700}#contact .highlight{color:#22b460}#contact .contact__wrapper{width:100vw}#contact .contact__wrapper .contact__title{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 0}#contact .contact__wrapper .contact__form{display:flex;flex-direction:column;align-items:center;padding:3rem 0;width:100%}#contact .contact__wrapper .contact__form form{width:50vw}#contact .contact__wrapper .contact__form form .form__row{display:flex;width:100%;gap:1rem;padding-bottom:2rem}#contact .contact__wrapper .contact__form form .form__row .form__field{width:100%}#contact .contact__wrapper .contact__form form .form__row .form__field label{display:block;padding:.2rem;color:#22b460;font-size:1rem}#contact .contact__wrapper .contact__form form .form__row .form__field input{width:100%;background-color:#07080f;padding:1rem;border:1px solid #1da0ff;border-radius:10px}#contact .contact__wrapper .contact__form form .form__message label{display:block;padding:.2rem;color:#22b460;font-size:1rem}#contact .contact__wrapper .contact__form form .form__message textarea{width:100%;background-color:#07080f;padding:1rem;border:1px solid #1da0ff;border-radius:10px;height:150px;resize:none}#contact .contact__wrapper .contact__form form .form__submit{display:flex;justify-content:flex-end;align-items:center;padding:1.3rem 0}#contact .contact__wrapper .contact__form form .form__submit button{width:150px;padding:1rem;border:none;border-radius:10px;background-color:#22b460;color:#fff;font-size:1rem;font-weight:700;cursor:pointer;transition:.5s;filter:drop-shadow(0 0 20px #22B460) contrast(1) brightness(.9)}#contact .contact__wrapper .contact__form form .form__submit button:hover{background-color:#fff;color:#22b460;filter:drop-shadow(0 0 20px #FFFFFF) contrast(1) brightness(.9)}#contact .contact__wrapper .contact__form form .form__submit button .btn__content{display:flex;justify-content:center;align-items:center;gap:.5rem}#contact .contact__wrapper .contact__form form .form__submit button .btn__content .btn__icon{width:25px!important;height:25px!important}@media(max-width:768px){#contact .contact__wrapper .contact__form form{width:80vw}#contact .contact__wrapper .contact__form form .form__row{flex-direction:column}}.header__wrapper{display:flex;justify-content:space-between;align-items:center}.header__wrapper .header__burger{display:none}.header__wrapper .header__name:hover{filter:drop-shadow(0 0 10px #FFFFFF) contrast(1) brightness(.9)}.header__wrapper .header__logo{display:none}.header__wrapper .header__logo .header__logo-img{width:50px;height:50px}.header__wrapper .header__logo:hover{filter:drop-shadow(0 0 10px #FFFFFF) contrast(1) brightness(.9)}.header__wrapper .header__socials{display:flex;justify-content:center;align-items:center;gap:20px}.header__wrapper .header__socials .header__icon{display:flex;width:40px;height:40px}@media(max-width:768px){.header__wrapper .header__socials,.header__wrapper .header__socials .header__icon{display:none}}@media(max-width:480px){.header__wrapper .header__name,.header__wrapper .header__socials,.header__wrapper .header__socials .header__icon{display:none}.header__wrapper .header__logo{display:flex}}