/*!*******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/.pnpm/css-loader@6.7.4_webpack@5.84.1/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../node_modules/.pnpm/sass-loader@13.3.0_sass@1.62.1_webpack@5.84.1/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./scss/layout/SectionBanner.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*
* Info
Sass obsługuje specjalny typ selektora o nazwie placeholders. 
Symbole zastępcze wyglądają jak klasy, z wyjątkiem tego, że kropka jest zamieniana na znak %. 
Charakterystyczną cechą symboli zastępczych Sass jest to, że nie są renderowane w arkuszu stylów wyników.

W rzeczywistości mogą one zostać rozszerzone za pomocą dyrektywy @extend.

Przykład:

%message {
    padding: 0.5em;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: bold;
}

.message-error {
    @extend %message;
    color: red;
}
*/
@font-face {
  font-family: "Bariol";
  src: url("../fonts/Bariol.woff2") format("woff2"), url("../fonts/Bariol.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bariol";
  src: url("../fonts/Bariol-Bold.woff2") format("woff2"), url("../fonts/Bariol-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  color: #000;
}

.text__alfa, body {
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(var(--bw__text-sizer) * 0.75, 0.94vw, var(--bw__text-sizer) * 1.125);
  line-height: 1.4em;
  letter-spacing: 0;
  font-weight: 400;
}
.text__alfa--alt {
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(var(--bw__text-sizer) * 0.75, 0.94vw, var(--bw__text-sizer) * 1.125);
  line-height: 1.4em;
  letter-spacing: 0;
  font-weight: 700;
}
.text__beta {
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(
    calc(var(--bw__text-sizer) * 0.875),
    1.0416666667vw,
    calc(var(--bw__text-sizer) * 1.25)
  );
  line-height: 1.2em;
  letter-spacing: 0;
  font-weight: 700;
}
.text__beta--alt {
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(
    calc(var(--bw__text-sizer) * 0.875),
    1.0416666667vw,
    calc(var(--bw__text-sizer) * 1.25)
  );
  line-height: 1.2em;
  letter-spacing: 0;
  font-weight: 300;
}
.text__gamma, .section-banner .banner__slide--2 h2 {
  font-family: "Bariol", sans-serif;
  font-size: clamp(
    calc(var(--bw__text-sizer) * 1.25),
    2.0833333333vw,
    calc(var(--bw__text-sizer) * 2.5)
  );
  line-height: 1.2em;
  letter-spacing: 0;
  font-weight: 700;
}
.text__delta {
  font-family: "Bariol", sans-serif;
  font-size: clamp(
    calc(var(--bw__text-sizer) * 1.875),
    3.6458333333vw,
    calc(var(--bw__text-sizer) * 4.375)
  );
  line-height: 1.2em;
  letter-spacing: 0;
  font-weight: 400;
}
.text__epsilon, .section-banner .banner__slide--1 h3, .section-banner .banner__slide--2 h3 {
  font-family: "Bariol", sans-serif;
  font-size: clamp(
    calc(var(--bw__text-sizer) * 1.5),
    3.125vw,
    calc(var(--bw__text-sizer) * 3.75)
  );
  line-height: 1.1em;
  letter-spacing: -0.02em;
  font-weight: 700;
}
.text__zeta {
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(
    calc(var(--bw__text-sizer) * 1.125),
    1.6666666667vw,
    calc(var(--bw__text-sizer) * 2)
  );
  line-height: 1em;
  letter-spacing: 0;
  font-weight: 700;
}
.text__eta {
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(
    calc(var(--bw__text-sizer) * 0.75),
    0.7291666667vw,
    calc(var(--bw__text-sizer) * 0.875)
  );
  line-height: 1.55em;
  letter-spacing: -0.02em;
  font-weight: 300;
}
.text__theta {
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(
    calc(var(--bw__text-sizer) * 0.75),
    0.8333333333vw,
    calc(var(--bw__text-sizer) * 1)
  );
  line-height: 1.6em;
  letter-spacing: 0;
  font-weight: 300;
}
.text__theta--alt {
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(
    calc(var(--bw__text-sizer) * 0.75),
    0.8333333333vw,
    calc(var(--bw__text-sizer) * 1)
  );
  line-height: 1.6em;
  letter-spacing: 0;
  font-weight: 900;
}
.text__theta--alt2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(
    calc(var(--bw__text-sizer) * 0.75),
    0.8333333333vw,
    calc(var(--bw__text-sizer) * 1)
  );
  line-height: 1.6em;
  letter-spacing: 0;
  font-weight: 700;
}
.text__iota, .section-banner .banner__slide--1 h2 {
  font-family: "Bariol", sans-serif;
  font-size: clamp(
    calc(var(--bw__text-sizer) * 2),
    5.2083333333vw,
    calc(var(--bw__text-sizer) * 6.25)
  );
  line-height: 1.2em;
  letter-spacing: -0.02em;
  font-weight: 700;
}
.text__kappa {
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(
    calc(var(--bw__text-sizer) * 1.125),
    1.3541666667vw,
    calc(var(--bw__text-sizer) * 1.625)
  );
  line-height: 1em;
  letter-spacing: 0;
  font-weight: 700;
}
.text__lambda {
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(
    calc(var(--bw__text-sizer) * 3.125),
    8.3333333333vw,
    calc(var(--bw__text-sizer) * 10)
  );
  line-height: 1em;
  letter-spacing: 0;
  font-weight: 700;
}
.text__mu {
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(
    calc(var(--bw__text-sizer) * 1.375),
    2.6041666667vw,
    calc(var(--bw__text-sizer) * 3.125)
  );
  line-height: 1em;
  letter-spacing: 0;
  font-weight: 700;
}
.text__mu--alt {
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(
    calc(var(--bw__text-sizer) * 1.375),
    2.6041666667vw,
    calc(var(--bw__text-sizer) * 3.125)
  );
  line-height: 1em;
  letter-spacing: 0;
  font-weight: 300;
}
.text__nu {
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(
    calc(var(--bw__text-sizer) * 1.125),
    1.4583333333vw,
    calc(var(--bw__text-sizer) * 1.75)
  );
  line-height: 1em;
  letter-spacing: 0;
  font-weight: 700;
}

.color__alfa {
  color: #e4c4aa;
}
.color__psi {
  color: #000;
}
.color__omega {
  color: #fff;
}

.color-hover {
  transition: all 0.2s ease-in;
}
.color-hover__alfa:hover, .color-hover__alfa:focus, .color-hover__alfa:active {
  color: #e4c4aa;
}

.font__alfa {
  font-family: "Roboto Condensed", sans-serif;
}

.weight__thin {
  font-weight: 100 !important;
}
.weight__extra-light {
  font-weight: 200 !important;
}
.weight__light {
  font-weight: 300 !important;
}
.weight__regular {
  font-weight: 400 !important;
}
.weight__medium {
  font-weight: 500 !important;
}
.weight__semi-bold {
  font-weight: 600 !important;
}
.weight__bold {
  font-weight: 700 !important;
}
.weight__extra-bold {
  font-weight: 800 !important;
}
.weight__black {
  font-weight: 900 !important;
}

.section-banner {
  position: relative;
  aspect-ratio: 8/3;
  overflow: hidden;
}
@media (max-width: 767px) {
  .section-banner {
    aspect-ratio: unset;
    height: auto;
  }
}
.section-banner .banner__container {
  position: relative;
}
@media (min-width: 1920px) {
  .section-banner .banner__container {
    width: calc(var(--bw__sizer) * 1750);
  }
}
@media (min-width: 2560px) {
  .section-banner .banner__container {
    width: calc(var(--bw__sizer) * 1440);
  }
}
.section-banner .banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-banner .banner__img {
  position: absolute;
  left: 0;
  width: 100%;
}
.section-banner .banner__img--1 {
  z-index: -1;
  mask: radial-gradient(ellipse 55% clamp( calc(var(--bw__sizer) * 25), 2.6041666667vw, calc(var(--bw__sizer) * 50) ) at 50% 100%, #000 98%, transparent) no-repeat, linear-gradient(#000 0 0);
  mask-composite: exclude;
  bottom: calc(var(--bw__sizer) * -1);
}
@media (max-width: 991px) {
  .section-banner .banner__img--1 {
    mask: unset;
    bottom: 0;
  }
}
.section-banner .banner__img--2 {
  object-fit: cover;
  z-index: -2;
  height: 100%;
  top: -20%;
}
@media (max-width: 767px) {
  .section-banner .banner__img--2 {
    height: 140%;
  }
}
.section-banner .banner__logo {
  position: absolute;
  top: calc(var(--bw__sizer) * 20);
  right: calc(var(--bw__sizer) * 35);
}
@media (min-width: 992px) {
  .section-banner .banner__logo {
    animation: fadeInRight 1s both;
    animation-delay: 0.4s;
  }
}
@media (max-width: 767px) {
  .section-banner .banner__logo {
    position: static;
    text-align: center;
    padding-top: calc(var(--bw__sizer) * 20);
    padding-bottom: calc(var(--bw__sizer) * 20);
  }
}
.section-banner .banner__logo img {
  width: clamp(
    calc(var(--bw__sizer) * 90),
    7.2916666667vw,
    calc(var(--bw__sizer) * 140)
  );
}
.section-banner .banner__slider {
  overflow: visible !important;
}
.section-banner .banner__slider .swiper-slide:not(.swiper-slide-visible) {
  opacity: 0 !important;
}
.section-banner .banner__slide {
  display: flex;
  align-items: center;
  color: #18023b;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .section-banner .banner__slide {
    flex-direction: column;
  }
}
.section-banner .banner__slide--1 h2 {
  line-height: 1em;
}
.section-banner .banner__slide--1 h3 {
  line-height: 1.05em;
  font-weight: 400;
}
.section-banner .banner__slide--1 h3 strong {
  font-weight: 700;
}
.section-banner .banner__slide--1 .banner__hero {
  transform: translateX(10%);
  width: 60%;
}
@media (max-width: 767px) {
  .section-banner .banner__slide--1 .banner__hero {
    transform: translateX(10%) translateY(-5%);
    width: 120%;
  }
}
.section-banner .banner__slide--1 .banner__hero--combine {
  display: block;
}
@media (max-width: 767px) {
  .section-banner .banner__slide--1 .banner__hero--combine {
    display: none;
  }
}
.section-banner .banner__slide--1 .banner__hero--main {
  display: none;
}
@media (max-width: 767px) {
  .section-banner .banner__slide--1 .banner__hero--main {
    width: 100%;
    display: block;
  }
}
.section-banner .banner__slide--2 h2 {
  font-weight: 400;
  margin-bottom: calc(var(--bw__sizer) * 15);
  line-height: 1em;
}
.section-banner .banner__slide--2 h3 {
  line-height: 1.05em;
}
.section-banner .banner__slide--2 .banner__hero {
  transform: translateX(-15%) translateY(5%);
}
@media (max-width: 991px) {
  .section-banner .banner__slide--2 .banner__hero {
    transform: translateX(-10%);
  }
}
.section-banner .banner__text {
  width: 50%;
  padding-bottom: calc(var(--bw__sizer) * 30);
}
@media (max-width: 767px) {
  .section-banner .banner__text {
    width: 100%;
    order: -1;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .section-banner .banner__text h2 {
    animation: fadeInRight 1s both;
    animation-delay: 0.4s;
  }
  .section-banner .banner__text h3 {
    animation: fadeInRight 1s both;
    animation-delay: 0.6s;
  }
}
.section-banner .banner__hero {
  width: 50%;
  position: relative;
}
@media (max-width: 767px) {
  .section-banner .banner__hero {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
.section-banner .banner__hero--decal {
  position: absolute;
  width: 40%;
  bottom: -5%;
  left: -10%;
  z-index: -1;
}
@media (max-width: 991px) {
  .section-banner .banner__hero--decal {
    left: 0;
  }
}
@media (max-width: 767px) {
  .section-banner .banner__hero--decal {
    bottom: 0;
  }
}
.section-banner .banner__hero--main {
  width: 100%;
}
@media (max-width: 767px) {
  .section-banner .banner__hero--main {
    width: 80%;
  }
}
@media (max-width: 575px) {
  .section-banner .banner__hero--main {
    width: 100%;
  }
}
.section-banner .banner__hero--combine {
  transform: translateX(-5%) translateY(-5%);
}
@media (max-width: 991px) {
  .section-banner .banner__hero--combine {
    transform: translateY(-5%);
  }
}
.section-banner .banner__hero--combine img:nth-child(1) {
  width: 40%;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .section-banner .banner__hero--combine img:nth-child(1) {
    animation: fadeInTop1 1.6s both;
  }
}
.section-banner .banner__hero--combine img:nth-child(2) {
  width: 25%;
  transform: translateX(-30%) translateY(27%);
}
@media (min-width: 992px) {
  .section-banner .banner__hero--combine img:nth-child(2) {
    animation: fadeInTop2 1.6s both;
    animation-delay: 0.2s;
  }
}
.section-banner .banner__hero--combine img:nth-child(3) {
  width: 25%;
  transform: translateX(-40%) translateY(27%);
}
@media (min-width: 992px) {
  .section-banner .banner__hero--combine img:nth-child(3) {
    animation: fadeInTop3 1.6s both;
    animation-delay: 0.4s;
  }
}
@keyframes fadeInRight {
  0% {
    transform: translateX(-10%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes fadeInTop1 {
  0% {
    transform: translateY(-300%);
  }
  60% {
    transform: translateY(0%);
    filter: drop-shadow(0 calc(var(--bw__sizer) * 15) calc(var(--bw__sizer) * 10) rgba(0, 0, 0, 0));
  }
  100% {
    filter: drop-shadow(0 calc(var(--bw__sizer) * 15) calc(var(--bw__sizer) * 10) rgba(0, 0, 0, 0.4));
  }
}
@keyframes fadeInTop2 {
  0% {
    transform: translateX(-30%) translateY(-300%);
  }
  60% {
    transform: translateX(-30%) translateY(27%);
    filter: drop-shadow(0 calc(var(--bw__sizer) * 4) calc(var(--bw__sizer) * 3) rgba(0, 0, 0, 0));
  }
  100% {
    filter: drop-shadow(0 calc(var(--bw__sizer) * 4) calc(var(--bw__sizer) * 3) rgba(0, 0, 0, 0.6));
  }
}
@keyframes fadeInTop3 {
  0% {
    transform: translateX(-40%) translateY(-300%);
  }
  60% {
    transform: translateX(-40%) translateY(27%);
    filter: drop-shadow(0 calc(var(--bw__sizer) * 4) calc(var(--bw__sizer) * 3) rgba(0, 0, 0, 0));
  }
  100% {
    filter: drop-shadow(0 calc(var(--bw__sizer) * 4) calc(var(--bw__sizer) * 3) rgba(0, 0, 0, 0.6));
  }
}

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