/*
0 - 600px: Phone
600 - 900px: Tablet portrait
900 - 1200px: Tablet landscape
1200 - 1800 current
1800px + Big desktop


$breakpoint argument choices
-phone-sm
-phone
-tab-port
-tab-land
-big-desktop

ORDER: BASE + TYPOGRAPHY > GENERAL LAYOUT + GRID > PAGE LAYOUT> COMPONENTS

1em == 16px;
*/
.pre-loader {
  display: block;
  background-color: #1E171A;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 2999; }
  .pre-loader__container {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .pre-loader__img {
    display: block;
    margin: 0 auto;
    height: 15rem; }

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin-left: 1rem; }
  .lds-ellipsis-box {
    display: block;
    text-align: center; }

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0); }

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite; }

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite; }

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(24px, 0); } }

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  font-size: 62.5%; }
  @media (max-width: 75em) {
    html {
      font-size: 56.25%; } }
  @media (max-width: 56.25em) {
    html {
      font-size: 50%; } }
  @media (min-width: 112.5em) {
    html {
      font-size: 75%; } }

body {
  box-sizing: border-box; }

@keyframes MoveInBottom {
  0% {
    opacity: 0; }
  80% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }

@keyframes ZoomIn {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.7;
  color: #fff;
  font-size: 1.6rem;
  text-rendering: optimizeLegibility; }

.heading-primary {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 5rem;
  text-align: justify;
  letter-spacing: 4px; }
  .heading-primary::selection {
    background: #a8a8a8;
    /* WebKit/Blink Browsers */ }
  .heading-primary::-moz-selection {
    background: #a8a8a8;
    /* Gecko Browsers */ }
  @media (max-width: 56.25em) {
    .heading-primary {
      font-size: 3.5rem;
      letter-spacing: 3px; } }

.heading-secondary {
  font-weight: 300;
  font-size: 5rem;
  text-transform: uppercase;
  letter-spacing: 8px;
  line-height: 1.7; }
  .heading-secondary::selection {
    background: #a8a8a8;
    /* WebKit/Blink Browsers */ }
  .heading-secondary::-moz-selection {
    background: #a8a8a8;
    /* Gecko Browsers */ }
  @media (max-width: 37.5em) {
    .heading-secondary {
      letter-spacing: 2px;
      font-size: 4rem; } }

.paragraph {
  text-align: justify;
  line-height: 1.7; }
  .paragraph::selection {
    background: #a8a8a8;
    /* WebKit/Blink Browsers */ }
  .paragraph::-moz-selection {
    background: #a8a8a8;
    /* Gecko Browsers */ }

.card__details {
  text-transform: capitalize; }

.icon-contact {
  font-size: 2.5rem;
  margin-right: 2rem; }
  .icon-contact::selection {
    background: #a8a8a8;
    /* WebKit/Blink Browsers */ }
  .icon-contact::-moz-selection {
    background: #a8a8a8;
    /* Gecko Browsers */ }
  .icon-contact--pin:hover {
    color: #ea5728; }
  .icon-contact--call:hover {
    color: #4dec67; }
  .icon-contact--mail:hover {
    color: #ebc000; }

.contact-details ul li {
  font-size: 1.7rem;
  text-align: justify; }
  .contact-details ul li::selection {
    background: #a8a8a8;
    /* WebKit/Blink Browsers */ }
  .contact-details ul li::-moz-selection {
    background: #a8a8a8;
    /* Gecko Browsers */ }

.contact-mail:link, .contact-mail:visited {
  color: #fff;
  text-decoration: none; }
  .contact-mail:link::selection, .contact-mail:visited::selection {
    background: #a8a8a8;
    /* WebKit/Blink Browsers */ }
  .contact-mail:link::-moz-selection, .contact-mail:visited::-moz-selection {
    background: #a8a8a8;
    /* Gecko Browsers */ }

.contact-mail::selection {
  background: #a8a8a8;
  /* WebKit/Blink Browsers */ }

.contact-mail::-moz-selection {
  background: #a8a8a8;
  /* Gecko Browsers */ }

.icon-social {
  font-size: 2rem; }
  .icon-social::selection {
    background: #a8a8a8;
    /* WebKit/Blink Browsers */ }
  .icon-social::-moz-selection {
    background: #a8a8a8;
    /* Gecko Browsers */ }

.copy {
  font-size: 1.4rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.58); }
  .copy::selection {
    background: #a8a8a8;
    /* WebKit/Blink Browsers */ }
  .copy::-moz-selection {
    background: #a8a8a8;
    /* Gecko Browsers */ }

.sidenav__link {
  font-size: 3rem; }

.u-margin-bottom-small {
  margin-bottom: 2rem; }

.u-margin-bottom-medium {
  margin-bottom: 5rem; }

.u-margin-bottom-big {
  margin-bottom: 8rem; }
  @media (max-width: 37.5em) {
    .u-margin-bottom-big {
      margin-bottom: 5rem; } }

.u-margin-bottom-large {
  margin-bottom: 10rem; }

.u-margin-left-small {
  margin-left: 5rem; }

.u-center-text {
  text-align: center; }

.u-margin-right-small {
  margin-right: 5rem; }

.zoom-in {
  animation: ZoomIn 1s ease-out .5s;
  animation-fill-mode: backwards; }

.card {
  position: relative;
  height: 50rem;
  border-radius: 2px;
  background-position: center;
  box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.5); }
  @media (max-width: 56.25em) {
    .card {
      width: 70%;
      display: block;
      margin: 0 auto; }
      .card .heading {
        padding-top: 20rem; }
      .card .card {
        transform: scale(2); }
        .card .card__heading {
          margin: 2rem 0 5rem 0;
          font-weight: 700; }
        .card .card__details {
          display: block;
          visibility: visible;
          animation: MoveInBottom .2s ease; } }
  .card--1 {
    background-image: linear-gradient(rgba(34, 31, 32, 0.5), rgba(34, 31, 32, 0.5)), url(../img/premium.jpg);
    background-size: cover; }
  .card--2 {
    background-image: linear-gradient(rgba(34, 31, 32, 0.5), rgba(34, 31, 32, 0.5)), url(../img/rentals.jpg);
    background-size: cover; }
  .card--3 {
    background-image: linear-gradient(rgba(34, 31, 32, 0.5), rgba(34, 31, 32, 0.5)), url(../img/repairs.jpg);
    background-size: cover; }
  .card--4 {
    background-image: linear-gradient(rgba(34, 31, 32, 0.5), rgba(34, 31, 32, 0.5)), url(../img/delivery.jpg);
    background-size: cover; }
  .card__heading {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    bottom: 20%;
    text-align: center;
    transition: all .3s ease; }
    .card__heading::selection {
      background: #a8a8a8;
      /* WebKit/Blink Browsers */ }
    .card__heading::-moz-selection {
      background: #a8a8a8;
      /* Gecko Browsers */ }
    .card__heading--1 {
      margin: -1rem 0; }
  .card__details {
    transition: all .5s;
    visibility: hidden;
    display: none;
    margin: 2rem;
    text-align: center; }
    .card__details::selection {
      background: #a8a8a8;
      /* WebKit/Blink Browsers */ }
    .card__details::-moz-selection {
      background: #a8a8a8;
      /* Gecko Browsers */ }
  .card:hover .heading {
    padding-top: 20rem; }
  .card:hover .card {
    transform: scale(2); }
    .card:hover .card__heading {
      margin: 2rem 0 5rem 0;
      font-weight: 700; }
    .card:hover .card__details {
      display: block;
      visibility: visible;
      animation: MoveInBottom .2s ease; }

.heading {
  padding-top: 36rem;
  transition: all .3s ease; }

.map {
  width: 100%;
  height: 40rem;
  background-color: grey;
  border: none; }

.nav {
  transition: all .5s; }
  .nav::after {
    content: "";
    clear: both;
    display: table; }
  .nav ul {
    float: right;
    margin-right: 5rem; }
    .nav ul::selection {
      background: #a8a8a8;
      /* WebKit/Blink Browsers */ }
    .nav ul::-moz-selection {
      background: #a8a8a8;
      /* Gecko Browsers */ }
    @media (max-width: 75em) {
      .nav ul {
        margin-right: 1rem; } }
    @media (min-width: 112.5em) {
      .nav ul {
        margin-right: 7rem; } }
    .nav ul li {
      list-style: none;
      display: inline-block;
      margin-top: 7rem;
      margin-right: 5rem;
      padding-bottom: 5rem; }
      @media (max-width: 75em) {
        .nav ul li {
          padding-top: 2rem;
          margin-right: 5rem; } }
  .nav__link::selection {
    background: #a8a8a8;
    /* WebKit/Blink Browsers */ }
  .nav__link::-moz-selection {
    background: #a8a8a8;
    /* Gecko Browsers */ }
  .nav__link:link, .nav__link:visited {
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-size: 1.7rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all .2s;
    border-bottom: 2px solid transparent;
    display: inline-block; }
  .nav__link:hover {
    color: rgba(255, 255, 255, 0.58); }
  .nav__link--footer:link, .nav__link--footer:visited {
    font-size: 1.3rem;
    font-weight: 300; }
  .nav__link--social-fb:hover {
    color: #0f80f5; }
  .nav__link--social-insta:hover {
    color: #ce2971; }
  @media (max-width: 56.25em) {
    .nav {
      display: none;
      visibility: hidden; } }

.sidenav {
  display: none;
  visibility: hidden; }
  .sidenav__checkbox {
    display: none; }
  .sidenav__button {
    background-color: transparent;
    height: 7rem;
    width: 7rem;
    position: fixed;
    top: 5rem;
    right: 5rem;
    border-radius: 10px;
    z-index: 2000;
    text-align: center;
    cursor: pointer; }
    @media (max-width: 56.25em) {
      .sidenav__button {
        top: 4rem;
        right: 4rem; } }
    @media (max-width: 37.5em) {
      .sidenav__button {
        top: 3rem;
        right: 3rem; } }
    @media (max-width: 23.75em) {
      .sidenav__button {
        top: 2rem;
        right: 2rem; } }
  .sidenav__nav {
    height: 100vh;
    width: 0px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1500;
    background-color: rgba(17, 17, 17, 0.95);
    padding-top: 20rem;
    overflow-x: hidden;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
    .sidenav__nav-list {
      list-style: none;
      width: 100%;
      height: 100%;
      z-index: 200;
      padding: 5px; }
  .sidenav__item {
    display: block;
    padding: 1rem 5rem;
    letter-spacing: 1px; }
  .sidenav__icon {
    position: relative;
    margin-top: 3.5rem; }
    .sidenav__icon, .sidenav__icon::before, .sidenav__icon::after {
      width: 3rem;
      height: 3px;
      background-color: #fff;
      display: inline-block; }
    .sidenav__icon::before, .sidenav__icon::after {
      content: "";
      position: absolute;
      left: 0;
      transition: all .2s; }
    .sidenav__icon::before {
      top: -1rem; }
    .sidenav__icon::after {
      top: 1rem; }
  .sidenav__checkbox:checked + .sidenav__button .sidenav__icon {
    background-color: transparent; }
  .sidenav__checkbox:checked + .sidenav__button .sidenav__icon::before {
    top: 0;
    transform: rotate(135deg); }
  .sidenav__checkbox:checked + .sidenav__button .sidenav__icon::after {
    top: 0;
    transform: rotate(-135deg); }
  @media (max-width: 56.25em) {
    .sidenav {
      visibility: visible;
      display: initial; } }
  .sidenav__checkbox:checked ~ .sidenav__nav {
    width: 250px;
    opacity: 1; }
  .sidenav__link:link, .sidenav__link:visited {
    text-decoration: none;
    color: #818181;
    display: block;
    transition: 0.3s; }
  .sidenav__link:hover {
    color: #f1f1f1; }

.row {
  max-width: 114rem;
  margin: 0 auto;
  padding: 0 5rem; }
  @media (max-width: 37.5em) {
    .row {
      padding: 0 2.5rem; } }
  .row:not(:last-child) {
    margin-bottom: 1rem; }
    @media (max-width: 56.25em) {
      .row:not(:last-child) {
        margin-bottom: 2rem; } }
  @media (max-width: 56.25em) {
    .row {
      max-width: 70rem; } }
  .row::after {
    content: "";
    clear: both;
    display: table; }
  .row [class^="col-"] {
    float: left; }
    .row [class^="col-"]:not(:last-child) {
      margin-right: 6rem; }
      @media (max-width: 56.25em) {
        .row [class^="col-"]:not(:last-child) {
          margin-right: 0;
          margin-bottom: 2rem; } }
    @media (max-width: 56.25em) {
      .row [class^="col-"] {
        width: 100% !important; } }
  .row .col-1-of-2 {
    width: calc((100% - 6rem) / 2); }
  .row .col-1-of-3 {
    width: calc((100% - 2 * 6rem) / 3); }
  .row .col-1-of-4 {
    width: calc((100% - 3 * 6rem) / 4); }
  .row .col-2-of-3 {
    width: calc(2 * (100% - 2 * 6rem) / 3 + 6rem); }
  .row .col-2-of-4 {
    width: calc( 2 * (100% - 3 * 6rem) / 4 + 6rem); }
  .row .col-3-of-4 {
    width: calc( 3 * ((100% - 3 * 6rem) / 4) + 2 * 6rem); }

.header {
  background-image: linear-gradient(rgba(16, 12, 14, 0.4), rgba(16, 12, 14, 0.4)), url(../img/hero-2.jpg);
  background-size: cover;
  height: 100vh;
  background-position: left 0px;
  position: relative;
  box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.4); }
  @media (max-width: 37.5em) {
    .header {
      background-position: left -77px top 0; } }
  @media (max-width: 23.75em) {
    .header {
      background-position: left -77px top 0; } }
  .header__logo-box {
    width: 100%;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media (max-width: 75em) {
      .header__logo-box {
        top: 55%; } }
  .header__logo {
    display: block;
    margin: 0 auto;
    height: 30rem; }
    .header__logo::selection {
      background: #a8a8a8;
      /* WebKit/Blink Browsers */ }
    .header__logo::-moz-selection {
      background: #a8a8a8;
      /* Gecko Browsers */ }
    @media (max-width: 56.25em) {
      .header__logo {
        height: 30rem; } }
    @media (max-width: 37.5em) {
      .header__logo {
        height: 21rem; } }
    @media (max-width: 23.75em) {
      .header__logo {
        height: 19rem; } }
  .header__text-box {
    display: none;
    margin: 0 auto;
    width: 30%;
    background-color: rgba(0, 0, 0, 0.8); }

.footer {
  background-color: #1E171A;
  padding: 10rem 0 2rem 0;
  box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.4);
  text-align: left; }
  @media (max-width: 56.25em) {
    .footer {
      text-align: center; } }
  .footer-nav ul::selection {
    background: #a8a8a8;
    /* WebKit/Blink Browsers */ }
  .footer-nav ul::-moz-selection {
    background: #a8a8a8;
    /* Gecko Browsers */ }
  .footer-nav ul li {
    list-style: none;
    display: inline-block;
    margin-top: 2rem; }
    .footer-nav ul li:not(:last-child) {
      margin-right: 2rem; }
      @media (max-width: 37.5em) {
        .footer-nav ul li:not(:last-child) {
          margin-right: 1rem; } }
    @media (max-width: 37.5em) {
      .footer-nav ul li {
        letter-spacing: 1px; } }
  @media (max-width: 56.25em) {
    .footer-nav {
      display: inline-block;
      margin: 0 auto;
      padding-left: 1rem; } }
  .footer__logo {
    height: 12rem;
    display: block;
    margin: 0 auto; }
    .footer__logo::selection {
      background: #a8a8a8;
      /* WebKit/Blink Browsers */ }
    .footer__logo::-moz-selection {
      background: #a8a8a8;
      /* Gecko Browsers */ }
  .footer__social {
    text-align: right; }
    @media (max-width: 56.25em) {
      .footer__social {
        width: 60%;
        margin: 0 auto;
        text-align: center; } }
    .footer__social ul::selection {
      background: #a8a8a8;
      /* WebKit/Blink Browsers */ }
    .footer__social ul::-moz-selection {
      background: #a8a8a8;
      /* Gecko Browsers */ }
    .footer__social ul li {
      list-style: none;
      display: inline-block;
      margin-top: 2rem;
      margin-right: 1rem; }

.section-about {
  background-image: linear-gradient(rgba(19, 18, 19, 0.2), rgba(19, 18, 19, 0.2)), url(../img/about.jpg);
  background-size: cover;
  padding: 10rem 0; }

.about-text {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: rgba(19, 18, 19, 0.95); }

.section-services {
  background-color: #221F20;
  display: block;
  padding: 5rem 0 20rem 0;
  box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.4); }

.section-heading {
  display: block;
  margin: 0 auto; }

.section-contact {
  background-color: #3C3639;
  padding: 5rem 0 5rem 0; }

.contact-details ul {
  list-style: none; }
  .contact-details ul li {
    display: block; }
