.app{background-image:url(/assets/background-DV_S44Lw.jpg);background-repeat:no-repeat;background-size:cover;width:100%;height:100vh;position:fixed;overflow-y:auto;overflow-x:hidden;scroll-behavior:smooth;scroll-padding:var(--navbar-height)}.navbar{width:100%}.navbar__list{width:100%;height:100%;display:flex;justify-content:flex-end;align-items:center;gap:35px}.navbar__li{transition:scale .3s ease-in-out}.navbar__li:hover{scale:1.1}.navbar__li a{color:#fff;width:100%;text-shadow:0 0 10px #01d8fe}.navbar__list--mobile{width:100%;display:flex;flex-direction:column;gap:8px}.navbar__li--mobile{border-bottom:1px solid rgba(255,255,255,.5);padding:20px 0;cursor:pointer;transition:scale .3s ease-in-out}.navbar__li--mobile:hover{scale:1.03}.navbar__li--mobile a{font-size:1rem;color:#fff;text-shadow:0 0 10px #01d8fe}@media (max-width: 920px){.navbar__li:not(.navbar__li--options){display:none}}.header{width:100%;display:flex;align-items:center;height:var(--header-height);padding:0 60px;position:sticky;top:0;box-shadow:0 0 5px #fff6;font-size:.9rem;z-index:2}.header__logo{display:flex;margin-right:auto}.header__logo img{height:50px}.header__options-button{display:none;background-color:transparent;border:none;color:#fff;font-size:1.7rem;cursor:pointer}.header__navbar-mobile{width:100%;height:100vh;background-color:#000000b3;color:#fff;position:fixed;top:0;left:0;padding:60px;z-index:3;transform:translate(100%);transition:transform .3s ease-in-out}.header__navbar-mobile--show{transform:translate(0)}.header__navbar-header{width:100%;display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.header__navbar-title{font-size:clamp(1.25rem,3vw,1.5rem)}.header__navbar-close-button{display:flex;background-color:transparent;border:none;cursor:pointer}.header__navbar-close-icon{color:#fff;font-size:2.5rem;transition:scale .3s ease-in-out}.header__navbar-close-button:hover .header__navbar-close-icon{scale:1.2}@media (max-width: 920px){.header__options-button{display:flex}}.about{width:100%;min-height:100vh;padding:60px 190px;display:flex;align-items:center;justify-content:space-between;gap:50px}.about__presentation{display:flex;flex-direction:column;width:50%;gap:15px}.about__title{font-size:clamp(2rem,6vw,var(--size-title));color:#fff}.about__paragraph{color:#fff;font-size:clamp(.95rem,2.5vw,1rem)}.about__photo{width:350px;height:350px;border-radius:50%;text-align:center;align-content:center;border:1px solid transparent;overflow:hidden}.about__photo img{width:100%;height:100%;object-fit:cover}@media (max-width: 1380px){.about{padding:60px 130px}}@media (max-width: 1180px){.about{flex-direction:column;gap:110px;padding:60px 120px}.about__presentation{width:100%}}@media (max-width: 920px){.about{gap:80px}.about__photo{width:300px;height:300px}}@media (max-width: 780px){.about{padding:60px 100px}}@media (max-width: 680px){.about__photo{width:280px;height:280px}}@media (max-width: 580px){.about{padding:60px 80px}.about__photo{width:250px;height:250px}}@media (max-width: 420px){.about{padding:60px}.about__photo{width:230px;height:230px}}.contact{width:100%;height:100vh;padding:60px 80px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:40px}.contact__title{font-size:clamp(2rem,6vw,var(--size-title));color:#fff}.contact__form{width:clamp(200px,100%,450px);display:flex;flex-direction:column;align-items:center;gap:20px;color:#fff}.contact__input,.contact__textarea{outline:none;padding:10px;border-radius:5px;border:1px solid white}.contact__textarea{resize:none}.contact__input-group{width:100%;display:flex;flex-direction:column;gap:10px}.contact__error-message{color:#ff0;font-size:.75rem}.contact__button{margin-top:20px;padding:10px 20px;border:1px solid white;border-radius:5px;background-color:transparent;color:#fff;cursor:pointer;transition:box-shadow .3s ease-in-out;display:flex;align-items:center;gap:10px}.contact__email-icon{font-size:1.2rem}.contact__button:hover{box-shadow:0 0 10px #fffc}@media (max-width: 460px){.contact{padding:60px}}.home{width:100%;height:calc(100vh - 60px);padding:0 60px;display:flex;align-items:center;justify-content:space-evenly;gap:50px;flex-wrap:wrap}.home__presentation{color:#fff;display:flex;flex-direction:column;gap:15px}.home__data{display:flex;flex-direction:column}.home__greeting{font-size:1.2rem}.home__name{font-size:3.5rem;text-shadow:0 0 10px #01d8fe}.home__occupation{font-size:1.4rem}.home__icons{display:flex;align-items:center;gap:12px}.home__icons a{display:flex}.home__icon{font-size:2.4rem;cursor:pointer;transition:scale .3s ease-in-out,filter .3s ease-in-out}.home__icon--linkedin{color:var(--color-linkedin)}.home__icon--github{color:#fff}.home__button{height:2.5rem;display:flex;align-items:center;justify-content:center;gap:7px;padding:0 14px 0 11px;cursor:pointer;border:1px solid white;border-radius:4px;transition:scale .3s ease-in-out,filter .3s ease-in-out;background-color:transparent;color:#fff}.home__icon:hover,.home__button:hover{scale:1.1;filter:drop-shadow(0 0 10px rgba(250,250,250,.4))}.home__see{font-size:1.2rem}.home__avatar{height:320px;position:relative}.home__avatar img{height:100%;-webkit-user-select:none;user-select:none}.home__icon-tec{font-size:2.5rem;position:absolute}.home__icon-tec--react{color:var(--color-react);right:-35px;bottom:90px}.home__icon-tec--html{color:var(--color-html);bottom:30px;left:-40px}.home__icon-tec--css{color:var(--color-css);top:75px;left:-30px}.home__icon-tec--js{color:var(--color-js);right:-20px;top:20px}@media (max-width: 1150px){.home{flex-direction:column;justify-content:center;gap:90px}.home__presentation{align-items:center}.home__greeting,.home__name,.home__occupation{text-align:center}.home__avatar{height:280px}}@media (max-width: 480px){.home{gap:75px}.home__presentation{gap:30px}.home__data{gap:10px}.home__greeting{font-size:1.1rem}.home__name{font-size:3rem}.home__occupation{font-size:1.3rem}.home__avatar{height:250px}}.project{width:410px;min-height:445px;display:flex;flex-direction:column;border-radius:15px;overflow:hidden;box-shadow:0 0 5px #fff6;position:relative;cursor:pointer}.project__box-image{width:100%;height:210px}.project__box-image img{width:100%;height:100%;object-fit:cover;object-position:top;-webkit-mask-image:linear-gradient(black 95%,transparent);mask-image:linear-gradient(black 95%,transparent)}.project__information{width:100%;min-height:220px;display:flex;flex-direction:column;justify-content:space-between;gap:20px;padding:20px 20px 30px}.project__description{font-size:.9rem}.project__technologies{display:flex;flex-wrap:wrap;gap:10px}.project__technologie{height:25px}.project__box-buttons{width:100%;height:100%;padding:0 50px;display:flex;justify-content:center;align-items:center;position:absolute;opacity:0;transition:opacity .6s ease-in-out,background-color .5s ease-in-out}.project__buttons{width:100%;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:20px}.project:hover .project__box-buttons{opacity:1;background-color:#0009}.project__button{text-align:center;padding:6px 12px;font-size:.77rem;border:1px solid white;border-radius:4px;background-color:transparent;color:#fff;cursor:pointer;transition:box-shadow .3s ease-in-out}.project__button:hover{box-shadow:0 0 10px #fffc}@media (max-width: 680px){.project{width:390px}}.projects{width:100%;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:40px;color:#fff;padding:60px 100px}.projects__title{font-size:clamp(2rem,6vw,var(--size-title))}.projects__list{width:100%;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:40px}@media (max-width: 680px){.projects{padding:60px}}.technology{height:60px}.technology img{height:100%;transition:scale .3s ease-in-out}.technology img:hover{scale:1.2}@media (max-width: 580px){.technology{height:55px}}.technologies{width:100%;min-height:80vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:60px 190px;margin-bottom:20vh;gap:80px;color:#fff}.technologies__title{font-size:clamp(2rem,6vw,var(--size-title))}.technologies__list{width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:40px}@media (max-width: 1180px){.technologies{margin-bottom:10vh;padding:60px 150px}}@media (max-width: 900px){.technologies{padding:60px 100px;margin-bottom:8vh}.technologies__list{gap:50px}}@media (max-width: 480px){.technologies{padding:100px 80px;margin-bottom:6vh}}:root{--font-poppins: "Poppins", sans-serif;--color-react: #01d8fe;--color-html: #fc490b;--color-css: #006bc0;--color-js: #f7df1e;--color-linkedin: #006699;--size-title: 2.5rem;--navbar-height: 60px;--margin-top: 60px}*{margin:0;padding:0;box-sizing:border-box;font-family:var(--font-poppins)}a{display:inline-block;text-decoration:none}ul{list-style-type:none}
