
.shi-sli{
    width: 70%;
    margin: 0 auto;
}

.sli-con .owl-prev span, .sli-con .owl-next span {
    font-size: 40px;
    position: absolute;
    top: -68%;
    left: 29%;
    color: red;
}
.sli-con .owl-prev {
    background-color: #fafafa !important;
    padding: 0 10px !important;
    height: 30px !important;
    width: 30px !important;
    position: relative;
    top: 50%;
    left: -7%;
    transform: translateY(-50%);
    position: absolute;
    border-radius: 100% !important;
    box-shadow: 1px 1px 7px #7b7b7b;
}

.sli-con .owl-next {
    background-color: #fafafa !important;
    padding: 0 10px !important;
    height: 30px !important;
    width: 30px !important;
    position: relative;
    top: 50%;
    right: -7%;
    transform: translateY(-50%);
    position: absolute;
    border-radius: 100% !important;
    box-shadow: 1px 1px 7px #7b7b7b;
}

.sli-main{
    padding: 80px 0;
}

/* sli-main */

.motor-middle .pro-bg{
 left: 0%;
}
.motor-prrr {
    padding: 0 300px 0 0px !important;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.motor-prrr .pro-img-area {
    width: 55%;
    gap: 50px;
}

.product-middile.motor-middle {
    padding: 0 0px 0 80px;
}
.product{
    padding: 0 0px 0 300px;
}
.bike-img img{
    width: 100%;
}
.product-top{
    margin-bottom: 80px;
    background-color: #252525;
    padding: 10px 0;
    width: 82%;
}
.product-top h1{
     color: #FFFFFF;
    font-size: 40px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    text-align: center;
}

.bike-area-2 {
    display: flex;
    width: 100%;
    margin-bottom: 40px;
}

.model-area {
    width: 50%;
    border: 1px solid #222;
    text-align: center;
}
.mod-1 {
    background-color: #CC0023;
    padding: 8px 10px;
}

.mod-2 {
    padding: 8px 10px;
}
.mod-3 {
    border-bottom: 1px solid #222;
}
.mod-1 p {
    color: #fff;
    font-family: "Poppins", serif;
    font-size: 18px;
    font-weight: 500;
}
.mod-2 p {
    color: #222222;
    font-family: "Poppins", serif;
    font-size: 16px;
    font-weight: 500;
}
.product-middile{
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 0 120px 0 0;
}
.pro-bg{
    position: absolute;
    right: 0%;
    bottom: 0%;
    z-index: -1;
}
.pro-img-area {
    width: 51%;
    display: flex;
    justify-content: space-between;
    gap: 100px;
    align-items: center;
}

.pro-te {
    width: 40%;
}
.box-1 {
    width: 30px;
    height: 30px;
    background-color: #44628F;
    border: #FFF 1PX solid;
    cursor: pointer;
}
.grey{
    background-color: #777776;
}
.black{
    background-color: #000;
}
.white{
    background-color: #fff;
}
.blue{
     background-color: #363D59;
}
.red{
     background-color: red;
}
.green {
    background-color: #737f76;
}
.green-2 {
    background-color: #026666;
}
.orange {
    background-color: #dd4a16;
}
.red-2 {
    background-color: #7f3745;
}
.color-box {
    display: flex;
    gap: 16px;
}

.pro-t-top p {
    color: #222222;
    font-family: "Poppins", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 50px;
}
.color-box-area{
    background-color: #5C5C5C;
    padding: 10px 15px;
}

.colo-head p {
    color: #fff;
    font-family: "Roboto", serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.bike-img.current{
    display: block;
}
.bike-img{
    display: none;
}


.product-bot{
    width: 82%;
    background-color: #222;
    display: flex;
    justify-content: center;
    gap: 100px;
    padding: 10px;
    margin-top: 20px;
}
.buy{
    color: #fff;
    border: 1px solid #fff;
    padding: 8px 55px;
    font-size: 16px;
    font-weight: 500;
    transition: all ease 0.4s;
}
.buy:hover{
    color: #222;
    background-color: #fff;
    border: 1px solid #fff;
}

/* end produc */


.tab-block {
    width: 84%;
    margin: 0 auto;
}

.tab-block .tab-mnu {
    background-color: #D8D8D8;
    border-radius: 20px;
    padding: 50px 20px;
    display: flex;
    flex-direction: column;
    list-style: none;
    text-align: center;
}

.tab-block .tab-mnu:after {
  content: '';
  display: table;
  clear: both;
}

.tab-block .tab-mnu li {
  box-sizing: border-box;
  float: left;
  color: #333333; 
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  padding: 10px 40px;
}

.tab-block .tab-mnu li:hover:not(.active) {
  background-color: #fff; 
}

.tab-block .tab-mnu .active {
    background-color: #FFFFFF;
    color: #003487;
    border: 1px solid red;
    box-shadow: 1px 1px 10px #a1a1a1;
    cursor: default;
}

.tab-block .tab-cont {
    width: 76%;
    box-sizing: border-box;
}

.features{
    background-image: url(../../apache/fe-bg.png);
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 80px;
    margin-bottom: 80px;
}

.tab-block {
    width: 100%;
    gap: 50px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    margin: 0 auto;
}


.tab-pane .owl-prev {
    background-color: #fafafa !important;
    padding: 0 10px !important;
    height: 30px !important;
    width: 30px !important;
    position: relative;
    top: 50%;
    left: -4%;
    transform: translateY(-50%);
    position: absolute;
    box-shadow: 1px 1px 7px #7b7b7b;
}

.tab-pane .owl-next {
    background-color: #fafafa !important;
    padding: 0 10px !important;
    height: 30px !important;
    width: 30px !important;
    position: relative;
    top: 50%;
    right: -4%;
    transform: translateY(-50%);
    position: absolute;
    box-shadow: 1px 1px 7px #7b7b7b;
}

.tab-pane .owl-prev span, .tab-pane .owl-next span {
    font-size: 40px;
    position: absolute;
    top: -68%;
    left: 29%;
    color: red;
}

.fea-text h1{
    color: #242424;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    background-color: #D9D9D9;
    text-align: center;
    padding: 15px 0;
}
.fea-text p {
    color: #444444;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    background-color: #fff;
    text-align: center;
    padding: 25px 10px;
    box-shadow: 1px 4px 5px #fad1d1;
    border-radius: 0 0 10px 10px;
}
.fea-area {
    margin: 5px;
}
.feature-head h1{
    color: #242424;
    font-size: 40px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
.feature-head{
    margin-bottom: 50px;
    text-align: center;
}

  /* end features */


.specification-top{
    display: flex;
    justify-content: center;
    gap:50px;
    margin-bottom: 20px;
}

.sp-top-area{
    text-align: center;
}

.top-text p{
    color: #E60013;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500; 
    margin-top: 14px;
}


.specifi-area {
    display: flex;
    justify-content: space-between;
}
.specifi-1 {
    width: 50%;
    padding: 10px 30px 10px 0;
}
.specifi-2 p{
    text-align: end;
}
  .b-nav-tab.active {
    color: #ff4200;
  }

.specifi-1 p{
    color: #222;
    font-size: 16px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif; 
}
.specifi-box {
    border-right: 5px solid #222;
}
.specifi-area {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #222;
}
.specifi-2{
 border-left: 1px solid #fff;
 padding: 10px 30px;

}
.specifi-area:nth-child(7){
    border-bottom: none;
}
.specification-con h2{
    margin-bottom: 40px;
    color: #222222;
    font-size: 30px;
    font-weight: 600;
    font-family: "Oxygen", sans-serif;
}
.specification{
    padding: 35px 0 80px;
    position: relative;
}
.specification-con {
    border: 3px solid red;
}


.speci-con {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.spe-img {
    width: 41%;
}

.speci-slider{
    width: 40%;
}
.spe-h h1{
  
    color: #F5F5F5;
    font-size: 18px;
    font-weight: 600;
    font-family: "Oxygen", sans-serif; 
}

.spe-h{
    background-color: #585858;
    border-radius: 20px;
    padding: 8px 10px;
    text-align: center;
      margin-bottom: 40px;
}


.specifi-head h1{
    color: #242424;
    font-size: 30px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif; 
    text-align: center;
}

.specifi-head{
    margin-bottom: 50px;
    text-align: center;
}

.spe-top{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    z-index: -1;
}

.spe-top img{
    width: 100%;
}
.spe-bot{
    text-align: center;
    margin-top: 30px;
}

/* end specification */


.gall-con{
    background-image: url(../../shine100/gall-bg.png);
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 200px;
    border-radius: 20px;
}

.gallery-area{
    width: 80%;
    margin: 0 auto;
}
.scooter-gallery .gallery-area {
    width: 40%;
    margin: 0 auto;
}
.gall-con .owl-prev {
    background-color: #fafafa !important;
    padding: 0 10px !important;
    height: 30px !important;
    width: 30px !important;
    position: relative;
    top: 50%;
    left: -4%;
    transform: translateY(-50%);
    position: absolute;
    box-shadow: 1px 1px 7px #7b7b7b;
}

.gall-con .owl-next {
    background-color: #fafafa !important;
    padding: 0 10px !important;
    height: 30px !important;
    width: 30px !important;
    position: relative;
    top: 50%;
    right: -4%;
    transform: translateY(-50%);
    position: absolute;
    box-shadow: 1px 1px 7px #7b7b7b;
}

.gall-con .owl-prev span, .gall-con .owl-next span {
    font-size: 40px;
    position: absolute;
    top: -68%;
    left: 29%;
    color: red;
}

.gallery{
    margin-bottom: 80px;
}



/* end gallery */



@media (max-width: 1920px){
    .pro-t-top p {
    font-size: 22px;
    margin-bottom: 82px;
    margin-top: -4%;
}

    .pro-bg {
    right: 6%;
}

.colo-head p {
    font-size: 25px;
}

.color-box-area {
    margin-left: 82%;
    width: 52%;
}

.bike-area-2 {
    width: 115%;
}

.buy {
    font-size: 25px;
}
}

@media (max-width: 1366px){
    .product {
    padding: 0 0px 0 173px;
}

    .color-box-area {
        margin-left: 87%;
    }

    .fea-text p {
    font-size: 17px;
}
}

@media (max-width: 1024px){
    .product {
    padding: 0 0px 0 169px;
}

.pro-t-top p {
    margin-bottom: 65px;
    margin-top: 10%;
    width: 100%;
    margin-left: -20%;
}

    .bike-area-2 {
        margin-left: -19%;
    }

    .color-box-area {
        margin-left: 66%;
    }

    .bike-img img {
    width: auto;
}

.pro-t-top p {
    font-size: 22px;
    margin-bottom: 82px;
    margin-top: -4%;
}
}

@media (max-width: 768px){
    .product {
          padding: 0 0px 0 143px;
        width: 118%;
}

.sli-main {
    width: 118%;
}

       .bike-area-2 {
        width: 141%;
    }

    .pro-bg {
    width: 100%;
}

.color-box-area {
            padding: 10px 11px;
        margin-left: 72%;
}

.features {
    width: 118%;
}

.gallery {
    width: 118%;
}

.specification {
    width: 118%;
}
}

@media (max-width: 480px){
        .sli-main {
        width: 100%;
    }

        .product {
        width: 100%;
    }

        .features {
        width: 100%;
    }

        .specification {
        width: 100%;
    }

    .gallery {
        width: 100%;
    }
}

@media (max-width: 320px){
    .sli-main {
        width: 151%;
    }

        .features {
        width: 150%;
    }

    a.buy {
    font-size: 17px;
}

    .specification {
        width: 150%;
    }

        .gallery {
        width: 150%;
    }
}









