.vehicle {
  padding-top: var(--header-height);
}

.vehicle__banner {
  position: relative;
  background-image: url("../images/EmkoHev/img-header-Emkoo-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-container {
  position: absolute;
}

.vehicle__banner-img-white {
  display: block;
  width: 100%;
  height: auto;
}

.vehicle__banner-img-container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0%;
}

.vehicle__banner-title,
.vehicle__banner-subtitle {
  font-size: clamp(28px, 5vw, 40px);
  color: var(--secondary-color);
  text-align: center;
  margin-top: 0.5rem;
  font-weight: 500;
}
.vehicle__banner-subtitle {
  margin: 0;
}

/* 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;
  color: var(--secondary-color);
  background-color: #d40021;
  cursor: pointer;
}

.vehicle__action-link-black {
  background-color: var(--primary-color);
  border: 1px solid var(--secondary-color);
}

/* CAR */
.vehicle__test {
  background-image: url("../images/EmkoHev/emkoo-interior-mobile.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* height: 793px; */
  padding-top: 10rem;
  position: relative;
}

.vehicle__test-title {
  font-size: clamp(42px, 5vw, 70px);
  font-weight: 700;
  line-height: 40px;
  position: relative;
  z-index: 2;
  color: var(--secondary-color);
  /* background-color: #F1DA70; */
  padding-inline: 1rem;
  max-width: max-content;
}
.vehicle__test-subtitle {
  font-size: clamp(30px, 5vw, 50px);
  font-weight: 700;
  padding-inline: 1rem;
  color: white;
}

.vehicle__test-content {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-inline: 1rem;
  padding-bottom: 1.5rem;
}

.vehicle__test-description {
  font-size: 16px;
  color: var(--secondary-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__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;
}

.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;
}

/* features */

/* accordion */

.capitalize {
  text-transform: capitalize;
}
/* 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;
  display: flex;
}
.video__iframe {
  width: 100vw;
  min-height: 200px;
  aspect-ratio: 16/9;
  pointer-events: none;
  object-fit: cover;
}
/* BLOGS */

@media (min-width: 600px) {
  .vehicle__banner {
    background-image: url("../images/EmkoHev/img-header-Emkoo.webp");
    height: calc(900px - var(--header-height));
    background-position: center 80%;
  }
}

@media (max-width: 599px) {
  .vehicle__banner-img-container {
    max-width: 300px;
    bottom: -4%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .vehicle__banner-img-container img {
    max-width: 200px;
  }
  .vehicle__banner-title,
  .vehicle__banner-subtitle {
    font-size: 20px;
  }
}

@media (min-width: 600px) and (max-width: 1050px) {
  .vehicle__banner-img-container {
    max-width: 300px;
    bottom: -4%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .vehicle__banner-img-container img {
    max-width: 250px;
  }
  .vehicle__banner-title,
  .vehicle__banner-subtitle {
    font-size: clamp(20px, 5vw, 28px);
  }
}

@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: 15%;
    top: 12%;
    max-height: max-content;
  }

  .vehicle__banner-title,
  .vehicle__banner-subtitle {
    text-align: start;
  }

  /* 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__actions {
    flex-direction: row;
  }

  .vehicle__pricing-content {
    padding: 0;
  }

  .vehicle__action-link {
    width: max-content;
    max-height: max-content;
  }

  .vehicle__actions {
    gap: 1.5rem;
  }

  /* CAR */
  .vehicle__test {
    background-image: url("../images/EmkoHev/emkoo-interior.webp");
    height: 685px;
    padding-top: 4rem;
    position: relative;
    display: flex;
    align-items: end;
    flex-direction: column;
  }

  .vehicle__test-title {
    padding-inline: 0;
    line-height: 1;
  }
  .vehicle__test-subtitle {
    margin-top: 0.5rem;
    padding-inline: 0;
  }
  .vehicle__test-container {
    max-width: 574px;
    margin-right: 5rem;
  }

  .vehicle__test-content {
    margin-top: 3rem;
    max-width: 522px;
    padding-inline: 0;
  }

  .vehicle__test-button {
    max-width: max-content;
  }

  /* 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;
  }
  .video {
    max-height: calc(100vh - var(--header-height));
    height: auto;
  }
  .video__iframe {
    /* height: 750px; */
    max-height: calc(100vh - var(--header-height));
  }
  .video__normal,
  .video__normal .video__iframe {
    max-height: 800px;
  }

  /* features */
}
