


.all-popup{
  width: 100%;
  height: 100%;
  position: fixed;
  bottom:40px;
  right: 15px;
  z-index: 9999;
  display: none;
}

.allp-pop-up-area {
  text-align: center;
  background-color: #FFF9F9;
  width: 20%;
  position: absolute;
  bottom: 40px;
  right: 15px;
  padding: 0px;
  border-radius: 30px;
  box-shadow: 1px 1px 12px #6a6a6a;
}

.all-popup #close-bttt{
  background-color: transparent;
  display: block;
  margin: 0 0 20px auto;
  font-size: 30px;
  position: absolute;
  top: 4%;
  right: 5%;
  border: none;
  font-weight: 300;
}
.enq-bt{
  background-color: #989898;
  color: #fff;
  font-weight: 500;
  padding: 8px 0;
  border-radius: 50px;
}
.crr{
  color: #fff;
}
.pop-h {
  background-color: #003487;
  text-align: left;
  border-radius: 30px 30px 0 0;
  padding: 13px 16px;
}
.pop-h img{
  width: 26%;
}
.cont-input-pop:focus, .pop-form textarea:focus{
  border: #00296A 2px solid;
}
.cont-input-pop{
  width: 100%;
  height: 50px;
  border-radius: 30px;
  outline: none;
  border: 1px solid #222;
  padding: 10px 20px;
}
.pop-form{
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px 20px;
}

.pop-form textarea{
  height: 80px;
  border-radius: 10px;
  padding: 10px 20px;
}

.pop-bt {
  background-color: #B3C9DD;
  border-radius: 20px;
  display: flex;
  justify-content: flex-end;
  align-content: end;
}

button{
  border: none;
  background-color: transparent;
}


 /* end pop-up */














 .ser-ban{
  position: absolute;
  bottom: -20%;
  left: 0%;
  width: 100%;
}

.banner img{
  width: 100%;
}

.banner{
  background-image: url(../../homeimage/banner-bg.png);
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.banner-ara {
    display: flex;
    justify-content: space-between;
    padding: 80px 80px 100px 200px;
    align-items: center;
}


.banner-text h1{
   color:#FFFFFF;
  font-family: "Racing Sans One", sans-serif;
  font-weight: 400;
  font-size:70px ; 
  margin-bottom: 35px;
      text-shadow: 1px 1px #00122D, -1px 1px #00122D, 1px -1px #00122D, -1px -1px #00122D, 1px 1px 5px #fffdfd;
}

.banner-text p{
   color:#F5F5F5;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size:17px ; 
  width: 74%;
  margin-bottom: 40px;
}
.banner-text img{
  width: 30% !important;
}


.banner .owl-prev span, .banner .owl-next span {
  font-size: 40px;
  position: absolute;
  top: -66%;
  left: 29%;
  color: red;
}
.banner .owl-prev {
  background-color: #fafafa !important;
  padding: 0 10px !important;
  height: 30px !important;
  width: 30px !important;
  position: relative;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  position: absolute;
  box-shadow: 1px 1px 7px #7b7b7b;
}
.banner .owl-next {
  background-color: #fafafa !important;
  padding: 0 10px !important;
  height: 30px !important;
  width: 30px !important;
  position: relative;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  position: absolute;
  box-shadow: 1px 1px 7px #7b7b7b;
}



/* end banner */





.ser-con{
  display: flex;
  justify-content: space-between;

}

.ser-area{
  background-color: #D3D3D3;
  width: 24%;
  border-radius: 100%;
  text-align: center;
  padding: 30px 0px;
  border-bottom: 4px solid #003487;
  transition: all ease 0.4s;
}
.ser-area:hover{
  background-color: #eac9c9fc;
  border-bottom: 4px solid #ff2424;
  transform: translateY(-20px);
}

.ser-text h1{
  color:#003487;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size:18px ; 
  margin-top: 10px;
  margin-bottom: 15px;
}

.ser-bot{
  border-top: 1px dashed #003487;
  
}

.ser-bot p{
  color:#444444;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size:16px ; 
  padding: 10px 25px;
}
.services{
  position: relative;
}



/* end services */
.welcome{
  background-image: url(../../homeimage/About-bg.png);
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 230px 0 0;
  margin-top: -150px;
}
.wel-bt{
  color:#003487;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size:15px ; 
  padding:8px 20px;
  border: 1px solid #003487;
  border-radius: 20px;
  display: inline-block;
  transition: 0.4s;
}

.wel-bt:hover{
  background-color: #003487;
  color:#fff;
}

.wel-con {
  display: flex;
  padding: 0 40px 0 70px;
  align-items: center;
}




.wel-text p{
  color:#444444;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size:16px ; 
  line-height: 30px;
  margin-bottom: 20px;
  text-align: justify;
}
.wel-text{
  padding:40px 40px;
  background-color: #fff;
  border: 2px solid #222;
  position: relative;
  z-index: 1;
  box-shadow: 1px 1px 10px #8e8e8e;
}
.wel-text{
  width: 46%;
}
.wel-img{
  width: 54%;
}

.wel-img img{
  width: 100%;
  margin-left: -30px;
}

/* end welcome */
.product{
  padding: 80px 0;
}
.product-main{
  background-image: url(../../homeimage/moto-bg.png);
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 420px 0 10px;
  margin-top: -120px;
}
.scooter-slider{
  background-image: url(../../homeimage/scooter-bg.png);
  margin-top: 0px;
}
.pro-slider .owl-item.center .item{
  transform: scale(1.1);
}
.pro-slider .owl-item .item{
  transform: scale(0.7);
  transition: all ease 0.4s;
}
.pro-slider .owl-item.center .pro-bt{
  display: block;
}
.pro-slider .owl-item .pro-bt{
  display: none;
}


.moto-area {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
}
.pro-slider .owl-item.center .wel-bt{
  display: block;
}
.pro-slider .owl-item .wel-bt{
  display: none;
}

.pro-slider .owl-prev {
  background-color: #fafafa !important;
  padding: 0 10px !important;
  height: 30px !important;
  width: 30px !important;
  position: relative;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  position: absolute;
  box-shadow: 1px 1px 7px #7b7b7b;
}

.pro-slider .owl-next {
  background-color: #fafafa !important;
  padding: 0 10px !important;
  height: 30px !important;
  width: 30px !important;
  position: relative;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  position: absolute;
  box-shadow: 1px 1px 7px #7b7b7b;
}

.pro-slider .owl-prev span, .pro-slider .owl-next span {
  font-size: 40px;
  position: absolute;
  top: -66%;
  left: 29%;
  color: red;
}

button{
  outline: none;
}
.pro-bt{
  color:#003487;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size:15px ; 
  padding:8px 20px;
  border: 1px solid #003487;
  border-radius: 20px;
  display: inline-block;
}



/* end product */

.testimonials{
  margin-bottom: 80px;
}

.star{
  color: #F8000B;
}

.ser-bot p{
  color:#444444;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size:16px; 
}

.cli-top{
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 20px;
}

.cli-text h1{
  color:#023586;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size:24px; 
}
.cli-bot p{
  color:#444444;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size:16px; 
  text-align: center;
  padding: 0 34px;
}

.client-area{
  background-color: #D1D1D1;
  border: 2px solid #00296A;
  border-radius: 15px;
  padding: 30px 0;
  transition: all ease 0.4s;
}
.client-area:hover{
  background-color: #f5e4a094;
}
.testi-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;
  box-shadow: 1px 1px 7px #7b7b7b;
}

.testi-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;
  box-shadow: 1px 1px 7px #7b7b7b;
}

.testi-con .owl-prev span, .testi-con .owl-next span {
  font-size: 40px;
  position: absolute;
  top: -66%;
  left: 29%;
  color: red;
}



/* end testimonials */


.gallery-main{
  background-image: url(../../homeimage/gallery-bg.png);
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}

.gall-con .owl-prev {
  background-color: #fafafa !important;
  padding: 0 10px !important;
  height: 30px !important;
  width: 30px !important;
  position: relative;
  top: 50%;
  left: -6%;
  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: -6%;
  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: -66%;
  left: 29%;
  color: red;
}


/* end gallery */


.video-area{
  position: relative;
}

.vi-video{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  height: 95%;
  z-index: -1;
}

.vi-video video{
  width: 100%;
  margin: 0 auto;
  border-radius: 30px;
  height:100%;
  object-fit: cover;
}

.video{
  padding: 80px 0;
}


/* end video */



















