@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
}

nav {
  background: white;
  padding: 0 15px;
  border-bottom: 1px solid rgba(67, 67, 74, 0.09);
}

a {
  color: #272727;
  text-decoration: none;
  letter-spacing: 4px;
  font-size: 1rem;
  font-family: "Space Mono", monospace;
}

.menu,
.submenu {
  list-style-type: none;
}

.item {
  padding: 10px;
  z-index: 1;
}

.item.button {
  padding: 9px 5px;
}

.item:not(.button) a:hover,
.item a:hover::after {
  color: #ccc;
}

/* Mobile menu */
.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.menu li a {
  display: block;
  padding: 15px 5px;
}

.menu li.subitem a {
  padding: 15px;
}

.toggle {
  order: 1;
  font-size: 20px;
}

.item.button {
  order: 2;
}

.item {
  order: 3;
  width: 100%;
  text-align: center;
  display: none;
}

.active .item {
  display: block;
}

.button.secondary {
  /* divider between buttons and menu links */
  border-bottom: 1px #444 solid;
}

/* Submenu up from mobile screens */
.submenu {
  display: none;
}

.submenu-active .submenu {
  display: block;
}

.has-submenu i {
  font-size: 12px;
}

.has-submenu > a::after {
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  line-height: 16px;
  font-weight: 900;
  content: "\f078";
  color: white;
  padding-left: 5px;
}

.subitem a {
  padding: 10px 15px;
}

.submenu-active {
  background-color: rgba(255, 101, 47, 0.1215686275);
  border-radius: 3px;
}

/* Tablet menu */
@media all and (min-width: 700px) {
  .menu {
    justify-content: center;
  }
  .logo {
    flex: 1;
  }
  .item.button {
    width: auto;
    order: 1;
    display: block;
  }
  .toggle {
    flex: 1;
    text-align: right;
    order: 2;
  }
  /* Button up from tablet screen */
  .menu li.button a {
    padding: 10px 15px;
    margin: 5px 0;
  }
  .button a {
    background: #0080ff;
    border: 1px royalblue solid;
  }
  .button.secondary {
    border: 0;
  }
  .button.secondary a {
    background: transparent;
    border: 1px #0080ff solid;
  }
  .button a:hover {
    text-decoration: none;
  }
  .button:not(.secondary) a:hover {
    background: royalblue;
    border-color: darkblue;
  }
}
/* Desktop menu */
@media all and (min-width: 960px) {
  .menu {
    align-items: flex-start;
    flex-wrap: nowrap;
    background: none;
  }
  .logo {
    order: 0;
  }
  .item {
    order: 1;
    position: relative;
    display: block;
    width: auto;
  }
  .button {
    order: 2;
  }
  .submenu-active .submenu {
    display: block;
    position: absolute;
    left: 0;
    top: 68px;
    background: white;
  }
  .toggle {
    display: none;
  }
  .submenu-active {
    border-radius: 0;
  }
}
.logo img {
  width: 90px;
}

#wrapper {
  height: calc(100vh - 150px);
  position: relative;
  overflow: hidden;
  z-index: 0;
  display: flex;
  align-items: center;
  max-width: 100%;
}

#player-contain {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  width: 300%; /* enlarge beyond browser width */
}

#player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#player-contain2 {
  position: relative;
  height: 400px;
  width: auto;
}

#player2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.background-blog {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.back-blog1 {
  background-image: url(../img/skyline/skyline-supra.jpg);
}

.back-blog2 {
  background-image: url(../img//supra/supra.jpg);
}

.back-blog3 {
  background-image: url(../img//dodge/dodge-big.JPG);
}

.back-academy {
  background-image: url(../img/car-wash-detailing-station.jpg);
}

.back-blog4 {
  background-image: url(../img/Civic/civic1.jpg);
}

.back-blog5 {
  background-image: url(../img/woskowanie.jpg);
}

/*#videoBG {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
*/
#videoBG {
  /* width: 100%; */
  height: 100%;
}

.textdiv {
  position: absolute;
  right: 0;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.872);
  width: 35%;
  height: 100%;
  padding: 20px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2A3B47;
  flex-direction: column;
}
.textdiv h1 {
  font-size: 2.5rem;
  color: #f8622e;
  padding: 18px;
  letter-spacing: 2px;
  text-align: left;
  font-family: "Libre Baskerville", monospace;
}
.textdiv strong {
  color: black;
  letter-spacing: 3px;
  font-weight: 700;
  text-transform: uppercase;
}
.textdiv p {
  padding: 18px;
  font-size: 1.5rem;
  justify-content: center;
  letter-spacing: 2px;
  text-align: center;
  font-family: "Libre Baskerville", monospace;
}
.textdiv div a {
  display: inline-block;
  font-size: 1em;
  background: #fff;
  padding: 10px 30px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  margin-top: 40px;
  color: #111;
  letter-spacing: 2px;
  transition: 0.2s;
  border: 1px solid #f8622e;
  border-radius: 5px;
}
.textdiv div a:hover {
  letter-spacing: 6px;
}

.blach-lak {
  padding: 18px;
  font-size: 1rem;
  justify-content: center;
  letter-spacing: 2px;
  text-align: center;
  font-family: "Libre Baskerville", monospace;
}
.blach-lak strong {
  color: #f8622e;
}

.arrow {
  background-color: white;
  width: 100%;
  height: 80px;
  position: relative;
}
.arrow .triangle-up {
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 50px solid rgb(0, 0, 0);
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
@keyframes MoveUpDown {
  0%, 100% {
    bottom: 40px;
  }
  50% {
    bottom: 10px;
  }
}

.packtext ul {
  text-align: center;
}
.packtext ul li span {
  font-size: 1.3rem;
  font-weight: 900;
}

.packtext2 ul {
  text-align: justify;
}
.packtext2 ul li span {
  font-size: 1.3rem;
  font-weight: 900;
}

.packtext2 ul li {
  font-weight: 600;
}

.my-button a {
  display: inline-block;
  font-size: 1em;
  background: #fff;
  padding: 10px 30px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  margin-top: 40px;
  color: #111;
  letter-spacing: 2px;
  transition: 0.2s;
  border: 1px solid #f8622e;
  border-radius: 5px;
}

.my-button a:hover {
  letter-spacing: 6px;
}

table th {
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 1.6px;
  padding-bottom: 10px;
}

table td span {
  font-weight: 900;
  letter-spacing: 1.2px;
  word-spacing: 3px;
}

table td {
  padding: 15px;
  font-size: 16px;
  padding-bottom: 7px;
}

.table-hover tbody tr:hover {
  background-color: #f8622e;
}

.table-hover {
  border: 2px solid black;
  margin: auto;
  padding: 45px;
  text-align: left;
  color: black;
  border-spacing: 0;
  border-collapse: collapse;
}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #f8622e;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}

.accordion:after {
  content: "➕"; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #f8622e;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "➖"; /* Unicode character for "minus" sign (-) */
}

.box {
  margin-bottom: 40px;
  padding: 14px 0;
  background-color: #000;
  position: relative;
  font-size: 24px;
}

.cor {
  position: absolute;
  left: 50%;
  top: 20px;
  width: 0;
  height: 0;
  overflow: hidden;
  border: 37px solid transparent;
  border-right-color: #000;
  transform: rotate(270deg);
}

.span-zapraszam {
  display: block;
  text-align: right;
}

.box-shadow {
  box-shadow: 5px 5px 10px black;
}

.drop-shadow {
  filter: drop-shadow(5px 5px 10px black);
}

.section__container {
  margin: auto;
  display: flex;
  margin-top: 80px;
  width: 85%;
  position: relative;
}
.section__container .imgbg {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-color: rgba(255, 255, 255, 0.295);
  background-image: url("../img/mycie-pedzel.jpg");
  position: relative;
}
.section__container .imgbg2 {
  background-image: url("../img/skyline-mateusz.jpg");
}
.section__container .imgbg::before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  /*background-color: rgba(255, 255, 255, 0.712);*/
}
.section__container .abouttext {
  margin: auto;
  padding: 50px;
  padding-top: 0px;
  text-align: justify;
  width: 100%; /*nie wiem czemu tu 150%*/
}
.section__container .abouttext p {
  padding-top: 10px;
  line-height: 2rem;
  font-size: 1.2rem;
  letter-spacing: 1.7px;
}
.section__container .abouttext p a {
  text-decoration: none;
  font-weight: 900;
  border-bottom: #f8622e 0.175em solid;
  font-family: "Roboto", sans-serif;
  letter-spacing: 2px;
}

.packtext2 a {
  text-decoration: none;
  font-weight: 900;
  border-bottom: #f8622e 0.175em solid;
  font-family: "Roboto", sans-serif;
  letter-spacing: 2px;
}

.h2-title {
  font-size: 2.5rem;
  letter-spacing: 5px;
  color: #2A3B47;
  position: relative;
  text-align: center;
  font-family: "Space Mono", monospace;
}

.h2-title::after {
  position: absolute;
  content: "";
  width: 52px;
  height: 0.18rem;
  left: 0;
  right: 0;
  margin: auto;
  top: 4rem;
  background-color: #f8622e;
}

.h3-subtitle {
  font-size: 1.5rem;
  letter-spacing: 2px;
  color: #2A3B47;
  text-align: center;
  font-family: "Libre Baskerville", monospace;
}

.effect6 {
  box-shadow: 5px 5px 10px black;
}

.packtext {
  padding: 80px;
  padding-bottom: 0px;
}
.packtext p {
  padding: 20px;
  line-height: 2rem;
  font-size: 1.2rem;
  letter-spacing: 1.7px;
  text-align: justify;
}

.packtext2 {
  padding-bottom: 0px;
  width: 80%;
  margin: auto;
}
.packtext2 p {
  padding: 20px;
  line-height: 2rem;
  font-size: 1.2rem;
  letter-spacing: 1.7px;
  text-align: justify;
}

.section__BMW {
  margin-bottom: 100px;
  margin-top: 50px;
  width: 100%;
  height: 72vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(105, 105, 106) 50%, rgb(255, 255, 255) 100%);
  overflow: hidden;
}
.section__BMW .container__BMW {
  height: 100%;
  width: 75%;
  margin: auto;
  display: flex;
  position: relative;
  font-weight: 900;
}
.section__BMW .container__BMW img {
  width: 85%;
  margin: auto;
}
.section__BMW .container__BMW .bmw__box {
  position: absolute;
  width: 33vw;
  height: 50px;
  top: -45%;
  bottom: 0;
  left: 42vw;
  margin: auto;
}
.section__BMW .container__BMW .bmw__box2 {
  position: absolute;
  width: 45vw;
  left: 36vw;
  height: 50px;
  top: -10%;
  bottom: 0;
  margin: auto;
}
.section__BMW .container__BMW .bmw__box3 {
  position: absolute;
  width: 35vw;
  left: 43vw;
  height: 50px;
  top: 20%;
  bottom: 0;
  margin: auto;
}
.section__BMW .container__BMW .box-hover:hover {
  color: white;
  cursor: pointer;
}
.section__BMW .container__BMW .box-hover:hover .circle {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
  background: white;
}
.section__BMW .container__BMW .box-hover:hover .line {
  background: white;
}
.section__BMW .container__BMW .box-hover:hover .bmw__box3-h3 {
  transform: scale(1.05);
  transition: all 0.5s ease-in-out;
}

.circle {
  background: #f8622e;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  box-shadow: inset 0 0 0 6px #e78267;
}

.line {
  height: 2px;
  width: 90%;
  margin-left: 10px;
  background-color: #f8622e;
}

.bmw__box3-h3 {
  text-align: right;
  cursor: pointer;
  font-weight: 900;
  color: rgb(255, 255, 255);
}

.whitebox {
  width: 100%;
  background-color: black;
  padding: 80px;
  margin-bottom: 50px;
  position: relative;
}
.whitebox .h2-title {
  color: white;
}
.whitebox .fa-phone-square-alt {
  font-size: 35px;
  color: #f8622e;
  display: block;
  text-align: center;
}
.whitebox a {
  line-height: 2rem;
  font-size: 1.8rem;
  color: white;
  display: block;
  text-align: center;
  padding-top: 10px;
}
.whitebox a:hover {
  transition: all 0.5s ease-in-out;
  color: #f8622e;
}
.whitebox p {
  color: white;
  line-height: 2rem;
  font-size: 1.2rem;
  letter-spacing: 1.8px;
  text-align: justify;
  padding: 20px;
}

/*
.whitebox::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/carbon-black.jpg");
}*/
.section__services {
  width: 100%;
  overflow: hidden;
  margin: auto;
  margin-bottom: 70px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-color: rgba(255, 255, 255, 0.295);
  background-image: url("../img/tire-track.png");
}
.section__services .service {
  display: flex;
  /*justify-content: center;*/
  padding: 30px;
  margin-top: 10px;
  width: 80%;
  margin: auto;
}
.section__services .service img {
  width: 30%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.section__services .service .service__text {
  padding: 20px;
  text-align: justify;
}
.section__services .service .service__text .service__text---title {
  font-size: 1.4rem;
  padding: 0 15px 15px 0;
}
.section__services .service .service__text a {
  display: inline-block;
  font-size: 1em;
  background: #fff;
  padding: 10px 30px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  margin-top: 40px;
  color: #111;
  letter-spacing: 2px;
  transition: 0.2s;
  border: 1px solid #f8622e;
  border-radius: 5px;
}
.section__services .service .service__text a:hover {
  letter-spacing: 4px;
}

.map {
  padding-top: 50px;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #252a32;
  background: #ffffff;
}

.container {
  max-width: 80rem;
  width: 100%;
  padding: 4rem 2rem;
  margin: 0 auto;
}

.container {
  display: grid;
  grid-template-columns: 2fr 1fr 3fr 2fr;
  margin-bottom: 50px;
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
}

.card {
  color: #252a32;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  height: 100%;
}
.card p {
  font-size: 20px;
  color: #f8622e;
  font-weight: 900;
}
.card-image {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 70%;
  background: #ffffff;
}
.card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.offer-container {
  margin: 4%;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.offer-container .card {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 20px;
  border: 4px solid black;
  border-radius: 3px;
  margin: 8px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  z-index: 0;
  overflow: hidden;
  width: 400px;
}
.offer-container .card:hover {
  transition: all 0.2s ease-out;
  box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
  transform: scale(1.05);
}
.offer-container .card h3 {
  padding: 15px 0 20px 0;
  letter-spacing: 3px;
  font-weight: 900;
}
.offer-container .card img {
  max-width: 60%;
  padding: 10px;
}
.offer-container .card p {
  padding: 10px;
  font-size: 18px;
  text-align: center;
  padding-bottom: 25px;
}
.offer-container .card .button {
  display: inline-block;
  padding: 0.75rem 1.25rem;
  border-radius: 2px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.15rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.offer-container .card .button:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2A3B47;
  border-radius: 10px;
  z-index: -2;
}
.offer-container .card .button:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: white;
  transition: all 0.3s;
  border-radius: 10px;
  z-index: -1;
}
.offer-container .card .button:hover {
  color: black;
}
.offer-container .card .button:hover:before {
  width: 100%;
}

h4 {
  font-size: 18px;
  color: #f8622e;
  text-transform: uppercase;
}

footer {
  background-color: black;
  width: 100%;
  height: 400px;
  display: flex;
  color: white;
  justify-content: space-evenly;
  padding: 40px;
  margin-top: 50px;
  padding-top: 50px;
}
footer h4 {
  font-size: 1.3rem;
  text-transform: capitalize;
  padding-bottom: 10px;
}
footer .adres {
  display: flex;
  justify-content: left;
  flex-direction: column;
}
footer .adres img {
  width: 100px;
}
footer .adres a {
  color: white;
}
footer .adres a:hover {
  color: #f8622e;
}
footer div {
  padding: 10px;
}
footer .site-map {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
footer .site-map a {
  color: white;
  line-height: 25px;
}
footer .site-map a:hover {
  color: #f8622e;
}
footer .social-media a {
  color: white;
}
footer .social-media a i {
  font-size: 30px;
}
footer .social-media a:hover {
  color: #f8622e;
}

@media only screen and (max-width: 600px) {
  * {
    font-size: 12px;
  }
  nav ul li a {
    font-size: 14px;
  }
  nav ul li a i {
    font-size: 14px;
  }
  .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
  }
  #wrapper {
    flex-direction: column-reverse;
    height: 100%;
  }
  .textdiv {
    position: unset;
    width: 100%;
    height: 38%;
    bottom: 20px;
    margin-bottom: 50px;
  }
  .section__container .abouttext {
    padding: 0px;
  }
  .section__container .abouttext p {
    padding: 22px;
  }
  .section__BMW {
    height: 55vh;
  }
  .section__BMW .container__BMW {
    width: 99%;
  }
  .section__BMW .container__BMW img {
    width: 100%;
  }
  .section__BMW .container__BMW .bmw__box, .section__BMW .container__BMW .bmw__box2, .section__BMW .container__BMW .bmw__box3 {
    color: white;
  }
  .section__BMW .container__BMW .bmw__box {
    width: 77vw;
    height: 50px;
    left: 11vw;
  }
  .section__BMW .container__BMW .bmw__box2 {
    width: 49vw;
    height: 50px;
    top: -7%;
    left: 27vw;
  }
  .section__BMW .container__BMW .bmw__box3 {
    width: 49vw;
    height: 50px;
    top: 33%;
  }
  .circle {
    width: 32px;
    height: 32px;
  }
  .bmw__box3-h3 {
    font-size: 14px;
  }
  .section__container {
    flex-direction: column-reverse;
  }
  .section__container div {
    margin: auto;
    padding: 20px;
  }
  .service {
    flex-direction: column;
  }
  .section__services .service img {
    width: 100%;
  }
  .section__services .service {
    width: 100%;
  }
  .section__services {
    background-attachment: unset;
    background-size: unset;
  }
  .section__services .service .service__text a {
    margin-top: 21px;
  }
  .section__container .imgbg {
    background-attachment: unset;
    height: 350px;
  }
  .packtext, .whitebox {
    padding: 40px;
  }
  table td {
    font-size: 12px;
  }
  .background-blog {
    background-attachment: unset;
  }
  footer {
    flex-direction: column;
    align-items: center;
    height: auto;
  }
  footer .site-map {
    margin-right: auto;
  }
  footer .social-media {
    margin-right: auto;
  }
  footer .adres {
    margin-right: auto;
  }
}/*# sourceMappingURL=main.css.map */