h1, h2, h3, h4, h5, p, li, td {
  font-family: new-order, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: rgba(255, 255, 255, 0.6); }

header h2.tel a, header h2.email a, header h4.tel a, header h4.email a {
  text-decoration: none;
  font-size: 1.6em;
  color: #fff;
  border: none;
  padding: 10px 10px 6px 10px;
  -webkit-transition: ease-in-out 0.4s all;
  -o-transition: ease-in-out 0.4s all;
  transition: ease-in-out 0.4s all;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }
  header h2.tel a:hover, header h2.email a:hover, header h4.tel a:hover, header h4.email a:hover {
    border: 2px #fff solid; }

.section-left h3 {
  line-height: 2em;
  text-align: center; }

.section-left h3.sub-title {
  margin: 0;
  padding-top: 0; }

.section-left h2.title.local {
  margin: 20px 0; }

.section-left p.local {
  line-height: 1.2em; }

.section-left h4.tel a, .section-left h4.email a {
  text-decoration: none;
  font-size: 1.2em;
  line-height: 2em;
  color: #fff;
  border: none;
  padding: 10px 10px 6px 10px;
  -webkit-transition: ease-in-out 0.4s all;
  -o-transition: ease-in-out 0.4s all;
  transition: ease-in-out 0.4s all;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }
  .section-left h4.tel a:hover, .section-left h4.email a:hover {
    border: 2px #fff solid; }

.section-left .dms-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.intro h2 {
  margin: 20px 0; }
  .intro h2 a {
    text-decoration: none;
    color: #fff;
    line-height: 1.6em; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background: #ee1b1f;
  overflow: hidden; }

header {
  position: fixed;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100vw;
  background: #000;
  border-bottom: 0.1vh #fff solid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 1.5em 0;
  height: 9.9vh;
  z-index: 1000; }
  header ul li {
    display: inline-block; }

section {
  position: relative;
  top: 10vh;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 2em;
  background: url(../img/dms-background-320x1024.webp);
  height: 90vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  padding: 2em;
  z-index: 1; }
  section .section-left {
    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;
    -ms-grid-row: 2;
    grid-row: 2; }
    section .section-left h2.title {
      text-transform: uppercase;
      border-bottom: 1px rgba(255, 255, 255, 0.6) solid;
      margin-bottom: 1.6em;
      font-size: 2em;
      text-align: center; }
    section .section-left p {
      margin-bottom: 1.2em;
      text-align: center;
      line-height: 2;
      width: 60vw; }
    section .section-left ul li {
      list-style: none;
      line-height: 1.5em; }
      section .section-left ul li:before {
        font-family: "Font Awesome 6 Free";
        content: "\f7d9";
        display: inline-block;
        font-size: 1rem;
        font-weight: 900;
        margin-right: 1em;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased; }
  section .service-right {
    background: url("../img/DMS-service-bg.webp");
    background-repeat: no-repeat;
    background-size: 30vh;
    background-position: center; }
  section .tuning-right {
    background-image: url("../img/Plug.svg");
    background-repeat: no-repeat;
    background-size: 20vh;
    background-position: center; }
  section .diag-right {
    background-image: url("../img/DMS-diagnostics-bg.webp");
    background-repeat: no-repeat;
    background-size: 80vw;
    background-position: center;
    background-blend-mode: lighten; }
  section .tyre-right {
    background-image: url("../img/DMS-tyre-bg.webp");
    background-repeat: no-repeat;
    background-size: 80vw;
    background-position: center; }
  section .open-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    section .open-right table tr td {
      padding: 0 2em; }
  section .map-right {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.intro {
  position: relative;
  top: 10vh;
  background: #000;
  height: 90vh;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .intro img {
    width: 60vw;
    padding: 2em; }

.service, .mapping, .diagnostics, .tyres, .place, .hours {
  z-index: 1;
  opacity: 0;
  -webkit-transition: ease-in-out 1s all;
  -o-transition: ease-in-out 1s all;
  transition: ease-in-out 1s all;
  position: relative;
  left: -100vw; }

.motorsport {
  background-image: url("../img/DMS-motorsport-bg.webp"), url("../img/dms-background-1024.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: screen;
  z-index: -10;
  position: relative;
  left: -100vw;
  opacity: 0;
  -webkit-transition: ease-in-out 1s all;
  -o-transition: ease-in-out 1s all;
  transition: ease-in-out 1s all; }

.active {
  z-index: 100;
  top: 10vh; }

.motorsport.active, .service.active, .mapping.active, .tyres.active, .diagnostics.active, .place.active, .hours.active {
  opacity: 1;
  -webkit-transition: ease-in-out 0.4s all;
  -o-transition: ease-in-out 0.4s all;
  transition: ease-in-out 0.4s all;
  position: fixed;
  top: 10vh;
  left: 0;
  display: -ms-grid;
  display: grid;
  width: 100%; }

nav {
  position: fixed;
  top: 12vh;
  right: 0;
  padding: 0 8px;
  z-index: 12000;
  width: 72px;
  background: #000;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }
  nav .nav-item {
    margin: 8px 0;
    padding: 10px;
    background: #000;
    -webkit-transition: 1s ease-in-out all;
    -o-transition: 1s ease-in-out all;
    transition: 1s ease-in-out all;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; }
    nav .nav-item:hover {
      background: #fff;
      cursor: pointer; }

.toggle {
  background: #000;
  padding: 20px;
  background-image: url("../img/open.png");
  background-repeat: no-repeat;
  background-size: 20px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 6vh;
  right: calc(50% - 15px);
  cursor: pointer;
  z-index: 12000;
  color: rgba(255, 255, 255, 0.6);
  background-position: center;
  margin-top: 30px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

.toggle.active {
  position: relative;
  background-image: url("../img/close.png");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  width: 30px;
  height: 30px;
  z-index: 1009;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

.nav {
  opacity: 0;
  -webkit-transition: ease-in-out 1s all;
  -o-transition: ease-in-out 1s all;
  transition: ease-in-out 1s all; }

.nav.action {
  opacity: 1;
  -webkit-transition: ease-in-out 1s all;
  -o-transition: ease-in-out 1s all;
  transition: ease-in-out 1s all; }

header img {
  width: 80px; }

.dms-bhp {
  z-index: 1001;
  position: fixed;
  bottom: 0px; }
  .dms-bhp img {
    width: 180px; }

.location {
  height: 200px; }

hr {
  height: 30px;
  width: 100%;
  opacity: 0; }

@media screen and (min-width: 768px) {
  header img {
    width: 140px; }
  section {
    background: url("../img/dms-background-750x1334.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center; }
    section .diag-right, section .tyre-right {
      background-size: 40vh; }
  .dms-bhp {
    bottom: 50px; }
  .location {
    height: 350px; } }

@media screen and (min-width: 1080px) {
  section {
    background: url("../img/dms-background-1024.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center; }
    section .service-right {
      background-size: 46vh; } }

@media screen and (min-width: 1200px) {
  section .service-left h2.title {
    font-size: 3em; } }

@media screen and (min-width: 1920px) {
  header img {
    width: 200px; } }
