.scooter-banner {
  position: relative;
  z-index: 10;
  background-image: url(../image/scoo-ban.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 500px;
}

.model-dot {
  margin-top: 25px;
  margin-bottom: 10px;
}

.model-tab > button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: transparent;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.model-tab {
  display: flex;
}

.new {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #1c429d !important;
  border: none;
}

.owl-carousel .owl-item{
  text-align: center;
}

.model-tab > button.active {
  border: 2px solid #003487;
}

.model-tab .tablinks[data-tab="tab2"] .new {
  background-color: #d3011c  !important;
}

.model-tab .tablinks[data-tab="tab3"] .new {
  background-color: #b0b6bd  !important;
}

/* .model-tab .tablinks[data-tab="tab3"]::before,
.model-tab .tablinks[data-tab="tab3"]::after {
  content: "";
  width: 12px;
  height: 24px;
}

.model-tab .tablinks[data-tab="tab3"]:before {
  float: left;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: #333333;
}

.model-tab .tablinks[data-tab="tab3"]:after {
  transform: rotate(180deg);
  float: right;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: #1c459a;
} */

.tabcontent {
  display: none;
}

.slide {
  margin: 100px 0;
}

.slide-img {
  width: 100%;
}

.slide-img img {
  width: 100%;
}

.slide .owl-carousel .owl-nav.disabled {
  display: block;
}

.slide .owl-dots {
  display: none !important;
}



.slide .owl-nav button {
  display: none;
}

.slide .owl-nav button.owl-prev {
  left: -5%;
}

.slide .owl-nav button.owl-next {
  right: -5%;
}


.product-btn {
  width: 170px;
  padding: 14px 12px;
  background-color: var(--primary-color);
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  box-shadow: 0 4px 4px 0 rgba(119, 40, 43, 0.2);
  margin-top: 21px;
}

.arrow::after {
  display: inline-block;
  padding-left: 8px;
  content: "\f061" !important;
  font-family: "Fontawesome" !important;
  transition: transform 0.3s ease-out;
}
.arrow:hover::after {
  transform: translateX(4px);
}

.feature {
  text-align: center;
  margin-bottom: 100px;
}

.feature-con {
  margin-top: 77px;
}

.feature-parent {
  display: flex;
  justify-content: center;
  border-radius: 25px 0 0 25px;
  margin-bottom: 50px;
  background: linear-gradient(
    to right,
    rgba(210, 214, 243, 1) 0%,
    rgba(255, 255, 255, 0.1484) 89%,
    rgba(255, 255, 255, 0) 100%
  );
}

.feature-img {
  width: 45%;
}

.feature-img img {
  width: 100%;
}

.feature-txt {
  width: 55%;
  padding: 44px 20px;
}

.feature-txt h5 {
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #191919;
}

.feature-txt p {
  margin-top: 36px;
  text-align: justify;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 22px;
  color: #444444;
}

.new-grad {
  background: linear-gradient(
    to left,
    rgba(210, 214, 243, 1) 0%,
    rgba(255, 255, 255, 0.1484) 89%,
    rgba(255, 255, 255, 0) 100%
  );

  border-radius: 0 25px 25px 0;
}

.design {
  text-align: center;
  padding: 52px 0px;
  background-color: var(--primary-color);
  margin-bottom: 100px;
}

.design .gbl_heading {
  color: #ffffff;
}

.design .line {
  background-color: #ffffff;
}

.design .div {
  background-color: #ffffff;
}

.design-con {
  margin-top: 77px;
  display: flex;
  justify-content: space-around;
}

.design-box {
  width: 19%;
  position: relative;
  transition: 0.5s;
}

.design-box:hover{
  box-shadow: 0 0 15px #ffffff;
  transform: translate(0, -10px);
} 


.d-img {
  width: 100%;
}

.d-img img {
  width: 100%;
}

.d-txt {
  width: 100%;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translateX(-50%);
}

.d-txt h5 {
  width: 60%;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: underline;
}

.d-txt p {
  font-size: 16px;
  font-weight: 500;
  color: #dcd6d6;
  line-height: 22px;
  margin: 14px 0 0 0;
}


.motor-div {
  text-align: center;
  margin-bottom: 100px;
}

.moto-img {
  position: relative;
  width: 100%;
  height: 100%;
}

.img-2 {
  position: absolute;
  top: 2%;
  left: 86%;
  width: 13%;
}

.img-2 img {
  width: 100%;
}

.img-1 {
  width: 85%;
  margin: 0 auto;
}

.img-1 img {
  width: 100%;
}

.moto-txt {
  text-align: left;
  margin-left: 3%;
}

.moto-txt h4 {
  font-size: 24px;
  font-weight: 600;
  color: #222222;
}

.moto-txt h5 {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #222222;
  margin-bottom: 12px;
}

.para-1 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #474341;
  margin-bottom: 12px;
}

.para-2 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #474443;
  margin-bottom: 0;
}

.new-font {
  display: inline-block;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #222222;
  margin: 20px 0;
}

.new-para {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #474341;
}

.motor-con {
  margin-top: 77px;
}

.app {
  text-align: center;
  margin-bottom: 100px;
}

.app-con {
  margin-top: 77px;
}

.app-img {
  width: 50%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.app-img::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.3) 100%
  );
  transform: skewX(-25deg);
}
.app-img:hover::before {
  animation: 0.75s shining;
}
@keyframes shining {
  100% {
    left: 125%;
  }
}

.app-img img {
  width: 100%;
}

/* feature-list */

.feature-list {
  margin-top: 77px;
  text-align: left;
}

.f-list {
  width: 89%;
  position: relative;
}

.line-img2 {
  position: absolute;
  top: -2%;
  left: 110%;
}

.list-3 {
  margin-left: 4% !important;
}

.f-list li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.l-icon {
  width: 25%;
  display: inline-block;
  margin-right: 17px;
}

.f-txt {
  width: 100%;
}

.l-icon img {
  width: 100%;
}

.f-txt h5 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #191919;
}

.f-txt p {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 24px;
  color: #444444;
}