Hello @d3X
.header__menu-item span:hover::after{
opacity: 1;
bottom: -8px;
}
.header__menu-item span::after{
opacity: 0;
position: absolute;
content: "";
bottom: -15px;
left: 0;
height: 2px;
width: 100%;
background-color: #2893ff;
transition: all .2s;
pointer-events: none;
}
Please add this css in your css file.
Thanks.