/*-----------------------------------------------------
---------------------  COLORS -------------------------
-------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
@import url(//db.onlinewebfonts.com/c/7196ac7bbe07eb77290c0e71f4310b34?family=Mazda+Type);
@font-face {
  font-family: "rubik", sans-serif;
  src: url("//db.onlinewebfonts.com/t/42648ab0b917813518dcaf2213ebdbcb.eot");
  src: url("//db.onlinewebfonts.com/t/42648ab0b917813518dcaf2213ebdbcb.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/42648ab0b917813518dcaf2213ebdbcb.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/42648ab0b917813518dcaf2213ebdbcb.woff") format("woff"), url("//db.onlinewebfonts.com/t/42648ab0b917813518dcaf2213ebdbcb.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/42648ab0b917813518dcaf2213ebdbcb.svg#Mazda Type") format("svg");
}

body {
  overflow-x: hidden;
  font-family: "Poppins", 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: #ffff;
  border-radius: 0;
  padding: 12px 50px;
  border: 1px solid #ffff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  transform: all 0.6s ease-in;
  border-radius: 10px;
  color: #000;
  margin: 0px 0px 0px 90px;
}

.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: "Poppins", 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;
}




/*---------------------------------------------------------
---------------------  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;
}


/*---------------------------------------------------------
---------------------  NAV  -------------------------
----------------------------------------------------------*/
.nav-wrapper {
    position: relative;
    background-color: #313131;
    font-family: "Poppins", sans-serif;
    z-index: 555;
    background: linear-gradient(180deg, #1A1A1A 0%, rgba(26, 26, 26, 0) 144.61%);

}
.sticky{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;

}

@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: #fff;
  transition: color 300ms ease-in-out;
}

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

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

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

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

.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:#efb811;
  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: #efb811;
  transition: all 500ms ease-in-out;
}

.hamburger__icon .bars::after {
  content: '';
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: inherit;
  height: inherit;
  background: #efb811;
  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: 150px;
  }
}

.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;
  }
}

.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: #fc7003;*/
   border-bottom: 3px solid #fc7003;
}

.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: #385EA9;
  border-bottom: 3px solid #385EA9;
  background-color: #274b94;
}

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

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

.navbar-nav > li {
  /*border-bottom: 2px solid #0e0e0e;*/
  height: 42px;
  margin-top: 30px;
}

.navbar-nav > li.active a.nav-link {
  font-weight: 700;
  color: #fff;
  border-bottom: 3px solid #385EA9;
}

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

.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: 42px;
  margin-top: 30px;
  }
}

.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 0px 20px 0px !important;
  width: 100%;
  height: 100%;
}



footer a {
  color: #fff;
  /* color: #000; */
}

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;
  color: #fff;
}

footer h3 {
  margin-bottom: 20px;
  font-size: 20px;
  color: #508BFF;
}

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: 10px 0 10px 0;
  margin: 0 -10px;
}

.footerBottom > * {
  margin: 0 10px;
}
.footerBottom .copyrights{
  color: #fff;
}
.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%;
  object-fit: cover;
  top: -100px;
}

@media only screen and(max-width:768px) {
  #main-banner{
    width: 100%;
    object-fit: cover;
    top: 10px;
  }
}


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

#main-banner .main__video-banner video {
  position: relative;
  height: 900px;
  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 only screen and(max-width: 1200px) {
  .cat-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .cat-grid-card {
    max-width: calc(33% - 30px);
  }
}

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

@media only screen and(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 img {
  margin-right: 20px;
}

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

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

@media screen and (max-width: 320px) {
  .mainstats-card img {
    width: 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;
}
.main-page-about-img{
  padding-top: 120px;
}
/*---------------------------------------------------------
  ---------------------  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: "Poppins", 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: "Poppins", 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 only screen and(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: "Poppins", 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;
}

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

.vehicle-section .container-fluid .content .product .img-product-first img {
  width: 100%;
  padding: 5px 5px 10px 0px;
}

.vehicle-section .container-fluid .content .product .img-product-second img {
  width: 100%;
  padding: 5px 0px 10px 5px;
}

.vehicle-section .container-fluid .content .product .product-details {
  text-align: center;
}

.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;
  }
}

@media (max-width: 767px) {
  .vehicle-section .content {
    flex-direction: column;
  }
  .vehicle-section .content .product {
    width: 96% !important;
    margin: auto;
    padding-bottom: 30px;
  }
}

.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;
    margin-bottom: 0.5rem;
  }
}

@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;
    margin-bottom: 0.5rem;
  }
}

@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 only screen and(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 only screen and(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 only screen and(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 only screen and(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 only screen and(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 only screen and(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 only screen and(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 only screen and(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 only screen and(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: "Poppins", 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 only screen and(max-width: 1536px) {
  .car__banner {
    height: 600px;
  }
}

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

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

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

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

@media only screen and(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 only screen and(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 only screen and(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 only screen and(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 only screen and(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 only screen and(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 only screen and(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-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 only screen and(max-width: 991px) {
  .car__interior .fw__image-active .fw__img img {
    height: 460px;
  }
}

@media only screen and(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 only screen and(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 only screen and(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 only screen and(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 only screen and(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 only screen and(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 only screen and(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 only screen and(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: 0px;
  position: relative;
  margin-bottom: 100px;
 
}
@media (min-width: 992.8px) and (max-width: 1199.98px){
  .car__safety{
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px){
  .car__safety{
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .car__safety {
    padding-bottom: 0px;
    margin-top: -50px;
    
  }
}

@media screen and (max-width: 426px) {
  .car__safety {
    margin-top: 50px;
    padding-bottom: 0px;
    margin-bottom: -40px;
  }
}

.car__safety-title {
  font-family: Poppins;
font-size: 40px;
font-weight: 600;
line-height: 60px;
text-align: center;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.car__safety-title span{
  font-family: Poppins;
font-size: 40px;
font-weight: 600;
line-height: 60px;
text-align: left;
color: #0470B9;
}

@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;
  }
}


.card_slider_img::after{
  content: "";
  position: absolute;
  left: 52%;
  top: 10px;
  /* bottom: 160px; */
  width: 60px;
  height: 4px;
  background-color: #394968;
}

.card_slider_img::before{
  content: "";
  position: absolute;
  left: 45%;
  top: 10px;
  /* bottom: 160px; */
  width: 60px;
  height: 4px;
  background-color: #394968;
}
@media (min-width: 1200px) and (max-width: 1440px){
  .card_slider_img::before{
    content: "";
    position: absolute;
    left: 43%;
    top: 10px;
    /* bottom: 160px; */
    width: 60px;
    height: 4px;
    background-color: #394968;
  }
}
@media (min-width: 992.8px) and (max-width: 1199.8px){
  .card_slider_img::before{
    content: "";
    position: absolute;
    left: 40%;
    top: 10px;
    /* bottom: 160px; */
    width: 60px;
    height: 4px;
    background-color: #394968;
  }
}
@media (min-width: 992.8px) and (max-width: 1199.8px){
  .card_slider_img::after{
    content: "";
    position: absolute;
    left: 55%;
    top: 10px;
    /* bottom: 160px; */
    width: 60px;
    height: 4px;
    background-color: #394968;
  }
}
@media (min-width: 768px) and (max-width: 991.98px){
  .card_slider_img::after{
    left: 55%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px){
  .card_slider_img::before{
    left: 38%;
  }
}

@media (max-width:500px){
  .card_slider_img::before{
    content: "";
    position: absolute;
    left: 25%;
    top: 10px;
    /* bottom: 160px; */
    width: 60px;
    height: 4px;
    background-color: #394968;
  }
  .card_slider_img::after{
    content: "";
    position: absolute;
    left: 58%;
    top: 10px;
    /* bottom: 160px; */
    width: 60px;
    height: 4px;
    background-color: #394968;
  }
}
.card_slider_img_about {
  text-align: center;
  margin-top: 50px;
}
.card_slider_img_about::after{
  content: "";
  position: absolute;
  left: 57%;
  top: 60px;
  /* bottom: 160px; */
  width: 60px;
  height: 4px;
  background-color: #fff;
}

.card_slider_img_about::before{
  content: "";
  position: absolute;
  left: 30%;
  top: 60px;
  /* bottom: 160px; */
  width: 60px;
  height: 4px;
  background-color: #ffff;
}
@media (min-width: 1200px) and (max-width: 1440px){
  .card_slider_img_about::before{
    left: 28%
  }
}
@media (min-width: 992.8px) and (max-width: 1199.8px){
  .card_slider_img_about::before{
    left: 28%
  }
}
@media (min-width: 768px) and (max-width: 991.98px){
  .card_slider_img_about::before{
    left: 35%
  }
}

@media (max-width:500px){
  .card_slider_img_about::before{
    content: "";
    position: absolute;
    left: 20%;
    top: 60px;
    /* bottom: 160px; */
    width: 60px;
    height: 4px;
    background-color: #ffff;
  }
  .card_slider_img_about::after{
    content: "";
    position: absolute;
    left: 59%;
    top: 60px;
    /* bottom: 160px; */
    width: 60px;
    height: 4px;
    background-color: #fff;
  }
}
.car__safety .safety__feature .safety__feature-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: fit-content;
  position: relative;
}

.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: 100%;
    height: auto;
  }
}

@media screen and (max-width: 1560px) {
  .car__safety .safety__feature .safety__feature-card .safety__card-img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 1024px) {
  .car__safety .safety__feature .safety__feature-card .safety__card-img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .car__safety .safety__feature .safety__feature-card .safety__card-img {
     width: 100%;
    height: auto;
  }
}

@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: 290px;
  transition: transform 500ms ease-in-out;
  transform: scale(1);
  object-fit: cover;
}

.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: 100%;
    height:auto;
  }
}

@media (max-width: 1200px) {
  .car__safety .safety__feature .safety__feature-card .safety__card-img {
    width: 100%;
    height:auto;
  }
}

@media (max-width: 1100px) {
  .car__safety .safety__feature .safety__feature-card .safety__card-img {
    width: 100%;
    height:auto;
  }
}

@media (max-width: 850px) {
  .car__safety .safety__feature .safety__feature-card .safety__card-img {
    width: 100%;
    height:auto;
  }
}

@media (max-width: 768px) {
  .car__safety .safety__feature .safety__feature-card .safety__card-img {
    width: 100%;
    height:auto;
  }
}

@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"); */
  background: #313131;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  margin-top: 100px;
}
@media (max-width:768px){
  .product__footer{
    
  }
}
@media (max-width:912px){
  .product__footer{

  }
}
@media (max-width:540px){
  .product__footer{
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}


.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 #ffff;
  position: relative;
  top: 0rem;
}

.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: #fc7003;
  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: 600px;
    object-fit: cover;
    margin-bottom: 0.5rem;
  }
}

@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: 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;
    margin-bottom: 0.5rem;
  }
}

@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: 24px;
    text-align: center;
  }
}
@media screen and (max-width: 426px) {
  .car__safety-title span {
    font-size: 24px;
  }
}


@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: 0rem;
}

.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: #fff;
  color: #000;
  z-index: 99999;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.4);
  outline: none;
}

@media only screen and(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;
  }
}

/* video-banner-section-css */

.video__banner_slider{
  position: relative;
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg,rgba(0,0,0,.00) 20.19%,rgba(0,0,0,.80) 88.58%);
  z-index: 2;
  cursor: pointer;
  
}

.video__banner_slider .video__section_slider{
  position: relative;
  width: 100%;
  background-size: cover;
  height: 700px;
  /* margin-top: 50px; */
  display: flex;
  justify-content: center;
  align-items: center;
  
  background: linear-gradient(180deg,rgba(0,0,0,.00) 20.19%,rgba(0,0,0,.80) 88.58%);
  z-index: 2;
  cursor: pointer;

}
.video__banner_slider .video__section_slider video{
  position: relative;
    box-sizing: border-box;
    object-fit: cover;
}


.video-desktop {
  width: 100%;
  height: 100vh;
  display: block;
  object-fit: cover;
  object-position: center;
}
.vedio-mobile{
  width: 100%;
  height: auto;
  display: none;
}
@media screen and (max-width: 1199px) {
.vedio-mobile{
  width: 100%;
  height: auto;

}
}

.show_new_spec {
  opacity: 1;
  animation: 1.2s 2.5s fadeinup both;
}

.exterior-copy-text-bottom {
  display: flex;
  position: absolute;
  opacity: 1;
  bottom: 40px;
  left: 0;
  right: 0;
  margin-top: auto;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
@media screen and (max-width: 1199px){
  .exterior-copy-text-bottom {
    flex-direction: column;
  }
}

.content-exterior-banner {
  border-right: 1px solid #fff;
  padding: 0 50px;
}
@media screen and (max-width: 1199px) {
  .content-exterior-banner {
      text-align: center;
      padding: 15px 0;
      border-bottom: 1px solid rgba(255, 255, 255, .50);
      border-right: unset;
  }
}

.content-exterior-banner p {
  color: #fff;
  font-family: 'avenir';
  font-size: 54px;
  font-style: normal;
  font-weight: 750;
  line-height: normal;
  margin-bottom: 0;
  white-space: nowrap;
}
.content-exterior-banner .satuan {
  color: #fff;
  font-family: 'avenir';
  font-size: 24px;
  font-style: normal;
  font-weight: 750;
  line-height: normal;
  margin-bottom: 0;
}
.content-exterior-banner span {
 color: #fff;
  font-family: 'avenir';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}


/* card-slider */
.binguo_specification{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
 
}

.binguo_specification h2 {
  font-family: Poppins;
font-size: 40px;
font-weight: 600;
line-height: 60px;
text-align: left;

}
@media only screen and (max-width: 767px){
  .binguo_specification h2 {
    font-family: Poppins;
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
  text-align: center;
  
  }

}
.binguo_specification h2 span{
  font-family: Poppins;
font-size: 40px;
font-weight: 600;
line-height: 60px;
text-align: left;
color: #385EA9;

}
@media only screen and(max-width:600px){
  .binguo_specification h2{
    font-size: 25px;
  }
}
@media only screen and(max-width:600px){
  .binguo_specification h2 span{
    font-size: 25px;
  }
}
@media only screen and(max-width:480px){
  .binguo_specification {
    margin-top: 0px;
  }
}

.contact_specification{
  width: 100%;
  display: grid;
  grid-template-columns: auto auto;
  background-color: #000;
  /* display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; */
  padding-left: 10%;
  padding-right: 10%;
  margin-top: 20px;
  margin-bottom: 100px;
  gap: 0px;
  padding-top: 50px;
  padding-bottom: 50px;

}
@media only screen and(min-width:1200px) and (max-width:1440px){
  .contact_specification{
    padding-bottom: 50px;
  }
}
@media only screen and(min-width:992.8px) and (max-width:1199.98px){
  .contact_specification{
    display: flex;
   gap: 40px;
   padding: 10px 50px 50px 10px;
  }
}
@media only screen and (min-width:768px) and (max-width:992px){
  .contact_specification{
    display: flex;
   flex-direction: column;
   gap: 40px;
   padding: 10px 10px 50px 10px;
  }
}
@media only screen and (max-width: 767px){
  .contact_specification{
    display: flex;
   flex-direction: column;
   gap: 0px;
   padding: 10px 10px 50px 10px;
  }
}

@media only screen and(max-width:480px){
  .contact_specification{
    padding-bottom: 50px;
    padding: 10px 10px 50px 10px;
  }
}

.contact_details{
  position: relative;
}
.contact_details h2{
  color: #ffff;
  font-family: Poppins;
font-size: 40px;
font-weight: 600;
line-height: 60px;
text-align: left;
padding: 20px 0px;
text-align: center;

}
.contact_details img {
  margin-left: 90px;

}
@media only screen and (max-width: 992px){
  .contact_details img {
    margin-left: 400px;
    

    
  
  }
}
@media only screen and (max-width: 768px){
  .contact_details img {
    margin-left: 280px;
    margin-top: 50px;

    
  
  }
}
@media only screen and (max-width: 450px){
  .contact_details img {
    margin-left: 90px;
    margin-top: 50px;

    
  
  }
}

.contact_img img{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: auto;
  padding-right: 30px;
    padding-top: 150px;
}
@media only screen and (max-width: 767px){
  .contact_img img{
    display: none;
    
  
  }
}
.contactt_img img{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: auto;
  padding-top: 100px;
}
@media (min-width: 1200px) and (max-width: 1440px){
  .contactt_img img{
   padding-left: 300px;
  
  
  }

}
@media (min-width: 992.8px) and (max-width: 1199.98px){
  .contactt_img img{
    padding-top: 130px;
  }

}
@media (min-width: 768px) and (max-width: 991.98px){
  .contactt_img img{
    padding-top: 60px;
  }

}
@media only screen and (max-width: 767px){
  .contactt_img img{
    display: none;
  }


}
@media (max-width:540px){
  .contactt_img img{
   display: none;
  }
}
@media (max-width:480px){
  .contactt_img img{
    padding-top: 130px;
    width: 180px;
    height: auto;
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1440px){
  .contact_img img{
    padding-top: 200px;
  }

}
@media (min-width: 992.8px) and (max-width: 1199.98px){
  .contact_img img{
    padding-top: 130px;
  }

}
@media (min-width: 768px) and (max-width: 991.98px){
  .contact_img img{
    padding-top: 60px;
  }

}
@media (max-width:480px){
  .contact_img img{
    padding-top: 130px;
    width: 180px;
    height: auto;
    display: none;
  }
}
@media (max-width:480px){
  .buttons{
    display: flex;
    /* margin: 20px; */
    margin-left: -30px;
    margin-bottom: 30px;
    padding-top: 72px;
}
  }

@media (min-width:769px) and (max-width:850px){
  .buttons{
    display: inline-flex;
  }
}  
.contact_details h2 span{
  color: #508BFF;
  font-family: Poppins;
font-size: 40px;
font-weight: 600;
line-height: 60px;
text-align: left;
}
.contact-us-box{
  width: 390px;
  height: 600px;
  gap: 0px;
  opacity: 0px;
  background: #FFFFFF54;
  border-radius: 10px;
  border: 0.41px solid #FFFFFF87;
  box-shadow: 0px 4.11px 12.34px 11.19px #0000001A;
  margin: 0 auto;
}
@media (max-width:600px){
  .contact-us-box {
    width: 100%;
  }
}
.contact_form_page{
  padding: 20px;
}
label {
  display: inline-block;
  margin-bottom: .5rem;
  color: #fff;
}

.form-group {
  margin-bottom: 1rem;
  padding: 10px 0px;
}
.specification_banner_slider{
  display: grid;
  grid-template-columns: 300px auto;
  gap: 30px 120px;
  padding: 40px 0px;
}
@media (max-width:400px){
  .specification_banner_slider{
    display: flex;
     flex-direction: column;
     gap: 40px;
  }
}
@media (min-width:1200px) and (max-width:1400px){
  .specification_banner_slider{
    display: flex;
     flex-wrap: wrap;
   
  }
}
.box-img_left{
 position: relative;
}

.box-img_left img {
  width: 518px;
  height: 400px;
  object-fit: cover;
 margin-top: 21%;
  transform: scale(1.1);
 
}
@media (max-width:1440px){
  .box-img_left img{
    width: 480px;
    height: auto;
  }
}
@media (max-width:600px){
  .box-img_left img{
    display: none;
    width: 100%;
    height: 400px;
    object-fit: cover;
   margin-top: 20px;
    transform: scale(1);
  }
}
.car_img {
  width: 500px;
  height: 300px;
  position: absolute !important;
  top: 30%;
  left: 4%;
}
@media only screen and (max-width: 1440px){
  .car_img {
    width: 500px;
    height: 300px;
    position: absolute !important;
    top: 30%;
    left: 0%;
  }
}
 
@media only screen and (max-width: 1200px){
  .car_img {
    width: 500px;
    height: 300px;
    position: absolute !important;
    top: 15%;
    left: 4%;
  }
}
 
@media only screen and (max-width: 767px){
  .car_img{
    display: none !important;
  }
  .box-img_left{
    display: none;
  }
}
.car_img img{
width: 100%;
height: auto;
object-fit: cover;
background-position: center;
background-repeat: no-repeat;
}
@media (max-width:600px){
  .car_img img{
    position: absolute;
    left: 0px;
    bottom: -70px;
  }
}

.box_contain_right{
  background: #F7F9FD;
}
.box_contain_right h2{
  font-family: Poppins;
font-size: 30px;
font-weight: 600;
line-height: 45px;
text-align: left;
color: #394968;
  padding: 20px 0px 20px 120px;
}
@media (max-width:600px){
  .box_contain_right h2{
    font-family: Poppins;
  font-size: 15px;
  font-weight: 600;
  line-height: 45px;
  text-align: center;
  color: #394968;
    padding: 0px 10px;
   
  }
}
.tab-containt{
  display: flex;
  gap: 30px;
  padding: 40px 10px;
}
.tab-containt .tab-containt_left ul{
 list-style: none;
 padding: 0px 0px 0px 120px;
}
@media (max-width:600px){
  .tab-containt .tab-containt_left ul{
    padding: 0px 10px;
  }
}
.tab-containt .tab-containt_right ul{
  list-style: none;
}
.tab-containt .tab-containt_right ul  li{
  color: #000000;
padding: 10px;
}

.tab-containt .tab-containt_left ul  li{
  color: #000000;
padding: 10px;
}
.nav-pills .nav-link{
  font-family: Poppins;
font-size: 18px;
font-weight: 400;
line-height: 27px;
text-align: center;
color: #7B7B7B;
}


.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #262728;
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  padding: 0px 0px 0px 120px;
}
@media (max-width:600px){
  .nav{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    padding: 0px 10px;
  }
}
.card__data {
  width: 100%;
  background-color: #385EA9;
  color: #fff;
  padding: 1.5rem 2rem;
  box-shadow: 0 8px 24px hsla(0, 0%, 0%, .15);
  /* border-radius: 1rem; */
  border-radius: 0rem;
  text-align: center;
  margin-top: -10px;
}


.card__description {
  display: block;
  font-size: var(--small-font-size);
  margin-bottom: .25rem;
}


/* Card animation */
@keyframes show-data {
  50% {
    transform: translateY(-10rem);
  }
  100% {
    transform: translateY(-9rem);
  }
}

@keyframes remove-overflow {
  to {
    overflow: initial;
  }
}

@keyframes remove-data {
  0% {
    transform: translateY(-7rem);
  }
  50% {
    transform: translateY(-10rem);
  }
  100% {
    transform: translateY(.5rem);
  }
}

@keyframes show-overflow {
  0% {
    overflow: initial;
    pointer-events: none;
  }
  50% {
    overflow: hidden;
  }
}

.card__data_news{
  width: 400px;
  background-color: #ffff;
  color: #000;
  padding: 0.5rem 1rem;
  box-shadow: 0 8px 24px hsla(0, 0%, 0%, .15);
  border-radius: 17px 17px 0px 0px;
  position: absolute;
  /* bottom: 22rem; */
  left: 0;
  top: 153px;
  right: 0;
  margin-inline: auto;
  opacity: 1;
  transition: opacity 1s 1s;
  text-align: left;
  height: auto;
  margin-top: 30px;
}

@media only screen and (max-width: 1440px){
  .card__data_news{
    width:100%;
    background-color: #ffff;
    color: #000;
    padding: 0.5rem 1rem;
    box-shadow: 0 8px 24px hsla(0, 0%, 0%, .15);
    border-radius: 17px 17px 0px 0px;
    position: absolute;
    /* bottom: 22rem; */
    left: 0;
    top: 153px;
    right: 0;
    margin-inline: auto;
    opacity: 1;
    transition: opacity 1s 1s;
    text-align: left;
    height: auto;
    margin-top: 20px;
}

}
.card__description_blog{
  display: block;
  font-size: var(--small-font-size);
  margin-bottom: .25rem;
}


/* advertisement  */
.advertisement_motors{
  max-width: none;
  width: 80%;
  margin: 0 auto;
  margin-top: 100px;
}
@media only screen and (max-width:768px){
  .advertisement_motors{
  width: 100%;
  margin-top: 50px;
  }
}

.advertisement {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  overflow: hidden;
}
.advertisement img {
  max-width: 100%;
  height: auto;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .advertisement {
      flex-direction: column;
  }

  .advertisement img {
      max-width: 100%;
      margin-bottom: 0px;
      margin-top: 0px;
  }
}
@media (max-width: 375px) {
  .advertisement {
      flex-direction: column;
  }

  .advertisement img {
      max-width: 100%;
      margin-bottom: 0px;
      margin-top: 0px;
  }
}

/*  */
.contactt_specification{
  width: 100%;
  display: grid;
  grid-template-columns: auto auto;
  background-color: #000;
  /* display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; */
  padding-left: 10%;
  padding-right: 10%;
  margin-top: 20px;
  margin-bottom: 100px;
  padding-bottom: 60px;
  padding-top: 50px;
}
@media (min-width:1200px) and (max-width:1500px){
  .contactt_specification{
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 992.8px) and (max-width: 1199.8px){
  .contactt_specification{
   padding-bottom: 50px;
    
  
  
  }
}
@media  (max-width:540px){
  .contactt_specification {
    padding-bottom: 60px;
  }
}
@media  (max-width:480px){
  .contactt_specification {
    margin-bottom: 100px;
  }
}
@media  (max-width:400px){
  .contactt_specification {
    display: flex;
    flex-direction: column;
    margin-bottom: px;
  }
}
@media  (max-width:400px){
  .contactt_specification {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
  }
}


.ev-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
}
.ev-description {
  flex: 1;
  text-align: left;
  padding-top: 40px;
 padding-left: 3px;
  box-sizing: border-box;
}
.ev-description h2 {
  font-size: 24px;
  color: #333;
}

.ev-description p {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.6;
  font-weight: 100;
}
.btn {
  display: inline-block;
  margin-right: 10px;
  background-color: white;
  color: black;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}
@media only screen and(min-width: 768px) and (max-width: 991.98px){
  .btn{
    margin-left: 70px;
  }
}
@media only screen and(max-width:767px){
  .btn{
    margin-left: 25px;
  }
}
@media only screen and (max-width:540px){
  .btn{
    margin-left: 0px;
  }
}
@media only screen and(max-width:480px){
  .btn{
    margin-left: 80px;
  }
}
@media only screen and(max-width:414px){
  .btn{
    margin-left: 80px;
  }
}
@media only screen and(max-width:375px){
  .btn{
    margin-left: 40px;
  }
}
.btn2 {
  display: inline-block;
  padding: 10px 20px;
  margin-right: 10px;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}
@media only screen and (max-width:768px){
  .btn2 {
    padding: 0px;
  }
}


.btn:hover {
  color: white;
  background-color: #0056b3;
}
/* Styling for the EV image */
.ev-image {
  flex: 1;
  text-align: center;
}

.ev-image img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.cardd_slider_img_about {
  padding-left: 75px;
  margin-top: 50px;
}

.cardd_slider_img_about::before{
  content: "";
  position: absolute;
  left: 10%;
  width: 60px;
  height: 4px;
  background-color: #ffff;
}
.cardd_slider_img_about::after{
  content: "";
  position: absolute;
  left: 17%;
  width: 60px;
  height: 4px;
  background-color: #fff;
}
@media only screen and (min-width: 1200px) and (max-width: 1440px){
  .cardd_slider_img_about::after{
    content: "";
  position: absolute;
  left: 20%;
  width: 60px;
  height: 4px;
  background-color: #fff;
    
  }
}

@media  only screen and(min-width: 768px) and (max-width: 991.98px){
  .contactt_specification{
    padding-left: 10%;
    padding-right: 5%;
    padding-bottom: 50px;
  }
}


@media only screen and(max-width:768px){
  .cardd_slider_img_about::before{
    content: "";
    position: absolute;
    left: 10%;
    width: 60px;
    height: 4px;
    background-color: #ffff;
  }
  .cardd_slider_img_about::after{
    content: "";
    position: absolute;
    left: 45%;
    width: 60px;
    height: 4px;
    background-color: #fff;
  }
}

@media only screen and(min-width: 992.8px) and (max-width: 1199.8px){
  .cardd_slider_img_about::after{
    left: 23%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px){
  .cardd_slider_img_about::after{
    left: 26%;
  }
}
@media only screen and(max-width:540px){
  .cardd_slider_img_about::after{
    content: "";
    position: absolute;
    left: 34%;
    width: 60px;
    height: 4px;
    background-color: #fff;
  }
}

@media only screen and(max-width:480px){
  .cardd_slider_img_about::after{
    content: "";
    position: absolute;
    left: 36%;
    width: 60px;
    height: 4px;
    background-color: #fff;
  }
}
@media only screen and(max-width:390px){
  .cardd_slider_img_about::after{
    content: "";
    position: absolute;
    left: 45%;
    width: 60px;
    height: 4px;
    background-color: #fff;
  }
}
@media only screen and(max-width:375px){
  .cardd_slider_img_about::after{
    content: "";
    position: absolute;
    left: 43%;
    width: 60px;
    height: 4px;
    background-color: #fff;
  }
}
.contactt_details h2{
  color: #ffff;
  font-family: Poppins;
font-size: 40px;
font-weight: 600;
line-height: 60px;
text-align: left;
}
.contactt_details span {
  color: #0470B9;
}

/* all new wling ev  */
.new-section {
  padding-top: 100px;
  position: relative;
  height:100vh; /* Adjust height as needed */
  background-image: url(../img/lifestyle.png); /* Image URL */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
  margin-bottom: 100px;  
  position: relative;
  
}

@media screen and (max-width: 1199px){
  .new-section{
    height: 90vh;
    margin-bottom: 50px;
  }
}
@media (min-width: 992.8px) and (max-width: 1199.98px){
  .new-section{
    height: 70vh;
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px){
  .new-section{
    height: 90vh;
    margin-bottom: 50px;
  }
}

@media (max-width:767px){
  .new-section{
    margin-bottom: 2px;
  }
}
@media (max-width:480px){
  .new-section{
    margin-bottom: 100px;
  }
}
@media (max-width:414px){
  .new-section{
    margin-bottom: 50px;
  }
}


/* Content inside the section */
.all-content {
  padding: 20px;
  width: 70%; /* Width of content area */
  box-sizing: border-box;
  color: #ffffff;
  position: absolute;
  top: 500px;
  left: 20px;

}
@media (min-width: 992.8px) and (max-width: 1199.8px){
  .all-content{
    padding: 20px;
  width: 70%; /* Width of content area */
  box-sizing: border-box;
  color: #ffffff;
  position: absolute;
  top: 40px;
  left: 15px;
  
  }
}

.all-content h2{
  font-size: 50px;

}
@media (max-width:768px){
  .all-content h2{
    margin-top: -65px;
  }
}
.all-content p{
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
}
@media only screen and (max-width: 1200px) {
  .all-content {
      top: 40px;
      bottom: unset;
      right: 20px;
      left: 20px;
  }
}

.contain_all_motors{
  width: 500px;
  height: auto;
  
 
}
@media (max-width:768px){
  .contain_all_motors {
    height: auto;
    width: 0px;
    display: flex;
    line-height: 40px;
    
  }
  .contain_all_motors p{
    display: none;
  }
  
}


@media (max-width:768px){
  .all-content{
    width: 0%;

  }
  
}

 section.battery {
  position: sticky;
  top: 0;
  width: 100%;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}
section.battery .wrapper {
  width: 34%;
  position: relative;
  z-index: 2;
}
section.battery p.title {
  margin-bottom: 21px;
  color: var(--default-color-black,#161616);
  font-feature-settings: 'clig' off , 'liga' off;
  font-family: 'AvenirBlack';
  font-size: 48px;
  font-style: normal;
  font-weight: 750;
  line-height: normal;
  text-align: start;
}

section.battery p.desc {
  margin-bottom: 23px;
  color: var(--pragmantic-blue-100,#384967);
  font-feature-settings: 'clig' off , 'liga' off;
  font-family: 'Avenir';
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -.18px;
}
section.battery .wrapper .wrapper-desc {
  display: flex;
  gap: 42px;
}
section.battery .wrapper .wrapper-desc .range-tile {
  margin-bottom: 40px;
}
section.battery .wrapper-desc .range-tile p.title {
  margin-bottom: 0;
  color: #000;
  font-feature-settings: 'clig' off , 'liga' off;
  font-family: 'Avenir';
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}
section.battery .wrapper-desc .range-tile p.content {
  margin-bottom: 0;
  color: #000;
  font-feature-settings: 'clig' off , 'liga' off;
  font-family: 'AvenirBlack';
  font-size: 48px;
  font-style: normal;
  font-weight: 750;
  line-height: normal;
}


/*-------specification of ev ------ */

.specification-banner {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding: 20px;
  background-color: #F7F9FD;
  margin-bottom: 100px;
  position: relative;
}
@media only screen and (max-width:1440px) {
  .specification-banner {
    gap: 0px;
    padding: 0px;
  }

  
}
@media (min-width:992.8px) and (max-width:1199.8px){
  .specification-banner{
    flex-direction: column;
    gap: 40px;
  }
}
@media (min-width:768px) and (max-width:992px){
  .specification-banner{
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width:767px){
  .specification-banner{
    margin-bottom: 40px;
  }
}

.car_img img {
  max-width: 100%;
  height: auto;
}

.box-contain-right {
  flex: 0 0 60%;
}
.box-contain-right h2{
  padding-bottom: 30px;
}

@media (max-width:768px){
  .box-contain-right{
    flex: 0 0 100%;
  }
}
.specification-container {
  padding: 20px;
  background-color: #F7F9FD;
}

.tab-list {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-around;
  margin-bottom: 40px;
}
@media (max-width:768px){
  .tab-list{
    flex-direction: column;
  }
}
.tab-item {
  cursor: pointer;
  padding: 10px;
 
}

.tab-item.active {
  background-color: #385EA9;
  color: #fff;
}

.tab-content {
  display: none;
  padding: 20px;
}
.tab-content span{
  
  font-weight: bold;
  font-size: 16px;
 
  
}

.tab-content.active {
  display: block;
}

.button-container{
  margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 100px;
}
.btn3 {
  display: inline-block;
  margin-right: 10px;
  background-color: white;
  color: black;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}
@media (max-width:768){
  .button-container{
    margin: auto;
      display: flex;
      align-items: right;
      justify-content: center;
      padding-bottom: 100px;
  }
}
.button-container .btn-succes{
  background-color: #385EA9;
  color: white;
  border: none;
  padding: 10px 30px 10px 30px;

}
.button-container:hover .btn-succes{
  background-color:white;
  color: black;
  border: 1px solid black;
}
@media (min-width:1450px){
  .product__footer .container{
    max-width: 1460px;
    margin: auto;
  }
}
@media (min-width:1450px){
  .wuling_deep{
   padding: 0px 0px 0px 170px;
  }
}

.wrapper_motors{
  padding-left: 10%;
  padding-right: 10%;
}
/* @media (max-width:768px){
  .wrapper_motors{
    padding-left: 0%;
  padding-right: 0%;
  }
} */




/* car option  */

.option-container {
  background-color: #bacde5e0;
  position: relative;
  width: 100%;
  height: 900px;
  margin-bottom: 100px;
  overflow: hidden;
}
@media (min-width: 1200px) and (max-width: 1440px){
  .option-container{
    width: auto;
    height: 850px;
  }
}
@media (min-width: 992.8px) and (max-width: 1199.8px){
  .option-container{
    width: auto;
    height: 600px;
  }
}
@media (max-width:912px){
  .option-container{
    width: 100%;
    height: 60vh;
  }
}
@media (min-width: 768px) and (max-width: 991.98px){
  .option-container{
    width: 100%;
    height: 70vh;
  }
}

@media (max-width:767px){
  .option-container{
    width: 100%;
    height: 50vh;
  }
}
@media (max-width:480px){
  .option-container{
    margin-bottom: 60px;

  
  }
}
@media (max-width:430px){
  .option-container{
    width: 100%;
    height: 50vh;
  }
}
@media (max-width:414px){
  .option-container{
    margin-bottom: 60px;
    width: 100%;
    height: 50vh;
  
  }
}
@media (max-width:375px){
  .option-container{
    width: 100%;
    height: 60vh;
  }
}
.option-car-image {
  position: absolute;
  width: 1372px;
  height:823px;
  top: 5px;
  left:0px;
  transition: opacity 0.3s ease;
}
@media (min-width: 1200px) and (max-width: 1440px){
  .option-car-image{
    position: absolute;
  width: 100%;
  height: auto;
  top: 5px;
  left: 0px;
  transition: opacity 0.3s ease;
  
  }
}
@media (min-width: 993px) and (max-width: 1199px){
  .option-car-image{
    width: auto;
    height: 500px;
    top: ;
  
  }
}
@media screen and (max-width:992px) {
  .option-car-image{
    width: auto;
    height: 500px;
    top: 100px;
  
  }

  
}
@media (max-width:912px){
  .option-car-image{
    width: 100%;
    left: 0px;
    top: 60px;
    height: auto;
  }
}
@media (max-width:768px){
  .option-car-image{
    width: 100%;
    left: 0px;
    top: 60px;
    height: auto;
  }
}
.color-options {
  position: absolute;
  top: 39%;
  right: 10%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media only screen and(max-width:1440px){
  .color-options{
    flex-direction: row;
    justify-content: center;
    left: 550px;
    right: inherit;
    top: 750px;
  }
}
@media (min-width: 993px) and (max-width: 1199.8px){
  .color-options{
    display: flex;
    flex-direction: row;
    justify-content: center;
  left: 600px;
  right: inherit;
  top: 500px;
  }
}
@media only screen and (max-width: 992px){
  .color-options{
    display: flex;
    flex-direction: row;
    justify-content: center;
  left: 400px;
  right: inherit;
  top: 700px;
  }
}
@media (max-width: 912px){
  .color-options{
    display: flex;
    flex-direction: row;
    justify-content: center;
  left: 400px;
  right: inherit;
  top: 700px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px){
  .color-options{
    display: flex;
    flex-direction: row;
    justify-content: center;
  left: 330px;
  right: inherit;
  top: 520px;
  }
}

@media only screen and (max-width:767px){
  .color-options {
    display: flex;
    flex-direction: row;
    justify-content: center;
    left: 300px;
    right: inherit;
    top: 550px;
}
}
@media (max-width:480px){
  .color-options{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-left: 70px;
  right: inherit;
  top: 400px;
  margin-left: -200px;
  }
}
@media (max-width:430px){
  .color-options{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-left: 30px;
  right: inherit;
  top: 380px;
  margin-left: -200px;
  }
}
@media (max-width:414px){
  .color-options{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-left: 30px;
  right: inherit;
  top: 350px;
  margin-left: -200px;
  }
}
@media (max-width:375px){
  .color-options{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-left: 15px;
  right: inherit;
  top: 320px;
  margin-left: -200px;
  }
}
.color-option {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.color-option:hover {
  transform: scale(1.1);
}


/* photo gallery */
.gallery-car__safety {
  width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
    position: relative;
    padding-bottom: 100px;
    margin-bottom: 20px;
}
.gallery-safety__feature-card {
  cursor: pointer;
}
.gallery-safety__card-img img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.popup img {
  max-width: 90%;
  max-height: 90%;
  cursor: pointer;
}

.gallery-car__safety-title {
  font-family: Poppins;
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
  text-align: left;
  text-transform: capitalize;
  letter-spacing: 1px;
  padding-bottom: 50px;
}
.battery{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  width:90%;
  margin-bottom: 100px;
}

@media (max-width:768px){
  .right-battery .binguo_specification{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    position: relative;
    margin-bottom: 40px;
  

}
}
@media (max-width:768px){
  .about-battery  {
    padding-left: 51px
   

}
}
@media (max-width:768px){+
  .right-range h1 {
    padding-left: 120px;
   

}
}
@media (max-width:768px){
  .battery-resistance
  {
   margin-left: 24px;
   

}
}


@media (max-width:768px){
  .battery{
    display: flex;
    flex-direction: column;
  }
}
.battery .card_slider_img::after{
    position: absolute;
    left: 56%;
    top: 10px;
    /* bottom: 160px; */
    width: 60px;
    height: 4px;
    background-color: #394968;
}
@media (max-width:768px){
  .battery .card_slider_img::after {
    position: absolute;
    left: 55%;
    top: 10px;
    /* bottom: 160px; */
    width: 60px;
    height: 4px;
    background-color: #394968;
}
}
@media (max-width:375px){
  .battery .card_slider_img::after {
    position: absolute;
    left: 60%;
    top: 10px;
    /* bottom: 160px; */
    width: 60px;
    height: 4px;
    background-color: #394968;
  }
}
.battery .card_slider_img::before{
    position: absolute;
    left: 32%;
    top: 10px;
    /* bottom: 160px; */
    width: 60px;
    height: 4px;
    background-color: #394968;
}
@media (max-width:768px){
  .battery .card_slider_img::before {
    position: absolute;
    left: 36%;
    top: 10px;
    /* bottom: 160px; */
    width: 60px;
    height: 4px;
    background-color: #394968;
}
}
@media (max-width:375px){
  .battery .card_slider_img::before{
    position: absolute;
    left: 22%;
    top: 10px;
    /* bottom: 160px; */
    width: 60px;
    height: 4px;
    background-color: #394968;
  }
}
.battery .car__safety-title{
  padding-bottom: 20px;

}

.battery-resistance{
  width: 177px;
  height: 177px;
  border-radius: 50%;
  background-color: #FFE9DB;
}
.box_img_wuling_motors{
  display: flex;
  justify-content: space-between;
}

@media (max-width:375px){
  .box_img_wuling_motors{
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}
@media (min-width:768px) and (max-width:1199px){
  .box_img_wuling_motors{
    display: flex;
    flex-direction: row;
    gap: 40px;
  }
}
@media screen and (max-width: 767px){
  .box_img_wuling_motors{
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}


.battery-resistance img{
  padding-left: 56px;
  padding-right: 55px;
  padding-top: 19px;
}
.battery-resistance p{
  font-family: Poppins;
font-size: 14px;
font-weight: 500;
line-height: 21px;
text-align: center;
padding-top:10px;

}
.battery-resistance h2{
  font-family: Poppins;
font-size: 24px;
font-weight: 500;
line-height: 21px;
text-align: center;

}

@media only screen and (max-width: 600px) {
  .battery.wrapper {
    display: flex;
    flex-direction: column;
  }

  .left-bettery,
  .right-battery {
    width: 100%;
  }
}

/* Styles for laptops and desktops */
@media only screen and (min-width: 601px) {
  .battery.wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

.right-battery {
    width: 48%;
  }
}
@media only screen and(max-width:768px)
{.right-battery {
  width: 100%;
}

}
.left-bettery {
  width: 100%!important;
  position: relative!important;
}
.left-bettery video {
  width: 100%;
}

.right-range h5{


}




.hybrid-tech-banner {
  position: relative;
  margin-bottom: 100px;
}
.diecast-img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.hybrid-copy-text {
  position: absolute;
  bottom: 78px;
  left: 5%;
  height: fit-content;
}
.content-hybrid-banner {
  width: 100%;
  max-width: 450px;
  padding-left: 100px;
}
.content-hybrid-banner p {
  color: #fff;
  font-size: 64px;
  font-style: normal;
  font-weight: 100px;
  line-height: normal;
  margin-bottom: 30px;

}
@media (max-width:500px){
  .content-hybrid-banner p{
    font-size: 34px;
  }
}
.content-hybrid-banner span {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 50;
  line-height: normal;
  
}
@media only screen and (max-width: 360px) {
  .content-hybrid-banner span {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1200px) {
  .hybrid-tech-banner .hybrid-copy-text {
      margin-top: 0%;
  }
}

@media only screen and (max-width: 1200px) {
  .hybrid-copy-text {
      top: 40px;
      bottom: unset;
      right: 20px;
      left: 20px;
  }
}

.heading-image{
  width: 200px;
}
.bi{
  font-size: 24px;
  margin: 5px;
}


/* animation */

/* / animation_section-start / */
.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}
.active.fade-bottom {
  animation: fade-bottom 1s ease-in;
}
.active.fade-top{
  animation: fade-top 1s ease-in;
}
.active.fade-left {
  animation: fade-left 1s ease-in;
}
.active.fade-right {
  animation: fade-right 1s ease-in;
}
@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-top {
  0% {
    transform: translateY(0px);
    opacity: 0;
  }
  100% {
    transform: translateY(50px);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/* blog */
.news-header{
  text-align: center;
  align-items: center;
}
.news-header .car__safety-title {
  text-align: center;
  padding-bottom: 60px;
}
.related-wrapper {
  padding-top: 10px;
}
.container {
  max-width: none;
  width: 80%;
  margin: 0 auto;
}
.related-wrapper .title {
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 24px;
  text-align: center;
  color: #323B4F;
  text-align: center;
}
.news-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media only screen and(max-width: 880px) {
  .news-row {
    display: block; 
    margin-right: 0;
    margin-left: 0;
  }
  
  .news-item {
    width: 100%; 
    margin-bottom: 20px; 
  }
}


.card-type-1 {
  filter: drop-shadow(0px 4px 16px rgba(153, 153, 153, 0.25));
  margin-bottom: 32px;
}
.card-type-1 img {
  width: 100%;
  /* height: 258px; */
  height: 240px;
  object-fit: cover;
}
.card-type-1 .card-detail {
  padding: 20px 19px;
  background-color: #fff;
}
.card-type-1 .card-detail .card-title {
  font-family: 'Avenir Black';
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.18px;
  color: #3B3B3B;
  margin-bottom: 10px;
  height: 58px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.card-type-1 .card-detail .card-desc {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 8px;
  height: 50px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.card-type-1 .card-detail .card-date {
  font-size: 12px;
  line-height: 18px;
  color: #B4B8C3;
  margin-bottom: 16px;
}
.btn-blue {
  background-color: #384967;
  color: #ffffff !important;
  transition: all 0.2s ease;
  padding: 10px 30px !important;
  border-radius: 5px;
  font-size: 15px;
  box-shadow: 0px 4px 16px rgb(153 153 153 / 25%);
  border: 1px solid;
}
.related-wrapper .btn-see-more {
  display: flex;
  justify-content: center;
}





/* about css start here  */

.wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.aboutus-banner{
  margin-bottom: 8%;
}

element.style {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)), url("../img/about/banner-about.png");
}
.text-component{
padding-top: 10%;
text-align: center;
color: white;
}

.wrapper_section_3 {
  display: flex;
  gap: 100px;
}
.wrapper_section_3_video{
  width: 1200px;
height: auto;

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

}

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

}
.img_ev_sec3 {
  width: 38% !important;
  position: absolute;
  bottom: 100px;
  right: 79%;
}

@media only screen and (max-width: 1440px) {
  .img_ev_sec3 {
    width: 38% !important;
    position: absolute;
    bottom: 61%;
    right: 81%;
}
}
@media only screen and (max-width: 1200px) {
  .img_ev_sec3 {
    width: 38% !important;
    position: absolute;
    bottom: -12%;
    right: 81%;
}
}
.wrapper_section_3_video {
  width: 50%;
  margin-left: 5%;
  position: relative;
}
.wrapper_section_3_copy {
  margin-left: 1%;
  width: 50%;
}
.wrapper_section_3_copy h2 {
  text-align: left;
}
.wrapper_section_3_copy .section__desc {
  text-align: left;
}
.achievement {
  margin: 50px 0 0;
  padding-bottom: 30px;
  max-width: 442px;
}
.title_achievement {
  color: #384967;
  font-size: 14px;
  font-style: normal;
  font-weight: 750;
  line-height: normal;
  margin-bottom: 15px;
}
.wrapper_content_achievement {
  display: flex;
  gap: 65px;
}
.item_achievement p {
  color: #161616;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 0;
}
.item_achievement div {
  background: linear-gradient(90deg,#1372bb 26.25%,#2b8fdd 91.67%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 42px;
  font-style: normal;
  font-weight: 750;
  line-height: normal;
}
.item_achievement span {
  color: #697187;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media only screen and (max-width: 1199px) {
  .wrapper_section_3_video {
      width: 85%;
      margin-left: 2.5%;
      position: relative;
  }
}

@media only screen and (max-width: 1023px) {
  .img_ev_sec3 {
    width: 75%;
    position: absolute;
    bottom: -12%;
    right: 80%;
}
}
@media only screen and (max-width: 767px) {
  .img_ev_sec3 {
    width: 75%;
    position: absolute;
    bottom: -11%;
    right: 80%;
}
}
@media only screen and (max-width: 480px) {
  .img_ev_sec3 {
    width: 75%;
    position: absolute;
    bottom: -12%;
    right: 80%;
}
}
@media only screen and (max-width: 1199px) {
  .wrapper_section_3_copy {
      margin-left: 0;
      width: 95%;
      margin: 80px auto 0;
  }
}
@media only screen and (max-width: 1199px) {
  .wrapper_section_3_copy h2 {
      text-align: center;
  }
}
@media only screen and (max-width: 1199px) {
  .wrapper_section_3_copy .section__desc {
      text-align: center;
  }
}

@media only screen and (max-width: 1199px) {
  .achievement {
      padding-bottom: 30px;
      max-width: unset;
      width: 100%;
      text-align: center;
  }
}
@media only screen and (max-width: 1199px) {
  .wrapper_content_achievement {
      gap: 20px;
      flex-direction: column;
      align-items: center;
  }
}
@media only screen and (max-width: 1199px) {
  .item_achievement p {
      font-size: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .item_achievement div {
      font-size: 36px;
  }
}
@media only screen and (max-width: 1199px) {
  .item_achievement span {
      font-size: 12px;
  }
}
@media only screen and (max-width: 1199px) {
  .item_achievement span {
      font-size: 12px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-heading{
      text-align: center;
  }
}
@media only screen and (max-width: 1199px) {
  .wrapper_section_3 {
      flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  section {
      padding: 20px 0;
  }
}




.section__4 {
  padding: 0;
  width: 100%;
  overflow-y: hidden;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .section__4 {
  width: 100%;
  overflow-y: hidden;
  position: relative;
}
}

.section__4 .section__title {
  display: block;
  position: sticky;
  top: 100px;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .section__4 .section__title {
      display: block;
      position: sticky;
      top: 100px;
      left: 0;
      right: 0;
      color: #fff;
  }
}
.section__title {
  color: #161616;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
}
.section__title span{
  color: #0470B9;
}

.grab-horizontal2 {
  overflow: hidden;
  display: block;
  height: auto;
  white-space: nowrap;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  cursor: grab;
}
.section__4 img {
  width: auto;
}

@media only screen and (max-width: 1199px) {
  .section__4 img {
      width: auto;
  }
}

@media only screen and (max-width: 1199px) {
  .wrapper_section_3 {
      flex-direction: column;
  }
}








/* new css from here  */

section.news-highlight-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #F5F5F5;
  width: 100%;
  align-items: center;
  max-height: 500px;
  min-height: 500px;
  height: 500px;
}
.d-lg-flex {
  display: -ms-flexbox!important;
  display: flex!important;
}
.news-highlight-wrapper img {
  width: 65%;
  object-fit: cover;
  max-height: 500px;
  min-height: 500px;
  height: 500px;
}
.news-highlight-wrapper .news-highlight-desc {
  /* width: 35%; */
  padding-left: 32px;
}
.news-highlight-wrapper .news-highlight-desc span.red {
  background-color: #FF8578;
  color: #fff;
  border: none;
}
.news-highlight-wrapper .news-highlight-desc .news-highlight-date {
  padding: 4px 12px;
  border: 1px solid #D1D4D7;
  border-radius: 4px;
  font-size: 10px;
  line-height: 15px;
}
.news-highlight-wrapper .news-highlight-desc .subtitle {
  font-family: 'Avenir Black';
  font-size: 20px;
  line-height: 30px;
  color: #384967;
  margin: 16px 0;
  width: 290px;
}
@media only screen and (max-width: 1023px) {
  .news-highlight-wrapper .news-highlight-desc .subtitle{
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .news-highlight-wrapper .news-highlight-desc .subtitle{
    width: 200px;
  }
}
@media only screen and (max-width: 480px) {
  .news-highlight-wrapper .news-highlight-desc .subtitle{
    width: 130px;
  }
}
.news-highlight-wrapper .news-highlight-desc p.desc {
  font-size: 14px;
  line-height: 21px;
  color: #323B4F;
  width: 290px;
  margin-bottom: 16px;
  height: 44px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 1023px) {
  .news-highlight-wrapper .news-highlight-desc p.desc {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .news-highlight-wrapper .news-highlight-desc p.desc {
    width: 200px;
  }
}
@media only screen and (max-width: 480px) {
  .news-highlight-wrapper .news-highlight-desc p.desc {
    width: 120px;
  }
}
.btn-blue {
  background-color: #384967;
  color: #ffffff !important;
  transition: all 0.2s ease;
  padding: 10px 30px !important;
  border-radius: 5px;
  font-size: 15px;
  box-shadow: 0px 4px 16px rgb(153 153 153 / 25%);
  border: 1px solid;
}
.btn-blue span {
  vertical-align: middle;
}

.topik-wrapper {
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #fff;
}
.topik-wrapper .topik-highlight {
  display: flex !important;
  align-items: center;
  height: 406px;
}
.topik-highlight img {
  width: 65%;
  height: 406px;
  object-fit: cover;
}
.topik-highlight .topik-desc {
  padding-left: 64px;
  width: 35%;
}
.topik-desc .topik-tag span {
  padding: 4px 12px;
  border: 1px solid #D1D4D7;
  border-radius: 4px;
  font-size: 10px;
  line-height: 15px;
  margin-top: 8px;
}
.topik-desc .subtitle {
  font-family: 'Avenir Black';
  margin: 16px 0;
  font-size: 20px;
  line-height: 30px;
  color: #323B4F;
  height: 60px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.topik-desc .desc {
  font-size: 14px;
  line-height: 26px;
  color: #384967;
  height: 48px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn-blue {
  background-color: #384967;
  color: #ffffff !important;
  transition: all 0.2s ease;
  padding: 10px 30px !important;
  border-radius: 5px;
  font-size: 15px;
  box-shadow: 0px 4px 16px rgb(153 153 153 / 25%);
  border: 1px solid;
}

.pilihan-wrapper {
  background-color: #fff;
  padding-bottom: 32px;
}
.pilihan-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
.pilihan-wrapper .pilihan-top .title {
  font-family: 'Avenir Black';
  font-size: 32px;
  line-height: 48px;
  color: #323B4F;
}
.pilihan-wrapper .input-filter {
  display: flex;
  align-items: center;
}
.align-items-lg-center {
  -ms-flex-align: center!important;
  align-items: center!important;
}
.pilihan-wrapper .input-filter img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.pilihan-wrapper .input-filter .input-filter-text {
  font-size: 18px;
  line-height: 27px;
  color: #3B3B3B;
  margin-right: 32px;
  /* width: 146px; */
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container {
  min-width: 225px !important;
  width: auto !important;
  max-width: 500px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container--default .select2-selection--multiple {
  border: 1px solid #7D858C;
  border-radius: 4px;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

/* sub page of news  */

.blog-detail .blog-detail-top {
  margin-bottom: 40px;
}
.blog-detail-tag-wrapper {
  display: flex;
}
.blog-detail .blog-detail-top .blog-detail-tag {
  padding: 12px 36px;
  line-height: 17px;
  background-color: #384967;
  color: #fff;
}
.blog-detail .blog-detail-top .blog-detail-title {
  padding: 24px 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 48px;
  color: #323B4F;
}
.blog-detail .blog-detail-top .blog-detail-date {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 0;
}
.blog-detail .blog-detail-top {
  margin-bottom: 40px;
}

#artikel-content {
  transition: height 1s ease;
}
.blog-detail-wrapper {
  padding-bottom: 32px;
}
.blog-detail .blog-detail-wrapper .blog-detail-img {
  width: 100%;
  border-radius: 4px;
  margin-bottom: 16px;
}
.blog-detail-wrapper img {
  width: 100% !important;
  height: auto !important;
}
#btn-readmore {
  width: 50%;
  display: block;
  margin: auto auto 50px;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot.owl-nav {
    position: absolute;
    left: 20px;
    top: 50%;
    background-color: var(--base-color) !important;
    display: block;
    padding: 0 .3em !important;
    font-size: 3em;
    margin: 0;
    cursor: pointer;
    color: #fff;
    transform: translate(-50%, -50%);
}


/* milestone */

.product__features {
 
  height: fit-content;
  padding-top: 10vh;
  padding-bottom: 10vh;
  background-color: #2C2C2C;

}
@media only screen and (max-width: 480px) {
  .product__features{
      padding: 5vh 0;
  }
}
.product__features .car__safety-title{
  color: white;
}
.product__features .product__features--inner{
  height: fit-content;
  max-width: 1900px;
  margin-left: auto;
  margin-right: auto;

}
.product__features .product__feature-item.reverse {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 767px) {
  .product__features .product__feature-item.reverse{
      flex-direction: column-reverse;
  }
}
.product__features .product__feature-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1200px) {
  .product__features .product__feature-item {
      width: 932px;
  }
}
@media only screen and (max-width: 1023px) {
  .product__features .product__feature-item{
      width: 900px;
  }
}
@media (max-width:767px){
  .product__features .product__feature-item{
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .product__features .product__feature-item{
      width: 550px;
      flex-direction: column-reverse;
      margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .product__features .product__feature-item{
      width: 273px;
  }
}
  
.product__features .product__feature-item .product__feature-info {
  width: 450px;
}
@media only screen and (max-width: 1023px) {
  .product__features .product__feature-item .product__feature-info{
     width: 400px;
 }
}
@media only screen and (max-width: 767px) {
  .product__features .product__feature-item .product__feature-info{
      width: 500px;
  }
}
@media only screen and (max-width: 480px) {
  .product__features .product__feature-item .product__feature-info {
      width: 350px;
  }
}
.product__features .product__feature-item .product__feature-info h4 {
  color: #6FA0FF;
  padding-top: 32px;
  padding-bottom: 8px;
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 1200px) {
  .product__features .product__feature-item .product__feature-info h4 {
     padding-top: 20px;
 }
}
@media only screen and (max-width: 1023px) {
  .product__features .product__feature-item .product__feature-info h4{
     padding-top: 10px;
 }
}
@media only screen and (max-width: 767px) {
  .product__features .product__feature-item .product__feature-info h4{
      padding-top: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .product__features .product__feature-item .product__feature-info h4 {
      padding-top: 10px;
      font-size: 18px;
  }
}
.product__features .product__feature-item .product__feature-info p {
  color: #fff;
  padding-bottom: 16px;
  font-size: 14px;
  font-weight: 300;
}
@media only screen and (max-width: 480px) {
  .product__features .product__feature-item .product__feature-info p {
      font-size: 12px;
  }
}
.product__features .product__feature-item .product__feature-image {
  width: 760px;
  height: 352px;
}
@media only screen and (max-width: 1200px) {
  .product__features .product__feature-item .product__feature-image {
      width: 510px;
      height: 290px;
  }
}
@media only screen and (max-width: 1023px) {
  .product__features .product__feature-item .product__feature-image{
      width: 450px;
      height: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .product__features .product__feature-item .product__feature-image{
      width: 500px;
      height: 300px;
      margin-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .product__features .product__feature-item .product__feature-image{
      width: 350px;
      height: 200px;
  }
}
.product__features .product__feature-item .product__feature-image img {
  border-radius: 5px;
  width: 100%;
  max-height: 100%;
  height: 320px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 1200px) {
  .product__features .product__feature-item .product__feature-image img {
     height: 290px;
 }
}

@media only screen and (max-width: 1023px) {
   .product__features .product__feature-item .product__feature-image img{
      height: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .product__features .product__feature-item .product__feature-image img{
      height: 300px;
  }
}
@media only screen and (max-width: 480px) {
  .product__features .product__feature-item .product__feature-image img{
      height: 200px;
  }
}



.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot.owl-nav {
  position: absolute;
  left: 535px;
  top: 92%;
  /* background-color: red !important; */
  /* background-color: var(--base-color) !important; */
  display: block;
  padding: 0 .3em !important;
  font-size: 3em;
  margin: 0;
  cursor: pointer;
  color: #292525;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width:1200px) {
  .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot.owl-nav {
    left: 37%;
    top: 94%;
  }
}
@media only screen and (max-width: 1023px) {
  .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot.owl-nav {
    left: 37%;
    top: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot.owl-nav {
    left: 28%;
    top: 94%;
  }
}
@media only screen and (max-width: 480px) {
  .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot.owl-nav {
    left: 33%;
    top: 94%;
  }
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0!important;
  font: inherit;
  /* background: rebeccapurple; */
  font-size: 3em;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
 display: none;
}



/* animation  */

@charset "UTF-8";

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}


.table .table-hover{

    background-color: rgb(247, 249, 253);
    border-collapse: collapse;
    color: rgb(33, 37, 41);
    font-family: poppins,sans-serif;
    font-size: 16px;
    margin: 0px 0px 1rem;
    padding: 0px;
    width: 1037.8px;

}

@media (max-width:767px){
  .table .table-hover{
    width: 100%;
  }
}