 /* Google Fonts  */
 @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
 body{
    font-family: 'Poppins', sans-serif;
 }
 /* Google Fonts  */

.honda-header-color{
    background: #264653;
}
.honda-button-color{
    background: #E76F51;
}
.honda-small-font{
    font-size: 14px;
}
.honda-filter{
    filter: grayscale(100%);
}
.honda-shadow{
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}
.honda-color-text{
    color: #E76F51;
}
.honda-start{
    color: #E77C40;
}
hr{
    border: 1px solid #E76F51;
    border-radius: 5px;
}
.honda-news-btn{
    border: 2px solid #E76F51;
    color: #E76F51;
    background: #fff; 
    font-weight: 500;
    text-decoration: none;
}
.honda-news-btn:hover{
    border: 2px solid #E76F51;
    color: #fff;
    background: #E76F51; 
    transition: 1s;
}
.honda-client{
    color: #23A6F0, 100%;
}
.honda-accordian button:focus {
    z-index: 3;
    border-color: #333 !important;
    outline: 0;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
    color: #000;
}

.honda-accordian button:not(.collapsed) {
        color: #000;
        background-color: #fff;
}

footer{
    background: #0B0D17;
}