@charset "UTF-8";
@font-face {
  font-family: "Gordita-Black";
  src: url("assets/fonts/Gordita-Black.woff2") format("woff2"), url("assets/fonts/Gordita-Black.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gordita-Bold";
  src: url("assets/fonts/Gordita-Bold.woff2") format("woff2"), url("assets/fonts/Gordita-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gordita-Light";
  src: url("assets/fonts/Gordita-Light.woff2") format("woff2"), url("assets/fonts/Gordita-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gordita-Ultra";
  src: url("assets/fonts/Gordita-Ultra.woff2") format("woff2"), url("assets/fonts/Gordita-Ultra.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gordita-Regular";
  src: url("assets/fonts/Gordita-Regular.woff2") format("woff2"), url("assets/fonts/Gordita-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gordita-Thin";
  src: url("assets/fonts/Gordita-Thin.woff2") format("woff2"), url("assets/fonts/Gordita-Thin.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gordita-Medium";
  src: url("assets/fonts/Gordita-Medium.woff2") format("woff2"), url("assets/fonts/Gordita-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.ui-bg-gray {
  background-color: #F8F8F8 !important;
}

.ui-bg-white {
  background-color: #fff;
}

.ui-bg-dark {
  background-color: #323131;
}

body {
  background-color: #fff;
}

.container {
  max-width: 100%;
}
@media (min-width: 991px) {
  .container {
    max-width: 93%;
  }
}

.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid.mobile {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1024px) {
  .container-fluid.mobile {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1520px) {
  .container-fluid.mobile {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media (min-width: 991px) {
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1024px) {
  .container-fluid {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 1520px) {
  .container-fluid {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.container-right {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .container-right {
    padding-left: 30px;
    padding-right: 0;
  }
}
@media (min-width: 1520px) {
  .container-right {
    padding-left: 15rem;
    padding-right: 0;
  }
}

.container-inside {
  padding: 0 15px;
  width: 100%;
}
@media (min-width: 991px) {
  .container-inside {
    padding: 0 4.8vw;
  }
}

.top-space {
  padding-top: 120px;
}
@media (min-width: 991px) {
  .top-space {
    padding-top: 200px;
  }
}

#content {
  padding-top: 0;
}
@media (min-width: 991px) {
  #content {
    padding-top: 0;
  }
}

.border-radius {
  border-radius: 15px;
}

.border-radius-30 {
  border-radius: 30px;
}

.border-radius-60 {
  border-radius: 60px;
}

.border-radius-100 {
  border-radius: 100px;
}

.border-radius-circle {
  border-radius: 100px;
}

.text-with-icons svg {
  width: 55%;
}
@media (min-width: 991px) {
  .text-with-icons svg {
    width: 100%;
  }
}

.spacer {
  padding: 250px 0;
}

.space {
  margin-top: 80px;
}

.image-box.wide {
  height: 45vh;
  width: 100%;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.image-box .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.standarize-padding {
  padding: 50px 0 0;
}
@media (min-width: 991px) {
  .standarize-padding {
    padding: 100px 0 0;
  }
}

.mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.17);
  z-index: 1;
}

.icons-panel {
  margin: 0;
  border-radius: 10px;
}
@media (min-width: 991px) {
  .icons-panel {
    border-radius: 100px;
    margin-right: -15px;
    margin-left: -15px;
  }
}

.icon {
  max-height: 50px;
  max-width: 70px;
}

.line-title .title {
  width: auto;
}
.line-title h2 {
  position: relative;
}
.line-title .arrows {
  width: 100%;
}
@media (min-width: 991px) {
  .line-title .arrows {
    width: 15%;
  }
}
.line-title .divider-title {
  width: 85%;
  position: relative;
  height: 1px;
  background-color: #C6C6C6;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.circle-label {
  display: inline-block;
  animation: spin 12s linear infinite;
}
.circle-label.our-team {
  position: absolute;
  z-index: 50;
  left: 0;
  top: -160px;
}
@media (min-width: 991px) {
  .circle-label.our-team {
    left: 300px;
    top: -160px;
  }
}
.circle-label.reserve-it {
  position: absolute;
  z-index: 0;
  left: -132px;
  top: -120px;
}
@media (min-width: 991px) {
  .circle-label.reserve-it {
    left: -36px;
    top: -160px;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.square-image {
  max-width: 100%;
  height: 50vh;
  object-fit: cover;
}

.img-h-50 {
  height: 25vh;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 991px) {
  .img-h-50 {
    height: 50vh;
  }
}

.img-h-22 {
  height: 22vh;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.w-70 {
  width: 70%;
}

.border-top-divider {
  border-top: 1px solid #C6C6C6;
  width: 100%;
}

.border-bottom-divider {
  border-bottom: 1px solid #C6C6C6;
  width: 100%;
}

.boxed {
  min-height: auto;
}
@media (min-width: 991px) {
  .boxed {
    min-height: 22vh;
  }
}

.partner-logo {
  max-width: 45%;
}
@media (min-width: 991px) {
  .partner-logo {
    max-width: 100%;
  }
}

/* Styl dla sekcji ładowania */
.swiper-preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border: 1px solid #C6C6C6;
  border-top-color: #323131;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  z-index: 10;
}

/* Kluczowe klatki dla animacji spinnera */
@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/* Ukrycie Swipera do momentu załadowania */
.swiper-container {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.banner-single-page {
  width: 100%;
  height: 25vh;
  object-fit: cover;
}
@media (min-width: 991px) {
  .banner-single-page {
    height: 60vh;
  }
}

.fade-up {
  opacity: 0; /* Elementy są początkowo niewidoczne */
  transform: translateY(50px); /* Elementy są przesunięte w dół przed animacją */
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.flash {
  opacity: 0; /* Elementy są początkowo niewidoczne */
}

section.header {
  margin-top: 130px;
}
@media (min-width: 991px) {
  section.header {
    margin-top: 90px;
  }
}

body {
  font-family: "Gordita-Regular";
  color: #323131;
}

html {
  font-size: 16px;
}

strong {
  font-family: "Gordita-Medium";
  font-weight: normal;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #000;
}

.font-light {
  font-family: "Gordita-Light";
}

.font-bold {
  font-family: "Gordita-Bold";
}

.subtitle {
  font-family: "Gordita-Bold";
  text-transform: uppercase;
  font-size: 0.85rem;
}

pre, em {
  font-family: "Gordita-Bold";
  text-transform: uppercase;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Gordita-Regular";
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-family: "Gordita-Bold";
}

h1 {
  font-size: 2.5rem;
}
@media (min-width: 991px) {
  h1 {
    font-size: 4rem;
  }
}

h2 {
  font-size: 2rem;
}
@media (min-width: 991px) {
  h2 {
    font-size: 3rem;
  }
}

h3 {
  font-size: 1.3rem;
}
@media (min-width: 991px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 1.2rem;
}
@media (min-width: 991px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.15rem;
}

p {
  font-size: 1rem;
  font-family: "Gordita-Regular";
  line-height: 1.7;
  text-align: justify;
  margin-bottom: 0;
}

.expedition-date {
  font-size: 1.2rem;
}

.top-navigation {
  position: relative;
  z-index: 10;
}
.top-navigation nav {
  position: absolute;
  z-index: 10;
}

.scroll-navigation.index {
  z-index: 0;
}

.top-navigation.dark nav {
  position: relative;
}
.top-navigation.dark .current-menu-item a {
  color: #323131;
}
.top-navigation.dark .current-menu-item a::after {
  width: 100%;
  background-color: #323131;
}
.top-navigation.dark ul li a {
  color: #323131;
}
.top-navigation.dark ul li a::after {
  background-color: #323131;
}

.top-navigation ul, .scroll-navigation ul {
  margin: 0;
  padding: 0;
}
.top-navigation ul li, .scroll-navigation ul li {
  text-align: center;
  display: block;
  margin: 20px 0;
  list-style: none;
}
@media (min-width: 991px) {
  .top-navigation ul li, .scroll-navigation ul li {
    display: inline-block;
    margin: 0 0 0 45px;
    text-align: left;
    padding: 18px 0;
  }
}
.top-navigation ul li.current-menu-item a, .scroll-navigation ul li.current-menu-item a {
  color: #fff;
}
.top-navigation ul li.current-menu-item a::after, .scroll-navigation ul li.current-menu-item a::after {
  width: 100%;
}
.top-navigation ul li a, .scroll-navigation ul li a {
  color: #fff;
  transition: 0.25s all;
  font-size: 1rem;
  position: relative;
}
.top-navigation ul li a:hover::after, .scroll-navigation ul li a:hover::after {
  width: 100%;
}
.top-navigation ul li a::after, .scroll-navigation ul li a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: 0.25s all;
}
.top-navigation .btn, .scroll-navigation .btn {
  margin: 0 10px;
}
.top-navigation .brand, .scroll-navigation .brand {
  position: relative;
  z-index: 900;
}
.top-navigation .brand svg, .scroll-navigation .brand svg {
  max-width: 80%;
}
@media (min-width: 991px) {
  .top-navigation .brand svg, .scroll-navigation .brand svg {
    max-width: 100%;
  }
}

.hamburger-button {
  z-index: 50;
  position: relative;
}

.hamburger-circle {
  height: 57px;
  width: 57px;
  background-image: url("assets/images/circle_svg.svg");
}

.hamburger-icon {
  position: relative;
  width: 24px;
  height: 13px;
  z-index: 999;
}
.hamburger-icon span {
  position: absolute;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 2px;
  transition: 0.3s all;
}
.hamburger-icon span:nth-child(1) {
  top: 0;
}
.hamburger-icon span:nth-child(2) {
  top: 6px;
}
.hamburger-icon span:nth-child(3) {
  top: 12px;
}
.hamburger-icon.nav-expand span:nth-child(1) {
  top: 6px;
  transform: rotate(45deg);
}
.hamburger-icon.nav-expand span:nth-child(2) {
  transform: translateX(30px);
  opacity: 0;
}
.hamburger-icon.nav-expand span:nth-child(3) {
  top: 6px;
  transform: rotate(-45deg);
}

.mobile-navi {
  background-color: #323131;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 20px 0;
}
.mobile-navi .container-fluid {
  z-index: 500;
}

.mobile-navi-content {
  background-color: #323131;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  transition: 0.25s all;
}
.mobile-navi-content ul {
  margin: 0;
  padding: 0;
}
.mobile-navi-content ul li {
  list-style: none;
  text-align: center;
  display: block;
  margin: 15px 0;
}
.mobile-navi-content ul li.current_page_item a::after {
  width: 100%;
}
.mobile-navi-content ul li a {
  color: #fff;
  font-size: 2rem;
  position: relative;
  padding: 7px 0;
}
.mobile-navi-content ul li a:hover::after {
  width: 100%;
}
.mobile-navi-content ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: 0.25s all;
}
.mobile-navi-content.nav-expand {
  transform: translateX(0);
}

.scroll-navigation {
  transition: transform 0.3s ease;
  transform: translateY(-100%);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #323131;
}

.nav-up {
  transform: translateY(-102%);
}

.nav-down {
  transform: translateY(0);
}

.menu-symbol {
  font-size: 0.85rem;
  margin-left: 15px;
  letter-spacing: 5px;
}

.brand {
  position: relative;
  z-index: 900;
}
.brand svg {
  max-width: 100%;
}
@media (min-width: 991px) {
  .brand svg {
    max-width: 100%;
  }
}

.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-home {
  position: relative;
  height: 100vh;
}
.swiper-home .swiper-wrapper {
  position: absolute;
}
.swiper-home .content {
  position: relative;
  z-index: 5;
  margin-top: -150px;
}
@media (min-width: 991px) {
  .swiper-home .content {
    margin-top: -200px;
  }
}
.swiper-home img.swiper-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
}
.swiper-home .belt-container {
  border-top: 1px solid #C6C6C6;
  position: relative;
  z-index: 10;
}
.swiper-home .divider {
  height: 20px;
  width: 1px;
  background-color: #C6C6C6;
}

.navigation {
  position: relative;
  z-index: 10;
}
.navigation .prev, .navigation .button-prev, .navigation .portfolio-prev, .navigation .next, .navigation .button-next, .navigation .portfolio-next {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: relative;
}
.navigation .prev::before, .navigation .button-prev::before, .navigation .portfolio-prev::before, .navigation .next::before, .navigation .button-next::before, .navigation .portfolio-next::before {
  content: "";
  width: 10px;
  height: 18px;
  display: inline-block;
}
.navigation .prev::after, .navigation .button-prev::after, .navigation .portfolio-prev::after, .navigation .next::after, .navigation .button-next::after, .navigation .portfolio-next::after {
  display: none;
}
.navigation .prev::before, .navigation .portfolio-prev::before {
  background-image: url("assets/images/arrow_left_white.svg");
}
.navigation .next::before, .navigation .portfolio-next::before {
  background-image: url("assets/images/arrow_right_white.svg");
}
.navigation .button-prev::before {
  background-image: url("assets/images/arrow_left_dark.svg");
}
.navigation .button-next::before {
  background-image: url("assets/images/arrow_right_dark.svg");
}

.swiper-global img {
  width: 100%;
  height: 30vh;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 991px) {
  .swiper-global img {
    height: 60vh;
  }
}

.swiper-global {
  position: relative;
}

.swiper-global .swiper-pagination {
  bottom: 65px !important;
  text-align: center;
  position: relative;
}

.swiper-global .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 0;
  background-color: transparent;
  border: 2px solid white;
  opacity: 1;
}

.swiper-global .swiper-pagination-bullet-active {
  background-color: white;
  border: 2px solid white;
}

.portfolio-gallery .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.portfolio-gallery .swiper-slide {
  background-size: cover;
  background-position: center;
}
.portfolio-gallery .mySwiper2 {
  height: 80%;
  width: 100%;
}
.portfolio-gallery .mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 30px 0;
}
.portfolio-gallery .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.portfolio-gallery .main-swipe-img {
  height: 25vh;
}
@media (min-width: 991px) {
  .portfolio-gallery .main-swipe-img {
    height: 65vh;
  }
}
.portfolio-gallery .thumb-swipe-img {
  height: 22vh;
}

.mySwiper .swiper-slide, .gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active, .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.gallery-thumbs .swiper-slide {
  width: 100%;
  cursor: pointer;
}

.gallery-top {
  width: 100%;
}
.gallery-top:hover .swiper-button-next, .gallery-top:hover .swiper-button-prev {
  opacity: 1;
}
.gallery-top .swiper-button-next, .gallery-top .swiper-button-prev {
  color: #fff;
  transform: scale(0.6);
  transition: 0.25s all;
  opacity: 1;
}
@media (min-width: 991px) {
  .gallery-top .swiper-button-next, .gallery-top .swiper-button-prev {
    opacity: 0;
  }
}

.gallery-top .swiper-slide {
  display: block;
}

.gallery-thumbs {
  width: calc(16% - 20px);
  height: 66vh;
}

.img-thumb {
  width: 100%;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-top {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pages .swiper-slide .image-box {
  width: 100%;
  height: 50vh;
  position: relative;
  overflow: hidden;
}
.swiper-pages .swiper-slide .image-box .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(1.1);
  transition: 0.25s all;
}
.swiper-pages .swiper-slide .image-box:hover .image {
  transform: scale(1);
}
.swiper-pages .swiper-slide h3 {
  position: relative;
  z-index: 5;
  background: #fff;
  margin: 0;
  padding: 30px;
}

.swiper-portfolio .image-box {
  width: 100%;
  height: 30vh;
  position: relative;
  overflow: hidden;
}
.swiper-portfolio .image-box .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(1.1);
  transition: 0.25s all;
}
.swiper-portfolio .image-box:hover .image {
  transform: scale(1);
}

.portfolio-gallery .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.portfolio-gallery .swiper-slide {
  background-size: cover;
  background-position: center;
}
.portfolio-gallery .mySwiper2 {
  height: 80%;
  width: 100%;
}
.portfolio-gallery .mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 30px 0;
}
.portfolio-gallery .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.portfolio-gallery .main-swipe-img {
  height: 25vh;
}
@media (min-width: 991px) {
  .portfolio-gallery .main-swipe-img {
    height: 65vh;
  }
}
.portfolio-gallery .thumb-swipe-img {
  height: 22vh;
}

.swiper-pagination-progressbar {
  width: 70% !important;
  height: 1px !important;
  background-color: #C6C6C6 !important;
}
@media (min-width: 991px) {
  .swiper-pagination-progressbar {
    width: 90% !important;
  }
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #323131;
  height: 1px;
}

.slide-navigation {
  width: 100%;
  position: relative;
}
.slide-navigation .progressbar {
  width: 100%;
}
.slide-navigation .arrows .swiper-button-prev, .slide-navigation .arrows .swiper-button-next {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: relative;
}
.slide-navigation .arrows .swiper-button-prev::before, .slide-navigation .arrows .swiper-button-next::before {
  content: "";
  width: 12px;
  height: 12px;
}
.slide-navigation .arrows .swiper-button-prev::after, .slide-navigation .arrows .swiper-button-next::after {
  display: none;
}
.slide-navigation .arrows .swiper-button-prev::before {
  background-image: url("assets/images/controler_left.svg");
}
.slide-navigation .arrows .swiper-button-next::before {
  background-image: url("assets/images/controler_right.svg");
}

.adress a, .cta-foot a {
  text-align: center;
  display: block;
}
@media (min-width: 991px) {
  .adress a, .cta-foot a {
    text-align: right;
    display: inline-block;
  }
}

footer .adress p, .cta-foot p {
  text-align: center !important;
}
@media (min-width: 991px) {
  footer .adress p, .cta-foot p {
    text-align: right !important;
  }
}

.contact-form input, .contact-form textarea, .contact-form label {
  margin: 15px 0;
}
@media (min-width: 991px) {
  .contact-form input, .contact-form textarea, .contact-form label {
    margin: 0;
  }
}

.btn {
  padding: 15px 30px;
  display: inline-block;
  transition: 0.25s all;
  font-family: "Gordita-Medium";
}
.btn.white {
  border: 2px solid #fff;
  color: #fff;
}
.btn.white:hover {
  background-color: #fff;
  color: #323131;
}
.btn.dark {
  border: 2px solid #323131;
  color: #323131;
}
.btn.dark:hover {
  background-color: #323131;
  color: #fff;
}

.entry a {
  padding: 15px 30px;
  display: inline-block;
  transition: 0.25s all;
  font-family: "Gordita-Medium";
  border: 2px solid #323131;
  color: #323131;
  margin-top: 20px;
}
.entry a:hover {
  background-color: #323131;
  color: #fff;
}

footer ul {
  margin: 0;
  padding: 0;
}
footer ul li {
  text-align: center;
  display: block;
  margin: 20px 0;
  list-style: none;
}
@media (min-width: 991px) {
  footer ul li {
    display: inline-block;
    margin: 0 0 0 45px;
    text-align: left;
    padding: 18px 0;
  }
}
footer ul li.current-menu-item a {
  color: #323131;
}
footer ul li.current-menu-item a::after {
  width: 100%;
}
footer ul li a {
  color: #323131;
  transition: 0.25s all;
  font-size: 1rem;
  position: relative;
}
footer ul li a:hover::after {
  width: 100%;
}
footer ul li a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #323131;
  transition: 0.25s all;
}
footer .adress p {
  text-align: right;
}
footer .adress .btn::after, footer .copy .btn::after {
  display: none;
}
footer .adress a, footer .copy a {
  color: #323131;
  transition: 0.25s all;
  font-size: 1rem;
  position: relative;
}
footer .adress a:hover::after, footer .copy a:hover::after {
  width: 100%;
}
footer .adress a::after, footer .copy a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #323131;
  transition: 0.25s all;
}

.cta-foot a {
  color: #323131;
}

.contact-form p {
  margin-bottom: 0;
}
.contact-form .wpcf7-acceptance label {
  background-color: transparent !important;
  color: #323131 !important;
}
.contact-form .wpcf7-acceptance a {
  color: #323131 !important;
}
.contact-form .wpcf7 form.invalid .wpcf7-response-output, .contact-form .wpcf7 form.unaccepted .wpcf7-response-output, .contact-form .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: transparent !important;
  color: #323131 !important;
  background-color: #F8F8F8 !important;
  padding: 15px !important;
  text-align: center !important;
}
.contact-form .wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450 !important;
  background-color: #46b450 !important;
  color: #fff !important;
  padding: 15px !important;
  text-align: center !important;
}
.contact-form textarea {
  max-height: 200px;
}
.contact-form input, .contact-form textarea, .contact-form label {
  width: 100%;
  background-color: #fff;
  border: 2px solid #323131;
  padding: 15px;
  text-transform: uppercase;
  font-size: 0.85rem;
  outline: 0;
  transition: 0.25s all;
}
@media (min-width: 991px) {
  .contact-form input, .contact-form textarea, .contact-form label {
    font-size: 0.95rem;
  }
}
.contact-form input:focus, .contact-form textarea:focus, .contact-form label:focus {
  color: #323131 !important;
}
.contact-form input:focus::-webkit-input-placeholder, .contact-form textarea:focus::-webkit-input-placeholder, .contact-form label:focus::-webkit-input-placeholder { /* WebKit/Blink browsers */
  opacity: 0; /* Required opacity for Firefox */
}
.contact-form input:focus::-moz-placeholder, .contact-form textarea:focus::-moz-placeholder, .contact-form label:focus::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  opacity: 0; /* Required opacity for Firefox */
}
.contact-form input:focus:-ms-input-placeholder, .contact-form textarea:focus:-ms-input-placeholder, .contact-form label:focus:-ms-input-placeholder { /* Internet Explorer 10-11 */
  opacity: 0; /* Required opacity for Firefox */
}
.contact-form input:focus::-ms-input-placeholder, .contact-form textarea:focus::-ms-input-placeholder, .contact-form label:focus::-ms-input-placeholder { /* Microsoft Edge */
  opacity: 0; /* Required opacity for Firefox */
}
.contact-form input #placeholder, .contact-form textarea #placeholder, .contact-form label #placeholder {
  color: gray;
  opacity: 1; /* Required opacity for Firefox */
}
.contact-form input {
  margin-bottom: 0;
  color: #323131;
}
@media (min-width: 991px) {
  .contact-form input {
    margin-bottom: 30px;
  }
}
.contact-form input.wpcf7-not-valid {
  border-bottom: 1px solid #dc302e;
}
.contact-form .wpcf7-not-valid-tip {
  color: #dc3232 !important;
  /* font-size: 1em; */
  font-weight: normal !important;
  display: block !important;
  position: absolute !important;
  top: 35px !important;
  font-size: 0.9rem !important;
}
.contact-form select {
  width: 100%;
  background-color: transparent;
  border: 1px solid #5f5f5f;
  padding: 15px;
  padding-right: 30px; /* Dodatkowy odstęp dla strzałki */
  -webkit-appearance: none; /* Dla przeglądarek opartych na silniku WebKit, np. Chrome, Safari */
  -moz-appearance: none; /* Dla przeglądarek opartych na silniku Gecko, np. Firefox */
  appearance: none; /* Dla innych przeglądarek */
  position: relative;
}
.contact-form select::after {
  content: "";
  background-image: url("assets/images/arrow-left-white.svg");
  background-size: 20px; /* Rozmiar strzałki */
  background-repeat: no-repeat; /* Nie powtarzaj obrazu tła */
  padding-right: 30px; /* Zapewnienie miejsca na strzałkę */
}
.contact-form textarea, .contact-form select, .contact-form input {
  color: #323131;
}
.contact-form textarea::-webkit-input-placeholder, .contact-form select::-webkit-input-placeholder, .contact-form input::-webkit-input-placeholder { /* WebKit/Blink browsers */
  color: gray;
  opacity: 1; /* Required opacity for Firefox */
  transition: 0.25s all;
  font-family: "Gordita-Medium";
}
.contact-form textarea::-moz-placeholder, .contact-form select::-moz-placeholder, .contact-form input::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: gray;
  opacity: 1; /* Required opacity for Firefox */
  transition: 0.25s all;
  font-family: "Gordita-Medium";
}
.contact-form textarea:-ms-input-placeholder, .contact-form select:-ms-input-placeholder, .contact-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: gray;
  opacity: 1; /* Required opacity for Firefox */
  transition: 0.25s all;
  font-family: "Gordita-Medium";
}
.contact-form textarea::-ms-input-placeholder, .contact-form select::-ms-input-placeholder, .contact-form input::-ms-input-placeholder { /* Microsoft Edge */
  color: gray;
  opacity: 1; /* Required opacity for Firefox */
  transition: 0.25s all;
  font-family: "Gordita-Medium";
}
.contact-form .wpcf7-list-item a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.contact-form .wpcf7-list-item label {
  border: 0;
  padding: 0;
  color: #fff;
}
.contact-form .wpcf7-list-item {
  display: block;
  padding-left: 0;
  padding-top: 2px;
  position: relative;
  cursor: pointer;
  user-select: none;
  font-size: 0.9rem;
  margin-left: 0;
}
.contact-form .wpcf7-list-item input {
  width: 15px;
  height: 15px;
}
.contact-form .wpcf7-submit {
  padding: 15px 30px !important;
  width: auto;
  margin-right: auto;
}

.wpcf7-list-item-label {
  color: #717070;
  text-transform: none;
  font-size: 0.85rem;
  letter-spacing: normal;
}

.contact-form input.wpcf7-not-valid {
  color: #dc302e;
  transition: 0.25s all;
}
.contact-form input.wpcf7-not-valid .wpcf7-not-valid-tip {
  padding-top: 10px;
  transition: 0.25s all;
}

.wpcf7-not-valid-tip {
  padding-top: 3px;
}

.contact-details-contact strong {
  font-size: 1.2rem !important;
  margin-bottom: 0;
}
.contact-details-contact a {
  color: #fff;
  position: relative;
  padding-bottom: 5px;
}
.contact-details-contact a:hover::before {
  width: 100%;
}
.contact-details-contact a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: 0.25s all;
}

/* Ukryj domyślny checkbox */
.wpcf7 input[type=checkbox] {
  display: none;
}

/* Stylizacja niestandardowego checkboxa */
.wpcf7 input[type=checkbox] + span {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0 !important;
}

/* Dodanie osobnego elementu ptaszka */
.wpcf7 input[type=checkbox] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #C6C6C6;
  background-color: #fff;
  transition: background-color 0.3s, border-color 0.3s;
}

/* Dodanie stylu dla zaznaczonego checkboxa */
.wpcf7 input[type=checkbox]:checked + span::before {
  background-color: #fff;
  border-color: #C6C6C6;
}

/* Dodanie osobnego elementu ptaszka */
.wpcf7 input[type=checkbox] + span::after {
  content: "✔";
  position: absolute;
  left: 8px;
  top: 1px;
  font-size: 16px;
  color: #323131;
  opacity: 0;
  transition: opacity 0.3s;
}

/* Dodanie stylu dla zaznaczonego checkboxa */
.wpcf7 input[type=checkbox]:checked + span::after {
  opacity: 1;
}

#zapiszsie input {
  margin-bottom: 0;
}
#zapiszsie .wpcf7-submit {
  background-color: #323131;
  width: 100%;
  color: #fff;
  border-color: #323131;
}
#zapiszsie .wpcf7-submit:hover {
  background-color: transparent;
  color: #323131;
}

.contact-details a {
  color: #323131;
  transition: 0.25s all;
  font-size: 1rem;
  position: relative;
}
.contact-details a:hover::after {
  width: 100%;
}
.contact-details a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #323131;
  transition: 0.25s all;
}
.contact-details p {
  color: #4E535F;
}
.contact-details p strong {
  color: #323131;
}

.hero {
  height: 100vh;
  position: relative;
}

.centered strong {
  display: block;
  text-align: center;
}

.madey-projects h3 {
  font-size: 1.3rem;
}

.offers img.offer-image {
  max-width: 100%;
  height: 20vh;
  object-fit: cover;
  width: 100%;
}

.madey-projects a.hitbox .arrow {
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 0;
  transition: 0.25s all;
  right: 15px;
  bottom: 15px;
  transform: translateX(135%);
}
.madey-projects a.hitbox .arrow img {
  background-color: #fff;
  width: 60px;
  height: 60px;
  padding: 22px;
}
.madey-projects a.hitbox .image-box {
  width: 100%;
  height: 30vh;
  position: relative;
  overflow: hidden;
}
.madey-projects a.hitbox .image-box .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(1.1);
  transition: 0.25s all;
}
.madey-projects a.hitbox .image-box:hover .arrow {
  transform: translate(0);
}
.madey-projects a.hitbox .image-box:hover .image {
  transform: scale(1);
}

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