* {
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  display: none;
  overflow: hidden;
}

/* Fade */

.left-fade-in,
.right-fade-in {
  opacity: 0;
  transition: all 1.2s ease-out;
}

.delay {
  transition-delay: 0.2s;
}

.left-fade-in.visible,
.right-fade-in.visible {
  opacity: 1;
  transform: translateX(0);
}

.left-fade-in {
  transform: translateX(-100px);
}

.right-fade-in {
  transform: translateX(100px);
}

/* Fade */

.card {
  border: none;
}

.card-hover {
  transition: 0.9s all;
}

.card-hover:hover {
  background-color: black;
  color: white;
}

.thumbnail {
  border: none;
  max-width: 100px;
  max-height: 100px;
  transition: 1s all;
}

.thumbnail:hover {
  transform: scale(1.1);
}

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

.offer {
  transition: 1s all;
}

.offer:hover {
  box-shadow: 0px 0px 24px 0px rgba(66, 68, 90, 1);
  transform: scale(1.1);
}

.icon {
  height: 50px;
  width: 50px;
}

.move {
  transition: 0.8s all;
}

.move:hover {
  transform: translateY(-10px);
}

.links a {
  color: rgb(117, 117, 117);
}

.links a:hover {
  color: rgb(0, 0, 0);
}

#title {
  font-size: 100px;
  letter-spacing: 4px;
  font-weight: 700;
}

.nav-link {
  letter-spacing: 1px;
}

.zoom {
  transition: 0.8s all;
}

.zoom:hover {
  transform: scale(1.1);
}

/* Offer BG */

.header {
  background-color: #212529;
  background-image: url("images/oferta/Zjeżdżalnie wielotorowe/darkenwaveslidemain.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.spider-header {
  background-image: url("images/oferta/Spider\ Tower/darkenspidertower1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.wulkan-header {
  background-image: url("images/oferta/Wulkan/darkenwulkan.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.tram-header {
  background-image: url("images/oferta/Trampoliny/darkentrammain.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.tubes-header {
  background-image: url("images/oferta/Tuby/darkentuby.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.rope-header {
  background-image: url("images/oferta/Ropeland/darkenropeland.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.prom-header {
  background-image: url("images/oferta/Zjazdy saneczkowe i pontonowe/darkenponton.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.zone-header {
  background-image: url("images/oferta/Strefa\ Malucha/darkenzone.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.structure-header {
  background-image: url("images/oferta/Konstrukcje zabawowe/darkenstructure.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sport-header {
  background-image: url("images/oferta/Boiska/darkenboisko.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.karting-header {
  background-image: url("images/oferta/Tory gokartowe/darkenkarting.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.canon-header {
  background-image: url("images/oferta/Armatki/darkenarmatki.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Offer BG */

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #272626;
}

/* cookies */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #333;
  color: white;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9999;
  font-size: 14px;
}

.cookie-banner p {
  margin: 0;
}

.cookie-banner a {
  color: #0958a7;
  text-decoration: underline;
}

.cookie-banner button {
  background-color: #0958a7;
  color: white;
  border: none;
  padding: 8px 15px;
  cursor: pointer;
  font-weight: bold;
  border-radius: 4px;
}

.cookie-banner.hidden {
  display: none;
}

.carousel-caption {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  text-align: center;
  max-width: 90%;
  width: 80%;
}

.carousel-caption p {
  font-size: 2rem;
}

.carousel-item img {
  width: 90%;
  height: 100vh;
  object-fit: cover;
}

.carousel-caption img {
  height: clamp(160px, 18vw, 600px);
  width: auto;
  max-width: 90%;
  margin-bottom: 20px;
  object-fit: contain;
}

@media (max-width: 768px) {
  .carousel-caption p {
    font-size: 1.1rem;
  }
}

/* cookies */
@media screen and (min-width: 1600px) {
  .big {
    font-size: 36px !important;
  }
}

@media screen and (max-width: 1600px) {
  #title {
    font-size: 80px;
  }
}

@media screen and (max-width: 992px) {
  #title {
    font-size: 44px;
  }
}
