body {
    animation-name: fadeIn;
    animation-duration: 0.5s;
    animation-fill-mode: both;
}


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
button,input,textarea,select,option,label,span,td,th
 {
    font-family: 'Poppins', sans-serif;
}



@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
#comparebikes img {
    /* width: 135px;
    height: 85px;
    object-fit: cover;
    border-radius: 0px !important; */
    width: 218px;
    height: 139px;
    object-fit: cover;
    border-radius: 0px !important;
}
#comparebikes .card {
    border-radius: 20px;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.owl-carousel {
    /* box-shadow: 0 4px 8px 0 rgba(255, 192, 192, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19); */
    border-radius: 20px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
h4 {
    /* text-align: center !important; */
    border-bottom: 2px solid #d9273049;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
    color: rgb(83, 99, 116);
    font-size: 35px;
}
.card {
    border-radius: 20px;
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
}

#herosection {
    background-image: url(/banner/banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
    color: white;
    /* padding:150px 0px; */
    display: flex;
    align-items: center;
    clip-path: polygon(0 0, 100% 0, 100% 94%, 0% 100%);
    position: relative;
}
#searchbtn {
    background-color: #b10014;
    color: white;
    border-radius: 34px;
}
.maincontainer {
    width: 65%;
}

.carousel-wrap {
    margin: 90px auto;
    padding: 0 5%;
    width: 80%;
    position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
    border:none;


}

/* end fix */
.owl-nav > div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}

.owl-nav i {
    font-size: 52px;
}

.owl-nav .owl-prev {
    left: -30px;
}

.owl-nav .owl-next {
    right: -30px;
}

.cardbtn {
    /* border: 0.5px solid #d92731;
    background-color: white;
    color: #d92731;
    font-size: 12px;
    padding: 5px 10px;
    font-weight: bold;
    border-radius: 3px; */
    display: inline-block;
    padding: 9px 24px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    /* background: linear-gradient(135deg,#f90000, #ca0002 ); */
    border: none;
    border-radius: 5px;
    transition: all 0.3s ease;
    /* box-shadow: 0 4px 15px rgba(249, 0, 0, 0.3); */
    background-color:#d61e2f;
}

.cardbtn:hover {
      background-color:#d61e2f;
    
}

.cardbtn1 {
    border: 0.5px solid #00857a;
    background-color: white;
    color: #00857a;
    font-size: 12px;
    padding: 5px 10px;
    font-weight: bold;
    border-radius: 3px;
}
.nav-circle {
    height: 35px;
    width: 35px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.nav-circle i {
    font-size: 16px;
    color: black;
}

.category-btn.active {
    border-bottom: 4px solid #d92731 !important;
    color: #d92731 !important;
    border-radius: 0px;
}
.category-btn-trendingbikes.active {
    border-bottom: 4px solid #00857a !important;
    color: #00857a !important;
    border-radius: 0px;
}
.category-btn-latestupdate.active {
    border-bottom: 4px solid #d92731 !important;
    color: #d92731 !important;
    border-radius: 0px;
}

#categorybtn button {
    font-size: 13px;
    font-weight: 600;
    color: #464646;
}
.bluetext {
    color: #0288d1;
}
.category-btn-browsebikes.active {
    border-bottom: 4px solid #d92731 !important;
    color: #d92731 !important;
    border-radius: 0px;
}
.category-btn-featuredbikes.active {
    border-bottom: 4px solid #d92731 !important;
    color: #d92731 !important;
    border-radius: 0px;
}
.category-btn-brandscarousel.active {
    border-bottom: 4px solid #00857a !important;
    color: #00857a !important;
    border-radius: 0px;
}

.budgetvalue div div p b:hover {
    color: #029589;
    transition: all 0.7s;
}
#CheckOnRoadPrice {
    background-image: url(../images/bannermid1.jpg);
    background-size: cover;
    height: auto;
    width: 100%;
}
#CheckOnRoadPriceCard {
    background-color: #00000080;
    margin-top: 8rem;
    margin-bottom: 10rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #fff;
    padding: 20px;
    border-radius: 20px !important;
}
#gogreendiv {
    border: 1px solid #7fd7cf;
    background-color: #ecf9f8;
}
.bluebtn {
    /* color: #0288d1;
    background-color: white;
    border: 1px solid #0288d1;
    margin: 5px;
    border-radius: 3px;
    font-weight: 500;
    padding: 5px 10px;
    font-size: 14px; */
  display: inline-block;
    padding: 9px 24px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    /* background: linear-gradient(135deg,#f90000, #ca0002 ); */
    border: none;
    border-radius: 5px;
    transition: all 0.3s linear;
    /* box-shadow: 0 4px 15px rgba(249, 0, 0, 0.3); */
       background-color:#d61e2f;
}



.bluebtn:hover {
    background-color:#d61e2f;
}


.searchplaceholader::placeholder {
    color: #a6a6a6;
    font-size: 14px;
}
.divider {
    height: 150px;
    /* width: 50px; */
    display: flow;
    text-align: center;
    /* padding-top: 100px; */
}

.divider:before {
    border-left: 1px solid #cacaca;
    content: "";
    display: block;
    height: 55px;
    left: 50%;
    position: relative;
    top: 15px;
    width: 1px;
    z-index: 0;
}

.divider:after {
    border-left: 1px solid #cacaca;
    content: "";
    display: block;
    height: 55px;
    left: 50%;
    position: absolute;
    top: 100px;
    width: 1px;
    z-index: 0;
}
.divider1 {
    height: 150px;
    /* width: 50px; */
    display: flow;
    text-align: center;
    /* padding-top: 100px; */
}

.divider1:before {
    border-left: 1px solid #cacaca;
    content: "";
    display: block;
    height: 55px;
    left: 50%;
    position: relative;
    top: 15px;
    width: 1px;
    z-index: 0;
}

.divider1:after {
    border-left: 1px solid #cacaca;
    content: "";
    display: block;
    height: 55px;
    left: 598px;
    position: absolute;
    top: 262px;
    width: 1px;
    z-index: 0;
}
.divider2 {
    height: 150px;
    /* width: 50px; */
    display: flow;
    text-align: center;
    /* padding-top: 100px; */
}

.divider2:before {
    border-left: 1px solid #cacaca;
    content: "";
    display: block;
    height: 55px;
    left: 50%;
    position: relative;
    top: 15px;
    width: 1px;
    z-index: 0;
}

.divider2:after {
    border-left: 1px solid #cacaca;
    content: "";
    display: block;
    height: 55px;
    left: 598px;
    position: absolute;
    top: 262px;
    width: 1px;
    z-index: 0;
}
#coupondiv {
    background: rgb(236, 249, 248);
    background: linear-gradient(
        0deg,
        rgba(236, 249, 248, 1) 40%,
        rgba(255, 255, 255, 1) 80%
    );
    border-radius: 10px;
    border: 1px solid #7fd7cf;
}
#amazondiv {
    background-color: #fef7ef;
    border: 3px dotted #00857a;
}
.smalltext {
    font-size: 13px;
    color: white;
}
.vl {
    border-right: 1px solid rgb(255, 255, 255);
    height: 40px;
}

.form-select {
    color: #6c757d;
    font-size: 12px;
    font-weight: 400;
    padding: 13px;
}

@keyframes marqueeScroll {
    from {
        background-position: -1000% 0;
    }
    to {
        background-position: 0 0;
    }
}

.modalheaderbg {
    margin-top: 35px;
    opacity: 100%;
    background-image: url(../images/skyline-bg.png);
    background-repeat: repeat-x; /* Corrected */
    background-size: auto 100%; /* Ensures proper scaling */
    height: 60px;
    animation: marqueeScroll 60s linear infinite; /* Slower speed for smooth effect */
}
.modalheadertext {
    color: black !important;
    transform: translate(0px, -40px);
}
.img-fixed {
    width: 100%;
    height: 90px;
    object-fit: cover;
    /* Ensures images maintain aspect ratio */
}

.img-large {
    height: 190px;
    object-fit: cover;
}
#range-slider {
    width: 200px;
    appearance: none;
    -webkit-appearance: none;
    height: 3px;
    background: #00857a;
    border-radius: 5px;
    outline: none;
}

#range-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #00857a;
    cursor: pointer;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

#range-slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #007bff;
    cursor: pointer;
    border: 2px solid white;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
#range-slider2 {
    width: 200px;
    appearance: none;
    -webkit-appearance: none;
    height: 3px;
    background: #00857a;
    border-radius: 5px;
    outline: none;
}

#range-slider2::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #00857a;
    cursor: pointer;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

#range-slider2::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #007bff;
    cursor: pointer;
    border: 2px solid white;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
#range-slider3 {
    width: 200px;
    appearance: none;
    -webkit-appearance: none;
    height: 3px;
    background: #00857a;
    border-radius: 5px;
    outline: none;
}

#range-slider3::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #00857a;
    cursor: pointer;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

#range-slider3::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #007bff;
    cursor: pointer;
    border: 2px solid white;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.banktable tr th {
    padding: 15px;
}

.banktable tr td {
    padding: 15px;
}

/* The actual timeline (the vertical ruler) */
.main-timeline-5 {
    position: relative;
    margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.main-timeline-5::after {
    content: "";
    position: absolute;
    width: 3px;
    background-color: #066da4;
    top: 0;
    bottom: 0;
    left: auto;
    margin-left: -3px;
}

/* Container around content */
.timeline-5 {
    position: relative;
    background-color: inherit;
    width: 100%;
}

/* The circles on the timeline */
.timeline-5::after {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    right: 1px;
    background-color: #066da4;
    top: 18px;
    border-radius: 50%;
    z-index: 1;
}

/* Place the container to the right */
.right-5 {
    padding: 0px 0px 20px 40px;
    left: auto;
}

/* Add arrows to the right container (pointing left) */
.right-5::before {
    content: " ";
    position: absolute;
    top: 18px;
    z-index: 1;
    left: 30px;
    border: medium solid #066da4;
    border-width: 10px 10px 10px 0;
    border-color: transparent #066da4 transparent transparent;
}

/* Fix the circle for containers on the right side */
.right-5::after {
    left: -10px;
}
.main-timeline2-5 {
    position: relative;
    margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.main-timeline2-5::after {
    content: "";
    position: absolute;
    width: 3px;
    background-color: #8f8f8f;
    top: 0;
    bottom: 0;
    left: auto;
    margin-left: -3px;
}

/* Container around content */
.timeline2-5 {
    position: relative;
    background-color: inherit;
    width: 100%;
}

/* The circles on the timeline */
.timeline2-5::after {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    right: 1px;
    background-color: #d52828;
    top: 18px;
    border-radius: 50%;
    z-index: 1;
}

/* Place the container to the right */
.right2-5 {
    padding: 0px 0px 20px 40px;
    left: auto;
}

/* Add arrows to the right container (pointing left) */
.right2-5::before {
    content: " ";
    position: absolute;
    top: 18px;
    z-index: 1;
    left: 30px;
    border: medium solid #d52828;
    border-width: 10px 10px 10px 0;
    border-color: transparent #97979700 transparent transparent;
}

/* Fix the circle for containers on the right side */
.right2-5::after {
    left: -10px;
}

.bootstrap-tagsinput .tag {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #555;
    display: inline-block;
    padding: 4px 6px;
    font-size: 13px;
}

#usedbikesbanner {
    background-image: url(../images/usedbg.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    background-repeat: no-repeat;
    height: 400px;
    display: flex;
    align-items: center;    
    justify-content: center;
}
#userreviewsbanner {
    background-image: url(../images/reviewsbanner1.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 330px;
    background-repeat: no-repeat;
    margin-top: -5rem;
}
#expertreviewsbanner {
    background-image: url(../images/reviewsbanner2.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 330px;
    background-repeat: no-repeat;
    margin-top: -5rem;
}
#sellbikeimg {
    background-image: url(../images/sellbikepageimeage.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: -5px;
    height: 1100px;
}

.input-container {
    position: relative;
    margin: 20px auto;
    /* width: 200px; */
}

.input-container input[type="text"] {
    font-size: 20px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #9c9c9c;
    /* padding: 5px 0; */
    background-color: transparent;
    outline: none;
}
.input-container input[type="date"] {
    font-size: 20px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #9c9c9c;
    /* padding: 5px 0; */
    background-color: transparent;
    outline: none;
}
.input-container select {
    font-size: 16px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #9c9c9c;
    /* padding: 5px 0; */
    background-color: transparent;
    outline: none;
}

.input-container .label {
    position: absolute;
    top: 0;
    left: 0;
    color: #9c9c9c;
    transition: all 0.3s ease;
    pointer-events: none;
}

.input-container input[type="text"]:focus ~ .label,
.input-container input[type="text"]:valid ~ .label {
    top: -20px;
    font-size: 16px;
    color: #333;
}
.input-container input[type="date"]:focus ~ .label,
.input-container input[type="date"]:valid ~ .label {
    top: -20px;
    font-size: 16px;
    color: #333;
}

.input-container .underline {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #53cdc7;
    transform: scaleX(0);
    transition: all 0.3s ease;
}

.input-container input[type="text"]:focus ~ .underline,
.input-container input[type="text"]:valid ~ .underline {
    transform: scaleX(1);
}
.input-container input[type="date"]:focus ~ .underline,
.input-container input[type="date"]:valid ~ .underline {
    transform: scaleX(1);
}
/* .input-container select:focus ~ .underline,
  .input-container select:valid ~ .underline {
    transform: scaleX(1);
  } */

#bikereviewcontest {
    background-image: url(../images/skyline976x103.png);
    background-color: #2e3192;
    /* background-size: cover; */
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    width: 100%;
}

@media (max-width: 992px) {
    .main-timeline-5 {
        max-width: 100%;
    }
    .maincontainer {
        width: 100% !important;
    }
    h4 {
        /* text-align: center !important; */
        border-bottom: 2px solid #d9273049;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
        margin-top: 2rem;
        color: rgb(83, 99, 116);
        font-size: 25px;
    }
}

/* =============================================================
============================= */

.card-body a h6{
  font-size: 17px;
    font-weight: 600;
    color: #d61c2e;
}

h4 {
    /* color: #d61e2f; */
    /* background-image: linear-gradient(25deg, #ff061d, #000000);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    color: #d61e2f;
}

#CheckOnRoadPriceCard .card-body h5{
    font-size:35px;
}

.bg-col{
    background-image: linear-gradient(to bottom, #f8bcbc00, #fbe5e5b5 88%);
}

.fw-bold{
    font-weight: 600 !important;
}
.maincontainer1 h4 {
    /* color:#d61e2f; */
   /* background-image: linear-gradient(25deg, #ff061d, #000000);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
       color: #d61e2f;
}
.maincontainer1 h3 {
    /* color:#d61e2f; */
   /* background-image: linear-gradient(25deg, #ff061d, #000000);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
       color: #d61e2f;
}

.maincontainer1 h5 {
    /* color:#d61e2f; */
   /* background-image: linear-gradient(25deg, #ff061d, #000000);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
       color: #d61e2f;
    font-size:30px;
    font-weight:600;
}

#categorybtn button{
     font-family: 'Poppins', sans-serif;
}
.bluetext{
   color: #121111;
}

.hero-btn {
    display: inline-block;
    padding: 14px 28px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    /* background: linear-gradient(45deg, #b10014, #ff1e33); */
    border: none;
    border-radius: 50px;
    /* box-shadow: 0 8px 20px rgba(216, 43, 55, 0.4); */
    transition: all 0.3s ease-in-out;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
       background-color:#d61e2f;
}

.hero-btn:hover {
    /* background: linear-gradient(45deg, #ff1e33, #b10014);
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 12px 24px rgba(216, 43, 55, 0.6); */
       background-color:#d61e2f;
}

.bancon {
    
    padding: 20px ;
    color: #fff;
}

.hero-main {  
    font-size: 64px;
    text-transform: uppercase;
    font-weight: 800;
    /* letter-spacing: 1px; */
    /* background: linear-gradient(90deg, #b10014, #ff1e33);     */
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 20px 0px 50px 20px;
    transform: skewX(350deg);
    filter: drop-shadow(2px 4px 5px rgba(0, 0, 0, 0.377));
        outline: 2px dashed #fff;
    outline-offset: -10px;
       background-color:#d61e2f;
    
}

.hero-main span {
    color: #fbf59d;   
    padding: 0 10px;
    border-radius: 5px;
}

.hero-sub {
   
    font-size: 40px;
    font-weight: 800;
    color: #070707;
    text-transform: uppercase;
    /* letter-spacing: 1px; */
    margin-top: 20px;
    transform: skewX(342deg);
    filter: drop-shadow(2px 4px 2px white);
}


.hero-sub strong {
    color: #ff1e33;
    font-weight:600;
}

.input-group .form-control{
    padding: 20px 10px;
}
.input-group .form-control:focus{
   box-shadow: none;
}

.input-group{
    border-radius: 34px;
}

#herosection::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   background: linear-gradient(45deg, #b1001400 50%, #2700045c 50%);
    opacity: 0.6;
    z-index: -1;
}
.newnav .navbar-nav .nav-item .nav-link{
    color: #d71e2d;
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
}


.formwrap .input-group .form-control{
 border-radius: 50px !important;
    border: none;
    box-shadow: 0px 0px 4px #6363637a;
    position: relative;
    padding: 17px;
}
.navsearch{
        position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
        border: none;
}

.feabg{
    /* background-color: #ffeded; */
        background-image: linear-gradient(0deg, #ffeded 50%, transparent);
            padding-bottom: 25px;
}

.popular .owl-carousel .item{
    box-shadow: 0px 0px 3px #c8091d6e;
}

.bandserch .input-group{
    width:59%;
}
.rouncompareded-2 ul li div{
    margin-top:15px;
}

.rouncompareded-2{
    /* background-color: #fef7ef; */
        box-shadow: 0px 0px 5px #d0d0d0;
}

.rouncompareded-2 ul li div p{
   color:#d61c2e;
}
.rouncompareded-2 ul li div p > small{
   color:#d61c2e;
}

.nav-circle{
    /* background: linear-gradient(45deg, #ff1e33, #b10014); */
       background-color:#d61e2f;
    }

    .nav-circle .fa{
    color:#fff;
}

.review .owl-carousel .item{
    background-color:#ffffff;
    padding:20px;
       box-shadow: 3px -3px 17px #c6081c26;
}

.card-footer{
    background-color:#fff3f3ed;
}
.card-header{
    background-color:#ffff;
}

.latestupdate .bg-light{
    background-color: #fff3f3ed!important;
}


     #gradient-canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    --gradient-color-1: #4e012c;
    --gradient-color-2: #000;
    --gradient-color-3: #7c0007;
    --gradient-color-4: #31001f;
    --gradient-color-5: #4b0041;
    z-index: -1;
    opacity: 1;
    transition: var(--all-medium);
    pointer-events: none;
}


.cardused{
      box-shadow: 0px 0px 4px #c8091d6e, 0px 0px 1px #e2e2e200;
     padding:10px;
     border-radius: 15px;
} 
.cardused p:first-of-type{
    font-weight: 600;
    color:#d61c2e;
    font-size:18px;
   
}
.bggrade{
    background-image: linear-gradient(45deg, #ffe6e6  50%, transparent 50%);
}

.form-select:focus{
    box-shadow: none;
}

.rangesli{
        display: flex;
    flex-direction: column;
    gap: 15px;
}

.filttercard{
   border-radius: 10px;
    box-shadow: 0px 0px 8px #504d4d3b;
    border: none;
}

.accordion-button:focus{
    box-shadow: none;
}
.filttercard .accordion .accordion-item{
 
    border: none;
}
.filttercard .accordion .accordion-item h2{
    border-bottom:0.5px solid #e6e6e6;   
}

.shadow1{
    box-shadow: 0px 1px 11px #b4b4b46e;
    border: none;
}
.filtercr {
    overflow: hidden;
}
.card-header{
    padding:15px;
    border:none;
}

.card-header img{
    border-radius:10px;
}
.filtercr{
    border: 0.5px solid #ca0000;
   
}

.filtercr .card-body{
    background-color:#fff1f1;
}
.filtercr .card-body p:first-child{
    color:#d61c2e
}

.maincontainer1 nav{
    margin-top: 35px;
   
}
.maincontainer1 nav ol li a,.maincontainer1 nav ol li {
        font-size: 15px;
    font-weight: 500;
    
}
.card{
    overflow: hidden;
}

#bikeImageCarousel .carousel-inner .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
 .table td .fa {
    color: #d61c2e!important;
    font-size: 12px;
}
 .table td div h6 {
    color: #272727;
   
}
 .table td div .small {
    color: #666666 ;
   
}

.overview .card{
        box-shadow: 0px 0px 15px #97949438;
    border: none;
}
#newbikes2025 .card{
    box-shadow: 0px 0px 15px #97949438;
    border: none;
}
#newbikes2025 .bg-light{
    background-color: #fff3f3ed!important;
}
#newbikes2025 .card{
   overflow: hidden;
    border-radius: 20px;
}
#newbikes2025 .card .card-title{
    color: #d61c2e;
    font-weight: 500;
}

.form-control:focus{
    box-shadow: none;
}

.fa-star,.fa-star-o,.fa-star-half-o{
    color: #d61c2e!important;
}

#milage th{
    font-weight:500;
}
#bikenews .card{
    box-shadow: 0px 0px 9px #c2c2c28c;
}
#expertreviews .card{
    box-shadow: 0px 0px 9px #c2c2c28c;
}
#bikevideos .card{
    box-shadow: 0px 0px 9px #c2c2c28c;
}
#upcomingbikes .card{
    box-shadow: 0px 0px 9px #c2c2c28c;
}

#upcomingbikes .card-title, #bikenews .card-title{
     color: #d61c2e;
     text-transform: capitalize;
} 

#expertreviews .card-title{
     color: #d61c2e;
     
} 
.aboutsec{
    padding: 50px 0px;
    position: relative;
    border-bottom:3px solid #d61c2e;
}
.aboutsec h2{
    /* background-image: linear-gradient(25deg, #ff061d, #000000);
   
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    color:#d61e2f;
    font-size:35px;
    font-weight:600;
    text-align: left;
    margin-bottom:20px;
    text-transform: uppercase;    
   
}
.abcon button{
    text-align: left;
}
.aboutsec p{
    text-align: justify;
}
.abcon{
    text-align: left;
}

/* ========================== */

   
    
.whycard-icon {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
  }

  .whycard:hover .whycard-icon {
    transform: scale(1.2);
  }

  .whycard {
    transition: box-shadow 0.3s ease;
    cursor: pointer;
        padding: 35px !important;
    border-radius: 20px;
    box-shadow: 0 3px 3px #3d000026;
        height: 100%;
}
 

  .whycard:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  }

  .subtitle{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #d61c2e;
  }

  .whyussec h2 , .processsec h2{
    /* background-image: linear-gradient(25deg, #ff061d, #000000);   
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
       color:#d61e2f;
    font-size:35px;
    font-weight:700;   
    margin-top: 20px;
   
  }

.processsec{
    padding:50px 0px;
    /* background-color: #fff6ea;  */
     background-color: #f5f5f5; 
        margin: 15px;
    border-radius: 15px;   
}

  .imgion{
    margin-bottom:15px;
    padding:15px;
  }
   .imgion img{
    margin-bottom:15px;
    padding:15px;
  }
   .imgion p{
   font-size: 20px; 
    font-weight: 600;
    color: #d61c2e;
    text-align: center;
  }

#cookie-notice {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  color: #fff;
  padding: 15px 20px;
  text-align: center;
  font-size: 14px;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

#cookie-notice a {
  color: #00f;
  text-decoration: underline;
}

#accept-cookies {
  background: #f00;
  color: #fff;
  border: none;
  padding: 8px 16px;
  cursor: pointer;
  font-weight: bold;
}

.footersec {
    background-color: #00005a;
}

.navbar-brand img{
    width:80px;
}
  













@media screen and (max-width: 768px) {
    .hero-main {
        font-size: 23px;
        text-align: center;
        border-radius: 0px 0px 1px 0px;
            outline: 2px dashed #fff;
    }
    .hero-sub {
          
        font-size: 20px;
        text-align: center;
        color: #fff;
        filter: drop-shadow(2px 2px 2px black);
  

    }

    .bancon{padding-bottom: 0px;}
    .herobtn
    {text-align: end;
    margin-right: 30px;}   

    #herosection {
    background-image: url(/banner/banner.png);
    background-position: 81% 0%;
    background-repeat: no-repeat;
    background-size: cover;
     height: 500px;
    width: 100%;
    color: white;
    padding-bottom: 50px;
    display: flex;
    clip-path: none;
    position: relative;
     align-items: end;
    padding-bottom: 20px;
}
    .formwrap .input-group .form-control{
        display: none;
    }
    .navsearch{
        display: none;
    }
    .bandserch .input-group{
    width:100%;
}
#comparebikes img {
    width: 135px;
    height: 85px;
    object-fit: cover;
    border-radius: 0px !important;
}
.owl-nav .owl-prev {
    left: -10px;
}

.owl-nav .owl-next {
    right: -10px;
}}

    

