*{
    margin: 0;
    padding: 0;
}
.header-bg{
    background-color: rgba(38, 70, 83, 1);
}
.nav-btn{
    color: #ffff;
    background-color: #E76F51;
    border: none;
    border-radius: 5px;
    margin: 0px 10px;
    padding: 10px 24px;
}
.header-details{
    color: #E0E0E0;
    font-weight: 300;
    font-size: 14px;
}
.Purchase-btn{
    color: #ffff;
    background-color: #E76F51;
    border: none;
    padding: 10px;
    width: 168px;
    height: 44px;
    background: #E76F51;
    border-radius: 5px;
}
.feature-top span{
    color: #E76F51;
    font-weight: 600;
    font-size: 14px;
}
/* .feature-bikes{
    display: flex;
    align-items: center;
    justify-content: space-between;
} */
.feature-bikes img{
    width: 288px;
    height: 243px;
    filter: grayscale(100%);
}
.feature-bikes img:hover{
    filter: grayscale(0%); 
}
.underline-small::after{
    content:'';
    position:absolute;
    left:calc(53% - 5%);
    width: 58.5px;
    height: 0px;
    width:5%;
    top:675px;
    bottom: -2px;
    border: 1px solid #E76F51;
    border-radius: 1px;
    background:#f24432;
    
}
.button-bg{
    border: none;
    color: white; 
    background-image: linear-gradient(180deg, #E76F51 0%, #eb5e3b 100%);
    border-radius: 8px;
    padding: 9px 25px;
    width: 160px;
    height: 57px; 
    background: #E76F51;
    border-radius: 5px;
}
.clients-rating{
    color: #E76F51;
}
.fas{
    color: goldenrod;
}