.we-wrap {
  padding: 0 0 70px;
}
.car-profiles {
  padding: 70px 0;
}
.car-section {
  /* margin: 70px 0 0; */
  cursor: pointer;
  position: relative;
}

.car-section img {
  border-radius: 25px;
}
.car-section .car-content {
  position: absolute;
  left: 100px;
  top: 50%;
  transform: translateY(-50%);
}
.car-section .car-content .title {
  font-size: 64px;
  font-family: 'Gotham-Bold';
  color: #000;
}
.car-section button {
  position: absolute;
  right: 50px;
  bottom: 50px;
  background-color: #e1f0ff;
  border: 1px solid #e1f0ff;
  color: #0a457f;
  font-family: 'Changan-Bold';
  padding: 10px 20px;
  font-size: 14px;
  transition: 0.3s ease;
}
/* .car-section button:hover {
  color: #fff;
  background-color: #004483c7;
} */
.car-section button:focus {
  box-shadow: none;
}
.video-wrap {
  border-radius: 25px;
  overflow: hidden;
  position: relative;
}
.car-version-types {
  background-image: url('../images/bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  /* background: url('/public/website/images/bg.png') no-repeat center / cover; */
  /* height: 0; */
  overflow: hidden;
  /* margin-bottom: 60px; */
  display: none;
  transition: height 0.3s ease-in;
}
.car-version-types.open {
  /* height: 100vh; */
  transition: height 0.3s ease-in;
  display: block;
  padding-bottom: 70px;
}
.iti {
  width: 100% !important;
}
.iti input {
  font-family: 'Changan-Light';
  font-size: 16px;
  color: #9d9d9d;
  background: transparent;
  width: 100% !important;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  padding: 10px 16px;
}
.iti__country-list {
  max-width: 250px !important;
}
.iti--separate-dial-code .iti__selected-dial-code {
  font-family: 'Changan-Light';
  font-size: 16px;
}
.about-section {
  padding: 0;
  position: relative;
}
.about-section .inner {
  text-transform: uppercase;
  background: black;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  padding: 40px;
  text-align: center;
  /* max-width: 485px; */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.about-section h2 {
  font-size: 37px;
  font-weight: normal;
  line-height: 45px;
  margin-bottom: 35px;
  text-transform: uppercase;
  position: relative;
  font-family: 'Gotham-Bold';
}
.about-section h2::after {
  background: #fff;
  content: '';
  display: block;
  height: 3px;
  margin: 15px 0 0;
  width: 100%;
}
.about-section p {
  margin-bottom: 30px;
  font-size: 13px;
}

.about-page .container p {
  font-family: 'Gotham-Light';
  font-size: 16px;
  margin-bottom: 15px;
  max-width: 1200px;
  margin-inline: auto;
}

.btn-white {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 25px;
}
.btn-white:hover {
  background: #fff;
}
.heritage {
  background-image: url('../images/heritage-2.jpeg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  padding: 0;
  min-height: 100%;
}
/* .heritage::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
} */
.heritage .container {
  background-color: #0000007a;
  padding: 75px 15px;
}

.elaf-section {
  background-image: url('../images/elaf-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 15px;
  padding: 0;
  min-height: 100%;
  display: flex;
  align-items: center;
}
.elaf-section .container {
  max-width: 900px;
  text-align: center;
  color: #fff;
  padding: 60px 15px;
}
.heritage .container h2,
.elaf-section .container h2 {
  font-size: 28px;
}
.heritage .container p,
.elaf-section .container p {
  font-family: 'Changan-Light';
  font-size: 16px;
  margin-bottom: 15px;
  color: #fff;
}
.swiper-button-prev,
.swiper-button-next {
  color: #004383 !important;
  width: 35px !important;
  height: 35px !important;
  background-color: #fff !important;
  border-radius: 50px !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 18px !important;
}
.swiper-pagination-bullet-active {
  background-color: #004383 !important;
}
.list-cars-series .swiper-pagination {
  bottom: -19px !important;
}
.list-cars-series {
  position: initial !important;
}
.list-cars-series .swiper-button-next {
  right: -33px !important;
  top: 58% !important;
}
.list-cars-series .swiper-button-prev {
  left: -33px !important;
  top: 58% !important;
}
.btn:focus {
  box-shadow: none;
}
.swiper-slide-1 {
  width: 215.25px;
  margin-right: 20px;
}
.btn-anchor.border {
  border: 1px solid #0a457f !important;
}
.download-btn {
  border-radius: 35px;
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  height: auto;
  font-size: 13px;
  font-family: 'Changan-Regular';
  width: 100%;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type='text'],
.iti--allow-dropdown input[type='tel'],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type='text'],
.iti--separate-dial-code input[type='tel'] {
  padding-left: 90px !important;
}
.form-select:focus {
  box-shadow: none;
}
body.mt-70 {
  margin-top: 70px;
}
body.mt-100 {
  padding-top: 100px;
}
