.cart-drawer-push {
  overflow-x: hidden;
  position: relative;
  right: 0;
  z-index: 1;
  background-color: #1d1d1f;
}

.features-header {
  z-index: 1;
  position: absolute;
  left: 0%;
  right: 31%;
  bottom: 4%;
  width: 100%;
}

.features-header .feature-eyebrow,
.features-header .feature-header {
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.features-header h6 {
  margin-top: 0;
  padding-top: 20px;
  color: #f60000;
}

.features-header h3 {
  font-size: 1.8rem;
  color: #f60000;
}

.feature-content h3 {
  font-size: 1.5rem;
  color: #f60000;
}

@media only screen and (max-width: 1068px) {
  .features-header h6 {
    padding-top: 22px;
  }
}

@media only screen and (max-width: 734px) {
  .features-header h6 {
    padding-top: 18px;
  }
}

.features-header .feature-header.with-eyebrow {
  padding-top: 6px;
}

@media only screen and (max-width: 1068px) {
  .features-header .feature-header.with-eyebrow {
    padding-top: 2px;
  }
}

@media only screen and (max-width: 734px) {
  .features-header .feature-header.with-eyebrow {
    padding-top: 5px;
  }
}

.features-header .feature-eyebrow {
  padding-top: 42px;
}

@media only screen and (max-width: 1068px) {
  .features-header .feature-eyebrow {
    padding-top: 18px;
  }
}

@media only screen and (max-width: 734px) {
  .features-header .feature-eyebrow {
    padding-top: 29px;
  }
}

.features-image-color-set {
  display: grid;
  transform: none;
  align-self: end;
  align-items: end;
  justify-items: center;
}

.features-image-color-set .feature-color-image {
  grid-row: 1;
  grid-column: 1;
  display: none;
}

@media only screen and (max-width: 734px) {
  .features-image-color-set .feature-color-image {
    overflow: hidden;
  }
}

.features-image-color-set .feature-color-image-1 {
  z-index: 1;
}

.features-image-color-set .feature-color-image-2 {
  z-index: 2;
}

.features-image-color-set .feature-color-image-3 {
  z-index: 3;
}

.features-image-color-set .feature-color-image-4 {
  z-index: 4;
}

:root .deep-purple .feature-color-image.deep-purple,
:root .gold .feature-color-image.gold,
:root .silver .feature-color-image.silver,
:root .space-black .feature-color-image.space-black {
  display: block;
}

:root {
  --grid-tile-border-radius: 25px;
  --grid-gutter: 20px;
}

@media only screen and (max-width: 1068px) {
  :root {
    --grid-tile-border-radius: 25px;
    --grid-tile-padding: 17px;
    --grid-gutter: 15px;
  }
}

@media only screen and (max-width: 734px) {
  :root {
    --grid-tile-border-radius: 25px;
    --grid-gutter: 25px;
  }
}

html.text-zoom :root {
  --grid-tile-border-radius: 0;
}

.grid-container {
  display: grid;
  grid-template-columns: 21.7647058824rem 11.7647058824rem 21.7647058824rem;
  grid-auto-rows: 18.8235294118rem;
  grid-column-gap: var(--grid-gutter);
  column-gap: var(--grid-gutter);
  grid-row-gap: var(--grid-gutter);
  row-gap: var(--grid-gutter);
}

@media only screen and (max-width: 1068px) {
  .grid-container {
    grid-template-columns: 15.3529411765rem 8.2352941176rem 15.3529411765rem;
    grid-auto-rows: 226px;
  }
}

@media only screen and (max-width: 734px) {
  .grid-container {
    grid-template-columns: auto;
    grid-auto-rows: auto;
  }
}

html.no-enhance-deep-dive .grid-container {
  display: block;
  width: auto;
  max-width: none;
}

.grid-tile {
  box-sizing: border-box;
  padding: 0;
  border-radius: var(--grid-tile-border-radius);
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #000;
}

@media only screen and (max-width: 734px) {
  .grid-tile {
    box-sizing: border-box;
    max-width: 390px;
  }
}

html.no-enhance-deep-dive .grid-tile {
  border-radius: initial;
  max-width: none;
  width: auto;
  height: auto;
  overflow: initial;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1068px) {
  html.no-enhance-deep-dive .grid-tile {
    margin-bottom: 45px;
  }
}

@media only screen and (max-width: 734px) {
  html.no-enhance-deep-dive .grid-tile {
    border-bottom: 35px;
  }
}

@media only screen and (max-width: 374px) {
  html.no-enhance-deep-dive .grid-tile {
    width: 100%;
  }
}

@media only screen and (max-width: 734px) {
  .grid-tile-s-tall {
    height: 30.1176470588rem;
  }
}

.grid-tile-2-col-2-row {
  grid-column: auto/span 2;
  grid-row: auto/span 2;
}

@media only screen and (max-width: 734px) {
  .grid-tile-2-col-2-row {
    grid-column: auto;
    grid-row: auto;
  }
}

.grid-tile-1-col-1-row {
  grid-column: auto/span 1;
  grid-row: auto/span 1;
}

.grid-tile-2-col-1-row {
  grid-column: auto/span 2;
  grid-row: auto/span 1;
}

.grid-tile-3-col-1-row {
  grid-column: auto/span 3;
  grid-row: auto/span 1;
}

@media only screen and (max-width: 734px) {
  .grid-tile-2-col-1-row {
    grid-column: auto;
    grid-row: auto;
  }

  .grid-tile-3-col-1-row {
    grid-column: auto;
    grid-row: auto;
  }
}

.grid-tile-1-col-2-row {
  grid-column: auto/span 1;
  grid-row: auto/span 2;
}

@media only screen and (max-width: 734px) {
  .grid-tile-1-col-2-row {
    grid-column: auto;
    grid-row: auto;
  }
}

.grid-tile-content {
  position: relative;
  height: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 734px) {
  .features-header {
    left: 2%;
    right: 16%;
    bottom: 4%;
  }
}

html.no-enhance-deep-dive .grid-tile-content {
  padding: 0;
  width: 980px;
}

@media only screen and (max-width: 1068px) {
  html.no-enhance-deep-dive .grid-tile-content {
    width: 692px;
  }
}

@media only screen and (max-width: 734px) {
  html.no-enhance-deep-dive .grid-tile-content {
    margin-left: auto;
    margin-right: auto;
    width: 87.5%;
  }
}

.grid-tile-content .enhanced-xp {
  display: contents;
}

.section-hero {
  overflow: hidden;
  margin-top: -62px;
}

@media only screen and (max-width: 1068px) {
  .section-hero {
    margin-top: -51px;
  }
}

@media only screen and (max-width: 734px) {
  .section-hero {
    margin-top: 49px;
    margin-bottom: 44px;
  }
}

.section-hero .static-xp {
  display: none;
}

.section-hero .feature-headline {
  color: #cecece;
  max-width: 57.6470588235rem;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  pointer-events: none;
}

@media only screen and (max-width: 1068px) {
  @supports (padding: calc(max(0px))) {
    .section-hero .feature-headline {
      padding-left: calc(max(22px, env(safe-area-inset-left)));
      padding-right: calc(max(22px, env(safe-area-inset-right)));
    }
  }
}

@media only screen and (max-width: 734px) {
  .section-hero .feature-headline {
    text-align: center;
  }
}

.section-hero ul.list-images {
  margin-left: 0;
  list-style-type: none;
}

.section-hero ul.list-images ul {
  list-style-type: disc;
}

.section-hero ul.list-images ul ul {
  list-style-type: circle;
}

.section-hero ul.list-images ul ul ul {
  list-style-type: square;
}

.section-hero .hardware-container {
  margin-top: 92px;
  display: grid;
  grid-template: 1fr/1fr;
  align-items: center;
  justify-items: center;
  place-items: center;
}

@media only screen and (max-width: 1068px) {
  .section-hero .hardware-container {
    margin-top: 68px;
  }
}

@media only screen and (max-width: 734px) {
  .section-hero .hardware-container {
    margin-top: 38px;
    margin-bottom: 80px;
    overflow: hidden;
    align-items: unset;
    justify-items: unset;
    place-items: unset;
  }
}

.section-hero .hardware-container .video-wrapper {
  position: relative;
  z-index: 3;
  opacity: 1;
  grid-row: 1/1;
  grid-column: 1/1;
  transition: opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  height: 563px;
}

@media only screen and (max-width: 1068px) {
  .section-hero .hardware-container .video-wrapper {
    height: 452px;
  }
}

@media only screen and (max-width: 734px) {
  .section-hero .hardware-container .video-wrapper {
    height: 268px;
  }
}

.section-hero
  .hardware-container
  .video-wrapper:not(.loaded):not(.loading-error):not(.loading-disabled)
  .hardware-group {
  opacity: 1;
  pointer-events: all;
}

.section-hero .hardware-container .video-wrapper .hardware-group {
  opacity: 0;
  pointer-events: all;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  pointer-events: none;
}

.section-hero .hardware-container .video-wrapper.destroyed {
  opacity: 0;
}

@media only screen and (max-width: 734px) {
  .section-hero .hardware-container .video-wrapper {
    width: 100%;
    align-items: center;
    justify-items: center;
    place-items: center;
  }
}

.section-hero .hardware-container .video-wrapper .video-container {
  transition: opacity 0.3s linear;
}

@media only screen and (max-width: 734px) {
  .section-hero .hardware-container .video-wrapper .video-container {
    width: 1100px;
    height: 564px;
    margin: 0 auto;
    box-sizing: initial;
    position: relative;
  }
}

@media only screen and (max-width: 734px) and (max-width: 1068px) {
  .section-hero .hardware-container .video-wrapper .video-container {
    width: 784px;
    height: 452px;
  }
}

@media only screen and (max-width: 734px) and (max-width: 734px) {
  .section-hero .hardware-container .video-wrapper .video-container {
    width: 288px;
    height: 268px;
  }
}

@media only screen and (max-width: 734px) {
  .section-hero
    .hardware-container
    .video-wrapper
    .video-container:not(.loaded):not(.loading-error):not(.loading-disabled)
    .hardware-group {
    opacity: 1;
    pointer-events: all;
  }
}

@media only screen and (max-width: 734px) {
  .section-hero
    .hardware-container
    .video-wrapper
    .video-container
    .hardware-group {
    opacity: 0;
    pointer-events: all;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    pointer-events: none;
  }
}

.section-hero .hardware-container .video-wrapper .video-container.playing {
  opacity: 1;
}

.section-hero .hardware-container .video-wrapper .video-container.ended {
  opacity: 0;
}

.section-hero
  .hardware-container
  .video-wrapper
  .video-container.loading-disabled,
.section-hero
  .hardware-container
  .video-wrapper
  .video-container.media-timeout {
  display: none;
}

.section-hero
  .hardware-container
  .video-wrapper
  .video-container
  #hero-intro-video {
  position: relative;
  width: 1100px;
  height: 564px;
  z-index: 3;
}

@media only screen and (max-width: 1068px) {
  .section-hero
    .hardware-container
    .video-wrapper
    .video-container
    #hero-intro-video {
    width: 784px;
    height: 452px;
  }
}

@media only screen and (max-width: 734px) {
  .section-hero
    .hardware-container
    .video-wrapper
    .video-container
    #hero-intro-video {
    width: 288px;
    height: 268px;
  }
}

@media only screen and (max-width: 734px) {
  .section-hero
    .hardware-container
    .video-wrapper
    .video-container
    .hardware-group {
    width: 1100px;
    height: 564px;
  }
}

@media only screen and (max-width: 734px) and (max-width: 1068px) {
  .section-hero
    .hardware-container
    .video-wrapper
    .video-container
    .hardware-group {
    width: 784px;
    height: 452px;
  }
}

@media only screen and (max-width: 734px) and (max-width: 734px) {
  .section-hero
    .hardware-container
    .video-wrapper
    .video-container
    .hardware-group {
    width: 288px;
    height: 268px;
  }
}

.section-hero .hardware-container .hero-gallery-container {
  height: 563px;
  overflow: hidden;
  grid-row: 1/1;
  grid-column: 1/1;
  opacity: 0;
  transition: opacity 1s ease-in;
}

@media only screen and (max-width: 1068px) {
  .section-hero .hardware-container .hero-gallery-container {
    height: 452px;
  }
}

@media only screen and (max-width: 734px) {
  .section-hero .hardware-container .hero-gallery-container {
    height: 268px;
  }
}

.section-hero .hardware-container .hero-gallery-container.show {
  opacity: 1;
}

@media only screen and (max-width: 734px) {
  .section-hero .hardware-container .hero-gallery-container {
    transition: none;
    height: auto;
  }
}

.section-hero .hardware-container .hero-gallery-container .list-images {
  display: grid;
  grid-template: 1fr/1fr;
  align-items: center;
  justify-items: center;
  place-items: center;
}

@media only screen and (max-width: 734px) {
  .section-hero .hardware-container .hero-gallery-container .list-images {
    height: auto;
  }
}

.section-hero
  .hardware-container
  .hero-gallery-container
  .list-images
  .gallery-item {
  opacity: 0;
  grid-column: 1/1;
  grid-row: 1/1;
  transition: opacity 0.5s ease-in 0.5s;
}

.section-hero
  .hardware-container
  .hero-gallery-container
  .list-images
  .gallery-item.current {
  opacity: 1 !important;
}

.section-hero
  .hardware-container
  .hero-gallery-container
  .list-images
  .gallery-item.hide {
  opacity: 0 !important;
  transition: opacity 0.5s ease-in 0s;
}

html.no-enhance-page-xp-media .section-hero .hero-gallery-container {
  opacity: 1;
}

html.aow .main {
  padding-top: unset;
}

@media only screen and (max-width: 1068px) {
  html.aow .main {
    padding-top: unset;
  }
}

@media only screen and (max-width: 734px) {
  html.aow .main {
    padding-top: unset;
  }
}

html.aow .section-hero {
  margin-top: 32px;
}

@media only screen and (max-width: 734px) {
  html.aow .section-hero {
    margin-top: 44px;
    margin-bottom: 0;
  }
}

html.aow .section-hero .static-xp {
  display: flex;
  justify-content: center;
  margin-top: 88px;
}

@media only screen and (max-width: 1068px) {
  html.aow .section-hero .static-xp {
    margin-top: 70px;
  }

  html.aow.touch .section-hero .static-xp {
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
  }
}

@media only screen and (max-width: 734px) {
  html.aow .section-hero .static-xp {
    margin-top: 43px;
  }
}

@media only screen and (min-width: 735px) and (max-width: 784px) {
  html.aow .section-hero .static-xp .hardware-static {
    width: 100%;
    display: inline-flex;
    height: -moz-fit-content;
    height: fit-content;
  }

  html.aow .section-hero .static-xp .hardware-static img {
    width: 100%;
  }
}

html.aow .section-hero .enhanced-xp {
  display: none;
}

.section-hero-intro {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 10px;
  text-align: center;
  background-color: var(--kf-background-alt);
}

@media only screen and (max-width: 1068px) {
  .section-hero-intro {
    margin-top: 0;
    padding-top: 58px;
  }
}

@media only screen and (max-width: 734px) {
  .section-hero-intro {
    margin-top: 25px;
    padding-top: 52px;
    padding-bottom: 5px;
  }
}

.section-hero-intro .hero-headline {
  color: #cecece;
}

.section-hero-intro .hero-copy {
  color: #86868b;
}

@media only screen and (max-width: 1068px) {
  .section-hero-intro .hero-copy,
  .section-hero-intro .hero-headline {
    margin-top: 0.9em;
  }
}

@media only screen and (max-width: 734px) {
  .section-hero-intro .hero-copy,
  .section-hero-intro .hero-headline {
    margin: 0.24em auto;
    max-width: 235px;
  }
}

.section-hero-intro .hero-cta {
  margin-top: 36px;
  margin-bottom: 16px;
}

@media only screen and (max-width: 1068px) {
  .section-hero-intro .hero-cta {
    margin-bottom: 17px;
  }
}

@media only screen and (max-width: 734px) {
  .section-hero-intro .hero-cta {
    margin-top: 18px;
    margin-bottom: 16px;
  }
}

html.aow .section-hero-intro {
  margin-top: 0;
}

.section-features {
  color: #cecece;
  background-color: var(--kf-background-alt);
  margin-top: 50px;
  font-family: "SF Bold", Helvetica, Arial, sans-serif;
}

.section-features .features-container {
  margin: 0;
  padding: 0;
}

.section-features .grid-container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 57.6470588235rem;
}

@media only screen and (max-width: 1068px) {
  .section-features .grid-container {
    max-width: 40.7058823529rem;
  }

  .features-header h3 {
    font-size: 24px;
  }

  .feature-content h3 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 734px) {
  .section-features .grid-container {
    max-width: 22.9411764706rem;
    /* padding: 50px 0 80px; */
  }
}

@media only screen and (max-width: 382px) {
  .section-features .grid-container {
    width: 100%;
    max-width: 96%;
  }
}

.deep-dive-action-mode .dd-layout-txt-device-img-h.dd-content-no-gimbal {
  width: auto;
}

.section-main-camera {
  padding: 0;
  overflow: hidden;
  grid-template: 1fr/1fr;
}

.section-main-camera .grid-tile-content {
  padding: 0;
  grid-row: 1/1;
  grid-column: 1/1;
}

.section-main-camera .grid-tile-content .features-image-color-set {
  height: 100%;
  position: relative;
}

.section-main-camera
  .grid-tile-content
  .features-image-color-set
  .feature-color-image {
  position: absolute;
  top: 0;
}

@media only screen and (max-width: 734px) {
  .section-main-camera
    .grid-tile-content
    .features-image-color-set
    .feature-color-image
    picture,
  .section-main-camera
    .grid-tile-content
    .features-image-color-set
    .feature-color-image
    picture
    img {
    width: 100%;
  }
}

html.reduce-motion
  .section-main-camera
  .grid-tile-content
  .features-image-color-set
  .feature-color-image {
  top: -50px;
}

@media only screen and (max-width: 1068px) {
  html.reduce-motion
    .section-main-camera
    .grid-tile-content
    .features-image-color-set
    .feature-color-image {
    top: -37px;
  }
}

@media only screen and (max-width: 734px) {
  html.reduce-motion
    .section-main-camera
    .grid-tile-content
    .features-image-color-set
    .feature-color-image {
    top: 0px;
  }
}

.section-main-camera .grid-tile-content .gradient-overlay {
  width: 100%;
  height: 181px;
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), black);
  z-index: 3;
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
  .section-main-camera .grid-tile-content .gradient-overlay {
    height: 123px;
  }
}

@media only screen and (max-width: 380px) {
  .section-main-camera .grid-tile-content .gradient-overlay {
    height: 300px;
  }
}

.section-main-camera .grid-tile-content .feature-content {
  text-align: center;
  grid-row: 1/1;
  grid-column: 1/1;
  margin-bottom: 24px;
  z-index: 4;
}

@media only screen and (max-width: 1068px) {
  .section-main-camera .grid-tile-content .feature-content {
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 734px) {
  .section-main-camera .grid-tile-content .feature-content {
    margin-bottom: 38px;
  }
}

@media only screen and (max-width: 380px) {
  .section-main-camera .grid-tile-content .feature-content {
    text-align: center;
    justify-self: center;
    margin-left: 0;
    margin-bottom: 50px;
  }
}

html.no-enhance-deep-dive
  .section-main-camera
  .grid-tile-content
  .feature-content {
  margin-inline-start: 0;
}

html.enhance-page-xp-parallax .section-main-camera .feature-color-image,
html.enhance-page-xp-parallax .section-main-camera .feature-headline {
  transition-duration: 1s;
  transition-timing-function: ease;
  opacity: 0;
}

html.enhance-page-xp-parallax
  .section-main-camera
  .features-image-color-set.fade-in
  .feature-color-image {
  transform: translateY(-50px);
  opacity: 1;
}

@media only screen and (max-width: 1068px) {
  html.enhance-page-xp-parallax
    .section-main-camera
    .features-image-color-set.fade-in
    .feature-color-image {
    transform: translateY(-37px);
  }
}

@media only screen and (max-width: 734px) {
  html.enhance-page-xp-parallax
    .section-main-camera
    .features-image-color-set.fade-in
    .feature-color-image {
    transform: scale(1);
  }
}

html.enhance-page-xp-parallax
  .section-main-camera
  .features-image-color-set.fade-in
  .feature-headline {
  opacity: 1;
}

@media only screen and (max-width: 734px) {
  html.enhance-page-xp-parallax .section-main-camera .feature-color-image {
    transform: scale(1.2);
  }
}

.section-sizes {
  text-align: center;
}

@media only screen and (max-width: 734px) {
  .section-sizes {
    order: 8;
  }
}

html.no-enhance-deep-dive .section-sizes {
  margin-bottom: 0;
  padding: 49px 0 133px;
}

@media only screen and (max-width: 1068px) {
  html.no-enhance-deep-dive .section-sizes {
    padding: 44px 0 71px;
  }
}

@media only screen and (max-width: 734px) {
  html.no-enhance-deep-dive .section-sizes {
    padding: 77px 0 100px;
  }
}

html.no-enhance-deep-dive .section-sizes .enhanced-xp {
  display: block;
}

.section-sizes .grid-tile-content {
  padding: 0;
  width: 100%;
}

@media only screen and (max-width: 734px) {
  .section-sizes .grid-tile-content {
    align-content: center;
  }
}

.section-sizes .sizes-grid {
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 39px;
  column-gap: 39px;
  justify-content: center;
  align-items: end;
  transform: translateX(-1px);
}

@media only screen and (max-width: 1068px) {
  .section-sizes .sizes-grid {
    grid-column-gap: 20px;
    column-gap: 20px;
    transform: translateX(-6px);
  }
}

@media only screen and (max-width: 734px) {
  .section-sizes .sizes-grid {
    transform: none;
  }
}

html.no-enhance-deep-dive .section-sizes .sizes-grid {
  grid-column-gap: 97px;
}

@media only screen and (max-width: 1068px) {
  html.no-enhance-deep-dive .section-sizes .sizes-grid {
    grid-column-gap: 74px;
  }
}

@media only screen and (max-width: 734px) {
  html.no-enhance-deep-dive .section-sizes .sizes-grid {
    grid-template-columns: auto;
    grid-column-gap: 0;
    grid-row-gap: 50px;
  }

  html.no-enhance-deep-dive .section-sizes .sizes-grid .size {
    width: 320px;
  }
}

.section-sizes .fallback-hardware {
  display: none;
  transform: none;
  align-self: end;
  align-items: end;
  justify-items: center;
}

html.no-enhance-deep-dive .section-sizes .fallback-hardware {
  display: grid;
}

.section-sizes .feature-headline {
  text-align: center;
}

@media only screen and (max-width: 1068px) {
  .section-sizes .feature-headline {
    padding-bottom: 6px;
  }
}

/* start card drawer */
.cart-drawer {
  background-image: url("../assets/swiper/sliderbanner.webp ");
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  right: -100%;
  transition: right 0.9s ease;
}

.cart-drawer-right {
  right: -100%;
}

.cart-drawer-right.cart-drawer-open {
  background-image: url("../assets/swiper/sliderbanner.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  right: 0;
  width: 100%;
  height: 100vh !important;
  font-family: "SF Regular" "Arial, sans-serif" !important;
}

.cart-drawer-pushtoleft {
  right: 100%;
}

.cart-drawer,
.cart-drawer-push {
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.cart-btn {
  cursor: pointer;
  display: inline-block;
  font-size: 30px;
  background-color: #f60000;
  padding: 4px;
  border-radius: 50%;
}

.close-btn {
  cursor: pointer;
  position: absolute;
  right: 24%;
  left: 75.8%;
  bottom: 8%;
  z-index: 999;
  background-color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.close-icon {
  height: 40px;
  position: relative;
  left: 12px;
}

.view-more {
  position: absolute;
  overflow: hidden;
  color: white;
  bottom: 9%;
  right: 0%;
  left: 71%;
  font-family: "SF Regular", Helvetica, Arial, sans-serif !important;
}

.view-more-mobile {
  position: absolute;
  display: none;
  overflow: hidden;
  color: white;
  top: 88%;
  bottom: 6%;
  right: 4%;
  left: 75%;
  font-family: "SF Regular", Helvetica, Arial, sans-serif !important;
}

.card-button {
  background-color: #f60000 !important;
  padding: 7px 8px !important;
  line-height: 0px !important;
  border-radius: 4px !important;
  border-bottom: 1px solid red !important;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white !important;
  column-gap: 8px;
  font-size: 16px;
}

.arrow-icon {
  position: absolute;
  right: 58px;
  top: 25px;
}

.modal-body {
  display: flex;
  overflow: auto;
  white-space: nowrap;
  padding: 0 !important;
  margin: 0 !important;
}

.modal-content {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  background-color: black;
  margin-right: 0 !important;
}

.ps {
  height: 3px;
  position: absolute;
  width: 100%;
  z-index: 9999;
  max-width: 60%;
  left: 14.2%;
  right: 22%;
}

.icon-container-first {
  position: absolute;
  bottom: 2%;
  left: 92%;
  right: 12%;
  z-index: 3;
}

.icon-container {
  position: absolute;
  z-index: 3;
  justify-self: end;
  width: 100%;
  max-width: 12%;
  margin-bottom: 10px;
}

.icon-container-1 {
  position: absolute;
  z-index: 3;
  justify-self: end;
  width: 100%;
  max-width: 8%;
  margin-bottom: 10px;
}

.icon-container-2 {
  position: absolute;
  z-index: 3;
  justify-self: end;
  width: 100%;
  max-width: 4.5%;
  margin-bottom: 10px;
}

.br-class {
  display: none;
}

@media only screen and (max-width: 734px) {
  .icon-container-1 {
    max-width: 12%;
  }

  .icon-container-2 {
    max-width: 12%;
  }

  .icon-container-first {
    left: 88%;
  }
}

@media only screen and (max-width: 381px) {
  .features-header h3 {
    font-size: 20px;
  }

  .feature-content h3 {
    font-size: 20px;
  }

  .br-class {
    display: block;
  }

  .banner-br {
    display: none;
  }
}

.slider-container {
  display: flex;
  align-items: center;
  text-align: center;
  column-gap: 4rem;
}

.Content-section {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  align-items: center;
}

.progress-container {
  background: gray;
}

.progress-bar {
  background: white;
}

@media (prefers-color-scheme: dark) {
  html {
    background-color: #111;
    color: #fff;
  }
}

@media only screen and (max-width: 734px) {
  .view-more {
    display: none;
  }

  .view-more-mobile {
    display: block;
  }
}

.swiper-container {
  width: 100%;
}

.swiper-scrollbar-drag {
  background-color: white;
  position: relative;
}

.swiper-scrollbar-drag:before {
  content: "";
  background-color: white;
  position: relative;
  left: -99vw;
  top: 0;
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100vw;
  z-index: 999;
}

.swiper-scrollbar-lock {
  display: block !important;
}

.card-second-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  color: white;
  font-size: 24px;
  height: auto;
  width: 100%;
  max-width: 76%;
  margin: auto;
  padding: 12px 0px;
  font-family: "SF Regular", Helvetica, Arial, sans-serif !important;
}

.card-list {
  display: flex;
  column-gap: 20px;
  font-size: 18px;
  align-items: center;
  text-align: center;
}

.swiper-container {
  overflow: hidden !important;
}

.swiper-container-1 {
  overflow: hidden !important;
}

.swiper-container-2 {
  overflow: hidden !important;
}

.swiper-container-3 {
  overflow: hidden !important;
}

.swiper-container-4 {
  overflow: hidden !important;
}

.swiper-container-5 {
  overflow: hidden !important;
}

.swiper-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 630px) {
  .swiper-wrapper {
    width: 100%;
    will-change: transform;
    font-family: "SF Regular";
  }
}

@media (min-width: 260px) {
  .swiper-slide {
    width: 100%;
    overflow: hidden;
  }

  .swiper-slide.swiper-slide-active .slide-image,
  .swiper-slide.swiper-slide-duplicate-active .slide-image {
    transform: scale3d(1, 1, 1);
  }
}

@media (min-width: 768px) {
  .swiper-slide {
    width: 50%;
  }

  .swiper-slide.swiper-slide-next .slide-image,
  .swiper-slide.swiper-slide-prev .slide-image,
  .swiper-slide.swiper-slide-duplicate-next .slide-image,
  .swiper-slide.swiper-slide-duplicate-prev .slide-image {
    transform: scale3d(1, 1, 1);
  }
}

@media (min-width: 1024px) {
  .swiper-slide {
    width: 42%;
  }
}

@media only screen and (max-width: 620px) {
  .card-second-header {
    font-size: 20px;
    max-width: 92%;
  }

  .card-list {
    font-size: 14px;
    column-gap: 14px;
  }
}

@media only screen and (max-width: 920px) {
  .ps {
    left: 12%;
  }

  .close-btn {
    left: 75%;
  }
}

@media only screen and (max-width: 734px) {
  .ps {
    left: 18%;
  }

  .view-more-mobile {
    top: 88.6%;
  }

  .close-btn {
    left: 81%;
    bottom: 7.5%;
  }
}

@media only screen and (max-width: 474px) {
  .close-btn {
    left: 81.4%;
  }
}

@media only screen and (max-width: 430px) {
  .ps {
    left: 12%;
    max-width: 64%;
    bottom: 12% !important;
  }

  .close-btn {
    left: 80%;
    bottom: 9.6%;
  }

  .view-more-mobile {
    right: 1%;
    font-size: 14px;
  }
}

/* end progree bar section */

card-headers {
  font-family: "SF Regular";
}

@media (max-width: 1400px) {
  .view-more {
    left: 73%;
  }
  .card-button {
    padding: 6px 8px !important;
    font-size: 14px !important;
  }
  .card-second-header {
    font-size: 22px;
  }
  .swiper-backimg {
    width: 20px !important;
  }
  .close-btn {
    width: 30px;
    height: 30px;
    bottom: 8.2%;
  }
  .close-icon {
    height: 30px;
    left: 10px;
    width: 11px;
  }
}

@media (max-width: 992px) {
  .ridez-br {
    display: none;
  }
}

/* start swiper heading code */
.mobile-lord {
  display: none;
}
.swiper-main-container {
  width: 100%;
  max-width: 90%;
  margin: auto;
  height: 84%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: white;
}
.swiper-heading {
  text-align: center;
  margin: 8px 0px 20px 0px;
  text-align: center;
  background-color: red;
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 20px;
}
.swiper-content {
  width: 100%;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 30px;
}
.swiper-section {
  width: 100%;
  margin-top: 40px;
}
.swiper-icon img {
  width: 70px;
}
.swiper-section-2 {
  width: 100%;
  margin-top: 60px;
}
.swiper-containers-2 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
  width: 100%;
  flex-wrap: wrap;
  row-gap: 42px;
}
.swiper-icon-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 33%;
  row-gap: 24px;
}
.swiper-icon-2 img {
  width: 70px;
}
.tailored {
  width: 65px !important;
}
.custom-built {
  width: 60px !important ;
}
.Competitive {
  width: 60px !important;
}
.Data-collection {
  width: 66px !important;
}
.geofencing {
  width: 80px !important;
}
.swiper-containers {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
  width: 100%;
  flex-wrap: wrap;
  row-gap: 38px;
}
.swiper-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 25%;
  row-gap: 16px;
}
.swiper-section-head {
  font-size: 18px;
  line-height: 26px;
  font-family: "SF Regular" !important;
}
.bottom-svg-icon {
  background-color: white;
  width: 18px;
  height: 18px;
  padding: 5px;
  border-radius: 50%;
  position: relative;
  top: 72%;
  bottom: 5px;
  left: 0px;
}
.swiper-innertext {
  margin-bottom: 0px !important;
  line-height: 16px;
}
/* start fouth conatiner list */
.swiper-section-4 {
  width: 100%;
  margin-top: 26px;
}
.swiper-containers-4 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
  width: 100%;
  flex-wrap: wrap;
  column-gap: 50px;
}
.swiper-icon-4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 44%;
  row-gap: 14px;
}
.swiper-icon-4 strong {
  font-size: 28px;
}
.swiper-icon-4 img {
  width: 100px;
}
.lord {
  width: 300px !important;
}
.swiper-section-head-4 {
  font-size: 18px;
  line-height: 26px;
  font-family: "SF Regular" !important;
}
.cutting-edge {
  width: 65px !important;
}
.comprehensive {
  width: 56px !important;
}
.ecofriendly {
  width: 66px !important;
}
@media (max-width: 1570px) {
  .swiper-content {
    font-size: 16px;
    line-height: 20px;
  }
  .swiper-br {
    display: none;
  }
}
@media (max-width: 1400px) {
  .swiper-heading {
    font-size: 18px;
    padding: 8px 12px;
    border-radius: 4px;
    margin: 8px 0px 10px 0px;
  }
  .swiper-content {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .swiper-main-container {
    justify-content: flex-start;
    margin-top: 1rem;
    max-width: 94%;
  }
  .swiper-section {
    margin-top: 22px;
  }
  .swiper-containers {
    row-gap: 34px;
  }
  .swiper-section-head {
    font-size: 14px;
    line-height: 18px;
  }
  .swiper-icon {
    width: 24%;
    row-gap: 10px;
  }
  .swiper-icon img {
    width: 50px;
  }
  .geofencing {
    width: 55px !important;
  }
  .swiper-section-2 {
    margin-top: 30px;
  }
  .swiper-icon-2 {
    width: 30%;
    row-gap: 16px;
  }
  .custom-built {
    width: 42px !important;
  }
  .Charging-station {
    width: 45px !important;
  }
  .Data-collection {
    width: 52px !important;
  }
  .swiper-icon-2 img {
    width: 50px;
  }
  .cutting-edge {
    width: 44px !important;
  }
  .Genuine-Parts {
    width: 50px !important;
  }
  .comprehensive {
    width: 40px !important;
  }
  .ecofriendly {
    width: 50px !important;
  }
  .Competitive {
    width: 46px !important;
  }
  .swiper-section-4 {
    margin-top: 12px;
  }
  .swiper-section-4 strong {
    font-size: 20px;
  }
  .swiper-icon-4 {
    row-gap: 8px;
    width: 40%;
  }
  .swiper-icon-4 img {
    width: 42px;
  }
  .swiper-section-head-4 {
    font-size: 14px;
    line-height: 18px;
  }
  .lord {
    width: 128px !important;
  }
  .tailored {
    width: 46px !important;
  }
}
@media (max-width: 992px) {
  .swiper-main-container {
    width: 100%;
    max-width: 98% !important;
    height: 84%;
    justify-content: center;
  }
  .swiper-icon-4 {
    width: 96%;
  }

  .swiper-section {
    margin-top: 20px;
  }
  .swiper-containers {
    row-gap: 24px;
  }
  .geofencing {
    width: 62px !important;
  }
  .swiper-icon {
    width: 250px;
    row-gap: 12px;
  }
  .swiper-icon img {
    width: 50px;
  }
  .swiper-containers-2 {
    row-gap: 24px;
  }
  .swiper-icon-2 img {
    width: 50px;
  }
  .swiper-section-2 {
    margin-top: 20px;
  }
  .custom-built {
    width: 40px !important;
  }
  .swiper-section-head {
    font-size: 14px;
    line-height: 18px;
  }
  .Competitive {
    width: 50px !important;
  }
  .swiper-icon-2 {
    width: 250px;
    row-gap: 12px;
  }
  .swiper-content {
    width: 100%;
    font-size: 15px;
    line-height: 19px;
  }
  .swiper-heading {
    font-size: 16px;
  }
  .swiper-icon-4 img {
    width: 40px;
  }
  .lord {
    width: 120px !important;
  }
  .swiper-section-4 strong {
    font-size: 16px;
  }
  .tailored {
    width: 47px !important;
  }
}
@media (max-width: 710px) {
  .card-second-header {
    width: 100%;
    max-width: 91%;
  }
}
@media (max-width: 632px) {
  .card-logos {
    font-size: 3.6vw;
  }
  .swiper-main-container {
    width: 100%;
    max-width: 96% !important;
    justify-content: flex-start;
  }
  .swiper-section-head-4 {
    font-size: 12px;
    line-height: 14px;
  }
  .card-button {
    column-gap: 4px;
  }
}
@media (max-width: 590px) {
  .swiper-content {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .tailored {
    width: 40px !important;
  }

  .swiper-icon-2 {
    width: 50%;
    row-gap: 12px;
  }
  .swiper-containers {
    row-gap: 16px;
  }
  .swiper-icon-2 img {
    width: 40px;
  }
  .swiper-section-head {
    font-size: 13px;
    line-height: 16px;
  }
  .swiper-section-2 {
    margin-top: 16px;
  }
  .icon-br {
    display: none;
  }
  .custom-built {
    width: 42px !important;
  }
  .swiper-containers-2 {
    row-gap: 30px;
  }
  .swiper-section {
    margin-top: 0px;
  }
  .swiper-heading {
    font-size: 14px;
  }
  .swiper-icon {
    width: 50%;
    row-gap: 12px;
  }
  .swiper-icon img {
    width: 40px;
  }
  .geofencing {
    width: 48px !important;
  }
}
@media (max-width: 540px) {
  .swiper-icon-4 {
    width: 98%;
    row-gap: 6px;
  }
  .swiper-section-4 {
    margin-top: 0px;
  }
  .swiper-icon-4 img {
    width: 20px;
  }
  .lord {
    display: none;
  }
  .mobile-lord {
    display: block;
    width: 40px !important;
  }
  .swiper-containers-4 {
    row-gap: 20px;
  }
  .mobile-text {
    display: none;
  }
}
@media (max-width: 520px) {
  .swiper-content {
    font-size: 14px;
    line-height: 18px;
  }

  .swiper-heading {
    font-size: 14px;
    line-height: 18px;
  }
  .swiper-head-br {
    display: none;
  }
  .swiper-innertext {
    margin-bottom: 0px !important;
    line-height: 16px;
    font-size: 14px;
  }
  .swiper-li {
    margin-bottom: 10px;
  }
  .bottom-svg-icon {
    width: 14px;
    height: 14px;
    padding: 3px;
  }
  .swiper-main-container {
    height: 78%;
  }
  .section-features {
    margin-top: 30px;
  }
  .close-btn {
    bottom: 8.4%;
  }
  .card-button {
    padding: 4px 4px !important;
    font-size: 14px !important;
  }
  .cutting-edge {
    width: 36px !important;
  }
  .comprehensive {
    width: 48px !important;
  }
  .Genuine-Parts {
    width: 56px !important;
  }
  .ecofriendly {
    width: 40px !important;
  }
  .Quick {
    width: 45px;
  }
  .automated {
    width: 40px !important;
  }
}
@media only screen and (max-width: 450px) {
  .card-logos {
    font-size: 3.3vw;
    font-weight: 600;
  }
}
@media only screen and (max-width: 430px) {
  .close-btn {
    bottom: 10.2%;
  }
  .card-button {
    padding: 4px 4px !important;
    font-size: 12px !important;
  }
}
@media only screen and (max-width: 380px) {
  .close-btn {
    bottom: 9.6%;
  }
  .swiper-icon img {
    width: 30px;
  }
  .tailored {
    width: 30px !important;
  }
  .swiper-section-head {
    font-size: 11px;
    line-height: 14px;
  }
  .swiper-icon {
    width: 50%;
    row-gap: 8px;
  }
  .swiper-containers {
    row-gap: 10px;
  }
  .swiper-content {
    font-size: 13px;
    line-height: 16px;
  }
  .swiper-heading {
    font-size: 14px;
    line-height: 18px;
  }
  .geofencing {
    width: 36px !important;
  }
  .swiper-icon-2 img {
    width: 30px;
  }
  .section-features {
    margin-top: 30px;
  }
  .close-btn {
    bottom: 10.4%;
  }
  .Competitive {
    width: 48px !important;
  }
  .Charging-station {
    width: 40px !important;
  }
  .Data-collection {
    width: 45px !important;
  }
  .comprehensive {
    width: 36px !important;
  }
  .Genuine-Parts {
    width: 40px !important;
  }
  .Quick {
    width: 44px !important;
  }
  .automated {
    width: 40px !important;
  }
}
@media only screen and (max-width: 400px) {
  .card-second-header {
    font-size: 16px;
    max-width: 96%;
  }

  .card-list {
    column-gap: 8px;
  }
  nav ul li a,
  nav ul li a:visited {
    border-bottom: 1px solid #949494;
    font-size: 12px;
  }
}

@media only screen and (max-width: 360px) {
  .card-second-header {
    font-size: 14px;
  }

  .card-list {
    column-gap: 6px;
  }
  .ridezs-br {
    display: none;
  }
}
