.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: 72.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-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: 50%;
  left: 20.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;
}
.swipers-image {
  position: relative;
  left: 0%;
  top: 0%;
}
.swipers-image img {
  width: 100%;
}

.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;
}
.img-container img {
  height: 100vh;
  object-fit: contain;
}

.image {
  min-width: 100vw;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sectionid {
  min-width: 100vw;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.progress-container {
  background: gray !important;
}

.progress-bar {
  background: white !important;
}

.btn {
  color: #ffffff;
  padding: 0.8rem;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 4px;
  font-weight: 400;
  display: block;
  width: 100%;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
}

.btn:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

.cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cards_item {
  display: flex;
  padding: 1rem;
}

@media (min-width: 40rem) {
  .cards_item {
    width: 50%;
  }
}

@media (min-width: 56rem) {
  .cards_item {
    width: 33.3333%;
  }
}
/* card container style start */
.card-container {
  align-items: start;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 57.6470588235rem;
  margin-top: 50px;
}

.card {
  background-color: black;
  border-radius: 25px;
  color: white;
  padding: 40px 0px;
  text-align: center;
  height: auto;
  place-items: center;
  width: 100%;
}
.card img {
  width: 100%;
  max-width: 21%;
  margin-left: auto;
  margin-right: auto;
}
.cardss img {
  width: 100%;
  max-width: 24%;
  margin-left: auto;
  margin-right: auto;
}
.card-sustain img {
  width: 100%;
  max-width: 24%;
  margin-left: auto;
  margin-right: auto;
}
.cardss {
  background-color: black;
  border-radius: 25px;
  color: white;
  padding: 40px 0px;
  text-align: center;
  height: auto;
  place-items: center;
  width: 100%;
}
.card-sustain {
  background-color: black;
  border-radius: 25px;
  color: white;
  padding: 34px 0px;
  text-align: center;
  height: auto;
  place-items: center;
  width: 100%;
}
.cardss h3 {
  font-size: 1.5rem;
  margin-top: 1rem;
  font-family: "SF Regular", Helvetica, Arial, sans-serif;
}

.card-sustain h3 {
  font-size: 1.5rem;
  margin-top: 1rem;
  font-family: "SF Regular", Helvetica, Arial, sans-serif;
}
.card h3 {
  font-size: 1.5rem;
  margin-top: 1rem;
  font-family: "SF Regular", Helvetica, Arial, sans-serif;
}

@media (prefers-color-scheme: dark) {
  html {
    background-color: #111;
    color: #fff;
  }
}
@media only screen and (max-width: 1400px) {
  .card img {
    max-width: 16%;
  }
  .card-sustain img {
    max-width: 20%;
  }
  .cardss img {
    max-width: 20%;
  }
  .close-btn {
    width: 30px;
    height: 30px;
    bottom: 8.2%;
  }
  .close-icon {
    height: 30px;
    left: 10px;
    width: 11px;
  }
}
@media only screen and (max-width: 1068px) {
  .ps {
    left: 17.2%;
  }
  .close-btn {
    left: 68.8%;
    bottom: 7.6%;
  }
  .view-more {
    display: none;
  }
  .view-more-mobile {
    display: block;
  }
}

@media only screen and (max-width: 734px) {
  .card-container {
    max-width: 22.9411764706rem;
    flex-wrap: wrap;
  }
  .card img {
    max-width: 12%;
  }
  .cardss img {
    max-width: 15%;
  }
  .card-sustain img {
    max-width: 17%;
  }

  .card h3 {
    font-size: 21px;
  }
  .card-sustain h3 {
    font-size: 21px;
  }
  .cardss h3 {
    font-size: 21px;
  }
}
@media only screen and (max-width: 382px) {
  .card-container {
    width: 100%;
    max-width: 96%;
  }
  .card h3 {
    font-size: 20px;
  }
  .cardss h3 {
    font-size: 20px;
  }
  .card-sustain h3 {
    font-size: 20px;
  }
}

.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;
}
.swipers-sliders-containers {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: start !important;
}
.swipers-icons {
  width: 50%;
}
.white-arrow {
  width: 10%;
}
.slide-text-content {
  font-size: 20px;
  line-height: 26px;
  width: 30%;
  color: white;
  text-align: start !important;
}
.swipers-images {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  column-gap: 20px;
}

.card-second-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  color: white;
  font-size: 24px;
  padding: 12px 0px;
  height: 8vh;
}
.card-list {
  display: flex;
  column-gap: 20px;
  font-size: 18px;
  align-items: center;
  text-align: center;
}
.swiper-content {
  background-color: #f60000;
  padding: 12px 60px;
  border-radius: 8px;
  color: white;
  font-size: 26px;
  line-height: 34px;
}
@media only screen and (max-width: 1400px) {
  .card-second-header {
    font-size: 22px;
    height: 8vh;
  }
  .card-button {
    padding: 6px 8px !important;
    font-size: 14px !important;
  }
  .swipers-icons {
    width: 54%;
  }
  .slide-text-content {
    font-size: 15px;
    line-height: 20px;
    width: 26%;
  }
  .swiper-sec-br {
    display: none;
  }
  .swiper-content {
    padding: 6px 10px;
    border-radius: 4px;
    color: white;
    font-size: 20px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 620px) {
  .card-second-header {
    font-size: 20px;
  }
  .card-list {
    font-size: 14px;
    column-gap: 14px;
  }
  .card-button {
    padding: 4px 6px !important;
    font-size: 13px !important;
    column-gap: 4px !important;
  }
  .arrow-img {
    width: 14px;
    height: 14px;
    padding: 3px !important;
  }
  .swiper-content {
    background-color: #f60000;
    padding: 6px 10px;
    border-radius: 4px;
    color: white;
    font-size: 18px;
    line-height: 22px;
  }
  .swiper-slider-containers {
    row-gap: 1rem !important;
  }
  .slide-content {
    font-size: 14px;
    line-height: 18px;
  }
  .slide-text-content {
    font-size: 14px;
    line-height: 16px;
    width: 30%;
  }
  .slide-content {
    font-size: 16px !important;
    line-height: 18px !important;
  }
}

@media only screen and (max-width: 400px) {
  .card-second-header {
    font-size: 18px;
  }
  .card-list {
    column-gap: 8px;
  }
  .card-button {
    font-size: 13px !important;
  }
  .swiper-content {
    background-color: #f60000;
    padding: 12px 10px;
    border-radius: 8px;
    color: white;
    font-size: 16px;
    line-height: 20px;
  }
  .card-logos {
    font-size: 4.2vw !important;
  }
}
@media only screen and (max-width: 360px) {
  .card-second-header {
    font-size: 16px;
  }
  .card-list {
    column-gap: 6px;
  }
}
@media only screen and (max-width: 920px) {
  .ps {
    left: 12%;
  }
  .close-btn {
    left: 65%;
  }
}
@media only screen and (max-width: 734px) {
  .ps {
    left: 9%;
    bottom: 12% !important;
  }
  .view-more-mobile {
    top: 86.6%;
  }
  .close-btn {
    bottom: 9.4%;
  }
}
@media only screen and (max-width: 474px) {
  .close-btn {
    left: 64%;
    bottom: 10.2%;
  }
}
@media only screen and (max-width: 430px) {
  .ps {
    left: 6%;
  }
  .close-btn {
    left: 62%;
  }
  .view-more-mobile {
    right: 1%;
    font-size: 14px;
  }
}
.card-headers {
  font-family: "SF Regular";
}
.swiper-heading {
  width: 100%;
  font-weight: 600;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: start;
}
.line-after {
  color: white;
  font-size: 22px;
}
.swiper-main-container {
  width: 100%;
  height: 82%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  row-gap: 4rem;
}
.swiper-slider-container {
  display: flex;
  text-align: start;
  width: 100%;
  justify-content: space-around;
  align-items: center;
}
.swiper-slider-containers {
  display: flex;
  text-align: start;
  flex-direction: column;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  max-width: 90%;
}

.swiper-slider-container-1 {
  display: flex;
  flex-direction: column;
  text-align: start;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  row-gap: 4rem;
}
.swiper-icon {
  width: 100%;
  max-width: 60%;
}
.swiper-images {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  position: relative;
  left: 10%;
  right: 10%;
}
.swiper-images-1 {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  position: relative;
  left: 18%;
  right: 18%;
}
.swiper-images img {
  width: 100%;
  height: auto;
}
.swiper-images-1 img {
  width: 100%;
  height: auto;
}

.swiper-image {
  display: flex;
  flex-direction: column;
}
.swiper-image-1 {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}

.slide-content {
  text-align: start !important;
  font-size: 22px;
  color: white;
  line-height: 28px;
  font-weight: 400;
  margin-top: 12px;
  font-family: "SF Regular", Helvetica, Arial, sans-serif !important;
}
.swiper-slide-first-part {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  row-gap: 4rem;
}
.swiper-text {
  font-size: 18px;
  color: white;
  line-height: 22px;
  margin-top: 15px;
  font-weight: 400;
}

@media (max-width: 1400px) {
  .swiper-images {
    left: 10%;
    right: 10%;
  }
  .swiper-images img {
    max-width: 80%;
  }
  .swiper-images-1 {
    left: 28%;
    right: 28%;
  }
  .swiper-images-1 img {
    max-width: 80%;
  }
  .swiper-icon {
    width: 100%;
    max-width: 48%;
  }
  .slide-content {
    font-size: 18px;
    line-height: 20px;
    margin-top: 8px;
  }
  .swiper-main-container {
    height: 80%;
  }
  .view-more {
    left: 73%;
    /* top: 88%; */
  }
}
@media (max-width: 1024px) {
  .swiper-images {
    left: 16%;
    right: 8%;
  }
  .swiper-images-1 {
    left: 8%;
    right: 8%;
  }
  .slide-content {
    font-size: 18px;
    color: white;
    line-height: 20px;
    font-weight: 500;
    margin-top: 8px;
  }
}
@media (max-width: 770px) {
  .swiper-main-container {
    max-width: 94%;
  }
  .swiper-icon {
    width: 70px;
  }
  .swiper-text {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 992px) {
  .features-br {
    display: none;
  }
  .ridez-br {
    display: none;
  }
}
@media (max-width: 767px) {
  .swiper-icon {
    width: 80px;
  }
  .swiper-text {
    font-size: 13px;
    line-height: 16px;
  }
  .Footerimg {
    margin-bottom: 0rem;
  }
  .Footerimgs {
    margin-bottom: 4px;
  }
  .swiper-main-container {
    height: 74%;
  }
}
@media only screen and (max-width: 480px) {
  .swiper-slide-first-part {
    row-gap: 10rem;
  }
  .Footericon h5 {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .delivery-content {
    font-size: 12px;
    margin-bottom: 6px !important;
    line-height: 16px;
  }
  .Footerimg {
    width: 42px;
  }
  .Footerimgs {
    width: 46px;
  }
}
@media (max-width: 410px) {
  .swiper-icon {
    width: 70px;
  }
  .swiper-text {
    font-size: 12px;
    line-height: 16px;
    margin-top: 4px;
  }
}
@media only screen and (max-width: 620px) {
  .line-after {
    font-size: 18px;
  }
}
/* six conatiner style */
.swiper-containers {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  width: 100%;
  height: 75vh;
}
.swiper-main-images {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.slide-main-heading {
  color: white;
  font-size: 26px;
  font-weight: 600;
  margin-top: 10px;
}
.swiper-image-content {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.slide-main-content {
  color: white;
  font-size: 26px;
  font-weight: 600;
  margin-top: 10px;
}
.swiper-slider-containers {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.row-images {
  width: 100%;
  max-width: 60%;
}
/* swiper six container */
.swiper-slide-5 {
  width: 100%;
  height: 77vh;
  display: flex;
  justify-content: 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%;
}
@media (max-width: 1400px) {
  .swiper-slider-containers {
    row-gap: 1.4rem !important;
  }
}
@media (min-width: 630px) {
  .swiper-wrapper {
    width: 100% !important;
    will-change: transform !important;
    font-family: "SF Regular" !important;
  }
}

@media (min-width: 260px) {
  .swiper-slide {
    width: 100% !important;
    overflow: hidden !important;
  }

  .swiper-slide.swiper-slide-active .slide-image,
  .swiper-slide.swiper-slide-duplicate-active .slide-image {
    transform: scale3d(1, 1, 1) !important;
  }
}

@media (min-width: 768px) {
  .swiper-slide {
    width: 60% !important;
  }

  .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) !important;
  }
}

@media (min-width: 1024px) {
  .swiper-slide {
    width: 48% !important;
  }
}
