/*  Fonts  */
@font-face {
  font-family: Iconfont;
  src: url(../../../../fonts/nissan/Iconfont.woff2);
}
/* @font-face {
  font-family: NissanBrand-Regular;
  src: url(../../fonts/NissanBrand-300.woff2);
}
@font-face {
  font-family: NissanBrand-Bold;
  src: url(../../fonts/NissanBrand-400.woff2);
}
@font-face {
  font-family: NissanBrand-Bolder;
  src: url(../../fonts/NissanBrand-700.woff2);
} */
/* Colors */
/* Fonts */
/* For swiping */
:root {
  --swipe-x: 0px;
}

/* For media queries */
/*  Reset Styles  */
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*::before,
*::after,
:focus,
:active {
  outline: none;
  scroll-behavior: smooth;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 20px;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

::selection {
  background-color: #94001e;
  color: #fff;
}

* {
  font-family: NissanBrand-Regular;
}

.section-heading {
  margin: 0 auto 16px;
  padding-left: 12px;
  text-align: left;
  line-height: 44px;
  font-family: NissanBrand-Bold;
  color: #222;
  font-size: 2.2857rem;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .section-heading {
    font-size: 2.142rem;
  }
}
@media (max-width: 768px) {
  .section-heading {
    font-size: 1.857rem;
  }
}
@media (max-width: 576px) {
  .section-heading {
    font-size: 1.785rem;
  }
}

@media (max-width: 576px) {
  h2.section-heading {
    font-size: 1.7142rem;
  }
}

h1.section-heading {
  margin: 16px auto 30px;
  padding-left: 0;
  font-family: NissanBrand-Bold;
  font-size: 2.5714rem;
  text-align: center;
}
@media (max-width: 1200px) {
  h1.section-heading {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  h1.section-heading {
    font-size: 2.2857rem;
  }
}
@media (max-width: 768px) {
  h1.section-heading {
    font-size: 2.142rem;
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  h1.section-heading {
    font-size: 1.785rem;
  }
}

.block-heading {
  margin: 16px 0 24px;
  font-family: NissanBrand-Bolder;
  font-size: 1.142rem;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .block-heading {
    margin-top: 28px;
    font-size: 1.285rem;
  }
}
@media (max-width: 576px) {
  .block-heading {
    font-size: 1.142rem;
  }
}

.sub-title {
  margin-bottom: 8px;
  font-size: 1.1428rem;
  line-height: 24px;
}

.title {
  margin-bottom: 16px;
  font-size: 1.7142rem;
  line-height: 32px;
}
@media (max-width: 576px) {
  .title {
    font-size: 1.5714rem;
  }
}

.button {
  position: relative;
  display: block;
  height: 52px;
  width: 270px;
  padding: 0 56px 0 24px;
  margin: 0 24px 16px;
  font-family: NissanBrand-Bolder;
  text-align: left;
  text-transform: uppercase;
  color: #222;
  background-color: #eee;
  transition: 0.5s;
}
@media (max-width: 1024px) {
  .button {
    height: 50px;
    width: 250px;
  }
}
@media (max-width: 768px) {
  .button {
    height: 46px;
    width: 220px;
  }
}
.button::after {
  content: "\f106";
  font-family: Iconfont;
  font-size: 1.142rem;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  vertical-align: bottom;
  width: 56px;
}
.button:hover {
  color: #c3002f;
}
.button--primary {
  background-color: #c3002f;
  color: #fff;
}
.button--primary:hover {
  background-color: #94001e;
  color: #fff;
}

.block-text {
  font-family: NissanBrand-Bold;
  line-height: 20px;
  margin-bottom: 24px;
  margin-top: 16px;
}

.description {
  width: 75%;
  margin: auto;
  font-size: 1.142rem;
  line-height: 24px;
}
@media (max-width: 768px) {
  .description {
    width: 100%;
  }
}

.disclaimer {
  margin-top: 60px;
  font-size: 1.1428rem;
  font-style: italic;
}

.wrapper {
  max-width: 1700px;
  padding: 0 100px;
  margin: auto;
}
@media (max-width: 1200px) {
  .wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  .wrapper {
    padding: 0 20px;
  }
}
@media (max-width: 576px) {
  .wrapper {
    padding: 0 10px;
  }
}

.block {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .block {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

img {
  max-width: 100%;
}

.anchor {
  padding-top: 60px;
  margin-top: -60px;
}
@media (max-width: 768px) {
  .anchor {
    padding-top: 40px;
    margin-top: -40px;
  }
}
@media (max-width: 576px) {
  .anchor {
    padding-top: 30px;
    margin-top: -30px;
  }
}

.background-color {
  background-color: #f8f8f8;
}

.cards {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}

.card {
  min-width: 47%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
  margin-left: 1.5%;
  margin-right: 1.5%;
  padding: 16px;
  border: 1px solid #eee;
}
@media (max-width: 768px) {
  .card {
    min-width: 97%;
  }
}
.card__image {
  flex-shrink: 1;
}
.card__image img {
  max-width: 100%;
}
.card__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card__heading {
  margin: 20px 0 8px;
  font-size: 1.7142rem;
  text-transform: uppercase;
  line-height: 32px;
}
@media (max-width: 576px) {
  .card__heading {
    font-size: 1.285rem;
  }
}
.card__description {
  font-family: NissanBrand-Bold;
  line-height: 20px;
  margin-top: 0;
}
.card .button {
  margin-left: 0;
}
@media (max-width: 576px) {
  .card .button {
    margin-right: auto;
    margin-left: auto;
  }
}

.slider__container {
  display: flex;
  flex-direction: column;
}
.slider__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.slider__slides {
  display: flex;
  transition: 1s;
  will-change: transform;
}
.slider .slides-container {
  margin: auto;
  max-width: 85%;
  overflow: hidden;
}
.slider__slide {
  width: 100%;
  flex-shrink: 0;
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 920px) {
  .slider__slide {
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
  }
}
.slider__slide .slide__image {
  padding-left: 12px;
  padding-right: 12px;
  width: 50%;
  display: flex;
  justify-content: center;
}
@media (max-width: 920px) {
  .slider__slide .slide__image {
    width: 80%;
  }
}
@media (max-width: 576px) {
  .slider__slide .slide__image {
    width: 100%;
  }
}
.slider__slide .slide__image img {
  width: 100%;
}
.slider__slide .slide__content {
  padding-left: 12px;
  padding-right: 12px;
  width: 50%;
}
@media (max-width: 920px) {
  .slider__slide .slide__content {
    width: 80%;
  }
}
@media (max-width: 576px) {
  .slider__slide .slide__content {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.slider__slide .slide__content .slide__heading.section-heading {
  margin: 0;
  padding-left: 0;
  font-family: NissanBrand-Regular;
}
@media (max-width: 1024px) {
  .slider__slide .slide__description {
    margin-bottom: 0;
  }
}
.slider__dots {
  align-self: center;
}

.dots {
  display: flex;
  align-self: center;
  margin-bottom: 16px;
  margin-top: 16px;
}
.dots .dot {
  height: 8px;
  width: 8px;
  margin: 4px;
  border-radius: 50%;
  background-color: #dddddd;
}
.dots .dot.active {
  background-color: #c3002f;
}

.arrow {
  height: 40px;
}
.arrow:hover {
  cursor: pointer;
}
.arrow.disabled {
  transition: 1s;
}
.arrow.disabled::before {
  background-color: #dcdcdc;
}
.arrow.disabled:hover {
  cursor: default;
}
.arrow-left {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.arrow-left::before {
  content: "\f114";
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 4px;
  font-family: Iconfont !important;
  font-size: 26px;
  color: #fff;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #888;
}
.arrow-right {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.arrow-right::before {
  content: "\f115";
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 2px;
  font-family: Iconfont !important;
  font-size: 26px;
  color: #fff;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #888;
}

.swiper {
  overflow: hidden;
}
.swiper .swiper-button-next {
  width: 60px;
  top: 0;
  right: 0;
  height: 100%;
}
@media (max-width: 768px) {
  .swiper .swiper-button-next {
    display: none;
  }
}
.swiper .swiper-button-prev {
  width: 60px;
  top: 0;
  left: 0;
  height: 100%;
}
@media (max-width: 768px) {
  .swiper .swiper-button-prev {
    display: none;
  }
}
.swiper.bottom-swiper .swiper-button-prev,
.swiper.bottom-swiper .swiper-button-next {
  background-color: #f8f8f8;
}
.swiper .swiper-button-disabled {
  opacity: 1 !important;
}
.swiper .swiper-button-disabled::after {
  opacity: 0.35;
}
.swiper .top-swiper-button-next::after,
.swiper .top-swiper-button-prev::after {
  margin-top: 105px;
}
.swiper .swiper-button-next::after,
.swiper .swiper-button-prev::after {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  width: 40px;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  border-radius: 50%;
  background-color: #888;
}
.swiper .swiper-button-prev::after {
  padding-right: 3px;
}
.swiper .swiper-button-next::after {
  padding-left: 2px;
}
.swiper .swiper-wrapper {
  margin-top: 60px;
}
.swiper .swiper-slide {
  height: auto;
}
.swiper .packages__slide {
  padding: 0 70px;
  height: 100%;
}
@media (max-width: 768px) {
  .swiper .packages__slide {
    padding: 0;
  }
}
.swiper .top-swiper-pagination {
  bottom: 90% !important;
}
.swiper .bottom-swiper-pagination {
  bottom: 60px !important;
}
.swiper .swiper-pagination-bullet {
  background-color: #dddddd;
  opacity: 1;
}
.swiper .swiper-pagination-bullet-active {
  background-color: #c3002f;
}

.bottom-swiper {
  padding-left: 60px !important;
  padding-right: 60px !important;
}
@media (max-width: 768px) {
  .bottom-swiper {
    padding: 0 !important;
  }
}
.bottom-swiper .swiper-wrapper {
  margin-top: 10px;
  margin-bottom: 100px;
}

.promo {
  min-height: calc(100vh - 127px);
  padding-top: 64px;
  padding-bottom: 64px;
  background-image: url(../../../../images/model/models/teranno/features/top-background.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: end;
  align-items: end;
}
@media (max-width: 1024px) {
  .promo {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .promo {
    padding-top: 64px;
    align-items: start;
  }
}
.promo .wrapper {
  margin: unset;
}
.promo__container {
  margin: 64px 120px;
  padding: 36px 40px;
  display: flex;
  flex-direction: column;
  max-width: fit-content;
  overflow: hidden;
  position: relative;
  text-align: left;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 576px) {
  .promo__container {
    margin-top: 20px;
    padding: 30px 36px;
  }
}
.promo__subtitle {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 2.2857rem;
  line-height: 40px;
  font-family: NissanBrand-Bold;
  text-align-last: left;
  color: #ffffff;
}
@media (max-width: 768px) {
  .promo__subtitle {
    font-size: 1.2857rem;
    margin-bottom: 0;
  }
}
.promo__title {
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  font-size: 2.857rem;
  font-family: NissanBrand-Bold;
  text-align: left;
  line-height: 48px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .promo__title {
    font-size: 2rem;
  }
}
.promo__button {
  margin: 32px 0 0;
}
@media (max-width: 768px) {
  .promo__button {
    margin-top: 16px;
  }
}
@media (max-width: 576px) {
  .promo__button {
    max-width: 230px;
  }
}

.select__container .__select {
  margin: 0 12px;
  position: relative;
  max-width: 357px;
  height: 64px;
  font-size: 1.1428rem;
}
@media (max-width: 576px) {
  .select__container .__select {
    margin: 0 auto;
  }
}
.select__container .__select[data-state=active] .__select__title::before {
  content: "";
  width: calc(100% + 2px);
  height: 3px;
  position: absolute;
  bottom: -1px;
  left: -1px;
  background-color: #c3002f;
  z-index: 100;
  transition: 0.5s;
}
.select__container .__select[data-state=active] .__select__title::after {
  content: "\f107";
  font-family: Iconfont !important;
  font-size: 20px;
  color: #c3002f;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 26px;
  transition: all 0.3s ease-out;
}
@media (max-width: 400px) {
  .select__container .__select[data-state=active] .__select__title::after {
    right: 14px;
  }
}
.select__container .__select[data-state=active] .__select__content {
  opacity: 1;
}
.select__container .__select[data-state=active] .__select__label {
  display: flex;
  cursor: pointer;
}
.select__container .__select__title {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: flex-start;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 6px 14px 10px;
  border: 1px solid #dcdee2;
  transition: 0.5s;
  cursor: pointer;
}
.select__container .__select__title::before {
  content: "";
  width: calc(100% + 2px);
  height: 3px;
  position: absolute;
  bottom: -1px;
  left: -1px;
  background-color: transparent;
  z-index: 100;
  transition: 0.5s;
}
.select__container .__select__title:hover::before {
  content: "";
  width: calc(100% + 2px);
  height: 3px;
  position: absolute;
  bottom: -1px;
  left: -1px;
  background-color: #c3002f;
  z-index: 100;
  transition: 0.5s;
}
.select__container .__select__title .__select__subtitle {
  position: absolute;
  top: 6px;
  left: 14px;
  font-size: 0.8571rem;
  font-family: NissanBrand-Bold;
  color: #aaa;
}
.select__container .__select__title::after {
  content: "\f104";
  font-family: Iconfont !important;
  font-size: 20px;
  color: #222;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 26px;
  transition: all 0.3s ease-out;
}
@media (max-width: 400px) {
  .select__container .__select__title::after {
    right: 14px;
  }
}
.select__container .__select__title:hover::after {
  color: #c3002f;
}
.select__container .__select__content {
  position: absolute;
  top: 64px;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #dcdee2;
  border-top: none;
  transition: all 0.3s ease-out;
  opacity: 0;
  z-index: 8;
}
.select__container .__select__input {
  display: none;
}
.select__container .__select__input:checked + label {
  opacity: 0.4;
  pointer-events: none;
}
.select__container .__select__input:disabled + label {
  opacity: 0.6;
  pointer-events: none;
}
.select__container .__select__label {
  display: none;
  align-items: center;
  width: 100%;
  height: 48px;
  max-height: 48px;
  padding: 0 16px;
  transition: all 0.2s ease-out;
  overflow: hidden;
}
.select__container .__select__label + input + .select__container .__select__label {
  border-top: 0 solid #dcdee2;
}
.select__container .__select__label:hover {
  background-color: #eee !important;
}

.features__container {
  display: flex;
}
.features__column {
  width: 50%;
}
@media (max-width: 1024px) {
  .features__column {
    width: 100%;
  }
}

.feature {
  margin-bottom: 16px;
  padding: 0 12px;
  display: flex;
  justify-content: space-between;
}
.feature__title {
  position: relative;
  color: #aaaaaa;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 75%;
}
.feature__title span {
  position: relative;
  line-height: 20px;
  background-color: #fff;
  padding-right: 8px;
  font-family: NissanBrand-Bold;
  z-index: 1;
}
.feature__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  border-bottom: 1px dotted;
  z-index: 0;
}
.feature__value {
  padding-left: 12px;
  flex-shrink: 1;
  display: flex;
  align-items: flex-end;
  font-family: NissanBrand-Bold;
  line-height: 20px;
  color: #222;
}

.main-features__container {
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 160px;
}
@media (max-width: 1024px) {
  .main-features__container {
    max-height: fit-content;
  }
}
.main-features__heading {
  padding-left: 12px;
  margin-bottom: 16px;
  font-size: 1.1428rem;
  text-transform: uppercase;
}

.all-features__general-container {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.5s;
}
.all-features__container {
  display: flex;
  flex-wrap: wrap;
}
.all-features__heading {
  padding: 16px 0;
  margin: 16px 12px;
  font-size: 1.2857rem;
  font-family: NissanBrand-Regular;
  text-transform: uppercase;
  color: #c3002f;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  position: relative;
}
.all-features__heading[data-state=active]::after {
  content: "\f107";
  font-family: Iconfont;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
}
.all-features__heading::after {
  content: "\f104";
  font-family: Iconfont;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
}
.all-features__section-title {
  margin: 20px 0;
  padding-left: 12px;
  font-size: 1.1428rem;
  font-family: NissanBrand-Bold;
  text-transform: uppercase;
}

.learn-more .section-heading {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 20px;
  padding-left: 0;
  font-family: NissanBrand-Regular;
}
@media (max-width: 768px) {
  .learn-more .section-heading {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .learn-more .section-heading {
    margin-top: 10px;
  }
}
.learn-more__cards {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .learn-more__cards {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.learn-more__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 23.425%;
  padding: 32px 20px;
  text-transform: uppercase;
  font-size: 1.142rem;
  color: #fff;
  background-color: #999;
  transition: 0.5s;
}
.learn-more__card:hover {
  background-color: #787474;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .learn-more__card {
    padding: 24px 14px;
  }
}
@media (max-width: 768px) {
  .learn-more__card {
    width: 33%;
    margin: 16px;
  }
}
@media (max-width: 576px) {
  .learn-more__card {
    width: 230px;
    margin: 20px;
  }
}
.learn-more__heading {
  text-align: center;
}
.learn-more__icon {
  height: 40px;
  width: 40px;
  font-size: 40px;
  position: relative;
  margin-bottom: 7px;
}
.learn-more .icon__test-drive::before {
  content: "\f146";
  font-family: Iconfont !important;
  position: absolute;
}
.learn-more .icon__brochure::before {
  content: "\f118";
  font-family: Iconfont !important;
  position: absolute;
}
.learn-more .icon__service::before {
  content: "\f148";
  font-family: Iconfont !important;
  position: absolute;
}
.learn-more .icon__price::before {
  content: "\f118";
  font-family: Iconfont !important;
  position: absolute;
}

.bottom-slider .button {
  justify-self: end;
  margin-left: 0;
}
.bottom-slider .dots {
  margin-top: 16px;
}
.bottom-slider .reviews__slides-container {
  margin: auto;
  max-width: 85%;
}

/*# sourceMappingURL=style.css.map */
