html,
body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}

/*GENERAL*/

@media (min-width: 1500px) {
  .mclaren-body .container {
    max-width: 1450px;
    width: 1450px;
  }
}

a {
  color: #9da8ae;
  transition: 0.3s all ease;
}

a:hover,
a.active {
  color: #fff;
  text-decoration: none;
}

/*FONT STYLING*/
.fnt_title_light {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
}

.fnt_title {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
}

/* FONT SIZING */
.fs-10 {
  font-size: 10px;
}
.fs-12 {
  font-size: 12px;
}
.fs-15 {
  font-size: 15px;
}
.fs-18 {
  font-size: 18px;
}
.fs-19 {
  font-size: 19px;
}
.fs-20 {
  font-size: 20px;
}
.fs-21 {
  font-size: 21px;
}
.fs-22 {
  font-size: 22px;
}
.fs-25 {
  font-size: 25px;
}
.fs-28 {
  font-size: 28px;
}
.fs-30 {
  font-size: 30px;
}
.fs-35 {
  font-size: 35px;
}
.fs-40 {
  font-size: 40px;
}
.fs-45 {
  font-size: 45px;
}
.fs-48 {
  font-size: 48px;
}
.fs-50 {
  font-size: 50px;
}
.fs-60 {
  font-size: 60px;
}
.fs-70 {
  font-size: 70px;
}
.fs-80 {
  font-size: 80px;
}
.fs-90 {
  font-size: 90px;
}
.fs-100 {
  font-size: 100px;
}

@media (max-width: 991px) {
  .fs-20 {
    font-size: 15px;
  }
  .fs-21 {
    font-size: 18px;
  }
  .fs-40 {
    font-size: 35px;
  }
  .fs-48 {
    font-size: 32px;
  }
}

/*PADDING*/
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-100 {
  padding-top: 100px;
}
.pt-120 {
  padding-top: 120px;
}
.pt-160 {
  padding-top: 160px;
}
.pt-180 {
  padding-top: 180px;
}
.pt-200 {
  padding-top: 200px;
}

.pb-80 {
  padding-bottom: 80px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-120 {
  padding-bottom: 120px;
}
.pb-150 {
  padding-bottom: 150px;
}
.pb-180 {
  padding-bottom: 180px;
}
.pb-200 {
  padding-bottom: 200px;
}

/* LINE HEIGHT */
.lh_1 {
  line-height: 1em;
}

.lh_1-3 {
  line-height: 1.3em;
}

.ls_2 {
  letter-spacing: 2px;
}

/* Color */
.text-black {
  color: #000 !important;
}
.text-dark {
  color: #181c20 !important;
}

/*Background*/
.bg-darker {
  background-color: #000;
}

.bg-dark-black {
  background-color: #0f1011;
}

.bg_black {
  background-color: #181c20;
}

.bg-dark {
  background-image: linear-gradient(207deg, #181c20, #363f44);
}

.bg-grey {
  background-image: linear-gradient(261deg, #181c20, #363f44);
}

.bg-configurator {
  padding-top: 120px;
  background-image: linear-gradient(318deg, #c8d0d5, #dbe0e4 33%, #eaeef0);
}

@media (max-width: 991px) {
  .bg-configurator {
    padding-top: 50px;
  }
  .bg-configurator .bg-image {
    height: 25em;
  }
}

/*Banner*/
.main-banner {
  width: 100%;
  height: 90vh;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
}

.main-banner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 2;
  background-image: -o-linear-gradient(69deg, #000, transparent);
  background-image: linear-gradient(21deg, #000, transparent);
  pointer-events: none;
  background: linear-gradient(
    17deg,
    #000 20%,
    rgba(0, 0, 0, 0.3) 45%,
    rgba(0, 0, 0, 0.3) 55%,
    #000 85%
  );
}

.main-banner .container {
  height: 100%;
}

.main-banner .sub-title {
  font-size: 1.87em;
}

.main-banner .fnt_title_light {
  font-size: 6.3em;
}

@media (max-width: 991px) {
  .main-banner .sub-title {
    font-size: 1.5em;
  }
  .main-banner .fnt_title_light {
    font-size: 3.3em;
  }
}

.main-banner .row {
  height: 100%;
  align-items: end;
}

.main-banner .content {
  z-index: 3;
  min-height: 300px;
}

.main-banner .content p {
  margin-bottom: 0;
}

.chevron::before {
  border-style: solid;
  border-width: 0.25em 0.25em 0 0;
  content: "";
  display: inline-block;
  height: 1em;
  left: 0;
  position: relative;
  top: 0;
  transform: rotate(-45deg);
  vertical-align: middle;
  width: 1em;
  transition: 0.3s all ease;
}

.chevron.bottom:before {
  top: -0.5em;
  transform: rotate(135deg);
}

.overview-collapse.collapsed .chevron.top {
  display: none;
}

.overview-collapse.collapsed .chevron.bottom {
  display: unset;
}

.overview-collapse .chevron.top {
  display: unset;
}

.overview-collapse .chevron.bottom {
  display: none;
}
