* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #fff;
}

a {
    color: black !important;
}

.navbar-brand {
    font-size: 2rem;
    font-weight: 700;
}

.flexed {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.card-items img {
    width: 50px !important;
    margin-bottom: 2rem;
}

.feature-card {
    padding: 4rem 10rem;
}

.bike-design {
    padding: 4rem 10rem;

    h1 {
        text-align: center;
        margin-bottom: 4rem;
    }
}

.card-deck img {
    height: 400px;
    object-fit: contain;
}

.card-deck {
    h5 {
        font-size: 2rem;
    }
}

.card-items {
    display: flex;
    justify-content: center;
    flex-direction: column;

    img {
        margin: auto;
        margin-bottom: 1rem;
    }
}

.form-design {

    button {
        background-color: black !important;
        border: none;
    }

    button:hover {
        background-color: black !important;
    }
}

.form-cont {
    display: flex;
    flex-direction: row;
}

nav {
    display: none !important;
}

.nav-bars,
.nav-links-here {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-bars {
    padding: .5rem 4rem;

    a {
        font-weight: 500;
    }
}

.nav-links-here li {
    margin: 2rem;
}

li {
    list-style: none;
}

.form-cont {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0rem;
}

form {
    width: 50%;
    padding: 1rem 5%;
}

.form-img {
    width: 50%;
    height: 100%;
}

.form-img img {
    object-position: right;
    width: 100%;
    height: 100%;
}

input:focus {
    color: black !important;
    outline: none !important;
    box-sizing: border-box;
}

.form-design h4 {
    margin-bottom: 3rem;
    font-size: 2rem;
}

.bluee {
    color: blue;
}

.text-white {
    font-weight: 500;
    font-size: .9rem !important;
    color: grey !important;
}

.fw-bold {
    color: white !important;
}

.foott {
    padding: 4rem 1rem;
    text-align: left !important;
}

.about-section {
    justify-content: center;
    flex-direction: row-reverse !important;
    padding: 2rem;
    padding-bottom: 4rem;

    div {
        width: 40%;
        height: 100%;
    }

    .abt-item img {
        width: 400px;
        object-fit: contain;
        height: 100%;
        border-radius: 20px;
        display: block;
        margin: auto;
    }
}

.abt-item {
    margin-left: 4rem;
}

.abt-item2 h4 {
    margin-bottom: 4rem;
}


@media screen and (max-width:750px) {

    .nav-bars {
        display: none !important;
    }

    .navbar-nav {
        margin-top: 2rem;

        a {
            margin-top: 1rem;
        }
    }

    .navbar-toggler-icon {
        right: 2rem;
        position: absolute;
        top: 1rem;
    }

    nav {
        background-color: black;
        color: white !important;
        display: block !important;

        a {
            color: white !important;
        }
    }

    .navbar-brand {
        color: white !important;
        font-weight: 600;
    }


    .navbar-brand {
        font-size: 1.5rem !important;
    }

    .flexed {
        flex-wrap: wrap;
        padding: 0;

        div {
            background-color: white;
        }
    }

    .card-items {
        width: 50%;
        text-align: center;
        margin-top: 2rem;

        h4 {
            font-size: 1rem;
        }
    }

    .feature-card {
        padding: 4rem 1rem;
    }

    .bike-design {
        padding: 2rem 1rem;

        h1 {
            font-size: 1.5rem;
        }
    }

    .card {
        border-radius: 20px;
    }

    .form-design {
        padding: 1rem;
    }

    .form-cont {
        flex-direction: column;
    }

    form {
        width: 100%;
        padding: 1rem 5%;
    }

    .form-img {
        width: 100%;
        height: 100%;
    }

    .form-design h4 {
        margin-top: 3rem;
    }

    .about-section {
        flex-direction: column !important;
    }

    .abt-item2 {
        padding: 1rem;
        width: 100% !important;
    }

    .abt-item2 h4 {
        margin: 0;
        margin-top: 2rem;
    }


    .abt-item {
        margin: 0;
        width: 100% !important;
    }

    .abt-item img {
        width: 90% !important;
        height: 100% !important;
        margin: auto;
    }

    .card-deck div{
         width: 100%;
    }

}



.wp{
    border-radius: 30%;
    width: 60px;
    object-fit: cover;
    height: 60px;
}
@media (min-width:751px) and (max-width:1220px) {

    .flexed {
        flex-wrap: wrap;
        padding: 0;

        div {
            background-color: white;
        }
    }

    .card-items {
        text-align: center;
        margin-top: 2rem;

        h4 {
            font-size: 1rem;
        }
    }

    .feature-card {
        padding: 4rem 1rem;
    }

    .bike-design {
        padding: 2rem 1rem;

        h1 {
            font-size: 1.5rem;
        }
    }

    .card {
        border-radius: 20px;
    }

    .form {
        padding: 1rem;
    }
}