@charset "UTF-8";
html {
  scroll-behavior: smooth;
  scroll-padding-top: 250px;
}

body {
  margin: 0;
}
body p, body span, body h1, body h2, body h3, body h4, body h5, body h6, body a, body button, body label {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
body .page-container #sticky-header {
  background: white;
  box-shadow: -3px 4px 18px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -3px 4px 18px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -3px 4px 18px 0px rgba(0, 0, 0, 0.75);
  z-index: 2;
}
body .page-container #sticky-header .header-inner {
  max-width: 1720px;
  margin: 0 auto;
}
body .page-container #sticky-header .header-inner .navbar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
body .page-container #sticky-header .header-inner .navbar .logo-container .logo {
  height: auto;
  width: 198px;
  transition: 0.3s;
}
body .page-container #sticky-header .header-inner .navbar .nav-links {
  display: flex;
  flex-direction: row;
  list-style: none;
}
body .page-container #sticky-header .header-inner .navbar .nav-links li {
  margin-left: 20px;
}
body .page-container #sticky-header .header-inner .navbar .nav-links li a {
  color: black;
  text-decoration: none;
  font-size: 29px;
  font-weight: 600;
}
body .page-container main {
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
}
body .page-container main .hero {
  display: flex;
  flex-direction: column;
  position: relative;
  max-height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
body .page-container main .hero .img-container {
  width: 100%;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  display: flex;
}
body .page-container main .hero .img-container img {
  height: auto;
  min-width: 100%;
}
body .page-container main .hero .text-container {
  width: 820px;
  max-width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px 60px;
  background: rgba(255, 255, 255, 0.69);
  border-radius: 12px;
  box-shadow: 3px 12px 26px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 3px 12px 26px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px 12px 26px 0px rgba(0, 0, 0, 0.75);
}
body .page-container main .hero .text-container h1 {
  font-size: 48px;
  margin-bottom: 0;
}
body .page-container main .hero .text-container p {
  font-size: 32px;
  line-height: 45px;
  text-align: center;
}
body .page-container main .hero .contact-link {
  display: flex;
  padding: 20px;
  background: #272424;
  color: white;
  text-decoration: none;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
  margin-top: 5px;
  transition: 0.3s;
  font-size: 31px;
  margin-bottom: 5px;
}
body .page-container main .hero .contact-link:hover {
  color: white !important;
  background: #454444;
  transition: 0.3s;
}
body .page-container .slogan-container .slogan {
  font-size: 50px;
  font-weight: 400;
  text-align: center;
  font-family: "EB Garamond", serif;
  margin-top: 74px;
  position: relative;
  font-style: italic;
  margin-bottom: 74px;
}
body .page-container .slogan-container .slogan:before, body .page-container .slogan-container .slogan:after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 2px;
  background-color: #999999;
  vertical-align: middle;
  margin: 0 10px;
}
body .page-container .def-section {
  margin-top: 40px;
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 1860px;
  max-width: 100%;
  background-image: url("../img/fbg.png"); /* zamień na prawidłową ścieżkę */
  background-repeat: repeat;
  background-size: auto;
  background-color: #f8f8f4;
  background-size: 28%;
  border-radius: 14px;
}
body .page-container .def-section .pricing {
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  padding-bottom: 40px;
}
body .page-container .def-section .inner {
  display: flex;
  flex-direction: row;
}
body .page-container .def-section .inner .left, body .page-container .def-section .inner .right {
  width: 50%;
  overflow: hidden;
}
body .page-container .def-section .inner .left .travel-fees, body .page-container .def-section .inner .right .travel-fees {
  font-size: 34px;
}
body .page-container .def-section .inner .left {
  padding: 60px;
}
body .page-container .def-section .inner .left .img-container {
  overflow: hidden;
  border-radius: 14px;
  -webkit-box-shadow: 3px 4px 11px 0px rgba(0, 0, 0, 0.43);
  -moz-box-shadow: 3px 4px 11px 0px rgba(0, 0, 0, 0.43);
  box-shadow: 3px 4px 11px 0px rgba(0, 0, 0, 0.43);
  max-height: 99%;
}
body .page-container .def-section .inner .left .img-container img {
  max-width: 100%;
  transition: 0.3s;
}
body .page-container .def-section .inner .left .img-container img:hover {
  transition: 0.3s;
  scale: 1.1;
}
body .page-container .def-section .inner .right {
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body .page-container .def-section .inner h2 {
  font-size: 46px;
  margin-bottom: 0;
}
body .page-container .def-section .inner p {
  font-size: 24px;
  line-height: 36px;
}
body .page-container .def-section .inner ul li {
  padding-top: 20px;
  font-size: 24px;
}
body .page-container .def-section#about .right {
  padding: 40px 80px;
}
body .page-container .def-section#about .right .img-container {
  overflow: hidden;
  border-radius: 14px;
  -webkit-box-shadow: 3px 4px 11px 0px rgba(0, 0, 0, 0.43);
  -moz-box-shadow: 3px 4px 11px 0px rgba(0, 0, 0, 0.43);
  box-shadow: 3px 4px 11px 0px rgba(0, 0, 0, 0.43);
  max-height: 99%;
}
body .page-container .def-section#about .right .img-container img {
  max-width: 100%;
  transition: 0.3s;
}
body .page-container .def-section#about .right .img-container img:hover {
  transition: 0.3s;
  scale: 1.1;
}
body .page-container .def-section#about .left {
  padding: 40px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body .page-container .def-section#contact .inner {
  flex-direction: column;
  padding: 60px;
}
body .page-container .def-section#contact .inner .contact-form {
  width: 100%;
  margin: 40px auto 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
body .page-container .def-section#contact .inner .legend {
  font-size: 16px;
  color: #8b0e0e;
  margin: 0;
}
body .page-container .def-section#contact .inner .form-group {
  max-width: 100%;
}
body .page-container .def-section#contact .inner .form-group .label-required:after {
  content: "*";
  color: #8b0e0e;
}
body .page-container .def-section#contact .inner .form-group input {
  max-width: 100%;
}
body .page-container .def-section#contact .inner .form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #444;
  font-size: 24px;
}
body .page-container .def-section#contact .inner .contact-form input,
body .page-container .def-section#contact .inner .contact-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 1rem;
  background: #fff;
  color: #333;
  transition: border 0.3s ease;
  width: calc(100% - 24px);
}
body .page-container .def-section#contact .inner .contact-form input:focus,
body .page-container .def-section#contact .inner .contact-form textarea:focus {
  border-color: #aaa;
  outline: none;
}
body .page-container .def-section#contact .inner .submit-btn {
  align-self: flex-start;
  background-color: #444;
  color: #fff;
  padding: 12px 28px;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  cursor: pointer;
  transition: 0.3s;
  font-size: 24px;
}
body .page-container .def-section#contact .inner .submit-btn:hover {
  background-color: #222;
  transition: 0.3s;
}
body .page-container footer {
  width: 100%;
  background: white;
  border-top: 1px solid black;
  background-image: url("../img/fbg.png");
  background-repeat: repeat;
  background-size: auto;
  background-color: #f8f8f4;
  background-size: 8%;
  margin-top: 100px;
}
body .page-container footer .footer-inner {
  display: flex;
  flex-direction: column;
  width: 1900px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
body .page-container footer .footer-inner .footer-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px 0px;
  align-items: flex-end;
  padding-bottom: 0;
}
body .page-container footer .footer-inner .footer-content .logo-container .logo {
  height: auto;
  width: 160px;
  transition: 0.3s;
}
body .page-container footer .footer-inner .footer-content .links-container .nav-links {
  position: relative !important;
  display: flex;
  flex-direction: row;
  pointer-events: auto !important;
  list-style: none;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  opacity: 1 !important;
  background: transparent !important;
}
body .page-container footer .footer-inner .footer-content .links-container .nav-links li {
  margin-left: 20px;
}
body .page-container footer .footer-inner .footer-content .links-container .nav-links li a {
  color: black;
  text-decoration: none;
  font-size: 22px;
  font-weight: 500;
}
body .page-container footer .footer-inner .copyright {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
body .page-container footer .footer-inner .copyright p {
  font-size: 20px;
}
body .page-container footer .footer-inner .copyright .social-links ul {
  display: flex;
  flex-direction: row;
  list-style: none;
}
body .page-container footer .footer-inner .copyright .social-links ul li {
  padding-left: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
body .page-container footer .footer-inner .copyright .social-links ul li span {
  color: black;
  font-size: 20px;
  padding-right: 10px;
}
body .page-container footer .footer-inner .copyright .social-links ul li a {
  color: black;
  font-size: 20px;
  text-decoration: none;
  transition: 0.3s;
}
body .page-container footer .footer-inner .copyright .social-links ul li a svg {
  width: 30px;
  height: 30px;
  transition: 0.3s;
}
body .page-container footer .footer-inner .copyright .social-links ul li a:hover {
  transition: 0.3s;
}
body .page-container footer .footer-inner .copyright .social-links ul li a:hover svg {
  filter: brightness(0) saturate(100%) invert(22%) sepia(4%) saturate(9%) hue-rotate(360deg) brightness(100%) contrast(84%);
  transition: 0.3s;
}
body .page-container footer .footer-inner .copyright .social-links ul li.social-container {
  padding-left: 0;
}
body .page-container footer .footer-inner .copyright .social-links ul li.social-container ul {
  padding-left: 0;
}
body a {
  transition: 0.3s;
}
body a:hover {
  color: #444 !important;
  transition: 0.3s;
}

.fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in-up.visible {
  opacity: 1;
  transform: translateY(0);
}

.blur-in {
  filter: blur(6px);
  opacity: 0;
  transform: scale(1.02);
  transition: all 1.2s ease-out;
}

.blur-in.visible {
  filter: blur(0);
  opacity: 1;
  transform: scale(1);
}

#sticky-header {
  position: relative;
  transition: all 0.3s ease;
  z-index: 10;
}

#sticky-header.stuck {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
#sticky-header.stuck .logo-container img {
  width: 105px !important;
  transition: 0.3s;
}

#header-sentinel {
  height: 1px;
  opacity: 0;
  pointer-events: none;
  user-select: none;
}

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 20px;
  cursor: pointer;
  z-index: 20;
}
.hamburger.open {
  height: 15px;
}

.hamburger span {
  height: 3px;
  width: 100%;
  background: black;
  border-radius: 3px;
  transition: 0.3s;
}

/* Mobile menu style */
@media (max-width: 1024px) {
  footer {
    margin-top: 0px !important;
  }
  .slogan-container .slogan {
    font-size: 28px !important;
  }
  .def-section {
    margin-left: 20px !important;
    margin-right: 20px !important;
    max-width: calc(100% - 40px) !important;
    -webkit-box-shadow: 3px 4px 11px 0px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 3px 4px 11px 0px rgba(0, 0, 0, 0.43);
    box-shadow: 3px 4px 11px 0px rgba(0, 0, 0, 0.43);
  }
  .def-section .inner {
    flex-direction: column !important;
    padding: 20px !important;
    padding-bottom: 50px !important;
  }
  .def-section .inner .left, .def-section .inner .right {
    width: 100% !important;
    padding: 0 !important;
  }
  .def-section .inner .left .img-container, .def-section .inner .right .img-container {
    overflow: hidden;
    aspect-ratio: 1/1;
    box-shadow: none;
  }
  .def-section .inner .left .img-container img, .def-section .inner .right .img-container img {
    max-width: unset;
    height: 100%;
    width: auto;
  }
  .def-section#contact {
    margin-bottom: 50px;
  }
  .hamburger {
    display: flex;
    margin-right: 20px;
  }
  .nav-links {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    flex-direction: column;
    gap: 20px;
    width: 100vw;
    padding: 40px 20px;
    transform: translateY(-200%);
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease-in-out;
    z-index: 15;
    flex-direction: column !important;
    margin-top: 1px;
  }
  .nav-links.active {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  }
  .nav-links li {
    margin-left: 0;
    text-align: center;
  }
}
@media (max-width: 877px) {
  body .page-container #sticky-header .header-inner .navbar .logo-container img.logo {
    width: 121px;
  }
  body .page-container main .hero {
    max-height: unset;
  }
  body .page-container main .hero .img-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    min-height: 100%;
    height: 100%;
    max-height: 100%;
  }
  body .page-container main .hero .img-container img {
    height: 100%;
  }
  body .page-container main .hero .text-container {
    width: 80%;
    padding: 20px;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
  }
  body .page-container main .hero .text-container h1 {
    font-size: 32px;
    font-weight: 500 !important;
  }
  body .page-container main .hero .text-container p {
    font-size: 22px;
    line-height: 32px;
  }
  body .page-container main .hero .text-container a {
    font-size: 22px;
  }
  body .page-container main .slogan-container {
    margin-top: 40px;
  }
  body .page-container main .slogan-container .slogan {
    font-size: 24px !important;
    text-align: center;
    max-width: 70%;
    margin: 0 auto;
  }
  body .page-container main .slogan-container .slogan:before, body .page-container main .slogan-container .slogan:after {
    width: 29px;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
  }
  body .page-container main .slogan-container .slogan:before {
    left: -36px;
  }
  body .page-container main .slogan-container .slogan:after {
    right: -65px;
  }
  body .page-container main .def-section h2 {
    font-size: 30px !important;
    margin-top: 20px !important;
    margin-bottom: 0px !important;
    font-weight: 500 !important;
  }
  body .page-container main .def-section p {
    font-size: 22px !important;
    line-height: 32px !important;
  }
  body .page-container main .def-section ul li {
    font-size: 20px !important;
    line-height: 28px !important;
  }
  body footer .footer-inner .footer-content {
    flex-direction: column !important;
    justify-content: center !important;
  }
  body footer .footer-inner .footer-content .links-container {
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body footer .footer-inner .footer-content .links-container .nav-links {
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body footer .footer-inner .footer-content .links-container .nav-links li {
    margin-left: 0 !important;
  }
  body footer .footer-inner .footer-content .logo-container {
    margin: 0 auto;
  }
  body footer .footer-inner .copyright {
    flex-direction: column !important;
  }
  body footer .footer-inner .copyright .social-links {
    order: 1;
  }
  body footer .footer-inner .copyright .social-links ul {
    flex-direction: column !important;
    padding-left: 0;
  }
  body footer .footer-inner .copyright .social-links ul li {
    padding-left: 0 !important;
    padding-right: 0;
  }
  body footer .footer-inner .copyright .social-links ul li.social-container ul {
    margin-top: 20px;
    display: flex;
    flex-direction: row !important;
  }
  body footer .footer-inner .copyright .social-links ul li.social-container ul li:not(:first-child) {
    margin-left: 10px;
  }
  body footer .footer-inner .copyright p {
    order: 2;
  }
}
.hamburger.open span:nth-child(1) {
  transform: rotate(45deg) translateY(8px);
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
}

.hamburger.open span:nth-child(3) {
  transform: rotate(-45deg) translateY(-8px);
}

a:focus-visible, input:focus-visible, button:focus-visible, textarea:focus-visible {
  outline-offset: 5px;
  outline: 2px solid black;
}

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