.vehicle {
  padding-top: var(--header-height);
}

.vehicle__banner {
  position: relative;
  background-image: url("../images/aion-v/banner-aion-v-mobile.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: calc(540px - var(--header-height));
}

.vehicle__banner-image {
  width: 100%;
  height: calc(484px - var(--header-height));
  object-position: center;
  object-fit: cover;
  display: block;
}

.vehicle__banner-img-white {
  display: block;
  width: 100%;
  height: auto;
}
.vehicle__banner-img-black {
  display: none;
}

.vehicle__banner-img-container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0%;
}

.vehicle__banner-title {
  font-size: clamp(18px, 4vw, 34px);
  color: var(--secondary-color);
  text-align: center;
  margin-top: 0.5rem;
  font-weight: 500;
}

/* PRECIOS */
.vehicle__specs,
.vehicle__pricing {
  background-color: black;
  color: white;
  padding-inline: 1rem;
}

.vehicle__specs {
  padding-top: 3rem;
  padding-bottom: 2rem;
  text-align: center;
}

.vehicle__specs-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 1rem;
}

.vehicle__spec-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.vehicle__spec-title {
  font-size: clamp(32px, 4vw, 40px);
  font-weight: 700;
}

.vehicle__spec-desc {
  font-size: clamp(16px, 2vw, 20px);
}

.vehicle__pricing {
  padding-block: 1rem;
  text-align: center;
}

.vehicle__pricing-content {
  /* border-block: 1px solid var(--secondary-color); */
  padding-block: 1rem;
  display: flex;
  justify-content: center;
}
.vehicle__pricing-content-border-top {
  border-top: 1px solid var(--secondary-color);
}
.vehicle__pricing-content-border-bottom {
  border-bottom: 1px solid var(--secondary-color);
}

.vehicle__price {
  display: flex;
  flex-direction: column;
  max-width: max-content;
  text-align: left;
  color: var(--secondary-color);
  font-size: 18px;
  font-weight: 700;
}

.vehicle__price-value {
  font-size: 32px;
  font-weight: 700;
}

.vehicle__actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1rem;
}

.vehicle__action-link {
  width: 100%;
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  background-color: #e84e0f;
  color: var(--primary-color);
  cursor: pointer;
}

.vehicle__action-link-black {
  background-color: var(--primary-color);
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
}

/* CAR */
.vehicle__test {
  background-image: url("../images/aion-v/extraordinario-v-mobile.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  /* height: 793px; */
  padding-top: 12rem;
  position: relative;
}

.vehicle__test-title {
  background-color: #f1da70;
  padding-inline: 1rem;
  font-size: clamp(25px, 5vw, 70px);
  font-weight: 700;
  line-height: 40px;
  position: relative;
  z-index: 2;
  color: var(--primary-color);
  /* background-color: #F1DA70; */
  padding-inline: 1rem;
  max-width: max-content;
}
.vehicle__test-subtitle {
  font-size: clamp(30px, 5vw, 64px);
  font-weight: 700;
  /* padding-inline: 1rem; */
  color: var(--primary-color);
}

.vehicle__test-content {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-inline: 1rem;
  padding-bottom: 2rem;
}

.vehicle__test-description {
  font-size: 16px;
  color: var(--primary-color);
}

.vehicle__test-descriptio-bold {
  font-weight: 600;
}

.vehicle__test-button-container {
  width: 100%;
  display: flex;
}

.vehicle__test-button {
  width: 100%;
  padding: 16px 40px;
  font-size: 16px;
  background-color: var(--primary-color);
  text-align: center;
  text-decoration: none;
  color: var(--secondary-color);
}
.vehicle__referen {
  text-align: center;
  color: var(--secondary-color);
  font-size: 14px;
  margin-top: 0.5rem;
}
/* slaider images */

/* details */
.info__details {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  padding-block: 2rem 3rem;
  padding-inline: 1rem;
}
.info__detail {
  flex: 1;
}
.info__intro {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.info__title {
  font-size: clamp(32px, 4vw, 40px);
  font-weight: 700;
}

.info__description {
  font-size: 16px;
  font-weight: 400;
}

.info__image {
  width: 100%;
  display: block;
  height: auto;
  max-width: 650px;
  object-fit: cover;
  object-position: center;
}

.info__images-mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.info__details-group,
.info__detail,
.info__details-column {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.info__details-column,
.info__details-group,
.info__content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.info__detail-title {
  font-size: 24px;
  font-weight: 700;
}

.info__images-desktop {
  display: none;
}

/* FEATURE */
.feature {
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.feature h2 {
  font-size: clamp(32px, 4vw, 40px);
  font-weight: 700;
}
.feature p {
  font-size: clamp(16px, 4vw, 18px);
  font-weight: 500;
}

/* VIDEO */
.video {
  position: relative;
  width: 100%;
  min-height: 200px;
  aspect-ratio: 16/9;
}
.video__normal{
  position: sticky;
  aspect-ratio: auto;
  max-height: max-content;
}
.video__normal .video__iframe{
  width: 100%;
  pointer-events: auto;
  object-fit: fill;
  height: max-content;
  
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.video__iframe {
  width: 100vw;
  min-height: 200px;
  aspect-ratio: 16/9;
  pointer-events: none;
  object-fit: cover;
}
/* features */

/* accordion */

.capitalize {
  text-transform: capitalize;
}

.fade-in {
  opacity: 1;
  transition: opacity 0.5s;
}
.fade-out {
  opacity: 0;
  transition: opacity 0.5s;
}

/* BLOGS */
@media (min-width: 500px) {
  .vehicle__test {
    background-position: center;
  }
  .vehicle__banner-img-container {
    bottom: -10%;
  }
}

@media (min-width: 600px) {
  .vehicle__banner {
    background-image: url("../images/aion-v/banner-aion-v.webp");
    height: calc(900px - var(--header-height));
    background-position: center 80%;
  }
}
@media (min-width: 600px) and (max-width: 1050px) {
  .vehicle__banner-img-container {
    bottom: -2%;
  }
  .vehicle__banner-img-white {
    max-width: 250px;
  }
  .vehicle__banner-title {
    font-size: 30px;
  }
}
@media (min-width: 1050px) {
  .vehicle__banner-gradient {
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
    height: 40px;
    width: 100%;
    position: absolute;
    bottom: 0;
  }
  .vehicle__banner-img-container {
    left: 50%;
    top: 3%;
    height: max-content;
    display: flex;
  }
  .vehicle__banner-img-black {
    display: block;
  }
  .vehicle__banner-img-white {
    display: none;
  }

  .vehicle__banner-title {
    display: flex;
    align-items: end;
    text-align: start;
    color: var(--secondary-color);
    margin-top: 0;
  }

  /* PRECIOS */

  .vehicle__specs-container {
    flex-direction: row;
    justify-content: space-evenly;
    gap: 2rem;
  }

  .vehicle__pricing-container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  }

  .vehicle__pricing-content {
    border: none;
  }

  .vehicle__pricing {
    margin-top: 2rem;
  }

  .vehicle__pricing-content {
    padding: 0;
  }

  .vehicle__action-link {
    width: max-content;
    max-height: max-content;
  }

  /* CAR */
  .vehicle__test {
    background-image: url("../images/aion-v/extraordinario-v.webp");
    /* height: 685px; */
    padding-top: 6rem;
    position: relative;
    display: flex;
    align-items: end;
    flex-direction: column;
  }

  .vehicle__test-title {
    padding-inline: 0;
    background-color: #f1da70;
    padding-block: 0.5rem;
    padding-inline: 2rem 80px;
  }
  .vehicle__test-subtitle {
    margin-top: 0.5rem;
    padding-inline: 0;
  }
  .vehicle__test-container {
    /* max-width: 574px; */
    flex-direction: column;
    display: flex;
    align-items: end;
  }

  .vehicle__test-content {
    /* margin-top: 3rem; */
    max-width: 522px;
    padding-inline: 0;
    margin-right: 80px;
    padding-bottom: 2rem;
  }

  .vehicle__test-button {
    max-width: max-content;
    cursor: pointer;
  }

  /* slaider images */

  /* details */
  .info__details {
    display: flex;
    gap: 2rem;
    padding-inline: 3rem;
    padding-bottom: 5rem;
  }

  .info__content,
  .info__images-desktop {
    flex: 1;
  }

  .info__images-mobile {
    display: none;
  }

  .info__images-desktop {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .info__image {
    max-width: 650px;
  }
  .info__details-group,
  .info__content {
    gap: 5rem;
  }

  .info__details-column {
    flex-direction: row;
  }
  /* FEATURES SLIDER */
  .feature {
    padding: 2rem;
  }
  /* VIDEO */
  .video {
    max-height: calc(100vh - var(--header-height));
    height: auto;
  }
  .video__iframe {
    /* height: 750px; */
    max-height: calc(100vh - var(--header-height));
  }
  .video__normal{
    margin-top: 3rem;
  }
  .video__normal, .video__normal .video__iframe{
    max-height: 800px;
  } 

  /* features */
}
