/* +++++RESET CSS+++++ */
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  box-sizing: border-box;
}

/* +++++FONT+++++ */
@font-face {
  font-family: 'Eina01-SemiBold';
  src: url("/html/user_data/assets/img/fonts/Eina01-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Eina01-Bold";
  src: url("/html/user_data/assets/img/fonts/Eina01-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


/* +++++GLOBAL STYLE+++++ */
.section.search-results {
  display: none;
}

.back-to-top {
  display: none !important;
}

.at-quality-test-content button:focus {
  outline: none !important;
}

.at-quality-test-content .card,
.at-quality-test-content .card-header,
.at-quality-test-content .card-body,
.at-quality-test-content .card-footer {
  border: none;
  background-color: transparent;
}

#product-list-campaign {
  display: none;
}

.at-quality-test-content * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-transform: uppercase;
}

.at-quality-test-content h2 {
  font-family: Eina01-Bold;
}

.at-quality-test-content h3,
.at-quality-test-content h4,
.at-quality-test-content h5,
.at-quality-test-content p,
.at-quality-test-content a {
  font-family: Eina01-SemiBold;
  color: #fff;
  text-shadow: 1px 1px 2px #999;
}

.at-quality-test-content h2 {
  font-size: 8vw;
}

.at-quality-test-content h3 {
  font-size: 5vw;
  /* line-height: 1; */
}

.at-quality-test-content h4 {
  font-size: 4vw;
}

.at-quality-test-content p {
  font-size: 3.5vw;
}

.at-quality-test-content h5 {
  font-size: 3vw;
}

.at-quality-test-content img {
  width: 100%;
}

br.only768 {
  display: block;
}

.at-quality-test-content .position-relative {
  position: relative;
}

@keyframes customBounceUpDown {
  0% {
    transform: translate(0);
    -webkit-transform: translate(0);
  }

  to {
    transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  99% {
    opacity: 0.01;
    width: 100%;
    height: 100%;
  }

  100% {
    opacity: 0;
    width: 0;
    height: 0;
  }
}

@media (min-width: 768px) {
  .at-quality-test-content h2 {
    font-size: 4vw;
    line-height: 1;
  }

  .at-quality-test-content h3 {
    font-size: 1.75vw;
  }

  .at-quality-test-content h4 {
    font-size: 1.4vw;
  }

  .at-quality-test-content p {
    font-size: 1vw;
  }

  .at-quality-test-content h5 {
    font-size: 1vw;
  }

  br.only768 {
    display: none;
  }
}

/* +++++BANNER SECTION+++++ */
.at-quality-test-content .main-banner {
  z-index: 15;
}

.at-quality-test-content .banner-content {
  position: absolute;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  height: 65%;
  width: 65%;
  text-align: center;
  color: #fff;
  z-index: 1;
}

.at-quality-test-content .main-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(to top, #143e41, 30%, transparent); */
}

.at-quality-test-content .banner-content-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.at-quality-test-content .banner-content-top h2 {
  margin-top: 4vw;
  text-shadow: 1px 1px 6px #333;
}

.at-quality-test-content .banner-content-top h4 {
  text-shadow: 1px 1px 4px #000;
}

.at-quality-test-content .banner-content-bottom h3 {
  margin-bottom: 8vw;
}

.at-quality-test-content .banner-content-bottom .scroll-down {
  color: inherit;
}

.at-quality-test-content .banner-content-bottom .scroll-down .btn-scroll-down {
  width: 50%;
  margin: auto;
  cursor: pointer;
}

.at-quality-test-content .banner-content-bottom .scroll-down img {
  width: auto;
  margin-top: 6vw;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-direction: alternate;
  -webkit-animation-direction: alternate;
  animation-name: customBounceUpDown;
  animation-duration: 0.7s;
}

@media (min-width: 768px) {
  .at-quality-test-content .banner-content-bottom .scroll-down .btn-scroll-down {
    width: 20%;
  }

  .at-quality-test-content .banner-content-top h2 {
    margin-top: 1vw;
  }

  .at-quality-test-content .banner-content-bottom h3 {
    margin-bottom: 2vw;
    line-height: 1.2;
  }

  .at-quality-test-content .banner-content-bottom {
    bottom: 8%;
  }

  .at-quality-test-content .banner-content-bottom .scroll-down img {
    margin-top: 2vw;
  }
}

/* +++++VIDEO SECTION+++++ */
/* Video stage */
.at-quality-test-content .video-section {
  position: relative;
  z-index: 1;
}

.at-quality-test-content .video-stage {
  transition: background-color 500ms linear;
  -webkit-transition: background-color 500ms linear;
  z-index: 10;
}

.at-quality-test-content .video-stage .video-wraper video {
  max-width: 100%;
  width: 100%;
  display: block;
}

.at-quality-test-content .video-stage .video-wraper video.mobile {
  min-height: 177.77vw;
}

.at-quality-test-content .video-stage .video-wraper video.desktop {
  min-height: 55.5vw;
}

.at-quality-test-content .video-stage .video-note {
  position: absolute;
  right: 5vw;
  bottom: 12vw;
}

.at-quality-test-content .video-stage .video-note.hide {
  -webkit-animation: fadeOut 3s;
  animation: fadeOut 3s;
  animation-fill-mode: forwards;
}

.at-quality-test-content .video-stage .video-note img {
  width: auto;
}

.at-quality-test-content .video-stage .video-description {
  padding: 8vw 12vw;
}

.at-quality-test-content .video-stage .video-description h3 {
  margin-bottom: 4vw;
}
.at-quality-test-content .video-section .video-description .test-type span {
  font-size: 4vw;
}

/* .at-quality-test-content .video-stage .video-description h4:not(:last-child) {
  margin-bottom: 3vw;
} */

/* Video list */
.at-quality-test-content .video-section .video-list {
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.at-quality-test-content .video-section .switch-video-btn {
  width: 100%;
  border: none;
  padding: 8vw 12vw;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.at-quality-test-content .video-section .video-list .card {
  border-radius: 0 0 50px 50px;
  height: 0;
  transition: all 0.5s ease-out;
  opacity: 0;
  transform: rotateX(-90deg);
  -webkit-transform: rotateX(-90deg);
  transition: all 0.5s cubic-bezier(0.36, -0.64, 0.34, 1.76);
  perspective: 100px;
}

.at-quality-test-content .video-section .video-list .card.show {
  height: auto;
  opacity: 1;
  transform: none;
  -webkit-transform: none;
  transition: all 0.5s cubic-bezier(0.36, -0.64, 0.34, 1.76);
}

.at-quality-test-content .video-section .video-list .card {
  padding-top: 20vw;
  margin-top: -20vw;
}

.at-quality-test-content .video-section .video-list .video-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.at-quality-test-content .video-section .video-list .video-item h5 {
  margin-top: 1vw;
  min-height: 6vw;
}

.at-quality-test-content .video-item .video-thumbnail {
  flex: 1;
  height: 100%;
}

.at-quality-test-content .video-item .video-thumbnail .btn-play {
  position: absolute;
  width: 40%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.at-quality-test-content .video-item .video-label {
  flex: 2;
  text-align: left;
  margin-left: 4vw;
}

@media (min-width: 576px) {
  .at-quality-test-content .video-section .video-list .video-item h5 {
    min-height: unset;
  }
}

@media (min-width: 768px) {
  .at-quality-test-content .video-section .video-list {
    background-color: #fff;
  }

  .at-quality-test-content .video-section .switch-video-btn {
    padding: 1.5vw 6vw;
  }

  .at-quality-test-content .video-thumbnail img:first-child {
    width: 20%;
  }

  .at-quality-test-content .video-item .video-label {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: right;
  }

  .at-quality-test-content .video-item .video-label .wrapper {
    display: inline-block;
    margin-right: 2vw;
  }

  .at-quality-test-content .video-item .video-label .wrapper h4 {
    font-size: 2vw;
  }

  .at-quality-test-content .video-stage .video-description h4:not(:last-child) {
    margin-bottom: 1vw;
  }

  .at-quality-test-content .video-item .video-label .btn-play {
    width: 80%;
  }

  .at-quality-test-content .video-item .video-label .btn-play:hover,
  .at-quality-test-content .video-thumbnail img:first-child:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all 0.25s linear;
    cursor: pointer;
  }

  .at-quality-test-content .video-section .video-list .video-item h5 {
    margin-top: 0.5vw;
  }

  .at-quality-test-content .video-section .video-description {
    display: flex;
    justify-content: space-between;
    padding: 1.5vw 8vw 1.5vw 16vw;
  }

  .at-quality-test-content .video-section .video-description .test-type {
    margin-bottom: 0;
    line-height: 1;
    display: flex;
    align-items: center;
  }
  .at-quality-test-content .video-section .video-description .test-type span {
    font-size: 60%;
    line-height: 1;
  }

  .at-quality-test-content .video-section .video-description .test-description {
    max-width: 50%;
  }

  .at-quality-test-content .video-section .video-description .test-description h4 {
    margin-bottom: 0 !important;
  }

  .at-quality-test-content .video-section .video-list .card {
    border-radius: 0 0 60px 60px;
  }
}

@media (min-width: 1200px) {
  .at-quality-test-content .video-stage>.card-body {
    margin-top: -5%;
  }

  .at-quality-test-content .video-stage>.card-footer {
    margin-top: -5%;
    background-color: inherit;
    z-index: 11;
  }
}

/* Color guide */

.at-quality-test-content .video-section .jerk-test {
  background-color: #ff9d2b;
}

.at-quality-test-content .video-section .mileage-test {
  background-color: #4081aa;
}

.at-quality-test-content .video-section .zipper-punch-test {
  background-color: #4ea2a6;
}

.at-quality-test-content .video-section .lift-test {
  background-color: #9cd4d6;
}

.at-quality-test-content .video-section .maneuverability-test {
  background-color: #bf2fa9;
}

.at-quality-test-content .video-section .curb-drop-test {
  background-color: #af7e3c;
}

.at-quality-test-content .video-section .tumble-test {
  background-color: #902058;
}

/* Z-Index */
.at-quality-test-content .video-list .card:nth-child(1) {
  z-index: 8;
}

.at-quality-test-content .video-list .card:nth-child(2) {
  z-index: 7;
}

.at-quality-test-content .video-list .card:nth-child(3) {
  z-index: 6;
}

.at-quality-test-content .video-list .card:nth-child(4) {
  z-index: 5;
}

.at-quality-test-content .video-list .card:nth-child(5) {
  z-index: 4;
}

.at-quality-test-content .video-list .card:nth-child(6) {
  z-index: 3;
}

.at-quality-test-content .video-list .card:nth-child(7) {
  z-index: 2;
}

.at-quality-test-content .video-list .card:nth-child(8) {
  z-index: 1;
}

.at-quality-test-content .video-list .card:nth-child(n + 8) {
  display: none;
}


/* +++++2024+++++ */
.container.content-asset-container {
  max-width: 100% !important;
  padding: 0;
}
.card.video-stage .card-body,
.collapse.mini-cart-collapse.d-md-none .card-body {
  padding: 0;
}
.card.video-stage .card-footer {
  padding: 0;
}
.navbar-header-item.navigation-section .d-xl-block a,
.columnListWrap ul.item-list li a,
.breadcrumb li a,
.d-none.d-xl-block.news-bloc a,
.btn.btn-link a,
.collapse.in.show ul li a {
  color: #272727;
  text-decoration: none !important;
}