body {
  background-color: #0a0a0a;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  max-width: 100vw;
}

html {
  overflow-x: hidden;
}

* {
  font-family: "Oxanium", sans-serif;
  color: #fff;
}

div,
section {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section#main {
  width: 100%;
  padding: 0 5% 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section#main .element {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 400px;
  height: 2000px;
  background-color: #121212;
  position: absolute;
  top: -600px;
  left: -100px;
  z-index: -4;
}

section#main .element:last-child {
  right: 0;
  left: unset;
}

section#main .wrapper {
  width: 100%;
  max-width: 1065px;
  position: relative;
  padding: 113px 0 170px 0;
}

section#main .content h5 {
  font-size: 25px;
  font-weight: 600;
  line-height: 31px;
  margin: 0;
}

section#main .content h2 {
  font-size: 123px;
  font-weight: 600;
  line-height: 100px;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

section#main .content p {
  font-family: Plus Jakarta Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  width: 294px;
  margin: 0;
}

section#main img {
  width: 1119px;
  height: 550px;
  position: absolute;
  bottom: -250px;
  right: -419px;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}

section#no-limit {
  background-color: #fff;
  width: 100%;
  padding: 212px 0 338px 0;
  z-index: -3;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

section#no-limit .element {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 400px;
  height: 2000px;
  background-color: #0A0A0A08;
  position: absolute;
  top: -1000px;
  left: -100px;
  z-index: -3;
}

section#no-limit .element:last-child {
  right: 0;
  left: unset;
}

section#no-limit h1 span {
  color: #0A0A0A;
  font-size: 180px;
  font-weight: 600;
  line-height: 180px;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

section#no-limit h1 span:last-child {
  text-align: right;
}

section#no-limit h1 {
  margin-top: 90px;
  padding: 0 40px;
  max-width: 1440px;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section#no-limit .wrapper {
  width: 100%;
  max-width: 1065px;
  position: relative;
}

section#no-limit p {
  color: #000;
  max-width: 734px;
  width: 100%;
  font-family: Plus Jakarta Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

section#road-map {
  width: 100%;
  padding-top: 350px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section#road-map .banner {
  width: 915px;
  max-width: 100%;
  height: 465px;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: -250px;
  left: calc(50% - 457.5px);
}

section#road-map h2 {
  font-family: Oxanium;
  font-size: 88px;
  font-weight: 600;
  line-height: 110px;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 0 5%;
}

section#road-map .wrapper {
  width: 100%;
  max-width: 1920px;
}

section#road-map .description {
  font-family: Plus Jakarta Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  width: 450px;
  float: right;
  margin-right: 20%;
}

section#road-map .timestamp-wrapper {
  width: 100%;
  max-width: 1920px;
  margin-top: 122px;
}

section#road-map .timestamp-wrapper .column {
  width: 100%;
  position: relative;
  padding: 92px 0 54px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section#road-map .timestamp-wrapper .column:nth-child(1) .left .img {
  background-image: url("../assets/imgs/instagram_profile.jpg");
  background-position: -70px center;
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
}

section#road-map .timestamp-wrapper .column:nth-child(2) .right .img {
  background-image: url("../assets/imgs/g&c-racebox.jpg");
  background-position: 0px 60%;
  background-size: 120%;
  background-repeat: no-repeat;
}

section#road-map .timestamp-wrapper .column:nth-child(3) .left .img {
  background-image: url("../assets/imgs/brabus.jpg");
  background-position: 0px 70%;
  background-size: 100%;
  background-repeat: no-repeat;
}

section#road-map .timestamp-wrapper .column:nth-child(3) .right p {
  padding: 45px 0;
}

section#road-map .timestamp-wrapper .column:nth-child(3) .year .line {
  width: 385px;
  bottom: -195px;
}

section#road-map .timestamp-wrapper .column:nth-child(4) .right .img {
  background-image: url("../assets/imgs/amg.jpg");
  background-position: 0px 0%;
  background-size: 100%;
  background-repeat: no-repeat;
}

section#road-map .timestamp-wrapper .column:nth-child(5) .left .img {
  background-image: url("../assets/imgs/f1.jpg");
  background-position: 0px 70%;
  background-size: 100%;
  background-repeat: no-repeat;
}

section#road-map .timestamp-wrapper .column:nth-child(6) .right .img {
  background-image: url("../assets/imgs/car-meet.jpg");
  background-position: 0px 70%;
  background-size: 100%;
  background-repeat: no-repeat;
}

section#road-map .timestamp-wrapper .column:nth-child(6) .left p {
  padding: 50px 0;
}

section#road-map .timestamp-wrapper .column:nth-child(7) .left .img {
  background-image: url("../assets/imgs/car-meet2.jpg");
  background-position: 0px 65%;
  background-size: 100%;
  background-repeat: no-repeat;
}

section#road-map .timestamp-wrapper .column:nth-child(8) .centered p {
  width: 615px;
  text-align: center;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  margin: 0;
}

section#road-map .timestamp-wrapper .column:nth-child(8) .year {
  width: 194px;
  left: calc(50% - 97px);
}

section#road-map .timestamp-wrapper .column:nth-child(2n) .left {
  padding-right: 59px;
  padding-left: 20px;
}

section#road-map .timestamp-wrapper .column:nth-child(odd) .right {
  padding-left: 63px;
  padding-right: 20px;
}

section#road-map .timestamp-wrapper .column .left, section#road-map .timestamp-wrapper .column .right {
  width: 50%;
}

section#road-map .timestamp-wrapper .column .left .img, section#road-map .timestamp-wrapper .column .right .img {
  width: 90%;
  max-width: 626px;
  height: 211px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 83% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 83% 100%, 0% 100%);
}

section#road-map .timestamp-wrapper .column .left p, section#road-map .timestamp-wrapper .column .right p {
  margin: 0;
  width: 100% !important;
  max-width: 471px;
}

section#road-map .timestamp-wrapper .column .right p {
  font-size: 20px;
  line-height: 25px;
  width: 458px;
}

section#road-map .timestamp-wrapper .column .right .img {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 17% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 17% 100%);
  float: right;
}

section#road-map .timestamp-wrapper .column .left p {
  width: 471px;
  float: right;
  font-size: 20px;
  line-height: 25px;
}

section#road-map .timestamp-wrapper .column .line {
  position: absolute;
  width: 5px;
  height: 100%;
  background-color: #494949;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: -1;
  top: 0;
}

section#road-map .timestamp-wrapper .column .line:before {
  content: "";
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  background-color: #CB2C30;
  position: absolute;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

section#road-map .timestamp-wrapper .column .line::after {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #494949;
  right: -5px;
  bottom: -5px;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  z-index: 1;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

section#road-map .timestamp-wrapper .column .year {
  width: 122px;
  height: 48px;
  background-color: #494949;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: calc(50% - 61px);
  -webkit-transition: .5s;
  transition: .5s;
}

section#road-map .timestamp-wrapper .column .year:after {
  content: "";
  width: 100%;
  height: 0%;
  left: 0;
  top: 0;
  background-color: #CB2C30;
  position: absolute;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

section#road-map .timestamp-wrapper .column .year span {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  z-index: 2;
}

section#road-map .timestamp-wrapper .column.active .year::after {
  height: 100%;
  -webkit-transition: .3s;
  transition: .3s;
}

section#road-map .timestamp-wrapper .column.active .line::before {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
  background-color: #CB2C30;
  height: 100%;
}

section#road-map .timestamp-wrapper .column.active .line::after {
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
  background-color: #CB2C30;
}

section#projects {
  width: 100%;
  margin-top: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section#projects .wrapper {
  width: 100%;
  max-width: 1920px;
}

section#projects .wrapper .left, section#projects .wrapper .right {
  width: 50%;
}

section#projects .wrapper .left .img-wrapper, section#projects .wrapper .right .img-wrapper {
  width: 100%;
  position: relative;
}

section#projects .wrapper .left .img-wrapper img, section#projects .wrapper .right .img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section#projects .wrapper .left .img-wrapper span, section#projects .wrapper .right .img-wrapper span {
  position: absolute;
  bottom: 20px;
  left: 50px;
  font-size: 78px;
  font-weight: 600;
  line-height: 98px;
  -webkit-text-stroke: 2px #CB2C30;
  /* width and color */
  color: transparent;
}

section#projects .wrapper .left .background, section#projects .wrapper .right .background {
  position: relative !important;
}

section#projects .wrapper .column {
  width: 100%;
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section#projects .wrapper .column .text-wrapper {
  width: 100%;
  max-width: 384px;
  float: right;
  padding-right: 29px;
}

section#projects .wrapper .column .right .text-wrapper {
  float: left;
  padding-left: 29px;
}

section#projects .wrapper .column .left span {
  right: 50px;
  left: unset;
}

section#projects .wrapper .column p {
  width: 100%;
  font-family: Plus Jakarta Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin: 0;
}

section#projects .wrapper .column h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 10px;
}

section#projects .wrapper .column:nth-child(1) .img-wrapper .background {
  -webkit-clip-path: polygon(15% 19%, 100% 0%, 100% 85%, 15% 100%);
          clip-path: polygon(15% 19%, 100% 0%, 100% 85%, 15% 100%);
}

section#projects .wrapper .column:nth-child(2) .img-wrapper .background {
  -webkit-clip-path: polygon(0 15%, 75% 0, 75% 85%, 0% 100%);
          clip-path: polygon(0 15%, 75% 0, 75% 85%, 0% 100%);
}

section#projects .wrapper .column:nth-child(3) .img-wrapper .background {
  -webkit-clip-path: polygon(15% 19%, 100% 0%, 100% 85%, 15% 100%);
          clip-path: polygon(15% 19%, 100% 0%, 100% 85%, 15% 100%);
}

section#projects .wrapper .column:nth-child(3) .img-wrapper img {
  -o-object-fit: 120%;
     object-fit: 120%;
}

section#projects .wrapper .column:nth-child(4) .img-wrapper .background {
  -webkit-clip-path: polygon(0 15%, 85% 0, 85% 85%, 0% 100%);
          clip-path: polygon(0 15%, 85% 0, 85% 85%, 0% 100%);
}

section#projects .wrapper .column:nth-child(5) .img-wrapper .background {
  -webkit-clip-path: polygon(15% 19%, 100% 0%, 100% 85%, 15% 100%);
          clip-path: polygon(15% 19%, 100% 0%, 100% 85%, 15% 100%);
}

section#projects .wrapper .column:nth-child(6) .img-wrapper .background {
  -webkit-clip-path: polygon(0 15%, 80% 0, 80% 85%, 0% 100%);
          clip-path: polygon(0 15%, 80% 0, 80% 85%, 0% 100%);
}

@media (max-width: 1400px) {
  section#main img {
    height: 500px;
    width: 900px;
    right: -200px;
    bottom: -200px;
  }
  section#no-limit h1 {
    margin-top: 70px;
  }
}

@media (max-width: 1200px) {
  section#main {
    padding: 0;
  }
  section#main .wrapper {
    max-width: 100%;
    padding: 113px 5% 170px 5%;
  }
  section#main img {
    right: unset;
    left: 430px;
  }
  section#no-limit h1 span {
    font-size: 140px;
    line-height: 140px;
  }
  section#no-limit h1 {
    padding: 0 5%;
    margin-top: 0;
  }
  section#no-limit .wrapper {
    padding: 0 5%;
  }
  section#road-map .banner {
    width: 800px;
    height: 465px;
    left: calc(50% - 400px);
  }
  section#road-map h2 {
    font-size: 60px;
    line-height: 80px;
  }
  section#road-map .description {
    margin-right: 10%;
  }
}

@media (max-width: 1000px) {
  section#main .element {
    width: 350px;
  }
  section#main .wrapper h2 {
    font-size: 100px;
  }
  section#main img {
    left: 350px;
    bottom: -100px;
    height: 400px;
  }
  section#no-limit h1 span {
    font-size: 120px;
    line-height: 120px;
  }
  section#no-limit .element {
    width: 350px;
  }
  section#road-map .description {
    margin-right: 3%;
  }
  section#road-map .timestamp-wrapper .column .left .img, section#road-map .timestamp-wrapper .column .right .img {
    height: 180px;
  }
  section#road-map .timestamp-wrapper .column .left p, section#road-map .timestamp-wrapper .column .right p {
    font-size: 18px;
  }
}

@media (max-width: 800px) {
  section#main .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 83px 5% 0 5%;
  }
  section#main .element {
    width: 37%;
    min-width: 200px;
    left: -25%;
  }
  section#main .element:last-child {
    right: 60px;
  }
  section#main .content {
    width: 100%;
    margin-bottom: 63px;
  }
  section#main .content h2 {
    font-size: 75px;
    line-height: 64px;
    margin: 15px 0;
  }
  section#main .content p {
    font-size: 12px;
  }
  section#main .content .subtitle {
    font-size: 18px;
  }
  section#main img {
    position: static;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100vw;
  }
  section#no-limit {
    padding: 75px 0;
  }
  section#no-limit .element {
    width: 37%;
    min-width: 200px;
    left: -25%;
  }
  section#no-limit .element:last-child {
    right: 60px;
  }
  section#no-limit h1 span {
    font-size: 90px;
    line-height: 100px;
  }
  section#no-limit h1 {
    padding: 0 2.5%;
  }
  section#no-limit p {
    font-size: 12px;
  }
  section#road-map {
    padding-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section#road-map .banner {
    position: static;
    width: 100%;
    height: auto;
  }
  section#road-map .wrapper {
    padding: 0 2%;
  }
  section#road-map .description {
    width: 100%;
    max-width: 100%;
    margin: 0;
    font-size: 12px;
  }
  section#road-map h2 {
    padding: 0;
    font-size: 55px;
    margin-top: 60px;
    margin-bottom: 20px;
    line-height: 60px;
  }
  section#road-map .timestamp-wrapper .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 34px;
    padding: 74px 0 65px 0;
  }
  section#road-map .timestamp-wrapper .column:nth-child(3) .right p, section#road-map .timestamp-wrapper .column:nth-child(3) .left p, section#road-map .timestamp-wrapper .column:nth-child(6) .right p, section#road-map .timestamp-wrapper .column:nth-child(6) .left p {
    padding: 0 !important;
  }
  section#road-map .timestamp-wrapper .column:nth-child(8) .centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section#road-map .timestamp-wrapper .column:nth-child(8) .centered p {
    width: 90%;
    max-width: 615px;
    font-size: 16px;
    line-height: 20px;
  }
  section#road-map .timestamp-wrapper .column:nth-child(8) .year {
    width: 132px;
    height: 36px;
    left: calc(50% - 66px);
  }
  section#road-map .timestamp-wrapper .column:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  section#road-map .timestamp-wrapper .column:nth-child(2n) .left {
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  section#road-map .timestamp-wrapper .column:nth-child(odd) .right {
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  section#road-map .timestamp-wrapper .column .line {
    display: none;
  }
  section#road-map .timestamp-wrapper .column .year {
    width: 92px;
    height: 36px;
    left: calc(50% - 46px);
  }
  section#road-map .timestamp-wrapper .column .year span {
    font-size: 18px;
    line-height: 22.5px;
  }
  section#road-map .timestamp-wrapper .column .left, section#road-map .timestamp-wrapper .column .right {
    width: 100%;
    padding: 0;
  }
  section#road-map .timestamp-wrapper .column .left p, section#road-map .timestamp-wrapper .column .right p {
    font-size: 16px;
    line-height: 20px;
  }
  section#projects .wrapper .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section#projects .wrapper .column .right, section#projects .wrapper .column .left {
    width: 100%;
  }
  section#projects .wrapper .column .right .img-wrapper, section#projects .wrapper .column .left .img-wrapper {
    margin-bottom: 70px;
  }
  section#projects .wrapper .column .right .img-wrapper span, section#projects .wrapper .column .left .img-wrapper span {
    font-size: 50px;
    left: 20px;
    bottom: 0;
    line-height: 47.5px;
  }
  section#projects .wrapper .column .left .img-wrapper span {
    right: 20px;
    left: unset;
  }
  section#projects .wrapper .column:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  section#projects .wrapper .column .text-wrapper {
    max-width: none;
    padding: 0 20px;
  }
  section#projects .wrapper .column .text-wrapper p {
    font-size: 12px;
    line-height: 15.12px;
  }
}

@media (max-width: 500px) {
  section#main .element {
    width: 200px;
    left: -200px;
  }
  section#main .element:last-child {
    right: 60px;
  }
  section#main img {
    height: auto;
  }
  section#no-limit .element {
    width: 200px;
    left: -200px;
  }
  section#no-limit .element:last-child {
    right: 60px;
  }
  section#no-limit h1 span {
    font-size: 65px;
    line-height: 65px;
  }
  section#no-limit h1 {
    padding: 0 2.5%;
  }
  section#projects .wrapper .column .right .img-wrapper span, section#projects .wrapper .column .left .img-wrapper span {
    font-size: 38px;
    line-height: 47.5px;
  }
}
/*# sourceMappingURL=about-us.css.map */