* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: none;
  box-sizing: border-box;
}

body {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: inherit;
  line-height: 1.5;
  background: #0A0A0A;
}

img {
  width: 100%;
}

h1 {
  font-size: 180px;
  color: #fff;
  line-height: 1;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
  font-family: "medium";
}

h1 span {
  display: block;
  text-align: right;
}

h2 {
  font-size: 70px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  font-family: medium;
}

h2 span {
  color: #e52421;
}

h3 {
  font-size: 25px;
  color: #e52421;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
  font-family: "Neue-Regrade-Bold";
}

a {
  color: #fff;
  text-decoration: none;
}

h4 {
  font-size: 20px;
  color: #e52421;
  font-weight: 400;
  font-family: "Neue-Regrade-Bold";
}

h5 {
  font-size: 20px;
  color: #000;
  margin: 0;
  font-weight: 400;
}

h6 {
  font-size: 16px;
  color: #B4B4B4;
  font-weight: 300;
}

p {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  font-family: "Neue-Regrade-Regular";
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
  color: #fff;
  font-family: "Neue-Regrade-Regular";
}

a:hover {
  color: #fff;
}

.spacing {
  margin-top: 3rem;
}

.menu-navbar-box .collapse.navbar-collapse {
  justify-content: space-between;
}

.close-btn {
  display: none;
}

.menu-navbar-box .navbar-toggler.collapsed {
  border: none;
  box-shadow: none;
}

.menu-navbar-box .header_black {
  display: none;
}

.sticky .menu-navbar-box .header_black {
  display: block;
}

.sticky .menu-navbar-box .header_white {
  display: none;
}

.menu-navbar-box button:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
  border: none;
}

.menu-navbar-box .navbar-toggler {
  border: none;
}

.sticky .menu-navbar-box {
  background: #fff;
  box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
  transition: 0.6s all;
}

.menu-navbar-box .navbar-expand-lg .navbar-nav .nav-link{
  color: #fff;
  padding: 0;
  padding-left: 0;
  font-weight: 500;
  font-size: 20px;
  font-family: "Neue-Regrade-Bold";
}
.menu-navbar-box .navbar-expand-lg .lang-switch ul li a {
  color: #fff;
}
body.sticky .menu-navbar-box .navbar-expand-lg .lang-switch ul li a {
  color: #000;
}
body.sticky .menu-navbar-box .navbar-expand-lg .navbar-nav .nav-link{
  color: #000;
}
.menu-navbar-box .navbar-expand-lg .lang-switch ul li a.active {
    color: #e52421;
    border-bottom: 1px solid #e52421;   
}

body.sticky .menu-navbar-box .navbar-expand-lg .lang-switch ul li a.active {
    color: #e52421;
    border-bottom: 1px solid #e52421;
}
.slider_box {
  position: relative;
}

.slider_box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #F9F7F4;
  width: 100%;
  height: 95%;
}

.menu-navbar-box {
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  top: 0;
  /* background: #85D0BC2B; */
  transition: 0.6s all;
}

.menu-navbar-box.sticky {
  box-shadow: 0px 1px 5px #6d6d6d29;
  background-color: #fff;
}

.menu-navbar-box a.navbar-brand {
  width: 250px;
  padding: 0;
  padding-bottom: 10px;
}
.menu-navbar-box .navbar-nav {
  justify-content: center;
  margin-left: auto;
  margin-right: 120px;
}
.menu-navbar-box .responsinve_lang{
  display: none;
}
.menu-navbar-box .navbar-toggler {
  background-color: #fff;
  border-radius: 0;
  padding: 4px;
}
.menu-navbar-box nav.navbar.navbar-expand-lg {
  padding: 20px 0;
}
.menu-navbar-box .nav-item {
  padding: 11px 40px;
}

.menu-navbar-box .navbar-brand img {
  max-width: 100%;
  transition: 0.3s all;
}

.sticky .menu-navbar-box .navbar-brand img {
  max-width: 100%;
  transition: 0.3s all;
}

.menu-navbar-box .nav-link {
  display: inline-block;
  color: #000;
  text-decoration: none;
}
.lang-switch .active-flag {
  text-decoration: underline;
  cursor: pointer;
  color: #e52421;
}
.lang-switch ul {
  display: flex;
  justify-content: space-between;
}

.lang-switch ul li {
  padding-left: 20px;
  font-family: "Neue-Regrade-Bold";
}

.py_3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.mt_3 {
  margin-top: 2rem;
}

.mb_3 {
  margin-bottom: 2rem;
}

.text_white {
  color: #fff;
}
.text_red {
  color: #e52421;
}

.text_red {
  color: #e52421;
}
.bg_red {
  background: #e52421;
}
.button2 {
  background: #e52421;
  color: #fff;
  position: relative;
  overflow: hidden;
  min-width: 140px;
  width: auto;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  border-radius: 0;
  padding: 14px 12px;
  box-shadow: none;
  border: 0;
  text-decoration: none !important;
  outline: none !important;
  line-height: normal;
  text-align: center;
  transition: .5s all;
}

.button2:hover{
  color:#fff;;
}

.button2:hover::before,
.button2:hover::after {
  transform: translateX(300px) skewX(-15deg);
  transition: all 0.9s ease;
}

.button2:hover::before {
  opacity: 1;
}

.button2::before {
  width: 60px;
  background: rgba(255, 255, 255, 0.5);
  filter: blur(30px);
  opacity: 0.5;
}

.button2::before,
.button2::after {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100px) skewX(-15deg);
  content: "";
}

.button2::after {
  width: 30px;
  left: 30px;
  background: rgba(255, 255, 255, 0.2);
  filter: blur(5px);
}
/* --------------banner----------------- */
.landing-bg {
  padding-top: 10rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.landing_banner_detail h1 {
  padding-bottom: 3rem;
  text-align: left;
}

.landing_banner_content .text-right {
  text-align: right;
  position: relative;
  padding-bottom: 3rem;
}

.landing_banner_content .text-right:before {
  content: "";
  position: absolute;
  background: #fff;
  height: 1px;
  width: 60%;
  left: 0;
  top: 12px;
}

/* --------------about----------- */
.about_sec .about_img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 300px;
}

/* --------------racing---------------- */
.racing_detail h3,
.racing_detail p,
.racing_detail h4,
.fleet_detail h3,
.fleet_detail p,
.fleet_detail h4 {
  text-transform: uppercase;
}

.racing_detail h3 {
  height: 150px;
}

.fleet_sec .fleet_detail h3 {
  padding: 20px 0;
  padding-bottom: 0;
  height: 100px;
}

.fleet_sec .fleet_detail .fleet_content {
  border-color: #e52421 !important;
  margin-top: 30px;
  padding: 0 20px;
}

.fleet_sec .fleet_detail img {
  height: 300px;
  object-fit: cover;
}

.fleet_sec .fleet_detail .fleet_content li {
  padding-left: 30px;
  padding-bottom: 5px;
  position: relative;
  text-transform: uppercase;
}

.fleet_sec .fleet_detail .fleet_content li:before {
  content: "";
  position: absolute;
  height: 7px;
  width: 7px;
  background: #fff;
  border-radius: 50%;
  left: 10px;
  top: 8px;
}

.fleet_sec .fleet_detail .fleet_content ul {
  padding-bottom: 20px;
}

.racing_detail,
.fleet_detail {
  border-bottom: 1px solid #e52421;
}

/* --------------footer----------------- */
.footer_sec {
  padding-top: 150px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer_sec .cprgt-box p {
  text-align: center;
  margin: 0;
  padding: 20px 0;
}

.footer_sec .company_detail {
  padding-bottom: 90px;
}

.footer_sec .footer_cpyrgt {
  background: #e52421;
  margin-top: 50px;
}

.footer_logo img.logo2 {
  width: 250px;
}

.footer_logo img.logo1 {
  width: 150px;
}

.footer_logo {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 560px;
  padding: 14px 60px;
}

.footer_sec .company_detail .social_icon {
  display: flex;
}

.footer_sec .company_detail .social_icon li {
  padding-right: 20px;
}

.footer_sec .company_detail .social_icon li img {
  width: 40px;
}

.fadein.visible {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein {
  opacity: 0;
  transition: all 1.5s;
  transform: translate(0, 100px);
}
.table_sec ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.table_sec ul li {
  border: 1px solid #fff;
  border-radius: 40px;
  padding: 60px 20px;
  width: 32%;
  height: 470px;   
  background: #000;
}
.table_sec ul li:nth-child(2) {
  padding: 90px 0px;
  height: 535px;
  border: 3px solid #fff;
  width: 36%;
}
.table_sec ul li:nth-child(2) td {
  padding: 8px 20px;
}
.table_sec ul li table tr td {
  padding: 8px 15px;
  width: 50%;
  text-transform: uppercase;
  font-family: "Neue-Regrade-Bold";
}
.table_sec ul li .table-responsive{
  text-align: center;
  margin: 0 auto;
  display: block;
  max-width: 200px;
}
.table_sec ul li:nth-child(2) .table-responsive {
  max-width: 220px;
}
.table_sec ul li:first-child {
    border-right: 0;
    border-radius: 40px 0 0 40px;
}

.table_sec ul li:last-child {
    border-radius: 0 40px 40px 0px;
    border-left: 0;
}

button.involveme_popup {
    position: fixed;
    right: 0;
    top: 30%;
    transform: translateY(-50%) rotate(-90deg);
    z-index: 999;
    width: 150px;
    height: 50px;
    transform-origin: 100% 96%;
    background: #e52421;
    color: #fff;
    border: 0;
    border-radius: 10px 10px 0 0;
    font-family: "Neue-Regrade-Bold";
}

/* ------------------purchase---------- */
.purchases_sec img.sec_bg {
  width: 100%;
  min-height: 300px;
}

.purchases_sec .bg_wrapper {
  background: #2A2C35;
  color: #fff;
  border-radius: 20px;
  padding: 2rem;
  margin-top: -140px;
  z-index: 1;
  position: relative;
}

.purchases_carousel.owl-carousel .item {
  background: #fff;
  border-radius: 50%;
  margin: 10px;
  margin-bottom: 30px;
  position: relative;
}

.purchases_carousel.owl-carousel .item:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: #A30D33;
  border-radius: 50%;
  bottom: -3px;
  left: 0;
  z-index: -1;
}

.purchases_carousel.owl-carousel .item img {
  border-radius: 50%;
  padding: 5px;
  margin: 0 auto;
  width: 155px;
  height: 155px;
  object-fit: contain;
  box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 18%);
}
.purchase_carousel.owl-carousel .owl-nav{
  display: none;
}
.purchase_carousel.owl-carousel .owl-dots button span {
  border: 1px solid #D9D9D9;
  width: 12px;
  height: 12px;
  display: block;
  margin: 2px;
  border-radius: 10px;
  opacity: 1;                 
  background: #D9D9D9;
}
.purchase_carousel.owl-carousel .owl-dots button.active span {
  opacity: 1;
  background: #e52421;
  border: 1px solid #e52421;
}
.purchase_carousel.owl-carousel .owl-dots button {
  box-shadow: none;
  outline: none;
  border: 0;
}
.purchase_carousel.owl-carousel .item p {
  border-top: 1px solid #fff;
  padding-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.purchase_carousel.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 2rem;
}
.purchase_carousel.owl-carousel .owl-item img {
  width: 350px;
}
 