@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap');

.bng-container {
    background-color: #404040;
    background-size: cover;
    text-align: center;
}

.bike-club-img {
    height: 40vh;
    background-size: cover;
}

.btn {
    padding-left: 3%;
    padding-right: 3%;
    font-size: 22px;
    background-color: transparent;
    border-color: yellow;
    color: white;
    font-style: "Roboto";
}

.bike-logo {
    height: 10vh;
}

.nav-link {
    font-size: 20px;
    font-weight: bold;
}

.Databases {
    font-size: 20px;
    color: black;
    font-weight: 500;
}

.inputs {
    width: 50%;
    border-color: #666666;
    border-style: solid;
}

.btn-2 {
    border-radius: 4px;
}

.heading {
    padding: 2%;
    color: white;
    font-style: "Roboto";
}

.paragraph {
    font-size: 23px;
    padding-left: 2%;
    padding-right: 2%;
    color: black;
    font-style: "Roboto";
}

.bike-features {
    padding-left: 2%;
    padding-right: 2%;
    width: 100%;
    font-style: "Roboto";
}

.Tvs-logo {
    width: 100%;
    height: 20vh;
}

.Bajaj-logo {
    width: 100%;
    height: 20vh;
}

.Tvs2-logo {
    width: 100%;
    height: 20vh;
    background-color: white;
}

.icon {
    font-size: 6vh;
    background-color: lightgrey;
    height: 10vh;
    width: 10vh;
    padding-top: 2vh;
    margin-right: 15px;
    color: black;
    border-radius: 40vh;
}

.head {
    font-size: 65px;
    font-weight: bold;
    padding-top: 8vh;

}