@charset "UTF-8";
@import "animate.css";
body {
  font-family: "Roboto Serif", serif !important;
  padding: 0;
  margin: 0;
  height: 100vh;
  background-color: #EDE9D8 !important;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

h1, .like-h1 {
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  font-family: "Roboto Serif", "serif";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 33px */
  letter-spacing: 2.16px;
}
@media (min-width: 756px) {
  h1, .like-h1 {
    /* DESKTOP/H1 HEADLINE */
    font-size: 72px;
    line-height: 100%; /* 72px */
  }
}

h2, .like-h2 {
  color: #6BA9AE;
  text-align: center;
  /* eDO Nadace HDL */
  font-family: "Roboto Serif", "serif";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 43.2px */
  letter-spacing: 0.9px;
}
@media (min-width: 756px) {
  h2, .like-h2 {
    /* DESKTOP/H2 HEADLINE MEDIUM */
    font-size: 36px;
    letter-spacing: 1.08px;
  }
}

h3, .like-h3 {
  color: #FFF;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  font-family: "Roboto Serif", "serif";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 43.2px */
  letter-spacing: 0.42px;
}
@media (min-width: 756px) {
  h3, .like-h3 {
    /* DESKTOP/H2 HEADLINE MEDIUM */
    font-size: 36px;
    letter-spacing: 1.08px;
  }
}

h4, .like-h4 {
  color: #113950;
  text-align: center;
  font-family: "Roboto Serif", "serif";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 31.2px */
}
@media (min-width: 756px) {
  h4, .like-h4 {
    font-size: 24px;
  }
}

p, .like-p {
  color: #113950;
  text-align: center;
  font-family: "Roboto Serif", "serif";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
}
@media (min-width: 756px) {
  p, .like-p {
    font-size: 20px;
  }
}

.modal-body p {
  color: #2b3a3a !important;
  font-family: "Roboto Serif", serif !important;
}

.btn-close:focus {
  box-shadow: none !important;
}

.logo {
  max-height: 65px;
}

.delay-1 {
  animation-delay: 0.5s;
}

.delay-2 {
  animation-delay: 1s;
}

.delay-3 {
  animation-delay: 1.5s;
}

.delay-4 {
  animation-delay: 2s;
}

.delay-5 {
  animation-delay: 2.5s;
}

.hero-header {
  width: 100%;
  position: relative;
  z-index: 9999;
  /* === BURGER MENU === */
  /* === COLLAPSE MENU === */
  /* === LINKS === */
}
.hero-header .navbar {
  padding: 1rem;
  background-color: transparent;
  transition: background-color 0.25s ease;
  /* pozadie po scrollnutí alebo otvorení menu */
}
.hero-header .navbar.has-bg {
  background-color: rgb(237, 233, 216);
  /* keď sa objaví pozadie, obe čiarky burger menu zmenia farbu */
}
.hero-header .navbar.has-bg .navbar-toggler-icon::before,
.hero-header .navbar.has-bg .navbar-toggler-icon::after {
  background-color: #113950;
}
.hero-header .navbar-brand img {
  width: clamp(120px, 12vw, 200px);
  height: auto;
  display: block;
}
.hero-header .navbar-toggler {
  border: none;
  background: none;
  padding: 0;
  box-shadow: none;
  outline: none;
}
.hero-header .navbar-toggler .navbar-toggler-icon {
  width: 26px;
  height: 20px;
  position: relative;
  background-image: none;
  /* dve čiarky burger menu */
}
.hero-header .navbar-toggler .navbar-toggler-icon::before, .hero-header .navbar-toggler .navbar-toggler-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  transition: all 0.3s ease;
}
.hero-header .navbar-toggler .navbar-toggler-icon::before {
  top: 0;
}
.hero-header .navbar-toggler .navbar-toggler-icon::after {
  bottom: 0;
}
.hero-header .navbar-toggler[aria-expanded=true] .navbar-toggler-icon::before {
  transform: rotate(45deg);
  top: 9px;
}
.hero-header .navbar-toggler[aria-expanded=true] .navbar-toggler-icon::after {
  transform: rotate(-45deg);
  bottom: 9px;
}
.hero-header .navbar-collapse {
  border-radius: 0 0 16px 16px;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.hero-header .navbar-collapse.d-none {
  display: none !important;
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
}
.hero-header .navbar-collapse.d-block {
  display: block !important;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
@media (min-width: 1199px) {
  .hero-header .navbar-collapse {
    background: transparent;
    padding: 0;
    display: block !important; /* desktop: vždy viditeľné */
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
}
.hero-header .hero-nav-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: clamp(12px, 2vw, 28px);
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1199px) {
  .hero-header .hero-nav-list {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
}
.hero-header .hero-nav-list .hero-link {
  position: relative;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: clamp(12px, 1vw + 0.3rem, 16px);
  letter-spacing: 0.02em;
  transition: color 0.3s ease;
}
.hero-header .hero-nav-list .hero-link::before {
  content: "";
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: var(--hero-link-before, #fff);
  position: absolute;
  bottom: 0.1rem;
  left: 0;
  opacity: 0;
  transform: translateY(0);
  transition: transform 0.4s, opacity 0.4s;
}
.hero-header .hero-nav-list .hero-link:hover::before, .hero-header .hero-nav-list .hero-link:focus::before {
  transform: translateY(-0.25rem);
  opacity: 1;
}

#vznikla, #pomahame, #zapojit, #pribehy {
  scroll-margin-top: 100px;
}

.navbar.has-bg .hero-nav-list .hero-link {
  color: #113950;
}
.navbar.has-bg .hero-nav-list .hero-link::before {
  background-color: #113950;
}

.hero {
  position: relative;
  height: 100vh;
  width: 100%;
  color: #fff;
  z-index: 1;
}
.hero .hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero .hero-media .hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #000;
  object-position: center center;
}
.hero .hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
.hero .hero-content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  transform: translate(-50%, -50%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 calc(16px + 2vw);
}
.hero .hero-content-box .content {
  display: flex;
  flex-direction: column;
  gap: clamp(0.5rem, 1.5vw, 3rem);
  margin-bottom: clamp(0rem, 8vw, 10rem);
}
.hero .hero-content-box .hero-subtitle {
  margin: 0 auto;
  max-width: min(900px, 85%);
  font-weight: 300;
  line-height: 1.5;
  font-size: clamp(16px, 2.2vw, 22px);
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.4);
}
.hero .hero-content-box .hero-cta {
  cursor: pointer;
  position: relative;
  padding: clamp(12px, 1vw, 16px) clamp(16px, 2vw, 28px);
  font-size: 18px;
  color: #6BA9AE;
  border: 3px solid #6BA9AE;
  border-radius: 18px;
  background-color: transparent;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  overflow: hidden;
  text-decoration: none;
  will-change: transform;
}
.hero .hero-content-box .hero-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  scale: 0;
  z-index: -1;
  background-color: #6BA9AE;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform;
}
.hero .hero-content-box .hero-cta:hover::before {
  scale: 1;
}
.hero .hero-content-box .hero-cta:hover {
  color: white;
  scale: 1.1;
  box-shadow: 0 0 25px #6BA9AE;
}
.hero .hero-content-box .hero-cta:active {
  scale: 1;
}

@media (max-width: 1440px) {
  .hero {
    height: 90vh;
  }
}
@media (max-width: 1280px) {
  .hero {
    height: 85vh;
  }
}
@media (max-width: 900px) {
  .hero {
    height: 80vh;
  }
}
@media (max-width: 768px) {
  .hero .hero-media .hero-video {
    object-position: 79% 100%;
  }
}
.container-fluid .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem 0;
  gap: 1rem;
  text-align: center;
  background: transparent;
}
.container-fluid .container .nadpis-h1 {
  font-size: 3.5rem;
  color: #6BA9AE;
}
.container-fluid .container p {
  color: #113950;
  max-width: 65%;
}
@media (max-width: 768px) {
  .container-fluid .container {
    align-items: flex-start;
    text-align: left;
  }
  .container-fluid .container .nadpis-h1,
  .container-fluid .container p {
    align-self: stretch;
    max-width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .container-fluid .container .nadpis-h1 {
    font-size: 2.9rem;
  }
}

.container-fluid-usp .container-usp {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
}
@media (max-width: 1320px) {
  .container-fluid-usp .container-usp {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
.container-fluid-usp .container-usp .usp-item {
  position: relative;
  display: block;
  flex: 0 0 auto;
  margin-left: -120px;
  z-index: 1;
  transition: transform 0.25s ease, z-index 0.25s ease;
}
@media (max-width: 1320px) {
  .container-fluid-usp .container-usp .usp-item {
    margin-left: 0;
    margin-top: -200px;
  }
}
@media (max-width: 1320px) {
  .container-fluid-usp .container-usp .usp-item {
    margin-top: -140px;
  }
}
@media (max-width: 756px) {
  .container-fluid-usp .container-usp .usp-item {
    margin-top: 0;
  }
}
.container-fluid-usp .container-usp .usp-item:first-child {
  margin-left: 0;
}
.container-fluid-usp .container-usp .usp-item:hover {
  transform: scale(1.02);
  z-index: 3;
}
.container-fluid-usp .container-usp .usp-item img {
  display: block;
  width: 450px;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}
@media (max-width: 480px) {
  .container-fluid-usp .container-usp .usp-item img {
    width: 350px;
  }
}
.container-fluid-usp .container-usp .usp-item:last-child img {
  margin-left: -60px;
}
.container-fluid-usp .container-usp .usp-item .usp-text {
  position: absolute;
  inset: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem 1.75rem;
  color: #223433;
  line-height: 1.5;
  pointer-events: none;
  margin-top: 50px;
}
@media (max-width: 1320px) {
  .container-fluid-usp .container-usp > .usp-item:first-of-type img {
    margin-top: 70px;
  }
}

.container-fluid-zapojit .container-zapojit {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 5rem;
}
@media (max-width: 780px) {
  .container-fluid-zapojit .container-zapojit {
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }
}
.container-fluid-zapojit .container-zapojit .zapojit-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.container-fluid-zapojit .container-zapojit .zapojit-item img {
  display: block;
  width: 200px;
  height: 200px;
  object-fit: contain;
  user-select: none;
  pointer-events: none;
  margin-bottom: 1rem;
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.08));
  transition: transform 0.2s ease;
}
.container-fluid-zapojit .container-zapojit .zapojit-item .text {
  max-width: 28ch;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  line-height: 1.6;
  color: #113950;
}
.container-fluid-zapojit .container-zapojit .zapojit-item .text p {
  max-width: 200px;
}
.container-fluid-zapojit .container-zapojit .zapojit-item:hover img {
  transform: translateY(-4px);
}

.container-fluid-inspirace .container-inspirace {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem 3rem;
  padding: clamp(2rem, 4vw, 10rem);
}
@media (max-width: 780px) {
  .container-fluid-inspirace .container-inspirace {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    padding: 0 2rem;
  }
}
.container-fluid-inspirace .container-inspirace .inspirace-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.container-fluid-inspirace .container-inspirace .inspirace-item img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  user-select: none;
  pointer-events: none;
  margin-bottom: 1.25rem;
}
.container-fluid-inspirace .container-inspirace .inspirace-item .text {
  max-width: 50ch;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  line-height: 1.65;
  color: #2b3a3a;
  margin: 0 auto;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: calc(3 * 1.05em);
  line-clamp: 3;
}
.container-fluid-inspirace .container-inspirace .inspirace-item .hero-cta {
  cursor: pointer;
  position: relative;
  padding: clamp(12px, 1vw, 16px) clamp(16px, 2vw, 28px);
  font-size: 18px;
  color: #6BA9AE;
  border: 3px solid #6BA9AE;
  border-radius: 18px;
  background-color: transparent;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  overflow: hidden;
  margin-top: 1rem;
  will-change: transform;
}
.container-fluid-inspirace .container-inspirace .inspirace-item .hero-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  scale: 0;
  z-index: -1;
  background-color: #6BA9AE;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform;
}
.container-fluid-inspirace .container-inspirace .inspirace-item .hero-cta:hover::before {
  scale: 1;
}
.container-fluid-inspirace .container-inspirace .inspirace-item .hero-cta:hover {
  color: white;
  scale: 1.1;
  box-shadow: 0 0 25px #6BA9AE;
}
.container-fluid-inspirace .container-inspirace .inspirace-item .hero-cta:active {
  scale: 1;
}

.footer {
  background-color: #DBBDA0;
  padding: 1rem 0;
}

footer a {
  color: #113950 !important;
  font-weight: 500;
}
footer a:hover {
  transition: ease 0.3s;
  color: #6BA9AE !important;
}

footer p {
  color: #113950;
  font-family: Raleway, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 26px */
  letter-spacing: 0.6px;
}

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