@import url("https://fonts.googleapis.com/css2?family=Antonio:wght@100;200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("./media.scss");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* ::-moz-selection {
  color: #f00;
  background: white;
}

* ::selection {
  color: #f00;
  background: white;
}

.swal2-confirm,
.swal2-styled {
  background-color: red !important;
  outline: none;
  border: none;
}

.swal2-actions button {
  outline: none;
  border: none;
}

body {
  width: 100vw;
  min-height: 100vh;
  background-color: #1b191a;
}

nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  z-index: 4;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3rem;
}

nav .logo {
  outline: none;
}

nav .hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 24px;
  width: 54px;
  cursor: pointer;
}

nav .hamburger div {
  height: 4px;
  width: 100%;
  background-color: #fff;
}

nav .hamburger div:nth-child(2) {
  width: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #f00;
  -webkit-transform-origin: right;
          transform-origin: right;
}

nav .hamburger div:nth-child(1) {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform-origin: left;
          transform-origin: left;
}

nav .hamburger div:nth-child(3) {
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menu {
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 4rem;
  z-index: 3;
  position: fixed;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 0;
  width: 100vw;
  height: 100vh;
  background-color: #f00;
  color: #fff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.menu ul {
  -webkit-transition: opacity 0.3s ease-in-out 0.5s, color 0.1s ease-in;
  transition: opacity 0.3s ease-in-out 0.5s, color 0.1s ease-in;
  opacity: 0;
  list-style: none;
}

.menu ul .menu-link {
  text-decoration: none;
  color: #fff;
}

.menu ul a {
  -webkit-transition: opacity 0.3s ease-in-out 0.5s, color 0.1s ease-in;
  transition: opacity 0.3s ease-in-out 0.5s, color 0.1s ease-in;
}

.menu ul li {
  cursor: pointer;
  position: relative;
}

.menu ul li::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  top: 50%;
  left: 0;
  height: 12px;
  background-color: #000;
  -webkit-transform: scaleX(0) translateY(-50%);
          transform: scaleX(0) translateY(-50%);
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform-origin: right;
          transform-origin: right;
}

.menu ul li:hover:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.homepage {
  width: 100%;
  height: 100vh;
  background-image: url("../assets/images/homepage-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.car-hero {
  width: 100%;
  height: 100vh;
}

.car-hero header {
  background: transparent;
  padding: 200px 2rem 0 4rem;
}

.car-hero header h1 {
  font-size: 5rem;
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
}

.car-hero .img-left {
  margin-top: 2rem;
}

.car-hero .content {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
  padding: 0 5rem;
}

.car-hero .content .desc-right {
  font-family: "Poppins", sans-serif;
  color: #fff;
}

.car-hero .content .desc-right h2 {
  letter-spacing: 2px;
  color: #f00;
}

.car-hero .content .desc-right h4 {
  font-weight: 300;
  letter-spacing: 2px;
  color: #e4e4e4;
}

.car-hero .content .desc-right table {
  margin-top: 3rem;
  width: 100%;
  position: relative;
}

.car-hero .content .desc-right table tr {
  height: 48px;
  border-bottom: 1px solid #fff;
}

.car-hero .content .desc-right table .row {
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.car-hero .content .desc-right table .left {
  min-width: 150px;
}

.car-hero .content .desc-right table .right {
  max-width: 500px;
  text-align: right;
}

.car-hero .content .desc-right table td {
  font-weight: 200;
}

.car-hero .content .desc-right table .va-t {
  vertical-align: top;
}

.car-hero .content .desc-left {
  margin-top: 4rem;
  font-family: "Poppins", sans-serif;
  color: #fff;
}

.car-hero .content .desc-left h2 {
  letter-spacing: 2px;
  color: #f00;
}

.car-hero .content .desc-left h4 {
  font-weight: 300;
  letter-spacing: 2px;
  color: #e4e4e4;
}

.car-hero .content .desc-left table {
  margin-top: 3rem;
  width: 100%;
  position: relative;
}

.car-hero .content .desc-left table tr {
  height: 48px;
  border-bottom: 1px solid #fff;
}

.car-hero .content .desc-left table .row {
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.car-hero .content .desc-left table .left {
  min-width: 150px;
}

.car-hero .content .desc-left table .right {
  max-width: 500px;
  text-align: right;
}

.car-hero .content .desc-left table td {
  font-weight: 200;
}

.car-hero .content .desc-left table .va-t {
  vertical-align: top;
}

.trl-5 {
  -webkit-transform: translate(0rem, 60vh);
          transform: translate(0rem, 60vh);
}

.tt {
  -webkit-transform: translate(0rem, 32vh);
          transform: translate(0rem, 32vh);
}

.bg {
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  width: 100vw;
  min-height: 100vh;
  top: 0px;
}

.bg:after {
  background-color: #1b191a;
  opacity: 0.4;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.img-con {
  width: 50vw;
  height: 80vh;
}

.img-con .skew {
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}

.img-con .img-skew {
  z-index: 2;
  -webkit-transform: skew(-20deg) translate(-580px, -200px);
          transform: skew(-20deg) translate(-580px, -200px);
  position: absolute;
  left: 0;
  background-image: url("../assets/images/monza-21.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 180%;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  height: 100%;
}

.img-con .img-skew-r {
  -webkit-transform: skew(-20deg) translateX(-400px);
          transform: skew(-20deg) translateX(-400px);
  position: absolute;
  left: 0;
  background-image: url("../assets/images/wheels-gsm.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 200%;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  height: 100%;
}

.sipario {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  background-color: #1b191a;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: -webkit-transform 0.6s ease-in-out 3.4s;
  transition: -webkit-transform 0.6s ease-in-out 3.4s;
  transition: transform 0.6s ease-in-out 3.4s;
  transition: transform 0.6s ease-in-out 3.4s, -webkit-transform 0.6s ease-in-out 3.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sipario .bottom {
  height: 120px;
  width: 90vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sipario .bottom img {
  -webkit-transition: all 0.4s ease-in-out 0.2s;
  transition: all 0.4s ease-in-out 0.2s;
  opacity: 0;
}

.sipario .centro img {
  -webkit-transition: all 0.4s ease-in-out 0.8s;
  transition: all 0.4s ease-in-out 0.8s;
  opacity: 0;
}

.teamWrapper {
  padding: 4rem 8rem 4rem 2rem;
  display: -ms-grid;
  display: grid;
  grid-gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-grid-columns: (minmax(600px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(600px, 1fr));
}

.teamWrapper .img-driver {
  margin-top: 4rem;
  -ms-grid-column-align: center;
      justify-self: center;
  width: 400px;
  height: 400px;
  border-radius: 200px;
  overflow: hidden;
}

.teamWrapper .img-driver img {
  width: 400px;
}

.teamWrapper .txt-driver {
  position: relative;
  margin-top: 4rem;
  margin-bottom: 4rem;
  color: #fff;
}

.teamWrapper .txt-driver p {
  font-family: "Poppins", sans-serif;
  color: #fff;
}

.teamWrapper .talright {
  text-align: right;
}

.teamWrapper .mb-4 {
  margin-bottom: 4rem;
}

#barramenu {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.champ-wrapper {
  padding: 4rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
      grid-template-columns: repeat(12, 1fr);
}

.champ-wrapper .img-cont {
  overflow: hidden;
  -ms-grid-column: 1;
  -ms-grid-column-span: 8;
  grid-column: 1 / span 8;
  height: 800px;
}

.champ-wrapper .img-cont img {
  height: 800px;
}

.champ-wrapper .img-cont-r {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  overflow: hidden;
  -ms-grid-column: 4;
  -ms-grid-column-span: 8;
  grid-column: 4 / span 8;
  height: 800px;
}

.champ-wrapper .img-cont-r img {
  height: 800px;
}

.champ-wrapper .txt-champ {
  font-family: "Poppins", sans-serif;
  color: #fff;
  color: #fff;
  padding: 2rem;
  -ms-grid-column: 4;
  -ms-grid-column-span: 8;
  grid-column: 4 / span 8;
}

.txt-team {
  margin-top: 4rem;
  font-family: "Poppins", sans-serif;
  color: #fff;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.bg-contacts {
  background-image: url("../assets/images/LST20-EU-r5-00532.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  background-attachment: fixed;
  height: 100vh;
  z-index: 1;
}

.bg-contacts header {
  position: absolute;
  z-index: 1;
}

.bg-contacts::before {
  content: "";
  display: block;
  background: #000;
  opacity: 0.7;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

.contatti-wrapper {
  position: absolute;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  bottom: 2rem;
  right: 2rem;
}

.contatti-wrapper .txt {
  margin: 2rem;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  color: #fff;
  text-align: right;
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 767px) {
  .bg-contacts {
    height: 170vh !important;
  }
  .bg-contacts::before {
    height: 170vh !important;
  }
  .loader-wrap {
    position: absolute;
    width: 100vw;
    height: 170vh;
    background-color: rgba(0, 0, 0, 0.35);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0;
    left: 0;
    z-index: 3;
  }
  .loader-wrap .lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .loader-wrap .lds-ring div {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
            animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
  }
  .loader-wrap .lds-ring div:nth-child(1) {
    -webkit-animation-delay: -0.45s;
            animation-delay: -0.45s;
  }
  .loader-wrap .lds-ring div:nth-child(2) {
    -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s;
  }
  .loader-wrap .lds-ring div:nth-child(3) {
    -webkit-animation-delay: -0.15s;
            animation-delay: -0.15s;
  }
  @-webkit-keyframes lds-ring {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @keyframes lds-ring {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  .footer-contact {
    margin-top: 2rem;
  }
  .txt {
    text-align: right;
    font-size: 14px;
    margin: 8px 0;
  }
  #ched {
    margin-top: 30px;
  }
  form {
    position: absolute;
    margin-top: 340px;
    width: 100%;
    padding: 3rem 3rem 3rem 3rem;
    margin-bottom: 4rem !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  form .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  form .form-group label {
    font-family: "Poppins", sans-serif;
    color: #fff;
    margin-top: 16px;
  }
  form .form-group input {
    margin-top: 8px;
    border: none;
    background-color: rgba(255, 255, 255, 0.8);
    outline: none;
    padding: 12px;
  }
  form .form-group textarea {
    border: none;
    outline: none;
    background-color: rgba(255, 255, 255, 0.8);
    resize: none;
    padding: 8px;
    font-family: "Poppins", sans-serif;
  }
  form .button {
    margin-top: 2rem;
    min-height: 40px;
    border: none;
    outline: none;
    background-color: red;
    color: #fff;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
  }
  .footer-contact {
    background: transparent;
    font-family: "Poppins", sans-serif;
    color: #fff;
  }
  .pb-3 {
    padding-bottom: 3rem;
  }
  .champh {
    margin-top: 180px !important;
  }
  .txt-champ {
    font-family: "Poppins", sans-serif;
    color: #fff;
    color: #fff;
    margin-top: 2rem;
    -ms-grid-column: 4;
    -ms-grid-column-span: 8;
    grid-column: 4 / span 8;
  }
  .driver-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .driver-container .img-driver {
    margin-top: 400px;
    -ms-grid-column-align: center;
        justify-self: center;
    width: 300px;
    height: 300px;
    border-radius: 300px;
    overflow: hidden;
  }
  .driver-container .img-driver .natino-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .driver-container .img-driver img {
    width: 300px;
  }
  .driver-container .txt-driver {
    position: relative;
    padding: 3rem;
    margin-bottom: 4rem;
    color: #fff;
    font-family: "Poppins", sans-serif;
    color: #fff;
  }
  .desktop {
    display: none;
  }
  .img-con {
    display: none !important;
  }
  .menu {
    font-size: 40px;
  }
  .mobile {
    display: block;
  }
  header {
    position: absolute;
    left: 0;
    padding: 1rem 3rem;
    top: 50vh;
    width: 100vw;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    text-align: left;
  }
  header h1 {
    font-size: 52px;
    color: white;
    font-family: "Antonio", sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    font-weight: bold;
  }
  .get-in-touch-w {
    position: absolute;
    bottom: 0;
    width: 100vw;
    left: 0;
    padding: 1rem;
    text-align: center;
    font-family: "Poppins", sans-serif;
    color: #fff;
  }
  .get-in-touch-w a {
    text-decoration: none;
    color: #fff;
  }
  .menu {
    top: 0;
  }
  .car-hero {
    width: 100%;
    height: 100vh;
  }
  .car-hero .team-head {
    margin-top: 840px;
  }
  .car-hero header {
    position: absolute;
    top: 220px;
    z-index: 2;
    background: transparent;
    padding: 0 3rem 0 3rem;
  }
  .car-hero header h1 {
    font-size: 4rem;
    font-family: "Antonio", sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
  }
  .car-hero .desc-right {
    position: absolute;
    left: 50vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: 310px !important;
    font-size: 12px;
    padding-bottom: 3rem;
  }
  .car-hero .desc-right .get-in-touch-w {
    position: relative;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 1rem;
    text-align: center;
    font-family: "Poppins", sans-serif;
    color: #fff;
  }
  .car-hero .desc-right .get-in-touch-w a {
    text-decoration: none;
    color: #fff;
  }
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .bg-contacts {
    height: 110vh !important;
  }
  .bg-contacts::before {
    height: 110vh !important;
  }
  .loader-wrap {
    position: absolute;
    width: 100vw;
    height: 110vh;
    background-color: rgba(0, 0, 0, 0.35);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0;
    left: 0;
    z-index: 3;
  }
  .loader-wrap .lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .loader-wrap .lds-ring div {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
            animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
  }
  .loader-wrap .lds-ring div:nth-child(1) {
    -webkit-animation-delay: -0.45s;
            animation-delay: -0.45s;
  }
  .loader-wrap .lds-ring div:nth-child(2) {
    -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s;
  }
  .loader-wrap .lds-ring div:nth-child(3) {
    -webkit-animation-delay: -0.15s;
            animation-delay: -0.15s;
  }
  @-webkit-keyframes lds-ring {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @keyframes lds-ring {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  .footer-contact {
    margin-top: 2rem;
  }
  .txt {
    text-align: right;
    font-size: 14px;
    margin: 8px 0;
  }
  #ched {
    margin-top: 30px;
  }
  form {
    position: absolute;
    margin-top: 340px;
    width: 100%;
    padding: 3rem 3rem 3rem 3rem;
    margin-bottom: 4rem !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  form .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  form .form-group label {
    font-family: "Poppins", sans-serif;
    color: #fff;
    margin-top: 16px;
  }
  form .form-group input {
    margin-top: 8px;
    border: none;
    background-color: rgba(255, 255, 255, 0.8);
    outline: none;
    padding: 12px;
  }
  form .form-group textarea {
    border: none;
    outline: none;
    background-color: rgba(255, 255, 255, 0.8);
    resize: none;
    padding: 8px;
    font-family: "Poppins", sans-serif;
  }
  form .button {
    margin-top: 2rem;
    min-height: 40px;
    border: none;
    outline: none;
    background-color: red;
    color: #fff;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
  }
  .footer-contact {
    background: transparent;
    font-family: "Poppins", sans-serif;
    color: #fff;
  }
  .pb-3 {
    padding-bottom: 3rem;
  }
  .champh {
    margin-top: 100px !important;
    background: transparent;
  }
  .txt-champ {
    font-family: "Poppins", sans-serif;
    color: #fff;
    color: #fff;
    margin-top: 2rem;
    -ms-grid-column: 4;
    -ms-grid-column-span: 8;
    grid-column: 4 / span 8;
  }
  .driver-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .driver-container .img-driver {
    margin-top: 400px;
    -ms-grid-column-align: center;
        justify-self: center;
    width: 400px;
    height: 400px;
    border-radius: 200px;
    overflow: hidden;
  }
  .driver-container .img-driver .natino-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .driver-container .img-driver img {
    width: 400px;
  }
  .driver-container .txt-driver {
    position: relative;
    padding: 3rem;
    margin-bottom: 4rem;
    color: #fff;
    font-family: "Poppins", sans-serif;
    color: #fff;
  }
  .desktop {
    display: none;
  }
  .team-head {
    margin-top: 600px;
  }
  .img-con {
    display: none !important;
  }
  .mobile {
    display: block;
  }
  .menu {
    font-size: 50px;
    top: 0;
  }
  header {
    position: absolute;
    left: 0;
    width: 100vw;
    padding: 1rem 3rem;
    background: rgba(0, 0, 0, 0.3);
    top: 50vh;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    text-align: left;
  }
  header h1 {
    font-size: 52px;
    color: white;
    font-family: "Antonio", sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    font-weight: bold;
  }
  .get-in-touch-w {
    position: absolute;
    bottom: 0;
    width: 100vw;
    left: 0;
    padding: 1rem;
    text-align: center;
    font-family: "Poppins", sans-serif;
    color: #fff;
  }
  .get-in-touch-w a {
    text-decoration: none;
    color: #fff;
  }
  .car-hero {
    width: 100%;
    height: 100vh;
  }
  .car-hero header {
    position: absolute;
    top: 220px;
    z-index: 2;
    background: transparent;
    padding: 0 3rem 0 3rem;
  }
  .car-hero header h1 {
    font-size: 5rem;
    font-family: "Antonio", sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
  }
  .car-hero .desc-right {
    position: absolute;
    left: 50vw;
    width: 100%;
    padding: 0 3rem 3rem 3rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: 310px !important;
    font-size: 14px;
  }
  .car-hero .desc-right .get-in-touch-w {
    position: relative;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 1rem;
    text-align: center;
    font-family: "Poppins", sans-serif;
    color: #fff;
  }
  .car-hero .desc-right .get-in-touch-w a {
    text-decoration: none;
    color: #fff;
  }
}

/* Desktops and laptops ----------- */
@media only screen and (min-width: 1025px) {
  .bg-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100vw;
    height: 110vh !important;
  }
  .bg-contacts::before {
    height: 110vh !important;
  }
  .loader-wrap {
    position: absolute;
    width: 100vw;
    height: 110vh;
    background-color: rgba(0, 0, 0, 0.35);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0;
    left: 0;
    z-index: 3;
  }
  .loader-wrap .lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .loader-wrap .lds-ring div {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
            animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
  }
  .loader-wrap .lds-ring div:nth-child(1) {
    -webkit-animation-delay: -0.45s;
            animation-delay: -0.45s;
  }
  .loader-wrap .lds-ring div:nth-child(2) {
    -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s;
  }
  .loader-wrap .lds-ring div:nth-child(3) {
    -webkit-animation-delay: -0.15s;
            animation-delay: -0.15s;
  }
  @-webkit-keyframes lds-ring {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @keyframes lds-ring {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  .footer-contact {
    margin-top: 2rem;
  }
  .txt {
    text-align: right;
    font-size: 14px;
    margin: 8px 0;
  }
  #ched {
    margin-top: 60px;
  }
  form {
    position: relative;
    width: 50%;
    padding: 3rem 3rem 3rem 3rem;
    margin-bottom: 4rem !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  form .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  form .form-group label {
    font-family: "Poppins", sans-serif;
    color: #fff;
    margin-top: 16px;
  }
  form .form-group input {
    margin-top: 8px;
    border: none;
    background-color: rgba(255, 255, 255, 0.8);
    outline: none;
    padding: 12px;
  }
  form .form-group textarea {
    border: none;
    outline: none;
    background-color: rgba(255, 255, 255, 0.8);
    resize: none;
    padding: 8px;
    font-family: "Poppins", sans-serif;
  }
  form .button {
    margin-top: 2rem;
    min-height: 40px;
    border: none;
    outline: none;
    background-color: red;
    color: #fff;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
  }
  .footer-contact {
    background: transparent;
    font-family: "Poppins", sans-serif;
    color: #fff;
  }
  .cc {
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .cw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .info {
    padding: 3rem 3rem 6rem 3rem;
    z-index: 1;
    width: 50%;
    font-family: "Poppins", sans-serif;
    color: #fff;
  }
  .bgchamp {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../assets/images/LST20-EU-r4-00281.jpg");
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    padding: 200px 3rem;
  }
  .bgchamp::after {
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
  }
  .bgchamp .ccon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 1;
    position: absolute;
  }
  .bgchamp .ccon h1 {
    font-size: 62px;
    color: white;
    font-family: "Antonio", sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    font-weight: bold;
  }
  .bgchamp .ccon p {
    padding: 0 3rem 0 0;
    margin-top: 3rem;
    font-family: "Poppins", sans-serif;
    color: #fff;
  }
  .driver-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .driver-container .img-driver {
    margin-top: 400px;
    -ms-grid-column-align: center;
        justify-self: center;
    width: 400px;
    height: 400px;
    border-radius: 200px;
    overflow: hidden;
  }
  .driver-container .img-driver .natino-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .driver-container .img-driver img {
    width: 400px;
  }
  .driver-container .txt-driver {
    position: relative;
    padding: 3rem;
    margin-bottom: 4rem;
    color: #fff;
    font-family: "Poppins", sans-serif;
    color: #fff;
  }
  .bgteam {
    background: url("../assets/images/championship.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
  }
  .bgteam::after {
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000;
    opacity: 0.4;
  }
  .testo {
    font-family: "Poppins", sans-serif;
    color: #fff;
  }
  .menu {
    font-size: 50px;
    top: 0;
  }
  .team-head {
    margin-top: 240px;
  }
  .mobile {
    display: none;
  }
  .desktop {
    display: block;
  }
  header {
    position: absolute;
    left: 0;
    width: 100vw;
    padding: 1rem 3rem;
    background: rgba(0, 0, 0, 0.3);
    top: 50vh;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    text-align: left;
  }
  header h1 {
    font-size: 52px;
    color: white;
    font-family: "Antonio", sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    font-weight: bold;
  }
  .get-in-touch-w {
    position: absolute;
    bottom: 0;
    width: 100vw;
    left: 0;
    padding: 1rem;
    text-align: center;
    font-family: "Poppins", sans-serif;
    color: #fff;
  }
  .get-in-touch-w a {
    text-decoration: none;
    color: #fff;
  }
  .car-hero {
    width: 100%;
    height: 100vh;
  }
  .car-hero header {
    position: absolute;
    top: 220px;
    z-index: 2;
    background: transparent;
    padding: 0 3rem 0 3rem;
  }
  .car-hero header h1 {
    font-size: 5rem;
    font-family: "Antonio", sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
  }
  .car-hero .desc-right {
    margin-top: 330px;
  }
  .car-hero .desc-right .get-in-touch-w {
    position: relative;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 1rem;
    text-align: center;
    font-family: "Poppins", sans-serif;
    color: #fff;
  }
  .car-hero .desc-right .get-in-touch-w a {
    text-decoration: none;
    color: #fff;
  }
}

/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
  /* Styles */
}
/*# sourceMappingURL=style.css.map */