@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');
*{
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden !important;
}
:root{
    --basic-color : #E76F51;
}
header .top-banner .banner-half div p {
   color:#E0E0E0;
   text-align:justify;
}
h1 , h2 , h3, h4, h5 , h6 {
    overflow: hidden;
}
.featured-bike-grayscale img {
    filter: grayscale(100%);
}
.card-button-2 .btn{
    background-color: #FFFFFF;
     color: var(--basic-color); 
     border: 2px solid var(--basic-color);"
}
span{
    color: var(--basic-color);
}
.star .bi{
    color: var(--basic-color);
}
.accordion-item,.accordion-header{
    background-color: transparent !important;
    border: none !important;
    margin-bottom: 20px;
    border-radius: 5px !important;
}
.accordion-button {
    width: 100%; 
    height: 60px;
    color: #000 !important;
    font-weight: bold !important;
    text-align: left !important;
    text-decoration: none !important;
}
.accordion-body{
    background: #e8eeff;
}
.footer-terms a {
    text-decoration: none;
    color: white;
}