@charset "UTF-8";
/* ================================================================
 * BLOK: Hero — Strona główna  (.milosc-block-hero-home)
 * ----------------------------------------------------------------
 * UWAGA: funkcjonalne style slidera (Splide + efekt FADE + pager)
 * znajdują się w partialu sass/design/_hero-home.scss. Poniżej tylko
 * szkielet layoutu bloku (kolumna z obrazami + kolumna z tekstem).
 * ================================================================ */
.milosc-block-hero-home {
  overflow: hidden;
  width: 100%;
  padding-bottom: 40px;
}
.milosc-block-hero-home .wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 0;
  position: relative;
}
.milosc-block-hero-home .wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 603px;
  height: 720px;
  background: url(../../images/home_hero_background.png) no-repeat;
  background-size: cover;
  background-position: top right;
  z-index: 1;
  transform: translateY(100px) translateX(-350px);
}
@media (max-width: 767px) {
  .milosc-block-hero-home .wrapper {
    flex-direction: column;
  }
}
.milosc-block-hero-home .images-container {
  flex: 52;
  position: relative;
  z-index: 2;
  height: inherit;
}
@media (max-width: 767px) {
  .milosc-block-hero-home .images-container {
    flex: unset;
    height: 320px;
  }
}
.milosc-block-hero-home .images-container .images-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 960px;
  height: inherit;
}
@media (max-width: 767px) {
  .milosc-block-hero-home .images-container .images-wrapper {
    width: 100%;
    height: 320px;
  }
}
.milosc-block-hero-home .images-container .images-wrapper:before {
  transform: translateX(10px) translateY(10px);
  width: 100vw;
}
.milosc-block-hero-home .images-container .images-wrapper .images-slider-box {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.milosc-block-hero-home .text-container {
  flex: 68;
  position: relative;
  z-index: 3;
  padding-top: 108px;
  display: flex;
  gap: 30px;
  flex-direction: column;
}
@media (max-width: 767px) {
  .milosc-block-hero-home .text-container {
    flex: unset;
    padding-top: 40px;
  }
}
.milosc-block-hero-home .text-container .heading.extra-hero-heading .first-line {
  color: #8A6A2F;
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: 96px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.92px;
}
@media (max-width: 767px) {
  .milosc-block-hero-home .text-container .heading.extra-hero-heading .first-line {
    font-size: 48px;
    letter-spacing: -0.96px;
  }
}
.milosc-block-hero-home .text-container .heading.extra-hero-heading .second-line {
  color: #686055;
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -1.28px;
}
@media (max-width: 767px) {
  .milosc-block-hero-home .text-container .heading.extra-hero-heading .second-line {
    font-size: 32px;
    letter-spacing: -0.64px;
  }
}
.milosc-block-hero-home .text-container .heading.extra-hero-heading .third-line {
  color: #8A6A2F;
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: 44px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.88px;
}
@media (max-width: 767px) {
  .milosc-block-hero-home .text-container .heading.extra-hero-heading .third-line {
    font-size: 24px;
    letter-spacing: -0.48px;
    margin-top: 8px;
  }
}
.milosc-block-hero-home .text-container .extra-heading-with-line {
  display: flex;
  align-items: center;
  gap: 30px;
}
.milosc-block-hero-home .text-container .extra-heading-with-line:after {
  content: "";
  display: block;
  height: 1px;
  flex: 1;
  background: #B8924A;
}
.milosc-block-hero-home .text-container .body-text {
  max-width: 520px;
}
.milosc-block-hero-home .text-container .bttn-container {
  max-width: 520px;
}
/*# sourceMappingURL=style.css.map */
