@font-face {
  font-family: Metropolis;
  src: url('../fonts/Metropolis-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Above The Beyond Script;
  src: url('../fonts/above-the-beyond-script.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.body {
  color: #fff;
  background-color: #050505;
  height: 100%;
  font-family: Metropolis, sans-serif;
  font-size: 16px;
}

.text-block {
  color: #666;
  text-align: center;
  text-transform: uppercase;
  height: 10%;
  padding-bottom: 6rem;
}

.container-hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90%;
  min-height: 20rem;
  padding-top: 4rem;
  display: flex;
}

.marija {
  font-family: Above The Beyond Script, sans-serif;
  font-size: 8rem;
  line-height: 100%;
}

.section {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.container-social {
  height: 10%;
}

.block-social {
  justify-content: space-between;
  align-items: stretch;
  max-width: 17.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-social:hover {
  opacity: 1;
}

.image {
  display: none;
}

.image-2 {
  display: inline-block;
}

.icon {
  opacity: .5;
  transition: opacity .2s;
}

.icon:hover {
  opacity: 1;
}

.h1-display {
  font-family: Above The Beyond Script, sans-serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 100%;
}

.video-hero {
  z-index: -200;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-overlay {
  z-index: -100;
  mix-blend-mode: luminosity;
  background-color: #000c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  .marija, .h1-display {
    font-size: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .marija, .h1-display {
    font-size: 4rem;
  }
}

@media screen and (max-width: 479px) {
  .container-hero {
    height: 85%;
  }

  .marija {
    font-size: 2rem;
  }

  .container-social {
    height: 15%;
  }

  .block-social {
    max-width: 16rem;
  }

  .h1-display {
    font-size: 2rem;
  }
}


@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Above The Beyond Script';
  src: url('../fonts/above-the-beyond-script.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}