
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-family: "Montserrat", sans-serif; }

body {
  background-color: white;
  overflow-x: hidden; }

h1 {
  font-family: "Playfair Display", serif; }

a {
  color: black;
  text-decoration: none; }

a:visited {
  color: black; }

ul {
  list-style: none; }

.white {
  color: white; }

.dark {
  color: black; }

.sidetext, .letter {
  position: absolute;
  font-family: "Playfair Display", serif; }

.letter {
  color: #e3a062;
  font-size: 270px;
  opacity: 0.2; }

.line {
  background-color: #e3a062;
  width: 47px;
  height: 2px;
  display: inline-block;
  margin-bottom: 32px; }

.short-line {
  background-color: #e3a062;
  width: 37px;
  height: 2px; }

.long-line {
  width: 129px;
  margin: 30px 0; }

.side-line {
  width: 51px;
  height: 1px;
  display: inline-block;
  background-color: #e3a062; }

.button-more {
  font-size: 12px;
  background-color: white;
  border: 1px solid #e3a062;
  width: 190px;
  height: 50px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.button-more:hover {
  border: 1px solid black;
  background-color: #e3a062;
  color: white; }

.sub-title {
  font-size: 46px;
  font-family: "Playfair Display", serif;
  margin-bottom: 29px; }

.sidetext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e3a062;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.sidetext p {
  margin-right: 10px; }

/* Genaral horizontal padding: 390px each side */
.gray {
  color: #7b7b7b; }

.head {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100px;
  grid-area: header;
  position: relative;
  z-index: 1;
  font-size: 12px; }

.logo {
  width: 40px;
  height: 40px;
  background-color: #e3a062;
  float: left;
  margin-right: 10px; }

.identification-name {
  font-size: font-identification-big;
  font-weight: bold;
  color: white;
  float: right;
  font-family: "Playfair Display", serif; }

.identification-subname {
  font-size: 8.35px; }

.main-menu {
  width: 290px; }

.main-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.main-menu a:hover {
  color: #e3a062; }

.to-portfolio {
  border: 1px solid #e3a062;
  background-color: #e3a062;
  text-align: center;
  padding: 5px;
  height: 30px;
  width: 120px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

.to-portfolio a {
  color: black; }

.to-portfolio:hover {
  background-color: black;
  border-color: white; }

@media screen and (max-width: 660px) {
  .main-menu {
    padding-bottom: 10px; }
  .head {
    -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;
    border-bottom: 1px solid #e3a062; } }

.foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: black;
  color: white;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 44px 12vw; }

.foot-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 17.5vw; }

.foot-right > p {
  text-align: right; }

.foot-bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px; }

.foot a {
  color: white; }

@media screen and (max-width: 1100px) {
  .foot-right ul {
    width: 30vw; } }

@media screen and (max-width: 785px) {
  .foot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .foot .identification {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto; }
  .foot-right ul {
    width: 100%;
    margin-top: 40px; }
  .foot-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: center;
    align-self: center; }
  .foot-bottom p {
    margin-bottom: 20px; } }

.main-screen {
  color: white;
  height: 880px;
  display: grid;
  grid-template-rows: 100px auto 70px;
  grid-template-areas: "header header header "
 "prev main-title next"
 "bottom bottom bottom ";
  padding: 40px;
  background: url(../img/main-backgrounds/main-background1.jpg);
  background-size: cover;
  background-position: center;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s; }

.main-screen a {
  color: white;
  font-size: 12px; }

.main-screen-left, .main-screen-right, .main-screen-center, .main-screen-bottom {
  position: relative;
  z-index: 1; }

.main-screen-left, .main-screen-right {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  width: 90px;
  -ms-flex-item-align: center;
  align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: transparent;
  border: none;
  color: white;
  cursor: pointer; }

.main-screen-left:hover, .main-screen-right:hover {
  color: #e3a062; }

.main-screen-left > .line, .main-screen-right > .line {
  margin: 0; }

.main-screen-left {
  grid-area: prev; }

.main-screen-center {
  grid-area: main-title;
  justify-self: center;
  width: 315px; }

.main-title {
  color: #e3a062;
  font-size: 100px; }

.sub-description {
  margin-top: 20px;
  font-size: 14px; }

.read-more {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 50px;
  border-bottom: 2px solid #e3a062;
  cursor: pointer; }

.read-more a {
  color: #e3a062; }

.main-screen-right {
  grid-area: next;
  justify-self: right; }

.main-screen-bottom {
  grid-area: bottom;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.social-networks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 215px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.social-networks li::after {
  content: "/";
  margin-left: 10px; }

.social-networks li:nth-last-child(1)::after {
  content: ""; }

.slide-progress {
  position: relative;
  right: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 258px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 22.43px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  font-family: "Playfair Display", serif;
  font-weight: bold; }

.slide-line {
  width: 165px;
  height: 1px;
  background-color: white;
  -ms-flex-item-align: center;
  align-self: center; }

.scroll {
  visibility: hidden; }

@media screen and (max-width: 910px) {
  .main-screen-bottom {
    -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; }
  .social-networks {
    margin-bottom: 30px; }
  .slide-progress {
    position: static; } }

@media screen and (max-width: 680px) {
  .main-screen {
    grid-template-areas: "header"
 "main-title"
 "bottom";
    padding: 20px;
    height: 115vh;
    min-height: 600px; }
  .main-screen-left, .main-screen-right {
    display: none; }
  .main-screen-center {
    width: auto; }
  .main-title {
    width: auto;
    font-size: 20vw;
    margin-top: 50px;
    text-align: center; }
  .slide-progress {
    display: none; } }

.about-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 119px 0; }

.about-us-image, .about-us-info {
  width: 35vw; }

.about-us-image {
  background: url(../img/Magnus-Walker.jpg);
  background-size: cover;
  background-position-x: center;
  height: 450px;
  border: 1px solid #c6c7c4;
  margin-right: 90px; }

.about-us-info {
  -ms-flex-item-align: center;
  align-self: center; }

.about-us-info p {
  padding-right: 120px;
  text-align: justify;
  line-height: 21px; }

.about-us-more {
  margin-top: 40px; }

.about-us-sidetext {
  right: 0;
  bottom: 172px; }

.about-us-letter {
  right: 0;
  top: 0; }

@media screen and (max-width: 820px) {
  .about-us {
    -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; }
  .about-us-image {
    width: 500px;
    height: 300px;
    margin: 0;
    margin-bottom: 20px; }
  .about-us-info {
    width: 75vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .about-us-info p {
    padding: 0; }
  .about-us-more {
    -ms-flex-item-align: center;
    align-self: center; }
  .about-us-letter, .about-us-sidetext {
    right: -50px; } }

@media screen and (max-width: 550px) {
  .about-us-image {
    width: 100vw; } }

.services {
  background-image: url(../img/Black-Dodge-Charger.jpg);
  background-position-y: center;
  background-position-x: -400px;
  min-height: 400px;
  position: relative;
  color: white;
  padding-top: 6.25%; }

.services-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  position: relative; }

.services-more {
  position: absolute;
  bottom: 32px;
  right: 0;
  border-bottom: 1px solid #e3a062; }

.services-more a {
  color: white;
  font-size: 12px; }

.services-container {
  width: 60%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto; }

.services-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  bottom: -75px;
  width: 60vw;
  min-width: 630px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.service {
  width: 18vw;
  min-width: 200px;
  height: 18vw;
  min-height: 200px; }

.service-link {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.service-link > h3 {
  color: white;
  margin-bottom: 30px; }

.service-info {
  color: white;
  display: none; }

.service-link:hover {
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .service-link:hover .service-info {
    height: 16vw;
    min-height: 180px;
    width: 16vw;
    min-width: 180px;
    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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    border: 1px solid #e3a062;
    padding: 15%; }
  .service-link:hover > h3 {
    display: none;
    font-size: 14px; }
  .service-link:hover p {
    font-size: 12px; }
  .service-link:hover .read-more-service {
    color: #e3a062;
    border-bottom: 1px solid #e3a062;
    font-size: 12px; }

.service:nth-child(2) {
  background: url(../img/tuning-dark.jpg);
  background-size: cover;
  background-position-y: -60px; }

.service:nth-child(3) {
  background: url(../img/restoration-dark.jpg);
  background-size: cover; }

.service:nth-child(4) {
  background: url(../img/repairs-dark.jpg);
  background-size: cover;
  background-position-x: -120px; }

.services-sidetext {
  bottom: 100px; }

.services-letter {
  top: -170px; }

@media screen and (max-width: 820px) {
  .services-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -70px; }
  .service {
    width: 50vw;
    height: 50vw;
    margin-bottom: 50px; }
  .services-sidetext, .services-letter {
    left: -50px; }
  .service-link:hover .service-info {
    width: 45vw;
    height: 45vw; } }

.projects {
  margin-top: 10vw;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative; }

.projects-head {
  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; }

.projects-slide-upper, .projects-slide-bottom {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, min-max(200px, 1fr)); }
  .projects-slide-upper img, .projects-slide-bottom img {
    cursor: pointer; }

.projects-slide-upper {
  margin-bottom: 20px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transform: translate(0px);
  -ms-transform: translate(0px);
  transform: translate(0px);
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s; }

.projects-slide-bottom {
  -webkit-transform: translate(0px);
  -ms-transform: translate(0px);
  transform: translate(0px);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.projects-more {
  margin: 100px auto; }

.projects-sidetext {
  bottom: 150px;
  right: 0; }

.projects-letter {
  right: 0; }

.prev-projects, .next-projects {
  position: absolute;
  font-size: 10vw;
  color: #e3a062;
  opacity: .5;
  cursor: pointer;
  top: 400px; }

.prev-projects:hover, .next-projects:hover {
  opacity: 1; }

.prev-projects {
  left: 20px; }

.next-projects {
  right: 20px; }

@media screen and (max-width: 820px) {
  .projects-sidetext, .projects-letter {
    right: -50px; } }

@media screen and (max-width: 600px) {
  .prev-projects, .next-projects {
    opacity: 1;
    font-size: 15vw; }
  .prev-projects:hover, .next-projects:hover {
    opacity: 0.6; } }

.client-comments {
  background: url(../img/testimonials-bg-black.jpg);
  background-size: cover;
  background-position: center;
  color: white;
  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;
  text-align: center;
  height: 90vh;
  min-height: 500px;
  position: relative; }

.client-comments-quote {
  position: relative;
  font-size: 40px;
  font-family: "Dancing Script", cursive;
  font-style: italic;
  font-weight: 100; }

.client-comments-quote::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 222px;
  height: 122px;
  background: url(../img/quote.png);
  opacity: 0.1;
  background-size: contain;
  background-repeat: no-repeat; }

.client-comment-autor {
  font-size: 20px; }

.client-comments-car {
  font-size: 12px;
  line-height: 2rem; }

.comments-sidetext {
  left: 0;
  bottom: 150px; }

.comments-letter {
  top: -160px;
  left: 0; }

@media screen and (max-width: 820px) {
  .comments-letter, .comments-sidetext {
    left: -50px; } }

.charger-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 119px 0; }

.charger-section-image, .charger-section-info {
  width: 35vw; }

.charger-section-image {
  background: url(../img/charger-pic.jpg);
  background-size: cover;
  background-position-x: right;
  height: 450px;
  border: 1px solid #c6c7c4;
  margin-right: 90px; }

.charger-section-info {
  -ms-flex-item-align: center;
  align-self: center; }

.charger-section-info p {
  border-right: 1px solid #7b7b7b;
  position: relative;
  padding-right: 40px;
  text-align: justify;
  line-height: 21px; }

.charger-section-info p::before {
  content: "";
  border: 1px solid #e3a062;
  height: 50%;
  position: absolute;
  right: -1px;
  top: 20%; }

.big-t {
  font-size: 46px;
  color: #e3a062;
  float: left; }

.charger-section-more {
  margin-top: 40px; }

.charger-section-sidetext {
  right: 0;
  bottom: 150px; }

.charger-section-letter {
  right: 0;
  top: -170px; }

@media screen and (max-width: 820px) {
  .charger-section {
    -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; }
  .charger-section-image {
    width: 500px;
    height: 300px;
    margin: 0;
    margin-bottom: 20px; }
  .charger-section-info {
    width: 75vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .charger-section-more {
    -ms-flex-item-align: center;
    align-self: center; }
  .charger-section-info p {
    padding: 0;
    border: none; }
  .charger-section-info p::before {
    display: none; }
  .charger-section-sidetext {
    right: -50px; }
  .charger-section-letter {
    top: -30px;
    right: -10px; } }

@media screen and (max-width: 550px) {
  .charger-section-image {
    width: 100vw; } }

/*# sourceMappingURL=style.css.map */