* {
  margin: 0;
  padding: 0;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
*::before {
  margin: 0;
  padding: 0;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
*::after {
  margin: 0;
  padding: 0;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  font-size: 1em;
  font-weight: 400;
  background-image: url("../images/background-img.webp");
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media only screen and (min-width: 1824px) {
  body {
    font-size: 1.5em;
  }
}

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

p {
  margin-bottom: 0;
}

a {
  display: inline-block;
  text-decoration: none;
  transition: color 0.3s ease;
}
a.red, a:hover {
  color: #ff2e17;
}

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

img:not([src]):not([srcset]) {
  visibility: hidden;
}

/****************************************************/
@media only screen and (max-width: 767px) {
  .header-top {
    padding: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .header-top .topbar-left {
    text-align: center;
    flex-direction: column;
  }
}
.header-top .topbar-left li {
  font-size: 11px;
}
@media only screen and (max-width: 767px) {
  .header-top .topbar-right {
    flex-wrap: wrap;
    justify-content: center !important;
    margin-top: 10px;
    align-items: center;
  }
}
.header-top .topbar-right li {
  position: relative;
  border-right: 1px solid #fff;
  padding-right: 8px;
  margin-right: 8px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .header-top .topbar-right li {
    margin: 5px;
    font-size: 12px;
    padding-right: 10px !important;
  }
}
.header-top .topbar-right li a {
  display: block;
  color: #fff;
  font-size: 12px;
}
.header-top .topbar-right li a.red, .header-top .topbar-right li a:hover {
  color: #ff2e17;
}
.header-top .topbar-right li a.red:hover {
  color: #fff;
}
.header-top .topbar-right li.country img {
  width: 15px;
}
.header-top .topbar-right li.country .dropdown-menu.show {
  display: block;
  transform: unset !important;
  margin-top: 48px !important;
}
@media only screen and (max-width: 767px) {
  .header-top .topbar-right li.country .dropdown-menu.show {
    margin-top: 30px !important;
  }
}
.header-top .topbar-right li.country ul li {
  line-height: normal;
}
.header-top .topbar-right li.country ul li a {
  color: #212529;
  white-space: normal;
  padding: 0.25rem 0.5rem;
}
.header-top .topbar-right li.country ul li a:hover {
  color: #ff2e17;
}
@media only screen and (max-width: 767px) {
  .header-top .m-nav-more {
    display: none;
    padding: 10px;
  }
}
.header-top-more {
  text-align: center;
}
.header-top-more a {
  font-size: 14px;
  display: block;
  color: #fff;
}
.header-top-more a span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg) translate(-6px, -3px);
  transition: transform 0.3s ease;
}
.header-top-more a.open span {
  transform: rotate(-45deg) translate(3px, 5px);
}
.header-nav {
  position: absolute;
  top: 44px;
  width: 100%;
  background: linear-gradient(180deg, #020202 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 9;
}
@media only screen and (max-width: 991px) {
  .header-nav {
    background: transparent;
  }
}
@media only screen and (max-width: 767px) {
  .header-nav {
    padding: 10px 0;
    top: unset;
  }
}
.header-nav .navbar-brand img {
  max-width: 130px;
}
@media only screen and (max-width: 767px) {
  .header-nav .navbar-brand img {
    max-width: 80px;
  }
}
.header-nav .navbar-toggler {
  border-color: rgb(255, 46, 23);
  background-color: #fff;
  padding: 0.25rem 0.35rem;
}
.header-nav .navbar-toggler .navbar-toggler-icon {
  filter: invert(47%) sepia(74%) saturate(6634%) hue-rotate(347deg) brightness(99%) contrast(115%);
}
.header-nav .navbar-toggler:focus {
  box-shadow: none;
}
.header-nav .navbar-nav li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.header-nav .navbar-nav li a.nav-link {
  padding: 0;
  padding-right: 20px;
}
.header-nav .navbar-nav li a.nav-link.red, .header-nav .navbar-nav li a.nav-link:hover {
  color: #ff2e17;
}
.header-nav .navbar-nav li a.nav-link.red:hover {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .header-nav .navbar-nav li a.nav-link {
    display: block;
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .header-nav .navbar-collapse, .header-nav .navbar-light .navbar-nav {
    background: #000;
    padding: 10px 5px;
    align-items: flex-start !important;
  }
}

/***********************************/
.spotlight .video-section video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.spotlight .video-section .swiper-slide {
  height: auto;
}
.spotlight .video-section .bottom-fade {
  position: absolute;
  bottom: -65px;
  width: 100%;
  height: 130px;
  left: 0;
  z-index: 10;
  color: #d9d9d9;
  background: linear-gradient(0deg, rgba(34, 193, 195, 0) 0%, rgb(0, 0, 0) 37%, rgb(10, 7, 2) 60%, rgba(253, 187, 45, 0) 100%);
}
@media only screen and (max-width: 767px) {
  .spotlight .video-section .bottom-fade {
    display: none;
  }
}
.spotlight .image-section img {
  width: 100%;
}
.spotlight .slider-arrows {
  position: absolute;
  right: 60px;
  bottom: 50px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .spotlight .slider-arrows {
    right: 20px;
    bottom: 20px;
  }
}
.spotlight .slider-arrows > div {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.4);
  background-position: center center;
  background-size: 50%;
  background-repeat: no-repeat;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .spotlight .slider-arrows > div {
    width: 32px;
    height: 32px;
  }
}
.spotlight .slider-arrows-prev {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.spotlight .slider-arrows-next {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/******************************************/
.common-padding {
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .common-padding {
    text-align: center;
  }
}

.about-section-copy {
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .about-section-copy {
    padding-left: 0;
    margin-top: 20px;
  }
}
.about-section-copy a {
  color: #fff;
  background: #ff2e17;
  padding: 8px 30px;
  margin-top: 30px;
  transition: background 0.3s ease;
}
.about-section-copy a:hover {
  background: #000;
}

.title {
  margin-bottom: 20px;
}
.title h4 {
  font-size: 45px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .title h4 {
    font-size: 25px;
  }
}
.title-line {
  display: block;
  background: linear-gradient(to right, #ffffff, #ff2e17 50%, #fff);
  width: 110px;
  height: 4px;
}
.title-line.center {
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .title-line {
    margin: auto;
  }
}

/********************************************/
.explore-slider {
  margin-top: 40px;
}
.explore-slider-box {
  overflow: hidden;
}
.explore-slider-box a img {
  transition: transform 0.3s ease;
}
.explore-slider-box a .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0;
  transition: 0.3s ease;
  background-color: rgba(236, 31, 37, 0.8);
}
.explore-slider-box a .overlay .text h4 {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.explore-slider-box a .overlay .text button {
  color: #000;
  background-color: #fff;
}
.explore-slider-box a .overlay .text button:hover {
  color: #fff;
  background-color: #000;
}
.explore-slider-box a:hover img {
  transform: scale(1.05);
}
.explore-slider-box a:hover .overlay {
  opacity: 1;
}
.explore-slider .range-pagination {
  position: absolute;
  text-align: right;
  padding-right: 20px;
  z-index: 1;
}
.explore-slider .range-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #fff;
}
.explore-slider .range-pagination .swiper-pagination-bullet-active {
  background-color: #ff2e17;
}

/********************************************/
.testimonials-section {
  background-color: #6B7D82;
}
@media only screen and (max-width: 767px) {
  .testimonials-section-slider-box {
    margin-top: 30px;
  }
}
.testimonials-section-slider-box .quote {
  position: relative;
  z-index: 1;
}
.testimonials-section-slider-box .feedback-copy video {
  margin-top: -40px;
}
@media only screen and (max-width: 767px) {
  .testimonials-section-slider-box .feedback-copy video {
    margin-top: 0;
  }
}
.testimonials-section-slider-box .feedback-pic {
  display: flex;
  align-items: center;
  border-left: 3px solid #dee2e6;
  padding-left: 20px;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .testimonials-section-slider-box .feedback-pic {
    margin-top: 30px;
  }
}
.testimonials-section-slider-box .feedback-pic .profile {
  width: 80px;
}
.testimonials-section-slider-box .feedback-pic .rating span img {
  width: 16px;
}
.testimonials-section-slider .feedback-pagination {
  margin-top: 40px;
}
.testimonials-section-slider .feedback-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  opacity: 1;
  border: 1px solid #fff;
  background-color: transparent;
  margin-left: 0;
  margin-right: 10px;
}
.testimonials-section-slider .feedback-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

/***map section**/
.map-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.map-container .map-container-box {
  width: 100%;
  background-color: red;
  display: flex;
  min-height: 400px;
}
@media only screen and (max-width: 767px) {
  .map-container .map-container-box {
    flex-direction: column;
  }
}
.map-container .map-container-box .dealer-locator-form {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: red;
  flex: 1;
  width: 100%;
  flex-direction: column;
  padding: 2rem;
}
.map-container .map-container-box .dealer-locator-form .find-dealer-text {
  margin: 48px 0;
  width: 90%;
}
.map-container .map-container-box .dealer-locator-form .find-dealer-text p {
  font-size: 16px;
  position: relative;
  width: 100%;
  padding: 10px 0;
  color: white;
}
.map-container .map-container-box .dealer-locator-form .find-dealer-text p::after {
  content: "";
  position: absolute;
  bottom: -1%;
  left: 0;
  height: 1px;
  width: 100px;
  background-color: white;
}
.map-container .map-container-box .dealer-locator-form .input-box {
  display: flex;
  flex-direction: column;
  width: 90%;
  gap: 10px;
}
.map-container .map-container-box .dealer-locator-form .input-box input {
  width: 100%;
}
.map-container .map-container-box .dealer-locator-form .input-box .search-btn {
  background-color: white;
  font-size: 16px;
  padding: 5px 0;
  border: none;
  transition: background-color 0.3s linear;
  color: #000;
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.map-container .map-container-box .dealer-locator-form .input-box .search-btn:hover {
  background-color: #000;
  color: white;
}
.map-container .map-container-box .dealer-locator-form h2 {
  text-align: left;
  font-size: 45px;
  font-weight: 500;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .map-container .map-container-box .dealer-locator-form h2 {
    font-size: 24px;
    text-align: center;
    width: 100%;
  }
}
.map-container .map-container-box .dealer-locator-form h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #ff2e17, #ffffff 50%, #ff2e17);
  width: 110px;
  height: 4px;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: auto;
}
.map-container .map-container-box .map {
  flex: 3;
  height: 100%;
}
.map-container .map-container-box .map .responsive-map {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  height: 100%;
}
.map-container .map-container-box .map .responsive-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/**************************/
.initiatives-slider {
  background: #f2f2f2;
}
.initiatives-slider .swiper-slide {
  height: auto;
}
.initiatives-slider a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

/***Media libary CSS **/
.media-library-container {
  position: relative;
  margin-top: 40px;
}
.media-library-container .event-slider .swiper-slide {
  height: auto;
}
.media-library-container .event-slider .event-card {
  background-color: rgb(215, 215, 215);
  border: 2px solid #ddd;
  padding: 10px 10px 15px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.media-library-container .event-slider .event-card .event-image {
  height: 200px;
  transition: all 0.3s ease-in-out;
}
.media-library-container .event-slider .event-card .event-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.media-library-container .event-slider .event-card .event-image:hover {
  cursor: pointer;
}
.media-library-container .event-slider .event-card .event-content {
  text-align: center;
  margin-top: 15px;
}
.media-library-container .event-slider .event-card .event-content h2 {
  font-size: 1.5rem;
  margin-top: 10px;
}
.media-library-container .event-slider .event-card .event-content p {
  font-size: 14px;
  margin-top: 10px;
}
.media-library-container .event-slider .event-card:hover .event-image {
  transform: scale(1.05);
}

.custom-swiper-button-next,
.custom-swiper-button-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 40px;
  height: 40px;
  background-color: #000;
  color: white;
  cursor: pointer;
  border-radius: 50%;
}
.custom-swiper-button-next::after,
.custom-swiper-button-prev::after {
  font-size: 10px;
  font-weight: bold;
}

.custom-swiper-button-next {
  right: -20px;
}
@media only screen and (max-width: 767px) {
  .custom-swiper-button-next {
    right: 0;
  }
}

.custom-swiper-button-prev {
  left: -20px;
}
@media only screen and (max-width: 767px) {
  .custom-swiper-button-prev {
    left: 0;
  }
}

/***footer css **/
.hidden {
  visibility: hidden;
}

.search-vehicle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.search-vehicle p {
  text-align: center;
  font-size: 24px;
}
.search-vehicle .chevron-arrow {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.search-vehicle .vechicle-filter-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-vehicle .vechicle-filter-box .vehicle-filters {
  width: 90%;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.search-vehicle .vechicle-filter-box .vehicle-filters .vehicle-filter {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.search-vehicle .vechicle-filter-box .vehicle-filters .vehicle-filter select {
  font-size: 14px;
}
.search-vehicle .vechicle-filter-box .vehicle-filters .vehicle-filter label {
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
}
.search-vehicle .vechicle-filter-box .vehicle-filters .vehicle-filter .search-btn {
  background-color: red;
  font-size: 16px;
  padding: 5px 0;
  border: none;
  transition: background-color 0.3s linear;
}
.search-vehicle .vechicle-filter-box .vehicle-filters .vehicle-filter .search-btn:hover {
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .search-vehicle .vechicle-filter-box .vehicle-filters {
    flex-direction: column;
  }
}

.bg-green {
  background-color: #6b7d82;
}

.chevron-arrow {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.chevron-arrow.rotate {
  transform: rotate(180deg);
}

footer .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
footer .container p {
  font-size: 24px;
  cursor: pointer;
}
footer .footer-menus {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: 0.5s ease all;
}
footer .footer-menus li a {
  font-size: 16px;
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  footer .footer-menus li a {
    font-size: 14px;
  }
}
footer .footer-menus li:hover {
  color: #ff2e17;
}
footer .footer-menus.active {
  max-height: 400px;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  footer .footer-menus {
    flex-direction: column;
  }
  footer .footer-menus.active {
    max-height: 800px;
    overflow: visible;
  }
}

.footer-copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-top: 1px solid gray;
  text-align: center;
}
.footer-copyright .copyright-text {
  text-align: center;
  width: 80%;
  font-size: 14px;
}
.footer-copyright .footer-copyright-container {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.footer-copyright .footer-copyright-container p {
  font-size: 16px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .footer-copyright .footer-copyright-container p {
    font-size: 14px;
    width: 100% !important;
  }
}
@media (max-width: 576px) {
  .footer-copyright .footer-copyright-container img {
    max-width: 80px;
  }
}/*# sourceMappingURL=style.css.map */