.html-embed {
  width: 100vw;
  height: 100vh;
}

.div-block {
  position: relative;
  z-index: 100;
  width: 500px;
  height: 400px;
  background-image: url('../images/74a6b013-edec-40d1-9887-0484e410139d-min.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.demo-1.cda-alignright.cda-naked.cda-noimg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2 {
  width: 1250px;
  height: 833px;
}

.test {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  position: absolute;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-block {
  position: absolute;
}

.nav {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding: 35px;
  font-family: Montserrat, sans-serif;
}

.link {
  margin-right: 7px;
  margin-left: 7px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.link.w--current {
  font-weight: 700;
}

.link-2 {
  display: none;
}

.image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.section {
  position: absolute;
  z-index: 10;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.ljudi {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.logo {
  position: static;
  left: 29%;
  top: 15%;
  right: 0%;
  bottom: 0%;
  width: auto;
}

.drzac {
  position: absolute;
  left: 31%;
  top: 12%;
  right: 0%;
  bottom: 0%;
  width: 40vw;
  height: auto;
}

.lottie-animation {
  position: static;
  left: 43%;
  top: 6%;
  right: auto;
  bottom: auto;
  width: 3vw;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.text-block-2 {
  margin-top: 32px;
  margin-bottom: 28px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 1.6vw;
  line-height: 1.3em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5em;
  text-decoration: none;
}

.text-block-3 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 4%;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-align: center;
}

.link-3 {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .drzac {
    left: 27%;
    width: 50vw;
  }

  .lottie-animation {
    width: 8vw;
  }

  .text-block-2 {
    font-size: 3vw;
  }
}

@media screen and (max-width: 767px) {
  .drzac {
    left: 20%;
    width: 60vw;
  }

  .lottie-animation {
    width: 11vw;
  }

  .text-block-2 {
    font-size: 4vw;
    line-height: 1.3em;
  }
}

@media screen and (max-width: 479px) {
  .drzac {
    left: 17%;
    top: 8%;
    width: 70vw;
  }

  .lottie-animation {
    width: 20vw;
  }

  .text-block-2 {
    font-size: 5vw;
  }

  .text-block-3 {
    font-size: 12px;
  }
}

