@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");.scrollbar{scrollbar-width:thin}@media only screen and (max-height:500px){.home-section{height:400px}}.menu-item{display:inline-block;position:relative}.menu-item:after{content:"";position:absolute;width:100%;transform:scaleX(0);height:3px;bottom:-3px;left:0;transform-origin:bottom right;transition:transform .25s ease-out}.active:after,.menu-item:hover:after{transform:scaleX(1);transform-origin:bottom left}