@-webkit-keyframes rotating

/* Safari and Chrome */
  {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotating {
  position: absolute;
  width: 60px;
  height: 60px;
  left: calc(50% - 30px);
  z-index: -1;
  top: 4px;
  -webkit-animation: rotating 3s linear infinite;
  -moz-animation: rotating 3s linear infinite;
  -ms-animation: rotating 3s linear infinite;
  -o-animation: rotating 3s linear infinite;
  animation: rotating 3s linear infinite;
}


.heading-wrapper .large-heading-main {
  color: var(--main-color);
}

.heading-wrapper .large-heading-main {
  position: relative;
  display: inline-block;
}



.heading-wrapper .large-heading-main:before {
  position: absolute;
  content: '';
  width: 80px;
  height: 4px;
  background: linear-gradient(45deg, #dcac00, #fde18d);
  z-index: -1;
  bottom: -10px;
  left: calc(50% - 40px);

}

.design-section .rotating {

  left: 40px;
}

.technology-section .vertical-tab .nav-tabs {
  max-width: 30%;
  flex: 0 0 30%;
  width: 100%;
  padding-right: 30px;
  border: none;
  display: block;
  text-align: right;
}

.design-section .heading-wrapper .large-heading-main:before {
  display: none;
}

.g-section {
  position: relative;
}

.charging-section:before {
  position: absolute;
  /*  content: url('../images/bike-bg/bg-1.png');*/
  top: 0px;
}


.feature-section2 .heading-wrapper {
  display: inline-block;

}

.feature-section2 .feature-section-head {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 5px;
  position: relative;
}


.feature-section2 .feature-section-head:before {
  content: '';
  position: absolute;
  background: rgb(255 255 255 / 15%);
  box-shadow: 0 8px 32px 0 rgb(0 0 0);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 10px;
  width: 100px;
  height: 47px;
  top: -19px;
  left: calc(50% - 50px);
  z-index: -1;
}




.feature-section2 .feature-section-subhead {
  border-bottom: 1px dashed var(--main-color);
  padding-bottom: 10px;
  font-weight: 400;
}

.environment-feature {
  background: hsl(0deg 0% 100% / 5%);
  padding: 40px;
  transform: skew(-11deg);
  width: 83%;
  background-size: cover;
  box-shadow: 5px 3px 20px 7px rgb(0 0 0 / 21%);
  position: relative;
}

.environment-feature-inner {

  border: 10px solid;
  border-image-source: linear-gradient(45deg, #089cff, #ffffff);
  border-image-slice: 1;
  padding: 30px;
}


.feature-section3_1 {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.feature-section3_1 img {
  width: 100px;
}

.feature-section3_1 h3 {
  margin-left: 50px;
  position: relative;
}


.feature-section3_1 h3:before {
  position: absolute;
  content: '';
  width: 57px;
  height: 120%;
  background: #e2b613;
  left: -12px;
  z-index: -1;
  top: -10%;
}


.feature-section3 {
  background: url(../images/6th.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px !important;
  overflow: hidden;
}


.feature-section3_inner {
  background: url(../images/bike-bg/bg-3.png) black;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 20px 146px;
  width: 90%;
  margin: auto;
  transform: skewX(-10deg);

}

.feature_section3_text {
  font-size: 26px;
  font-weight: 600;
}

.feature_section3_text span {
  display: block;
  font-size: 21px;
  font-weight: normal;
  color: #cecece;
}

.dashboard-icon {
  transform: skewX(10deg);
  width: 80%;
}

.feature-section3_inner-left {
  height: 100%;
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
}



.feature-section_1 {
  position: relative;
}



.feature-section_1:before {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.img-wrapper {
  position: relative;
  text-align: center;
  padding: 0px;
  background: #000;
  box-shadow: 5px 3px 20px 7px rgb(0 0 0 / 21%);
}

.text-effect {
  overflow: hidden;
  position: relative;
  -webkit-filter: contrast(110%) brightness(190%);
  filter: contrast(140%) brightness(430%);
  display: inline-block;
  z-index: -1;
}

.neon {
  position: relative;
  background: black;
  color: transparent;
}

.neon::before,
.neon::after {
  content: attr(data-text);
  color: white;
  -webkit-filter: blur(0.01em);
  filter: blur(0.01em);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.neon::after {
  mix-blend-mode: difference;
}

.gradient,
.spotlight {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  z-index: 10;
}

.gradient {
  background: linear-gradient(45deg, #0787ff, #e8f2ff);
  mix-blend-mode: multiply;
}

.spotlight {
  -webkit-animation: light 5s infinite linear;
  animation: light 5s infinite linear;
  background: radial-gradient(circle, white, transparent 25%) 0 0/25% 25%, radial-gradient(circle, white, black 25%) 50% 50%/12.5% 12.5%;
  top: -100%;
  left: -100%;
  mix-blend-mode: color-dodge;
}

@-webkit-keyframes light {
  100% {
    -webkit-transform: translate3d(50%, 50%, 0);
    transform: translate3d(50%, 50%, 0);
  }
}

@keyframes light {
  100% {
    -webkit-transform: translate3d(50%, 50%, 0);
    transform: translate3d(50%, 50%, 0);
  }
}

.neon {
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  line-height: 475px;
  font-style: italic;
  font-size: 580px;
  padding: 0px 100px;
  font-family: sans-serif;
}

.neon:focus {
  outline: none;
  border: 1px dotted white;
}

.letter-animate {
  position: absolute;
  display: inline-block;
  top: 27px;
  right: 0;
  z-index: 1;
}

.about-bike-wrap {
  position: relative;
  z-index: 2;
}


.about-bike-wrap:before {
  position: absolute;
  content: 'THUNDERBOLT';
  font-size: 56px;
  transform: rotate(450deg);
  top: 0;
  left: -36px;
  width: 100%;
  height: 100%;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-weight: bolder;
  z-index: -1;
  color: rgb(255 255 255 / 11%);
}

.pattern-layer {
  position: absolute;
  right: -63px;
  bottom: -51px;
  width: 171px;
  height: 151px;
  background-repeat: no-repeat;
  animation-name: zoom-fade;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: zoom-fade;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: zoom-fade;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: zoom-fade;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: zoom-fade;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  z-index: -1;
}




@-webkit-keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}



.charging-section {
  /*
  background: url(../images/animate-icons/line-animaton2.gif);
  background-size: cover;
  background-origin: padding-box;
  background-position: center center;
*/
}



.charging-section-inner {
  background: url(../images/animate-icons/line.gif);
  background-size: cover;
  background-origin: padding-box;
  background-position: center center;
}

.site-footer {
  background: #161616;
  background-size: cover;
}

.bg-text-wrap {
  background: url('../images/bike-bg/bg-banner.png') no-repeat;
  background-size: cover;
}

.dashboard-icon svg {
  width: 100%;
  height: auto;
}

/*
.feature-section svg
{
   width: 100%;
  height: auto;
}
*/

#poly {
  animation: rotate 6s ease-in-out alternate forwards infinite;
  transform-origin: 280.72px 151.3px;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg) scale(1.1);
  }

  100% {
    transform: rotate(255deg) scale(0.9);
  }
}

#cls4 {
  display: none;
  /*   box-shadow: 120px 80px 40px 20px #0ff; */
}

.svg-wrap {
  position: absolute;
  width: 100%;
  top: 270px;
  left: 0;
}

.feature_section3_textinner {
  position: relative;
  padding-left: 70px;
}

.feature_section3_textinner:before {
  position: absolute;
  content: '';
  width: 34px;
  height: 34px;
  background: linear-gradient(45deg, #089cff, #43b4ff);
  left: 10px;
  top: 18px;
}

.feature_section3_textinner:after {
  position: absolute;
  content: '';
  width: 21px;
  height: 21px;
  background: linear-gradient(45deg, black, #fbfbfb);
  left: 17px;
  top: 25px;
  border-radius: 50%;
}

.feature_section3_uppertext {
  border-bottom: 1px solid #56c0d8;
  padding-bottom: 10px;
}

.features-box h4 {
  position: relative;
  padding-bottom: 15px;
}

.features-box h4:before {
  position: absolute;
  content: '';
  width: 12%;
  height: 6px;
  background: linear-gradient(45deg, #dcac00, #fde18d);
  left: calc(50% - 6%);
  bottom: 0px;
}


.bg-text-wrap {
  position: relative;
}


.bg-text {
  position: absolute;
  font-family: 'Poppins', sans-serif;
  color: rgb(58 58 58 / 22%);
  font-size: 14rem;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1;
  top: 28%;
  left: 1%;
}

.feature-box-bottom {
  margin-bottom: 0px;
}

.bg-text-2 {
  position: absolute;
  font-family: 'Poppins', sans-serif;
  color: rgb(58 58 58 / 22%);
  font-size: 20rem;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1;
  top: 28%;
  left: 1%;
}

.cls-1,
.cls-4,
.cls-5,
.cls-6 {
  fill: none;
}

.cls-2 {
  isolation: isolate;
}

.cls-3 {
  fill: #1a1a1a;
}

.cls-4,
.cls-5,
.cls-6 {
  stroke: #f3d400;
}

.cls-4 {
  stroke-miterlimit: 10;
}

.cls-4,
.cls-5 {
  stroke-width: 2px;
}

.cls-5,
.cls-6 {
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cls-7 {
  clip-path: url(#clip-path);
}

.cls-8 {
  fill: #646464;
}

.cls-9 {
  fill: #626262;
}

.cls-10 {
  fill: #606060;
}

.cls-11 {
  fill: #5e5e5e;
}

.cls-12 {
  fill: #5c5c5c;
}

.cls-13 {
  fill: #5a5a5a;
}

.cls-14 {
  fill: #585858;
}

.cls-15 {
  fill: #565656;
}

.cls-16 {
  fill: #545454;
}

.cls-17 {
  fill: #525252;
}

.cls-18 {
  fill: #505050;
}

.cls-19 {
  fill: #4e4e4e;
}

.cls-20 {
  fill: #4b4b4b;
}

.cls-21 {
  fill: #494949;
}

.cls-22 {
  fill: #474747;
}

.cls-23 {
  fill: #454545;
}

.cls-24 {
  fill: #434343;
}

.cls-25 {
  fill: #414141;
}

.cls-26 {
  fill: #3f3f3f;
}

.cls-27 {
  fill: #3d3d3d;
}

.cls-28 {
  fill: #3b3b3b;
}

.cls-29 {
  fill: #393939;
}

.cls-30 {
  fill: #373737;
}

.cls-31 {
  fill: #353535;
}

.cls-32 {
  clip-path: url(#clip-path-2);
}

.cls-33 {
  clip-path: url(#clip-path-3);
}

.cls-34 {
  clip-path: url(#clip-path-4);
}

.cls-35 {
  clip-path: url(#clip-path-5);
}

.cls-36 {
  clip-path: url(#clip-path-6);
}

.cls-37 {
  clip-path: url(#clip-path-7);
}

.cls-38 {
  clip-path: url(#clip-path-8);
}

.cls-39 {
  opacity: 0.5;
  mix-blend-mode: screen;
}

.cls-40 {
  clip-path: url(#clip-path-9);
}

.cls-41 {
  fill: #29abe2;
}

.cls-42 {
  fill: #28a8dd;
}

.cls-43 {
  fill: #27a4d9;
}

.cls-44 {
  fill: #27a1d4;
}

.cls-45 {
  fill: #269dd0;
}

.cls-46 {
  fill: #259acb;
}

.cls-47 {
  fill: #2496c7;
}

.cls-48 {
  fill: #2393c2;
}

.cls-49 {
  fill: #2290be;
}

.cls-50 {
  fill: #228cb9;
}

.cls-51 {
  fill: #2189b5;
}

.cls-52 {
  fill: #2085b0;
}

.cls-53 {
  fill: #1f82ac;
}

.cls-54 {
  fill: #1e7fa7;
}

.cls-55 {
  fill: #1e7ba3;
}

.cls-56 {
  fill: #1d789e;
}

.cls-57 {
  fill: #1c749a;
}

.cls-58 {
  fill: #1b7195;
}

.cls-59 {
  fill: #1a6d91;
}

.cls-60 {
  fill: #196a8c;
}

.cls-61 {
  fill: #196788;
}

.cls-62 {
  fill: #186383;
}

.cls-63 {
  fill: #17607f;
}

.cls-64 {
  fill: #165c7a;
}

.cls-65 {
  fill: #155976;
}

.cls-66 {
  fill: #43b5e5;
}

.cls-67 {
  clip-path: url(#clip-path-10);
}

.cls-68 {
  clip-path: url(#clip-path-11);
}

.cls-69 {
  clip-path: url(#clip-path-12);
}

.cls-70 {
  font-size: 8px;
  fill: #f2f2f2;
  font-family: OCRAExtended, OCR A Extended;
}

.cls-71 {
  opacity: 0.3;
}

.cls-72 {
  fill: #66b732;
}

.cls-73 {
  fill: url(#linear-gradient);
}

.cls-74 {
  fill: url(#radial-gradient);
}

#cls4 {
  box-shadow: 120px 80px 40px 20px #0ff;
}


video:-webkit-full-page-media {
  width: 100%;
  height: 100%;
  margin: 0;
}

video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}


.banner-img img {
  position: absolute;
  width: 550px;
  bottom: 0;
  right: 18%;
  color: white;
}




.video-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 50;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.video-wrap iframe {
  border: none;
  margin: 0;
  padding: 0;
  height: 500%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.placeholder-text {
  right: unset;
  color: rgb(255 255 255 / 72%);
  font-size: 3rem;
  font-weight: 600;
  transform: rotate(271deg);
  left: 50px;
  bottom: 12%;
  letter-spacing: 3px;
  text-shadow: 0px 5px 0px rgb(0 0 0 / 45%);
}

.technology-section {
  display: none;
}


@media screen and (min-width:240px) and (max-width:575px) {

  video {
    min-width: 200%;
    min-height: 200%;
    width: 200%;
  }

  .vertical-tab .nav-tabs {
    max-width: 100%;
    flex: 0 0 100%;
    width: 100%;
  }

  .vertical-tab .tab-content {
    max-width: 100%;
    flex: 0 0 100%;
    width: 100%;
  }

  .about-bike-wrap:before {
    display: none;
  }

  .banner-img img {
    width: 290px;
    bottom: -30px;
    left: 3%;
  }




  .mobile-view .pricing-text {

    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;

  }

  .pattern-layer {
    right: 0px;
  }

  .hero-section {
    height: auto !important;
  }

  .background-inner {
    background-image: url('../images/banner-mobile.jpg') !important;
  }

  .main-container > section {
    padding: 20px 0px;
  }


  .text-lead,
  p.text-lead,
  .text-lead > * {
    font-size: 14px;
    line-height: 1.3;
  }

  .letter-animate {
    top: 17px;
    left: 15px;
  }

  .neon {
    line-height: 208px;
    font-style: italic;
    font-size: 265px;
    padding: 0px 20px;
  }

  .features-box h4 {
    margin-bottom: 15px;
    font-size: 18px;
  }

  .features-box p {
    font-size: 17px;
  }

  .features-middle-img {
    padding: 6px 0px 0px;
  }

  .circle-animation {
    max-width: 200px;
    max-height: 200px;
  }

  .features-box,
  .feature-box-bottom {
    margin-bottom: 40px;
  }

  .charging-section-inner {
    padding: 60px 0px;
  }

  .p-responsive {
    padding: 0px;
  }


  .m-responsive {
    margin: 0px;
  }

  .bg-text {
    font-size: 2.2rem;
  }

  #headLight .section-background .background-wrapper {

    width: 91%;
    height: 78%;
  }

  .environment-feature {
    padding: 10px;
    transform: skew(0deg);
    width: 100%;

  }

  .environment-feature-inner {
    padding: 10px;
  }

  .feature-section2 .feature-section-head {
    font-size: 24px;
  }

  .feature-section2 .feature-section-subhead {
    font-size: 18px;
  }

  .feature-section3_1 h3 {
    margin-left: 35px;
    font-size: 15px;
  }

  .feature-section3_1 img {
    width: 70px;
  }

  .feature-section3_1 h3:before {
    width: 39px;
  }



  .feature-section3_inner {
    padding: 37px 10px 41px;
    width: 98%;
    transform: skewX(0deg);
  }

  .dashboard-icon {
    transform: skewX(0deg);
    margin-bottom: 24px;
  }

  .feature_section3_text {
    font-size: 16px;
  }

  table.specifications td,
  table.specifications th {
    font-size: 14px;
    width: 49%;
  }

  .feature_section3_text span {
    font-size: 15px;
  }

  .feature_section3_textinner:before {
    top: 9px;
  }

  .feature_section3_textinner:after {

    top: 15px;

  }

  .variation-section .color-variation-slider .owl-dots {
    transform: skewX(0deg);
  }

  .feature_section3_text {
    text-align: left !important;
  }

  .bg-text-2 {
    font-size: 3rem;
  }

  .svg-wrap {
    top: 38px;
  }

  h2.large-heading {
    font-size: 2rem;
  }

  .technology-section .vertical-tab .nav-tabs {
    margin-top: 10px;
  }

  .technology-section .vertical-tab {
    flex-direction: column-reverse;

  }

  .technology-section .vertical-tab .nav-tabs {
    display: none;
  }

  .vertical-tab .tab-content .tab-title {
    font-size: 20px;
  }

  .vertical-tab .nav-tabs .nav-item .nav-link {
    /*    padding: 4px 0px;*/
    font-size: 16px;
    line-height: 1;
  }

  .technology-section .vertical-tab .nav-tabs {
    max-width: 100%;
    flex: 0 0 100%;
    padding-right: 0;
    margin-top: 0px;
    border: 1px solid var(--dark-gray-2);
    border-top: 0px;
  }

  .design-section .rotating {
    left: calc(50% - 30px);
  }

  .height-100 {
    height: calc(100vh - 156px);
  }

  .logo img {
    max-height: 33px;
  }

  .menu-icon {

    height: 38px;
    width: 38px;
  }

  .pricing-text-desktop {
    visibility: hidden;
  }

  .mobile-view {
    width: 97%;
    margin: 20px auto;
    border: 1px solid #ddd !important;
    margin-top: 65px;
  }

  .mobile-view .pricing-text {

    margin: auto;
    font-size: 16px;
  }

  .mobile-view .pricing-text .mb-2 {

    border-bottom: 1px solid;
  }


  .mobile-view .pricing-text .count {
    font-size: 17px;
  }



}

@media screen and (min-width:420px) and (max-width:574px) {
  .banner-img img {
    width: 352px;
    right: 41px;
    bottom: -78px;

  }
}

@media screen and (min-width:575px) and (max-width:766px) {

  video {
    min-width: 150%;
    min-height: 150%;
    width: 150%;
  }

  table.specifications td,
  table.specifications th {
   width: 49%;
  }

  .vertical-tab .nav-tabs {
    max-width: 100%;
    flex: 0 0 100%;
    width: 100%;
  }

  .vertical-tab .tab-content {
    max-width: 100%;
    flex: 0 0 100%;
    width: 100%;
  }

  .about-bike-wrap:before {
    display: none;
  }

  .mobile-view .pricing-text {

    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;

  }

  .main-container > section {
    padding: 20px 0px;
  }


  .text-lead,
  p.text-lead,
  .text-lead > * {
    font-size: 15px;
    line-height: 1.3;
  }

  .letter-animate {
    top: 17px;
    left: 15px;
  }

  .neon {
    line-height: 353px;
    font-style: italic;
    font-size: 465px;
    padding: 0px 40px;
  }

  .features-box h4 {
    margin-bottom: 15px;
    font-size: 23px;
  }

  .features-box p {
    font-size: 20px;
  }

  .features-middle-img {
    padding: 6px 0px 0px;
  }

  .circle-animation {
    max-width: 200px;
    max-height: 200px;
  }

  .features-box,
  .feature-box-bottom {
    margin-bottom: 40px;
  }

  .charging-section-inner {
    padding: 60px 0px;
  }

  .p-responsive {
    padding: 0px;
  }


  .m-responsive {
    margin: 0px;
  }

  .bg-text {
    font-size: 2.2rem;
  }

  #headLight .section-background .background-wrapper {
    width: 64%;
    height: 99%;
  }

  .feature-section2 .feature-section-head {
    font-size: 29px;
  }

  .feature-section2 .feature-section-subhead {
    font-size: 22px;
  }

  .environment-feature {
    padding: 10px;
    transform: skew(0deg);
    width: 90%;
    margin: 20px auto;

  }

  .environment-feature-inner {
    padding: 10px;
  }

  .feature-section3_1 h3 {
    font-size: 20px;
  }

  .feature-section3_1 img {
    width: 80px;
  }


  .feature-section3_1 h3:before {
    width: 39px;
  }

  .feature-section3_inner {
    padding: 37px 10px 41px;
    width: 98%;
    transform: skewX(0deg);
  }

  .dashboard-icon {
    transform: skewX(0deg);
    margin-bottom: 24px;
  }

  .feature_section3_text {
    font-size: 20px;
  }

  .feature_section3_text span {
    font-size: 17px;
  }

  .feature_section3_textinner:before {
    top: 9px;
  }

  .feature_section3_textinner:after {

    top: 15px;

  }

  .variation-section .color-variation-slider .owl-dots {
    transform: skewX(0deg);
    justify-content: center;
  }

  .feature_section3_text {
    text-align: left !important;
  }

  .bg-text-2 {
    font-size: 3rem;
  }

  .svg-wrap {
    top: 38px;
  }

  h2.large-heading {
    font-size: 2rem;
  }

  .technology-section .vertical-tab .nav-tabs {
    margin-top: 10px;
  }

  .technology-section .vertical-tab {
    flex-direction: column-reverse;

  }

  .technology-section .vertical-tab .nav-tabs {
    display: none;
  }

  .vertical-tab .tab-content .tab-title {
    font-size: 20px;
  }

  .vertical-tab .nav-tabs .nav-item .nav-link {
    /*    padding: 4px 0px;*/
    font-size: 16px;
    line-height: 1;
  }

  .technology-section .vertical-tab .nav-tabs {
    max-width: 100%;
    flex: 0 0 100%;
    padding-right: 0;
    margin-top: 0px;
    border: 1px solid var(--dark-gray-2);
    border-top: 0px;
  }

  .design-section .rotating {
    left: calc(50% - 30px);
  }

  .height-100 {
    height: calc(100vh - 156px);
  }


  .logo img {
    max-height: 33px;
  }

  .menu-icon {

    height: 38px;
    width: 38px;
  }

  .pricing-text-desktop {
    visibility: hidden;
  }

  .mobile-view {
    width: 97%;
    margin: 20px auto;
    border: 1px solid #ddd !important;
  }

  .mobile-view .pricing-text {

    margin: auto;
    font-size: 16px;
  }

  .mobile-view .pricing-text .mb-2 {

    border-bottom: 1px solid;
  }


  .mobile-view .pricing-text .count {
    font-size: 17px;
  }

  .img-wrapper {
    width: 80%;
    margin: auto;
  }
}

@media screen and (min-width:575px) and (max-width:766px) {
  .banner-img img {
    width: 384px;
    right: 8%;
    bottom: -108px;
  }

  .mobile-view {
    margin-top: 117px;
  }


  .height-100 {
    height: auto;
  }

}

@media screen and (min-width:767px) and (max-width:994px) {
video {
    min-width: 150%;
    min-height: 150%;
    width: 150%;
  }

  table.specifications td,
  table.specifications th {
   width: 49%;
  }

 

  .pricing-text .count {
    font-size: 18px;
  }

  .pricing-text {
    font-size: 16px;
  }

  .main-container > section {
    padding: 20px 0px;
  }

  .banner-img img {
    width: 497px;
    bottom: -30px;
    right: 16%;

  }


  .text-lead,
  p.text-lead,
  .text-lead > * {
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
  }

  table.specifications td,
  table.specifications th {

    font-size: 16px;
  }

  .letter-animate {
    top: 17px;
    left: 15px;
  }

  .neon {
    line-height: 342px;
    /* font-style: italic; */
    font-size: 465px;
    padding: 0px 42px;
  }

  .features-box h4 {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .features-box p {
    font-size: 20px;
  }

  .features-middle-img {
    padding: 6px 0px 0px;
  }

  .circle-animation {
    max-width: 200px;
    max-height: 200px;
  }

  .features-box,
  .feature-box-bottom {
    margin-bottom: 40px;
  }

  .charging-section-inner {
    padding: 60px 0px;
  }

  .p-responsive {
    padding: 0px;
  }


  .m-responsive {
    margin: 0px;
  }

  .bg-text {
    font-size: 5.2rem;
  }

  #headLight .section-background .background-wrapper {

    width: 70%;
    height: 94%;
  }

  .environment-feature {
    padding: 10px;
    transform: skew(0deg);
    width: 80%;
    margin: auto;
  }

  .feature-section2 .feature-section-head {
    font-size: 30px;
  }

  .feature-section2 .feature-section-subhead {
    font-size: 23px;
  }

  .environment-feature-inner {
    padding: 10px;
  }


  .feature-section3_1 h3:before {
    width: 39px;
  }

  .feature-section3_inner {
    padding: 37px 5px 41px;
    width: 98%;
    transform: skewX(0deg);
  }

  .dashboard-icon {
    transform: skewX(0deg);
    margin-bottom: 24px;
  }

  .feature_section3_text {
    font-size: 14px;
  }

  .feature_section3_text span {
    font-size: 14px;
  }

  .feature_section3_textinner:before {
    top: 9px;
  }

  .feature_section3_textinner:after {

    top: 15px;

  }

  .variation-section .color-variation-slider .owl-dots {
    transform: skewX(0deg);
    justify-content: center;
  }

  .feature_section3_text {
    text-align: left !important;
  }

  .bg-text-2 {
    font-size: 3rem;
  }

  .svg-wrap {
    top: 38px;
  }

  h2.large-heading {
    font-size: 3rem;
  }

  .technology-section .vertical-tab .nav-tabs {
    margin-top: 10px;
  }

  .technology-section .vertical-tab {
    flex-direction: column-reverse;

  }

  .technology-section .vertical-tab .nav-tabs {
    display: none;
  }

  .vertical-tab .tab-content .tab-title {
    font-size: 25px;
  }



  .technology-section .vertical-tab .nav-tabs {
    max-width: 100%;
    flex: 0 0 100%;
    padding-right: 0;
    margin-top: 0px;
    border: 1px solid var(--dark-gray-2);
    border-top: 0px;
  }

  .design-section .rotating {
    left: calc(50% - 30px);
  }

  .height-100 {
    height: calc(100vh - 0px);
  }

  .logo img {
    max-height: 45px;
  }

  .variation-section .owl-dots button.owl-dot {
    width: 30px;
    height: 30px;

  }


  .feature_section3_textinner {
    position: relative;
    padding-left: 56px;
    font-size: 17px;
  }

  .feature_section3_textinner:before {
    top: 9px;
  }

  .feature_section3_textinner:after {
    top: 14px;
  }

  .feature-section3_1 h3 {
    font-size: 22px;
  }

  h2.large-heading span {
    font-size: 2.4rem;
  }

}




@media screen and (min-width:995px) and (max-width:1450px) {

  .btn,
  input[type="button"],
  input[type="submit"],
  button,
  .btn-primary {

    height: 50px;
    line-height: 45px;
    font-size: 1rem;
    padding: 0px 45px;
  }

  .text-lead,
  p.text-lead,
  .text-lead > * {
    font-size: 17px;
  }

  .pricing-text {
    font-size: 17px;
  }


  .bg-text {
    font-size: 8.3rem;
    left: 2%;
  }

  .letter-animate {
    position: absolute;
    display: inline-block;
    top: 1px;
    right: 10px;
    z-index: 1;
  }

  .neon {
    font-size: 445px;
    padding: 0px 50px;
  }


  .img-wrapper {
    width: 78%;
    margin: auto;
  }

  .feature-section2 .feature-section-head {

    font-size: 2rem;
  }

  .feature-section2 .feature-section-subhead {
    font-size: 22px;
  }

  .feature-section3_1 img {
    width: 87px;
  }

  .feature-section3_1 h3 {
    font-size: 20px;
  }

  .environment-feature {
    padding: 22px;
    width: 90%;
    transform: skew(-8deg);

  }

  .environment-feature-inner {
    padding: 20px;
  }

  .bg-text-2 {

    font-size: 11rem;
    top: 38%;
  }

  .features-box h4 {
    font-size: 23px;
  }

  .features-box p {
    font-size: 19px;
  }

  .feature_section3_text {
    font-size: 20px;

  }


  .feature_section3_text span {

    font-size: 18px;
  }

  .vertical-tab .nav-tabs .nav-item .nav-link {
    font-size: 22px;
  }

  .vertical-tab .tab-content .tab-title {
    font-size: 30px;
  }

  table.specifications td,
  table.specifications th {
    padding: 10px 0px;
    font-size: 16px;

  }
}

@media screen and (min-width:995px) and (max-width:1099px) {

  
  video {
    min-width: 150%;
    min-height: 150%;
    width: 150%;
  }

  table.specifications td,
  table.specifications th {
   width: 49%;
  }

 
  
  

  .feature-section2 .feature-section-subhead {
    font-size: 18px;
  }

  .feature-section2 .feature-section-head {
    font-size: 1.5rem;
  }

  .feature-section3_1 img {
    width: 71px;
  }

  .feature-section3_1 h3 {
    font-size: 18px;
    margin-left: 35px;
  }

  .environment-feature-inner .heading-wrapper {
    margin-bottom: 5px;
    padding-top: 11px;
  }

  .neon {
    font-size: 300px;
    line-height: 300px;
  }

  .bg-text {
    font-size: 7rem;
  }

  .bg-text-2 {
    font-size: 10rem;

  }


}

@media screen and (min-width:1399px) and (max-width:1450px) {

  .placeholder-text {

    bottom: 180px;

  }
}


@media screen and (min-width:1500px) and (max-width:1890px) {
  .banner-img img {

    width: 700px;
  }
}

@media screen and (min-width:1896px) {
  .banner-img img {

    width: 840px;

  }
}
.site-navigation ul li ul.dropdown-menu{
    min-width: 100%;
    background: #f2f2f2;
    display: none;
    position: absolute;
    z-index: 999;
    left: -66px;
    width: 248px;
    background: #000;
    border-radius: 0px;
    }
    .site-navigation ul li ul.dropdown-menu li{
        display: block;
    }
    
.site-navigation ul li ul.dropdown-menu li a
{
    color: #fff !important;
    line-height: 35px;
    }

@media only screen and (max-width:995px) {
.site-navigation ul li ul.dropdown-menu {
    min-width: 100%;
    left: 0 !important;
    width: 100% !important;
}
}
