@charset "UTF-8";
@font-face {
  font-family: "Shirens";
  src: url("../../fonts/SHIRENSRegular.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Pistilli";
  src: url("../../fonts/Pistilli-Roman.otf") format("opentype");
  font-display: swap;
}
html {
  scroll-behavior: smooth;
  background-color: #fff;
}
html body {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: underline;
}

.full-size-section {
  width: 100%;
  height: 100vh;
  height: 100svh;
}

.m-5 {
  margin: 5rem;
}

.p-5 {
  padding: 5rem;
}

.mx-5 {
  margin: 0 5rem;
}

.px-5 {
  padding: 0 5rem;
  width: calc(100% - 10rem);
}

.my-5 {
  margin: 5rem 0;
}

.mt-5 {
  margin-top: 5rem;
}

.py-5 {
  padding: 5rem 0;
}

.pt-5 {
  padding-top: 5rem;
}

.pb-5 {
  padding-bottom: 5rem;
}

.fade-in-section {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  visibility: hidden;
}
.fade-in-section.is-visible {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
/* Styl ikony dźwięku */
.sound-btn {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  width: 50px;
  height: 50px;
  font-size: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 99;
}

.header {
  position: relative;
}
.header .logo {
  display: flex;
  align-content: center;
  justify-content: center;
  padding: 4rem 0;
}
.header .logo .logo-container {
  width: 40vw;
}
.header .logo .logo-container img {
  width: 100%;
}
.header h1 {
  text-align: center;
  font-size: 10rem;
}
.header h1 a {
  margin-bottom: 0;
  font-family: "Shirens";
  color: #fff;
  text-decoration: none;
}
.header .header-image {
  position: relative;
  background-image: url("../../img/header-1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.header .header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 1rem;
}
.header .header-elements .mobile-menu-container {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
}
.header .header-elements .socials {
  display: flex;
  flex-direction: column;
  width: 36px;
}
.header .header-elements .socials a {
  color: #fff;
}
.header .header-elements .socials a i {
  margin: 1rem 0;
  font-size: 1.5rem;
}
.header .header-elements .menu {
  display: block;
  padding: 0;
  transform: rotateY(180deg);
  margin-top: 0;
}
.header .header-elements .menu .menu_i {
  display: block;
  overflow: hidden;
  width: 25px;
  line-height: 25px;
  padding: 10px 0;
  margin: 10px 0 0;
  transform: scaleY(-1);
}
.header .header-elements .menu .menu_i .menu_i_tx {
  display: inline-block;
  vertical-align: top;
  transform: translate(0, 100%) rotate(-90deg);
  transform-origin: 0 0;
  white-space: nowrap;
}
.header .header-elements .menu .menu_i .menu_i_tx a {
  font-size: 1.1rem;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
}
.header .header-elements .menu .menu_i .menu_i_tx:after {
  content: "";
  float: left;
  margin-top: 100%;
}
.header .arrow a, .header .arrow div {
  margin-bottom: 1rem;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  bottom: 0;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.header .arrow a svg, .header .arrow div svg {
  margin-top: 1rem;
  animation: bounce 1.5s infinite;
}
.header .header-video {
  position: relative;
  overflow: hidden;
  background-color: #f1b461;
  height: 100vh;
}
.header .header-video .header-background-video {
  position: relative;
  height: 100%;
  width: 100%;
  transition: filter 0.5s ease;
}
.header .header-video .header-background-video video, .header .header-video .header-background-video img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.header .header-video .header-background-video video.desktop, .header .header-video .header-background-video img.desktop {
  display: block;
}
.header .header-video .header-background-video video.mobile, .header .header-video .header-background-video img.mobile {
  display: none;
}
.header .header-video .header-background-video .video-button {
  position: absolute;
  z-index: 3;
  left: 1rem;
  bottom: 1rem;
}
.header .header-video .header-background-video .video-button button {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 3rem;
}
.header .header-video .header-background-video .video-button button#stopButton {
  display: none;
}
.header .header-video .header-background-video .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.header .header-video .header-video-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  color: #fff;
  font-size: 2rem;
  display: none;
}
.header .header-video .header-video-text a {
  color: #fff;
  text-decoration: none;
}
.header .header-video .header-video-text a:hover {
  color: #ff8761;
  transition: color 0.5s ease;
  cursor: pointer;
}

#overlay-button {
  position: absolute;
  right: 0;
  padding: 26px 1rem;
  z-index: 5;
  cursor: pointer;
  user-select: none;
}
#overlay-button span {
  height: 2px;
  width: 24px;
  border-radius: 2px;
  background-color: #2e3134;
  position: relative;
  display: block;
  transition: all 0.2s ease-in-out;
}
#overlay-button span:before {
  top: -8px;
  visibility: visible;
}
#overlay-button span:after {
  top: 8px;
}
#overlay-button span:before, #overlay-button span:after {
  height: 2px;
  width: 24px;
  border-radius: 2px;
  background-color: #2e3134;
  position: absolute;
  content: "";
  transition: all 0.2s ease-in-out;
}
#overlay-button:hover span, #overlay-button:hover span:before, #overlay-button:hover span:after {
  background-color: #2e3134;
}

input[type=checkbox] {
  display: none;
}
input[type=checkbox]:checked ~ #overlay {
  visibility: visible;
}
input[type=checkbox]:checked ~ #overlay-button:hover span,
input[type=checkbox]:checked ~ #overlay-button span {
  background: transparent;
}
input[type=checkbox]:checked ~ #overlay-button span:before {
  transform: rotate(45deg) translate(5px, 5px);
  opacity: 1;
}
input[type=checkbox]:checked ~ #overlay-button span:after {
  transform: rotate(-45deg) translate(6px, -6px);
}

#overlay {
  height: 100vh;
  width: 100vw;
  background: #a3bbc1;
  z-index: 2;
  visibility: hidden;
  position: fixed;
}
#overlay.active {
  visibility: visible;
}
#overlay ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  height: 100vh;
  padding-left: 0;
  list-style-type: none;
}
#overlay ul li {
  padding: 1em;
}
#overlay ul li a {
  color: white;
  text-decoration: none;
  font-size: 1.5em;
}
#overlay ul li a:hover {
  color: #333332;
}

.image-1 {
  background-image: url("../../img/blanka-asereje-car.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.tour-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.tour-container a {
  color: #83a5b2;
  transition: color 0.5s ease;
}
.tour-container a:hover {
  color: rgb(20.6865671642, 29.8208955224, 33.3134328358);
}
.tour-container .place p b {
  color: #83a5b2;
}
.tour-container .tour {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  max-width: 1440px;
  width: 100%;
  margin-bottom: 1rem;
}
.tour-container .tour .column.tour-list {
  max-width: calc(45% - 1rem);
  width: 100%;
}
.tour-container .tour .column.tour-list .tour-list-row {
  display: grid;
  grid-template-columns: 1fr 6rem;
}
.tour-container .tour .column.tour-list .event {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.tour-container .tour .column.tour-list .event .date p b {
  font-size: 1.5rem;
}
.tour-container .tour .column.tour-list .ticket {
  text-align: right;
}
.tour-container .tour .column.tour-img {
  max-width: calc(55% - 2rem);
  width: 100%;
}
.tour-container .tour .column.tour-img img {
  width: 100%;
}

.tour-page .full-size-section {
  height: 100vh;
  height: 100svh;
}
.tour-page .header .header-image {
  background-image: url("../../img/header-tour.webp");
  background-position: top;
}
.tour-page .header .header-image .arrow a, .tour-page .header .header-image .arrow div {
  margin-bottom: 1rem;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  bottom: 0;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
}
.tour-page .header .header-image .arrow a svg, .tour-page .header .header-image .arrow div svg {
  margin-top: 1rem;
  animation: bounce 1.5s infinite;
}
.tour-page img {
  width: 100%;
}
.tour-page .image-4 {
  position: relative;
  background-image: url("../../img/blanka-asereje-tour-background.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100vh;
}
.tour-page .image-4 .tour-container a, .tour-page .image-4 .tour-container p, .tour-page .image-4 .tour-container p b {
  color: #fff;
}
.tour-page .image-4 .tour-container h2 {
  display: flex;
  font-size: 8rem;
  font-family: "Shirens";
  color: #daa564;
}
.tour-page .image-4 .tour-container .tour .column.tour-list {
  max-width: 100%;
  width: 100%;
}
.tour-page .image-4 .tour-container .tour .column.tour-list .tour-list-row {
  font-size: 1.5rem;
  display: grid;
  grid-template-columns: 8fr 2fr;
}
.tour-page .image-4 .tour-container .tour .column.tour-list .event {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.tour-page .image-4 .tour-container .tour .column.tour-list .event .date p b {
  font-size: 1.7rem;
}
.tour-page .image-4 .tour-container .tour .column.tour-list .ticket {
  text-align: right;
}
.tour-page .image-5 img {
  height: auto;
}

.image-2 {
  background-image: url("../../img/blanka-contact.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  font-size: 2rem;
  text-align: center;
}
.image-2 a {
  color: #fff;
  font-weight: normal;
  transition: color 0.5s ease;
}
.image-2 a:hover {
  color: #ff8761;
}
.image-2 h4 {
  margin-top: 0;
}

.shop-container .shop h2 {
  font-size: 3rem;
  font-family: "Montserrat";
  margin-bottom: 1rem;
  text-align: center;
}
.shop-container .shop h3 {
  margin-top: 0;
  font-size: 2rem;
  font-weight: 200;
  text-align: center;
}
.shop-container .shop .shop-grid {
  width: 100%;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
}
.shop-container .shop .shop-grid div {
  width: 100%;
}
.shop-container .shop .shop-grid div img {
  box-sizing: border-box;
  width: 100%;
}
.shop-container .shop .shop-grid div a {
  color: #000;
  text-decoration: none;
}
.shop-container p {
  text-align: center;
}
.shop-container p a {
  color: #d1a065;
}
.shop-container p a:hover {
  cursor: pointer;
}

.newsletter {
  max-height: 610px;
  height: 100%;
  background-image: url("../../img/newsletter.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}
.newsletter h3 {
  font-size: 2.5rem;
  font-family: "Montserrat";
  font-style: italic;
  margin-bottom: 1rem;
}
.newsletter .socials {
  text-align: center;
  margin-bottom: 1rem;
}
.newsletter .socials a {
  color: #fff;
  transition: color 0.3s;
}
.newsletter .socials a:hover {
  color: #d1a065;
}
.newsletter .socials a i {
  margin: 1rem 1rem 1rem 0;
  font-size: 1.5rem;
}
.newsletter .form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.newsletter .form input {
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  margin: 1rem 1rem 1rem 0;
  font-size: 1.5rem;
  font-style: italic;
  color: #fff;
}
.newsletter .form input::placeholder, .newsletter .form input::-webkit-input-placeholder {
  color: #fff;
}
.newsletter .form input::-moz-placeholder, .newsletter .form input:-ms-input-placeholder, .newsletter .form input:-moz-placeholder {
  color: #fff;
}
.newsletter .form input:focus {
  outline: none;
  box-shadow: none;
}
.newsletter .form a {
  color: #fff;
  font-size: 2rem;
  line-height: 3rem;
  transition: background-color 0.3s;
}
.newsletter .form a:hover {
  color: #ff8761;
}

.footer {
  min-height: 25px;
  padding: 10px 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .nav-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.footer .nav-menu li {
  padding: 5px;
  font-size: 0.8rem;
}
.footer .nav-menu li.nav-item a {
  color: #0b1215;
  transition: background-color 0.3s;
}
.footer .nav-menu li.nav-item a:hover {
  color: #ff8761;
}

@media (max-width: 480px) {
  .image-2 h3 {
    font-size: 1.5rem;
  }
  .image-2 h4 {
    font-size: 1.2rem;
  }
  .tour-container .tour .column.tour-list p b {
    font-size: 1rem !important;
  }
  .tour-page .image-4 .tour-container h2 {
    font-size: 2.5rem !important;
  }
  .tour-page .image-4 .tour-container .column.tour-list p b {
    font-size: 1rem !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .image-2 h3 {
    font-size: 1.8rem;
  }
  .image-2 h4 {
    font-size: 1.5rem;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header .header-image {
    background-position: top;
    background-image: url("../../img/blanka-hero-image-mobile.jpg");
  }
  .header .logo {
    justify-content: flex-start;
    padding: 16px 1rem;
  }
  .header h1 {
    font-size: 1.5rem;
    text-align: left;
    padding: 0 1rem;
  }
  .header .header-video {
    height: 50vh;
  }
  .header .header-video .header-background-video video.desktop, .header .header-video .header-background-video img.desktop {
    display: none;
  }
  .header .header-video .header-background-video video.mobile, .header .header-video .header-background-video img.mobile {
    display: block;
  }
  .header .header-video .header-video-text {
    font-size: 1.2rem;
  }
  .tour-page .header .header-image {
    background-image: url("../../img/header-tour-mobile.webp");
  }
  .tour-container .tour {
    gap: 0;
  }
  .tour-container .tour .column.tour-list, .tour-container .tour .column.tour-img {
    width: 100%;
    max-width: unset;
  }
  .shop-container .shop .shop-grid {
    flex-wrap: wrap;
  }
  .shop-container .shop .shop-grid div {
    width: calc(50% - 1rem);
  }
}
@media (min-width: 577px) and (max-width: 1199.98px) {
  .header h1 {
    font-size: 4rem;
    text-align: center;
    padding: 0 1rem;
  }
  .full-size-section {
    height: 50vh;
  }
}
@media (min-width: 577px) and (max-width: 991.98px) {
  .image-2 h3 {
    font-size: 2rem;
  }
  .image-2 h4 {
    font-size: 1.5rem;
  }
}
@media (max-width: 991.98px) {
  .tour-container .tour .column.tour-list .tour-list-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .tour-container .tour .column.tour-list .tour-list-row .event {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .tour-container .tour .column.tour-list .tour-list-row .event p {
    margin: 0;
  }
  .tour-container .tour .column.tour-list .tour-list-row .event p b {
    font-size: 1.2rem;
  }
  .tour-page .image-4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .tour-page .image-4 .tour-container {
    width: initial;
  }
  .tour-page .image-4 .tour-container h2 {
    font-size: 3rem;
    text-align: center;
    padding: 0 1rem;
  }
  .tour-page .image-4 .tour-container .tour .column.tour-list .tour-list-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 0.5rem;
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
  .tour-page .image-4 .tour-container .tour .column.tour-list .tour-list-row .event {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .tour-page .image-4 .tour-container .tour .column.tour-list .tour-list-row .event p {
    margin: 0;
  }
  .tour-page .image-4 .tour-container .tour .column.tour-list .tour-list-row .event p b {
    font-size: 1.3rem;
  }
  .newsletter .form input {
    font-size: 1rem;
  }
  .newsletter .form a {
    font-size: 1.5rem;
    line-height: 3rem;
  }
}
@media (max-width: 1199.98px) {
  .m-5 {
    margin: 2rem 1rem 2rem 1rem;
  }
  .p-5 {
    padding: 2rem 1rem 2rem 1rem;
  }
  .mx-5 {
    margin: 0 1rem;
  }
  .px-5 {
    padding: 0 1rem;
    width: calc(100% - 2rem);
  }
  .my-5 {
    margin: 2rem 0;
  }
  .mb-5 {
    margin-bottom: 2em;
  }
  .py-5 {
    padding: 1rem 0;
  }
  .pt-5 {
    padding-top: 2rem;
  }
  .pb-5 {
    padding-bottom: 2em;
  }
  .full-size-section, .tour-page .full-size-section {
    height: 50vh;
  }
  .header-image.full-size-section {
    height: 100vh;
    height: 100svh;
  }
  .tour-page .fade-in-section {
    opacity: 1;
    transform: none;
    visibility: visible;
  }
  .header .header-image.full-size-section .header-elements {
    justify-content: flex-end;
  }
  .header .header-image.full-size-section .header-elements .socials,
  .header .header-image.full-size-section .header-elements .menu-container {
    display: none;
  }
  .header .header-video {
    height: 70vh;
  }
}
@media (min-width: 1200px) and (min-height: 631px) and (max-height: 1000px) {
  .header h1 {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) and (max-height: 630px) {
  .header h1 {
    font-size: 3rem;
  }
  .header .header-image.full-size-section .header-elements {
    justify-content: flex-end;
  }
  .header .header-image.full-size-section .header-elements .socials,
  .header .header-image.full-size-section .header-elements .menu-container {
    display: none;
  }
}
@media (min-width: 1200px) and (min-height: 631px) {
  .mobile-menu-container {
    display: none;
  }
  .header .header-elements {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 2rem);
  }
}
@media (orientation: landscape) {
  .full-size-section, .header .header-video, .tour-page .full-size-section {
    height: 100vh;
    height: 100svh;
  }
}
@media (max-width: 1024px) and (orientation: landscape) {
  .header .header-video.full-size-section {
    height: 120vh;
  }
}

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