html {
  font-size: 62.5%;
  scroll-behavior: smooth; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-height: 0;
  min-width: 0; }

body {
  font-family: 'Oswald', sans-serif;
  color: #fff; }

.svg-icon {
  width: 5rem;
  height: 5rem; }

.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
  fill: #fff; }

.svg-icon circle {
  stroke: #4691f6;
  stroke-width: 1; }

.hero {
  display: flex;
  position: relative;
  overflow: hidden;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  max-height: 100vh;
  background: linear-gradient(#091738bf, #091738bf), url(../images/hero-bg.jpg);
  background-size: cover;
  flex-direction: column;
  padding-top: 30px; }
  .hero .coming-soon {
    text-align: center;
    padding-bottom: 100px;
    padding-left: 15px;
    padding-right: 15px; }
    .hero .coming-soon p {
      font-size: 28px;
      line-height: 35px;
      margin-bottom: 20px; }
    .hero .coming-soon .flipdown {
      margin: 0 auto; }
  .hero .logo {
    display: flex;
    justify-content: center; }
    .hero .logo img {
      max-height: 30vh;
      width: auto; }
  .hero .playnow {
    border: 2px solid;
    border-radius: 20px;
    padding: 2rem;
    transition: 0.3s all ease-in-out;
    background: #000000ad; }
    .hero .playnow a {
      text-decoration: none;
      font-size: 10rem;
      font-weight: bolder;
      text-shadow: 0 11.36px 3.896px #000000, 0 -1px 1px #fff;
      color: #fff; }
    .hero .playnow:hover {
      background: #000; }
  .hero .buttons-wrapper {
    display: flex;
    justify-content: space-between; }
    .hero .buttons-wrapper .platform {
      padding: 2rem; }
    .hero .buttons-wrapper .platform img {
      width: 20rem;
      max-width: 20rem;
      height: 10rem; }

.features {
  background: #161616;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem 0; }
  .features .content {
    width: 60%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column; }
    .features .content .form-newsletter {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      margin-top: 30px; }
      .features .content .form-newsletter #form .message-wrapper {
        margin-top: 10px;
        text-align: center; }
        .features .content .form-newsletter #form .message-wrapper span {
          display: none;
          font-size: 16px; }
          .features .content .form-newsletter #form .message-wrapper span.success {
            color: #5dba00; }
          .features .content .form-newsletter #form .message-wrapper span.error {
            color: #ff0000; }
      .features .content .form-newsletter::before {
        position: relative;
        top: -30px;
        content: '';
        width: 40%;
        max-width: 160px;
        height: 2px;
        background-color: #fff;
        opacity: 0.5; }
      .features .content .form-newsletter p {
        max-width: 1000px;
        font-size: 2rem;
        opacity: 0.7;
        text-align: center;
        margin-bottom: 15px; }
      .features .content .form-newsletter input {
        border: unset;
        background-color: transparent;
        padding: 15px 30px;
        font-size: 18px;
        border-radius: 100px;
        min-width: 330px;
        color: #fff;
        border: 2px solid #fff;
        outline: none;
        font-family: 'Oswald', sans-serif; }
      .features .content .form-newsletter button {
        background-color: #fff;
        color: #000;
        border: unset;
        width: 120px;
        border-radius: 100px;
        padding: 15px 30px;
        margin-left: 15px;
        cursor: pointer;
        font-size: 16px;
        font-weight: 700;
        font-family: 'Oswald', sans-serif; }
    @media (max-width: 600px) {
      .features .content .form-newsletter form {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center; }
        .features .content .form-newsletter form button {
          margin-left: 0;
          margin-top: 15px; } }
    .features .content .trailer {
      display: block;
      width: 100%;
      position: relative;
      padding-bottom: 1rem;
      text-align: center; }
      .features .content .trailer img {
        position: relative;
        max-width: 300px; }
        .features .content .trailer img:after {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 100%;
          /* set to 100% for full overlay width */
          background: linear-gradient(to bottom, rgba(232, 208, 148, 0.3) 0%, rgba(232, 208, 148, 0.8) 100%); }
    .features .content .intro {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-bottom: 4rem; }
      .features .content .intro h1 {
        color: #fff;
        padding: 4rem 0;
        font-size: 10rem;
        text-align: center; }
      .features .content .intro p {
        font-size: 2.4rem;
        opacity: 0.7;
        text-align: center; }
    .features .content .cards {
      display: flex;
      padding-bottom: 15rem;
      justify-content: space-between; }
      .features .content .cards .card {
        display: flex;
        flex-direction: column;
        justify-items: center;
        color: #fff;
        margin: 0rem 5rem; }
        .features .content .cards .card img {
          max-width: 100%;
          border-radius: 50%; }
        .features .content .cards .card p {
          text-align: center;
          padding: 2rem 0;
          font-size: 2rem; }
    .features .content .reasons {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .features .content .reasons .reason {
        display: flex;
        align-items: center;
        padding: 6rem 0; }
        .features .content .reasons .reason:nth-child(2n) {
          flex-direction: row-reverse; }
        .features .content .reasons .reason .photo {
          flex: 2; }
        .features .content .reasons .reason .text {
          flex: 1;
          justify-self: flex-end;
          padding: 3rem; }
          .features .content .reasons .reason .text h4 {
            font-size: 3rem; }
          .features .content .reasons .reason .text p {
            font-size: 1.5rem;
            opacity: 0.7; }
        .features .content .reasons .reason img {
          max-width: 100%;
          box-shadow: 6px 6px 9px rgba(0, 0, 0, 0.9);
          max-height: 360px; }
    .features .content .more {
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      font-size: 3rem;
      font-weight: 700;
      text-align: center; }
      .features .content .more .discover {
        padding: 2rem 0; }
      .features .content .more .screenshots {
        display: grid;
        grid-template-columns: repeat(2, 1fr); }
        .features .content .more .screenshots img {
          max-width: 99%;
          border: 2px inset #000;
          box-shadow: 6px 6px 9px rgba(0, 0, 0, 0.9);
          max-height: 315px; }

.testimonials {
  background: #161616;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10rem 0; }
  .testimonials .content {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center; }
    .testimonials .content .testimonial-pics {
      order: 1;
      padding-top: 3rem; }
      .testimonials .content .testimonial-pics img {
        width: 160px;
        height: 160px;
        border-radius: 50%;
        margin: 0 20px;
        filter: grayscale(100%);
        transition: .3s;
        cursor: pointer; }
        .testimonials .content .testimonial-pics img:hover {
          filter: none; }
      .testimonials .content .testimonial-pics img.active {
        filter: none; }
    .testimonials .content .testimonial-contents {
      max-width: 500px;
      text-align: center; }
    .testimonials .content .testimonial {
      color: #fff;
      display: none; }
      .testimonials .content .testimonial h4 {
        font-size: 10rem; }
        .testimonials .content .testimonial h4:before {
          content: "\201c"; }
        .testimonials .content .testimonial h4:after {
          content: "\201D"; }
      .testimonials .content .testimonial p {
        color: #5c5c5c;
        margin-bottom: 20px;
        font-size: 2rem; }
      .testimonials .content .testimonial .author {
        text-transform: uppercase;
        font-size: 2rem; }
    .testimonials .content .testimonial.active {
      display: block; }

.startplaying {
  display: flex;
  min-height: 40vh;
  background: linear-gradient(#091738eb, #091738e3), url(../images/hero-bg.jpg) no-repeat center center fixed;
  background-size: cover;
  color: #fff;
  justify-content: center;
  padding: 2rem; }
  .startplaying .content {
    width: 60%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .startplaying .content .text {
      flex: 2; }
      .startplaying .content .text h3 {
        font-size: 5rem;
        padding-bottom: 1rem; }
      .startplaying .content .text p {
        font-size: 2rem;
        padding-bottom: 2rem; }
    .startplaying .content .banner {
      display: flex;
      flex: 1;
      justify-content: flex-end; }
      .startplaying .content .banner img {
        max-width: 80%;
        border: 5px solid #000;
        border-radius: 20%; }

footer {
  display: flex;
  background: #000;
  justify-content: center;
  align-items: center; }
  footer ul {
    width: 40rem;
    display: flex;
    padding: 2rem;
    justify-content: space-around;
    list-style-type: none; }

.privacy-policy .hero {
  height: auto !important;
  background: linear-gradient(#091738ee, #091738bf), url(../images/hero-bg.jpg) center center !important;
  background-size: contain; }
  .privacy-policy .hero .logo img {
    max-width: 90%;
    height: auto; }
  .privacy-policy .hero .title {
    font-size: 8rem;
    text-align: center; }

.privacy-policy p {
  padding: 2rem;
  font-size: 1.7rem !important; }

.privacy-policy .features .element {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 0; }
  .privacy-policy .features .element h4 {
    font-size: 3rem; }

.privacy-policy .features ul {
  list-style: none;
  text-align: center; }
  .privacy-policy .features ul li {
    font-size: 1.5rem; }
    .privacy-policy .features ul li a {
      text-decoration: none; }

.road-animation {
  position: absolute;
  bottom: 0;
  width: calc(100% + 1000px);
  margin-left: -500px;
  height: 80px;
  overflow: hidden; }
  .road-animation .truck-movement {
    position: absolute;
    height: 100%;
    left: 0;
    bottom: 0;
    animation: linear infinite;
    animation-name: run;
    animation-duration: 38.5s; }

@keyframes run {
  0% {
    left: 0;
    transform: rotateY(180deg) translate(-100%);
    z-index: 2; }
  50% {
    left: 100%;
    transform: rotateY(180deg) translate(0);
    z-index: 2; }
  50.5% {
    transform: rotateY(0) translate(0);
    z-index: 1; }
  99.5% {
    left: 0;
    transform: rotateY(0) translate(0);
    z-index: 1; }
  100% {
    transform: rotateY(180deg) translate(0);
    z-index: 2; } }

.slider-wrapper {
  background: #161616;
  padding: 6rem 0; }
  .slider-wrapper .content {
    width: 60%;
    margin: 0 auto; }
  .slider-wrapper .slider .slick-slide {
    padding: 60px 30px; }
    .slider-wrapper .slider .slick-slide.slick-center img {
      transform: scale(1.1);
      opacity: 1; }
    .slider-wrapper .slider .slick-slide img {
      opacity: 0.55;
      transition: all 300ms ease;
      max-width: 100%; }

.slider-details .text {
  text-align: center;
  padding: 30px 15px 0 15px; }
  .slider-details .text h4 {
    font-size: 3rem;
    text-transform: uppercase; }
  .slider-details .text p {
    font-size: 1.5rem;
    opacity: .7; }

@media (max-width: 1199.98px) {
  .slider-wrapper .content {
    width: 100%; }
    .slider-wrapper .content .slider .slick-slide {
      padding: 60px 40px; }
      .slider-wrapper .content .slider .slick-slide.slick-center img {
        transform: scale(1.15); } }

@media (max-width: 600px) {
  .slider-wrapper .slider .slick-slide {
    padding: 60px 20px; }
  .slider-details .text h4 {
    font-size: 2rem; }
  .slider-details .text p {
    font-size: 1.35rem;
    opacity: .8; } }

@media (max-width: 1199.98px) {
  main .hero {
    height: 100% !important;
    min-height: 100vh;
    background-position: center;
    justify-content: space-evenly; }
    main .hero .playnow {
      width: 70%;
      text-align: center;
      position: relative;
      bottom: 80px; }
      main .hero .playnow a {
        font-size: 4.2rem; }
    main .hero .buttons-wrapper {
      display: none;
      flex-direction: column;
      padding-bottom: 1rem; }
      main .hero .buttons-wrapper .platform {
        padding: 0; }
        main .hero .buttons-wrapper .platform img {
          height: 100px;
          width: 200px; }
  main .features {
    padding: 5rem 0; }
    main .features .content {
      width: 100%; }
      main .features .content .trailer img {
        height: auto; }
      main .features .content .intro h1 {
        font-size: 5rem;
        text-align: center;
        padding: 2rem; }
      main .features .content .intro p {
        font-size: 2rem;
        text-align: center;
        padding: 1rem 2rem; }
      main .features .content .cards {
        flex-direction: column;
        padding-bottom: 1rem; }
      main .features .content .reasons .reason {
        flex-direction: column;
        padding: 2rem 0; }
        main .features .content .reasons .reason .text h4 {
          font-size: 2.5rem;
          text-align: center; }
        main .features .content .reasons .reason .text p {
          text-align: center; }
        main .features .content .reasons .reason:nth-child(2n) {
          flex-direction: column; }
      main .features .content .more .screenshots {
        grid-template-columns: 1fr; }
      main .features .content .more img {
        max-width: 100%; }
  main .testimonials {
    padding: 2rem 0; }
    main .testimonials .content {
      width: 100%; }
      main .testimonials .content .testimonial-pics {
        display: flex;
        flex-direction: row; }
        main .testimonials .content .testimonial-pics img {
          width: 7rem;
          height: 7rem; }
      main .testimonials .content .testimonial h4 {
        font-size: 5rem; }
      main .testimonials .content .testimonial p {
        padding: 2rem; }
  main .startplaying .content {
    width: 100%;
    flex-direction: column; }
    main .startplaying .content .text {
      text-align: center; }
      main .startplaying .content .text h3 {
        font-size: 3rem;
        text-transform: uppercase; }
      main .startplaying .content .text p {
        opacity: 0.7; }
    main .startplaying .content .buttons-wrapper {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      main .startplaying .content .buttons-wrapper a {
        padding: 1rem 0; }
        main .startplaying .content .buttons-wrapper a img {
          width: 200px; }
    main .startplaying .content .banner {
      padding: 2rem;
      justify-content: center; } }

@media (max-width: 575.98px) {
  main .hero {
    min-height: calc(100vh - 80px) !important; }
    main .hero .coming-soon p {
      font-size: 22px;
      line-height: 30px; }
  main .road-animation {
    height: 45px; }
  .road-animation .truck-movement {
    animation-duration: 20s; } }
