@font-face {
  font-family: Abcoracle;
  src: url('../fonts/ABCOracle-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

body {
  color: #333;
  cursor: none;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.div-header {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.txt {
  color: #000;
  text-align: center;
  font-family: Abcoracle, sans-serif;
  font-size: 19vw;
  font-weight: 500;
  line-height: 1em;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.txt.nekoliko {
  display: block;
}

.txt.dora, .txt.luka, .txt.hrvoje, .txt.mario, .txt.mario2, .txt.martin {
  display: none;
}

.info {
  justify-content: space-between;
  width: 100%;
  height: 100px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

._33 {
  text-align: center;
  width: 33.3%;
}

.slova {
  color: #000;
  text-align: center;
  cursor: none;
  width: 100%;
  font-family: Abcoracle, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  transition: color .2s;
}

.slova:hover {
  color: #fff;
}

.slova.l {
  text-align: left;
  font-size: 25px;
  line-height: 30px;
}

.slova.r {
  text-align: right;
}

.link {
  color: #000;
  text-decoration: none;
}

.video {
  position: absolute;
  inset: 0% auto auto 0%;
}

.background-video {
  width: 540px;
  height: 540px;
}

.mouse-wrapper {
  z-index: -3;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.body, .body-2 {
  cursor: pointer;
}

.body-3 {
  cursor: none;
}

.body-4 {
  cursor: ns-resize;
}

.div-block {
  background-color: #000;
  margin-top: -15px;
}

.div-block-9 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.image-4 {
  width: 25%;
  position: absolute;
  inset: 20px auto auto 20px;
}

.image-6 {
  position: absolute;
  inset: auto;
}

.image-7 {
  width: 25%;
  position: absolute;
  inset: auto auto 20px 20px;
}

.image-3 {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

.image-8 {
  width: 40%;
  position: absolute;
  inset: auto 20px 20px auto;
}

.image-5 {
  width: 25%;
  position: absolute;
  inset: 20px 20px auto auto;
}

@media screen and (max-width: 991px) {
  .txt {
    text-align: center;
    inset: 0% 0% auto;
  }

  .info {
    height: auto;
    min-height: 100px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .mouse-wrapper {
    inset: 0%;
  }
}

@media screen and (max-width: 767px) {
  .div-header.div-header2 {
    position: absolute;
    inset: -8% 0% 0%;
  }

  .txt {
    text-align: center;
    inset: 0%;
  }

  .info {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slova {
    font-size: 20px;
  }

  .slova.l {
    font-size: 20px;
    line-height: 25px;
  }

  .mouse-wrapper {
    inset: 0%;
  }

  .div-block-9 {
    text-align: center;
  }

  .image-4 {
    width: 30%;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .image-6 {
    width: 75%;
    position: absolute;
    left: auto;
    right: auto;
  }

  .image-7 {
    width: 40%;
    position: absolute;
    inset: auto auto 20px 20px;
  }

  .image-3 {
    object-fit: cover;
    width: 100%;
    height: 100vh;
  }

  .image-5 {
    width: 35%;
    position: absolute;
    inset: 20px 20px auto auto;
  }
}

@media screen and (max-width: 479px) {
  .div-header {
    height: 90vh;
  }

  .info {
    flex-direction: column-reverse;
    min-height: 80px;
    padding-left: 10px;
    padding-right: 10px;
  }

  ._33 {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }

  .slova {
    text-align: left;
    font-size: 15px;
    line-height: 20px;
  }

  .slova.l {
    text-align: center;
    font-size: 15px;
    line-height: 20px;
  }

  .slova.r {
    text-align: center;
  }

  .background-video {
    width: 270px;
    height: 270px;
  }

  .mouse-wrapper {
    inset: -10% 0% 0%;
  }
}


@font-face {
  font-family: 'Abcoracle';
  src: url('../fonts/ABCOracle-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}