.custom-header .ul-flex-box .ul-right li:nth-child(1) a {
    color: #deb78b;
}

.custom-header .ul-flex-box .ul-right li:nth-child(1) a::after {
    width: 0%;
}
.custom-header .ul-flex-box li:hover a::after {
    width: 60% !important;
}