.car-detail-performance.block {
  scroll-margin-top: 120px;
  @media (width >= 1024px) {
   scroll-margin-top: 100px;
 }
}

.high-performance-suv {
  position: relative;
  .spec-item{
      opacity: 0.5;
      &.active{
        opacity: 1;
      }
    }
  .scroll-container {
    position: sticky;
    /** header height */
    top: 116px;
    width: 100vw;
    .bg-wrapper {
      position: absolute;
      width: 100vw;
      height: 100vh;
      top: 0;
      background: linear-gradient(180deg, rgba(1, 4, 75, 0.6) 0%, rgba(29, 29, 29, 0) 100%);
    }
    .vjs-v8 {
      width: 100vw;
      height: 100vh;
    }
    video {
      width: 100vw;
      height: 100vh;
      object-fit: cover;
    }

    .vjs-poster img {
      width: 100vw;
      height: 100vh;
    }

    /* hide video loader */
    .vjs-loading-spinner {
      display: none;
    }
  }

  .title {
    width: 259px;
    color: #fff;
    margin: 0;
    font-family: var(--body-font-family);
    font-size: 1.5rem;
    line-height: 1.875rem;
    font-style: normal;
    font-weight: 700;
  }
  .sub-text {
    margin-top: 12px;
    margin-bottom: 0;
    height: 56px;
    flex-shrink: 0;
    color: #fff;
    font-family: var(--body-font-arena);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1rem;
  }
  .white-line {
    width: 120px;
    height: 1px;
    margin: 8px 0;
    background: #ccc;
  }
  .specs {
    margin-top: 141px;
    display: flex;
    flex-direction: column;
    height: 93vh;
    scroll-snap-type: y mandatory;
  }

  .spec-item {
    /* height: calc(60vh - 116px); */
    
    scroll-snap-align: start;
    flex: 1;
  }
  .spec-value {
    color: #fff;
    font-family: var(--body-font-family);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.875rem;
    flex-shrink: 0;
    position: relative;
    margin: 0;
    padding-bottom: 8px;
    &::after {
      content: '';
      width: 120px;
      height: 1px;
      background: #ccc;
      position: absolute;
      bottom: 0;
      left: 0;
    }
  }

  .spec-name {
    color: #fff;
    font-family: var(--body-font-arena);
    font-size: 14px;
    line-height: 1.125rem;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    height: 20px;
    flex-shrink: 0;
    padding-top: 8px;
  }

  .content {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: left;
    padding-block: 24px 20px;
    margin-top: -100vh;
  }

  .disclaimer {
    position: absolute;
    top: calc(100vh - 35px);
    right: 0;
    padding-right: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: right;
    font-family: var(--body-font-arena);
    font-size: 12px;
    margin: 0;
    font-style: italic;
    font-weight: 300;
    line-height: 1rem;
    @media (width >= 1024px) {
      line-height: 1.125rem;
      top: calc(100vh - 44px);
    }
  }

  @media (width <= 768px) {
    .sub-text {
      width: 316px;
    }
  }

  @media (width >= 768px){
    .specs {
      margin-top: 24px;
    }
  }

  @media (width >= 1024px) {
    .content {
      padding-block: 54px 0;
    }
    .title {
      font-size: 40px;
      width: 412px;
      line-height: 48px;
    }
    .sub-text {
      font-size: 0.875rem;
      line-height: 20px;
      margin-top: 16px;
      height: 60px;
    }
    .specs {
      margin-top: 50px;
    }
    .spec-name {
      font-size: 1.25rem;
      font-weight: 500;
      line-height: 1.5rem;
      height: auto;
      padding-top: 16px;
    }
    .spec-value {
      font-size: 64px;
      line-height: 3rem;
      padding-bottom: 16px;
      &::after {
        background: linear-gradient(90deg, rgba(204, 204, 204, 0.00) 1.5%, #CCC 50.5%, rgba(102, 102, 102, 0.00) 100%);
      }
    }
  }

  @media (width >= 1366px) {
    .content {
      padding-block: 80px 0;
    }
    .sub-text {
      margin-top: 21px;
    }
    .specs {
      margin-top: 93px;
    }
  }

  @media (width >= 1920px) {
    .title {
      width: 584px;
    }
  }
}
