@charset "UTF-8";
@font-face {
  font-family: "Kaisei Decol";
  src: url("../fonts/KaiseiDecol-Medium-UseaVX0.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium-tmyKmxo.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  color: #fff;
  min-height: calc(100vh - 4.8rem);
  background-image: url("../images/rectangle-804-4owibrp.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}

.hero__content {
  padding: 5rem 0 0 2rem;
}

.hero__text {
  padding: 0 clamp(110px, 35vw, 520px) 4rem 0;
}
.hero__text p {
  font-size: 1.6rem;
}

.hero__header {
  padding: 0 0 2rem 0;
}

.hero__img {
  position: absolute;
  right: 0;
  top: -7rem;
  width: auto;
  display: block;
  pointer-events: none;
}

.hero__btn__section {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 3rem 2rem;
}

@media (min-width: 768px) {
  .hero__content {
    padding: 10rem 0 0 5rem;
  }
  .hero__header h2 {
    padding: 0 0 5rem 0;
  }
  .hero__text p {
    font-size: 2.4rem;
  }
  .hero__btn__section {
    flex-direction: row;
    gap: 5rem;
    margin: 3rem 5rem;
    width: 66vw;
  }
  .hero {
    min-height: calc(100vh - 10rem);
    background-image: url("../images/rectangle-805_desktop-SAb3ufl.svg");
  }
  .hero__img {
    top: -10rem;
    width: 66rem;
  }
}
.btn {
  border: none;
  border-radius: 3rem;
  height: 6.4rem;
  font-family: "Poppis", "sans-serif";
  font-size: 1.6rem;
  color: #fff;
  z-index: 0;
  width: 100%;
}

.btn-color1,
.btn-color1:hover,
.btn-color1:focus,
.btn-color1:active,
.btn-color1:focus-visible {
  background-color: #D7BDA4 !important;
  border-color: #D7BDA4 !important;
  color: #fff !important;
  box-shadow: none !important;
}

.btn-color2,
.btn-color2:hover,
.btn-color2:focus,
.btn-color2:active,
.btn-color2:focus-visible {
  background-color: #A9D9D0 !important;
  border-color: #A9D9D0 !important;
  color: #fff !important;
  box-shadow: none !important;
}

@media (min-width: 768px) {
  .btn {
    height: 10rem;
    font-size: 2.4rem;
  }
  .btn-color1:hover {
    background-color: #B59B82 !important;
    color: #eee !important;
  }
  .btn-color2:hover {
    background-color: #87B7B0 !important;
    color: #eee !important;
  }
}
.about__me {
  margin: 0 2rem;
  position: relative;
}

.about__me h1 {
  margin: 0 0 5rem 0;
}

.background_photo {
  position: absolute;
  z-index: -1;
  right: -2rem;
  bottom: -3rem;
}

@media (min-width: 768px) {
  .about__me {
    margin: 0 5rem;
  }
  .about__me .about__me__content {
    display: grid;
    grid-template-columns: 66% 34%;
    align-items: center;
  }
  .img-wrapper {
    position: relative;
    display: revert;
    grid-column: 2;
    min-height: 10rem;
  }
  .img-wrapper img {
    height: auto;
    width: 100%;
  }
  .background_photo {
    position: static;
    z-index: auto;
    right: auto;
    bottom: auto;
  }
}
.offer {
  padding: 0 0 5rem 0;
  background-image: url("../images/rectangle_offer_mobile-rQn3AqI.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.offer__content {
  margin: 0 2rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

.offer__h1 {
  margin: 0 2rem;
}

.offer__tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 2rem;
}

.offer__tile > * {
  margin: 0;
}

@media (min-width: 768px) {
  .offer {
    padding: 10rem 0 5rem 0;
    background-image: url("../images/offer_desktop-ZOHC-22.svg");
  }
  .offer__h1 {
    margin: 0 5rem;
  }
  .offer__content {
    margin: 0 5rem;
    display: flex;
    flex-direction: row;
  }
  .offer__tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    gap: 2rem;
  }
  .offer__tile p {
    font-size: 1.6rem;
  }
  .offer__tile img {
    width: 16.6rem;
    height: 14.6rem;
  }
  .offer__tile h2 {
    font-size: 2.4rem;
  }
  .shift_down {
    padding-top: 20rem;
  }
}
@media (min-width: 1400px) {
  .offer__content {
    gap: 7rem;
  }
}
@media (min-width: 1600px) {
  .offer__content {
    gap: 10rem;
  }
}
.collaboration .collaboration__content {
  margin: 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.collaboration .collaboration__content .collaboration__header h2 {
  font-size: 2.8rem;
  text-align: center;
}
.collaboration .collaboration__content .collaboration__header h2 span {
  font-size: 2rem;
  color: #027373;
}
.collaboration .collaboration__content .collaboration_interview {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
.collaboration .collaboration__content .collaboration_interview h2 {
  font-size: 2rem;
}
.collaboration .collaboration__content .collaboration_interview h2 span {
  font-size: 2.8rem;
  color: #027373;
}
.collaboration .collaboration__content .collaboration_interview p {
  text-align: center;
}

.arrow {
  display: none;
}

@media (min-width: 768px) {
  .arrow {
    display: block;
  }
  .column {
    flex: 1;
  }
  .interview {
    display: flex;
    flex-direction: row;
    gap: 0;
  }
  .collaboration .collaboration__content {
    margin: 0 5rem;
    align-items: center;
  }
  .collaboration .collaboration__content input {
    width: 40rem;
  }
  .collaboration .collaboration__content .collaboration__header h2 {
    font-size: 6.4rem;
    text-align: left;
    margin-bottom: 5rem;
  }
  .collaboration .collaboration__content .collaboration__header h2 span {
    font-size: 4rem;
    color: #027373;
  }
  .collaboration .collaboration__content .collaboration_interview h2 {
    font-size: 4rem;
  }
  .collaboration .collaboration__content .collaboration_interview h2 span {
    font-size: 6.4rem;
    color: #027373;
  }
  .collaboration .collaboration__content .collaboration_interview p {
    font-size: 2rem;
  }
}
@media (min-width: 1400px) {
  .interview {
    display: flex;
    flex-direction: row;
    gap: 3rem;
  }
}
.benefits {
  display: none;
}

@media (min-width: 768px) {
  .benefits {
    margin: 0 5rem;
    display: flex;
    flex-direction: column;
    gap: 10rem;
  }
  .benefits__header h2 {
    text-align: center;
    font-size: 6.4rem;
  }
  .benefits_wrapper {
    display: flex;
    gap: 5rem;
    justify-content: center;
  }
  .benefit_tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    text-align: center;
    min-width: 0;
    max-width: 40rem;
    flex: 1;
  }
  .benefit_tile h2 {
    font-size: 6.4rem;
    color: #027373;
  }
  .benefit_tile span {
    font-size: 2.4rem;
    color: #027373;
  }
  .benefit_tile p {
    font-size: 1.6rem;
  }
  .r1 {
    grid-row: 1;
    grid-column: span 2;
    margin: 5rem;
  }
  .r2 {
    grid-row: 2;
    grid-column: span 3;
    margin: 0 20rem;
  }
}
.price-list {
  display: flex;
  gap: 2rem;
  flex-direction: column;
  padding-bottom: 5rem;
}

.price-list__content {
  margin: 0 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.price-list__content h2 {
  font-size: 2.8rem;
}

.price-grid {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}

.price-row {
  display: flex;
  flex-direction: row;
  color: #fff;
  padding: 2rem;
  align-items: baseline;
}
.price-row p {
  width: auto;
  margin: 0;
  font-size: 0.96rem;
}
.price-row .left {
  white-space: nowrap;
}
.price-row .right {
  white-space: nowrap;
}
.price-row .dots {
  flex: 1;
  border-bottom: 1px dotted #fff;
}

.price-row__morski {
  background-color: #027373;
}

.price-row__turkus {
  background-color: #038C7F;
}

.price-row__start {
  border-radius: 0.5rem 0.5rem 0 0;
}

.price-row__end {
  border-radius: 0 0 0.5rem 0.5rem;
}

@media (min-width: 768px) {
  .price-list__content {
    margin: 0 22%;
  }
  .price-list__content h2 {
    font-size: 6.4rem;
  }
  .price-row p {
    font-size: 2.4rem;
  }
  .price-list__buttons {
    display: flex;
    gap: 5rem;
    min-width: 110%;
  }
  .price-row p {
    font-size: 2.4rem;
  }
  .price-row .dots {
    flex: 1;
    border-bottom: 3px dotted #fff;
  }
}
.navigation {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-family: "Poppins", "serif";
}

/* ================================
   RESET (żeby bootstrap nie mieszał)
================================ */
.navbar,
.navbar * {
  box-sizing: border-box;
}

/* ================================
   NAVBAR – tło, wysokość, linia + STICKY
================================ */
.navbar-custom {
  background-color: #ffffff !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding-top: 11px;
  padding-bottom: 10px;
  /* ✅ STICKY */
  position: sticky;
  top: 0;
  z-index: 1050; /* wyżej niż większość elementów */
}

/* opcjonalnie: lekki cień przy scrollu (zawsze widoczny) */
.navbar-custom {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

/* Bootstrap bg override */
.bg-body-tertiary {
  background-color: #ffffff !important;
}

/* ================================
   CONTAINER
================================ */
.navbar-custom .container-fluid {
  display: flex;
  align-items: center;
  background-color: #ffffff;
}

/* ================================
   LOGO
================================ */
.navbar-custom .navbar-brand {
  display: flex;
  align-items: center;
  padding: 0;
  margin-right: 32px;
}

.navbar-custom .navbar-logo {
  height: 78px;
  width: auto;
  display: block;
}

/* ================================
   MENU WRAPPER
================================ */
.navbar-custom .navbar-collapse {
  width: 100%;
}

/* ================================
   NAV LINKS ROW
================================ */
.navbar-custom .navigation {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

/* ================================
   LINKS
================================ */
.navbar-custom .nav-link {
  color: #111111 !important;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 10px 18px;
  position: relative;
  transition: color 0.2s ease;
  text-align: center;
  white-space: nowrap;
}

.navbar-custom .nav-link:hover {
  color: #000;
}

/* aktywny link */
.navbar-custom .nav-link.active {
  color: #000 !important;
}

/* ================================
   HAMBURGER
================================ */
.navbar-custom .navbar-toggler {
  border: none;
}

.navbar-custom .navbar-toggler:focus {
  box-shadow: none;
}

/* ================================
   MOBILE
================================ */
@media (max-width: 767px) {
  /* NAVBAR ma trzymać wysokość – nie logo */
  .navbar-custom {
    height: 4.8rem; /* stała wysokość */
    padding: 0;
    display: flex;
    align-items: center;
  }
  .navbar-custom .container-fluid {
    height: 100%;
    align-items: center;
  }
  /* LOGO nie może sterować wysokością navbara */
  .navbar-custom .navbar-brand {
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 0;
  }
  /* realny rozmiar obrazka */
  .navbar-custom .navbar-logo {
    height: 6.4rem; /* ustaw jak chcesz */
    width: auto;
    display: block;
    /* jeśli ma wyglądać jak na screenie – lekko "wystaje" */
    transform: translateY(1rem);
  }
  /* hamburger wyśrodkowany w pionie */
  .navbar-custom .navbar-toggler {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 0.75rem;
    border: none;
  }
  .hamburger {
    width: 32px;
    height: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .hamburger span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: #111;
    border-radius: 2px;
  }
  /* menu po rozwinięciu */
  .navbar-custom .navigation {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 1rem 0;
    gap: 12px;
  }
  .navbar-custom .nav-link {
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }
  .navbar-custom .navbar-collapse {
    position: absolute;
    top: 4.8rem;
    left: 0;
    z-index: -1;
    background: #ffffff;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
  }
  .navbar-custom .navbar-collapse.show {
    padding-bottom: 1rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  }
}
html, body {
  padding: 0;
  margin: 0;
  font-family: "Kaisei Decol", serif;
  font-size: 10px;
  scroll-padding-top: 6.4rem;
  scroll-behavior: smooth;
}

h1 {
  font-size: 2.8rem;
  font-weight: 500;
}

h2 {
  font-size: 2rem;
  font-weight: 500;
}

p {
  font-size: 1.2rem;
  font-weight: 500;
}

main {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

.hidden {
  display: none;
}

@media (min-width: 768px) {
  html {
    scroll-padding-top: 10rem;
  }
  h1 {
    font-size: 6.4rem;
  }
  h2 {
    font-size: 4rem;
  }
  p {
    font-size: 2.4rem;
  }
  main {
    gap: 15rem;
  }
  .hidden {
    display: block;
  }
}

/*# sourceMappingURL=app.output.css.map */
