.banner-slider-wrapper {
  grid-column-gap: 50px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 110px 15px 80px 11%;
  display: flex;
}

.right-arrow-slider {
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.left-arrow-slider {
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
}

.home-banner-section {
  background-color: var(--black);
  height: 100vh;
  margin-top: 0;
  position: relative;
  overflow: hidden;
}

.home-banner-section.home-two {
  background-color: var(--white);
  border-bottom: 1px solid #0000004d;
  align-items: flex-start;
  display: flex;
}

.home-banner-section.home-three {
  background-image: linear-gradient(#0009, #fff0), url('https://xpeng-uae.com/images/pexels-abdulwahab-alawadhi-12226220_2pexels-abdulwahab-alawadhi-12226220.webp');
  background-position: 0 0, 50% 90%;
  background-size: auto, cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 730px;
  padding-top: 160px;
  padding-bottom: 80px;
  display: flex;
  overflow: hidden;
}

.home-banner-section.section-home {
  cursor: auto;
}

.home-banner-slider {
  background-color: #0000;
  height: 100vh;
  min-height: 750px;
}

.home-slide-one {
  background-image: linear-gradient(#00000080, #00000080), url('https://xpeng-uae.com/images/p7-front-1.jpg');
  background-position: 0 0, 10%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 790px;
}

.home-buttons-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  margin-top: 0;
  display: flex;
}

.home-buttons-wrapper.home-three {
  margin-top: 0;
}

.banner-left-arrow {
  color: var(--white-50);
  background-color: #0000;
  background-position-x: 50%;
  justify-content: center;
  align-items: flex-start;
  width: 60px;
  height: 60px;
  display: flex;
  inset: auto auto 0% 0%;
}

.banner-left-arrow:hover {
  color: var(--primary);
}

.banner-left-arrow.newnone {
  display: none;
}

.banner-right-arrow {
  color: var(--white);
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  width: 60px;
  height: 60px;
  transition: all .3s;
  display: flex;
  inset: auto auto 0% 60px;
}

.banner-right-arrow:hover {
  color: var(--primary);
}

.banner-right-arrow.newnone {
  display: none;
}

.home-slide-two {
  background-image: url('https://xpeng-uae.com/images/Xpeng_G9.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.home-slidefull {
  z-index: 1;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('https://xpeng-uae.com/images/Xpeng_G6.jpg');
  background-position: 30% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 100vh;
}

.home-slide-three {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('https://xpeng-uae.com/images/XPENG_Range.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100%;
}

.home-slide-four {
  z-index: 1;
  background-image:  url('https://www.xpeng-uae.com/images/XP_Limited_Offer.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size:  cover;
  height: 100vh;
}

.home-banner-title {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.2em;
}




.swiper {
  width: 100%;
  height: 100vh;
}

.slide-bg {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: repeat, no-repeat;
}

.slide-content {
  text-align: left: ;
  background: transparent;
  padding: 20px 40px;
  border-radius: 10px;
  color: #fff;
  position: absolute;
  top: 25%;
  left: 15%;
}

.slide-content h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
    color: #ffffff;
    font-weight: 700;
}

.slide-content button {
    padding: 10px 20px;
    font-size: 0.8rem;
    background-color: transparent;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #fff;
    padding: 0.5rem 2.6rem;
}
.slide-content .cta-button {
    padding: 10px 20px;
    font-size: 0.8rem;
    background-color: transparent;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #fff;
    padding: 0.5rem 2.6rem;
}
.slide-content .cta-button:hover {
    background: #ffffff;
    color: #000000;
     border: 1px solid #fff !important;
}
.slide-content button:hover {
    background: #ffffff;
    color: #000000;   
}
/* Hide arrows */
/*.swiper-button-next,
.swiper-button-prev {
  display: none !important;
}*/
/* Center the pagination */
.swiper-pagination {
  bottom: 30px !important;
  text-align: center;
}
/* Style bullets as hyphens */
.swiper-pagination-bullet {
  width: 20px;
  height: 4px;
  background-color: #ccc; /* Default color */
  border-radius: 0;
  opacity: 1;
  margin: 0 6px !important;
  transition: background-color 0.3s ease;
  border-radius: 10px;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
     left: 50% !important;
}

/* Active bullet style */
.swiper-pagination-bullet-active {
  background-color: #FFFFFF; /* Active color */
  width: 40px;
}
.hero-slide-one {
  background-image:  linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/XPENG_Range.jpg');  
}
.hero-slide-two {
  background-image:  linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/Xpeng_G6.jpg');
}
.hero-slide-three {
  background-image:  linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/Xpeng_G9.jpg');
}
.hero-slide-four {
  background-image:  linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/XP_Limited_Offer.png');
}
.slide-content p {
    font-size: 16px;
    font-weight: 100;
    padding-bottom: 1rem;
    color: #FFFFFF;
}
.slide-content .icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    font-size: 1em;
    vertical-align: -.15em;
    fill: currentColor;
    overflow: hidden;
}
.car-selector {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}
.car-tab {
    font-size: 1.25rem;
    color: #000;
    opacity: .2;
    font-weight: 400;
    padding-left: 2.08333333rem;
    padding-right: 2.08333333rem;
    line-height: 1.2;
    cursor: pointer;
    font-family: Basis Grotesque, sans-serif;
}
.car-tab.active {
    opacity: 1;
}
.cta-button {
  display: inline-block;
  background-color: #000000;
  color: #fff;
  padding: 12px 48px;
  border-radius: 4px;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s ease;
}

.cta-button:hover {
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #000000;
}
.swiper-container-2 .swiper-slide {
    width: 65vw;
}
.index-module__title-wrapper--P92u\+UNE {
    position: absolute;
    bottom: 2rem;
}
section.home-feature {
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .hero-slide-one {
      background-image:  linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/XPENG_Range_Mobile.jpg');  
    }
    .hero-slide-two {
      background-image:  linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/Xpeng_G6_mobile.jpg');
    }
    .hero-slide-three {
      background-image:  linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/Xpeng_G9_Mobile.jpg');
    }
    .hero-slide-four {
      background-image:  linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/Limited_Offer_mobile.jpg');
    }
    .swiper-button-next,.swiper-button-prev {
      display: none !important;
    }
    .slide-content .cta-button {
        font-size: 1.4rem;
        padding: 0.8rem 2.6rem;
        font-weight: 100;
    }
}