html {
  scroll-behavior: smooth;
}

body {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}

#bg-dark {
  background-color: #000;
  color: #fff;
}
#bg-dark a {
  color: #fff;
}
#bg-dark a:hover {
  color: #ff0000;
  text-decoration: none;
}

#bg-light {
  background-color: #fff;
  color: #000;
}
#bg-light a {
  color: #000;
}
#bg-light a:hover {
  color: #ff0000;
  text-decoration: none;
}

h1 {
  display: none;
}

h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 30px;
  text-transform: uppercase;
  color: #ff0000;
}

h3 {
  font-weight: 700;
}

ul {
  padding: 0 0 0 18px;
}

ul.colored-list li::marker {
  color: #ff0000;
}

.text-body-secondary {
  color: #fff !important;
  margin-left: 15px;
  font-size: 1.2rem;
}

.text-main-color {
  color: #ff0000;
}

.navbar .logo-wrapper {
  position: relative;
}
.navbar .logo-wrapper .navbar-brand img {
  position: absolute;
  width: 40px;
  top: 0;
}
@media (min-width: 992px) {
  .navbar .logo-wrapper .navbar-brand img {
    width: 88px;
  }
}
.navbar .nav-link {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}
.navbar .nav-link:hover {
  color: #ff0000;
}
.navbar .nav-link.active, .navbar .nav-link.active-forever {
  color: #ff0000 !important;
}

.navbar.bg-dark {
  background-color: #000 !important;
}

header {
  padding: 40px 0;
  text-align: center;
}
header .header-images {
  position: relative;
  display: inline-block;
}
header .header-images .main-image {
  display: block;
  width: 100%;
  margin-top: 40px;
}
@media (min-width: 768px) {
  header .header-images .main-image {
    width: 600px;
  }
}
@media (min-width: 1200px) {
  header .header-images .main-image {
    width: 980px;
    margin-top: 0;
  }
}
header .header-images .claim-image {
  position: absolute;
  bottom: -12px;
  left: 160px;
  width: 150px;
  height: auto;
}
@media (min-width: 768px) {
  header .header-images .claim-image {
    width: 300px;
    top: 440px;
    left: 220px;
  }
}
@media (min-width: 1200px) {
  header .header-images .claim-image {
    width: 580px;
    top: 650px;
    left: 270px;
  }
}
header .header-images .logo-image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
  height: auto;
}
@media (min-width: 768px) {
  header .header-images .logo-image {
    width: 200px;
    top: 285px;
    left: -70px;
  }
}
@media (min-width: 1200px) {
  header .header-images .logo-image {
    width: 350px;
    top: 350px;
  }
}

section.hp-section {
  padding: 60px 0;
  background-color: #000;
}

.container-section {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .container-section {
    padding: 0 50px;
  }
}
@media (min-width: 992px) {
  .container-section {
    padding: 0 100px;
  }
}
@media (min-width: 1200px) {
  .container-section {
    padding: 0 250px;
  }
}
@media (min-width: 1400px) {
  .container-section {
    padding: 0 350px;
  }
}

.contact-section {
  position: relative;
}
.contact-section .contact-photo {
  position: absolute;
  left: 200px;
  top: 30px;
  width: 180px;
  z-index: 200;
}
@media (min-width: 768px) {
  .contact-section .contact-photo {
    left: 240px;
    top: 0;
    width: 350px;
  }
}
@media (min-width: 1200px) {
  .contact-section .contact-photo {
    width: 450px;
  }
}

.tire-tracks-wrapper {
  width: 100%;
  position: relative;
  z-index: 100;
}
.tire-tracks-wrapper .tire-tracks-image {
  width: 100%;
  height: 100%;
  background-size: auto;
  background-position: center -110px;
  background-repeat: no-repeat;
  background-image: url("../img/koleje-v1.png");
}

.tire-tracks-wrapper-v1 {
  height: 260px;
}
@media (min-width: 768px) {
  .tire-tracks-wrapper-v1 {
    height: 500px;
  }
}
@media (min-width: 992px) {
  .tire-tracks-wrapper-v1 {
    display: block;
  }
}
.tire-tracks-wrapper-v1 .tire-tracks-image {
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {
  .tire-tracks-wrapper-v1 .tire-tracks-image {
    background-size: auto;
    background-position: center -110px;
  }
}

.tire-tracks-wrapper-v2 {
  height: 260px;
}
@media (min-width: 768px) {
  .tire-tracks-wrapper-v2 {
    height: 420px;
  }
}
@media (min-width: 992px) {
  .tire-tracks-wrapper-v2 {
    display: block;
  }
}
.tire-tracks-wrapper-v2 .tire-tracks-image {
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {
  .tire-tracks-wrapper-v2 .tire-tracks-image {
    background-size: auto;
    background-position: center -110px;
  }
}

.tire-tracks-wrapper-v3 {
  height: 360px;
  top: -170px;
}
@media (min-width: 768px) {
  .tire-tracks-wrapper-v3 {
    height: 470px;
    top: -100px;
  }
}
@media (min-width: 1200px) {
  .tire-tracks-wrapper-v3 {
    height: 470px;
    top: 0;
  }
}
.tire-tracks-wrapper-v3 .tire-tracks-image {
  background-size: cover;
  background-position: calc(50% + 160px) -80px;
}
@media (min-width: 768px) {
  .tire-tracks-wrapper-v3 .tire-tracks-image {
    background-size: auto;
    background-position: calc(50% + 180px) -80px;
  }
}

#kontakty {
  margin-bottom: -170px;
}
@media (min-width: 768px) {
  #kontakty {
    margin-bottom: -100px;
  }
}
@media (min-width: 1200px) {
  #kontakty {
    margin-bottom: 0px;
  }
}

.gallery .gallery-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.4s ease-in-out;
}
.gallery .gallery-img:hover {
  transform: scale(1.03);
}

.reservation-page-header {
  border-bottom: 2px solid #000;
  padding: 20px 0 20px 100px;
  position: relative;
}
.reservation-page-header .rp-logo-wrapper {
  position: absolute;
  right: 10px;
}
.reservation-page-header .rp-logo-wrapper a {
  width: 80px;
}
.reservation-page-header .rp-logo-wrapper a .rp-logo {
  width: 80px;
}

.reservation-page-content {
  padding: 20px 0 20px 100px;
}

.steps {
  margin-top: 10px;
}
.steps .step {
  display: flex;
  align-items: center;
  color: #aaa;
  font-weight: normal;
}
.steps .step-number {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-color: #ccc;
  color: white;
  font-weight: bold;
  margin-right: 8px;
  font-size: 14px;
}

.steps .active-step {
  color: black;
  font-weight: bold;
}

.steps .active-step .step-number {
  background-color: black;
}

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