/*-----------------------------------------------------
---------------------  COLORS -------------------------
-------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap");
body {
  overflow-x: hidden;
  font-family: "poppins", "Open Sans", sans-serif;
  line-height: 1.6;
}

.bg-dark {
  background-color: #000000 !important;
}

.bg-light {
  background-color: #f9f9f9 !important;
}

.normal-list, .overview-specs, .innoList, .productColors-color {
  list-style: none;
  padding-left: 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.btn-primary, .btn-outline-primary {
  margin-top: 16px;
  background-color: #52181c;
  border-radius: 0;
  padding: 12px 50px;
  border: 1px solid #52181c;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  transform: all 0.6s ease-in;
}

.btn-primary svg, .btn-outline-primary svg {
  transition: all 0.3s ease-in;
}

.btn-primary:hover, .btn-outline-primary:hover {
  background-color: #52181c;
  border: 1px solid transparent;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.08);
  transform: all 1s ease;
}

.btn-primary:hover svg, .btn-outline-primary:hover svg {
  transform: translatex(10px);
  transition: all 0.3s ease-in;
}

.btn-primary.btn-primary-white, .btn-primary-white.btn-outline-primary, .fw-img-wrapper > :nth-child(even) .btn-primary, .fw-img-wrapper > :nth-child(even) .btn-outline-primary {
  background-color: #fff;
  color: #52181c;
}

.btn-primary.btn-primary-white:hover, .btn-primary-white.btn-outline-primary:hover, .fw-img-wrapper > :nth-child(even) .btn-primary:hover, .fw-img-wrapper > :nth-child(even) .btn-outline-primary:hover {
  border: 1px solid #760b0a;
}

.btn-outline-primary {
  background-color: transparent;
  color: #f50303 !important;
}

.btn-outline-primary:hover {
  color: #fff !important;
}

.btn-txt-primary {
  color: #f50303;
  font-size: 18px;
  font-weight: 500;
  vertical-align: middle;
}

.btn-txt-primary:hover {
  text-decoration: none;
  color: #0e0e0e;
}

.button-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.button-wrapper > * {
  margin-right: 10px;
}

.emiCard, .welcomeCard {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  margin-top: 60px;
  margin-bottom: 60px;
  max-width: 992px;
  display: flex;
}

.emiCard-left {
  min-width: 60%;
  padding: 16px 20px;
}

.emiCard-right {
  position: relative;
}

.emiCard-right img {
  height: 100%;
  object-fit: cover;
}

.emiCard-right .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(32, 63, 121, 0.9);
  position: absolute;
  top: 0;
}

.emiCard .btn-primary, .welcomeCard .btn-primary, .emiCard .btn-outline-primary, .welcomeCard .btn-outline-primary {
  background-color: #203f79;
  border: 1px solid #203f79;
}

.emiLogo img {
  max-width: 100px;
  object-fit: contain;
}

.emiCard-right .overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.emiCard-output {
  color: #fff;
}

.emiCard-output .first {
  display: flex;
  text-align: center;
}

.emiCard-output .first > div {
  display: flex;
  flex-direction: column;
  padding: 0 10px;
}

.emiCard-output .second {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}

.emiCard-output .second .highlight {
  font-size: 30px;
  font-weight: 500;
  background-color: #08204d;
  padding: 5px 20px;
}

@media (min-width: 992px) {
  .modal-dialog {
    max-width: 768px;
  }
}

.welcomeCard .emiCard-left {
  min-width: 50%;
}

.welcomeCard .emiCard-right {
  width: 100%;
  margin-right: -15px;
}

.welcomeCard .emiCard-right img {
  width: 100%;
}

.welcomeCard .btn-primary, .welcomeCard .btn-outline-primary {
  background-color: rgba(82, 24, 28, 0.2);
  border-radius: 4px;
  color: #203f79;
  border: none;
  margin-left: 0;
}

.welcomeCard .btn-primary:hover, .welcomeCard .btn-outline-primary:hover {
  background-color: #fff;
}

/*---------------------------------------------------------
---------------------  FORM Section -----------------------
----------------------------------------------------------*/
form input,
form .custom-select {
  border: none !important;
  background-color: #f1f1f1 !important;
}

form input:active, form input:focus,
form .custom-select:active,
form .custom-select:focus {
  border: none !important;
}

#introModal img {
  width: 100%;
}

#introModal h1 {
  font-size: 24px;
  font-family: "Barlow Condensed", sans-serif;
}

#introModal form input:focus {
  outline: none;
  box-shadow: none;
}

#introModal form input::placeholder {
  font-size: 14px;
}

#introModal .btn-primary, #introModal .btn-outline-primary {
  padding: 8px 16px;
  background-color: #fbac16;
  font-size: 14px;
  color: #000000;
}

#introModal .btn-primary:focus, #introModal .btn-outline-primary:focus {
  outline: none;
}

#introModal .modal-header {
  width: auto;
  position: absolute;
  top: -5px;
  right: 0px;
  z-index: 10;
  border-bottom: 0;
}

#introModal .modal-header button {
  opacity: 1;
}

#introModal .modal-body {
  padding: 0;
}

#introModal .welcomeCard {
  margin: 0;
  box-shadow: none;
}

#introModal .close {
  font-size: 36px;
  text-shadow: none;
}

#introModal .close:focus {
  outline: none;
}

/*---------------------------------------------------------
---------------------  Product Page -----------------------
----------------------------------------------------------*/
.overview-specs {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 30px;
}

.overview-specs li {
  display: flex;
  flex-direction: column;
  width: 50%;
  min-width: 100px;
  margin-bottom: 20px;
  font-size: 20px;
}

.overview-specs li :first-child {
  color: #f50303;
  font-weight: 700;
}

.overview-specs li span:nth-of-type(n + 2) {
  font-weight: 400;
  font-size: 14px;
  color: black;
}

.product-overview-txtbox {
  padding-left: 30px;
}

.product-overview-txtbox .btn-txt-primary {
  margin-top: 16px;
}

.product-overview-txtbox .button-wrapper a {
  min-width: 240px;
}

.product-overview h2 {
  font-weight: 400;
}

.product-overview h3 {
  font-size: 36px;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
}

.product-overview .container {
  max-width: 1600px;
}

.spec-table-section .section-title h2 {
  font-weight: 400;
}

.overview-specs + h3 > span {
  font-size: 16px !important;
  margin-right: 10px;
}

.product-overview {
  padding: 100px 0;
}

.product-overview .btn-primary, .product-overview .btn-outline-primary {
  color: #fff;
  margin-left: 0;
}

.product-overview .btn-primary:hover, .product-overview .btn-outline-primary:hover {
  background-color: #f50303;
  color: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in;
}

html {
  scroll-behavior: smooth;
}

/*---------------------------------------------------------
---------------------  Product Page img brief section -----
----------------------------------------------------------*/
.fw-cover {
  height: 580px;
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  transition: all 0.3s ease-in;
}

.fw-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fw-cover .overlay-card {
  position: absolute;
  top: 50%;
  left: 10%;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10px 20px;
  transform: translateY(-50%);
  transition: all 0.3s ease-in;
}

@media (max-width: 1200px) {
  .fw-cover {
    height: 696px;
  }
}

.product-page-description {
  background: linear-gradient(120deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.8)), url("../img/txture1.jpg");
  height: auto;
  padding: 60px 0;
  color: #fff;
}

.product-page-description .container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}

.feature-scroll-container .container {
  padding: 48px 0;
}

.feature-txtbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.feature-txtbox h2 {
  font-size: 36px;
}

.overline {
  font-size: 13px;
  font-weight: 500;
}

.feature-card {
  max-width: 400px;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7);
  line-height: 26px;
  overflow: hidden;
}

.feature-card .imgbox {
  width: 100%;
  height: 234px;
  overflow: hidden;
}

.feature-card .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
  transition: all 0.3s ease-in;
}

.feature-card .txtbox {
  padding: 20px 16px 16px 20px;
}

.feature-card:hover .imgbox img {
  transform: scale(1);
  transition: all 0.3s ease-in;
}

.fotonTable {
  margin-top: 20px;
}

.fotonTable thead {
  background-color: #f50303;
  color: #fff;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border: none;
  border-bottom: 2px solid #52181c;
}

.nav-tabs .nav-link {
  color: #000000;
  font-size: 21px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  font-weight: 700;
  color: rgba(0, 0, 0, 0.9);
  font-family: "ubuntu", "Open Sans", sans-serif;
  font-size: 21px;
}

/*---------------------------------------------------------
---------------------  feature card new ------------  ----------
----------------------------------------------------------*/
.newFeature {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url("../img/txt3.jpg");
  margin-bottom: 60px;
  background-size: cover;
}

.newFeature .feature-card a {
  font-size: 20px;
  text-decoration: none;
  color: #0e0e0e;
  font-weight: 500;
}

.newFeature .feature-card:hover {
  transform: translateY(-5px);
  transition: all 0.3s ease-in;
}

.newFeature .feature-card:hover .overlay {
  visibility: visible;
  height: 100%;
  transition: all 0.3s ease-in;
}

.newFeature .feature-card > a {
  display: none;
  height: 200px;
  position: relative;
}

.newFeature .feature-card > a img {
  height: 100%;
  object-fit: cover;
}

.newFeature .feature-card > a .overlay {
  display: inline-block;
  background-color: rgba(82, 24, 28, 0.8);
  color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  height: 0;
}

.newFeature p {
  text-align: justify;
  color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/*---------------------------------------------------------
---------------------  Intex Carousel ------------  ----------
----------------------------------------------------------*/
#intExCarousel {
  height: 600px;
  padding: 20px 0;
  transition: all 0.3s ease-in;
}

#intExCarousel .owl-stage,
#intExCarousel .owl-stage-outer,
#intExCarousel .owl-item,
#intExCarousel img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#intExCarousel .intEx-img-wrapper {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

#intExCarousel .intEx-img-wrapper:hover {
  transition: all 0.3s ease-in;
}

#intExCarousel .intEx-img-wrapper:hover .caption {
  opacity: 1;
  height: auto;
  bottom: 0% !important;
  transition: all 0.3s ease-in;
}

#intExCarousel .caption {
  position: absolute;
  left: 0;
  bottom: -100% !important;
  z-index: 5;
  color: #fff;
  font-size: 14px;
  padding: 16px;
  background-color: rgba(0, 0, 0, 0.6);
  height: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.3s ease-in;
}

#intExCarousel .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#intExCarousel .owl-nav .owl-prev,
#intExCarousel .owl-nav .owl-next {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 4px !important;
  width: 40px;
  height: 40px;
  font-size: 36px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
}

#intExCarousel .owl-nav .owl-prev:focus,
#intExCarousel .owl-nav .owl-next:focus {
  outline: none;
}

#intExCarousel .owl-dots,
#main-banner .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

#intExCarousel .owl-dots .owl-dot,
#main-banner .owl-dots .owl-dot {
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 5px;
}

#intExCarousel .owl-dots .owl-dot.active,
#main-banner .owl-dots .owl-dot.active {
  background-color: #f50303;
}

#main-banner .owl-dots {
  bottom: 16px;
}

#main-banner .owl-dots .owl-dot {
  height: 3px;
}

#main-banner .owl-dots .owl-dot:active {
  outline: none;
}

/*---------------------------------------------------------
---------------------  About Us Carousel  ------------  ----------
----------------------------------------------------------*/
.secpageheader {
  height: 400px;
  position: relative;
}

.secpageheader img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.secpageheader .overlay {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.secpageheader .overlay h1 {
  font-weight: 400;
}

.secpageheader .overlay h1::after {
  display: block;
  margin: auto;
  margin-top: 10px;
  content: "";
  width: 80px;
  height: 3px;
  background-color: #f50303;
}

.foton-pg {
  font-size: 18px;
  line-height: 29px;
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.foton-pg-sm {
  font-size: 16px;
}

.foton-pg img {
  margin: 10px 0 20px;
}

.foton-pg-2 img {
  height: 100px;
}

.foton-pg-2 h3 {
  margin: 24px 0 10px;
  font-size: 20px;
}

.foton-pg-2 p {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.8);
}

.highlight-text {
  max-width: 767px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 24px;
  font-style: italic;
}

.highlight-text svg {
  font-size: 40px;
  margin: 10px 0 20px;
  color: rgba(0, 0, 0, 0.1);
}

.about-stats {
  margin-top: 40px;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}

.about-stats li {
  display: flex;
  flex-direction: column;
  width: calc(50% - 20px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  min-height: 180px;
  margin: 10px;
  color: #1e1e1e;
  transition: all 0.3s ease-in;
}

.about-stats li.active {
  background-color: #52181c;
  color: #fff;
  transition: all 0.3s ease-in;
}

.about-stats li:hover {
  background-color: #52181c;
  color: #fff;
  transition: all 0.3s ease-in;
}

.about-stats li :first-child {
  font-size: 36px;
  font-weight: 700;
}

/*---------------------------------------------------------
---------------------  Foton Img Grid  ------------  ----------
----------------------------------------------------------*/
.fotonImgGrid {
  background-color: #f8f8f8;
  padding: 60px 0;
}

.fotonImgGrid-wrapper-lg {
  position: relative;
  height: 600px;
  overflow: hidden;
  transition: all 0.3s ease-in;
}

.fotonImgGrid-wrapper-lg .overlay {
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  opacity: 0;
  transition: all 0.3s ease-in;
}

.fotonImgGrid-wrapper-lg:hover {
  transition: all 0.3s ease-in;
}

.fotonImgGrid-wrapper-lg:hover .overlay {
  opacity: 1;
  transition: all 0.3s ease-in;
}

.fotonImgGrid-wrapper-lg:hover img {
  transform: scale(1.1);
  transition: all 0.3s ease-in;
}

.fotonImgGrid-wrapper-lg img {
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in;
}

.fotonImgGrid-wrapper-lg .caption {
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  padding: 10px;
  width: 100%;
  z-index: 5;
  transition: all 0.3s ease-in;
}

.fotonImgGrid-wrapper-md {
  position: relative;
  height: 285px;
  overflow: hidden;
  transition: all 0.3s ease-in;
}

.fotonImgGrid-wrapper-md .overlay {
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  opacity: 0;
}

.fotonImgGrid-wrapper-md:hover {
  transition: all 0.3s ease-in;
}

.fotonImgGrid-wrapper-md:hover .overlay {
  opacity: 1;
  transition: all 0.3s ease-in;
}

.fotonImgGrid-wrapper-md:hover img {
  transform: scale(1.1);
  transition: all 0.3s ease-in;
}

.fotonImgGrid-wrapper-md img {
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in;
}

.fotonImgGrid-wrapper-md .caption {
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  padding: 10px;
  width: 100%;
  transition: all 0.3s ease-in;
  z-index: 5;
}

.fotonImgGrid-wrapper-sm {
  position: relative;
  height: 285px;
  overflow: hidden;
  transition: all 0.3s ease-in;
}

.fotonImgGrid-wrapper-sm .overlay {
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  opacity: 0;
  transition: all 0.3s ease-in;
}

.fotonImgGrid-wrapper-sm:hover {
  transition: all 0.3s ease-in;
}

.fotonImgGrid-wrapper-sm:hover .overlay {
  opacity: 1;
  transition: all 0.3s ease-in;
}

.fotonImgGrid-wrapper-sm:hover img {
  transform: scale(1.1);
  transition: all 0.3s ease-in;
}

.fotonImgGrid-wrapper-sm img {
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in;
}

.fotonImgGrid-wrapper-sm .caption {
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  padding: 10px;
  width: 100%;
  transition: all 0.3s ease-in;
  z-index: 5;
}

/*--------------------------------------------------
--------------------- Staffs -----------------------
----------------------------------------------------*/
.staff #staff-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.staff #staff-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 18px 10px 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
}

.staff #staff-flters li:hover {
  background-color: #52181c;
  color: #fff;
}

.staff #staff-flters li.filter-active {
  background-color: #52181c;
  color: #fff;
}

.staff #staff-flters li:last-child {
  margin-right: 0;
}

.staff-card {
  box-shadow: 0 0 20px rgba(82, 24, 28, 0.05);
  overflow: hidden;
  max-width: 255px;
  min-width: 236px;
}

.staff-card:hover img {
  transform: scale(1.03);
}

.staff-card:hover {
  background-color: #52181c;
}

.staff-card:hover .staff-info {
  color: #fff;
}

.staff-card:hover .staff-info .details {
  color: rgba(255, 255, 255, 0.8);
}

.staff-card:hover svg {
  color: #fff;
}

.staff-card img {
  top: 0;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.staff-card .staff-info {
  z-index: 5;
  transition: all ease-in-out 0.3s;
  text-align: center;
  padding: 15px 20px 0;
}

.staff-card .staff-info h4 {
  font-size: 18px;
  font-weight: 600;
}

.staff-card .staff-info .details {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: 0;
  color: rgba(0, 0, 0, 0.8);
  padding-left: 0;
  padding: 5px 0 15px;
  font-size: 13px;
  font-weight: 500;
}

.staff-card .staff-info .details li {
  margin-right: 10px;
}

.staff-card .staff-info .details svg {
  font-size: 18px;
}

.staff-item {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}

.staff-container {
  display: flex;
  justify-content: center;
}

.staff-container .col-lg-3 {
  overflow: hidden;
}

/*---------------------------------------------------------
---------------------  Variants ----------------------------
----------------------------------------------------------*/
.variantSelector {
  margin-top: -60px;
  position: relative;
}

.variantSelector .container {
  background-color: #fff;
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.variantSelector .row:hover a:not(:hover) {
  opacity: 0.5;
}

.variantSelector a {
  margin: 10px 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-decoration: none;
  align-items: center;
  border: 2px solid #fff;
}

.variantSelector a h5 {
  color: #000000;
  margin-top: 12px;
  font-size: 15px;
}

.variantSelector a img {
  max-width: 200px;
}

.variantSelector a:hover {
  border: 2px solid #f50303;
  transition: all 0.3s ease-in;
}

.innoFlex {
  display: flex;
  justify-content: space-evenly;
  background-color: #0844a4;
  color: #fff;
  margin: 60px 0;
}

.innoFlex div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
}

.overlappingFoton .bg-wrapper {
  display: flex;
  background-color: #0844a4;
  color: #fff;
  min-height: 200px;
  position: relative;
}

.overlappingFoton .bg-wrapper .imgbox {
  position: absolute;
  top: 46%;
  left: 10%;
  transform: translateY(-50%);
}

.overlappingFoton .bg-wrapper .imgbox img {
  height: 396px;
}

.overlappingFoton .bg-wrapper .txtbox {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(30%);
  right: 10%;
  margin: auto;
}

@media (max-width: 1200px) {
  .overlappingFoton .bg-wrapper .txtbox {
    left: 36%;
  }
  .overlappingFoton .bg-wrapper .imgbox img {
    height: 280px;
  }
}

.innoList li::before {
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\f058";
  font-size: 16px;
  vertical-align: middle;
  color: #52181c;
  width: 30px;
  height: 30px;
  display: inline-flex;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}

/*---------------------------------------------------------
---------------------  NAV  -------------------------
----------------------------------------------------------*/
.nav-wrapper {
  position: relative;
  background-color: #000000;
  font-family: "Barlow Condensed", sans-serif;
}

/*@media screen and (max-width: 426px) {
  .nav-wrapper {
    height: 70px;
  }
}*/

.nav-wrapper .navbar-expand-xl {
  width: 80%;
}

@media screen and (max-width: 426px) {
  .nav-wrapper .navbar-expand-xl {
    height: 100%;
  }
}

.nav-wrapper .navbar-expand-xl .navbar-nav .nav-item .nav-link {
  color: #fff9;
  transition: color 300ms ease-in-out;
}

.nav-wrapper .navbar-expand-xl .navbar-nav .nav-item:hover a {
  color: #fff;
}

.navbar-brand img {
  max-width: 200px;
}

@media screen and (max-width: 1560px) {
  .navbar-brand {
    position: relative;
    left: 1rem;
  }
}

@media screen and (max-width: 1440px) {
  .navbar-brand {
    position: relative;
    left: 1rem;
  }
}

.hamburger__icon {
  position: relative;
  top: -0.4rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  z-index: 100000;
  outline: none;
  transition: all 300ms ease-in-out;
}

@media screen and (max-width: 1920px) {
  .hamburger__icon {
    display: none;
  }
}

@media screen and (max-width: 1440px) {
  .hamburger__icon {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .hamburger__icon {
    display: flex;
  }
}

.hamburger__icon .bars {
  width: 1.5rem;
  height: 0.1rem;
  background: #999;
  display: inline-block;
  position: relative;
  transition: all 500ms ease-in-out;
}

.hamburger__icon .bars::before {
  content: '';
  position: absolute;
  top: -0.5rem;
  left: 0;
  width: inherit;
  height: inherit;
  background: #999;
  transition: all 500ms ease-in-out;
}

.hamburger__icon .bars::after {
  content: '';
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: inherit;
  height: inherit;
  background: #999;
  transition: all 500ms ease-in-out;
}

.hamburger__icon.active .bars {
  background: transparent;
}

.hamburger__icon.active .bars::before {
  top: 0;
  transform: rotate(135deg);
}

.hamburger__icon.active .bars::after {
  top: 0;
  transform: rotate(-135deg);
}

@media (max-width: 425px) {
  .nav-wrapper .navbar-expand-xl {
    width: 100%;
  }
  .nav-wrapper .navbar-expand-xl .navbar-brand {
    top: -0.4rem;
  }
  .nav-wrapper .navbar-expand-xl .navbar-brand img {
    width: 40px;
  }
}

.hamburger__menu-overlay {
  display: none;
  height: 100vh;
  width: 100vw;
  position: fixed;
  left: -100%;
  top: 0;
  background-color: black;
  z-index: 10000;
  transition: all 300ms ease-in-out;
}

@media screen and (max-width: 1024px) {
  .hamburger__menu-overlay {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
  }
}

.hamburger__menu-overlay .nav__link {
  margin: 20px 0;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 300ms ease-in-out;
  padding: 0 50px;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
}

.hamburger__menu-overlay .book__cta {
  background: #52181c;
  color: #fff;
  margin: 0 50px;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease-in-out;
}

.show {
  left: 0;
}

.navbar-toggler,
.navbar-toggler:focus {
  outline: none;
  border-color: none;
}

.navbar .nav-item.cta {
  color: #fff;
  background-color: #52181c;
  border-bottom: 2px solid #52181c;
}

.navbar .nav-item.cta:hover {
  background-color: #760b0a;
  color: #fff;
  border-bottom: 2px solid #760b0a;
}

.navbar-dark .navbar-nav .nav-link {
  color: white;
}

.navbar-expand-xl .navbar-nav .nav-link {
  padding-right: 16px;
  padding-left: 16px;
}

.navbar-nav > li:hover {
  color: #fff;
}

nav {
  max-width: 1880px;
  margin: auto;
}

.nav-wrapper .navbar-expand-xl .navbar-nav .nav-item.active .nav-link {
  opacity: 1;
  color: #fff;
}

.navbar-nav > li {
  border-bottom: 2px solid #0e0e0e;
}

.navbar-nav > li.active a.nav-link {
  opacity: 1;
  color: red;
}

.navbar-nav > li a {
  color: #fff;
  opacity: 0.8;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.navbar-nav > li > .dropdown-menu {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.dropdown-menu {
  width: 100%;
  min-width: 300px;
}

.mega-dropdown {
  position: static !important;
}

.mega-dropdown a {
  text-decoration: none;
}

.mega-dropdown img {
  max-height: 200px;
  object-fit: cover;
  display: block;
}

.mega-dropdown .btn-primary, .mega-dropdown .btn-outline-primary {
  margin-left: 0;
}

.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.mega-dropdown-menu > li > ul li {
  position: relative;
}

.mega-dropdown-menu > li > ul li::after {
  display: inline-block;
  content: "";
  width: 4px;
  height: 60%;
  border-right: 1px solid #e9e9e9;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.mega-dropdown-menu > li > ul li:first-of-type::before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 60%;
  border-left: 1px solid #e9e9e9;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.mega-dropdown-menu h5 {
  text-align: center;
  margin-top: 16px;
}

.megaFlex {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}

.megaFlex .navtabcard {
  display: flex;
  min-width: 400px;
  min-height: 160px;
  max-width: 33%;
  height: 100%;
}

.megaFlex::after {
  display: block;
  content: "";
  width: 90%;
  height: 1px;
  background-color: #f0f0f0;
}

.book-img img {
  width: 300px;
  height: 160px;
  object-fit: cover;
  margin: auto;
  margin-bottom: 10px;
}

.book-img .col-sm-3 a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.book-img .col-sm-3 a h6 {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 700;
}

.book-img .col-sm-3 a p {
  text-align: center;
  max-width: 280px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.mega-dropdown-menu {
  width: 100vw;
}

.mega-dropdown-menu h4 {
  text-align: center !important;
}

.mega-dropdown-menu > li > ul > li {
  list-style: none;
  min-height: 144px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mega-dropdown-menu > li > ul > li a {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mega-dropdown-menu > li > ul > li a svg {
  font-size: 40px;
  color: #52181c;
  margin-bottom: 16px;
}

.fotonAboutNav img {
  max-height: 60px;
}

.mega-dropdown-menu > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #999;
  white-space: normal;
}

.mega-dropdown-menu > li > ul > li > ul {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0 20px;
  flex-direction: column;
  padding-left: 0;
}

.mega-dropdown-menu > li > ul > li > ul li {
  text-align: left !important;
  margin: 5px 0;
}

.mega-dropdown-menu > li > ul > li > a:hover {
  color: #e2e2e2;
  text-decoration: none;
}

.mega-dropdown ul {
  display: none;
}

@media (min-width: 1200px) {
  .mega-dropdown:hover ul {
    display: flex;
    flex-wrap: wrap;
  }
  .mega-dropdown:hover ul .row {
    width: 100%;
  }
}

span.glyphicon.glyphicon-chevron-down {
  padding: 2px 10px;
}

.dropdown-menu.mega-dropdown-menu {
  background: #fff !important;
}

@media (min-width: 1200px) {
  .navbar-nav > li {
    display: flex;
    align-items: center;
  }
  .mega-dropdown-menu {
    margin: 0;
  }
  .navbar {
    padding: 0;
  }
  .navbar-expand-xl .navbar-collapse {
    height: 100%;
  }
  .navbar-nav {
    height: 95px !important;
  }
  .navbar-nav > li {
    height: 100%;
  }
}

.mega-dropdown .btn-primary, .mega-dropdown .btn-outline-primary {
  color: #fff !important;
}

.mega-dropdown .btn-primary:hover, .mega-dropdown .btn-outline-primary:hover {
  color: #f50303 !important;
}

.mega-dropdown-menu a {
  color: #000000 !important;
}

.mega-dropdown-menu a.active {
  color: #f50303 !important;
}

a.navtabcard {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  transition: all 0.2s ease-in;
  min-height: 170px;
}

a.navtabcard img {
  width: 160px;
  height: 100px;
  object-fit: contain;
}

a.navtabcard:hover {
  text-decoration: none;
  transition: all 0.2s ease-in;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}

a.navtabcard p {
  margin-bottom: 0;
  font-size: 14px;
}

/*---------------------------------------------------------
---------------------  Sticky Buttons  -------------------------
----------------------------------------------------------*/
.sticky-side-bar {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 500;
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #52181c;
}

@media screen and (max-width: 600px) {
  .sticky-side-bar {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .sticky-side-bar {
    display: none;
  }
}

@media screen and (max-width: 360px) {
  .sticky-side-bar {
    display: none;
  }
}

@media screen and (max-width: 320px) {
  .sticky-side-bar {
    display: none;
  }
}

.sticky-side-bar li span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  width: 36px;
  height: 36px;
  background-color: #52181c;
  color: #fff;
  z-index: 5;
}

.sticky-side-bar li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  position: relative;
  margin-bottom: 5px;
  transition: all 300ms ease-in;
}

.sticky-side-bar li:last-child {
  margin-bottom: 0;
}

.sticky-side-bar li a {
  text-decoration: none;
  background-color: #52181c;
  color: #fff;
  display: flex;
  font-size: 14px;
  align-items: center;
  width: 0;
  display: none;
  padding-left: 16px;
  padding-right: 16px;
  justify-content: flex-start;
  position: absolute;
  transform: translateX(100%);
  z-index: 5;
  border-left: 4px solid #fbac16;
  transition: all 300ms ease-in-out;
}

.sticky-side-bar li:hover a {
  transform: translateX(-200px);
  display: flex;
  min-width: 200px;
  min-height: 100%;
  transition: all 300ms ease-in;
}

.loader-wrapper {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 1000;
  top: 0;
  background-color: rgba(82, 24, 28, 0.98);
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  border: 4px solid #fff;
  animation: loader 2s infinite ease;
}

.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}

/*---------------------------------------------------------
  ---------------------  footer Section------------  ----------
  ----------------------------------------------------------*/
footer {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 60px 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 360px) {
  footer {
    background: none;
    background-color: black;
  }
}

footer a {
  color: #fff;
}

footer a:hover {
  text-decoration: none;
  color: rgba(251, 172, 22, 0.9);
  transition: all 0.2s ease;
}

footer ul {
  list-style: none;
  padding-left: 0;
}

footer ul li {
  padding: 3px 0;
  font-size: 14px;
}

footer h3 {
  margin-bottom: 20px;
  font-size: 20px;
}

footer h5 {
  font-size: 16px;
  text-transform: uppercase;
}

footer .footerlistgroup ul {
  opacity: 0.8;
}

footer .footerlistgroup div:nth-of-type(3) ul {
  display: flex;
  flex-wrap: wrap;
}

footer .footerlistgroup div:nth-of-type(3) ul li {
  margin-right: 12px;
}

footer .row:first-of-type {
  margin-bottom: 50px;
}

@media screen and (max-width: 480px) {
  footer .row:first-of-type {
    margin-bottom: 0px;
  }
}

footer .footer-list-inline {
  display: inline-flex;
}

footer .footer-list-inline a {
  color: #fff;
  text-decoration: none;
}

footer .footer-list-inline a svg {
  margin-right: 5px;
}

footer .footer-list-inline li {
  margin-right: 30px;
}

footer .footer-list-inline.social li {
  margin-right: 5px;
}

#footer-map {
  height: auto;
}

#footer-map iframe {
  height: 100%;
  width: 100%;
}

#stickyTopBtn {
  opacity: 0;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 90px;
  right: 24px;
  width: 48px;
  height: 48px;
  font-size: 20px;
  border-radius: 50px;
  border: 0;
  background: #52181c;
  color: #fff;
  z-index: 800;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.4);
  outline: none;
}

.footerBottom {
  display: flex;
  align-items: center;
/*  justify-content: space-between;
*/  padding-bottom: 16px;
  margin: 0 -10px;
}

.footerBottom > * {
  margin: 0 10px;
}

.postalCode .form-group {
  margin-bottom: 0;
  position: relative;
}

.postalCode .form-group svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.postalCode .form-control {
  background-color: transparent;
  border: none;
  padding-left: 24px;
  color: #fff;
}

.postalCode .form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 0;
}

.footerlistgroup {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
}

.footerlistgroup div {
  margin-right: 40px;
}

@media screen and (max-width: 480px) {
  footer img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 320px) {
  footer img {
    position: relative;
    top: -2rem;
  }
}

@media screen and (max-width: 480px) {
  footer .footer-list a {
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {
  footer .footerBottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media screen and (max-width: 480px) {
  footer .footerBottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media screen and (max-width: 320px) {
  footer .footerBottom {
    position: relative;
    top: 0rem;
  }
}

@media screen and (max-width: 600px) {
  footer .footerBottom .copyrights {
    font-size: 1rem;
  }
}

@media screen and (max-width: 480px) {
  footer .footerBottom .copyrights {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 320px) {
  footer .footerBottom .copyrights {
    font-size: 0.8rem;
  }
}

/*---------------------------------------------------------
---------------------  Banner  -------------------------
----------------------------------------------------------*/
#main-banner {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#main-banner .main__video-banner {
  width: 100%;
  height: 100%;
}

#main-banner .main__video-banner video {
  position: relative;
  height: 100%;
  box-sizing: border-box;
  object-fit: cover;
}

/*---------------------------------------------------------
  ---------------------  New categories grid  -------------------------
  ----------------------------------------------------------*/
.main-categories {
  padding: 60px 0 60px;
}

.main-categories .container {
  max-width: 1536px;
}

.main-categories a {
  font-size: 18px;
  font-weight: 600;
}

.cat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 5fr));
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.cat-grid-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.cat-grid-card:hover {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.06);
}

.cat-grid-card:hover img {
  transform: translateY(-3px);
  transition: all 0.3s ease;
}

.cat-grid-card img {
  width: 100%;
}

.cat-grid-card a:first-child {
  display: inline-block;
  height: 200px;
}

.cat-grid-card a:first-child img {
  height: 100%;
  object-fit: contain;
}

.cat-grid-card a:last-child {
  padding: 10px 16px;
  display: inline-block;
  color: #000000;
  text-decoration: none;
}

@media (max-width: 1200px) {
  .cat-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .cat-grid-card {
    max-width: calc(33% - 30px);
  }
}

@media (max-width: 767px) {
  .main-categories .container {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .main-categories {
    padding: 25px 0;
  }
  .main-categories .container {
    padding: 0;
  }
}

/*---------------------------------------------------------
  ---------------------  Main Card  -------------------------
  ----------------------------------------------------------*/
.main-card {
  padding: 50px 0;
  background-color: #000000;
}

.main-card .container {
  max-width: 1536px;
}

.main-card-card {
  background-color: #1e1e1e;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 0;
  height: 215px;
  border-bottom: 6px solid #1e1e1e;
  transition: all 0.3s ease;
  text-transform: capitalize;
}

.main-card-card a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

.main-card-card img {
  opacity: 0.5;
  margin-bottom: 24px;
}

.main-card-card:hover {
  border-bottom: 6px solid #52181c;
  transition: all 0.3s ease;
}

.main-card-card:hover a {
  color: white;
}

.main-card-card:hover img {
  opacity: 1;
  transition: all 0.3s ease;
}

/*---------------------------------------------------------
  ---------------------  Stats Section  -------------------------
  ----------------------------------------------------------*/
.mainstats {
  padding: 0 0 60px 0;
}

@media screen and (max-width: 576px) {
  .mainstats {
    margin-top: -50px;
  }
}

@media screen and (max-width: 360px) {
  .mainstats {
    padding-top: 0;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 360px) {
  .mainstats .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.1rem;
  }
}

.mainstats-card {
  padding: 20px 5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.1s ease-in;
  color: #000000;
  border-bottom: 6px solid #fff;
}

@media screen and (max-width: 768px) {
  .mainstats-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 480px) {
  .mainstats-card {
    position: relative;
    left: 0;
    transform: translateX(0);
  }
}

@media screen and (max-width: 360px) {
  .mainstats-card {
    position: relative;
    left: 50%;
    transform: translateX(20%);
  }
}

.mainstats-card .content {
  padding-left: 20px;
  border-left: 1px solid #52181c;
}

@media screen and (max-width: 768px) {
  .mainstats-card .content {
    border-left: 0px;
    padding-left: 0px;
    justify-content: center;
    align-items: center;
    padding-top: 2rem;
  }
}

@media screen and (max-width: 360px) {
  .mainstats-card .content {
    padding-left: 5px;
  }
}

@media screen and (max-width: 768px) {
  .mainstats-card .content h2 {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 576px) {
  .mainstats-card .content h2 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 360px) {
  .mainstats-card .content h2 {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 320px) {
  .mainstats-card .content h2 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .mainstats-card .content span {
    text-align: center;
    white-space: nowrap;
  }
}

@media screen and (max-width: 360px) {
  .mainstats-card .content span {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 320px) {
  .mainstats-card .content span {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 576px) {
  .mainstats-card .content.exp {
    padding-top: 1.7rem;
  }
}

@media screen and (max-width: 360px) {
  .mainstats-card .content.exp {
    padding-top: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .mainstats-card .content.employee {
    padding-top: 3rem;
  }
}

@media screen and (max-width: 360px) {
  .mainstats-card .content.employee {
    padding-top: 2.7rem;
  }
}

@media screen and (max-width: 768px) {
  .mainstats-card .content.award {
    padding-top: 1rem;
  }
}

.mainstats-card .mainstats-card-img img {
  width: 100%;
  height: 100%;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .mainstats-card img {
    width: 3rem;
    height: 3rem;
    justify-content: center;
    align-items: center;
    margin-right: 0;
  }
}

@media screen and (max-width: 360px) {
  .mainstats-card img {
    width: 2rem;
    height: 2rem;
    margin-right: 5px;
  }
}

@media screen and (max-width: 320px) {
  .mainstats-card img {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.mainstats-card h2 {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .mainstats-card h2 {
    text-align: center;
  }
}

.mainstats-card:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: all 0.1s ease-in;
}

.mainstats-card:hover h2,
.mainstats-card:hover span {
  opacity: 1;
}

.mainstats-card h2 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 0;
}

.mainstats-card span {
  font-weight: 500;
}

.mainstats svg {
  font-size: 36px;
  color: #fbac16;
}

.counter {
  border-radius: 5px;
}

.count-title {
  font-size: 40px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
}

.count-text {
  font-size: 13px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

.fa-2x {
  margin: 0 auto;
  float: none;
  display: table;
  color: #4ad1e5;
}

/*---------------------------------------------------------
  ---------------------  About Us Section  ------------------
  ----------------------------------------------------------*/
.home-about {
  text-align: center;
  padding: 80px 0;
  background-image: url("../img/txt2.jpg");
  background-size: 100%;
  background-attachment: fixed;
}

.home-about h2 {
  font-size: 60px;
  margin-bottom: 20px;
}

.home-about-text {
  font-size: 20px;
  line-height: 30px;
}

.home-about br::after {
  content: "";
  display: inline-block;
  margin: 20px 0;
}

/*---------------------------------------------------------
  ---------------------  full width image section  ----------
  ----------------------------------------------------------*/
.fw-img-section {
  height: 700px;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .fw-img-section {
    flex-direction: column-reverse;
    width: 100;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .fw-img-section {
    flex-direction: column-reverse;
    width: 100;
    height: auto;
  }
}

.fw-img-section .overlay-card {
  max-width: 500px;
  height: 100%;
  background-color: #0e0e0e;
  color: #fff;
  padding: 20px 20px;
}

.fw-img-section .overlay-card > * {
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .fw-img-section .overlay-card {
    min-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .fw-img-section .overlay-card {
    min-width: 100%;
  }
}

.fw-img-section img {
  object-fit: cover;
  flex-grow: 1;
}

@media screen and (max-width: 1200px) {
  .fw-img-section img {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 1024px) {
  .fw-img-section img {
    min-width: 100%;
    height: auto;
    flex-grow: 1;
  }
}

@media screen and (max-width: 768px) {
  .fw-img-section img {
    min-width: 100%;
    height: auto;
    flex-grow: 1;
  }
}

.fw-img-section .overlay-card {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .fw-img-section .overlay-card {
    justify-content: start;
  }
}

.fw-img-section .overlay-card h2 {
  font-size: 32px;
  margin-bottom: 0;
}

@media screen and (max-width: 360px) {
  .fw-img-section .overlay-card h2 {
    font-size: 26px;
  }
}

.fw-img-section .overlay-card a {
  color: #fff;
}

@media screen and (max-width: 360px) {
  .fw-img-section .overlay-card a {
    letter-spacing: 2px;
  }
}

.fw-img-section .overlay-card h4 {
  font-size: 27px;
  font-weight: 300;
}

.fw-img-section .overlay-card h3 {
  font-size: 30px;
  font-weight: 700;
  margin-top: 48px;
  margin-bottom: 20px;
}

.fw-img-section .overlay-card h3 span {
  font-size: 16px;
  margin-right: 16px;
}

.fw-img-section .overlay-card .abt-vec {
  margin: 16px 0;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 360px) {
  .fw-img-section .overlay-card .abt-vec {
    font-size: 14px;
  }
}

.fw-img-section .overlay-card .vec-spec {
  list-style: none;
  padding-left: 0;
  margin: 16px 0;
  display: flex;
  flex-direction: column;
}

.fw-img-section .overlay-card .vec-spec li {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.fw-img-section .overlay-card .vec-spec li :first-child {
  font-size: 16px;
  font-weight: 600;
}

@media screen and (max-width: 360px) {
  .fw-img-section .overlay-card .vec-spec li :first-child {
    font-size: 15px;
  }
}

.fw-img-section .overlay-card .vec-spec li :last-child {
  font-size: 16px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 360px) {
  .fw-img-section .overlay-card .vec-spec li :last-child {
    font-size: 14px;
  }
}

@media screen and (max-width: 1536px) {
  .fw-img-section .overlay-card {
    flex-basis: 463px;
  }
}

.fw-img-section .overlay-card .btn__explore {
  background: #52181c;
  border: none;
  outline: none;
  padding: 15px 50px;
  letter-spacing: 1px;
  transition: all 300ms ease-in-out;
}

.fw-img-section .overlay-card .btn__explore:hover {
  background-color: #760b0a;
}

@media screen and (max-width: 1024px) {
  .fw-img-section .overlay-card .btn__explore {
    font-size: 14px;
    letter-spacing: 2px;
  }
}

.fw-img-section .overlay-card .btn__explore-white {
  background: #fff;
  font-weight: 600;
  border: none;
  outline: none;
  padding: 15px 50px;
  letter-spacing: 1px;
  color: #52181c;
  transition: all 300ms ease-in-out;
}

@media screen and (max-width: 1024px) {
  .fw-img-section .overlay-card .btn__explore-white {
    font-size: 14px;
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 768px) {
  .fw-img-section .overlay-card .btn__explore-white {
    padding: 15px 40px;
  }
}

.fw-img-section .overlay-card .btn__explore-white:hover {
  background: #000000;
  color: #fff;
}

.fw-img-wrapper > :nth-child(odd) .overlay-card {
  padding-left: 50px;
}

.fw-img-wrapper > :nth-child(even) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 1024px) {
  .fw-img-wrapper > :nth-child(even) {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 768px) {
  .fw-img-wrapper > :nth-child(even) {
    flex-direction: column-reverse;
  }
}

.fw-img-wrapper > :nth-child(even) .overlay-card {
  padding-right: 50px;
  background-color: #52181c;
  color: #fff;
}

@media screen and (max-width: 1536px) {
  .fw-img-wrapper > :nth-child(even) .overlay-card {
    padding-left: 50px;
  }
}

@media screen and (max-width: 360px) {
  .fw-img-wrapper > :nth-child(even) .overlay-card {
    padding-left: 50px;
  }
}

@media screen and (max-width: 1024px) {
  .fw-img-wrapper > :nth-child(even) .overlay-card .overlay-card-content {
    padding-left: 5px;
  }
}

@media screen and (max-width: 360px) {
  .fw-img-wrapper > :nth-child(even) .overlay-card .overlay-card-content {
    padding-left: 0px;
  }
}

.fw-img-wrapper > :nth-child(even) .overlay-card .overlay-card-content .btn__explore {
  background: #52181c;
  padding: 20px 40px;
}

.fw-img-wrapper > :nth-child(even) .btn-primary:focus, .fw-img-wrapper > :nth-child(even) .btn-outline-primary:focus, .fw-img-wrapper > :nth-child(even) .btn-primary:active, .fw-img-wrapper > :nth-child(even) .btn-outline-primary:active, .fw-img-wrapper > :nth-child(even) .btn-primary:visited, .fw-img-wrapper > :nth-child(even) .btn-outline-primary:visited {
  background-color: none;
  border-color: none;
  border: 0;
  outline: none;
}

/*---------------------------------------------------------
  ---------------------  4 feature Section  ----------
  ----------------------------------------------------------*/
@media screen and (max-width: 360px) {
  .productSelect-section .section-title h2 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 360px) {
  .productSelect-section .productColors {
    padding-left: 0px;
  }
}

@media screen and (max-width: 768px) {
  .productSelect-section .productColors-top {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 360px) {
  .productSelect-section .productColors-top {
    margin-right: 0px;
    margin-left: 0px;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .productSelect-section .productColors-top .productColors-color {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 320px) {
  .productSelect-section .productColors-top .productColors-color li {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 480px) {
  .productSelect-section .productColors-top .productColors-color li img {
    width: 6rem;
  }
}

@media screen and (max-width: 360px) {
  .productSelect-section .productColors-top .productColors-color li img {
    width: 4rem;
  }
}

@media screen and (max-width: 320px) {
  .productSelect-section .productColors-top .productColors-color li img {
    width: 3rem;
  }
}

@media screen and (max-width: 1024px) {
  .productSelect-section .productColors-top .productInfo {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 768px) {
  .productSelect-section .productColors-top .productInfo {
    margin-bottom: 50px;
  }
}

.productSelect-section .productColors-top .productInfo h5 {
  text-align: center;
}

@media screen and (max-width: 360px) {
  .productSelect-section .productColors-top .productInfo h5 {
    font-size: 26px;
  }
}

.productSelect-section .productColors-top .productInfo .productInfo-content {
  padding: 0 50px;
  text-align: center;
  letter-spacing: 1px;
  line-height: 30px;
  margin-top: 2rem;
}

@media screen and (max-width: 576px) {
  .productSelect-section .productColors-top .productInfo .productInfo-content {
    text-align: justify;
    padding: 0;
  }
}

@media screen and (max-width: 360px) {
  .productSelect-section .productColors-top .productInfo .productInfo-content {
    font-size: 16px;
    line-height: 25px;
  }
}

/*---------------------------------------------------------
  ---------------------  Testimonial Section -----  ----------
  ----------------------------------------------------------*/
.section-title {
  text-align: left;
  margin-bottom: 20px;
}

.section-title h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 36px;
  margin-bottom: 0;
  font-weight: 500;
}

.section-title p {
  font-size: 20px;
  margin-bottom: 0;
}

.testimonial-section {
  margin-top: 60px;
  padding: 60px 200px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), url("../img/testibg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.testimonial-section .section-title h2,
.testimonial-section .section-title p {
  color: #fff;
}

#testimonial-carousel {
  margin-top: 40px;
}

#testimonial-carousel .owl-dots {
  display: flex;
  margin-top: 30px;
  justify-content: center;
}

#testimonial-carousel .owl-dots .owl-dot span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fbac16;
  opacity: 0.4;
  margin: 4px;
}

#testimonial-carousel .owl-dots .owl-dot.active span {
  opacity: 1;
}

#testimonial-carousel .owl-stage {
  display: flex;
}

#testimonial-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}

.testimonial {
  background-color: #fff !important;
  height: 100%;
  padding: 36px;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(167, 165, 165, 0.14);
  margin: 10px;
  background: url("../img/icons/quotebg.png") no-repeat;
  background-position: calc(100% - 20px) 20px;
}

.testimonial-by {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.testimonial-by-img img {
  width: 60px !important;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 16px;
}

.testimonial-by-details h5 {
  margin-bottom: 0;
}

.testimonial-by-details p {
  margin-bottom: 0;
  font-size: 14px;
  font-style: italic;
}

.testimonial-testimony {
  color: #868686;
}

/*---------------------------------------------------------
  ---------------------  call us Section------------  ----------
  ----------------------------------------------------------*/
.call-section {
  padding: 40px;
  display: flex;
  align-items: center;
  max-width: 1400px;
  margin: auto;
  margin-top: 80px;
  margin-bottom: -62px;
  position: relative;
  z-index: 100;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  flex-direction: column;
  justify-content: center;
}

.call-section .section-title h2 {
  font-size: 60px;
  font-weight: 400;
}

.call-section .section-title p {
  font-size: 30px;
  margin-bottom: 0;
}

.call-section .stats {
  padding: 10px 0;
  list-style: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 450px;
}

.call-section .stats li {
  display: flex;
  flex-direction: column;
}

.call-section .stats span:first-of-type {
  font-size: 36px;
  font-weight: 700;
}

.call-section .stats span:last-of-type {
  font-size: 24px;
  font-weight: 500;
}

.call-section-card {
  display: flex;
  flex-direction: column;
  padding: 20px 40px 20px 120px;
  background-color: #fff;
  position: relative;
  width: 450px;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.call-section-card img {
  position: absolute;
  left: -15%;
  top: 50%;
  transform: translateY(-50%);
}

.call-section-card p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}

.call-section-card h3 a {
  color: #fbac16;
  font-size: 36px;
  font-weight: 36px;
  margin-bottom: 0;
  text-decoration: none;
}

.call-section-card > a {
  color: #1e1e1e;
}

.call-section-card > a:hover {
  color: #52181c;
  text-decoration: none;
}

.homeIntro {
  margin: 80px 0 50px;
  text-align: left;
}

@media screen and (max-width: 576px) {
  .homeIntro {
    margin-top: -150px;
  }
}

@media screen and (max-width: 480px) {
  .homeIntro {
    margin-top: 0px;
  }
}

@media screen and (max-width: 360px) {
  .homeIntro {
    margin-top: -30px;
  }
}

.homeIntro h2 {
  font-family: "ubuntu", "Open Sans", sans-serif;
}

@media screen and (max-width: 360px) {
  .homeIntro h2 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 320px) {
  .homeIntro h2 {
    font-size: 2rem;
  }
}

.homeIntro .content {
  max-width: 1000px;
  margin: left;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media screen and (max-width: 576px) {
  .homeIntro .content {
    text-align: justify;
    line-height: 35px;
  }
}

@media screen and (max-width: 480px) {
  .homeIntro .content {
    line-height: 30px;
  }
}

@media screen and (max-width: 360px) {
  .homeIntro .content {
    font-size: 1rem;
    text-align: justify;
  }
}

@media screen and (max-width: 320px) {
  .homeIntro .content {
    font-size: 0.9rem;
  }
}

@media (max-width: 767px) {
  .homeIntro {
    margin-top: 40px;
  }
  .homeIntro .section-title, .homeIntro .content {
    text-align: center;
  }
  .mainstats .mainstats-card .content {
    padding-top: 1rem;
  }
}

.productSelect-section {
  margin-top: 100px;
}

.productSelect-section .nav-tabs {
  justify-content: center;
  border-bottom: 1px solid transparent;
}

.productColors-color {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 -3px;
}

.productColors-color li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4px;
  font-size: 14px;
  margin: 0 3px;
  border: 1px solid #e9e9e9;
}

.productColors-color li.active {
  border-bottom: 2px solid #52181c;
}

.productColors-top {
  display: flex;
  margin: 56px -15px 0;
}

@media screen and (max-width: 1200px) {
  .productColors-top {
    margin: 56px -15px -159px;
  }
}

@media screen and (max-width: 768px) {
  .productColors-top {
    margin: 56px -15px 170px;
  }
}

.productColors-top > * {
  margin: 0 15px;
}

.productColors-top .productInfo h5 {
  font-size: 21px;
  font-family: "ubuntu", "Open Sans", sans-serif;
}

.productColors-top .productInfo {
  padding-left: 60px;
}

@media screen and (max-width: 768px) {
  .productColors-top .productInfo {
    padding-left: 0px;
  }
}

.productColors-top .productInfo .productInfo-content {
  margin-top: 20px;
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 768px) {
  .productColors-top .productInfo .productInfo-content {
    text-align: justify;
  }
}

.productColors-imgrack {
  margin-bottom: -140px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .productColors-imgrack {
    margin-bottom: 200px;
  }
}

.productColors-imgrack img {
  width: 100%;
  max-height: 482px;
  max-width: 800px;
  object-fit: contain;
}

@media screen and (max-width: 1024px) {
  .productColors-imgrack img {
    margin-bottom: -300px;
  }
}

.productSelect-section + footer {
  padding-top: 80px;
}

.productSelect-section + footer .container {
  margin-top: 60px;
}

.companyFeatures {
  display: flex;
  justify-content: space-between;
  margin: auto;
  position: relative;
  top: 100px;
  padding: 20px 0 80px;
}

@media screen and (max-width: 1024px) {
  .companyFeatures {
    top: 10rem;
  }
}

@media screen and (max-width: 768px) {
  .companyFeatures {
    position: relative;
    top: -5rem;
  }
}

@media screen and (max-width: 360px) {
  .companyFeatures {
    padding-right: 0;
    padding-left: 20px;
  }
}

.companyFeatures .left > div,
.companyFeatures .right > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media screen and (max-width: 360px) {
  .companyFeatures .left > div,
  .companyFeatures .right > div {
    width: 100%;
  }
}

.companyFeatures .left > div:first-child,
.companyFeatures .right > div:first-child {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .companyFeatures .left > div:first-child,
  .companyFeatures .right > div:first-child {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 576px) {
  .companyFeatures .left > div:first-child,
  .companyFeatures .right > div:first-child {
    margin-bottom: 3rem;
    margin-left: -30px;
  }
}

@media screen and (max-width: 360px) {
  .companyFeatures .left > div:first-child,
  .companyFeatures .right > div:first-child {
    margin-left: 0px;
  }
}

.companyFeatures .left h6,
.companyFeatures .right h6 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .companyFeatures .left h6,
  .companyFeatures .right h6 {
    font-size: 14px;
  }
}

@media screen and (max-width: 360px) {
  .companyFeatures .left h6,
  .companyFeatures .right h6 {
    font-size: 16px;
  }
}

.companyFeatures .left p,
.companyFeatures .right p {
  margin-bottom: 0;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .companyFeatures .left p,
  .companyFeatures .right p {
    font-size: 12px;
  }
}

@media screen and (max-width: 576px) {
  .companyFeatures .left p,
  .companyFeatures .right p {
    font-size: 14px;
  }
}

.companyFeatures .left img,
.companyFeatures .right img {
  margin-right: 10px;
}

.companyFeatures .left > :first-child {
  margin-left: 60px;
}

@media screen and (max-width: 768px) {
  .companyFeatures .left > :first-child {
    margin-left: 0px;
    margin-right: 1.5rem;
  }
}

@media screen and (max-width: 576px) {
  .companyFeatures .left > :first-child {
    margin-left: 0;
    margin-right: 40px;
  }
}

.companyFeatures .right > :first-child {
  margin-left: -60px;
}

@media screen and (max-width: 768px) {
  .companyFeatures .right > :first-child {
    margin-left: 0px;
    margin-right: 1.5rem;
  }
}

@media screen and (max-width: 576px) {
  .companyFeatures .right > :first-child {
    margin-right: 70px;
  }
}

@media screen and (max-width: 768px) {
  .companyFeatures .left,
  .companyFeatures .right {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex: 1;
  }
}

@media screen and (max-width: 1200px) {
  .companyFeatures .left,
  .companyFeatures .right {
    position: relative;
    bottom: 3rem;
  }
}

@media screen and (max-width: 576px) {
  .companyFeatures .left,
  .companyFeatures .right {
    flex-direction: column;
  }
}

@media screen and (max-width: 360px) {
  .companyFeatures .left,
  .companyFeatures .right {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .companyFeatures .left img,
  .companyFeatures .right img {
    width: 2rem;
  }
}

@media screen and (max-width: 320px) {
  .companyFeatures .left img,
  .companyFeatures .right img {
    width: 1.5rem;
  }
}

@media screen and (max-width: 1200px) {
  .companyFeatures .left {
    position: relative;
    left: -50px;
  }
}

@media screen and (max-width: 1200px) {
  .companyFeatures .left {
    position: relative;
    left: 0;
  }
}

@media screen and (max-width: 1024px) {
  .companyFeatures .right {
    position: relative;
    right: -50px;
  }
}

@media screen and (max-width: 1024px) {
  .companyFeatures .right {
    position: relative;
    right: 0;
  }
}

@media screen and (max-width: 1024px) {
  .productColors-imgrack {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 768px) {
  .productColors-imgrack {
    margin-bottom: -400px;
  }
}

@media screen and (max-width: 576px) {
  .productColors-imgrack {
    margin-bottom: -350px;
  }
}

@media screen and (max-width: 360px) {
  .productColors-imgrack {
    margin-bottom: -320px;
  }
}

.productColors-imgrack img {
  margin-top: -250px;
}

@media screen and (max-width: 1024px) {
  .productColors-imgrack img {
    max-width: 650px;
  }
}

@media screen and (max-width: 768px) {
  .productColors-imgrack img {
    margin-bottom: 250px;
  }
}

#chooseProduct2 .productColors .productColors-imgrack {
  position: relative;
  margin-bottom: -165px;
}

#chooseProduct2 .productColors .productColors-imgrack img {
  max-height: 482px;
  max-width: 800px;
  object-fit: contain;
}

.vehicle-section {
  width: 100%;
}

.vehicle-section .container-fluid {
  padding: 0;
}

.vehicle-section .container-fluid .content {
  display: flex;
  grid-gap: 1rem;
}

.vehicle-section .container-fluid .content .product {
  width: 50%;
}

.vehicle-section .container-fluid .content .product .img-product-first1,
.vehicle-section .container-fluid .content .product .img-product-first2{
  height: 400px;
}

@media (max-width: 1768px){
  .vehicle-section .container-fluid .content .product .img-product-first1,
  .vehicle-section .container-fluid .content .product .img-product-first2{
    height: 400px;
  }
}

@media (max-width: 1536px){
  .vehicle-section .container-fluid .content .product .img-product-first1,
  .vehicle-section .container-fluid .content .product .img-product-first2{
    height: 350px;
  }
}

@media (max-width: 1200px){
  .vehicle-section .container-fluid .content .product .img-product-first1,
  .vehicle-section .container-fluid .content .product .img-product-first2{
    height: 300px;
  }
}

@media (max-width: 1100px){
  .vehicle-section .container-fluid .content .product .img-product-first1,
  .vehicle-section .container-fluid .content .product .img-product-first2{
    height: 250px;
  }
}

@media (max-width: 900px){
  .vehicle-section .container-fluid .content .product .img-product-first1,
  .vehicle-section .container-fluid .content .product .img-product-first2{
    height: 200px;
  }
}

@media (max-width: 768px) {
  .vehicle-section .container-fluid .content {
    flex-direction: column;
    grid-gap: 5rem;
  }

  .vehicle-section .container-fluid .content .product {
    width: 100%;
  }

  .vehicle-section .container-fluid .content .product .img-product-first1,
  .vehicle-section .container-fluid .content .product .img-product-first2{
    height: 300px;
  }
}

@media (max-width: 650px){
  .vehicle-section .container-fluid .content .product .img-product-first1,
  .vehicle-section .container-fluid .content .product .img-product-first2{
    height: 250px;
  }
}

@media (max-width: 550px){
  .vehicle-section .container-fluid .content .product .img-product-first1,
  .vehicle-section .container-fluid .content .product .img-product-first2{
    height: 200px;
  }
}

@media (max-width: 500px){
  .vehicle-section .container-fluid .content .product .img-product-first1,
  .vehicle-section .container-fluid .content .product .img-product-first2{
    height: 250px;
  }
}

@media (max-width: 450px){
  .vehicle-section .container-fluid .content {
    grid-gap: 3rem;
  }

  .vehicle-section .container-fluid .content .product .product-details .product-content h2{
    font-size: 1.5rem;
  }

  .vehicle-section .container-fluid .content .product .product-details .product-content p{
    font-size: 0.9rem;
  }

  .vehicle-section .container-fluid .content .product .img-product-first1,
  .vehicle-section .container-fluid .content .product .img-product-first2{
    height: 100%;
  }
}

.vehicle-section .container-fluid .content .product .img-product-first1 img,
.vehicle-section .container-fluid .content .product .img-product-first2 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vehicle-section .container-fluid .content .product .product-details {
  text-align: center;
  width: 100%;
  height: 100%;
  margin-top: 1rem;
}

.vehicle-section .container-fluid .content .product .product-details .product-content p {
  margin-bottom: 30px;
}

.vehicle-section .container-fluid .content .product .product-details .product-content .btn__explore {
  background: #000000;
  border: none;
  outline: none;
  padding: 15px 50px;
  letter-spacing: 1px;
  transition: all 300ms ease-in-out;
  color: #fff;
}

.vehicle-section .container-fluid .content .product .product-details .product-content .btn__explore:hover {
  background-color: #760b0a;
}

@media screen and (max-width: 1024px) {
  .vehicle-section .container-fluid .content .product .product-details .product-content .btn__explore {
    font-size: 14px;
    letter-spacing: 2px;
  }
}

.innovation__features {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}

@media screen and (max-width: 1440px) {
  .innovation__features {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 426px) {
  .innovation__features {
    margin-top: 30px;
  }
}

.innovation__features-title {
  font-size: 32px;
  color: #000000;
}

@media screen and (max-width: 1280px) {
  .innovation__features-title {
    font-size: 26px;
  }
}

@media screen and (max-width: 768px) {
  .innovation__features-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 426px) {
  .innovation__features-title {
    font-size: 20px;
  }
}

.innovation__features-des {
  font-size: 16px;
  color: #000000;
  line-height: 30px;
  padding: 0 300px;
  text-align: center;
}

@media screen and (max-width: 1280px) {
  .innovation__features-des {
    padding: 0 100px;
    font-size: 14px;
    line-height: 25px;
  }
}

@media screen and (max-width: 768px) {
  .innovation__features-des {
    padding: 0 30px;
    font-size: 14px;
  }
}

@media screen and (max-width: 426px) {
  .innovation__features-des {
    padding: 0 10px;
    font-size: 12px;
    text-align: justify;
    line-height: 18px;
  }
}

.innovation__features-gallery {
  margin-top: 50px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat 3, 1fr;
  grid-gap: 1rem;
  grid-template-areas: 'img-1 img-2'
 'img-1 img-3';
}

@media screen and (max-width: 1280px) {
  .innovation__features-gallery {
    grid-gap: 0.8rem;
  }
}

@media screen and (max-width: 768px) {
  .innovation__features-gallery {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 426px) {
  .innovation__features-gallery {
    margin-top: 20px;
  }
}

.innovation__features-gallery div {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.innovation__features-gallery div .card__image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.innovation__features-gallery div .card__image img {
  width: 100%;
  height: 100%;
  transition: all 300ms ease-in-out;
}

@media screen and (max-width: 768px) {
  .innovation__features-gallery div .card__image img {
    height: 600px;
    object-fit: cover;
  }
}

@media screen and (max-width: 426px) {
  .innovation__features-gallery div .card__image img {
    height: 400px;
  }
}

.innovation__features-gallery div .card__image:hover img {
  transform: scale(1.1);
}

.innovation__features-gallery div .card__image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  z-index: 2;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2));
  transition: all 300ms ease-in-out;
}

.innovation__features-gallery div .card__image:hover::before {
  opacity: 0.5;
}

.innovation__features-gallery div .innovation__gallery-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  z-index: 5;
  transition: all 300ms ease-in-out;
}

@media screen and (max-width: 1440px) {
  .innovation__features-gallery div .innovation__gallery-content {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .innovation__features-gallery div .innovation__gallery-content {
    font-size: 18px;
  }
}

@media screen and (max-width: 426px) {
  .innovation__features-gallery div .innovation__gallery-content {
    font-size: 12px;
    padding-left: 20px;
  }
}

.innovation__features-gallery div .innovation__gallery-content .card__link {
  color: #fff;
  letter-spacing: 1px;
  padding: 10px 20px;
  font-weight: 800;
  font-size: 14px;
  display: flex;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  transition: all 300ms ease-in-out;
}

.innovation__features-gallery div .innovation__gallery-content .card__link .fas {
  font-size: 12px;
  margin-left: 0.2rem;
  margin-top: 0.05rem;
}

.innovation__features-gallery div .innovation__gallery-content .card__link:hover {
  color: #760b0a;
}

.innovation__features .img-1 {
  grid-area: img-1;
  height: 100%;
}

.innovation__features .img-2 {
  grid-area: img-2;
}

.innovation__features .img-3 {
  grid-area: img-3;
}

.innovation__features .innovation__design-gallery {
  display: flex;
  width: 100%;
  margin-top: 1rem;
}

@media screen and (max-width: 1280px) {
  .innovation__features .innovation__design-gallery {
    margin-top: 0.5rem;
  }
}

@media screen and (max-width: 768px) {
  .innovation__features .innovation__design-gallery {
    flex-direction: column;
  }
}

.innovation__features .innovation__design-gallery .innovation__card {
  width: 100%;
  position: relative;
  cursor: pointer;
}

.innovation__features .innovation__design-gallery .innovation__card .card__image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.innovation__features .innovation__design-gallery .innovation__card .card__image img {
  width: 100%;
  height: 100%;
  transform: scale(1.05);
  transition: all 300ms;
}

@media screen and (max-width: 768px) {
  .innovation__features .innovation__design-gallery .innovation__card .card__image img {
    height: 600px;
    object-fit: cover;
  }
}

@media screen and (max-width: 426px) {
  .innovation__features .innovation__design-gallery .innovation__card .card__image img {
    height: 400px;
  }
}

.innovation__features .innovation__design-gallery .innovation__card .card__image:hover img {
  transform: scale(1.1);
}

.innovation__features .innovation__design-gallery .innovation__card .card__image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  z-index: 2;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2));
  transition: all 300ms ease-in-out;
}

.innovation__features .innovation__design-gallery .innovation__card .card__image:hover::before {
  opacity: 0.5;
}

.innovation__features .innovation__design-gallery .innovation__card .innovation__card-content {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 0 0.5rem;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 5;
  transition: all 300ms ease-in-out;
}

@media screen and (max-width: 1440px) {
  .innovation__features .innovation__design-gallery .innovation__card .innovation__card-content {
    font-size: 14px;
  }
}

.innovation__features .innovation__design-gallery .innovation__card .innovation__card-content .card__link {
  color: #fff;
  letter-spacing: 1px;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  transition: all 300ms ease-in-out;
}

.innovation__features .innovation__design-gallery .innovation__card .innovation__card-content .card__link .fas {
  font-size: 12px;
  margin-left: 0.2rem;
  margin-top: 0.05rem;
}

.innovation__features .innovation__design-gallery .innovation__card .innovation__card-content .card__link:hover {
  color: #760b0a;
}

@media (max-width: 767px) {
  .innovation__features .innovation__features {
    margin-top: 0;
  }
}

.innovation__features .card__content-overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000000;
  z-index: 10000000;
  padding: 0 5rem;
}

@media screen and (max-width: 768px) {
  .innovation__features .card__content-overlay {
    width: 100%;
    height: 100%;
  }
}

.innovation__features .card__content-overlay .card__main-content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .innovation__features .card__content-overlay .card__main-content {
    flex-direction: column;
  }
}

.innovation__features .card__content-overlay .card__main-content .popup__close {
  position: absolute;
  top: 1rem;
  right: -4rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
}

.innovation__features .card__content-overlay .card__main-content .popup__close .bars {
  width: 1.5rem;
  height: 0.1rem;
  background: #fff;
  position: relative;
  transform: rotate(45deg);
  transition: all 500ms ease-in-out;
}

.innovation__features .card__content-overlay .card__main-content .popup__close .bars:last-child {
  position: relative;
  left: -24px;
  top: 0;
  transform: rotate(-45deg);
}

.innovation__features .card__content-overlay .card__main-content .card__content-details {
  width: 900px;
  height: 605px;
  background: #fff;
  padding-left: 3rem;
  padding-right: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .innovation__features .card__content-overlay .card__main-content .card__content-details {
    width: 100%;
    height: 100%;
  }
}

.innovation__features .card__content-overlay .card__main-content .card__content-details-title {
  font-size: 28px;
  color: #000000;
  font-weight: 500;
  line-height: 35px;
}

.innovation__features .card__content-overlay .card__main-content .card__content-details-des {
  font-size: 16px;
  color: #000000;
  margin-top: 2rem;
}

.innovation__features .card__content-overlay .card__main-content .card__content-details-des:last-child {
  margin-top: 0;
}

.innovation__features .card__content-overlay .card__main-content .card__content-image {
  width: 100%;
  height: 605px;
}

@media screen and (max-width: 768px) {
  .innovation__features .card__content-overlay .card__main-content .card__content-image {
    height: 50vh;
  }
}

.innovation__features .card__content-overlay .card__main-content .card__content-image .content__details-image {
  width: 100%;
  height: 100%;
}

.innovation__features .card__content-overlay .card__main-content .card__content-image .content__details-image img {
  width: 100%;
  height: 100%;
}

.innovation__features .overlay {
  display: flex;
}

#homecontentBox7,
#homecontentBox8,
#homecontentBox9 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  transition: all 500ms ease-in-out;
  animation: fade 500ms ease-in-out;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#homecontentBox7 .close__bar,
#homecontentBox8 .close__bar,
#homecontentBox9 .close__bar {
  position: absolute;
  top: 3rem;
  right: 4rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  z-index: 1000000;
}

#homecontentBox7 .close__bar .bars,
#homecontentBox8 .close__bar .bars,
#homecontentBox9 .close__bar .bars {
  position: relative;
  top: 1.5rem;
  left: 0.5rem;
  width: 2rem;
  height: 0.1rem;
  display: block;
  background: #fff;
  transform: rotate(45deg);
}

#homecontentBox7 .close__bar .bars::before,
#homecontentBox8 .close__bar .bars::before,
#homecontentBox9 .close__bar .bars::before {
  content: '';
  position: absolute;
  width: inherit;
  height: inherit;
  background: inherit;
  transform: rotate(-90deg);
}

#homecontentBox7 .d-flex,
#homecontentBox8 .d-flex,
#homecontentBox9 .d-flex {
  width: 100%;
  height: 100%;
}

#homecontentBox7 .d-flex .card__content-details,
#homecontentBox8 .d-flex .card__content-details,
#homecontentBox9 .d-flex .card__content-details {
  width: 100%;
  height: 100%;
  padding-left: 100px;
  padding-right: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

#homecontentBox7 .d-flex .card__content-details h1,
#homecontentBox8 .d-flex .card__content-details h1,
#homecontentBox9 .d-flex .card__content-details h1 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
  text-align: left;
}

#homecontentBox7 .d-flex .card__content-details p,
#homecontentBox8 .d-flex .card__content-details p,
#homecontentBox9 .d-flex .card__content-details p {
  margin-top: 2rem;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
  position: relative;
  padding-left: 20px;
}

#homecontentBox7 .d-flex .card__content-details p::before,
#homecontentBox8 .d-flex .card__content-details p::before,
#homecontentBox9 .d-flex .card__content-details p::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0.2rem;
  height: 100%;
  display: block;
  background: #760b0a;
}

#homecontentBox7 .d-flex .card__content-image,
#homecontentBox8 .d-flex .card__content-image,
#homecontentBox9 .d-flex .card__content-image {
  width: 100%;
  height: 100vh;
}

#homecontentBox7 .d-flex .card__content-image .card__img,
#homecontentBox8 .d-flex .card__content-image .card__img,
#homecontentBox9 .d-flex .card__content-image .card__img {
  width: 100%;
  height: 100vh;
}

#homecontentBox7 .d-flex .card__content-image .card__img img,
#homecontentBox8 .d-flex .card__content-image .card__img img,
#homecontentBox9 .d-flex .card__content-image .card__img img {
  width: 60vw;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1150px) {
  #homecontentBox7 .close__bar,
  #homecontentBox8 .close__bar,
  #homecontentBox9 .close__bar {
    top: 1rem;
    right: 2rem;
  }
  #homecontentBox7 .close__bar .bars,
  #homecontentBox8 .close__bar .bars,
  #homecontentBox9 .close__bar .bars {
    background: black;
  }
  #homecontentBox7 .d-flex .card__content-image .card__img img,
  #homecontentBox8 .d-flex .card__content-image .card__img img,
  #homecontentBox9 .d-flex .card__content-image .card__img img {
    width: 600px !important;
    height: 600px !important;
    position: relative;
    top: 5rem;
    left: 2rem;
  }
}

@media (max-width: 1024px) {
  #homecontentBox7 .close__bar,
  #homecontentBox8 .close__bar,
  #homecontentBox9 .close__bar {
    top: 1rem;
    right: 2rem;
  }
  #homecontentBox7 .close__bar .bars,
  #homecontentBox8 .close__bar .bars,
  #homecontentBox9 .close__bar .bars {
    background: black;
  }
  #homecontentBox7 .d-flex .card__content-details,
  #homecontentBox8 .d-flex .card__content-details,
  #homecontentBox9 .d-flex .card__content-details {
    padding: 0 2rem;
  }
  #homecontentBox7 .d-flex .card__content-image .card__img img,
  #homecontentBox8 .d-flex .card__content-image .card__img img,
  #homecontentBox9 .d-flex .card__content-image .card__img img {
    width: 550px !important;
    height: 550px !important;
    position: relative;
    top: 6.5rem;
    left: 0rem;
  }
}

@media (max-width: 950px) {
  #homecontentBox7 .close__bar,
  #homecontentBox8 .close__bar,
  #homecontentBox9 .close__bar {
    top: 1rem;
    right: 2rem;
  }
  #homecontentBox7 .close__bar .bars,
  #homecontentBox8 .close__bar .bars,
  #homecontentBox9 .close__bar .bars {
    background: white;
  }
  #homecontentBox7 .d-flex,
  #homecontentBox8 .d-flex,
  #homecontentBox9 .d-flex {
    flex-direction: column-reverse;
  }
  #homecontentBox7 .d-flex .card__content-details,
  #homecontentBox8 .d-flex .card__content-details,
  #homecontentBox9 .d-flex .card__content-details {
    padding: 0 2rem;
  }
  #homecontentBox7 .d-flex .card__content-image,
  #homecontentBox8 .d-flex .card__content-image,
  #homecontentBox9 .d-flex .card__content-image {
    padding: 0;
    height: 500px;
  }
  #homecontentBox7 .d-flex .card__content-image .card__img,
  #homecontentBox8 .d-flex .card__content-image .card__img,
  #homecontentBox9 .d-flex .card__content-image .card__img {
    height: 100%;
  }
  #homecontentBox7 .d-flex .card__content-image .card__img img,
  #homecontentBox8 .d-flex .card__content-image .card__img img,
  #homecontentBox9 .d-flex .card__content-image .card__img img {
    width: 100% !important;
    height: 100% !important;
    position: relative;
    top: 0rem;
    left: 0rem;
  }
}

@media (max-width: 650px) {
  #homecontentBox7 .close__bar,
  #homecontentBox8 .close__bar,
  #homecontentBox9 .close__bar {
    top: 1rem;
    right: 2rem;
  }
  #homecontentBox7 .close__bar .bars,
  #homecontentBox8 .close__bar .bars,
  #homecontentBox9 .close__bar .bars {
    background: white;
  }
  #homecontentBox7 .d-flex,
  #homecontentBox8 .d-flex,
  #homecontentBox9 .d-flex {
    flex-direction: column-reverse;
  }
  #homecontentBox7 .d-flex .card__content-details,
  #homecontentBox8 .d-flex .card__content-details,
  #homecontentBox9 .d-flex .card__content-details {
    padding: 0 2rem;
  }
  #homecontentBox7 .d-flex .card__content-image,
  #homecontentBox8 .d-flex .card__content-image,
  #homecontentBox9 .d-flex .card__content-image {
    padding: 0;
    height: 400px;
  }
  #homecontentBox7 .d-flex .card__content-image .card__img,
  #homecontentBox8 .d-flex .card__content-image .card__img,
  #homecontentBox9 .d-flex .card__content-image .card__img {
    height: 100%;
  }
  #homecontentBox7 .d-flex .card__content-image .card__img img,
  #homecontentBox8 .d-flex .card__content-image .card__img img,
  #homecontentBox9 .d-flex .card__content-image .card__img img {
    width: 100% !important;
    height: 100% !important;
    position: relative;
    top: 0rem;
    left: 0rem;
  }
}

@media (max-width: 500px) {
  #homecontentBox7 .d-flex,
  #homecontentBox8 .d-flex,
  #homecontentBox9 .d-flex {
    flex-direction: column-reverse;
  }
  #homecontentBox7 .d-flex .card__content-details,
  #homecontentBox8 .d-flex .card__content-details,
  #homecontentBox9 .d-flex .card__content-details {
    padding: 0 2rem;
  }
  #homecontentBox7 .d-flex .card__content-details h1,
  #homecontentBox8 .d-flex .card__content-details h1,
  #homecontentBox9 .d-flex .card__content-details h1 {
    font-size: 24px;
  }
  #homecontentBox7 .d-flex .card__content-details p,
  #homecontentBox8 .d-flex .card__content-details p,
  #homecontentBox9 .d-flex .card__content-details p {
    font-size: 14px;
  }
  #homecontentBox7 .d-flex .card__content-image,
  #homecontentBox8 .d-flex .card__content-image,
  #homecontentBox9 .d-flex .card__content-image {
    height: 330px;
  }
}

@media (max-width: 380px) {
  #homecontentBox7 .d-flex,
  #homecontentBox8 .d-flex,
  #homecontentBox9 .d-flex {
    flex-direction: column-reverse;
  }
  #homecontentBox7 .d-flex .card__content-details,
  #homecontentBox8 .d-flex .card__content-details,
  #homecontentBox9 .d-flex .card__content-details {
    padding: 0 2rem;
  }
  #homecontentBox7 .d-flex .card__content-details h1,
  #homecontentBox8 .d-flex .card__content-details h1,
  #homecontentBox9 .d-flex .card__content-details h1 {
    font-size: 20px;
  }
  #homecontentBox7 .d-flex .card__content-details p,
  #homecontentBox8 .d-flex .card__content-details p,
  #homecontentBox9 .d-flex .card__content-details p {
    font-size: 14px;
    line-height: 25px;
  }
}

@media (max-width: 327px) {
  #homecontentBox7 .d-flex,
  #homecontentBox8 .d-flex,
  #homecontentBox9 .d-flex {
    flex-direction: column-reverse;
  }
  #homecontentBox7 .d-flex .card__content-details,
  #homecontentBox8 .d-flex .card__content-details,
  #homecontentBox9 .d-flex .card__content-details {
    padding: 0 1rem;
  }
  #homecontentBox7 .d-flex .card__content-details h1,
  #homecontentBox8 .d-flex .card__content-details h1,
  #homecontentBox9 .d-flex .card__content-details h1 {
    font-size: 20px;
  }
  #homecontentBox7 .d-flex .card__content-details p,
  #homecontentBox8 .d-flex .card__content-details p,
  #homecontentBox9 .d-flex .card__content-details p {
    font-size: 14px;
    line-height: 25px;
  }
}

@media (max-width: 1536px) {
  .innovation__features-gallery div .innovation__gallery-content {
    flex-direction: column;
    text-align: center;
  }
  .innovation__features-gallery div .innovation__gallery-content .card__link {
    font-size: 12px;
  }
}

a, a:hover {
  text-decoration: none;
}

.car__banner {
  width: 100%;
  height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../img/2019_CX-5.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1024px) {
  .car__banner {
    height: 451px !important;
  }
}

@media screen and (max-width: 768px) {
  .car__banner {
    height: 350px !important;
  }
}

@media screen and (max-width: 426px) {
  .car__banner {
    height: 180px !important;
    overflow-x: hidden;
  }
}

.car__banner-title {
  color: #fff;
  position: relative;
  top: -15rem;
  font-family: "ubuntu", "Open Sans", sans-serif;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .car__banner-title {
    top: -4rem;
  }
}

@media screen and (max-width: 426px) {
  .car__banner-title {
    top: 0;
  }
}

.car__banner-title h1 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  .car__banner-title h1 {
    font-size: 16px;
  }
}

@media screen and (max-width: 426px) {
  .car__banner-title h1 {
    font-size: 14px;
  }
}

.car__banner-title h3 {
  font-size: 36px;
  line-height: 44px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  .car__banner-title h3 {
    font-size: 32px;
  }
}

@media screen and (max-width: 426px) {
  .car__banner-title h3 {
    font-size: 26px;
  }
}

@media (max-width: 1536px) {
  .car__banner {
    height: 600px;
  }
}

@media (max-width: 1366px) {
  .car__banner {
    height: 550px;
  }
  .car__banner .car__banner-title {
    top: -12rem;
  }
}

@media (max-width: 1280px) {
  .car__banner {
    height: 490px;
  }
  .car__banner .car__banner-title {
    top: -11rem;
  }
}

@media (max-width: 1100px) {
  .car__banner {
    height: 450px;
  }
  .car__banner .car__banner-title {
    top: -10rem;
  }
}

@media (max-width: 1024px) {
  .car__banner {
    height: 400px !important;
  }
  .car__banner .car__banner-title {
    top: -9rem;
  }
}

@media (max-width: 850px) {
  .car__banner {
    height: 350px !important;
  }
  .car__banner .car__banner-title {
    top: -7.5rem;
  }
  .car__banner .car__banner-title h1 {
    font-size: 16px;
  }
  .car__banner .car__banner-title h3 {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .car__banner {
    height: 300px !important;
  }
  .car__banner .car__banner-title {
    top: -6.5rem;
  }
  .car__banner .car__banner-title h1 {
    font-size: 14px;
  }
  .car__banner .car__banner-title h3 {
    font-size: 26px;
  }
}

@media (max-width: 600px) {
  .car__banner {
    height: 250px !important;
  }
  .car__banner .car__banner-title {
    top: -4.5rem;
  }
  .car__banner .car__banner-title h1 {
    font-size: 12px;
  }
  .car__banner .car__banner-title h3 {
    font-size: 20px;
  }
}

@media (max-width: 500px) {
  .car__banner {
    height: 220px !important;
  }
  .car__banner .car__banner-title {
    top: -5rem;
  }
  .car__banner .car__banner-title h1 {
    font-size: 12px;
  }
  .car__banner .car__banner-title h3 {
    font-size: 20px;
    line-height: 18px;
  }
}

@media (max-width: 425px) {
  .car__banner {
    height: 180px !important;
  }
  .car__banner .car__banner-title {
    top: -3rem;
  }
  .car__banner .car__banner-title h1 {
    font-size: 12px;
  }
  .car__banner .car__banner-title h3 {
    font-size: 20px;
    line-height: 18px;
  }
}

@media (max-width: 375px) {
  .car__banner {
    height: 150px !important;
  }
  .car__banner .car__banner-title {
    top: -3rem;
  }
  .car__banner .car__banner-title h1 {
    font-size: 12px;
  }
  .car__banner .car__banner-title h3 {
    font-size: 20px;
    line-height: 18px;
  }
}

@media (max-width: 320px) {
  .car__banner {
    height: 150px !important;
  }
  .car__banner .car__banner-title {
    top: -3rem;
  }
  .car__banner .car__banner-title h1 {
    font-size: 12px;
  }
  .car__banner .car__banner-title h3 {
    font-size: 20px;
    line-height: 18px;
  }
}

.car__feature {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 150px;
}

@media screen and (max-width: 768px) {
  .car__feature {
    padding: 50px;
  }
}

@media screen and (max-width: 426px) {
  .car__feature {
    padding: 50px;
    overflow-x: hidden;
  }
}

.car__feature-title {
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
}

@media screen and (max-width: 1024px) {
  .car__feature-title {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  .car__feature-title {
    font-size: 20px;
  }
}

.car__feature .car__feature-card {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 2rem;
}

@media screen and (max-width: 1024px) {
  .car__feature .car__feature-card {
    width: 100%;
  }
}

@media screen and (max-width: 426px) {
  .car__feature .car__feature-card {
    width: 100;
  }
}

@media screen and (max-width: 768px) {
  .car__feature .car__feature-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 3rem;
    justify-self: flex-start;
    align-self: flex-start;
  }
}

@media screen and (max-width: 426px) {
  .car__feature .car__feature-card {
    display: flex;
    flex-direction: column;
  }
}

.car__feature .car__feature-card .feature__card {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .car__feature .car__feature-card .feature__card {
    margin-right: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .car__feature .car__feature-card .feature__card {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .car__feature .car__feature-card .feature__card:nth-child(3) {
    position: relative;
    left: -0.4rem;
  }
}

@media screen and (max-width: 768px) {
  .car__feature .car__feature-card .feature__card:nth-child(4) {
    position: relative;
    left: -0.8rem;
  }
}

@media screen and (max-width: 1024px) {
  .car__feature .car__feature-card .feature__card:nth-child(4) {
    margin-right: 0rem;
  }
}

.car__feature .car__feature-card .feature__card .feature__icon {
  height: 45px;
  padding-right: 0.5rem;
  margin-right: 1rem;
  border-right: 1px solid #73141C;
  display: flex;
  justify-content: center;
  align-items: center;
}

.car__feature .car__feature-card .feature__card .feature__icon img {
  width: 28.79px;
}

.car__feature .car__feature-card .feature__card .feature__details {
  display: flex;
  flex-direction: column;
}

.car__feature .car__feature-card .feature__card .feature__details p {
  position: relative;
  top: 0.5rem;
  font-size: 1rem;
  line-height: 5px;
}

@media screen and (max-width: 1024px) {
  .car__feature .car__feature-card .feature__card .feature__details p {
    font-size: 0.9rem;
    white-space: nowrap;
  }
}

@media screen and (max-width: 768px) {
  .car__feature .car__feature-card .feature__card .feature__details p {
    font-size: 1rem;
  }
}

.car__feature .car__feature-card .feature__card .feature__details p:nth-child(even) {
  font-size: 0.8rem;
}

.car__about {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(234, 234, 234, 0.35);
  padding: 65px 0;
}

.car__about-title {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 1px;
}

@media screen and (max-width: 1024px) {
  .car__about-title {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  .car__about-title {
    font-size: 26px;
  }
}

@media screen and (max-width: 426px) {
  .car__about-title {
    font-size: 20px;
  }
}

.car__about-description {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 75px;
}

@media screen and (max-width: 768px) {
  .car__about-description {
    display: flex;
    flex-direction: column-reverse;
  }
}

.car__about-description .car__about-details {
  margin-top: 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .car__about-description .car__about-details {
    padding-left: 0;
  }
}

@media screen and (max-width: 426px) {
  .car__about-description .car__about-details {
    margin-top: -40px;
  }
}

.car__about-description .car__about-details .about__title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
}

@media screen and (max-width: 1024px) {
  .car__about-description .car__about-details .about__title {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .car__about-description .car__about-details .about__title {
    font-size: 20px;
  }
}

@media screen and (max-width: 426px) {
  .car__about-description .car__about-details .about__title {
    font-size: 16px;
  }
}

.car__about-description .car__about-details .about__details {
  font-size: 16px;
  line-height: 30px;
  padding: 0 150px;
  letter-spacing: 1px;
  margin-top: 2rem;
}

@media screen and (max-width: 1024px) {
  .car__about-description .car__about-details .about__details {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .car__about-description .car__about-details .about__details {
    padding: 0;
  }
}

@media screen and (max-width: 426px) {
  .car__about-description .car__about-details .about__details {
    font-size: 13px;
    line-height: 20px;
    text-align: justify;
    padding: 0;
  }
}

.car__about .car__panel {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 5rem;
}

@media screen and (max-width: 426px) {
  .car__about .car__panel {
    height: 200px;
  }
}

.car__about .car__panel #demo {
  max-width: 90vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (max-width: 426px) {
  .car__about .car__panel #demo {
    position: relative;
    top: 3rem;
  }
}

.car__about .car__panel-view {
  width: 100%;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 426px) {
  .car__about .car__panel-view {
    position: relative;
    top: -6rem;
  }
}

.car__about .car__panel-view .drag__link {
  font-size: 14px;
}

@media screen and (max-width: 426px) {
  .car__about .car__panel-view .drag__link {
    font-size: 12px;
  }
}

.car__about .car__panel-view .drag__link i {
  width: 10px;
  margin-left: 0.5rem;
}

.car__interior {
  width: 100%;
  padding: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.car__interior-title {
  font-size: 32px;
  letter-spacing: 1px;
}

@media screen and (max-width: 1024px) {
  .car__interior-title {
    font-size: 30px;
  }
}

@media screen and (max-width: 426px) {
  .car__interior-title {
    font-size: 20px;
  }
}

.car__interior .interior__gallery {
  margin-top: 35px;
}

.car__interior .interior__gallery .car__gallery {
  width: 100%;
}

.car__interior .interior__gallery .car__gallery .gallery__items.galleryImg {
  margin: 0 0.5rem;
}

.car__interior .interior__gallery .car__gallery .gallery__items.galleryImg img {
  width: 80px;
  height: 60px;
  cursor: pointer;
  transform: scale(1);
  transition: all 500ms ease-in-out;
}

@media screen and (max-width: 426px) {
  .car__interior .interior__gallery .car__gallery .gallery__items.galleryImg img {
    width: 60px;
    height: 45px;
  }
}

.car__interior .interior__gallery .car__gallery .gallery__items.galleryImg img:hover {
  transform: scale(1.1);
}

.car__interior .interior__gallery .car__gallery .gallery__items.galleryImg img.scale {
  transform: scale(1.2);
}

.car__interior .fw__image-active {
  margin-top: 35px;
}

@media screen and (max-width: 1024px) {
  .car__interior .fw__image-active {
    width: 100%;
  }
}

.car__interior .fw__image-active .fw__img {
  width: 100%;
  height: 100%;
}

.car__interior .fw__image-active .fw__img img {
  width: 100%;
  height: 600px;
  display: none;
  object-fit: cover;
  animation: imgFade 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

@media screen and (max-width: 768px) {
  .car__interior .fw__image-active .fw__img img {
    height: 450px;
  }
}

@media screen and (max-width: 426px) {
  .car__interior .fw__image-active .fw__img img {
    height: 260px !important;
    width: 100%;
  }
}

@keyframes imgFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .car__interior .fw__image-active .fw__img img {
    height: 460px;
  }
}

@media (max-width: 650px) {
  .car__interior .fw__image-active .fw__img img {
    height: 350px;
  }
}

.innovation__design {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}

@media screen and (max-width: 1024px) {
  .innovation__design {
    width: 100%;
  }
}

@media screen and (max-width: 426px) {
  .innovation__design {
    margin-top: 30px;
  }
}

.innovation__design-title {
  font-size: 32px;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .innovation__design-title {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  .innovation__design-title {
    font-size: 26px;
  }
}

@media screen and (max-width: 426px) {
  .innovation__design-title {
    font-size: 18px;
  }
}

.innovation__design-des {
  font-size: 16px;
  padding: 0 300px;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 1rem;
  line-height: 30px;
}

@media screen and (max-width: 1024px) {
  .innovation__design-des {
    padding: 0 100px;
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .innovation__design-des {
    font-size: 14px;
    padding: 0 50px;
  }
}

@media screen and (max-width: 426px) {
  .innovation__design-des {
    font-size: 12px;
    padding: 0 10px;
  }
}

.innovation__design .innovation__design-gallery {
  display: flex;
  width: 100%;
  margin-top: 100px;
}

@media screen and (max-width: 1024px) {
  .innovation__design .innovation__design-gallery {
    margin-top: 50px;
  }
}

@media screen and (max-width: 426px) {
  .innovation__design .innovation__design-gallery {
    flex-direction: column;
  }
}

.innovation__design .innovation__design-gallery .innovation__card {
  width: 100%;
  position: relative;
  cursor: pointer;
}

.innovation__design .innovation__design-gallery .innovation__card .transform__image {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: all 300ms ease-in-out;
}

.innovation__design .innovation__design-gallery .innovation__card .transform__image img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  background: black;
  transition: all 300ms ease-in-out;
}

.innovation__design .innovation__design-gallery .innovation__card .transform__image:hover img {
  transform: scale(1.1);
}

.innovation__design .innovation__design-gallery .innovation__card .transform__image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  z-index: 2;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2));
  transition: all 300ms ease-in-out;
}

.innovation__design .innovation__design-gallery .innovation__card .transform__image:hover::before {
  opacity: 0.2;
}

.innovation__design .innovation__design-gallery .innovation__card-content {
  position: absolute;
  bottom: 2rem;
  color: #fff;
  width: 100%;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 5;
  transition: all 300ms ease-in-out;
}

@media screen and (max-width: 1536px) {
  .innovation__design .innovation__design-gallery .innovation__card-content {
    flex-direction: column;
    text-align: center;
    padding: 0;
  }
}

.innovation__design .innovation__design-gallery .innovation__card-content .card__link {
  color: #fff;
  letter-spacing: 1px;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  transition: all 300ms ease-in-out;
}

.innovation__design .innovation__design-gallery .innovation__card-content .card__link .fas {
  font-size: 12px;
  margin-left: 0.2rem;
  margin-top: 0.05rem;
}

.innovation__design .innovation__design-gallery .innovation__card-content .card__link:hover {
  color: #760b0a;
}

.innovation__design #contentBoxOne,
.innovation__design #contentBoxTwo,
.innovation__design #contentBoxThree {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  transition: all 500ms ease-in-out;
  animation: fade 500ms ease-in-out;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.innovation__design #contentBoxOne .close__bar,
.innovation__design #contentBoxTwo .close__bar,
.innovation__design #contentBoxThree .close__bar {
  position: absolute;
  top: 3rem;
  right: 4rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  z-index: 1000000;
}

.innovation__design #contentBoxOne .close__bar .bars,
.innovation__design #contentBoxTwo .close__bar .bars,
.innovation__design #contentBoxThree .close__bar .bars {
  position: relative;
  top: 1.5rem;
  left: 0.5rem;
  width: 2rem;
  height: 0.1rem;
  display: block;
  background: #fff;
  transform: rotate(45deg);
}

.innovation__design #contentBoxOne .close__bar .bars::before,
.innovation__design #contentBoxTwo .close__bar .bars::before,
.innovation__design #contentBoxThree .close__bar .bars::before {
  content: '';
  position: absolute;
  width: inherit;
  height: inherit;
  background: inherit;
  transform: rotate(-90deg);
}

.innovation__design #contentBoxOne .d-flex,
.innovation__design #contentBoxTwo .d-flex,
.innovation__design #contentBoxThree .d-flex {
  width: 100%;
  height: 100%;
}

.innovation__design #contentBoxOne .d-flex .card__content-details,
.innovation__design #contentBoxTwo .d-flex .card__content-details,
.innovation__design #contentBoxThree .d-flex .card__content-details {
  width: 100%;
  height: 100%;
  padding-left: 100px;
  padding-right: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.innovation__design #contentBoxOne .d-flex .card__content-details h1,
.innovation__design #contentBoxTwo .d-flex .card__content-details h1,
.innovation__design #contentBoxThree .d-flex .card__content-details h1 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
  text-align: left;
}

.innovation__design #contentBoxOne .d-flex .card__content-details p,
.innovation__design #contentBoxTwo .d-flex .card__content-details p,
.innovation__design #contentBoxThree .d-flex .card__content-details p {
  margin-top: 2rem;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
  position: relative;
  padding-left: 20px;
}

.innovation__design #contentBoxOne .d-flex .card__content-details p::before,
.innovation__design #contentBoxTwo .d-flex .card__content-details p::before,
.innovation__design #contentBoxThree .d-flex .card__content-details p::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0.2rem;
  height: 100%;
  display: block;
  background: #760b0a;
}

.innovation__design #contentBoxOne .d-flex .card__content-image,
.innovation__design #contentBoxTwo .d-flex .card__content-image,
.innovation__design #contentBoxThree .d-flex .card__content-image {
  width: 100%;
  height: 100vh;
}

.innovation__design #contentBoxOne .d-flex .card__content-image .card__img,
.innovation__design #contentBoxTwo .d-flex .card__content-image .card__img,
.innovation__design #contentBoxThree .d-flex .card__content-image .card__img {
  width: 100%;
  height: 100vh;
}

.innovation__design #contentBoxOne .d-flex .card__content-image .card__img img,
.innovation__design #contentBoxTwo .d-flex .card__content-image .card__img img,
.innovation__design #contentBoxThree .d-flex .card__content-image .card__img img {
  width: 60vw;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1150px) {
  .innovation__design #contentBoxOne .close__bar,
  .innovation__design #contentBoxTwo .close__bar,
  .innovation__design #contentBoxThree .close__bar {
    top: 1rem;
    right: 2rem;
  }
  .innovation__design #contentBoxOne .close__bar .bars,
  .innovation__design #contentBoxTwo .close__bar .bars,
  .innovation__design #contentBoxThree .close__bar .bars {
    background: black;
  }
  .innovation__design #contentBoxOne .d-flex .card__content-image .card__img img,
  .innovation__design #contentBoxTwo .d-flex .card__content-image .card__img img,
  .innovation__design #contentBoxThree .d-flex .card__content-image .card__img img {
    width: 600px !important;
    height: 600px !important;
    position: relative;
    top: 5rem;
    left: 2rem;
  }
}

@media (max-width: 1024px) {
  .innovation__design #contentBoxOne .close__bar,
  .innovation__design #contentBoxTwo .close__bar,
  .innovation__design #contentBoxThree .close__bar {
    top: 1rem;
    right: 2rem;
  }
  .innovation__design #contentBoxOne .close__bar .bars,
  .innovation__design #contentBoxTwo .close__bar .bars,
  .innovation__design #contentBoxThree .close__bar .bars {
    background: black;
  }
  .innovation__design #contentBoxOne .d-flex .card__content-details,
  .innovation__design #contentBoxTwo .d-flex .card__content-details,
  .innovation__design #contentBoxThree .d-flex .card__content-details {
    padding: 0 2rem;
  }
  .innovation__design #contentBoxOne .d-flex .card__content-image .card__img img,
  .innovation__design #contentBoxTwo .d-flex .card__content-image .card__img img,
  .innovation__design #contentBoxThree .d-flex .card__content-image .card__img img {
    width: 550px !important;
    height: 550px !important;
    position: relative;
    top: 6.5rem;
    left: 0rem;
  }
}

@media (max-width: 950px) {
  .innovation__design #contentBoxOne .close__bar,
  .innovation__design #contentBoxTwo .close__bar,
  .innovation__design #contentBoxThree .close__bar {
    top: 1rem;
    right: 2rem;
  }
  .innovation__design #contentBoxOne .close__bar .bars,
  .innovation__design #contentBoxTwo .close__bar .bars,
  .innovation__design #contentBoxThree .close__bar .bars {
    background: white;
  }
  .innovation__design #contentBoxOne .d-flex,
  .innovation__design #contentBoxTwo .d-flex,
  .innovation__design #contentBoxThree .d-flex {
    flex-direction: column-reverse;
  }
  .innovation__design #contentBoxOne .d-flex .card__content-details,
  .innovation__design #contentBoxTwo .d-flex .card__content-details,
  .innovation__design #contentBoxThree .d-flex .card__content-details {
    padding: 0 2rem;
  }
  .innovation__design #contentBoxOne .d-flex .card__content-image,
  .innovation__design #contentBoxTwo .d-flex .card__content-image,
  .innovation__design #contentBoxThree .d-flex .card__content-image {
    padding: 0;
    height: 500px;
  }
  .innovation__design #contentBoxOne .d-flex .card__content-image .card__img,
  .innovation__design #contentBoxTwo .d-flex .card__content-image .card__img,
  .innovation__design #contentBoxThree .d-flex .card__content-image .card__img {
    height: 100%;
  }
  .innovation__design #contentBoxOne .d-flex .card__content-image .card__img img,
  .innovation__design #contentBoxTwo .d-flex .card__content-image .card__img img,
  .innovation__design #contentBoxThree .d-flex .card__content-image .card__img img {
    width: 100% !important;
    height: 100% !important;
    position: relative;
    top: 0rem;
    left: 0rem;
  }
}

@media (max-width: 650px) {
  .innovation__design #contentBoxOne .close__bar,
  .innovation__design #contentBoxTwo .close__bar,
  .innovation__design #contentBoxThree .close__bar {
    top: 1rem;
    right: 2rem;
  }
  .innovation__design #contentBoxOne .close__bar .bars,
  .innovation__design #contentBoxTwo .close__bar .bars,
  .innovation__design #contentBoxThree .close__bar .bars {
    background: white;
  }
  .innovation__design #contentBoxOne .d-flex,
  .innovation__design #contentBoxTwo .d-flex,
  .innovation__design #contentBoxThree .d-flex {
    flex-direction: column-reverse;
  }
  .innovation__design #contentBoxOne .d-flex .card__content-details,
  .innovation__design #contentBoxTwo .d-flex .card__content-details,
  .innovation__design #contentBoxThree .d-flex .card__content-details {
    padding: 0 2rem;
  }
  .innovation__design #contentBoxOne .d-flex .card__content-image,
  .innovation__design #contentBoxTwo .d-flex .card__content-image,
  .innovation__design #contentBoxThree .d-flex .card__content-image {
    padding: 0;
    height: 400px;
  }
  .innovation__design #contentBoxOne .d-flex .card__content-image .card__img,
  .innovation__design #contentBoxTwo .d-flex .card__content-image .card__img,
  .innovation__design #contentBoxThree .d-flex .card__content-image .card__img {
    height: 100%;
  }
  .innovation__design #contentBoxOne .d-flex .card__content-image .card__img img,
  .innovation__design #contentBoxTwo .d-flex .card__content-image .card__img img,
  .innovation__design #contentBoxThree .d-flex .card__content-image .card__img img {
    width: 100% !important;
    height: 100% !important;
    position: relative;
    top: 0rem;
    left: 0rem;
  }
}

@media (max-width: 500px) {
  .innovation__design #contentBoxOne .d-flex,
  .innovation__design #contentBoxTwo .d-flex,
  .innovation__design #contentBoxThree .d-flex {
    flex-direction: column-reverse;
  }
  .innovation__design #contentBoxOne .d-flex .card__content-details,
  .innovation__design #contentBoxTwo .d-flex .card__content-details,
  .innovation__design #contentBoxThree .d-flex .card__content-details {
    padding: 0 2rem;
  }
  .innovation__design #contentBoxOne .d-flex .card__content-details h1,
  .innovation__design #contentBoxTwo .d-flex .card__content-details h1,
  .innovation__design #contentBoxThree .d-flex .card__content-details h1 {
    font-size: 24px;
  }
  .innovation__design #contentBoxOne .d-flex .card__content-details p,
  .innovation__design #contentBoxTwo .d-flex .card__content-details p,
  .innovation__design #contentBoxThree .d-flex .card__content-details p {
    font-size: 14px;
  }
  .innovation__design #contentBoxOne .d-flex .card__content-image,
  .innovation__design #contentBoxTwo .d-flex .card__content-image,
  .innovation__design #contentBoxThree .d-flex .card__content-image {
    height: 330px;
  }
}

@media (max-width: 380px) {
  .innovation__design #contentBoxOne .d-flex,
  .innovation__design #contentBoxTwo .d-flex,
  .innovation__design #contentBoxThree .d-flex {
    flex-direction: column-reverse;
  }
  .innovation__design #contentBoxOne .d-flex .card__content-details,
  .innovation__design #contentBoxTwo .d-flex .card__content-details,
  .innovation__design #contentBoxThree .d-flex .card__content-details {
    padding: 0 2rem;
  }
  .innovation__design #contentBoxOne .d-flex .card__content-details h1,
  .innovation__design #contentBoxTwo .d-flex .card__content-details h1,
  .innovation__design #contentBoxThree .d-flex .card__content-details h1 {
    font-size: 20px;
  }
  .innovation__design #contentBoxOne .d-flex .card__content-details p,
  .innovation__design #contentBoxTwo .d-flex .card__content-details p,
  .innovation__design #contentBoxThree .d-flex .card__content-details p {
    font-size: 14px;
    line-height: 25px;
  }
}

@media (max-width: 327px) {
  .innovation__design #contentBoxOne .d-flex,
  .innovation__design #contentBoxTwo .d-flex,
  .innovation__design #contentBoxThree .d-flex {
    flex-direction: column-reverse;
  }
  .innovation__design #contentBoxOne .d-flex .card__content-details,
  .innovation__design #contentBoxTwo .d-flex .card__content-details,
  .innovation__design #contentBoxThree .d-flex .card__content-details {
    padding: 0 1rem;
  }
  .innovation__design #contentBoxOne .d-flex .card__content-details h1,
  .innovation__design #contentBoxTwo .d-flex .card__content-details h1,
  .innovation__design #contentBoxThree .d-flex .card__content-details h1 {
    font-size: 20px;
  }
  .innovation__design #contentBoxOne .d-flex .card__content-details p,
  .innovation__design #contentBoxTwo .d-flex .card__content-details p,
  .innovation__design #contentBoxThree .d-flex .card__content-details p {
    font-size: 14px;
    line-height: 25px;
  }
}

.innovation__design .fw__feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 1536px) {
  .innovation__design .fw__feature {
    height: 550px;
  }
}

@media screen and (max-width: 1024px) {
  .innovation__design .fw__feature {
    display: flex;
  }
}

@media screen and (max-width: 426px) {
  .innovation__design .fw__feature {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 1920px) {
  .innovation__design .fw__feature .fw__feature-image img {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .innovation__design .fw__feature .fw__feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media screen and (max-width: 768px) {
  .innovation__design .fw__feature .fw__feature-image img {
    width: 400px;
  }
}

@media screen and (max-width: 426px) {
  .innovation__design .fw__feature .fw__feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.innovation__design .fw__feature .fw__feature-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 100px;
  z-index: 1000;
  background: #000000;
  flex: 1;
}

@media screen and (max-width: 1024px) {
  .innovation__design .fw__feature .fw__feature-content {
    padding-left: 0px;
  }
}

@media screen and (max-width: 426px) {
  .innovation__design .fw__feature .fw__feature-content {
    background: #000000;
    padding: 40px 20px;
  }
}

.innovation__design .fw__feature .fw__feature-content .fw__feature-title {
  color: #fff;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
  .innovation__design .fw__feature .fw__feature-content .fw__feature-title {
    font-size: 26px;
  }
}

@media screen and (max-width: 768px) {
  .innovation__design .fw__feature .fw__feature-content .fw__feature-title {
    font-size: 26px;
  }
}

@media screen and (max-width: 426px) {
  .innovation__design .fw__feature .fw__feature-content .fw__feature-title {
    font-size: 20px;
  }
}

.innovation__design .fw__feature .fw__feature-content .fw__feature-des {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  margin-top: 20px;
}

@media screen and (max-width: 1024px) {
  .innovation__design .fw__feature .fw__feature-content .fw__feature-des {
    font-size: 14px;
  }
}

@media screen and (max-width: 426px) {
  .innovation__design .fw__feature .fw__feature-content .fw__feature-des {
    font-size: 14px;
    line-height: 25px;
  }
}

.innovation__design .fw__feature .fw__feature-content .fw__feature-des-details {
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  line-height: 35px;
}

@media screen and (max-width: 1024px) {
  .innovation__design .fw__feature .fw__feature-content .fw__feature-des-details {
    font-size: 14px;
  }
}

@media screen and (max-width: 426px) {
  .innovation__design .fw__feature .fw__feature-content .fw__feature-des-details {
    font-size: 14px;
    line-height: 25px;
  }
}

.innovation__design .fw__feature .fw__feature-content .fw__feature-des-details span {
  font-weight: bold;
}

.innovation__design .fw__feature .fw__feature-content .fw__feature-cta {
  background: #52181c;
  color: #fff;
  margin-top: 20px;
  max-width: 200px;
  height: 48px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 300ms ease-in-out;
}

@media screen and (max-width: 1024px) {
  .innovation__design .fw__feature .fw__feature-content .fw__feature-cta {
    line-height: 50px;
  }
}

@media screen and (max-width: 768px) {
  .innovation__design .fw__feature .fw__feature-content .fw__feature-cta {
    font-size: 14px;
  }
}

@media screen and (max-width: 426px) {
  .innovation__design .fw__feature .fw__feature-content .fw__feature-cta {
    font-size: 14px;
    letter-spacing: 2px;
  }
}

.innovation__design .fw__feature .fw__feature-content .fw__feature-cta .fas {
  font-size: 14px;
  padding-left: 0.2rem;
  transition: all 300ms ease-in-out;
}

@media screen and (max-width: 426px) {
  .innovation__design .fw__feature .fw__feature-content .fw__feature-cta .fas {
    font-size: 12px;
  }
}

.innovation__design .fw__feature .fw__feature-content .fw__feature-cta:hover {
  background: #760b0a;
}

.innovation__design .fw__feature .fw__feature-content .fw__feature-cta:hover .fas {
  transform: translateX(5px);
}

@media (max-width: 1280px) {
  .innovation__design .fw__feature {
    height: 510px;
  }
}

@media (max-width: 1200px) {
  .innovation__design .fw__feature {
    height: 400px;
  }
  .innovation__design .fw__feature .fw__feature-image {
    height: 400px;
  }
  .innovation__design .fw__feature .fw__feature-content {
    height: 400px;
    padding-left: 40px;
  }
}

@media (max-width: 1024px) {
  .innovation__design .fw__feature {
    height: 400px;
  }
  .innovation__design .fw__feature .fw__feature-image {
    flex: 1;
    height: 400px;
  }
  .innovation__design .fw__feature .fw__feature-content {
    flex: 1;
    height: 400px;
    padding: 50px;
  }
}

@media (max-width: 800px) {
  .innovation__design .fw__feature {
    height: 100%;
    flex-direction: column-reverse;
  }
}

@media (max-width: 768px) {
  .innovation__design .fw__feature .fw__feature-image img {
    width: 100%;
  }
  .innovation__design .innovation__design-gallery {
    flex-direction: column;
  }
  .innovation__design .innovation__design-gallery .innovation__card {
    height: 500px;
  }
}

@media (max-width: 500px) {
  .innovation__design .fw__feature .fw__feature-image {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 800px) {
  .innovation__card-content {
    font-size: 14px;
  }
  .innovation__card-content .card__link {
    font-size: 12px !important;
  }
}

@media (max-width: 650px) {
  .innovation__card-content {
    flex-direction: row !important;
    padding: 0 2rem !important;
  }
  .innovation__card-content .card__link {
    font-size: 12px !important;
  }
}

@media (max-width: 500px) {
  .innovation__card-content {
    flex-direction: column !important;
    padding: 0 2rem !important;
  }
  .innovation__card-content .card__link {
    font-size: 12px !important;
  }
}

.car__safety {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}

@media screen and (max-width: 426px) {
  .car__safety {
    margin-top: 50px;
  }
}

.car__safety-title {
  font-size: 34px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media screen and (max-width: 1024px) {
  .car__safety-title {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .car__safety-title {
    font-size: 26px;
  }
}

@media screen and (max-width: 426px) {
  .car__safety-title {
    font-size: 20px;
  }
}

.car__safety-des {
  font-size: 16px;
  line-height: 30px;
  padding: 0 250px;
  text-align: center;
  letter-spacing: 1px;
}

@media screen and (max-width: 1024px) {
  .car__safety-des {
    padding: 0 100px;
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .car__safety-des {
    font-size: 14px;
    padding: 0 50px;
    line-height: 25px;
  }
}

@media screen and (max-width: 426px) {
  .car__safety-des {
    font-size: 12px;
    padding: 0 10px;
    line-height: 20px;
  }
}

.car__safety .safety__feature {
  width: 80%;
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
}

@media screen and (max-width: 1024px) {
  .car__safety .safety__feature {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .car__safety .safety__feature {
    flex-direction: column;
  }
}

@media screen and (max-width: 426px) {
  .car__safety .safety__feature {
    flex-direction: column;
  }
}

.car__safety .safety__feature .safety__feature-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: fit-content;
}

.car__safety .safety__feature .safety__feature-card .safety__card-img {
  width: 330px;
  height: 186px;
  overflow: hidden;
}

@media screen and (max-width: 1920px) {
  .car__safety .safety__feature .safety__feature-card .safety__card-img {
    width: 400px;
    height: 220px;
  }
}

@media screen and (max-width: 1560px) {
  .car__safety .safety__feature .safety__feature-card .safety__card-img {
    width: 330px;
    height: 186px;
  }
}

@media screen and (max-width: 1024px) {
  .car__safety .safety__feature .safety__feature-card .safety__card-img {
    width: 270px;
    height: 150px;
  }
}

@media screen and (max-width: 768px) {
  .car__safety .safety__feature .safety__feature-card .safety__card-img {
    width: 230px;
    height: 130px;
  }
}

@media screen and (max-width: 600px) {
  .car__safety .safety__feature .safety__feature-card .safety__card-img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 426px) {
  .car__safety .safety__feature .safety__feature-card .safety__card-img {
    width: 100%;
    height: auto;
  }
}

.car__safety .safety__feature .safety__feature-card .safety__card-img img {
  width: 100%;
  height: 100%;
  transition: transform 500ms ease-in-out;
  transform: scale(1);
}

.car__safety .safety__feature .safety__feature-card .safety__card-img:hover img {
  transform: scale(1.2);
}

.car__safety .safety__feature .safety__feature-card .safety__feature-content {
  padding: 10px 50px;
  position: relative;
}

@media screen and (max-width: 1920px) {
  .car__safety .safety__feature .safety__feature-card .safety__feature-content {
    padding: 10px 70px;
  }
}

@media screen and (max-width: 1560px) {
  .car__safety .safety__feature .safety__feature-card .safety__feature-content {
    padding: 10px 55px;
  }
}

@media screen and (max-width: 768px) {
  .car__safety .safety__feature .safety__feature-card .safety__feature-content {
    padding: 10px 20px;
  }
}

.car__safety .safety__feature .safety__feature-card .safety__feature-content .safety__content-title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .car__safety .safety__feature .safety__feature-card .safety__feature-content .safety__content-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .car__safety .safety__feature .safety__feature-card .safety__feature-content .safety__content-title {
    font-size: 15px;
  }
}

.car__safety .safety__feature .safety__feature-card .safety__feature-content .safety__content-title::before {
  content: '';
  position: absolute;
  left: -0.8rem;
  width: 0.2rem;
  height: 100%;
  display: inline-block;
  background: #760b0a;
}

@media screen and (max-width: 768px) {
  .car__safety .safety__feature .safety__feature-card .safety__feature-content .safety__content-title::before {
    left: -0.5rem;
  }
}

.car__safety .safety__feature .safety__feature-card .safety__feature-content .safety__content-des {
  font-size: 14px;
  line-height: 25px;
}

@media screen and (max-width: 1024px) {
  .car__safety .safety__feature .safety__feature-card .safety__feature-content .safety__content-des {
    font-size: 12px;
  }
}

@media (max-width: 1280px) {
  .car__safety .safety__feature .safety__feature-card .safety__card-img {
    width: 290px;
    height: 170px;
  }
}

@media (max-width: 1200px) {
  .car__safety .safety__feature .safety__feature-card .safety__card-img {
    width: 275px;
    height: 155px;
  }
}

@media (max-width: 1100px) {
  .car__safety .safety__feature .safety__feature-card .safety__card-img {
    width: 250px;
    height: 155px;
  }
}

@media (max-width: 850px) {
  .car__safety .safety__feature .safety__feature-card .safety__card-img {
    width: 245px !important;
    height: 150px !important;
  }
}

@media (max-width: 768px) {
  .car__safety .safety__feature .safety__feature-card .safety__card-img {
    width: 225px !important;
    height: 140px !important;
  }
}

@media (max-width: 650px) {
  .car__safety .safety__feature {
    flex-direction: column;
  }
  .car__safety .safety__feature .safety__feature-card .safety__card-img {
    width: 100% !important;
    height: 100% !important;
  }
}

.product__footer {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.95)), url("/img/roadbg.png");
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
}

.product__footer .row > div {
  margin-top: 1.5rem;
}

@media screen and (max-width: 426px) {
  .product__footer {
    background: none;
    background-color: black;
  }
}

.product__footer .footerBottom {
  border-top: 1px solid #ccc;
  position: relative;
  top: 3rem;
}

.product__footer .footerBottom .fas {
  position: relative;
  top: 2rem;
}

@media screen and (max-width: 426px) {
  .product__footer h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .product__footer .footer-list a {
    font-size: 12px;
  }
}

@media screen and (max-width: 426px) {
  .product__footer .footer-list a {
    font-size: 12px;
  }
}

@media screen and (max-width: 1024px) {
  .product__footer .copyrights {
    font-size: 14px;
    position: relative;
    top: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .product__footer .copyrights {
    font-size: 12px;
  }
}

.product__footer .postalCode input {
  font-size: 14px;
}

#srollToTop {
  opacity: 0;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 90px;
  right: 24px;
  width: 48px;
  height: 48px;
  font-size: 20px;
  border-radius: 50px;
  border: 0;
  background: #52181c;
  color: #fff;
  z-index: 10000000;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.4);
  outline: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a, a:hover {
  text-decoration: none;
}

/*@media screen and (max-width: 426px) {
  .nav-wrapper {
    height: 50px;
  }
}*/

.nav-wrapper .navbar-expan-xl {
  height: 50px;
}

.car__background {
  width: 100%;
  height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../img/cx9-bg-1.jpg") no-repeat center;
  background-size: cover;
  object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .car__background {
    height: 450px;
  }
}

@media screen and (max-width: 768px) {
  .car__background {
    height: 350px;
  }
}

@media screen and (max-width: 426px) {
  .car__background {
    height: 150px;
    width: 100%;
  }
}

.car__background-title {
  margin-top: 5rem;
}

@media screen and (max-width: 1440px) {
  .car__background-title {
    margin-top: 6rem;
  }
}

@media screen and (max-width: 426px) {
  .car__background-title {
    margin-top: 0;
  }
}

@media screen and (max-width: 426px) {
  .car__background-title h1 {
    font-size: 14px;
  }
}

@media screen and (max-width: 426px) {
  .car__background-title h3 {
    line-height: 30px;
  }
}

.car__feature {
  margin-top: -50px;
}

@media screen and (max-width: 1024px) {
  .car__feature-title {
    font-size: 26px;
  }
}

@media screen and (max-width: 768px) {
  .car__feature-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 426px) {
  .car__feature-title {
    font-size: 20px;
  }
}

.car__spec {
  width: 100%;
  height: auto;
  display: flex;
  background: #000000;
  padding: 50px 0;
}

@media screen and (max-width: 1024px) {
  .car__spec {
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  .car__spec {
    display: flex;
    flex-direction: column;
  }
}

.car__spec-image {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .car__spec-image {
    width: 100rem;
  }
}

@media screen and (max-width: 768px) {
  .car__spec-image {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .car__spec-image img {
    width: 100%;
  }
}

.car__spec-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 50px;
}

@media screen and (max-width: 1024px) {
  .car__spec-details {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .car__spec-details {
    padding-left: 40px;
  }
}

@media screen and (max-width: 426px) {
  .car__spec-details {
    padding-left: 20px;
    margin-top: 1rem;
    padding-right: 20px;
  }
}

.car__spec-details .spec__details-title {
  font-size: 32px;
  color: #fff;
  line-height: 30px;
}

@media screen and (max-width: 1024px) {
  .car__spec-details .spec__details-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 426px) {
  .car__spec-details .spec__details-title {
    font-size: 14px;
    line-height: 20px;
  }
}

.car__spec-details .spec__details-des {
  color: #fff;
  margin-top: 2rem;
  line-height: 35px;
}

@media screen and (max-width: 1024px) {
  .car__spec-details .spec__details-des {
    font-size: 15px;
    line-height: 25px;
  }
}

@media screen and (max-width: 426px) {
  .car__spec-details .spec__details-des {
    font-size: 14px;
    padding: 0;
    margin-top: 0.5rem;
    text-align: justify;
  }
}

@media screen and (max-width: 1024px) {
  .car__about {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .car__about-title {
    font-size: 26px;
  }
}

@media screen and (max-width: 426px) {
  .car__about-title {
    font-size: 20px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .car__about-description .car__color {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 1024px) {
  .car__about-description .car__color .color__img {
    width: 70px;
    height: 45px;
  }
}

@media screen and (max-width: 768px) {
  .car__about-description .car__color .color__img {
    width: 90px;
    height: 60px;
  }
}

@media screen and (max-width: 426px) {
  .car__about-description .car__color .color__img {
    width: 60px;
    height: 40px;
  }
}

@media screen and (max-width: 426px) {
  .car__about .car__about-details .about__title {
    font-size: 16px;
  }
}

@media screen and (max-width: 426px) {
  .car__about .car__about-details .about__details {
    font-size: 12px;
  }
}

@media screen and (max-width: 426px) {
  .car__about .car__panel {
    height: 200px;
  }
}

.car__about .car__panel #demo {
  max-width: 90vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (max-width: 426px) {
  .car__about .car__panel #demo {
    position: relative;
    top: 1rem;
  }
}

.car__about .car__panel-view {
  width: 100%;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 426px) {
  .car__about .car__panel-view {
    position: relative;
    top: -7rem;
  }
}

.car__about .car__panel-view .drag__link {
  font-size: 14px;
}

@media screen and (max-width: 426px) {
  .car__about .car__panel-view .drag__link {
    font-size: 12px;
  }
}

.car__about .car__panel-view .drag__link i {
  width: 10px;
  margin-left: 0.5rem;
}

@media screen and (max-width: 1024px) {
  .car__interior-title {
    font-size: 26px;
  }
}

.car__interior .interior__gallery .car__gallery .gallery__items img {
  width: 90px;
  height: 60px;
  cursor: pointer;
  transform: scale(1);
  transition: all 300ms ease-in-out;
}

@media screen and (max-width: 426px) {
  .car__interior .interior__gallery .car__gallery .gallery__items {
    width: 60px;
    height: 45px;
  }
}

.car__interior .interior__gallery .car__gallery .gallery__items:hover {
  transform: scale(1.1);
}

.car__interior .interior__gallery .car__gallery .gallery__items.scale {
  transform: scale(1.2);
}

.car__interior .fw__image-interior {
  margin-top: 35px;
}

.car__interior .fw__image-interior .fw__img {
  height: 100%;
}

.car__interior .fw__image-interior .fw__img img {
  width: 100%;
  height: 600px;
  display: none;
  object-fit: cover;
  animation: imgFade 600ms ease-in-out;
  transition: all 300ms ease-in-out;
}

@media screen and (max-width: 426px) {
  .car__interior .fw__image-interior .fw__img img {
    height: 200px;
  }
}

@keyframes imgFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.car__interior .car__active-view {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}

.car__interior .car__active-view .view__link {
  font-size: 14px;
}

.car__interior .car__active-view .view__link .fas {
  margin-left: 0.5rem;
}

.innovation__features {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}

@media screen and (max-width: 1440px) {
  .innovation__features {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 426px) {
  .innovation__features {
    margin-top: 30px;
  }
}

.innovation__features-title {
  font-size: 32px;
  color: #000000;
}

@media screen and (max-width: 1024px) {
  .innovation__features-title {
    font-size: 26px;
  }
}

@media screen and (max-width: 768px) {
  .innovation__features-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 426px) {
  .innovation__features-title {
    font-size: 20px;
  }
}

.innovation__features-des {
  font-size: 16px;
  color: #000000;
  line-height: 30px;
  padding: 0 300px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .innovation__features-des {
    padding: 0 100px;
    font-size: 14px;
    line-height: 25px;
  }
}

@media screen and (max-width: 768px) {
  .innovation__features-des {
    padding: 0 30px;
    font-size: 14px;
  }
}

@media screen and (max-width: 426px) {
  .innovation__features-des {
    padding: 0 10px;
    font-size: 12px;
    text-align: justify;
    line-height: 18px;
  }
}

.innovation__features-gallery {
  margin-top: 50px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat 3, 1fr;
  grid-gap: 1rem;
  grid-template-areas: 'img-1 img-2'
 'img-1 img-3';
}

@media screen and (max-width: 1024px) {
  .innovation__features-gallery {
    grid-gap: 0.8rem;
  }
}

@media screen and (max-width: 768px) {
  .innovation__features-gallery {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 426px) {
  .innovation__features-gallery {
    margin-top: 20px;
  }
}

.innovation__features-gallery div {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.innovation__features-gallery div .card__image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.innovation__features-gallery div .card__image img {
  width: 100%;
  height: 100%;
  transition: all 300ms ease-in-out;
}

@media screen and (max-width: 768px) {
  .innovation__features-gallery div .card__image img {
    height: 400px;
    object-fit: cover;
  }
}

@media screen and (max-width: 426px) {
  .innovation__features-gallery div .card__image img {
    height: 250px;
  }
}

.innovation__features-gallery div .card__image:hover img {
  transform: scale(1.1);
}

.innovation__features-gallery div .card__image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  z-index: 2;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2));
  transition: all 300ms ease-in-out;
}

.innovation__features-gallery div .card__image:hover::before {
  opacity: 0.5;
}

.innovation__features-gallery div .innovation__gallery-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  z-index: 5;
  transition: all 300ms ease-in-out;
}

@media screen and (max-width: 1440px) {
  .innovation__features-gallery div .innovation__gallery-content {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .innovation__features-gallery div .innovation__gallery-content {
    font-size: 18px;
  }
}

@media screen and (max-width: 426px) {
  .innovation__features-gallery div .innovation__gallery-content {
    font-size: 12px;
    padding-left: 20px;
  }
}

.innovation__features-gallery div .innovation__gallery-content .card__link {
  color: #fff;
  letter-spacing: 1px;
  padding: 10px 20px;
  font-weight: 800;
  font-size: 14px;
  display: flex;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  transition: all 300ms ease-in-out;
}

.innovation__features-gallery div .innovation__gallery-content .card__link .fas {
  font-size: 12px;
  margin-left: 0.2rem;
  margin-top: 0.05rem;
}

.innovation__features-gallery div .innovation__gallery-content .card__link:hover {
  color: #760b0a;
}

.innovation__features .img-1 {
  grid-area: img-1;
  height: 100%;
}

.innovation__features .img-2 {
  grid-area: img-2;
}

.innovation__features .img-3 {
  grid-area: img-3;
}

.innovation__features .innovation__design-gallery {
  display: flex;
  width: 100%;
  margin-top: 1rem;
}

@media screen and (max-width: 1024px) {
  .innovation__features .innovation__design-gallery {
    margin-top: 0.5rem;
  }
}

@media screen and (max-width: 768px) {
  .innovation__features .innovation__design-gallery {
    flex-direction: column;
  }
}

.innovation__features .innovation__design-gallery .innovation__card {
  width: 100%;
  position: relative;
  cursor: pointer;
}

.innovation__features .innovation__design-gallery .innovation__card .card__image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.innovation__features .innovation__design-gallery .innovation__card .card__image img {
  width: 100%;
  height: 100%;
  transform: scale(1.05);
  transition: all 300ms;
}

@media screen and (max-width: 768px) {
  .innovation__features .innovation__design-gallery .innovation__card .card__image img {
    height: 600px;
    object-fit: cover;
  }
}

@media screen and (max-width: 426px) {
  .innovation__features .innovation__design-gallery .innovation__card .card__image img {
    height: 400px;
  }
}

.innovation__features .innovation__design-gallery .innovation__card .card__image:hover img {
  transform: scale(1.1);
}

.innovation__features .innovation__design-gallery .innovation__card .card__image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  z-index: 2;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2));
  transition: all 300ms ease-in-out;
}

.innovation__features .innovation__design-gallery .innovation__card .card__image:hover::before {
  opacity: 0.5;
}

.innovation__features .innovation__design-gallery .innovation__card .innovation__card-content {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 0 0.5rem;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 5;
  transition: all 300ms ease-in-out;
}

@media screen and (max-width: 1440px) {
  .innovation__features .innovation__design-gallery .innovation__card .innovation__card-content {
    font-size: 14px;
  }
}

.innovation__features .innovation__design-gallery .innovation__card .innovation__card-content .card__link {
  color: #fff;
  letter-spacing: 1px;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  transition: all 300ms ease-in-out;
}

.innovation__features .innovation__design-gallery .innovation__card .innovation__card-content .card__link .fas {
  font-size: 12px;
  margin-left: 0.2rem;
  margin-top: 0.05rem;
}

.innovation__features .innovation__design-gallery .innovation__card .innovation__card-content .card__link:hover {
  color: #760b0a;
}

.innovation__features .card__content-overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000000;
  z-index: 10000000;
  padding: 0 5rem;
}

@media screen and (max-width: 768px) {
  .innovation__features .card__content-overlay {
    width: 100%;
    height: 100%;
  }
}

.innovation__features .card__content-overlay .card__main-content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .innovation__features .card__content-overlay .card__main-content {
    flex-direction: column;
  }
}

.innovation__features .card__content-overlay .card__main-content .popup__close {
  position: absolute;
  top: 1rem;
  right: -4rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
}

.innovation__features .card__content-overlay .card__main-content .popup__close .bars {
  width: 1.5rem;
  height: 0.1rem;
  background: #fff;
  position: relative;
  transform: rotate(45deg);
  transition: all 500ms ease-in-out;
}

.innovation__features .card__content-overlay .card__main-content .popup__close .bars:last-child {
  position: relative;
  left: -24px;
  top: 0;
  transform: rotate(-45deg);
}

.innovation__features .card__content-overlay .card__main-content .card__content-details {
  width: 900px;
  height: 605px;
  background: #fff;
  padding-left: 3rem;
  padding-right: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .innovation__features .card__content-overlay .card__main-content .card__content-details {
    width: 100%;
    height: 100%;
  }
}

.innovation__features .card__content-overlay .card__main-content .card__content-details-title {
  font-size: 28px;
  color: #000000;
  font-weight: 500;
  line-height: 35px;
}

.innovation__features .card__content-overlay .card__main-content .card__content-details-des {
  font-size: 16px;
  color: #000000;
  margin-top: 2rem;
}

.innovation__features .card__content-overlay .card__main-content .card__content-details-des:last-child {
  margin-top: 0;
}

.innovation__features .card__content-overlay .card__main-content .card__content-image {
  width: 100%;
  height: 605px;
}

@media screen and (max-width: 768px) {
  .innovation__features .card__content-overlay .card__main-content .card__content-image {
    height: 50vh;
  }
}

.innovation__features .card__content-overlay .card__main-content .card__content-image .content__details-image {
  width: 100%;
  height: 100%;
}

.innovation__features .card__content-overlay .card__main-content .card__content-image .content__details-image img {
  width: 100%;
  height: 100%;
}

.innovation__features .overlay {
  display: flex;
}

#contentBoxOne,
#contentBoxTwo,
#contentBoxThree,
#contentBoxFour,
#contentBoxFive,
#contentBoxSix {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  transition: all 500ms ease-in-out;
  animation: fade 500ms ease-in-out;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#contentBoxOne .close__bar,
#contentBoxTwo .close__bar,
#contentBoxThree .close__bar,
#contentBoxFour .close__bar,
#contentBoxFive .close__bar,
#contentBoxSix .close__bar {
  position: absolute;
  top: 3rem;
  right: 4rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  z-index: 1000000;
}

#contentBoxOne .close__bar .bars,
#contentBoxTwo .close__bar .bars,
#contentBoxThree .close__bar .bars,
#contentBoxFour .close__bar .bars,
#contentBoxFive .close__bar .bars,
#contentBoxSix .close__bar .bars {
  position: relative;
  top: 1.5rem;
  left: 0.5rem;
  width: 2rem;
  height: 0.1rem;
  display: block;
  background: #fff;
  transform: rotate(45deg);
}

#contentBoxOne .close__bar .bars::before,
#contentBoxTwo .close__bar .bars::before,
#contentBoxThree .close__bar .bars::before,
#contentBoxFour .close__bar .bars::before,
#contentBoxFive .close__bar .bars::before,
#contentBoxSix .close__bar .bars::before {
  content: '';
  position: absolute;
  width: inherit;
  height: inherit;
  background: inherit;
  transform: rotate(-90deg);
}

#contentBoxOne .d-flex,
#contentBoxTwo .d-flex,
#contentBoxThree .d-flex,
#contentBoxFour .d-flex,
#contentBoxFive .d-flex,
#contentBoxSix .d-flex {
  width: 100%;
  height: 100%;
}

#contentBoxOne .d-flex .card__content-details,
#contentBoxTwo .d-flex .card__content-details,
#contentBoxThree .d-flex .card__content-details,
#contentBoxFour .d-flex .card__content-details,
#contentBoxFive .d-flex .card__content-details,
#contentBoxSix .d-flex .card__content-details {
  width: 100%;
  height: 100%;
  padding-left: 100px;
  padding-right: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

#contentBoxOne .d-flex .card__content-details h1,
#contentBoxTwo .d-flex .card__content-details h1,
#contentBoxThree .d-flex .card__content-details h1,
#contentBoxFour .d-flex .card__content-details h1,
#contentBoxFive .d-flex .card__content-details h1,
#contentBoxSix .d-flex .card__content-details h1 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
  text-align: left;
}

#contentBoxOne .d-flex .card__content-details p,
#contentBoxTwo .d-flex .card__content-details p,
#contentBoxThree .d-flex .card__content-details p,
#contentBoxFour .d-flex .card__content-details p,
#contentBoxFive .d-flex .card__content-details p,
#contentBoxSix .d-flex .card__content-details p {
  margin-top: 2rem;
  font-size: 16px;
  line-height: 30px;
  position: relative;
  padding-left: 20px;
  letter-spacing: 1px;
}

#contentBoxOne .d-flex .card__content-details p::before,
#contentBoxTwo .d-flex .card__content-details p::before,
#contentBoxThree .d-flex .card__content-details p::before,
#contentBoxFour .d-flex .card__content-details p::before,
#contentBoxFive .d-flex .card__content-details p::before,
#contentBoxSix .d-flex .card__content-details p::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0.2rem;
  height: 100%;
  display: block;
  background: #760b0a;
}

#contentBoxOne .d-flex .card__content-image,
#contentBoxTwo .d-flex .card__content-image,
#contentBoxThree .d-flex .card__content-image,
#contentBoxFour .d-flex .card__content-image,
#contentBoxFive .d-flex .card__content-image,
#contentBoxSix .d-flex .card__content-image {
  width: 100%;
  height: 100vh;
}

#contentBoxOne .d-flex .card__content-image .card__img,
#contentBoxTwo .d-flex .card__content-image .card__img,
#contentBoxThree .d-flex .card__content-image .card__img,
#contentBoxFour .d-flex .card__content-image .card__img,
#contentBoxFive .d-flex .card__content-image .card__img,
#contentBoxSix .d-flex .card__content-image .card__img {
  width: 100%;
  height: 100%;
}

#contentBoxOne .d-flex .card__content-image .card__img img,
#contentBoxTwo .d-flex .card__content-image .card__img img,
#contentBoxThree .d-flex .card__content-image .card__img img,
#contentBoxFour .d-flex .card__content-image .card__img img,
#contentBoxFive .d-flex .card__content-image .card__img img,
#contentBoxSix .d-flex .card__content-image .card__img img {
  width: 60vw;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1150px) {
  #contentBoxOne .close__bar,
  #contentBoxTwo .close__bar,
  #contentBoxThree .close__bar,
  #contentBoxFour .close__bar,
  #contentBoxFive .close__bar,
  #contentBoxSix .close__bar {
    top: 1rem;
    right: 2rem;
  }
  #contentBoxOne .close__bar .bars,
  #contentBoxTwo .close__bar .bars,
  #contentBoxThree .close__bar .bars,
  #contentBoxFour .close__bar .bars,
  #contentBoxFive .close__bar .bars,
  #contentBoxSix .close__bar .bars {
    background: black;
  }
  #contentBoxOne .d-flex .card__content-image .card__img img,
  #contentBoxTwo .d-flex .card__content-image .card__img img,
  #contentBoxThree .d-flex .card__content-image .card__img img,
  #contentBoxFour .d-flex .card__content-image .card__img img,
  #contentBoxFive .d-flex .card__content-image .card__img img,
  #contentBoxSix .d-flex .card__content-image .card__img img {
    width: 600px !important;
    height: 600px !important;
    position: relative;
    top: 5rem;
    left: 2rem;
  }
}

@media (max-width: 1024px) {
  #contentBoxOne .close__bar,
  #contentBoxTwo .close__bar,
  #contentBoxThree .close__bar,
  #contentBoxFour .close__bar,
  #contentBoxFive .close__bar,
  #contentBoxSix .close__bar {
    top: 1rem;
    right: 2rem;
  }
  #contentBoxOne .close__bar .bars,
  #contentBoxTwo .close__bar .bars,
  #contentBoxThree .close__bar .bars,
  #contentBoxFour .close__bar .bars,
  #contentBoxFive .close__bar .bars,
  #contentBoxSix .close__bar .bars {
    background: black;
  }
  #contentBoxOne .d-flex .card__content-details,
  #contentBoxTwo .d-flex .card__content-details,
  #contentBoxThree .d-flex .card__content-details,
  #contentBoxFour .d-flex .card__content-details,
  #contentBoxFive .d-flex .card__content-details,
  #contentBoxSix .d-flex .card__content-details {
    padding: 0 2rem;
  }
  #contentBoxOne .d-flex .card__content-image .card__img img,
  #contentBoxTwo .d-flex .card__content-image .card__img img,
  #contentBoxThree .d-flex .card__content-image .card__img img,
  #contentBoxFour .d-flex .card__content-image .card__img img,
  #contentBoxFive .d-flex .card__content-image .card__img img,
  #contentBoxSix .d-flex .card__content-image .card__img img {
    width: 550px !important;
    height: 550px !important;
    position: relative;
    top: 6.5rem;
    left: 0rem;
  }
}

@media (max-width: 950px) {
  #contentBoxOne .close__bar,
  #contentBoxTwo .close__bar,
  #contentBoxThree .close__bar,
  #contentBoxFour .close__bar,
  #contentBoxFive .close__bar,
  #contentBoxSix .close__bar {
    top: 1rem;
    right: 2rem;
  }
  #contentBoxOne .close__bar .bars,
  #contentBoxTwo .close__bar .bars,
  #contentBoxThree .close__bar .bars,
  #contentBoxFour .close__bar .bars,
  #contentBoxFive .close__bar .bars,
  #contentBoxSix .close__bar .bars {
    background: white;
  }
  #contentBoxOne .d-flex,
  #contentBoxTwo .d-flex,
  #contentBoxThree .d-flex,
  #contentBoxFour .d-flex,
  #contentBoxFive .d-flex,
  #contentBoxSix .d-flex {
    flex-direction: column-reverse;
  }
  #contentBoxOne .d-flex .card__content-details,
  #contentBoxTwo .d-flex .card__content-details,
  #contentBoxThree .d-flex .card__content-details,
  #contentBoxFour .d-flex .card__content-details,
  #contentBoxFive .d-flex .card__content-details,
  #contentBoxSix .d-flex .card__content-details {
    padding: 0 2rem;
  }
  #contentBoxOne .d-flex .card__content-image,
  #contentBoxTwo .d-flex .card__content-image,
  #contentBoxThree .d-flex .card__content-image,
  #contentBoxFour .d-flex .card__content-image,
  #contentBoxFive .d-flex .card__content-image,
  #contentBoxSix .d-flex .card__content-image {
    padding: 0;
    height: 500px;
  }
  #contentBoxOne .d-flex .card__content-image .card__img,
  #contentBoxTwo .d-flex .card__content-image .card__img,
  #contentBoxThree .d-flex .card__content-image .card__img,
  #contentBoxFour .d-flex .card__content-image .card__img,
  #contentBoxFive .d-flex .card__content-image .card__img,
  #contentBoxSix .d-flex .card__content-image .card__img {
    height: 100%;
  }
  #contentBoxOne .d-flex .card__content-image .card__img img,
  #contentBoxTwo .d-flex .card__content-image .card__img img,
  #contentBoxThree .d-flex .card__content-image .card__img img,
  #contentBoxFour .d-flex .card__content-image .card__img img,
  #contentBoxFive .d-flex .card__content-image .card__img img,
  #contentBoxSix .d-flex .card__content-image .card__img img {
    width: 100% !important;
    height: 100% !important;
    position: relative;
    top: 0rem;
    left: 0rem;
  }
}

@media (max-width: 650px) {
  #contentBoxOne .close__bar,
  #contentBoxTwo .close__bar,
  #contentBoxThree .close__bar,
  #contentBoxFour .close__bar,
  #contentBoxFive .close__bar,
  #contentBoxSix .close__bar {
    top: 1rem;
    right: 2rem;
  }
  #contentBoxOne .close__bar .bars,
  #contentBoxTwo .close__bar .bars,
  #contentBoxThree .close__bar .bars,
  #contentBoxFour .close__bar .bars,
  #contentBoxFive .close__bar .bars,
  #contentBoxSix .close__bar .bars {
    background: white;
  }
  #contentBoxOne .d-flex,
  #contentBoxTwo .d-flex,
  #contentBoxThree .d-flex,
  #contentBoxFour .d-flex,
  #contentBoxFive .d-flex,
  #contentBoxSix .d-flex {
    flex-direction: column-reverse;
  }
  #contentBoxOne .d-flex .card__content-details,
  #contentBoxTwo .d-flex .card__content-details,
  #contentBoxThree .d-flex .card__content-details,
  #contentBoxFour .d-flex .card__content-details,
  #contentBoxFive .d-flex .card__content-details,
  #contentBoxSix .d-flex .card__content-details {
    padding: 0 2rem;
  }
  #contentBoxOne .d-flex .card__content-image,
  #contentBoxTwo .d-flex .card__content-image,
  #contentBoxThree .d-flex .card__content-image,
  #contentBoxFour .d-flex .card__content-image,
  #contentBoxFive .d-flex .card__content-image,
  #contentBoxSix .d-flex .card__content-image {
    padding: 0;
    height: 400px;
  }
  #contentBoxOne .d-flex .card__content-image .card__img,
  #contentBoxTwo .d-flex .card__content-image .card__img,
  #contentBoxThree .d-flex .card__content-image .card__img,
  #contentBoxFour .d-flex .card__content-image .card__img,
  #contentBoxFive .d-flex .card__content-image .card__img,
  #contentBoxSix .d-flex .card__content-image .card__img {
    height: 100%;
  }
  #contentBoxOne .d-flex .card__content-image .card__img img,
  #contentBoxTwo .d-flex .card__content-image .card__img img,
  #contentBoxThree .d-flex .card__content-image .card__img img,
  #contentBoxFour .d-flex .card__content-image .card__img img,
  #contentBoxFive .d-flex .card__content-image .card__img img,
  #contentBoxSix .d-flex .card__content-image .card__img img {
    width: 100% !important;
    height: 100% !important;
    position: relative;
    top: 0rem;
    left: 0rem;
  }
}

@media (max-width: 500px) {
  #contentBoxOne .d-flex,
  #contentBoxTwo .d-flex,
  #contentBoxThree .d-flex,
  #contentBoxFour .d-flex,
  #contentBoxFive .d-flex,
  #contentBoxSix .d-flex {
    flex-direction: column-reverse;
  }
  #contentBoxOne .d-flex .card__content-details,
  #contentBoxTwo .d-flex .card__content-details,
  #contentBoxThree .d-flex .card__content-details,
  #contentBoxFour .d-flex .card__content-details,
  #contentBoxFive .d-flex .card__content-details,
  #contentBoxSix .d-flex .card__content-details {
    padding: 0 2rem;
  }
  #contentBoxOne .d-flex .card__content-details h1,
  #contentBoxTwo .d-flex .card__content-details h1,
  #contentBoxThree .d-flex .card__content-details h1,
  #contentBoxFour .d-flex .card__content-details h1,
  #contentBoxFive .d-flex .card__content-details h1,
  #contentBoxSix .d-flex .card__content-details h1 {
    font-size: 24px;
  }
  #contentBoxOne .d-flex .card__content-details p,
  #contentBoxTwo .d-flex .card__content-details p,
  #contentBoxThree .d-flex .card__content-details p,
  #contentBoxFour .d-flex .card__content-details p,
  #contentBoxFive .d-flex .card__content-details p,
  #contentBoxSix .d-flex .card__content-details p {
    font-size: 14px;
  }
  #contentBoxOne .d-flex .card__content-image,
  #contentBoxTwo .d-flex .card__content-image,
  #contentBoxThree .d-flex .card__content-image,
  #contentBoxFour .d-flex .card__content-image,
  #contentBoxFive .d-flex .card__content-image,
  #contentBoxSix .d-flex .card__content-image {
    height: 330px;
  }
}

@media (max-width: 380px) {
  #contentBoxOne .d-flex,
  #contentBoxTwo .d-flex,
  #contentBoxThree .d-flex,
  #contentBoxFour .d-flex,
  #contentBoxFive .d-flex,
  #contentBoxSix .d-flex {
    flex-direction: column-reverse;
  }
  #contentBoxOne .d-flex .card__content-details,
  #contentBoxTwo .d-flex .card__content-details,
  #contentBoxThree .d-flex .card__content-details,
  #contentBoxFour .d-flex .card__content-details,
  #contentBoxFive .d-flex .card__content-details,
  #contentBoxSix .d-flex .card__content-details {
    padding: 0 2rem;
  }
  #contentBoxOne .d-flex .card__content-details h1,
  #contentBoxTwo .d-flex .card__content-details h1,
  #contentBoxThree .d-flex .card__content-details h1,
  #contentBoxFour .d-flex .card__content-details h1,
  #contentBoxFive .d-flex .card__content-details h1,
  #contentBoxSix .d-flex .card__content-details h1 {
    font-size: 20px;
  }
  #contentBoxOne .d-flex .card__content-details p,
  #contentBoxTwo .d-flex .card__content-details p,
  #contentBoxThree .d-flex .card__content-details p,
  #contentBoxFour .d-flex .card__content-details p,
  #contentBoxFive .d-flex .card__content-details p,
  #contentBoxSix .d-flex .card__content-details p {
    font-size: 14px;
    line-height: 25px;
  }
}

@media (max-width: 327px) {
  #contentBoxOne .d-flex,
  #contentBoxTwo .d-flex,
  #contentBoxThree .d-flex,
  #contentBoxFour .d-flex,
  #contentBoxFive .d-flex,
  #contentBoxSix .d-flex {
    flex-direction: column-reverse;
  }
  #contentBoxOne .d-flex .card__content-details,
  #contentBoxTwo .d-flex .card__content-details,
  #contentBoxThree .d-flex .card__content-details,
  #contentBoxFour .d-flex .card__content-details,
  #contentBoxFive .d-flex .card__content-details,
  #contentBoxSix .d-flex .card__content-details {
    padding: 0 1rem;
  }
  #contentBoxOne .d-flex .card__content-details h1,
  #contentBoxTwo .d-flex .card__content-details h1,
  #contentBoxThree .d-flex .card__content-details h1,
  #contentBoxFour .d-flex .card__content-details h1,
  #contentBoxFive .d-flex .card__content-details h1,
  #contentBoxSix .d-flex .card__content-details h1 {
    font-size: 20px;
  }
  #contentBoxOne .d-flex .card__content-details p,
  #contentBoxTwo .d-flex .card__content-details p,
  #contentBoxThree .d-flex .card__content-details p,
  #contentBoxFour .d-flex .card__content-details p,
  #contentBoxFive .d-flex .card__content-details p,
  #contentBoxSix .d-flex .card__content-details p {
    font-size: 14px;
    line-height: 25px;
  }
}

@media screen and (max-width: 1024px) {
  .car__safety-title {
    font-size: 26px;
  }
}

@media screen and (max-width: 768px) {
  .car__safety-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 426px) {
  .car__safety-title {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .car__safety-des {
    font-size: 14px;
    line-height: 25px;
    padding: 0 100px;
  }
}

@media screen and (max-width: 768px) {
  .car__safety-des {
    font-size: 14px;
    line-height: 25px;
    padding: 0 30px;
  }
}

@media screen and (max-width: 426px) {
  .car__safety-des {
    font-size: 12px;
    line-height: 20px;
    padding: 0 10px;
    text-align: justify;
  }
}

@media screen and (max-width: 426px) {
  .car__safety .safety__feature {
    margin-top: 10px;
  }
}

@media screen and (max-width: 426px) {
  .car__safety .safety__feature .safety__feature-card {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .car__safety .safety__feature .safety__feature-card .safety__card-img {
    width: 300px;
    height: 170px;
  }
}

@media screen and (max-width: 768px) {
  .car__safety .safety__feature .safety__feature-card .safety__card-img {
    width: 210px;
    height: 120px;
  }
}

@media screen and (max-width: 426px) {
  .car__safety .safety__feature .safety__feature-card .safety__card-img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 1440px) {
  .car__safety .safety__feature .safety__feature-card .safety__feature-content {
    padding: 10px 40px;
  }
}

@media screen and (max-width: 1024px) {
  .car__safety .safety__feature .safety__feature-card .safety__feature-content {
    padding: 10px 35px;
  }
}

@media screen and (max-width: 768px) {
  .car__safety .safety__feature .safety__feature-card .safety__feature-content {
    padding: 10px 30px;
  }
}

@media screen and (max-width: 426px) {
  .car__safety .safety__feature .safety__feature-card .safety__feature-content {
    padding: 10px 10px;
  }
}

@media screen and (max-width: 1024px) {
  .car__safety .safety__feature .safety__feature-card .safety__feature-content .safety__content-title {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .car__safety .safety__feature .safety__feature-card .safety__feature-content .safety__content-title {
    font-size: 12px;
  }
}

@media screen and (max-width: 426px) {
  .car__safety .safety__feature .safety__feature-card .safety__feature-content .safety__content-title {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .car__safety .safety__feature .safety__feature-card .safety__feature-content .safety__content-des {
    font-size: 11px;
  }
}

@media screen and (max-width: 426px) {
  .car__safety .safety__feature .safety__feature-card .safety__feature-content .safety__content-des {
    font-size: 12px;
  }
}

.video__banner {
  position: relative;
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}

@media screen and (max-width: 426px) {
  .video__banner {
    margin-top: 30px;
  }
}

.video__banner-title {
  font-size: 32px;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .video__banner-title {
    font-size: 26px;
  }
}

@media screen and (max-width: 768px) {
  .video__banner-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 426px) {
  .video__banner-title {
    font-size: 20px;
  }
}

.video__banner-des {
  font-size: 16px;
  line-height: 30px;
  padding: 0 300px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .video__banner-des {
    padding: 0 100px;
    line-height: 25px;
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) {
  .video__banner-des {
    padding: 0 30px;
    line-height: 25px;
    font-size: 14px;
  }
}

@media screen and (max-width: 426px) {
  .video__banner-des {
    padding: 0 10px;
    line-height: 20px;
    text-align: justify;
    font-size: 12px;
  }
}

.video__banner .video__section {
  position: relative;
  width: 100%;
  background-size: cover;
  height: 700px;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .video__banner .video__section {
    height: 500px;
  }
}

@media screen and (max-width: 768px) {
  .video__banner .video__section {
    height: 400px;
  }
}

@media screen and (max-width: 426px) {
  .video__banner .video__section {
    height: 200px;
    margin-top: 20px;
  }
}

.video__banner .video__section video {
  position: relative;
  box-sizing: border-box;
  object-fit: cover;
}

.video__banner .video__section .video__play-btn {
  position: absolute;
  background: #fff5;
  border-radius: 50%;
  box-shadow: 2px 2px 10px #0005,
 -2px -2px 10px #fff5;
  transition: all 300ms ease-in-out;
}

.video__banner .video__section .video__play-btn .fas {
  padding: 35px;
  color: #fff9;
  font-size: 1.5rem;
  transition: all 300ms ease-in-out;
}

@media screen and (max-width: 426px) {
  .video__banner .video__section .video__play-btn .fas {
    padding: 15px;
    font-size: 1rem;
  }
}

.video__banner .video__section .video__play-btn:hover {
  background: #0005;
}

.video__banner .video__section .video__play-btn:hover .fas {
  color: #fff;
}

.product__footer {
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url("../img/roadbg.png");
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.product__footer .row > div {
  margin-top: 1.5rem;
}

@media screen and (max-width: 426px) {
  .product__footer {
    background: none;
    background-color: black;
  }
}

.product__footer .footerBottom {
  border-top: 1px solid #ccc;
  position: relative;
  top: 3rem;
}

.product__footer .footerBottom .fas {
  position: relative;
  top: 2rem;
}

@media screen and (max-width: 426px) {
  .product__footer h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .product__footer .footer-list a {
    font-size: 12px;
  }
}

@media screen and (max-width: 426px) {
  .product__footer .footer-list a {
    font-size: 12px;
  }
}

@media screen and (max-width: 1024px) {
  .product__footer .copyrights {
    font-size: 14px;
    position: relative;
    top: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .product__footer .copyrights {
    font-size: 12px;
  }
}

.product__footer .postalCode input {
  font-size: 14px;
}

#srollToTop {
  opacity: 0;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 90px;
  right: 24px;
  width: 48px;
  height: 48px;
  font-size: 20px;
  border-radius: 50px;
  border: 0;
  background: #52181c;
  color: #fff;
  z-index: 99999;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.4);
  outline: none;
}

@media (max-width: 1536px) {
  .innovation__features-gallery div .innovation__gallery-content {
    flex-direction: column;
    text-align: center;
  }
  .innovation__features-gallery div .innovation__gallery-content .card__link {
    font-size: 12px;
  }
}
