body {
  font-family: "Inter-Regular";
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}

@font-face {
  font-family: "FlyingFlea-bold";
  src: url("/fonts/FlyingFlea-Bold.woff2") format("woff2"), url("/fonts/FlyingFlea-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-Bold";
  src: url("/fonts/Inter_24pt-Bold.woff2") format("woff2"), url("/fonts/Inter_24pt-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-SemiBold";
  src: url("/fonts/Inter_24pt-SemiBold.woff2") format("woff2"), url("/fonts/Inter_24pt-SemiBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-Regular";
  src: url("/fonts/Inter_24pt-Regular.woff2") format("woff2"), url("/fonts/Inter_24pt-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-Italic";
  src: url("/fonts/Inter_24pt-Italic.woff2") format("woff2"), url("/fonts/Inter_24pt-Italic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
h2 {
  font-size: 54px;
  line-height: 54px;
  font-family: "FlyingFlea-bold";
  color: #000;
}
h2 span {
  color: #05A8A3;
}

video {
  width: 100%;
  height: auto;
}

.h-100-vh {
  height: 100vh;
}

.mh-100-vh {
  min-height: 100vh;
}

.baner-section {
  display: flex;
  align-items: center;
}
.baner-section.s6 .baner-wrap::before, .baner-section.c6 .baner-wrap::before {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 2;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.22) 38.55%, rgba(0, 0, 0, 0) 64.98%);
}

.baner-section .baner-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 0;
  z-index: -1;
}

.baner-section .baner-wrap video, .baner-section .baner-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.baner-content {
  color: #fff;
  position: relative;
  z-index: 3;
}
.baner-content h2 {
  margin-top: 30px;
  margin-bottom: 16px;
  font-size: 54px;
  line-height: 54px;
  font-family: "FlyingFlea-bold";
  color: #fff;
}
.baner-content p {
  font-size: 18px;
  margin-bottom: 0;
}

.product-specifications {
  padding: 80px 0;
  position: relative;
}
.product-specifications .bg-img-s6 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.product-specifications .bg-img-s6::before {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 2;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 64.98%);
}
.product-specifications .bg-img-s6 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-specifications .product-info {
  display: flex;
  justify-content: space-between;
}
.product-specifications .product-info .info {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.product-specifications .product-info .info::before {
  content: "";
  width: 20px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  background: url(/assets/seprator.svg) no-repeat center;
  background-size: contain;
}
.product-specifications .product-info .info:last-child::before {
  content: none;
}
.product-specifications .product-info .info .inner-wrap {
  margin: 0 auto;
}
.product-specifications .product-info .info p {
  margin-bottom: 4px;
  color: #4D4D4D;
  font-size: 18px;
}
.product-specifications .product-info .info .details {
  display: flex;
  align-items: end;
  column-gap: 8px;
}
.product-specifications .product-info .info .details h3 {
  margin-bottom: 0;
  font-family: "FlyingFlea-bold";
  font-size: 40px;
  line-height: 48px;
}
.product-specifications .product-info .info .details span {
  margin-bottom: 0px;
  font-size: 18px;
  font-family: "Inter-SemiBold";
}
.product-specifications .bg-patch {
  background: #EFF7F4;
  position: absolute;
  width: 100%;
  left: 0;
  top: 160px;
  height: 760px;
  z-index: -1;
}
.product-specifications.s6 {
  padding: 0;
  overflow: hidden;
}
.product-specifications.s6 .product-info {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 80px;
}
.product-specifications.s6 .product-info .info {
  flex: none;
  color: #fff;
}
.product-specifications.s6 .product-info .info .details h3 {
  font-size: 50px;
}
.product-specifications.s6 .product-info .info p {
  color: #fff;
}
.product-specifications.s6 .product-info .info::before {
  content: none;
}

.product-slider {
  padding: 80px 0;
  overflow: hidden;
}
.product-slider .product-swiper .swiper-slide {
  overflow: hidden;
  width: calc(100% - 230px);
}
.product-slider .product-swiper .swiper-slide::before {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 2;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 64.98%);
}
.product-slider .product-swiper .swiper-slide > img {
  width: 100%;
  height: auto;
}
.product-slider .product-swiper .swiper-slide .overlay-text {
  position: absolute;
  left: 36px;
  top: 36px;
  z-index: 2;
}
.product-slider .product-swiper .swiper-slide .overlay-text img {
  margin-bottom: 24px;
}
.product-slider .product-swiper .swiper-slide .overlay-text p {
  font-size: 18px;
  color: #fff;
  line-height: 24px;
  max-width: 65%;
}

.journey-video-section {
  display: flex;
  column-gap: 90px;
}
.journey-video-section .left {
  flex: 1;
  padding-top: 140px;
}
.journey-video-section .left h2 {
  margin-bottom: 18px;
}
.journey-video-section .left h2 span {
  color: #05A8A3;
}
.journey-video-section .left p {
  font-size: 18px;
  color: #000;
  margin-bottom: 30px;
}
.journey-video-section .left .video-wrap {
  height: 565px;
  overflow: hidden;
}
.journey-video-section .left .video-wrap video {
  height: 100%;
}
.journey-video-section .left .video-wrap .overlay {
  left: 0;
}
.journey-video-section .right {
  flex: 1;
}
.journey-video-section .right .video-wrap {
  height: 630px;
  overflow: hidden;
}
.journey-video-section .right .video-wrap video {
  height: 100%;
}
.journey-video-section .right .video-wrap .overlay {
  color: #fff;
  justify-content: flex-end;
}
.journey-video-section .video-wrap {
  position: relative;
}
.journey-video-section .video-wrap video {
  width: 100%;
  object-fit: cover;
}
.journey-video-section .video-wrap .overlay {
  display: flex;
  align-items: flex-end;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.29) 52.6%, rgba(0, 0, 0, 0.4) 100%);
  position: absolute;
  bottom: 0px;
  height: 300px;
  width: 100%;
  padding: 20px;
  font-size: 16px;
  font-family: "Inter-SemiBold";
  font-style: italic;
}

.speed-seat, .artistic-battery {
  background: linear-gradient(180deg, rgba(232, 232, 232, 0.2509803922) 0%, rgb(248, 249, 246) 100%);
}

.section-wrap {
  display: flex;
  height: 100%;
  align-items: center;
  column-gap: 40px;
}
.section-wrap .text {
  width: 50%;
}
.section-wrap .text h3 {
  font-family: "FlyingFlea-bold";
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 16px;
  max-width: 80%;
}
.section-wrap .text p {
  font-size: 18px;
  line-height: 24px;
  color: #4D4D4D;
  margin-bottom: 0;
  max-width: 85%;
}
.section-wrap .img-wrap {
  width: 50%;
}
.section-wrap .img-wrap img {
  width: 100%;
  height: auto;
}

.girder-fork .section-wrap {
  height: 600px;
}
.girder-fork .section-wrap .img-wrap {
  position: relative;
  height: 560px;
}
.girder-fork .section-wrap .img-wrap img {
  position: absolute;
  bottom: calc(50% - 360px);
  width: 75%;
  height: auto;
}
.girder-fork.s6 .section-wrap {
  height: 430px;
}
.girder-fork.s6 .section-wrap .img-wrap {
  height: 430px;
}
.girder-fork.s6 .section-wrap .img-wrap img {
  width: 90%;
  bottom: calc(50% - 280px);
}

.ff-bike {
  background: #F2F2F2;
  position: relative;
}
.ff-bike::before {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 240px;
  z-index: 2;
  background: linear-gradient(180deg, rgba(209, 209, 209, 0) 0%, #D9D9D9 33.02%, #F2F2F2 100%);
}
.ff-bike .bike-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 0 140px;
}
.ff-bike .bike-wrap .ff-logo {
  display: block;
  height: 54px;
  mask-image: url(/assets/c6.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  background: #000;
}
.ff-bike .bike-wrap .ff-logo-s6 {
  display: block;
  height: 54px;
  mask-image: url(/assets/s6.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  background: #000;
}
.ff-bike .img-wrap {
  text-align: center;
  overflow: hidden;
  width: 100%;
}
.ff-bike .img-wrap img {
  width: 100%;
}
.ff-bike h4 {
  font-size: 24px;
  font-family: "Inter-Bold";
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}

.lens-of-time {
  padding: 60px 0 75px;
}
.lens-of-time .img-grid {
  padding-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.lens-of-time .img-grid .img-wrap {
  overflow: hidden;
}
.lens-of-time .img-grid .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lens-of-time .img-grid .img-wrap:first-child {
  width: calc(60% - 10px);
}
.lens-of-time .img-grid .img-wrap:nth-child(2) {
  width: calc(40% - 10px);
}
.lens-of-time .img-grid .img-wrap:nth-child(3) {
  width: calc(40% - 10px);
}
.lens-of-time .img-grid .img-wrap:nth-child(4) {
  width: calc(60% - 10px);
}

.charging {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}
.charging::before {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 450px;
  z-index: 2;
  background: linear-gradient(180deg, rgba(226, 222, 220, 0) 0%, rgba(228, 223, 222, 0.22) 31.59%, rgba(229, 224, 223, 0.48) 59.73%, #E7E2E1 100%);
}
.charging h2 {
  font-size: 40px;
  margin-bottom: 24px;
  line-height: 44px;
  position: relative;
  z-index: 3;
}
.charging p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
  position: relative;
  z-index: 3;
  color: #333333;
}
.charging video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  top: 0;
  bottom: 0;
}

.story-section {
  background: #1A1A1A;
  padding: 60px 0;
  text-align: center;
  overflow: hidden;
}
.story-section h2 {
  color: #fff;
  margin-bottom: 32px;
}
.story-section p {
  color: #fff;
  margin-bottom: 40px;
}
.story-section .story-swiper img {
  width: 100%;
  height: auto;
}
.story-section .swiper-button-next, .story-section .swiper-button-prev {
  position: static;
  width: 16px;
  height: 16px;
  margin: 0;
  color: #fff;
}
.story-section .slider-navigation {
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  gap: 24px;
}
.story-section .slider-navigation span {
  font-size: 16px;
  font-family: "Inter-SemiBold";
}

.electric-adventure {
  text-align: center;
  padding: 60px 0;
}
.electric-adventure h2 {
  margin-bottom: 36px;
}
.electric-adventure .swiper-slide {
  width: 614px;
}
.electric-adventure .swiper-slide h4 {
  margin: 30px 0 16px;
  font-size: 26px;
  font-family: "Inter-Bold";
  text-align: left;
}
.electric-adventure .swiper-slide p {
  font-size: 20px;
  color: #777676;
  margin-bottom: 0;
  text-align: left;
}
.electric-adventure .swiper-slide img {
  border-radius: 12px;
  width: 100%;
  height: 390px;
  object-fit: cover;
}
.electric-adventure .swiper-slide video {
  border-radius: 12px;
  height: 390px;
  width: 100%;
  object-fit: cover;
}

.tab-style {
  display: flex;
  justify-content: center;
  background: rgba(230, 230, 230, 0.3333333333);
  width: max-content;
  margin: 0 auto 42px;
  border-radius: 70px;
  column-gap: 20px;
}
.tab-style .nav-link {
  font-size: 16px;
  color: #333;
  font-family: "Inter-SemiBold";
  padding: 18px 40px;
  border-radius: 70px;
}
.tab-style .nav-link.active {
  background: #000;
  color: #ACDD00;
  font-family: "Inter-Bold";
}

#loader {
  position: fixed;
  inset: 0;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.2rem;
  z-index: 9999;
}
#loader img {
  animation: floatUpDown 2.5s ease-in-out infinite;
}

@keyframes floatUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@media only screen and (min-device-width: 1400px) {
  .girder-fork .section-wrap {
    height: 660px;
  }
  .girder-fork .section-wrap .img-wrap img {
    bottom: calc(50% - 400px);
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1166px;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .girder-fork .section-wrap .img-wrap img {
    bottom: calc(50% - 380px);
  }
}
@media only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .journey-video-section {
    column-gap: 70px;
  }
  .girder-fork .section-wrap {
    height: 500px;
  }
  .girder-fork .section-wrap .img-wrap img {
    bottom: calc(50% - 320px);
  }
  .girder-fork.s6 .section-wrap {
    height: 370px;
  }
  .girder-fork.s6 .section-wrap .img-wrap img {
    width: 95%;
    bottom: calc(50% - 250px);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .journey-video-section {
    column-gap: 50px;
  }
  .girder-fork.s6 .section-wrap {
    height: 360px;
  }
  .girder-fork.s6 .section-wrap .img-wrap img {
    width: 95%;
    bottom: calc(50% - 240px);
  }
}

/*# sourceMappingURL=styles.css.map */
