@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
a {
    text-decoration: none;
}
.top-banner {
    background-color: #264653;
    font-family: 'Poppins', sans-serif;
}
h1 {
    font-size: 50px;
    font-weight: 700;
}
h4 {
    font-size: 16px;
    color: #23a6f0;
    font-weight: 600;
}
h5 {
    font-size: 15px;
    font-weight: 600;
}

p {
    font-size: 16px;
    font-weight: 300;
}
/* featured bikes */
.featured-bikes {
    padding: 100px 0;
}
.bike-row {
    padding-top: 50px;
}
.bike-container {
    border-radius: 20px;
}
.all-bike {
    background-color: #f1f1f1;
    border-radius: 20px;
}
/* happy clients */
.clients-rating {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin: 15px 0px;
    padding: 0px;

    width: 130px;
    height: 22px;
}
.rating-img {
    position: static;
    width: 149px;
    height: 149px;
    margin-left: calc(50% - 149px / 2);
    margin-top: 40px;
}
.fa-star {
    font-size: 20px;
}
.fa-star.filled {
    color: #e77c40;
}
.fa-star.empty {
    color: #e77c40;
}
.different-color {
    color: #e77c40;
}

/* Footer  */
footer {
    background-color: #003638;
    font-size: 20px;
}
footer p {
    font-size: 16px;
}
.get-app {
    width: 170px;
    height: 140px;
}
.button {
    height: 3em;
    width: 8em;
    border: none;
    border-radius: 5px;
    background-color: #e77c40;
    color: white;
}
