.browse-bikes-card{
    padding: 30px 0;
    box-shadow: 0 1px 3px rgba(36, 39, 44, .15);
    background: #121212;
}

.bike-header h2 {
    text-align: center;
    padding: 0 20px;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0 !important;
    text-transform: capitalize;
    color: #fff;
}

.main-brows-bike{
    padding: 20px 20px 0 20px;
    background: #121212;
}

.nav-tabs {
    border-bottom: 1px solid #6c757d;
}

.browse-tab .nav-item {
    width: 25%;
}

.nav-tabs .nav-link{
    color: #fff;
}

.nav-tabs .nav-link:hover{
    border: none;
}


.nav-tabs .nav-link.active {
    color: #dc181f;
}

.nav-tabs .nav-link.active {
    border: 0;
    border-color: transparent;
    border-bottom: 2px solid #dc181f;
    background-color: #121212;
}

.browse-tab .nav-item button {
    margin: auto;
    width: 100%;
}

.browse-tab-content {
    padding: 30px 30px 10px 30px;
}

.single-browse-brand a{
    text-decoration: none;
}

.browse-bikes-by{
    margin-bottom: 50px;
}

.brand-logo {
    width: 100%;
    height: 200px;
}

.single-browse-brand .browse-brand-name{
    margin-top: 1rem;
    color: #fff;
}

.view-more-btn{
    padding: 7px 20px;
    border: 1px solid #fd2626;
    background: 0 0;
    margin-top: 40px;
    color: #fd2626;
    transition: all .3s linear;
    text-decoration: none;
}

.budget-row {
    display: flex;
}

.single-budget-box {
    margin: 5px;
    width: 25%;
}

.single-budget-box a {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding: 24px 10px;
    text-align: center;
    display: block;
    border: 1px solid #ddd;
    transition: all .2s linear;
    text-decoration: none;
}

.popular-bike{
    margin-bottom: 50px;
}

.new-bike {
    padding-top: 35px
}

.bike-card {
    padding: 20px 0 0 0;
    box-shadow: 0 1px 3px rgba(36, 39, 44, .15);
    background: #121212;
}

.new-bike {
    padding: 30px 20px;
}

.product-card {
    box-shadow: 0 1px 3px rgba(92, 95, 101, 0.15);
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #1a1a1a;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.product-img {
    vertical-align: middle;
    width: 100%;
}

.product-name {
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    text-decoration: none;
    margin-bottom: 0.5rem;
    display: block;
}

.product-price {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500 !important;
}

.view-btn {
    width: 100%;
    padding: 8px 0;
    background-color: transparent;
    border: 1px solid #dc181f;
    letter-spacing: 1px;
    color: #dc181f;
    font-size: 14px;
    font-weight: 700;
    display: block;
    text-align: center;
    text-decoration: none;
}

.view-all-btn {
    padding: 15px 20px;
    border-top: 1px solid rgba(178, 174, 174, 0.48);
}
.view-all-btn a {
    color: #dc181f;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 1px;
}

.news{
    margin-bottom: 50px;
}

.popular-news {
    padding: 20px 0 0 0;
     background-color: #121212;
}

.news-card{
    background-color: #1a1a1a;
}

.news-card img{
    width: 100%;
}

.ltn-tittle a{
    color: #fff;
    text-decoration: none;
    font-size: 22px;
}

.tab-content {
    padding:0 20px;
}

.tab-cards-main{
    margin-bottom: 20px;
}

.footer{
    background-color: #000101;
    padding: 80px 0;
}

.text-widget{
    margin-left: 20px;
}

.footer-title{
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 15px;
}

.footer-title a {
    margin-top: 10px;
    display: block;
    color: #ff2626;
    text-decoration: none;
}

.textwidget {
    margin-top: 40px;
}

.textwidget p {
    font-weight: 400;
    text-transform: none;
    color: #b1b1b1;
    margin-bottom: 12px;
}

.footer-list{
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

.footer-title{
    margin-bottom: 40px;
}

.footer-list li{
    margin-bottom: 10px;
}

.footer-list a {
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-style: solid;
    text-decoration: none;
    color: #6c757d;
    letter-spacing: 1px;
}

.subscribe-btn{
    background-color: #ff2626;
    color: #ffffff;
        border: none;
    font-size: 16px;
    border-radius: 0;
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    font-weight: 600;
    letter-spacing: 1px;
}

.tab-content{
    padding-top: 20px;
}

.subscribe-input {
    height: 60px;
    line-height: 60px;
    border-radius: 0;
    padding: 0 25px;
    background: #333333;
    color: #B1B1B1;
    font-weight: 400;
    font-family: inherit;
    font-size: 0.9em;
    border-color: #333333;
}


.footer-copyright{
    background-color: #000202;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 20px;
    border-top: 1px solid rgba(208, 218, 231, 0.54);
}

.copyright-data{
    color: #6c757d;
}

.copyright-data a{
    color: #fff;
    margin-left: 5px;
    text-decoration: none;
}


.py-breadcrumb{
    padding: 10px 0;
}

.breadcrumb {
    display: block;
    padding: 12px 0 0;
    margin-bottom: 0;
}

.breadcrumb li {
    list-style: none;
    display: inline-block;
    margin-left: 5px;
    font-weight: 500;
}

.breadcrumb li a {
    color: #fff;
    text-decoration: none;
}

.breadcrumb li:last-child a {
    color: #ea3e32;
    text-decoration: none;
}


.breadcrumb li a:hover {
    color: #ea3e32;
    text-decoration: none;
}

.breadcrumb li:last-child > a:hover {
    color: #fff;
    text-decoration: none;
}


.breadcrumb li {
    line-height: 16px;
    font-size: 16px;
    color: #666666;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    margin-right: 5px;
}


.banner-img{
    position: relative;
}

.banner-overlay {
    background-color: #000000;
    opacity: 0.7;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    inset: 0;
    position: absolute;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

.item-banner{
    position: relative;
}

.banner-text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}


.modal-name{
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 1px;
    text-shadow: 0 1px 5px #292a2c;
    margin-bottom: 20px;
}

.banner-text p{
    font-size: 20px;
    line-height: 35px;
    font-weight: 600;
    letter-spacing: 1px;
    text-shadow: 0 1px 5px #292a2c;
}

.banner-bottom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    text-align: center;
    color: #fff;
    padding-bottom: 60px;
}

.bottom-center{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
}

.single-content .value{
    font-size: 28px;
    font-weight: 600;
    text-shadow: 0 5px 7px #0a0a0a;
}

.banner-img{
    clip-path: polygon(66% 100%, 100% 88%, 100% 0, 100% 0, 0 0, 0 92%)
}


.select-bike{
    padding: 50px 0;
}

.text-heading {
    font-size: 3.75rem;
    line-height: 1;
    color: #fff;
}

.product-page-details {
    padding-top: 80px;
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    align-items: flex-start;
}

.model {
    font-size: 1.875rem;
    line-height: 2.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}

.product-page-right h2 {
    font-family: 'Rubik',sans-serif;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
    margin-top: 1.5rem;
    color: #fff;
    text-transform: uppercase;
}

.btn-item-details {
    border-radius: .375rem;
    margin-top: .25rem;
    margin-bottom: .25rem;
    height: 3rem;
    border: 1px solid #6c757d;
    color: #fff;
    width: 100%;
    background-color: transparent;
}

.body-color-black{
    background-color: #000202 !important;
}

.btn-bg-sec{
    background-color: #333333;
    color: #dad9d9;
    align-items: center;
}

.btn-bg-sec p{
    margin-bottom: 0;
}

.colors{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.color-btn{
    height: 45px;
    width: 45px;
    background: #000303 !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #6c757d;
}

.color-wrapper{
    height: 30px;
    width: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
      display: flex;
    justify-content: center;
    align-items: center;
}

.color-yellow{
    background-color: yellow;
}

.color-red{
   background-color: red;
}

.select-options {
    font-size: 46px;
    line-height: 60px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    color: #6c757d;
}

.option-border {
    border: 2px solid #dddddddd;
    padding: 1rem;
}
.capitalize{
    text-transform: uppercase;
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
}

.textsm-title{
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.textsm-subtitle{
     color: #b9bcbe;
    letter-spacing: 1px;
}

.option-border ul li{
    color: #b9bcbe;
}

.text-loud{
    color: #d0dae7;
    text-transform: capitalize;
    font-size: 42px;
}

.contact-btn{
    background-color: #00368e;
    width: 100%;
    padding: 10px 30px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
}

.product-page-left{
    height: 500px;
}

.product-page-right{
    height: 500px;
    overflow-y: scroll;
}

::-webkit-scrollbar {
    display: none;
}


.key-specification{
    margin: 50px 0;
    background-color: #121212;
    padding: 25px 30px;
}

.key-title{
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

.key-spe-card{
    background-color: #000303;
    padding: 25px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ksp-icon img{
    height: 20px;
    width: 20px;
}

.ksp-data .ksp-title{
    margin: 0;
    font-size: 18px;
    letter-spacing: 1px;
    color: #b9bcbe;
}

.ksp-value {
    margin: 0;
    font-size: 22px;
    letter-spacing: 1px;
    color: #f0f1f3;
}

.item-specification {
    background-color: #121212;
    padding: 25px 30px;
}

.spec-headline {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    padding: 10px;
    margin-bottom: 0 !important;
    background-color: #000303;
     font-family: 'Rubik',sans-serif;
}

.spec-table{
    margin-top: 20px;
}

.spec-table tr td {
    border: none;
    padding: 5px;
    width: 25%;
    font-family: 'Rubik',sans-serif;
}

.spec-table p {
    font-size: 14px;
    color: #efebeb !important;
    margin-bottom: 0 !important;
}

.spec-table p strong{
    font-weight: 500;
}

.spec-table a{
    color: #fff;
}

.product-name:hover{
    color: #ea3e32;
}

.view-btn:hover{
    color: #ea3e32;
}

.btn-item-details:hover, .option-border:hover{
    border-color: #ea3e32;
}


@media (max-width: 767px) {
    .text-link{
        display: none;
    }
    
    .header-icon-wrap{
        display: none;
    }

    .hero-title{
            font-size: 32px;
        line-height: 40px;
    }
    .background-video-content{
        position: relative;
    }
    
    .budget-row{
        flex-wrap: wrap;
        gap: 5px;
    }

    .single-budget-box {
        margin: 0;
        width: 45%;
    }

    .brand-banner-inner h2 {
        font-size: 32px;
        line-height: 45px;
        color: #fff;
    }

    .brand-banner-inner p {
    width: 300px;
    }

    .footer-title, .footer-list, p.text-white, .input-group{
        padding-left: 1rem;
    }
    
    .footer-copyright{
        flex-wrap: wrap;
        justify-content: center;
        gap: 5px;
    }
    .copyright-data{
        text-align: center;
    }


    .banner-img{
        height: 500px;
    }

    .banner-img img{
        height: 100%;
        width: auto;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .product-page-details{
        flex-wrap: wrap;
    }

    .product-page-left {
        height: 300px;
    }

    .product-img {
    vertical-align: middle;
    width: auto;
}

    .product-img img {
        height: auto;
        width: 100%;
    }

    .spec-table tr td {
        border: none;
        padding: 5px;
        width: 50%;
        font-size: 12px;
        font-family: 'Rubik', sans-serif;
    }

    .spec-table p {
        font-size: 12px;
    }

}