.contact-section,.experience-section{min-height:100vh}.experience-section h1{position:relative;max-width:180px;box-sizing:border-box;overflow:hidden}.experience-section h1:after{transition:all .5s ease-in-out;transform:translateX(20%);content:"";position:absolute;bottom:0;width:50%;height:2px;background-color:hsl(var(--destructive))}.experience-section h1:hover:after{transform:translateX(-100%)}.experience-section .card-experience{width:100%;transition:all;transition-duration:.3s}.experience-section .card-experience .experience-image{background-size:cover;background-position:50%;background-repeat:no-repeat}.hero-section{min-height:100vh}.hero-section .hero-name{position:relative;color:hsl(var(--destructive));overflow-x:hidden;box-sizing:border-box;width:-moz-fit-content;width:fit-content;display:inline-block}.hero-section .hero-name:after{content:"";height:2px;width:100%;background-color:hsl(var(--destructive));position:absolute;bottom:0;right:0;transform:translateX(-100%);transition:all .5s ease-in-out}.hero-section .hero-name:hover:after{transform:translateX(0)}.project-section{min-height:100vh}.project-section h1{position:relative;max-width:320px;box-sizing:border-box;overflow:hidden}.project-section h1:after{transition:all .5s ease-in-out;transform:translateX(20%);content:"";position:absolute;bottom:0;width:50%;height:2px;background-color:hsl(var(--destructive))}.project-section h1:hover:after{transform:translateX(-100%)}.project-section .card-project{width:100%;transition:all;transition-duration:.3s}.project-section .card-project .project-image{background-size:cover;background-position:50%;background-repeat:no-repeat}.skills-section{min-height:100vh}.skills-section h2{position:relative;max-width:320px;box-sizing:border-box;overflow:hidden}.skills-section h2:after{transition:all .5s ease-in-out;transform:translateX(20%);content:"";position:absolute;bottom:0;width:50%;height:2px;background-color:hsl(var(--destructive))}.skills-section h2:hover:after{transform:translateX(-100%)}