/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, button, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: Inter;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* reset end */
section {
  padding: 120px 0;
}

section .inner {
  padding: 0 165px;
}

a {
  color: #000;
  text-decoration: none;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  gap: 15px;
  font-size: 15px;
  font-weight: 700;
  line-height: 22.5px;
}

.btn-primary {
  background-color: #F9B672;
  color: #212121;
}

.color-primary {
  color: #F9B672;
}

.color-white {
  color: #FFF;
}

.text-bold {
  font-weight: 700;
}

.flex-sb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.heading-main {
  text-align: center;
  color: #1B1B1B;
}

.heading-main::before {
  background-color: #F9B672;
  width: 94px;
  height: 2px;
  display: block;
  content: "";
  margin: 0 auto 20px auto;
}

.heading-main h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 20px;
}

.heading-main h3 {
  font-size: 15px;
  line-height: 1.5em;
  letter-spacing: 8px;
}

.heading-main h3 span {
  font-weight: 700;
}

#intro {
  color: #FFF;
  height: 100vh;
  background-image: url("./img/intro.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
}

#intro .wrapper {
  height: 85vh;
}

#intro .wrapper header {
  padding: 50px;
  margin-top: 50px;
}

#intro .wrapper header .logo-mobile {
  display: none;
}

#intro .wrapper .right {
  gap: 25px;
}

#intro .wrapper .opening-hours {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
  color: #FFF;
  gap: 25px;
}

#intro .wrapper h1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
  max-width: 480px;
}

#intro .wrapper h1::after {
  background-color: #F9B672;
  width: 94px;
  height: 2px;
  display: block;
  content: "";
  margin-top: 28px;
}

#intro .wrapper p {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin: 25px 0 50px 0;
  max-width: 480px;
}

#intro .wrapper .inner {
  padding-top: 80px;
}

#intro .wrapper .inner .buttons {
  display: flex;
  margin-top: 25px;
  gap: 15px;
}

#intro .benefits {
  height: 15vh;
  border-top: 1px solid #2E2823;
  gap: 140px;
  max-width: 1500px;
  margin: 0 auto;
}

#intro .benefits .btn {
  gap: 25px;
  padding: 0;
}

.bg-opacity {
  position: relative;
}

.bg-opacity::before {
  content: "";
  opacity: 0.55;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
}

#our-cars {
  flex-direction: column;
  gap: 70px;
}

#our-cars .cars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 160px;
}

#our-cars .car {
  flex-direction: column;
  gap: 15px;
  max-width: 344px;
}
#our-cars .car p {
  text-align: center;
  line-height: 1.4em;
}
#our-cars .car .btn-open {
  width: 100%;
  min-height: 45px;
  cursor: pointer;
}

#our-cars .car > img {
  width: 100%;
  height: auto;
}

#our-cars .specification {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 10px;
  grid-template-areas: "engine engine engine speedometer speedometer speedometer timer timer timer" "gearbox track-time track-time track-time track-time track-time track-time track-time track-time";
}

#our-cars .specification .tile {
  background-color: #F3F3F3;
  padding: 10px;
  color: #1B1B1B;
  gap: 10px;
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 500;
}

#our-cars .specification .engine {
  grid-area: engine;
}

#our-cars .specification .speedometer {
  grid-area: speedometer;
}

#our-cars .specification .timer {
  grid-area: timer;
}

#our-cars .specification .gearbox {
  grid-area: gearbox;
}

#our-cars .specification .track-time {
  grid-area: track-time;
}

#company-info {
  background-color: #F8F8F8;
  color: #1B1B1B;
  overflow: hidden;
}

#company-info .wrapper {
  display: flex;
}

#company-info .wrapper .left {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

#company-info .wrapper .left h1 {
  font-size: 34px;
  line-height: 1.3em;
  font-weight: 500;
  margin-bottom: 35px;
}

#company-info .wrapper .left h1::before {
  background-color: #F9B672;
  width: 44px;
  height: 2px;
  display: block;
  content: "";
  margin-bottom: 20px;
}

#company-info .wrapper .left .text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  padding-right: 100px;
}

#company-info .wrapper .left .separator {
  display: block;
  width: 100%;
  max-width: 85%;
  height: 1px;
  background-color: #E4E4E4;
  margin-top: 80px;
}

#company-info .wrapper .right {
  position: relative;
}

#company-info .wrapper .right img {
  height: 100%;
}

#company-info .wrapper .right .bmw-green {
  position: absolute;
  left: 370px;
  top: 50px;
}

#company-info .wrapper .right .bmw-mobile {
  display: none;
}

#company-info .contact {
  margin-top: 60px;
  display: flex;
  gap: 30px;
}

#company-info .contact .col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#company-info .contact .col .btn {
  padding: 0;
}

#company-info .contact .col.phone {
  gap: 15px;
}

#company-info .contact .col.phone .btn {
  text-decoration: underline;
}

#company-info .contact .opening-hours {
  color: #606060;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}

#company-info .contact .opening-hours .text-bold {
  color: #1B1B1B;
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 7px;
}

#countdown {
  background-image: url("./img/car-covered.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex-direction: column;
  min-height: 436px;
}

#countdown .inner {
  z-index: 1;
}

#countdown .inner h1 {
  color: #FFF;
  font-size: 34px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 35px;
}

#countdown .inner h1::before {
  background-color: #F9B672;
  width: 44px;
  height: 2px;
  display: block;
  content: "";
  margin: 0 auto 16px auto;
}

#countdown .inner .timer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

#countdown .inner .timer .tile {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 98px;
  height: 105px;
  border: 1px solid #55483B;
  border-radius: 6px;
  background: linear-gradient(155deg, rgb(33, 33, 33) 0%, rgb(22, 22, 22) 100%);
  color: #FFF;
  gap: 10px;
}

#countdown .inner .timer .tile .value {
  font-size: 36px;
  font-weight: 500;
}

#countdown .inner .timer .tile .unit {
  font-size: 19px;
}

#countdown .inner .timer .separator {
  font-size: 36px;
  font-weight: 500;
  color: #FFF;
}

#advantages {
  flex-direction: column;
}

#advantages .line {
  background-color: #DADADA;
  width: 1px;
  height: 175px;
  margin-top: 60px;
}

#advantages .wrapper {
  display: flex;
  gap: 120px;
}

#advantages .col {
  max-width: 370px;
}

#advantages .col h3 {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2em;
  margin: 15px 0 20px 0;
}

#advantages .col p {
  font-size: 15px;
  line-height: 21px;
}

#advantages .col.people {
  text-align: right;
}

#advantages .col.shiny-car {
  flex-direction: column;
  text-align: center;
}

#teaser {
  background-image: url("./img/teaser-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex-direction: column;
  min-height: 758px;
}

footer {
  background-color: #1B1B1B;
  color: #FFF;
  padding: 70px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

footer .inner {
  max-width: 1280px;
  width: 100%;
}

footer .wrapper {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #343434;
  padding-bottom: 60px;
}

footer .wrapper .location-mobile {
  display: none;
  margin-bottom: 50px;
}

footer .wrapper .location-mobile img {
  width: 100%;
  height: auto;
}

footer .wrapper .btn {
  color: #FFF;
  justify-content: flex-start;
  padding: 6px 0;
  font-size: 16px;
  font-weight: 500;
}

footer .wrapper .btn.phone {
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
}

footer .wrapper .contact .logo {
  margin-bottom: 30px;
}

footer .wrapper .contact .company-details {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
}
footer .wrapper .contact .company-details .company-name {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5em;
  margin: 25px 0 5px 0;
}

footer .wrapper .address h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  max-width: 280px;
}

footer .wrapper .address .btn-location {
  margin: 20px 0;
}

footer .wrapper .location {
  max-width: 512px;
}

footer .wrapper .location img {
  width: 100%;
  height: auto;
}

footer .copyright {
  padding-top: 30px;
  text-align: left;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  section {
    padding: 50px 20px;
  }
  section .inner {
    padding: 0;
  }
  .heading-main h1 {
    font-size: 28px;
  }
  .heading-main h3 {
    font-size: 15px;
  }
  #intro {
    height: auto;
  }
  #intro .heading {
    margin: 60px 0;
  }
  #intro .heading h1 {
    font-size: 36px;
    line-height: 46px;
  }
  #intro .heading h2 {
    font-size: 28px;
    line-height: 38px;
  }
  #intro .opening-hours {
    display: none;
  }
  #intro .wrapper {
    height: auto;
  }
  #intro .wrapper header {
    padding: 20px;
  }
  #intro .wrapper header .logo {
    display: none;
  }
  #intro .wrapper header .logo-mobile {
    display: block;
  }
  #intro .wrapper header .btn.call {
    width: 33px;
    height: 33px;
    padding: 0;
  }
  #intro .wrapper header .btn.call span {
    display: none;
  }
  #intro .wrapper h1 {
    font-size: 19px;
    line-height: 29px;
    text-align: center;
  }
  #intro .wrapper h1::after {
    margin: 28px auto 0 auto;
  }
  #intro .wrapper p {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
  }
  #intro .wrapper .inner {
    padding: 30px;
    padding-bottom: 200px;
  }
  #intro .benefits {
    height: auto;
    background-color: #000;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    padding: 25px;
  }
  #intro .benefits img {
    width: 50px;
    height: auto;
  }
  #our-cars .cars {
    grid-template-columns: 1fr;
    gap: 40px 0;
  }
  #our-cars .cars .car > img {
    width: 80%;
    height: auto;
  }
  #company-info .wrapper {
    flex-direction: column;
  }
  #company-info .wrapper .left h1 {
    font-size: 24px;
  }
  #company-info .wrapper .left p {
    font-size: 16px;
  }
  #company-info .wrapper .left .text {
    padding-right: 0;
  }
  #company-info .wrapper .left .separator {
    display: none;
  }
  #company-info .wrapper .right {
    margin-top: 36px;
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 40px;
  }
  #company-info .wrapper .right .bmw-red,
  #company-info .wrapper .right .bmw-green {
    display: none;
  }
  #company-info .wrapper .right .bmw-mobile {
    display: block;
    width: 450px;
    height: auto;
  }
  #company-info .contact {
    flex-direction: column;
    margin-top: 40px;
  }
  #countdown {
    min-height: 263px;
    background-image: url(./img/car-covered-mobile.jpg);
  }
  #countdown .inner h1 {
    font-size: 24px;
  }
  #countdown .inner .timer {
    gap: 7px;
  }
  #countdown .inner .timer .tile {
    width: 61px;
    height: 65px;
  }
  #countdown .inner .timer .tile .value {
    font-size: 24px;
  }
  #countdown .inner .timer .tile .unit {
    font-size: 14px;
  }
  #countdown .inner .timer .separator {
    font-size: 24px;
  }
  #advantages .line {
    height: 84px;
    margin: 40px 0;
  }
  #advantages .wrapper {
    flex-direction: column;
    gap: 50px;
  }
  #advantages .wrapper .col {
    text-align: center;
  }
  #advantages .wrapper .col h3 {
    font-size: 22px;
  }
  #advantages .wrapper .logo {
    order: 1;
    width: 80%;
    margin: 0 auto;
  }
  #advantages .wrapper .people {
    order: 2;
  }
  #advantages .wrapper .contract {
    order: 3;
  }
  #advantages .shiny-car {
    margin-top: 50px;
  }
  #teaser {
    min-height: 357px;
  }
  footer {
    padding: 0 0 50px 0;
  }
  footer .wrapper {
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
    margin-bottom: 20px;
  }
  footer .wrapper .location-mobile {
    display: block;
  }
  footer .wrapper .btn {
    justify-content: center;
  }
  footer .wrapper .address h3 {
    max-width: 100%;
    font-size: 21px;
    line-height: 31px;
    margin-top: 36px;
    text-align: center;
  }
  footer .wrapper .location {
    display: none;
  }
  footer .copyright {
    max-width: 300px;
    text-align: center;
    padding: 0;
    margin: 0 auto;
  }
}
#popup {
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease-in-out;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: right;
  padding: 110px 0;
}
#popup.open {
  opacity: 1;
  z-index: 999;
}
#popup .btn-close {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: transparent;
}
#popup .btn-close:before, #popup .btn-close:after {
  position: absolute;
  top: 0;
  left: 18px;
  content: " ";
  height: 40px;
  width: 4px;
  background-color: #1C1B1F;
}
#popup .btn-close:before {
  transform: rotate(45deg);
}
#popup .btn-close:after {
  transform: rotate(-45deg);
}
#popup .inner {
  background-color: #FFF;
  width: 70%;
  min-width: 1300px;
  height: 100%;
  padding: 110px 84px;
}
#popup .inner .heading {
  font-size: 42px;
  color: #1B1B1B;
  font-weight: 700;
  line-height: 1.3em;
}
#popup .inner .heading:before {
  width: 44px;
  height: 2px;
  background-color: #F9B672;
  display: block;
  content: "";
  position: relative;
  top: -10px;
  left: 0;
}
#popup .inner .heading span {
  color: #F9B672;
}
#popup .inner .wrapper {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 140px;
  margin: 30px 0;
}
#popup .inner .wrapper table {
  color: #212121;
  text-align: center;
  max-width: 400px;
  width: 100%;
}
#popup .inner .wrapper table thead {
  font-weight: 700;
  font-size: 18px;
  border-bottom: 2px solid #F9B672;
}
#popup .inner .wrapper table thead span {
  font-weight: 300;
  font-size: 13px;
}
#popup .inner .wrapper table thead th:nth-child(even) {
  background-color: #FFF8F0;
}
#popup .inner .wrapper table tbody {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5em;
}
#popup .inner .wrapper table tbody td {
  border-bottom: 1px solid #DCDCDB;
  vertical-align: middle;
}
#popup .inner .wrapper table tbody td:nth-child(even) {
  background-color: #FFF8F0;
}
#popup .inner .wrapper table tbody .old-price {
  text-decoration: line-through;
}
#popup .inner .wrapper table tbody .gross {
  font-size: 13px;
  font-weight: 400;
}
#popup .inner .wrapper table tfoot {
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #DCDCDB;
}
#popup .inner .wrapper table tfoot th,
#popup .inner .wrapper table tfoot td {
  padding: 18px 20px;
}
#popup .inner .wrapper table th,
#popup .inner .wrapper table td {
  padding: 8px 20px;
  line-height: 1.3em;
}
#popup .inner .wrapper .popup-car-preview {
  max-width: 680px;
  height: auto;
}
#popup .inner .contact {
  display: flex;
  gap: 30px;
}
#popup .inner .contact .call-us {
  max-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#popup .inner .contact .call-us .whatsapp {
  text-decoration: underline;
}
#popup .inner .contact .opening-hours {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
}

#info-bar {
  background-color: #d62424;
  color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  text-align: center;
  line-height: 1.2em;
}

@media screen and (max-width: 1400px) {
  #popup {
    justify-content: flex-start;
  }
  #popup .inner {
    padding: 110px 20px;
    width: 100%;
    min-width: -moz-fit-content;
    min-width: fit-content;
    overflow: scroll;
  }
  #popup .inner .wrapper .popup-car-preview {
    width: 100%;
  }
}
@media screen and (max-width: 1220px) {
  #popup .inner .wrapper {
    gap: 30px;
    justify-items: end;
  }
}
@media screen and (max-width: 840px) {
  #popup .inner > * {
    max-width: 400px;
    margin: 0 auto;
  }
  #popup .inner .heading {
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
  }
  #popup .inner .heading:before {
    display: none;
  }
  #popup .inner .wrapper {
    display: flex;
    flex-direction: column-reverse;
    margin: 0 auto 20px auto;
  }
  #popup .inner .contact {
    flex-direction: column;
    gap: 10px;
  }
  #popup .inner .contact .opening-hours {
    justify-content: center;
  }
}
@media screen and (max-width: 400px) {
  #intro .wrapper .inner .buttons {
    flex-direction: column;
    align-items: center;
  }
  #our-cars .specification .tile {
    font-size: 14px;
  }
  #teaser {
    background-image: url("./img/teaser-bg-mobile.jpg");
  }
  footer .wrapper .address h3 {
    padding: 0 12px;
  }
} /*# sourceMappingURL=style.css.map */