.div-block {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.div-block-2 {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.image {
  width: 50%;
}

.link-block {
  background-image: url('../images/Voodoo-Logo-02.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 100px;
  display: flex;
}

.image-2 {
  width: 100px;
}

.div-block-3 {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-4 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.heading {
  color: #ffffff17;
  text-align: center;
  font-family: Actaywide, Tahoma, sans-serif;
  font-size: 13vw;
  line-height: 1em;
}

.background-video {
  z-index: 0;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  .image {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .image {
    width: 70%;
  }
}

@media screen and (max-width: 479px) {
  .image {
    width: 60%;
  }
}


@font-face {
  font-family: 'Actay';
  src: url('../fonts/Actay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Actaywide';
  src: url('../fonts/ActayWide-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}