/* ==================================================
   Podstrona: pojedyncze zdjęcie zamiast slidera
   Osobne klasy, bez ingerencji w index i swiper
   ================================================== */

#sea-hero-single {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  height: clamp(360px, 34.379vw, 997px);
  background: #071a35;
}

#sea-hero-single .sea-hero-single__bg,
#sea-hero-single .sea-hero-single__overlay,
#sea-hero-single .sea-hero-single__content {
  position: absolute;
  inset: 0;
}

#sea-hero-single .sea-hero-single__bg {
  background-image: url('../images/transport-morski-gdynia-gdansk-trojmiasto.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transform: scale(1.01);
}

#sea-hero-single .sea-hero-single__overlay {
  background: linear-gradient(180deg, rgba(6, 18, 48, 0.36) 0%, rgba(6, 18, 48, 0.58) 100%);
  z-index: 1;
}

#sea-hero-single .sea-hero-single__content {
  z-index: 2;
  display: flex;
  align-items: center;
}

#sea-hero-single .container {
  position: relative;
}

#sea-hero-single .sea-hero-single__decoration {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 8px;
  height: 84px;
  transform: translateY(-50%);
}

#sea-hero-single .sea-hero-single__decoration span {
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff;
}

#sea-hero-single h1,
#sea-hero-single h3,
#sea-hero-single .text-style-2,
#sea-hero-single .text-column {
  color: #ffffff;
}

#sea-hero-single h1 {
  margin-left: 32px;
}

#sea-hero-single .group,
#sea-hero-single .text-style-2 {
  margin-left: 32px;
}

#sea-hero-single .text-style-2 {
  margin-top: 18px;
}

@media (min-width: 1200px) {
  #sea-hero-single {
    max-height: 997px;
  }

  #sea-hero-single h1 {
    max-width: 780px;
  }
}

@media (max-width: 991.98px) {
  #sea-hero-single {
    min-height: 420px;
    height: 62vh;
  }

  #sea-hero-single .sea-hero-single__decoration {
    left: 20px;
    width: 6px;
    height: 72px;
  }

  #sea-hero-single h1,
  #sea-hero-single .group,
  #sea-hero-single .text-style-2 {
    margin-left: 26px;
  }
}

@media (max-width: 767.98px) {
  #sea-hero-single {
    min-height: 360px;
    height: 72vh;
  }

  #sea-hero-single .sea-hero-single__bg {
    background-position: 62% center;
  }

  #sea-hero-single .sea-hero-single__decoration {
    left: 15px;
    width: 5px;
    height: 58px;
  }

  #sea-hero-single h1,
  #sea-hero-single .group,
  #sea-hero-single .text-style-2 {
    margin-left: 22px;
  }

  #sea-hero-single .group {
    row-gap: 14px;
  }

  #sea-hero-single .button {
    min-width: 0;
  }
}

@media (max-width: 479.98px) {
  #sea-hero-single {
    min-height: 320px;
    height: 520px;
  }

  #sea-hero-single .sea-hero-single__bg {
    background-position: 68% center;
  }

  #sea-hero-single .sea-hero-single__decoration {
    height: 48px;
  }

  #sea-hero-single .text-style-2 {
    margin-top: 14px;
  }
}
