@charset "UTF-8";
/*!
Theme Name: Lubelska
Author: Magiausług
Author URI: https://magiauslug.pl
*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  overflow-x: clip;
  background-color: #ffffff;
}

/* Esentials */
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 16px;
}

@media (min-width: 1100px) {
  .container {
    padding: 0 20px;
  }
}
body::after {
  display: none;
  bottom: 0px;
  right: 0;
  content: "xxs";
  position: fixed;
  z-index: 20;
  padding: 10px;
  background-color: black;
  color: #ffffff;
  opacity: 0.5;
}

@media (min-width: 600px) {
  body::after {
    content: "xs";
  }
}
@media (min-width: 868px) {
  body::after {
    content: "s";
  }
}
@media (min-width: 1100px) {
  body::after {
    content: "m";
  }
}
@media (min-width: 1280px) {
  body::after {
    content: "l";
  }
}
@media (min-width: 1480px) {
  body::after {
    content: "xl";
  }
}
@media (min-width: 1600px) {
  body::after {
    content: "xxl";
  }
}
@font-face {
  font-family: "Dunbar Text";
  src: url("fonts/DunbarText-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Dunbar Text";
  src: url("fonts/DunbarText-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Dunbar Text";
  src: url("fonts/DunbarText-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Dunbar Text";
  src: url("fonts/DunbarText-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-display: swap;
}
body {
  font-family: "Dunbar Text";
}

.ageGate {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(12.3999996185px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ageGate__container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.ageGate__wrapper {
  border-radius: 40px;
  background: #FFF;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.08);
  padding: 20px;
  max-width: 520px;
  width: 100%;
  margin: 20px;
  text-align: center;
}
.ageGate__upper {
  color: #000;
  font-family: "Dunbar Text";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.ageGate__text {
  color: #000;
  text-align: center;
  font-family: "Dunbar Text";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 350px;
  margin: 10px auto 0;
}
.ageGate__header {
  margin-top: 20px;
  color: #000;
  text-align: center;
  font-family: "Dunbar Text";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.ageGate__buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 50px;
  margin: 20px auto 30px;
}
.ageGate__buttons button {
  color: #FFF;
  font-family: "Dunbar Text";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  height: 40px;
  border: none;
  background-color: rgba(0, 0, 0, 0.7);
  line-height: normal;
  padding: 0 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  border-radius: 40px;
  cursor: pointer;
  transition: background-color 0.12s linear;
}
.ageGate__buttons button:hover {
  background-color: #C0D351;
}
.ageGate__info {
  color: #000;
  text-align: center;
  font-family: "Dunbar Text";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
}
.ageGate label {
  color: #000;
  text-align: center;
  font-family: "Dunbar Text";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
.ageGate label input {
  width: 15px;
  height: 15px;
  background: #D9D9D9;
  margin-left: 0;
  background-color: transparent;
  position: relative;
  visibility: hidden;
  opacity: 1;
}
.ageGate label input:hover {
  cursor: pointer;
}
.ageGate label input::after {
  content: "";
  background-color: #D9D9D9;
  visibility: visible;
  width: 15px !important;
  height: 15px !important;
  opacity: 1;
  position: absolute;
  top: 0;
  display: block;
  border: none;
  left: 0;
}
.ageGate label input:checked::before {
  content: "✓";
  position: absolute;
  display: block;
  border: none;
  visibility: visible;
  width: 13px !important;
  height: 14px !important;
  z-index: 2;
  top: 0px;
  left: 4px;
  border-radius: 7px;
}

@media (max-width: 500px) {
  .ageGate label br {
    display: none;
  }
}
body {
  width: 100%;
  overflow-x: clip;
}

.pageContent {
  padding: 16px;
  max-width: 100%;
}

img {
  max-width: 100%;
}

.hero {
  max-width: 100%;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
.hero::before {
  content: "";
  position: absolute;
  background-image: url("img/bg_decor.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 534/503;
  width: 500px;
  z-index: -1;
  height: auto;
  top: -10%;
  left: 60%;
  transform: translateX(-50%);
}
.hero__kv {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.hero__image {
  width: 100%;
  display: block;
  height: auto;
  display: none;
}
.hero__image img {
  max-width: 100%;
  display: block;
}
.hero__content {
  display: flex;
  flex-direction: column;
}
.hero__logo {
  width: 200px;
  display: block;
  margin: 20px auto;
}
.hero__logo img {
  max-width: 100%;
}
.hero__scrollDown {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.hero__scrollDown button {
  background-color: transparent;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #0FA7D6;
  text-align: center;
  font-family: "Dunbar Text";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  gap: 15px;
  text-transform: lowercase;
  cursor: pointer;
}
.hero__scrollDown button svg {
  transition: all 0.12s linear;
}
.hero__scrollDown button:hover svg {
  transform: translateY(20px);
}

.form {
  margin-top: 100px;
  margin-bottom: 50px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 880px;
}
.form::before {
  content: "";
  position: absolute;
  background-image: url("img/bg_decor.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 534/503;
  width: 500px;
  z-index: -1;
  height: auto;
  top: -10%;
  left: 30%;
  transform: translateX(-50%);
}
.form__header {
  color: #0FA7D6;
  text-align: center;
  font-family: "Dunbar Text";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.form__text {
  color: #000;
  text-align: center;
  font-family: "Dunbar Text";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
}
.form__box {
  background-color: #ffffff;
  border-radius: 40px;
  background: #FFF;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.08);
  margin-top: 50px;
  padding: 20px;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
.form__box h2 {
  color: #0FA7D6;
  font-family: "Dunbar Text";
  font-size: 20px;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  line-height: normal;
  margin-bottom: 30px;
}
.form__box form {
  display: flex;
  flex-direction: column;
}
.form__box form label:has(input:not([type=checkbox])) {
  display: block;
  color: #000;
  font-family: "Dunbar Text";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.form__box form label:has(input:not([type=checkbox])) input {
  width: 100%;
  border-radius: 40px;
  border: 1px solid rgba(0, 0, 0, 0.7);
  background: #FFF;
  height: 42px;
  text-align: center;
  padding: 0 20px;
  color: #000;
  font-family: "Dunbar Text";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.form__box form label:has(input[type=checkbox]) {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  color: #000;
  font-family: "Dunbar Text";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 12px;
  line-height: normal;
}
.form__box form label:has(input[type=checkbox]) input {
  width: 16px;
  height: 16px;
  background: #D9D9D9;
  margin-left: 0;
  background-color: transparent;
  position: relative;
  visibility: hidden;
  opacity: 1;
}
.form__box form label:has(input[type=checkbox]) input:hover {
  cursor: pointer;
}
.form__box form label:has(input[type=checkbox]) input::after {
  content: "";
  background-color: #ffffff;
  border: 1px solid #000000;
  visibility: visible;
  width: 16px !important;
  height: 16px !important;
  opacity: 1;
  border-radius: 50%;
  position: absolute;
  top: 0;
  display: block;
  left: 0;
}
.form__box form label:has(input[type=checkbox]) input:checked::after {
  border-color: #C0D351;
}
.form__box form label:has(input[type=checkbox]) input:checked::before {
  content: "";
  position: absolute;
  display: block;
  border: none;
  visibility: visible;
  background-color: #C0D351;
  width: 12px !important;
  height: 12px !important;
  z-index: 2;
  top: 3px;
  left: 3px;
  border-radius: 6px;
}
.form__box form .wpcf7-not-valid-tip {
  margin-top: 10px;
  display: block;
  margin-bottom: -10px;
}
.form__box form .wpcf7-form-control-wrap:has(.wpcf7-not-valid-tip) input {
  border-color: #dc3232;
  color: #dc3232;
}
.form__box form input[type=submit] {
  height: 40px;
  display: block;
  width: fit-content;
  border-radius: 40px;
  background: #C0D351;
  padding: 0 40px;
  border: none;
  color: #FFF;
  font-family: "Dunbar Text";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

@media (min-width: 868px) {
  .hero {
    padding-top: 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .hero::before {
    width: 1000px;
    top: -400px;
    left: calc(100% + 200px);
  }
  .hero__image {
    display: block;
    width: 500px;
    margin-top: 40px;
  }
  .hero__logo {
    width: 300px;
    display: block;
  }
  .hero__kv {
    width: 400px;
  }
  .hero__kv img {
    transform: scale(1.05);
  }
  .hero__content {
    margin-right: auto;
    margin-left: auto;
  }
  .form::before {
    content: "";
    position: absolute;
    background-image: url("img/bg_decor.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 534/503;
    width: 1000px;
    z-index: -1;
    height: auto;
    top: -20%;
    left: 0%;
    transform: translateX(-50%);
  }
  .form::after {
    content: "";
    position: absolute;
    background-image: url("img/bg_decor.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 534/503;
    width: 1000px;
    z-index: -1;
    height: auto;
    top: -20%;
    left: 100%;
    transform: translateX(-50%);
  }
  .form__box {
    position: relative;
  }
  .form__box::before {
    content: "";
    position: absolute;
    background-image: url("img/wiz1.webp");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 280px;
    aspect-ratio: 430/949;
    left: calc(100% + 50px);
    top: 20px;
  }
  .form__box::after {
    content: "";
    position: absolute;
    background-image: url("img/wiz2.webp");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 200px;
    aspect-ratio: 61/196;
    transform: rotate(12.615deg);
    left: -270px;
    top: 0;
  }
}
@media (min-width: 1280px) {
  .hero {
    padding-bottom: 50px;
  }
  .hero::before {
    transform: none;
    width: 1068px;
    left: unset;
    right: -480px;
    top: -400px;
  }
  .hero__image {
    width: 700px;
  }
  .hero__kv {
    width: 600px;
    margin-top: 100px;
  }
  .hero__scrollDown {
    margin-top: 50px;
  }
  .form::before {
    top: 0;
  }
  .form::after {
    top: -50%;
  }
  .form__header {
    font-size: 32px;
  }
  .form__text {
    font-size: 20px;
  }
  .form__text span {
    display: block;
  }
  .form__text b {
    display: block;
  }
  .form__box {
    margin-top: 60px;
    min-height: 550px;
  }
  .form__box::after {
    width: 305px;
    height: 980px;
    transform: rotate(22.615deg);
    transform-origin: top right;
    right: calc(100% - 20px);
    top: 60px;
  }
  .form__box::before {
    top: 17px;
    width: 420px;
    left: calc(100% + 130px);
  }
  .pageContent--frontpage {
    overflow: hidden;
  }
}
.events {
  position: relative;
}
.events__bg {
  position: absolute;
  width: 500px;
  max-width: unset;
  opacity: 0.5;
  height: auto;
  aspect-ratio: 247/250;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.events__logo {
  display: block;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.events__logo img {
  display: block;
}
.events__kv {
  max-width: 390px;
  width: 100%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
.events__kv img {
  width: 100%;
  display: block;
}
.events__grid {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  gap: 30px;
  justify-content: center;
  align-items: center;
}
.events__event {
  width: 100%;
  aspect-ratio: 304/215;
  height: auto;
  max-width: 300px;
  padding: 30px;
  border-radius: 49px;
  background: rgba(15, 167, 214, 0.71);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.events__event--active {
  background: #0FA7D6;
}
.events__event h4 {
  color: #FFF;
  font-family: "Dunbar Text";
  font-size: 20px;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.events__event h4 + span {
  color: #FFF;
  text-align: center;
  font-family: "Dunbar Text";
  font-size: 20px;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 400;
  line-height: normal;
}
.events__button {
  display: block;
  margin-top: auto;
  border-radius: 40px;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #FFF;
  text-align: center;
  font-family: "Dunbar Text";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 0 30px;
  max-width: 140px;
  pointer-events: none;
  background: #C5C6C1;
}
.events__button--active {
  background: #C0D351;
  pointer-events: all;
  cursor: pointer;
}
.events::before {
  content: "";
  position: absolute;
  background-image: url("img/bg_decor.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 534/503;
  width: 500px;
  z-index: -2;
  height: auto;
  top: -10%;
  left: 60%;
  transform: translateX(-50%);
}
.events::after {
  content: "";
  position: absolute;
  background-image: url("img/bg_decor.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 534/503;
  width: 1000px;
  z-index: -2;
  height: auto;
  bottom: -30%;
  left: 10%;
  transform: translateX(-50%);
}

@media (min-width: 868px) {
  .events__bg {
    top: 60%;
  }
  .events__grid {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .events::after {
    content: "";
    position: absolute;
    background-image: url("img/bg_decor.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 534/503;
    width: 600px;
    z-index: -2;
    height: auto;
    bottom: -20%;
    left: 0%;
    transform: translateX(-50%);
  }
}
@media (min-width: 1280px) {
  .events::before {
    transform: none;
    width: 1068px;
    left: unset;
    right: -480px;
    top: -400px;
  }
  .events::after {
    width: 1068px;
    top: 300px;
    left: -100px;
  }
  .events__bg {
    top: 90%;
    width: 740px;
  }
  .pageContent--events {
    position: relative;
    padding-bottom: 300px;
    overflow: clip;
  }
  .pageContent--events::after {
    content: "";
    position: absolute;
    background-image: url("img/bg_decor.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 534/503;
    width: 1000px;
    z-index: -2;
    height: auto;
    top: unset;
    bottom: -300px;
    right: -330px;
    left: unset;
  }
}
.event {
  position: relative;
}
.event__logo {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 50px;
}
.event__logo img {
  display: block;
}
.event__kv {
  max-width: 390px;
  width: 100%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
.event__kv img {
  width: 100%;
  display: block;
}
.event::before {
  content: "";
  position: absolute;
  background-image: url("img/bg_decor.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 534/503;
  width: 500px;
  z-index: -2;
  height: auto;
  top: -10%;
  left: 60%;
  transform: translateX(-50%);
}
.event::after {
  content: "";
  position: absolute;
  background-image: url("img/bg_decor.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 534/503;
  width: 1000px;
  z-index: -2;
  height: auto;
  bottom: 20%;
  left: 10%;
  transform: translateX(-50%);
}
.event__gallery {
  display: flex;
  margin-top: 80px;
  flex-direction: column;
  gap: 36px;
}
.event__gallery a {
  border-radius: 42px;
  aspect-ratio: 285/262;
  width: 100%;
  overflow: hidden;
  display: block;
}
.event__gallery a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.pageContent--event {
  padding-bottom: 150px;
  overflow: clip;
}

@media (min-width: 868px) {
  .event::after {
    content: "";
    position: absolute;
    background-image: url("img/bg_decor.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 534/503;
    width: 600px;
    z-index: -2;
    height: auto;
    bottom: -20%;
    left: 0%;
    transform: translateX(-50%);
  }
  .event__gallery {
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1280px) {
  .event::before {
    transform: none;
    width: 1068px;
    left: unset;
    right: -480px;
    top: -400px;
  }
  .event::after {
    width: 1068px;
    top: -300px;
    left: -300px;
  }
  .event__gallery {
    position: relative;
  }
  .event__gallery::after {
    content: "";
    width: 305px;
    height: 980px;
    transform: rotate(-25.179deg);
    flex-shrink: 0;
    aspect-ratio: 61/196;
    position: absolute;
    background-image: url("img/wiz2.webp");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: 110%;
    z-index: -1;
    top: -240px;
  }
  .event__gallery::before {
    content: "";
    width: 266.323px;
    height: 867.416px;
    transform: rotate(32.409deg);
    flex-shrink: 0;
    aspect-ratio: 266.32/867.42;
    position: absolute;
    background-image: url("img/wiz3.webp");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: -30%;
    z-index: -1;
    top: -540px;
  }
  .pageContent.pageContent--event {
    position: relative;
  }
  .pageContent.pageContent--event::after {
    content: "";
    position: absolute;
    background-image: url("img/bg_decor.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 534/503;
    width: 1086px;
    z-index: -2;
    height: auto;
    top: 600px;
    left: 100%;
    transform: translateX(-50%);
  }
  .pageContent.pageContent--event::before {
    content: "";
    position: absolute;
    background-image: url("img/bg_decor.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 534/503;
    width: 1086px;
    z-index: -2;
    height: auto;
    top: 1200px;
    left: 20%;
    transform: translateX(-50%);
  }
}
.lb-details {
  margin-top: 4px;
  display: flex;
  flex-direction: row;
}
.lb-details .download-btn {
  margin-left: 20px;
  color: #ffffff;
  text-transform: uppercase;
}
/*# sourceMappingURL=style.css.map */
