@font-face {
  font-family: "NeurialGrotesk";
  font-weight: 400;
  src: url("../font/NeurialGrotesk-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "NeurialGrotesk";
  font-weight: 500;
  src: url("../font/NeurialGrotesk-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "NeurialGrotesk";
  font-weight: 700;
  src: url("../font/NeurialGrotesk-Bold.woff2") format("woff2");
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "NeurialGrotesk", sans-serif;
  overflow-x: hidden;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "NeurialGrotesk", sans-serif;
  position: relative;
  color: #000;
  font-style: normal;
  font-weight: 400;
}

h1 {
  font-size: 40px;
  line-height: 48px;
}

h2 {
  font-size: 40px;
  line-height: 48px;
}

h3 {
  font-size: 20px;
  line-height: 24px;
}

h4 {
  font-size: 18px;
  line-height: 21px;
}

h5 {
  font-size: 16px;
  line-height: 24px;
}

h6 {
  color: #131313;
  font-family: "NeurialGrotesk";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

hr {
  margin: 20px 0px 25px;
  border: 0px;
  border-bottom: 1px solid #e6e6e6;
  opacity: 1;
}

span {
  display: inline-block;
}

span,
p,
a {
  word-break: break-word;
}

p,
ul,
ol {
  margin: 0px;
  padding: 0px;
}

ul *,
ol * {
  margin: 0px;
  padding: 0px;
}

ol,
ul {
  padding-left: 25px;
}

ul {
  display: block;
}

a img {
  border: 0px;
}

img {
  max-width: 100%;
  height: auto;
}

p,
ul,
ol {
  margin-bottom: 5px;
}

.clr {
  display: block;
  float: none;
  clear: both;
}

.c {
  overflow: hidden;
  float: none;
}

.underline {
  text-decoration: underline;
}

a {
  text-decoration: none;
  display: inline-block;
}

.hidden,
.hide {
  display: none !important;
}

table {
  border-spacing: 0px;
  border-collapse: collapse;
}

input[type=text],
input[type=url],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
select,
textarea,
input[type=date],
input[type=time],
input[type=search] {
  background: transparent;
  border: 1px solid #DFDFE0;
  border-radius: 30px;
  font-size: 14px;
  padding: 12px 24px;
  color: #6C6C6C;
  resize: vertical;
  width: 100%;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-family: "NeurialGrotesk", sans-serif;
  line-height: 22px;
}

textarea {
  width: 100%;
}

select {
  width: 100%;
  padding: 11px 45px 11px 25px;
  border: 1px solid #DFDFE0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../images/icons/angle-down-black.svg);
  background-repeat: no-repeat;
  background-position: 95%;
  background-size: 24px;
}

input[type=button],
input[type=submit],
input[type=reset],
.primaryBtn,
button {
  border: 1px solid transparent;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
  background-position: center;
  min-width: 186px;
  width: 100%;
  color: #000;
  font-family: "NeurialGrotesk";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.6px;
  padding: 6px 30px 6px 6px;
  background: linear-gradient(100.61deg, #3BFEA9 11.05%, #BFF325 110.14%);
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  border-radius: 100px;
}

input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover,
.btn:hover,
.primaryBtn:hover,
.btn:focus,
button:hover {
  background: linear-gradient(100.61deg, #fff, #fff);
  outline: none;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  color: #000;
  border-radius: 100px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #6C6C6C;
  font-family: "NeurialGrotesk";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  opacity: 1;
  /* 157.143% */
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6C6C6C;
  font-family: "NeurialGrotesk";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  opacity: 1;
  /* 157.143% */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #6C6C6C;
  font-family: "NeurialGrotesk";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  opacity: 1;
  /* 157.143% */
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #6C6C6C;
  font-family: "NeurialGrotesk";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  opacity: 1;
  /* 157.143% */
}

input::placeholder,
textarea::placeholder {
  color: #6C6C6C;
  font-family: "NeurialGrotesk";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  opacity: 1;
  /* 157.143% */
}

button:focus {
  outline: none;
}

label {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: normal;
}

.form-control {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  -webkit-border-radius: 0px;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  height: auto;
}

a:focus {
  outline: none;
  text-decoration: none;
}

a {
  color: #000;
  cursor: pointer;
  transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
}

a:not([href]):not([tabindex]) {
  color: #000;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: #BFF325;
}

a:hover,
a:focus {
  text-decoration: none;
}

a:hover {
  color: #000;
}

.cfx::after {
  clear: both;
  content: "+";
  display: block;
  height: 0;
  visibility: hidden;
}

#mob_menu.show_menu {
  left: 0px;
}

.mobileBtn {
  display: none;
}

#mob_menu {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.8901960784);
  height: 100%;
  z-index: 999999;
  width: 280px;
  color: #000;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 1;
  left: -320px;
  overflow: auto;
}
#mob_menu .menu {
  padding: 10px 20px;
  display: block;
}
#mob_menu .closeBox {
  text-align: right;
  padding: 10px 20px;
}

.overflow-hidden {
  overflow: hidden;
}

.owl-carousel .owl-item img,
.owl-theme .owl-dots .owl-dot {
  width: auto;
}

.owl-theme .owl-dots .owl-dot {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
}

.owl-carousel button.owl-dot span {
  background: #ddd;
  height: 10px;
  width: 10px;
  border-radius: 50%;
}

.owl-carousel button.owl-dot.active span {
  background: #f00;
}

.owl-carousel button.owl-dot,
.owl-carousel button {
  min-width: auto;
}

.owl-nav span {
  display: none;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.d-flex-justify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.d-flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@-webkit-keyframes rotate-btn {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate-btn {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.modal .modal-dialog.modal-dialog-centered {
  max-width: 1000px;
}
.modal h5 {
  font-size: 20px;
  margin: 0;
  font-weight: 700;
}
.modal .modal-content {
  border-radius: 20px;
  padding: 60px 40px 40px;
}
.modal .modal-title {
  max-width: 465px;
  line-height: 67px;
  font-size: 64px;
}
.modal .modal-header {
  position: relative;
  border-bottom: none;
  padding-bottom: 0;
}
.modal .modal-header .btn-close {
  margin: 0;
  cursor: pointer;
}
.modal .btn-close {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
.modal .btn-close:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.modal .modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: none;
}
.modal .modal-footer .leftside {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: left;
}
.modal .modal-footer .new {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  color: #000;
}
.modal .modal-footer .off {
  color: #1eb23f;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  padding-left: 6px;
}
.modal .modal-footer .old {
  color: #b6b6b6;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: line-through;
  text-transform: capitalize;
}
.modal .modal-footer .rightside {
  gap: 10px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal .spec {
  gap: 7px;
  margin-bottom: 8px;
}
.modal .spec .data {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.modal .spec .icon {
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal .colors {
  margin-bottom: 8px;
}
.modal .colors span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 0 0 0 10px;
}
.modal .colors span.gray {
  background-color: #5b5b5b;
}
.modal .colors span.blue {
  background-color: #122fc9;
}
.modal .field:last-child {
  margin-bottom: 0;
}
.modal .field span.upload {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.modal .field label {
  width: 100%;
  position: relative;
}
.modal .field input[type=file] {
  position: absolute;
  width: 100%;
  opacity: 0;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
}
.modal .field .uploading {
  position: relative;
  width: 100%;
  border: 1px solid #d7d7d7;
  padding: 9px 30px;
  color: rgba(43, 43, 43, 0.631372549);
}
.modal .videoSlide {
  margin: 8px 0;
  border-radius: 8px;
  overflow: hidden;
  max-height: 197px;
}
.modal .swiper-pagination {
  width: 115px;
  bottom: 5px;
}

.twoField {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: 100%;
}
.twoField .field {
  width: 50%;
}
.twoField .field .upper {
  width: 100%;
  margin-bottom: 12px;
}

.field {
  margin-bottom: 20px;
  width: 100%;
}
.field .label {
  margin-bottom: 10px;
  color: #000;
  font-family: "NeurialGrotesk";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.field span {
  color: #ff2626;
}
.field .iti {
  width: 100%;
}
.field .iti--separate-dial-code .iti__selected-flag {
  background-color: #fff;
  border-radius: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.field .iti__arrow {
  display: none;
}
.field .iti--separate-dial-code .iti__selected-flag {
  padding: 15px;
}
.field .upload {
  padding: 10px 18px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  width: 100%;
  position: relative;
  height: 52px;
}
.field .upload input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.field .upload:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../../assets/images/icons/upload.svg);
  width: 25px;
  height: 24px;
}

.mobile {
  display: none !important;
}

@media screen and (min-width: 1366px) {
  .container {
    max-width: 1366px;
    padding: 0 113px;
  }
}
@media screen and (max-width: 1365px) {
  .container {
    max-width: 100%;
    padding: 0 80px;
  }
}
@media screen and (max-width: 992px) {
  .mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .desktop {
    display: none !important;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 30px;
    line-height: 30px;
  }
  h3 {
    font-size: 18px;
    line-height: 22px;
  }
  h4 {
    font-size: 16px;
    line-height: 24px;
  }
  h5 {
    font-size: 12px;
    line-height: 18px;
  }
  h6 {
    font-size: 18px;
  }
  input[type=date],
  input[type=email],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  input[type=time],
  input[type=url],
  select,
  textarea {
    font-size: 14px;
  }
  .modal .modal-dialog.modal-dialog-centered {
    max-width: 90%;
    margin: 0 auto;
  }
  .owl-carousel .owl-nav button.owl-prev {
    left: 0px;
  }
  .owl-carousel .owl-nav button.owl-next {
    right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 40px;
    max-width: 768px;
  }
  body,
  p {
    font-size: 14px;
    line-height: 20px;
  }
  .primaryBtn,
  button,
  input[type=button],
  input[type=reset],
  input[type=submit] {
    font-size: 14px;
    min-width: 166px;
  }
  input[type=date],
  input[type=email],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  input[type=time],
  input[type=url],
  textarea {
    padding: 10px 15px;
  }
  select {
    background-position: 97%;
    padding: 11px 36px 11px 15px;
  }
  .container {
    padding: 0 16px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .owl-carousel .owl-nav button.owl-prev span,
  .owl-carousel .owl-nav button.owl-next span {
    width: 38px;
    height: 38px;
  }
  .owl-prev::before,
  .owl-next::before {
    width: 7px;
    height: 5px;
  }
  .modal .modal-content {
    padding: 50px 20px 20px;
  }
  .modal .modal-title {
    letter-spacing: 1.8px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    max-width: 70%;
  }
  .modal .close {
    right: 20px;
    top: 30px;
    width: 20px;
    height: 20px;
  }
  .modal .modal-body {
    padding-bottom: 10px;
  }
  .modal .spec,
  .modal .colors {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .modal .colors span {
    margin: 0 10px 0 0;
    width: 15px;
    height: 15px;
  }
  .modal .modal-footer {
    padding-top: 10px;
    display: block;
  }
  .modal .modal-footer .rightside {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 12px;
  }
  label {
    font-size: 12px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 640px) {
  h2 {
    font-size: 26px;
  }
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 24px 0;
  z-index: 1;
}
.header .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.header .content ul {
  list-style: none;
  padding: 0;
}
.header .content ul.dropMenu {
  opacity: 0;
  position: absolute;
  z-index: -1;
  -webkit-transition: ease 0.6s;
  transition: ease 0.6s;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: -35px;
}
.header .content ul.dropMenu a {
  color: #000;
  font-size: 18px;
  padding: 7px 20px;
  display: block;
  text-transform: capitalize;
}
.header .content .menus li {
  position: relative;
}
.header .content .menus li:hover ul.dropMenu {
  background: linear-gradient(100.61deg, #3BFEA9 11.05%, #BFF325 110.14%);
  -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 10px;
  padding: 13px 0;
  opacity: 1;
  z-index: 1;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.header .content .menus li:hover ul.dropMenu a:hover:after {
  display: none;
}
.header .content .menus a,
.header .content .menus span {
  color: #fff;
  line-height: 19.2px;
  padding: 18px 20px;
  cursor: pointer;
  position: relative;
}
.header .content .menus a:hover::after, .header .content .menus a.active::after,
.header .content .menus span:hover::after,
.header .content .menus span.active::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 2px;
  border-radius: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 5px;
  background: linear-gradient(96.07deg, #3BFEA9 7.96%, #B9F32B 78.59%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.header .content .menus .menuDrop {
  position: relative;
  padding-right: 40px;
}
.header .content .menus .menuDrop::before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/angle-down.svg);
  width: 25px;
  height: 25px;
  right: 10px;
  top: 17px;
}
.header .content .primaryBtn {
  text-transform: none;
}
.header .toggle {
  position: absolute;
  right: 0px;
  width: 2rem;
  height: 1.4rem;
  z-index: 3;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .toggle-btn {
  position: absolute;
  top: 0.5rem;
  right: 0;
  width: 1.6rem;
  height: 2px;
  background: #3BFEA9;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .toggle-btn::before {
  content: "";
  position: absolute;
  top: -0.5rem;
  width: 2rem;
  height: 2px;
  background: #B9F32B;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .toggle-btn::after {
  content: "";
  position: absolute;
  top: 0.5rem;
  width: 1.2rem;
  height: 2px;
  background: #3BFEA9;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .toggle-btn.open {
  -webkit-transform: rotate(720deg);
          transform: rotate(720deg);
  background: transparent;
}
.header .toggle-btn.open::before {
  -webkit-transform: rotate(45deg) translate(5px, 8px);
          transform: rotate(45deg) translate(5px, 8px);
}
.header .toggle-btn.open::after {
  width: 2rem;
  -webkit-transform: rotate(-45deg) translate(3px, -6px);
          transform: rotate(-45deg) translate(3px, -6px);
}
.header .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  opacity: 1;
  visibility: hidden;
  z-index: 2;
}
.header .menu.open {
  visibility: visible;
}
.header .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  overflow: hidden;
  list-style: none;
  list-style-type: none;
  padding-right: 1rem;
  background: #000;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .menu-list.open {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header .menu-item {
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .menu-item.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.header .menu-link {
  display: inline-block;
  padding: 1rem 0;
  font-size: 16px;
  font-weight: 400;
  line-height: inherit;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .menu-link:hover {
  color: #3BFEA9;
}
.header .menu .menu-list .menu-item:nth-child(1) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.header .menu .menu-list .menu-item:nth-child(2) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
.header .menu .menu-list .menu-item:nth-child(3) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.header .menu .menu-list .menu-item:nth-child(4) {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}
.header .menu .menu-list .menu-item:nth-child(5) {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}
.header .menu .menu-list .menu-item:nth-child(6) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.header .menu .menu-list .menu-item:nth-child(7) {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}
.header .menu .menu-list .menu-item:nth-child(8) {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}
.header .brand {
  font-family: inherit;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: inherit;
  color: #000;
  text-transform: uppercase;
}

.secondHeader .header {
  background-color: #fff;
  position: unset;
}
.secondHeader .header .logo img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.secondHeader .header .content .menus a,
.secondHeader .header .content .menus span {
  color: #000;
}
.secondHeader .header .content .menuDrop:before {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.secondHeader .header .content .primaryBtn {
  background: linear-gradient(100.61deg, #3BFEA9 11.05%, #BFF325 110.14%);
}

@media screen and (max-width: 992px) {
  .header .content {
    padding-right: 40px;
  }
  .header .content .primaryBtn {
    display: none;
  }
}
footer {
  background-color: #101110;
  padding: 90px 0 0;
  position: relative;
  overflow: hidden;
}
footer .footerTopimg {
  position: absolute;
  width: 100%;
  height: 110px;
  top: 0;
  left: 0;
  background-image: url(../images/icons/footer-top.png);
  background-size: cover;
}
footer .footerTopimg::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#101110), to(rgba(16, 17, 16, 0)));
  background: linear-gradient(180deg, #101110 0%, rgba(16, 17, 16, 0) 100%);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  z-index: 0;
}
footer .footerBottomimg {
  position: absolute;
  width: 100%;
  height: 373px;
  bottom: 0;
  left: 0;
  background-image: url(../images/icons/footer-bottom.png);
  background-size: cover;
}
footer .footerBottomimg::before {
  content: "";
  position: absolute;
  top: -1px;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#101110), to(rgba(16, 17, 16, 0)));
  background: linear-gradient(180deg, #101110 0%, rgba(16, 17, 16, 0) 100%);
  z-index: 0;
}
footer .footerBottomimg::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30%;
  background: -webkit-gradient(linear, left top, left bottom, from(#101110), to(rgba(16, 17, 16, 0)));
  background: linear-gradient(180deg, #101110 0%, rgba(16, 17, 16, 0) 100%);
  z-index: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
footer .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
  padding-bottom: 26px;
}
footer .content h2,
footer .content a,
footer .content h3,
footer .content h5 {
  color: #fff;
}
footer .content a:hover {
  background: -webkit-linear-gradient(#3BFEA9, #BFF325);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
footer .content .wrapper h2 {
  padding: 44px 0 40px;
  max-width: 483px;
}
footer .content .wrapper .footerMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin-top: 50px;
}
footer .content .wrapper .footerMenu ul {
  list-style: none;
  padding: 0;
}
footer .content .wrapper .footerMenu h3 {
  margin-bottom: 20px;
  text-transform: capitalize;
}
footer .content .wrapper .footerMenu a {
  padding: 5px 0;
  line-height: 19px;
}
footer .content .wrapper .footerMenu .box {
  width: 50%;
}
footer .content .wrapper .footerMenu .box:first-child {
  max-width: 141px;
}
footer .content .wrapper .footerMenu .box .in {
  margin-bottom: 20px;
}
footer .content .wrapper .footerMenu .box .in span {
  color: #9A9A9A;
  font-size: 12px;
  line-height: 14px;
  display: block;
}
footer .content .wrapper .footerMenu .box .in a {
  padding: 0;
}
footer .content .form {
  padding: 40px;
  background: rgba(255, 255, 255, 0.1019607843);
  border-radius: 20px;
  width: 52%;
  max-width: 520px;
}
footer .content .form h2 {
  margin-bottom: 30px;
  text-transform: capitalize;
}
footer .content .form button.primaryBtn {
  margin-left: auto;
}
footer .content .form input[type=text], footer .content .form input[type=url], footer .content .form input[type=tel], footer .content .form input[type=email], footer .content .form input[type=password], footer .content .form input[type=number], footer .content .form select, footer .content .form textarea, footer .content .form input[type=date], footer .content .form input[type=time], footer .content .form input[type=search] {
  color: #fff;
}
footer .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding: 24px 0 36px;
  border-top: 1px solid #fff;
  position: relative;
  z-index: 1;
}
footer .copyright a {
  color: #fff;
  font-size: 14px;
}
footer .copyright a:hover {
  color: #BFF325;
}
footer .copyright .powered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  gap: 5px;
}
footer .copyright .powered span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .copyright .powered .web {
  margin-left: 7px;
  margin-top: -4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .copyright .link {
  padding-left: 27px;
}
footer .copyright .link a {
  padding: 0 20px;
}
footer .social {
  margin-left: auto;
}
footer .social a {
  padding: 0 8px;
}
footer .social a:last-child {
  padding-right: 0;
}

@media screen and (max-width: 1200px) {
  footer .copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 25px;
  }
  footer .copyright .powered {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-top: 20px;
  }
  footer .copyright .link {
    width: 50%;
    padding-left: 0;
  }
  footer .copyright .link a {
    padding-left: 0;
  }
}
@media screen and (max-width: 992px) {
  footer .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .content .form {
    max-width: 100%;
    width: 100%;
    margin: 25px 0 20px;
    padding: 25px;
  }
}
@media screen and (max-width: 640px) {
  footer {
    padding: 50px 0 0;
  }
  footer .content .wrapper h2 {
    padding: 34px 0 20px;
  }
  footer .copyright .link a {
    padding: 0 10px;
  }
  footer .content .form {
    padding: 25px;
  }
  footer .copyright .link {
    width: 100%;
    text-align: center;
  }
  footer .social {
    margin: 15px auto 0;
  }
}
@media screen and (max-width: 480px) {
  footer .copyright .powered {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .copyright .powered span {
    padding-top: 10px;
  }
  footer .content .wrapper .footerMenu {
    gap: 20px;
  }
}
.m-100 {
  margin: 100px 0;
}

input[type=button],
input[type=submit],
input[type=reset],
.primaryBtn,
button {
  gap: 10px;
}
input[type=button] .icon,
input[type=submit] .icon,
input[type=reset] .icon,
.primaryBtn .icon,
button .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  padding: 6px;
}
input[type=button] .icon img,
input[type=submit] .icon img,
input[type=reset] .icon img,
.primaryBtn .icon img,
button .icon img {
  -webkit-filter: brightness(0) saturate(0%);
          filter: brightness(0) saturate(0%);
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
input[type=button].whiteBtn,
input[type=submit].whiteBtn,
input[type=reset].whiteBtn,
.primaryBtn.whiteBtn,
button.whiteBtn {
  background: transparent;
  color: #fff;
  background: transparent;
  background-repeat: no-repeat;
  border: 1px;
  border-style: solid;
  border-color: transparent;
  border-image-source: url(../images/icons/border.svg);
  border-image-repeat: unset;
  border-image-slice: 25;
  border-image-width: 100px;
  border-image-outset: inherit;
}
input[type=button].whiteBtn.black,
input[type=submit].whiteBtn.black,
input[type=reset].whiteBtn.black,
.primaryBtn.whiteBtn.black,
button.whiteBtn.black {
  color: #000;
}
input[type=button].whiteBtn.black .icon,
input[type=submit].whiteBtn.black .icon,
input[type=reset].whiteBtn.black .icon,
.primaryBtn.whiteBtn.black .icon,
button.whiteBtn.black .icon {
  background-color: #000;
}
input[type=button].whiteBtn.black .icon img,
input[type=submit].whiteBtn.black .icon img,
input[type=reset].whiteBtn.black .icon img,
.primaryBtn.whiteBtn.black .icon img,
button.whiteBtn.black .icon img {
  -webkit-filter: none;
          filter: none;
}
input[type=button].whiteBtn .icon,
input[type=submit].whiteBtn .icon,
input[type=reset].whiteBtn .icon,
.primaryBtn.whiteBtn .icon,
button.whiteBtn .icon {
  background-color: #fff;
}
input[type=button].whiteBtn .icon img,
input[type=submit].whiteBtn .icon img,
input[type=reset].whiteBtn .icon img,
.primaryBtn.whiteBtn .icon img,
button.whiteBtn .icon img {
  -webkit-filter: brightness(0) saturate(0%);
          filter: brightness(0) saturate(0%);
}

input[type=button]:hover .icon,
input[type=submit]:hover .icon,
input[type=reset]:hover .icon,
.btn:hover .icon,
.primaryBtn:hover .icon,
.btn:focus .icon,
button:hover .icon {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  background: #000;
}
input[type=button]:hover .icon img,
input[type=submit]:hover .icon img,
input[type=reset]:hover .icon img,
.btn:hover .icon img,
.primaryBtn:hover .icon img,
.btn:focus .icon img,
button:hover .icon img {
  -webkit-filter: none;
          filter: none;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.white h2,
.white p {
  color: #fff;
}

.error.text-danger {
  font-size: 12px;
  color: red;
}

.mainBanner {
  background-color: #000;
  height: 100vh;
  padding-top: 100px;
}
.mainBanner .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 45px;
  height: 100%;
}
.mainBanner .content h2 {
  color: #fff;
  margin-bottom: 40px;
}
.mainBanner .content .text {
  width: 35%;
}
.mainBanner .content .text .bottom {
  position: absolute;
  left: 0;
  bottom: -13%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  max-width: 50%;
}
.mainBanner .content .text .bottom .support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.mainBanner .content .text .bottom .support:first-child::before {
  content: "";
  position: absolute;
  border: 1px solid rgb(65, 65, 65);
  width: 1px;
  height: 40px;
  right: -40px;
}
.mainBanner .content .text .bottom .support .icon {
  width: 50px;
}
.mainBanner .content .text .bottom h4 {
  color: #fff;
  max-width: 152px;
  width: calc(100% - 50px);
  text-align: left;
}
.mainBanner .content .image {
  position: relative;
  width: 65%;
  height: 100%;
  min-height: 419px;
  max-width: 738px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainBanner .content .image .spec {
  position: absolute;
  padding: 6px 30px 6px 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: linear-gradient(97.67deg, rgba(255, 255, 255, 0.3) -11.58%, rgba(255, 255, 255, 0.03) 102.56%);
  border-radius: 14px;
  gap: 10px;
}
.mainBanner .content .image .spec .specicon {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mainBanner .content .image .spec .spectext span {
  font-size: 12px;
  color: #fff;
  line-height: 14px;
}
.mainBanner .content .image .spec .spectext div {
  font-size: 20px;
  line-height: 24px;
  background: -webkit-linear-gradient(#3BFEA9, #BFF325);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mainBanner .content .image .spec.one {
  top: 40%;
  left: 5%;
}
.mainBanner .content .image .spec.two {
  bottom: 23%;
  right: -22px;
}
.mainBanner .content .image .bannerImg {
  aspect-ratio: 738/419;
  -o-object-fit: contain;
     object-fit: contain;
}
.mainBanner .swiper.mySwiper {
  width: 350px;
  max-width: 100%;
  overflow: hidden;
  margin-left: auto;
  margin-right: 0;
  z-index: 0;
  position: relative;
}
.mainBanner .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.mainBanner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
  object-fit: cover;
}
.mainBanner .swiper-slide {
  background-size: cover;
  background-position: center;
}
.mainBanner .mySwiper2 {
  height: calc(100vh - 224px);
  width: 100%;
}
.mainBanner .mySwiper {
  height: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
}
.mainBanner .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  border-radius: 10px;
  cursor: pointer;
}
.mainBanner .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
  background: -webkit-gradient(linear, right top, left top, from(#3BFEA9), to(#B9F32B));
  background: linear-gradient(to left, #3BFEA9, #B9F32B);
  padding: 1px;
}
.mainBanner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.mainBanner .swiper-wrapper {
  z-index: 0;
}

.moveOverSection .head {
  max-width: 577px;
  margin-bottom: 40px;
}
.moveOverSection .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.moveOverSection .content .box {
  width: calc(25% - 15px);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(107.95deg, #3BFEA9 9.91%, #BFF325 62.23%);
}
.moveOverSection .content .box img {
  aspect-ratio: 270/400;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -webkit-transition: ease 1s;
  transition: ease 1s;
  width: 100%;
}
.moveOverSection .content .box h3 {
  position: absolute;
  color: #fff;
  bottom: 27px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  width: 100%;
  padding: 0 10px;
  font-weight: 500;
}
.moveOverSection .content .box::after {
  content: "";
  position: absolute;
  background-image: url(../images/icons/shape.svg);
  width: 100%;
  bottom: 0px;
  left: 0;
  -webkit-transition: ease 1s;
  transition: ease 1s;
  height: 0;
  background-position: center;
}
.moveOverSection .content .box:hover img {
  height: 80%;
  -webkit-transition: ease 1s;
  transition: ease 1s;
}
.moveOverSection .content .box:hover h3 {
  color: #000;
  z-index: 1;
}
.moveOverSection .content .box:hover::after {
  height: 109px;
}

.routAuto .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.routAuto .textArea {
  width: 33.33%;
  max-width: 335px;
  padding-top: 34px;
}
.routAuto .textArea h2 {
  margin-bottom: 20px;
}
.routAuto .textArea p {
  margin-bottom: 40px;
}
.routAuto .image {
  width: 33.33%;
  max-width: 400px;
  max-height: 500px;
  position: relative;
  border-radius: 20px 20px 300px 300px;
  overflow: hidden;
}
.routAuto .image .bg {
  height: 100%;
}
.routAuto .image .bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.routAuto .image .route {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 30px;
  max-width: 152px;
}
.routAuto .countContent {
  width: 33.33%;
  max-width: 260px;
  padding-top: 16px;
}
.routAuto .countContent .countBox {
  margin-bottom: 40px;
  padding-bottom: 40px;
  position: relative;
}
.routAuto .countContent .countBox::before {
  content: "";
  background: linear-gradient(96.07deg, #3BFEA9 7.96%, #B9F32B 78.59%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
}
.routAuto .countContent .countBox:last-child::before {
  display: none;
}
.routAuto .countContent .count {
  font-size: 40px;
  line-height: 48px;
  color: #000;
  font-weight: 500;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.electricScooter {
  background: rgb(15, 16, 15);
  position: relative;
}
.electricScooter .content {
  max-width: 575px;
  padding: 100px 0;
  z-index: 1;
  position: relative;
}
.electricScooter .content h2 {
  color: #fff;
  margin-bottom: 20px;
}
.electricScooter .content p {
  color: #fff;
}
.electricScooter .content .range {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.electricScooter .content .values h2 {
  background: linear-gradient(96.07deg, #3BFEA9 7.96%, #B9F32B 78.59%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
  font-weight: 500;
}
.electricScooter .content .values h3 {
  color: #fff;
}
.electricScooter .image {
  position: absolute;
  right: 0;
  max-width: 40%;
  z-index: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.electricAuto {
  background: rgb(224, 224, 224);
  position: relative;
  overflow: hidden;
}
.electricAuto .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  gap: 20px;
}
.electricAuto .content {
  max-width: 539px;
  padding: 100px 0;
  z-index: 1;
  position: relative;
}
.electricAuto .content h2 {
  margin-bottom: 20px;
  font-weight: 500;
}
.electricAuto .content .range {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.electricAuto .content .values h2 {
  margin-bottom: 0;
}
.electricAuto .content .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.electricAuto .content .bottom .request {
  text-decoration: underline;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
}
.electricAuto .image {
  max-width: 45%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.electricAuto .image img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100%;
}

.indiasLargest .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 30px;
  background: rgb(16, 17, 16);
  border-radius: 20px;
  padding: 60px;
}
.indiasLargest .text {
  width: 50%;
  max-width: 440px;
}
.indiasLargest .text h2,
.indiasLargest .text p {
  color: #fff;
}
.indiasLargest .text h2 {
  margin-bottom: 40px;
}
.indiasLargest .text .quote {
  margin-top: 147px;
  position: relative;
  padding-left: 16px;
}
.indiasLargest .text .quote::before {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(96.07deg, #3BFEA9 7.96%, #B9F32B 78.59%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.indiasLargest .image {
  width: 50%;
}
.indiasLargest .fastCharge {
  position: absolute;
  right: 50px;
  bottom: 50px;
  width: 180px;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  text-align: center;
  border-radius: 50%;
  background-image: url(../images/icons/circle-ellipse.png);
  background-size: cover;
}
.indiasLargest .fastCharge h4 {
  color: #fff;
}
.indiasLargest .fastCharge span {
  background: linear-gradient(104.35deg, #3BFEA9 7.6%, #BFF325 121.23%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  line-height: 36px;
}

.bookRide {
  background-repeat: no-repeat;
  padding-top: 20%;
  background-size: cover;
  background-position: center;
  padding-bottom: 100px;
}
.bookRide .content {
  background: rgba(0, 0, 0, 0.65);
  padding: 40px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-shadow: 0 0 32px #000;
}
.bookRide .content .text {
  max-width: 746px;
}
.bookRide .content h2 {
  margin-bottom: 20px;
}
.bookRide .content h2,
.bookRide .content p {
  color: #fff;
}

.warranty .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 30px;
  background: rgb(16, 17, 16);
  border-radius: 20px;
  padding: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}
.warranty .content::before {
  content: "";
  background: linear-gradient(100.61deg, #3BFEA9 11.05%, #BFF325 110.14%);
  position: absolute;
  width: 67%;
  height: 100%;
  right: 0;
  z-index: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.warranty .content::after {
  content: "";
  position: absolute;
  width: 21%;
  height: 1000%;
  right: 30%;
  z-index: 0;
  border-top: solid 1000px rgb(16, 17, 16);
  border-left: solid 20px transparent;
  border-right: solid 190px transparent;
  top: 0;
}
.warranty .text {
  width: 50%;
  max-width: 464px;
  position: relative;
  z-index: 1;
}
.warranty .text h2,
.warranty .text p {
  color: #fff;
}
.warranty .text h2 {
  margin-bottom: 20px;
}
.warranty .text .primaryBtn {
  margin-top: 40px;
}
.warranty .image {
  width: auto;
  max-width: 56%;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 992px) {
  .mainBanner .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 15px;
  }
  .mainBanner .content .text {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
  .mainBanner .content .image {
    min-height: auto;
  }
  .mainBanner .content .text .bottom {
    position: unset;
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
  }
  .mainBanner .swiper.mySwiper {
    margin: 0 auto;
  }
  .m-100 {
    margin: 50px 0;
  }
  .routAuto .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .routAuto .textArea {
    width: 100%;
    max-width: 70%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto 40px;
    padding-top: 0;
  }
  .routAuto .image {
    width: 50%;
  }
  .routAuto .countContent {
    width: 50%;
  }
  .electricScooter .content {
    padding: 50px 0;
    max-width: 100%;
  }
  .electricScooter .content .range {
    gap: 30px;
  }
  .electricScooter .image {
    position: unset;
    max-width: 100%;
    -webkit-transform: none;
            transform: none;
  }
  .electricAuto .content {
    padding: 50px 0;
    max-width: 65%;
    gap: 20px;
  }
  .electricAuto .content .range {
    gap: 30px;
  }
  .warranty .content {
    padding: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .warranty .image {
    max-width: 100%;
  }
  .warranty .text {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .moveOverSection .content .box {
    width: calc(50% - 10px);
  }
  .routAuto .countContent .countBox {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .routAuto .countContent .count {
    font-size: 30px;
  }
  .electricAuto .image {
    max-width: 100%;
    position: relative;
  }
  .electricAuto .content {
    max-width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .mainBanner .content .image .spec.two {
    bottom: 10px;
    right: 0;
  }
  .mainBanner .content .image .spec .spectext div {
    font-size: 16px;
  }
  .mainBanner .content .image .spec .specicon {
    width: 36px;
  }
  .mainBanner .content .image .spec.one {
    top: 10px;
    left: 0;
  }
  .electricAuto .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 16px;
  }
  .electricAuto .content {
    width: 100%;
    max-width: 100%;
  }
  .electricAuto .content .bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .electricAuto .image {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .routAuto .image {
    width: 100%;
    margin: 0 auto;
  }
  .routAuto .countContent {
    margin: 0 auto;
    width: 100%;
    max-width: 70%;
  }
  .routAuto .countContent .countBox {
    text-align: center;
  }
  .routAuto .countContent .countBox .count {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .routAuto .countContent .countBox:before {
    left: 0;
  }
  .indiasLargest .content {
    padding: 30px 30px 190px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .indiasLargest .text {
    width: 100%;
  }
  .indiasLargest .text .quote {
    margin-top: 30px;
  }
  .indiasLargest .image {
    width: 100%;
  }
  .indiasLargest .fastCharge {
    bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .mainBanner .content .image {
    width: 100%;
  }
  .mainBanner .content .image .spec {
    padding: 5px 21px 5px 5px;
  }
  .mainBanner .content .content h2 {
    margin-bottom: 20px;
  }
  .mainBanner .content .content .text {
    margin-bottom: 20px;
  }
  .mainBanner .content .content .text .bottom {
    margin-top: 15px;
  }
  .mainBanner .content .text .bottom {
    gap: 10px;
  }
  .mainBanner .content .text .bottom h4 {
    font-size: 12px;
    line-height: 15px;
  }
  .mainBanner .content .text .bottom .support:first-child:before {
    right: -6px;
  }
  .bookRide {
    padding-bottom: 30px;
  }
  .bookRide .content {
    padding: 20px;
  }
  .warranty .content::after {
    right: 20%;
  }
}
.productsMainBanner {
  position: relative;
}
.productsMainBanner .bannerimg {
  position: relative;
}
.productsMainBanner .bannerimg::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.76)), color-stop(96.4%, rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0) 96.4%);
  position: absolute;
  width: 100%;
  height: 30%;
  top: 0;
  left: 0;
}
.productsMainBanner .bannerimg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(56.12%, rgba(0, 0, 0, 0.72)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.72) 56.12%, rgba(0, 0, 0, 0) 100%);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 0;
}
.productsMainBanner .bannerimg img {
  aspect-ratio: 1366/655;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.productsMainBanner .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  max-width: 509px;
  text-shadow: 0 0 32px #000;
}
.productsMainBanner .content h2 {
  margin-bottom: 13px;
  max-height: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-transform: capitalize;
}
.productsMainBanner .content p {
  margin: 0;
  max-height: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.scooterListing .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 70px 45px;
}
.scooterListing .list {
  width: calc(33.33% - 30px);
  overflow: hidden;
  border-radius: 0 0 20px 20px;
}
.scooterListing .list .content {
  background: rgb(237, 237, 237);
  border-radius: 20px;
  padding: 130px 30px 30px 30px;
  -webkit-transition: ease 1s;
  transition: ease 1s;
  height: 100%;
}
.scooterListing .list h3 {
  font-weight: 500;
  margin-bottom: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.scooterListing .list p {
  color: rgb(81, 81, 81);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.scooterListing .list .image {
  margin-bottom: -100px;
}
.scooterListing .list .image img {
  aspect-ratio: 286/212;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.scooterListing .list:hover .content {
  background: linear-gradient(96.07deg, #3BFEA9 7.96%, #B9F32B 78.59%);
  -webkit-transition: ease 1s;
  transition: ease 1s;
}

.autoListing .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(170, 170, 170, 0.2);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 20px;
  padding: 15px 30px;
  margin-top: 40px;
}
.autoListing .list:first-child {
  margin-top: 0;
}
.autoListing .list:nth-child(even) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.autoListing .content {
  max-width: 464px;
  width: 50%;
  padding: 40px 0;
}
.autoListing .content h2 {
  margin-bottom: 20px;
  max-height: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-transform: capitalize;
}
.autoListing .content p {
  margin-bottom: 40px;
  max-height: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-transform: capitalize;
}
.autoListing .image {
  width: 50%;
  max-width: 543px;
  text-align: center;
}
.autoListing .image img {
  aspect-ratio: 543/345;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 345px;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .scooterListing .wrapper {
    gap: 24px;
  }
  .scooterListing .list {
    width: calc(50% - 12px);
  }
  .autoListing .content h2 {
    margin-bottom: 12px;
  }
  .autoListing .content p {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .productsMainBanner .content {
    width: 90%;
    top: 55%;
  }
  .productsMainBanner .bannerimg img {
    aspect-ratio: 1.5;
  }
}
@media screen and (max-width: 640px) {
  .autoListing .list {
    padding: 15px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .autoListing .list:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
  .autoListing .content {
    width: 100%;
    padding: 10px 0 20px;
  }
  .autoListing .image {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .productsMainBanner .bannerimg img {
    aspect-ratio: 1;
  }
  .scooterListing .list {
    width: 100%;
  }
  .scooterListing .list .content {
    padding: 120px 20px 20px 20px;
  }
}
.chargingStationBanner {
  position: relative;
}
.chargingStationBanner .bannerimg {
  position: relative;
}
.chargingStationBanner .bannerimg::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.76)), color-stop(96.4%, rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0) 96.4%);
  position: absolute;
  width: 100%;
  height: 30%;
  top: 0;
  left: 0;
}
.chargingStationBanner .bannerimg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30%;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(56.12%, rgba(0, 0, 0, 0.72)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.72) 56.12%, rgba(0, 0, 0, 0) 100%);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 0;
}
.chargingStationBanner .bannerimg img {
  aspect-ratio: 1366/655;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.chargingStationBanner .bottom {
  position: absolute;
  bottom: 70px;
  width: 100%;
}
.chargingStationBanner .bottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.chargingStationBanner .fastCharge {
  width: 180px;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  text-align: center;
  border-radius: 50%;
  background-image: url(../images/icons/circle-ellipse.png);
  background-size: cover;
}
.chargingStationBanner .fastCharge h4 {
  color: #fff;
}
.chargingStationBanner .fastCharge span {
  background: linear-gradient(104.35deg, #3BFEA9 7.6%, #BFF325 121.23%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  line-height: 36px;
}
.chargingStationBanner .content {
  max-width: 612px;
  width: calc(100% - 170px);
}
.chargingStationBanner .content h2 {
  margin-bottom: 13px;
  max-height: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-transform: capitalize;
}
.chargingStationBanner .content p {
  margin: 0;
  max-height: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.chargingStations .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 100px;
  gap: 30px;
}
.chargingStations .list:first-child {
  margin-top: 0;
}
.chargingStations .list:nth-child(even) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.chargingStations .content {
  max-width: 518px;
  width: 50%;
  padding: 40px 0;
}
.chargingStations .content h2 {
  margin-bottom: 20px;
  max-height: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-transform: capitalize;
}
.chargingStations .content p {
  margin-bottom: 40px;
  max-height: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-transform: capitalize;
}
.chargingStations .image {
  width: 50%;
  max-width: 540px;
}
.chargingStations .image img {
  aspect-ratio: 540/406;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  max-height: 406px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .chargingStations .list {
    margin-top: 50px;
  }
  .chargingStations .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .chargingStations .image {
    margin: 0 auto;
    width: 100%;
  }
  .chargingStations .content {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  .chargingStations .content p {
    margin-bottom: 20px;
  }
  .chargingStations .list:nth-child(2n) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .chargingStationBanner .bottom {
    bottom: 30px;
  }
  .chargingStationBanner .bannerimg img {
    aspect-ratio: 1;
  }
}
@media screen and (max-width: 640px) {
  .chargingStationBanner .content {
    width: 100%;
  }
  .chargingStationBanner .fastCharge {
    width: 150px;
    height: 150px;
    padding: 10px;
  }
  .chargingStationBanner .fastCharge span {
    font-size: 18px;
    line-height: 27px;
  }
  .chargingStationBanner .fastCharge h4 {
    font-size: 12px;
  }
  .chargingStationBanner .fastCharge .img {
    width: 40px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .chargingStationBanner .bannerimg img {
    aspect-ratio: 0.7;
  }
}
.solarStations .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
.solarStations .wrapper .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: rgb(237, 237, 237);
  border-radius: 20px;
  padding: 30px;
  gap: 20px;
  width: calc(50% - 20px);
}
.solarStations .wrapper .list h3 {
  margin-bottom: 14px;
  max-height: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-transform: capitalize;
}
.solarStations .wrapper .list p {
  margin-bottom: 33px;
  max-height: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-transform: capitalize;
}
.solarStations .wrapper .list .content {
  max-width: 183px;
  width: 50%;
}
.solarStations .wrapper .list .image {
  width: 50%;
}
.solarStations .wrapper .list .image img {
  aspect-ratio: 287/269;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 269px;
  width: 100%;
  height: 100%;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .solarStations .wrapper .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
  .solarStations .wrapper .list .content {
    width: 100%;
    max-width: 100%;
  }
  .solarStations .wrapper .list .image {
    width: 100%;
  }
  .solarStations .wrapper .list p {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 992px) {
  .solarStations .wrapper {
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .solarStations .wrapper .list {
    width: calc(50% - 10px);
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .solarStations .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .solarStations .wrapper .list {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .solarStations .wrapper .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
  .solarStations .wrapper .list .content {
    width: 100%;
    max-width: 100%;
  }
  .solarStations .wrapper .list .image {
    width: 100%;
  }
  .solarStations .wrapper .list p {
    margin-bottom: 20px;
  }
}
.scooterDetailBanner {
  position: relative;
}
.scooterDetailBanner .bannerimg {
  position: relative;
}
.scooterDetailBanner .bannerimg::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.76)), color-stop(96.4%, rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0) 96.4%);
  position: absolute;
  width: 100%;
  height: 30%;
  top: 0;
  left: 0;
}
.scooterDetailBanner .bannerimg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30%;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(56.12%, rgba(0, 0, 0, 0.72)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.72) 56.12%, rgba(0, 0, 0, 0) 100%);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 0;
}
.scooterDetailBanner .bannerimg img {
  aspect-ratio: 1366/655;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.scooterDetailBanner .bottom {
  position: absolute;
  bottom: 70px;
  width: 100%;
}
.scooterDetailBanner .bottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.scooterDetailBanner .content {
  max-width: 495px;
  width: 50%;
}
.scooterDetailBanner .content h2 {
  margin-bottom: 13px;
  max-height: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-transform: capitalize;
}
.scooterDetailBanner .content p {
  margin: 0;
  max-height: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.scooterDetailBanner .name {
  font-size: 150px;
  font-weight: 800;
  line-height: 180px;
  color: rgba(255, 255, 255, 0.4);
  -webkit-background-clip: text;
  -webkit-text-stroke: 1px #adadad;
  text-transform: uppercase;
}

.peak {
  position: relative;
  overflow: hidden;
}
.peak .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  gap: 20px;
}
.peak .content {
  max-width: 570px;
  position: relative;
}
.peak .content h2 {
  margin-bottom: 20px;
  text-transform: capitalize;
}
.peak .content .range {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.peak .content .values h2 {
  background: linear-gradient(96.07deg, #32CA84 7.96%, #94C222 78.59%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
}
.peak .image {
  max-width: 45%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.peak .image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  max-height: 447px;
  width: 100%;
}

.performance {
  margin-bottom: 100px;
}
.performance .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  gap: 40px;
}
.performance .wrapper .content {
  padding: 40px 0px 40px 40px;
  max-width: 293px;
  width: 100%;
}
.performance .wrapper .content h2 {
  margin-bottom: 20px;
}
.performance .wrapper .box {
  border-radius: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: linear-gradient(96.07deg, rgba(59, 254, 169, 0.2) 7.96%, rgba(185, 243, 43, 0.2) 78.59%);
}
.performance .wrapper .box:first-child {
  width: 60%;
}
.performance .wrapper .box:first-child .image {
  padding: 26px 0;
  max-width: calc(100% - 293px);
}
.performance .wrapper .box:first-child .image img {
  aspect-ratio: 422/377;
  -o-object-fit: cover;
     object-fit: cover;
}
.performance .wrapper .box:nth-child(2) {
  width: 40%;
  max-width: 402px;
  overflow: hidden;
}
.performance .wrapper .box:nth-child(2) .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 265px;
  width: 50%;
}
.performance .wrapper .box:nth-child(2) .image {
  width: 60%;
  position: absolute;
  right: -30px;
}
.performance .wrapperTwo .box {
  overflow: hidden;
}
.performance .wrapperTwo .box:first-child {
  width: 40%;
  max-width: 402px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.performance .wrapperTwo .box:first-child .content {
  padding: 40px 40px 10px 40px;
}
.performance .wrapperTwo .box:first-child .image {
  padding: 0 40px;
  max-width: 100%;
}
.performance .wrapperTwo .box:first-child .image img {
  aspect-ratio: unset;
}
.performance .wrapperTwo .box:nth-child(2) {
  width: 60%;
  max-width: 100%;
}
.performance .wrapperTwo .box:nth-child(2) .content {
  max-width: 315px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.performance .wrapperTwo .box:nth-child(2) .image {
  position: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: -110px;
  margin-right: -90px;
  width: 70%;
}

.roadAssistance .container {
  padding-right: 0;
}
.roadAssistance .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 90px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.roadAssistance .content .text {
  max-width: 518px;
  width: 50%;
}
.roadAssistance .content .text h2 {
  margin-bottom: 20px;
}
.roadAssistance .content .text .connect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 40px;
  margin: 40px 0 0;
}
.roadAssistance .content .text .connect a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.roadAssistance .content .text .connect .txt span {
  font-size: 12px;
  color: rgb(154, 154, 154);
  line-height: 14px;
}
.roadAssistance .content .text .connect .txt div {
  line-height: 20px;
}
.roadAssistance .content .image {
  width: 50%;
  border-radius: 30px 0px 0px 30px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.roadAssistance .content .image img {
  aspect-ratio: 645/406;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 406px;
  width: 100%;
}

.oneStep {
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 12.5% 0;
  background-position: center;
  position: relative;
}
.oneStep .content {
  background: rgba(255, 255, 255, 0.1);
  padding: 40px;
  border-radius: 20px;
  max-width: 503px;
  z-index: 1;
  position: relative;
}
.oneStep .content h2 {
  margin-bottom: 20px;
}
.oneStep .content p {
  margin-bottom: 40px;
}
.oneStep::before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.autoDetail .image {
  border-radius: 0;
}
.autoDetail .countContent .countBox::before {
  background: rgb(223, 223, 223);
}
.autoDetail .countContent .count {
  background: linear-gradient(96.07deg, #32CA84 7.96%, #94C222 78.59%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.features {
  padding: 100px 0;
  background: rgb(249, 249, 249);
  position: relative;
  overflow: hidden;
}
.features::before {
  content: "";
  background: linear-gradient(96.07deg, #3BFEA9 7.96%, #B9F32B 78.59%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  width: 422px;
  height: 742px;
  position: absolute;
  border-radius: 500px;
  opacity: 10%;
  top: -370px;
  right: -260px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.features::after {
  content: "";
  background: linear-gradient(96.07deg, #3BFEA9 7.96%, #B9F32B 78.59%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  width: 422px;
  height: 742px;
  position: absolute;
  border-radius: 500px;
  opacity: 10%;
  bottom: -27%;
  left: -15%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.features .content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr 40px 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 40px;
  position: relative;
  z-index: 1;
}
.features .content > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.features .content > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.features .content > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.features .content > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.features .content::after {
  content: "";
  background: transparent;
  background-image: url(../images/about/line.png);
  width: 645px;
  height: 221px;
  position: absolute;
  border-radius: 500px;
  bottom: -170px;
  left: -230px;
  opacity: 80%;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
}
.features .content .div {
  background-size: cover;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 30px;
  background-position: center;
}
.features .content .div1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/3/2;
}
.features .content .div2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
  height: 280px;
}
.features .content .div3 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2/2/3/3;
}
.features .content h3 {
  color: #fff;
  margin-bottom: 14px;
}
.features .content p {
  color: #fff;
}

.title {
  text-align: center;
  max-width: 670px;
  margin: 0 auto 40px;
}
.title h2 {
  margin-bottom: 20px;
}

.inCharge .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
}
.inCharge .text {
  width: 50%;
  max-width: 518px;
}
.inCharge .text h2 {
  margin-bottom: 20px;
}
.inCharge .image {
  width: 50%;
}
.inCharge .image img {
  width: 540px;
  height: 406px;
  -webkit-mask-image: url(../images/charging-stations/Vector@2x.png);
          mask-image: url(../images/charging-stations/Vector@2x.png);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -o-object-fit: cover;
     object-fit: cover;
}

.eazy .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.eazy .box {
  width: calc(33.33% - 26px);
  background: linear-gradient(84.25deg, rgba(59, 254, 169, 0.2) -2.77%, rgba(185, 243, 43, 0.2) 68.61%);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.eazy .box .text {
  padding: 40px 30px;
}
.eazy .box .text h2 {
  margin-bottom: 20px;
}
.eazy .box img {
  max-height: 268px;
  -o-object-fit: contain;
     object-fit: contain;
}

.solarRoof .container {
  padding-left: 0;
}
.solarRoof .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
.solarRoof .content .image {
  border-radius: 0 30px 30px 0;
  overflow: hidden;
  width: 50%;
}
.solarRoof .content .image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.49;
  -o-object-fit: cover;
     object-fit: cover;
}
.solarRoof .content .text {
  max-width: 518px;
  width: 50%;
}
.solarRoof .content .text h2 {
  margin-bottom: 20px;
}
.solarRoof .content .text p {
  margin-bottom: 40px;
}

.explore .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 117px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.explore .text {
  max-width: 570px;
  padding: 100px 0;
  z-index: 1;
  position: relative;
  width: 60%;
}
.explore .text h2 {
  margin-bottom: 20px;
  text-transform: capitalize;
}
.explore .text .range {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.explore .text .values h2 {
  background: linear-gradient(96.07deg, #32CA84 7.96%, #94C222 78.59%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
}
.explore .image {
  width: 40%;
}

.advanced .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
}
.advanced .content .image {
  border-radius: 30px;
  overflow: hidden;
  width: 50%;
}
.advanced .content .image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.49;
  -o-object-fit: cover;
     object-fit: cover;
}
.advanced .content .text {
  max-width: 518px;
  width: 50%;
}
.advanced .content .text h2 {
  margin-bottom: 20px;
}

.halfCut {
  padding-bottom: 105px;
}
.halfCut .content {
  position: relative;
}
.halfCut .content .image img {
  aspect-ratio: 1140/600;
  border-radius: 20px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.halfCut .content .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px 77px;
  padding: 40px;
  -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
  max-width: 900px;
  width: 85%;
  background: #fff;
  border-radius: 20px;
  margin: -105px auto;
  position: relative;
}
.halfCut .content .text h2 {
  width: 50%;
  max-width: 381px;
}
.halfCut .content .text p {
  width: 50%;
}

@media screen and (min-width: 1366px) {
  .oneStep {
    padding: 100px 0 160px;
  }
}
@media screen and (max-width: 992px) {
  .scooterDetailBanner .bottom {
    bottom: 30px;
  }
  .scooterDetailBanner .name {
    font-size: 100px;
    line-height: 120px;
  }
  .eazy .content {
    gap: 20px;
  }
  .eazy .content .box {
    width: calc(33.3% - 10px);
  }
  .eazy .content .box .text {
    padding: 30px 20px;
  }
  .peak .content {
    max-width: 65%;
    gap: 20px;
  }
  .peak .content .range {
    gap: 25px;
    padding: 20px 0;
  }
  .performance {
    margin-bottom: 50px;
  }
  .performance .wrapper {
    gap: 20px;
    margin-top: 20px;
  }
  .performance .wrapper .content {
    padding: 30px 0px 30px 20px;
  }
  .performance .wrapper .content h2 {
    margin-bottom: 10px;
  }
  .performance .wrapperTwo .box:first-child .content {
    padding: 30px 0px 30px 20px;
  }
  .roadAssistance .content {
    gap: 40px;
  }
  .features {
    padding: 50px 0;
  }
  .features .content {
    gap: 20px;
  }
  .inCharge .content {
    gap: 30px;
  }
  .solarRoof .content {
    gap: 20px;
  }
  .explore .content {
    gap: 30px;
  }
  .advanced .content {
    gap: 30px;
  }
  .halfCut .content .text {
    gap: 20px;
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .scooterDetailBanner .bannerimg img {
    aspect-ratio: 1;
  }
  .inCharge .content .image img {
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .peak .content {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .peak .content .bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .peak .image {
    width: 60%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .peak .image img {
    height: auto;
  }
  .oneStep {
    padding: 10% 0;
  }
  .oneStep .content {
    padding: 20px;
  }
  .oneStep .content h2 {
    margin-bottom: 12px;
  }
  .oneStep .content p {
    margin-bottom: 25px;
  }
  .performance .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .performance .wrapper .box {
    gap: 10px;
  }
  .performance .wrapper .box:first-child {
    width: 100%;
    max-width: 100%;
  }
  .performance .wrapper .box:nth-child(2) {
    width: 100%;
    max-width: 100%;
  }
  .performance .wrapperTwo .box:nth-child(2) .image {
    margin-bottom: -60px;
    margin-right: -40px;
  }
  .roadAssistance .container {
    padding-right: 16px;
  }
  .roadAssistance .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .roadAssistance .content .text {
    width: 100%;
  }
  .roadAssistance .content .text .connect {
    margin: 20px 0 0;
    gap: 10px 30px;
  }
  .roadAssistance .content .text .connect a {
    gap: 15px;
  }
  .roadAssistance .content .image {
    border-radius: 30px;
    width: 100%;
  }
  .features:before {
    top: -320px;
    right: -270px;
    width: 242px;
    height: 622px;
  }
  .features .content {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: 1fr 20px 1fr 20px 1fr;
    grid-template-rows: repeat(3, 1fr);
    gap: 20px 0;
  }
  .features .content > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .features .content > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .features .content > *:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .features .content .div {
    padding: 20px;
  }
  .features .content .div1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1/1/1/3;
  }
  .features .content .div2 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2/2/2/3;
  }
  .features .content .div3 {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 3/2/3/3;
  }
  .inCharge .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .inCharge .content .text {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .inCharge .content .image {
    width: 100%;
  }
  .eazy .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .eazy .content .box {
    width: 100%;
  }
  .eazy .content .box img {
    aspect-ratio: 1;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .solarRoof .container {
    padding-left: 16px;
  }
  .solarRoof .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .solarRoof .content .text {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .solarRoof .content .text p {
    margin-bottom: 20px;
  }
  .solarRoof .content .image {
    border-radius: 30px;
    width: 100%;
  }
  .explore .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .explore .text {
    width: 100%;
    padding: 0px;
    text-align: center;
  }
  .explore .text .range {
    padding: 20px 0;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .explore .image {
    margin: 0 auto;
    width: 100%;
  }
  .advanced .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .advanced .content .text {
    width: 100%;
    padding: 0px;
    text-align: center;
    margin: 0 auto;
  }
  .advanced .content .text .range {
    padding: 20px 0;
    gap: 20px;
  }
  .advanced .content .image {
    margin: 0 auto;
    width: 100%;
  }
  .halfCut {
    padding-bottom: 65px;
  }
  .halfCut .content .text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -65px auto;
  }
  .halfCut .content .text h2 {
    width: 100%;
  }
  .halfCut .content .text p {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .scooterDetailBanner .bottom .container {
    gap: 10px;
  }
  .scooterDetailBanner .content {
    width: 70%;
  }
  .scooterDetailBanner .content h2 {
    margin-bottom: 6px;
  }
  .scooterDetailBanner .bottom {
    bottom: 20px;
  }
  .scooterDetailBanner .name {
    font-size: 24px;
    line-height: 32px;
  }
  .halfCut {
    padding-bottom: 25px;
  }
  .halfCut .content .text {
    margin: -25px auto;
    padding: 20px;
  }
  .peak .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 16px;
  }
}
.aboutTop .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 70px 0 60px;
  gap: 97px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.aboutTop .top h2 {
  width: 50%;
  max-width: 507px;
}
.aboutTop .top p {
  width: 50%;
  max-width: 495px;
}
.aboutTop .countContent {
  width: 33.33%;
  max-width: 260px;
  padding-top: 16px;
}
.aboutTop .countContent .countBox {
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}
.aboutTop .countContent .countBox::before {
  content: "";
  background: rgb(223, 223, 223);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.aboutTop .countContent .countBox:last-child::before {
  display: none;
}
.aboutTop .countContent .count {
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
  margin-bottom: 5px;
  background: linear-gradient(96.07deg, #32CA84 7.96%, #94C222 78.59%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.aboutTop .bottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
.aboutTop .bottom .container .image {
  width: 73%;
}
.aboutTop .bottom .container .image img {
  aspect-ratio: 913/406;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px 0 0 30px;
  max-height: 406px;
  height: 100%;
  width: 100%;
}

.aboutRoute .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: linear-gradient(96.07deg, rgba(59, 254, 169, 0.2) 7.96%, rgba(185, 243, 43, 0.2) 78.59%);
  border-radius: 20px;
  gap: 30px;
  position: relative;
  overflow: hidden;
}
.aboutRoute .content::before {
  content: "";
  position: absolute;
  left: -15%;
  top: 0;
  background-image: url(../images/about/isolated_metal_green_super_sport_bike_from_right_side_view.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
}
.aboutRoute .content h2 {
  margin-bottom: 20px;
  max-width: 291px;
}
.aboutRoute .text {
  width: 80%;
  max-width: 589px;
  padding: 82px 0 50px 70px;
  min-width: 50%;
}
.aboutRoute .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.whyChoose {
  background: rgb(249, 249, 249);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.whyChoose::before {
  content: "";
  background: linear-gradient(96.07deg, #3BFEA9 7.96%, #B9F32B 78.59%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  width: 422px;
  height: 742px;
  position: absolute;
  border-radius: 500px;
  opacity: 10%;
  top: -37%;
  right: -18%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.whyChoose::after {
  content: "";
  background: linear-gradient(96.07deg, #3BFEA9 7.96%, #B9F32B 78.59%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  width: 422px;
  height: 742px;
  position: absolute;
  border-radius: 500px;
  opacity: 10%;
  bottom: -27%;
  left: -15%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.whyChoose .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
  position: relative;
  z-index: 1;
}
.whyChoose .content .text {
  max-width: 420px;
  width: 40%;
  padding-top: 138px;
}
.whyChoose .content .text h2 {
  margin-bottom: 20px;
}
.whyChoose .content .wrapper {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 28px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 608px;
}
.whyChoose .content .wrapper .wrap1,
.whyChoose .content .wrapper .wrap2 {
  width: calc(50% - 14px);
}
.whyChoose .content .wrapper .wrap2 {
  margin-top: 73px;
}
.whyChoose .content .wrapper .box {
  max-width: 290px;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 30px;
}
.whyChoose .content .wrapper .box .icon {
  margin-bottom: 25px;
  max-width: 70px;
}
.whyChoose .content .wrapper .box .icon img {
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
.whyChoose .content .wrapper .box h3 {
  margin-bottom: 14px;
}
.whyChoose .round {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.whyChoose .round::after {
  content: "";
  background: transparent;
  background-image: url(../images/about/line.png);
  width: 645px;
  height: 221px;
  position: absolute;
  border-radius: 500px;
  bottom: -70px;
  left: -100px;
  opacity: 80%;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 992px) {
  .aboutRoute .text {
    padding: 42px 0 30px 40px;
  }
  .aboutRoute .content:before {
    left: 0;
    background-position: bottom left;
    background-size: 90%;
  }
}
@media screen and (max-width: 768px) {
  .aboutTop .bottom .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
  }
  .aboutTop .bottom .container .image {
    width: 100%;
  }
  .aboutTop .bottom .container .image img {
    border-radius: 30px;
  }
  .aboutTop .countContent {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .aboutTop .countContent .count {
    font-size: 27px;
    line-height: 25px;
  }
  .aboutTop .countContent .countBox {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .aboutTop .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    text-align: center;
    padding: 30px 0 40px;
    max-width: 90%;
    margin: auto;
  }
  .aboutTop .top h2 {
    width: 100%;
  }
  .aboutTop .top p {
    width: 100%;
  }
  .aboutRoute .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
  .aboutRoute .image {
    max-width: 50%;
    margin-left: auto;
  }
}
@media screen and (max-width: 640px) {
  .aboutRoute .text {
    padding: 25px;
    width: 100%;
  }
  .whyChoose {
    padding: 50px 0;
  }
  .whyChoose .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .whyChoose .content .text {
    width: 100%;
    padding: 0;
  }
  .whyChoose .content:after {
    bottom: -74%;
    left: -36%;
  }
}
@media screen and (max-width: 480px) {
  .whyChoose .content .wrapper {
    gap: 0;
  }
  .whyChoose .content .wrapper .box {
    max-width: 100%;
  }
  .whyChoose .content .wrapper .box .icon {
    margin-bottom: 10px;
    max-width: 50px;
  }
  .whyChoose .content .wrapper .wrap1,
  .whyChoose .content .wrapper .wrap2 {
    width: 100%;
  }
  .whyChoose .content .wrapper .wrap2 {
    margin-top: 0;
  }
}
.contact .content {
  max-width: 970px;
  margin: -18% auto;
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
}
.contact .content h2 {
  font-weight: 500;
  margin-bottom: 26px;
}
.contact .content .formTwo .field {
  margin-bottom: 0;
}
.contact .content .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.contact .content .form .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-bottom: 0;
}
.contact .content .form .field textarea {
  border-radius: 20px;
  height: 100%;
}
.contact .content .formTwo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.contact .content .formTwo .twofield {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.contact .content .formTwo .twofield span {
  width: 50%;
}
.contact .content .formTwo textarea {
  border-radius: 20px;
  height: 100%;
}
.contact .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 40px;
}
.contact .bottom .primaryBtn:hover {
  background: linear-gradient(100.61deg, #3BFEA9 11.05%, #BFF325 110.14%);
}
.contact.mb-20 {
  margin-bottom: 21%;
}
.contact input[type=date],
.contact input[type=time] {
  resize: none;
  min-height: 48px;
}

.address {
  padding-top: 22%;
  padding-bottom: 100px;
}
.address .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  max-width: 970px;
  margin: 0 auto;
}
.address .box {
  background: linear-gradient(100.61deg, rgba(59, 254, 169, 0.2) 11.05%, rgba(191, 243, 37, 0.2) 110.14%);
  border-radius: 20px;
  width: calc(50% - 15px);
}
.address .box .text {
  padding: 30px;
}
.address .box .text h3 {
  margin-bottom: 14px;
  font-weight: 500;
}
.address .box .image {
  background: linear-gradient(100.61deg, rgba(59, 254, 169, 0.2) 11.05%, rgba(191, 243, 37, 0.2) 110.14%);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  height: 248px;
  width: 408px;
  margin-left: auto;
  max-width: 90%;
}
.address .box .image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.address .box .image::before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/contact-shape.svg);
  width: 100%;
  height: 248px;
  background-repeat: no-repeat;
}
.address .contact {
  -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
  padding: 30px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: calc(50% - 15px);
  margin-top: 30px;
}
.address .contact .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.address .contact span {
  color: rgb(154, 154, 154);
  font-size: 12px;
  line-height: 14px;
}

.ui-datepicker {
  background-color: #fff;
  border-radius: 5px;
}

.ui-datepicker-calendar thead th {
  padding: 0.25rem 0;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  color: #78909C;
}

.ui-datepicker-calendar tbody td {
  width: 2.5rem;
  text-align: center;
  padding: 0;
}

.ui-datepicker-calendar tbody td a {
  display: block;
  border-radius: 0.25rem;
  line-height: 2rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #546E7A;
  font-size: 0.875rem;
  text-decoration: none;
}

.ui-datepicker-calendar tbody td a:hover {
  background-color: #E0F2F1;
}

.ui-datepicker-calendar tbody td a.ui-state-active {
  background-color: #009688;
  color: white;
}

.ui-datepicker-header a.ui-corner-all {
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 2rem;
  height: 2rem;
  margin: 0.5rem;
  border-radius: 0.25rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.ui-datepicker-header a.ui-corner-all:hover {
  background-color: #ECEFF1;
}

.ui-datepicker-header a.ui-datepicker-prev {
  left: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 0.5rem;
  background-position: 50%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.ui-datepicker-header a.ui-datepicker-next {
  right: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 50%;
}

.ui-datepicker-header a > span {
  display: none;
}

.ui-datepicker-title {
  text-align: center;
  line-height: 2rem;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  padding-bottom: 0.25rem;
}

.ui-datepicker-week-col {
  color: #78909C;
  font-weight: 400;
  font-size: 0.75rem;
}

.ui-timepicker-container {
  position: absolute;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ui-timepicker {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  height: 205px;
  list-style: none outside none;
  margin: 0;
  padding: 0 1px;
  text-align: center;
}

.ui-timepicker-viewport {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  height: 205px;
  margin: 0;
  padding: 0;
  overflow: auto;
  overflow-x: hidden;
  /* IE */
}

.ui-timepicker-standard {
  /* overwrites .ui-widget */
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background-color: rgba(221, 221, 221, 0.4196078431);
  border: 1px solid #fff;
  color: #fff;
  margin: 0;
  padding: 1px;
}

.ui-timepicker-standard a {
  border: 1px solid transparent;
  color: #fff;
  display: block;
  padding: 0.2em 0.4em;
  text-decoration: none;
  background-color: #fff;
}

.ui-timepicker-standard .ui-state-hover {
  /* overwrites .ui-state-hover */
  background-color: #00c768;
  border: 1px solid #00c768;
  font-weight: normal;
  color: #fff;
}

.ui-timepicker-standard .ui-menu-item {
  /* overwrites .ui-menu and .ui-menu-item */
  /*clear: left;
    float: left;*/
  margin: 0;
  padding: 0;
}

.ui-timepicker-corners,
.ui-timepicker-corners .ui-corner-all {
  border-radius: 4px;
}

.ui-timepicker-hidden {
  /* overwrites .ui-helper-hidden */
  display: none;
}

.ui-timepicker-no-scrollbar .ui-timepicker {
  border: none;
}

@media screen and (min-width: 1366px) {
  .contact.mb-20 {
    margin-bottom: 290px;
  }
  .productsMainBanner .bannerimg img {
    height: 670px;
  }
}
@media screen and (max-width: 640px) {
  .contact.mb-20 {
    margin-bottom: 27%;
  }
  .contact .content {
    padding: 25px;
  }
  .contact .content .form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
  .contact .content .formTwo .twofield {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
  }
  .contact .content .formTwo .twofield input[type=date],
  .contact .content .formTwo .twofield input[type=email],
  .contact .content .formTwo .twofield input[type=number],
  .contact .content .formTwo .twofield input[type=password],
  .contact .content .formTwo .twofield input[type=tel],
  .contact .content .formTwo .twofield input[type=text],
  .contact .content .formTwo .twofield input[type=time],
  .contact .content .formTwo .twofield input[type=url],
  .contact .content .formTwo .twofield select,
  .contact .content .formTwo .twofield textarea {
    width: 100%;
  }
  .address {
    padding-bottom: 50px;
    padding-top: 27%;
  }
  .address .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .address .box {
    width: 100%;
  }
  .address .contact {
    width: 100%;
  }
  .address .contact:nth-child(2) {
    margin-top: 0px;
  }
}
.warrantyService .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
.warrantyService .list {
  width: calc(50% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  background: linear-gradient(96.07deg, rgba(59, 254, 169, 0.2) 7.96%, rgba(185, 243, 43, 0.2) 78.59%);
  overflow: hidden;
}
.warrantyService .image {
  width: 50%;
  max-width: 245px;
}
.warrantyService .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.warrantyService .text {
  width: 60%;
  padding: 35px 30px;
}
.warrantyService .text h2 {
  margin-bottom: 20px;
}
.warrantyService .text span {
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
  margin-top: 20px;
}
.warrantyService .text p {
  max-height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-bottom: 0;
}

.warrantyBanner {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.warrantyBanner .bannerimg img, .warrantyBanner .bannerimg source {
  aspect-ratio: 1140/400;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.warrantyBanner .bottom {
  position: absolute;
  bottom: 40px;
  width: 100%;
  left: 40px;
}
.warrantyBanner .content {
  max-width: 336px;
  width: 50%;
}
.warrantyBanner .content h2 {
  margin-bottom: 13px;
  max-height: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-transform: capitalize;
}
.warrantyBanner .content p {
  margin: 0;
  max-height: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.warrantyDetails {
  padding: 40px 0 60px;
}
.warrantyDetails .content {
  margin-bottom: 40px;
}
.warrantyDetails .content p, .warrantyDetails .content span {
  font-family: "NeurialGrotesk", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}
.warrantyDetails .content a {
  text-decoration: underline;
  color: #009688;
}
.warrantyDetails h3 {
  font-size: 24px;
  margin-bottom: 14px;
}
.warrantyDetails h2 {
  margin-bottom: 40px;
}

@media screen and (max-width: 992px) {
  .warrantyService .wrapper {
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .warrantyService .list {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .warrantyBanner .bannerimg img {
    aspect-ratio: 1.5;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .warrantyBanner .bottom {
    left: 20px;
    bottom: 20px;
  }
  .warrantyBanner .content {
    max-width: 100%;
    width: 80%;
  }
  .warrantyDetails {
    padding: 30px 0 30px;
  }
  .warrantyDetails .content {
    margin-bottom: 20px;
  }
  .warrantyDetails .content p, .warrantyDetails .content span {
    font-size: 14px !important;
  }
  .warrantyDetails h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .warrantyDetails h2 {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 480px) {
  .warrantyService .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .warrantyService .image {
    width: 100%;
    max-width: 100%;
  }
  .warrantyService .image img {
    aspect-ratio: 1.5;
  }
  .warrantyService .text {
    width: 100%;
    padding: 20px;
  }
  .warrantyService .text h2 {
    margin-bottom: 10px;
  }
  .warrantyService .text span {
    margin-top: 15px;
    font-size: 14px;
  }
}