@charset "UTF-8";
@font-face {
  font-family: "Noto Serif", serif;
  src: url("../fonts/NotoSerif-Black.otf") format("otf"), url("../fonts/NotoSerif-Black.ttf") format("ttf"), url("../fonts/NotoSerif-Black.woff") format("woff"), url("../fonts/NotoSerif-Black.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Noto Serif", serif;
  src: url("../fonts/NotoSerif-Bold.otf") format("otf"), url("../fonts/NotoSerif-Bold.ttf") format("ttf"), url("../fonts/NotoSerif-Bold.woff") format("woff"), url("../fonts/NotoSerif-Bold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Noto Serif", serif;
  src: url("../fonts/NotoSerif-Regular.otf") format("otf"), url("../fonts/NotoSerif-Regular.ttf") format("ttf"), url("../fonts/NotoSerif-Regular.woff") format("woff"), url("../fonts/NotoSerif-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Serif", serif;
  src: url("../fonts/NotoSerif-LightItalic.otf") format("otf"), url("../fonts/NotoSerif-LightItalic.ttf") format("ttf"), url("../fonts/NotoSerif-LightItalic.woff") format("woff"), url("../fonts/NotoSerif-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Noto Serif", serif;
  src: url("../fonts/NotoSerif-Italic.otf") format("otf");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Black.ttf") format("ttf"), url("../fonts/Gilroy-Black.woff") format("woff"), url("../fonts/Gilroy-Black.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.ttf") format("ttf"), url("../fonts/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-SemiBold.ttf") format("ttf"), url("../fonts/Gilroy-SemiBold.woff") format("woff"), url("../fonts/Gilroy-SemiBold.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.ttf") format("ttf"), url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-RegularItalic.ttf") format("ttf"), url("../fonts/Gilroy-RegularItalic.woff") format("woff"), url("../fonts/Gilroy-RegularItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  z-index: 100;
}

.footer {
  width: 100%;
  background-color: #fff;
}
.footer__top {
  width: 100%;
  display: flex;
  border-top: 1px solid #000000;
}
@media (max-width: 768px) {
  .footer__top {
    flex-direction: column;
  }
}
.footer__top-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer__top-nav {
    flex-direction: column;
  }
}
.footer__top-nav--items {
  padding: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 768px) {
  .footer__top-nav--items {
    flex-direction: column;
  }
}
.footer__top-nav--items img {
  width: 15rem;
  height: auto;
}
.footer__top-nav--items .menu {
  display: flex;
  list-style-type: none;
}
@media (max-width: 768px) {
  .footer__top-nav--items .menu {
    margin-top: 2rem;
  }
}
.footer__top-nav--items .menu .menu-item {
  color: #000000;
}
.footer__top-nav--items .menu .menu-item a {
  text-decoration: none;
  color: #000000;
  padding: 0 1rem 0 0;
}
.footer__top-nav--items ul.footer__socials {
  display: flex;
  list-style: none;
}
.footer__top-nav--items ul.footer__socials li {
  padding-right: 1rem;
}
.footer__top-nav--items ul.footer__socials li a {
  color: #000000;
  text-decoration: none;
}
.footer__bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #000000;
}
@media (max-width: 768px) {
  .footer__bottom {
    justify-content: center;
  }
}
.footer__bottom-nav {
  text-decoration: none;
  color: #fff;
}
.footer__bottom-nav ul.footer__legal-links {
  display: flex;
  list-style: none;
  padding: 0.4rem 2rem;
}
.footer__bottom-nav ul.footer__legal-links a {
  text-decoration: none;
  color: #fff;
  padding-right: 1rem;
  font-size: 0.8rem;
}

.section-form__content {
  width: 80%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .section-form__content {
    flex-direction: column;
  }
}

@media (max-width: 1200px) {
  .form__content {
    flex-direction: column;
  }
}

.form-box {
  width: 49%;
}
@media (max-width: 1200px) {
  .form-box {
    width: 100%;
    margin: 0.5rem 0;
  }
}
.form-box .section__desc {
  width: 90%;
}
@media (max-width: 1200px) {
  .form-box .section__desc {
    width: 100%;
  }
}

.custom-form-wrapper input[type=text],
.custom-form-wrapper input[type=email],
.custom-form-wrapper input[type=tel],
.custom-form-wrapper textarea {
  width: 90%;
  padding: 1.2em;
  margin: 0.5em 0;
  border-radius: 12px;
  border: 1px solid #ccc;
  font-size: 1rem;
  background-color: #f9f9f9;
  color: #333;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.custom-form-wrapper input[type=text]::placeholder,
.custom-form-wrapper input[type=email]::placeholder,
.custom-form-wrapper input[type=tel]::placeholder,
.custom-form-wrapper textarea::placeholder {
  color: #999;
}
.custom-form-wrapper input[type=text]:focus, .custom-form-wrapper input[type=text]:active,
.custom-form-wrapper input[type=email]:focus,
.custom-form-wrapper input[type=email]:active,
.custom-form-wrapper input[type=tel]:focus,
.custom-form-wrapper input[type=tel]:active,
.custom-form-wrapper textarea:focus,
.custom-form-wrapper textarea:active {
  border-color: #ffcc00;
  background-color: #f7f6eb;
  outline: none;
}
.custom-form-wrapper input[type=checkbox] {
  appearance: none;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  border: 2px solid #ccc;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.custom-form-wrapper input[type=checkbox]:checked {
  background-color: #ffcc00;
  border-color: #ffcc00;
}
.custom-form-wrapper input[type=checkbox]:checked::after {
  content: "✔";
  position: absolute;
  top: 0;
  left: 4px;
  font-size: 14px;
  color: #000;
}
.custom-form-wrapper input[type=checkbox]:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 204, 0, 0.3);
}
.custom-form-wrapper .wpcf7-acceptance {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 0.5rem;
  font-size: 0.95rem;
  line-height: 1.4;
  color: #555;
}
.custom-form-wrapper .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.custom-form-wrapper .wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
.custom-form-wrapper .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
  padding-top: 4px;
}
.custom-form-wrapper .wpcf7-acceptance a {
  color: #ffcc00;
  text-decoration: underline;
}
.custom-form-wrapper .wpcf7-acceptance a:hover {
  color: #cca300;
}
.custom-form-wrapper input[type=submit] {
  margin-top: 2rem;
}

.menu-image {
  width: 20px; /* Ustaw szerokość obrazu */
  height: auto;
  margin-left: 5px; /* Dodaj odstęp między tekstem a obrazem */
}

.nav {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 4rem;
  z-index: 100;
  border-bottom: 1px solid #000;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .nav {
    position: fixed;
  }
}
.nav__left {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .nav__left {
    width: 100%;
  }
}
.nav__right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .nav__right {
    display: none;
  }
}
.nav__right-social {
  display: flex;
  list-style: none;
}
.nav__right-social--icon img {
  width: 36px;
  height: 36px;
  margin-right: 0.7rem;
  transition: transform 0.2s ease-in-out;
}
.nav__right-social--icon img:hover {
  transform: scale(1.1);
}
.nav__logo {
  padding: 0 1rem;
}
.nav__logo-link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav__items .menu {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
}
.nav__items .menu-item {
  padding: 1rem;
}
.nav__items .menu-item a {
  color: #000;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
}
.nav__items .menu-item a:hover {
  border-bottom: 1px solid #000000;
  color: #000000;
}
.nav__items--desktop {
  display: none;
}
@media (min-width: 1024px) {
  .nav__items--desktop {
    display: block;
  }
}
.nav__items--mobile {
  display: inline-block;
}
@media (min-width: 1024px) {
  .nav__items--mobile {
    display: none;
  }
}
.nav_hamburger {
  font-size: 20px;
  position: relative;
  display: inline-block;
  margin: 0 1rem;
  width: 2em;
  height: 2em;
  cursor: pointer;
  z-index: 100;
  /* PODSTAWOWA LINIA (ŚRODEK) */
  /* GÓRNA I DOLNA PSEUDOLINIA (:before, :after) */
  /* Górna linia ustawiona nad środkową */
  /* Dolna linia ustawiona pod środkową */
  /* STAN MENU OTWARTEGO (HAMBURGER -> X) */
}
@media (min-width: 1024px) {
  .nav_hamburger {
    display: none;
  }
}
.nav_hamburger span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 0.1em; /* Zmniejszenie grubości linii */
  background-color: #000;
  border-radius: 2px;
  transition: background-color 0.3s;
  -webkit-touch-callout: none;
  user-select: none;
}
.nav_hamburger span:before,
.nav_hamburger span:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.1em; /* Zmniejszenie grubości linii */
  background: #000;
  border-radius: 2px;
  content: "";
  transition: transform 0.3s;
}
.nav_hamburger span:before {
  transform: translateY(-0.5em);
}
.nav_hamburger span:after {
  transform: translateY(0.5em);
}
.nav_hamburger.nav_hamburger-open span {
  /* Środkowa linia "znika" poprzez kolor tła */
  background-color: transparent;
}
.nav_hamburger.nav_hamburger-open span:before {
  /* Obrót górnej linii o 45 stopni (ramię X) */
  transform: rotate(45deg);
  background: #fff;
}
.nav_hamburger.nav_hamburger-open span:after {
  /* Obrót dolnej linii o -45 stopni (drugie ramię X) */
  transform: rotate(-45deg);
  background: #fff;
}
.nav_overlay {
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  overflow: scroll;
  z-index: 99;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.95);
}
.nav_overlay-content {
  padding: 5rem 1.5rem;
}
.nav_overlay-content .menu {
  display: flex;
  flex-direction: column;
}
.nav_overlay-content .menu-item {
  display: block;
  list-style: none;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
}
.nav_overlay-content .menu-item a {
  font-size: 2rem;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.nav_overlay-content--social {
  display: flex;
  width: 100%;
  margin-top: 4rem;
}
.nav_overlay-content--social .social_menu-link a {
  display: block;
  text-decoration: none;
  color: #ffe166;
  margin: 0 1.5rem 1.5rem 0;
  cursor: pointer;
}
.nav_overlay-content--social .social_menu-link a img {
  width: 60px;
  height: 60px;
}
.nav_overlay-content--contact a {
  display: block;
  padding: 0.5rem 0;
  font-size: 1.2rem;
  color: #ffe166;
  text-decoration: none;
  text-transform: lowercase;
  cursor: pointer;
}

.comments {
  width: 90%;
  margin: 2% auto;
  font-family: "Quicksand", sans-serif;
  border-top: 2px dotted #e16625;
}
.comments .no-comments {
  padding-left: 10px;
}
.comments .comments__header {
  font-family: "Quicksand", sans-serif;
  font-size: 25px;
  font-weight: bold;
  margin: 20px 0 10px 10px;
}
.comments h2 {
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 10px 10px;
}
.comments .inner {
  position: relative;
  padding: 10px 0 20px 0;
}
.comments .inner img {
  width: 30px;
  height: auto;
  border-radius: 50%;
  position: absolute;
  left: 10px;
}
.comments .inner h4 {
  font-size: 14px;
  font-style: italic;
  color: grey;
  display: inline-block;
  font-weight: 300;
  padding: 5px 0 5px 55px;
}
.comments .inner h4 .url {
  font-size: 16px;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-style: normal;
}
.comments .inner p {
  display: block;
  padding: 5px 0 5px 55px;
  width: 50%;
}
.comments .inner .comment-reply-link {
  position: absolute;
  bottom: 0;
  left: 55px;
  color: #e16625;
  text-decoration: none;
}
.comments #commentform {
  margin: 20px 0 10px 10px;
}
@media only screen and (max-width: 1024px) {
  .comments #commentform {
    margin: 20px auto 10px;
  }
}
.comments #commentform a {
  color: #e16625;
  text-decoration: none;
}
.comments #commentform .user__logged {
  font-size: 16px;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-style: normal;
}
.comments #commentform .textArea {
  font-family: "Quicksand", sans-serif;
  display: block;
  margin: 1% 0 0 0;
  border: 2px dotted #e16625;
  padding: 1rem;
}
@media only screen and (max-width: 1024px) {
  .comments #commentform .textArea {
    width: 100%;
    padding: 0;
  }
}
.comments #commentform .textArea::placeholder {
  font-style: italic;
}
.comments #commentform .textArea:focus {
  outline-width: 1px;
  outline-style: solid;
  outline-color: #e16625;
  border: 2px solid #e16625;
}
.comments #commentform button {
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  font-style: italic;
  color: #e16625;
  display: inline-block;
  font-weight: 300;
  border: none;
  background: none;
  cursor: pointer;
}
.comments .depth-2 {
  padding-left: 3%;
}
.comments #cancel-comment-reply-link {
  display: block;
  color: #e16625;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
}

.carousel__box {
  position: absolute;
  right: 1rem;
  bottom: 3.25rem;
}
@media (max-width: 1024px) {
  .carousel__box {
    display: none;
  }
}

.carousel {
  position: relative;
  width: 450px;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.carousel_slider {
  display: flex;
}
.carousel_slider-box {
  text-decoration: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel_slider-box--img {
  width: 43%;
  height: auto;
  padding: 10px;
  border-radius: 25% 0 0 0;
}
.carousel_slider-box--txt {
  width: 140px;
  padding: 8px 10px;
}
.carousel_slider-box--txt .carosuel-cat {
  max-width: 140px;
  min-width: 140px;
  font-family: "Gilroy";
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #ff6b6b;
  letter-spacing: 3px;
}
.carousel_slider-box--txt .carosuel-title {
  width: 140px;
  padding: 10px 0 0 0;
  font-size: 1rem;
  font-family: "Gilroy";
  line-height: 1.2rem;
  text-align: center;
  color: #000;
}
.carousel_slider-box--txt .carosuel-txt {
  width: 140px;
  font-family: "Gilroy";
  font-weight: 200;
  padding: 15px 0 0 0;
  font-size: 14px;
  text-align: left;
  color: #000;
}

.slick-initialized .slick-slide {
  display: flex;
}

.hot-arrows {
  margin: 0 0 0 84px;
}

.slick-prev, .slick-next {
  z-index: 90;
  width: 100px;
}

.leaf-left {
  display: none;
  position: absolute;
  width: 150px;
  top: 15%;
  left: 0;
  margin-left: -20px;
  z-index: -1;
  overflow-x: hidden;
}
@media (min-width: 1024px) {
  .leaf-left {
    display: block;
  }
}

.leaf-right {
  display: none;
  position: absolute;
  width: 150px;
  bottom: 0;
  right: 0;
  margin-right: -20px;
  z-index: -1;
  overflow-x: hidden;
}
@media (min-width: 1024px) {
  .leaf-right {
    display: block;
  }
}

.leaf-left--nav {
  display: none;
  position: absolute;
  width: 150px;
  margin-top: 15%;
  left: 0;
  margin-left: -20px;
  z-index: -1;
  overflow-x: hidden;
}
@media (min-width: 1024px) {
  .leaf-left--nav {
    display: block;
  }
}

.about {
  position: relative;
  height: 800px;
}

.infoBox_top-head {
  padding: 50px 0 0 20px;
}

.blueBerry {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 150px;
  z-index: -1;
}
@media (min-width: 1024px) {
  .blueBerry {
    display: block;
  }
}

.input_container-submit {
  position: absolute;
  bottom: -40px;
  right: 0;
  left: 0;
  margin: 0 auto 0 auto;
  font-size: 14px;
  font-family: "Gilroy";
  font-weight: 500;
  border: none;
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
  text-transform: capitalize;
  color: #000;
}

.input_container-submit:hover {
  color: #e16625;
}

.input_container-submit:focus {
  outline: none;
  border: none;
}

#filter {
  margin: 1rem 0 0 0;
  text-align: center;
  padding: 0;
}

.filter_item {
  display: inline-block;
}
@media (max-width: 768px) {
  .filter_item {
    margin-bottom: 15px;
  }
}
.filter_item-link {
  padding: 20px;
  outline: none;
  font-family: "Gilroy";
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  background: none;
  border: none;
}
.filter_item-link:hover {
  color: #e16625;
}
.filter_item .tag-active {
  color: #e16625 !important;
}

.posts_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 50px auto;
  padding: 0;
  width: 90%;
  order: 1;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}

.fade__posts {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}

.post-section {
  position: relative;
  width: 100%;
}
.post-section.post-section-yellow {
  background-color: #f7f6eb;
}
.post-section__content {
  width: 80%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 2rem 0;
}
.post-section__content--apart-items {
  padding: 0 0 2rem;
}
@media (max-width: 1024px) {
  .post-section__content--apart-items {
    flex-direction: column;
  }
}
.post-section__content.gallery__content {
  flex-direction: column;
}
@media (max-width: 768px) {
  .post-section__content {
    flex-direction: column;
  }
}
.post-section__content-desc {
  width: 50%;
  font-size: 1.5rem;
  padding: 2rem 0 0;
}
@media (max-width: 1660px) {
  .post-section__content-desc {
    font-size: 1.2rem;
  }
}
@media (max-width: 1024px) {
  .post-section__content-desc {
    width: 100%;
  }
}
.post-section__content-items {
  width: fit-content;
  display: flex;
  justify-content: flex-end;
  padding: 2rem 0 0;
}
@media (max-width: 1024px) {
  .post-section__content-items {
    width: 100%;
    justify-content: flex-start;
  }
}
@media (max-width: 560px) {
  .post-section__content-items {
    flex-direction: column;
  }
}
.post-section__content-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 2rem;
  font-size: 1rem;
  border-left: 1px solid #c9c9c9;
}
@media (max-width: 1660px) {
  .post-section__content-item {
    font-size: 0.9rem;
    padding: 0 1.5rem;
  }
}
@media (max-width: 1440px) {
  .post-section__content-item {
    font-size: 0.8rem;
    padding: 0 1rem;
  }
}
@media (max-width: 560px) {
  .post-section__content-item {
    font-size: 0.9rem;
    flex-direction: row;
    justify-content: flex-start;
    padding: 0.5rem 1rem;
  }
}
.post-section__content-item--bold {
  font-weight: 600;
}
@media (max-width: 560px) {
  .post-section__content-item--bold {
    width: 5rem;
  }
}
.post-section__content-item--info {
  margin-top: 1rem;
}
@media (max-width: 560px) {
  .post-section__content-item--info {
    margin-top: 0rem;
    margin-left: 1rem;
  }
}
.post-section__content-longDesc {
  width: 70%;
  font-size: 1.2rem;
  text-align: left;
}
@media (max-width: 768px) {
  .post-section__content-longDesc {
    width: 100%;
  }
}
.post-section__content-longDesc p {
  margin-bottom: 1rem;
}
.post-section__small-text {
  font-size: 1.4rem;
  padding-bottom: 2rem;
}

.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 40rem;
  max-height: 60rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 1024px) {
  .hero::before {
    width: 100%;
  }
}
.hero.highlight-overlay {
  height: 100%;
  min-height: auto;
  max-height: auto;
}
.hero.highlight-overlay::before {
  display: none;
  /* lub content: none; background: none; w zależności od preferencji */
}
.hero__content {
  width: 80%;
  display: flex;
  justify-content: space-between;
  z-index: 10;
}
.hero__content-read {
  width: 65%;
}
@media (max-width: 768px) {
  .hero__content-read {
    width: 100%;
  }
}
.highlight-overlay .hero__content-read {
  width: 65%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 768px) {
  .highlight-overlay .hero__content-read {
    width: 100%;
  }
}
.hero__content-read .hero-desc {
  width: 80%;
  margin: 1rem 0 0;
}
.highlight-overlay .hero__content-read .hero-desc {
  width: 100%;
  margin: 1rem auto 0;
  text-align: center;
}
.hero__content-read .hero-button {
  margin: 1.2rem 0 0;
}
.highlight-overlay .hero__content-read .hero-button {
  margin: 2rem auto 0;
}
.hero__buttons {
  display: flex;
}
.hero__buttons :nth-child(2) {
  margin-left: 1rem;
}
@media (max-width: 768px) {
  .hero__buttons {
    flex-direction: column;
  }
  .hero__buttons :nth-child(2) {
    margin-left: 0;
  }
}

.cards {
  width: 100%;
}
.cards__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 80%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 2rem 0;
}
@media (max-width: 992px) {
  .cards__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
.cards__content .card {
  width: 33%;
  max-width: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding: 2rem;
  border-radius: 5%;
}
@media (max-width: 768px) {
  .cards__content .card {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .cards__content .card {
    width: 90%;
    padding: 2rem 0;
  }
}
.cards-icons .cards__content .card {
  max-width: 250px;
}
.cards__content .card__image {
  width: 100%;
  height: 20rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cards-icons .cards__content .card__image {
  height: auto;
}
.cards__content .card__image img {
  width: 100%;
  min-width: 50px;
  height: 100%;
  object-fit: cover;
  margin: 0 0 1rem;
}
.cards-icons .cards__content .card__image img {
  width: 25%;
  height: auto;
}
@media (max-width: 768px) {
  .cards-icons .cards__content .card__image img {
    width: 45%;
  }
}
@media (max-width: 480px) {
  .cards-icons .cards__content .card__image img {
    width: 50%;
  }
}
.cards__content .card__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 7rem;
}
.cards__content .card__title {
  margin: 0 0 1rem;
  text-transform: uppercase;
  font-size: 2rem;
}
.cards-icons .cards__content .card__title {
  margin: 0;
  text-transform: lowercase;
  font-size: 1.5rem;
}
.cards__content .card__desc {
  margin: 1rem 0 2rem;
}

.gallery .wrapper-carousel {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.gallery .carousel {
  width: 100%;
}
.gallery .carousel__slide {
  width: 40rem;
  padding: 0 10px; /* Odstępy po bokach slajdu */
  box-sizing: border-box;
  text-align: center;
}
.gallery .carousel__slide-thumb {
  width: 100%;
  aspect-ratio: 14/9;
  overflow: hidden;
}
.gallery .carousel__slide-thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.3s ease-in-out;
}
.gallery .section__desc {
  margin-bottom: 40px;
}

.postcards {
  width: 100%;
}
.postcards__content {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 80%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 2rem 0;
}
@media (max-width: 1440px) {
  .postcards__content {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .postcards__content {
    width: 96%;
  }
}
@media (max-width: 1024px) {
  .postcards__content {
    width: 90%;
    flex-direction: column;
    align-items: center;
  }
}
.postcards__content .postcard {
  position: relative;
  width: 32%;
  display: flex;
  flex-direction: column;
  margin: 1.5rem 0.2rem 0;
  text-align: left;
  border-radius: 15px;
  background-color: #f7f6eb;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .postcards__content .postcard {
    width: 90%;
    max-width: 600px;
    flex-direction: column;
  }
}
@media (max-width: 460px) {
  .postcards__content .postcard {
    width: 100%;
  }
}
.postcards__content .postcard:hover {
  cursor: pointer;
  background-color: #ffe166;
}
.postcards__content .postcard:hover .postcard__content-thumb--img {
  transform: scale(1.05);
  border-radius: 15px 15px 0 0;
}
.postcards__content .postcard__tags {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  list-style-type: none;
  padding: 10px 0 10px 2px;
  z-index: 97;
}
.postcards__content .postcard__tags .postcard__tag {
  font-size: 0.7rem;
  text-transform: capitalize;
  font-weight: 500;
  margin: 0 0 0 0.5rem;
  padding: 0.3rem 0.7rem;
  border-radius: 25px;
  background-color: #1e191a;
  color: #fff;
}
.postcards__content .postcard__content {
  width: 100%;
  text-align: center;
}
.postcards__content .postcard__content-thumb {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 15px 15px 0 0;
}
.postcards__content .postcard__content-thumb--img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.3s ease-in-out;
}
.postcards__content .postcard__content-textBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.8rem 1.5rem 0;
  text-align: left;
}
.postcards__content .postcard__content-textBox--title {
  padding: 0 10px 0.5rem 0;
  font-size: 1.4rem;
  color: #000000;
  font-weight: 400;
}
@media (max-width: 768px) {
  .postcards__content .postcard__content-textBox--title {
    font-size: 1.3rem;
  }
}
@media (max-width: 460px) {
  .postcards__content .postcard__content-textBox--title {
    font-size: 1.1rem;
  }
}
.blog-postcard .postcards__content .postcard__content-textBox--title {
  padding: 0 10px 0 0;
}
.postcards__content .postcard__content-textBox--price {
  font-size: 1.4rem;
  color: #000000;
  font-weight: 600;
}
@media (max-width: 460px) {
  .postcards__content .postcard__content-textBox--price {
    font-size: 1.3rem;
  }
}
.postcards__content .postcard__content-textBox--infoBox {
  width: max-content;
  white-space: nowrap;
}
.postcards__content .postcard__content-textBox--info {
  padding: 0 0 0.2rem;
  font-size: 0.9rem;
  color: #1e191a;
}
.postcards__content .postcard__content-textBox--desc {
  padding: 1rem 0;
  font-size: 0.9rem;
  color: #1e191a;
  border-top: 1px solid #1e191a;
}

.blog-postcard .postcard__content-textBox--title {
  padding: 0 10px 0 0;
}

.halves {
  position: relative;
  width: 100%;
  color: #000000;
}
.halves__content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .halves__content {
    flex-direction: column;
  }
}
.image_right .halves__content {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .image_right .halves__content {
    flex-direction: column;
  }
}
.halves__content-image {
  width: 50%;
  height: 30rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 992px) {
  .halves__content-image {
    width: 100%;
  }
}
.halves__content-read {
  width: 50%;
}
@media (max-width: 992px) {
  .halves__content-read {
    width: 100%;
  }
}
.halves__content-read.left {
  text-align: left;
}
.halves__content-read.center {
  text-align: center;
}
.halves__content-read.center .button, .halves__content-read.center .custom-form-wrapper input[type=submit], .custom-form-wrapper .halves__content-read.center input[type=submit] {
  margin-left: auto;
  margin-right: auto;
}
.halves__content-read.right {
  text-align: right;
}
.halves__content-read.right .button, .halves__content-read.right .custom-form-wrapper input[type=submit], .custom-form-wrapper .halves__content-read.right input[type=submit] {
  margin-left: auto;
}
.halves__content-read--box {
  padding: 4rem;
}
@media (max-width: 480px) {
  .halves__content-read--box {
    padding: 3rem 2rem;
  }
}
.halves__content-read--box .halves-desc {
  margin: 1rem 0;
}
.halves__content-read--box .halves-button {
  margin: 1.2rem 0 0;
}

.ltb {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ltb__content {
  width: 80%;
  display: flex;
  justify-content: space-between;
  padding: 5rem 0 7rem;
}
.ltb__content-read {
  display: flex;
}
@media (max-width: 768px) {
  .ltb__content-read {
    flex-direction: column;
  }
}
.ltb__content-read .ltb__icon {
  margin: 0 2.5rem 2rem 0;
}
.ltb__content-read .ltb__icon img {
  display: block;
  width: 60px;
  height: auto;
}
.ltb__content-read span {
  color: #ffcc00;
}
.ltb__small-text {
  font-size: 1.4rem;
  padding-bottom: 2rem;
}

.imgtxt {
  position: relative;
  width: 100%;
  padding: 10rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .imgtxt {
    padding: 6rem 0;
  }
}
.imgtxt__content {
  width: 80%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .imgtxt__content {
    flex-direction: column;
  }
}
.imgtxt__content-image {
  width: 25%;
  padding: 0 4rem;
}
@media (max-width: 992px) {
  .imgtxt__content-image {
    width: 80%;
    padding: 0;
    margin: 0 auto;
  }
}
.imgtxt__content-image--img {
  width: 100%;
  height: auto;
}
.imgtxt__content-read {
  width: 50%;
}
@media (max-width: 992px) {
  .imgtxt__content-read {
    width: 100%;
  }
}
.imgtxt__content-read .imgtxt-desc {
  width: 80%;
  margin: 1rem 0 0;
}
.imgtxt__content-read .imgtxt-desc p {
  padding-bottom: 10px;
}
.imgtxt__content-read .imgtxt-button {
  margin: 1.2rem 0 0;
}

.long-text__content {
  width: 80%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 2rem 0;
}
.long-text__content-longDesc {
  width: 70%;
  font-size: 1.2rem;
  text-align: left;
}
@media (max-width: 768px) {
  .long-text__content-longDesc {
    width: 100%;
  }
}
.long-text__content-longDesc h1,
.long-text__content-longDesc h2,
.long-text__content-longDesc h3,
.long-text__content-longDesc h4,
.long-text__content-longDesc h5,
.long-text__content-longDesc h6 {
  margin: 1rem 0;
}
.long-text__content-longDesc p {
  margin-bottom: 1rem;
}

.partners {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.partners__content {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  padding: 5rem 0 7rem;
}
.partners__content-smallText {
  font-size: 1.4rem;
  padding-bottom: 2rem;
}
.partners__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .partners__items {
    flex-direction: column;
  }
}
.partners__items-item {
  margin: 2rem auto 0;
}
.partners__items-item--link {
  text-decoration: none;
}
.partners__items-item--img {
  height: 4rem;
  width: auto;
  padding: 0 2rem;
}
@media (max-width: 1024px) {
  .partners__items-item--img {
    height: 3rem;
    width: auto;
    padding: 0;
  }
}
.partners__items-item--name {
  text-decoration: none;
}

.full-image__content {
  width: 80%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 1rem 0;
}
.full-image__wrapper {
  width: 70%;
  font-size: 1.2rem;
  text-align: left;
}
@media (max-width: 768px) {
  .full-image__wrapper {
    width: 100%;
  }
}
.full-image__wrapper--img {
  width: 100%;
  height: auto;
}

.highlight-overlay {
  position: relative;
  padding: 10rem 0;
}
.highlight-overlay__span {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  pointer-events: none;
  z-index: 0;
}
.highlight-overlay .section__title {
  margin: 0;
}
.highlight-overlay.hero__post {
  padding: 14rem 0 10rem;
}

html {
  scroll-behavior: smooth;
  margin: 0px !important;
}

body {
  position: relative;
  width: 100% !important;
  margin: 0px !important;
  padding: 0px !important;
  overflow-x: hidden;
  font-family: "Gilroy";
  color: #000000;
  box-sizing: border-box;
  font-size: 16px;
  min-height: 100vh;
}

.section {
  width: 80%;
  margin: 0 auto;
}
.section__full {
  width: 100%;
  margin: 0 auto;
}
.section__title {
  margin-top: 3rem;
}
.section__title.text-center {
  text-align: center;
}
.section__desc {
  font-size: 1.2rem;
  line-height: 28px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .section__desc {
    font-size: 1.1rem;
    line-height: 22px;
  }
}
.section__desc p {
  font-size: 1.2rem;
  line-height: 28px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .section__desc p {
    font-size: 1.1rem;
    line-height: 22px;
  }
}
.section__desc.text-center {
  text-align: center;
}

.section__posts {
  padding-top: 5rem;
}
.section__posts-postcards {
  min-height: 80vh;
}

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

.button, .custom-form-wrapper input[type=submit] {
  display: block;
  width: fit-content;
  padding: 1rem 2rem;
  background: transparent;
  border-radius: 50px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  border: 2px solid #fff;
  transition: all 0.1s ease-in-out;
  cursor: pointer;
}
.button:hover, .custom-form-wrapper input[type=submit]:hover {
  color: #000;
  background: #ffe166;
  border: 2px solid #ffe166;
}
.button-filled {
  border: 2px solid #000;
}
.button-filled:hover {
  background: #000;
  color: #fff;
}
.button-second, .custom-form-wrapper input[type=submit] {
  border: 2px solid #000;
  color: #000;
}
.button-icon {
  display: flex;
  align-items: center;
  padding: 0.5rem 1.2rem;
  font-weight: 600;
  text-transform: lowercase;
  color: #000;
  border: 2px solid #000;
  background: #ffe166;
}
.button-icon img {
  display: block;
  margin-right: 5px;
}
.nav__right .button-icon {
  margin-right: 0.7rem;
}
.button-icon:hover {
  background: #fff;
  color: #000;
  border: 2px solid #000;
}

.mobile-flex {
  display: none !important;
}

.desktop-flex {
  display: flex !important;
}

.desktop {
  display: block !important;
}

@media only screen and (max-width: 1024px) {
  .mobile-flex {
    display: flex !important;
  }
  .desktop-flex {
    display: none !important;
  }
  .desktop {
    display: none !important;
  }
}
p {
  font-family: "Gilroy";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gilroy";
  font-weight: 600;
}

.h1-title {
  font-family: "Gilroy";
  font-size: 6rem;
  line-height: 90px;
}
@media (max-width: 768px) {
  .h1-title {
    font-size: 4rem;
    line-height: 60px;
  }
}
@media (max-width: 460px) {
  .h1-title {
    font-size: 3rem;
    line-height: 50px;
  }
}
@media (max-width: 340px) {
  .h1-title {
    font-size: 2.1rem;
    line-height: 40px;
  }
}
.ltb .h1-title {
  font-weight: 500;
}

.h2-title {
  font-size: 4rem;
}
@media (max-width: 768px) {
  .h2-title {
    font-size: 2.8rem;
  }
}
@media (max-width: 460px) {
  .h2-title {
    font-size: 2.4rem;
  }
}
.ltb .h2-title {
  font-weight: 500;
}

* {
  margin: 0;
  padding: 0;
}

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