:root {
  --black: black;
  --tl-red: #ed1c24;
  --white: white;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1vw;
  line-height: 1;
}

.talent-image {
  z-index: 666;
  width: 100%;
  height: 100%;
  background-image: url('../images/talentshow2.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.talent-show-txt {
  z-index: 888;
  width: 100vw;
  height: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -24px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.heading {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 12em;
  font-weight: 900;
  line-height: 1em;
}

.coming-soon-text {
  z-index: 999;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-family: Lato, sans-serif;
  font-size: 4em;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.doors {
  z-index: 999;
  width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.slide-left, .slide-right {
  width: 50%;
  height: 100vh;
  background-color: #000;
  overflow: hidden;
}

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

.paragraph {
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: .3em;
  font-weight: 700;
}

.link-block {
  text-decoration: none;
}

.link-block:hover {
  color: #fbff00;
}

.html-embed {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: color .6s;
  display: flex;
}

.html-embed:hover {
  color: #f0fc6c;
}

.div-block {
  z-index: 777;
}

.bubble-wrap {
  width: 150px;
  height: 150px;
  background-color: #1c83c6;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  transition: background-color .4s;
  display: flex;
}

.bubble-wrap:hover {
  background-color: var(--black);
  opacity: 1;
}

.logo-wrap {
  z-index: 999;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo-block {
  width: 200px;
  height: 200px;
  opacity: .63;
  background-image: url('../images/red_ts1.svg');
  background-position: 50%;
  background-size: cover;
}

.div-block-2 {
  justify-content: center;
  display: flex;
}

.pre-loader {
  z-index: 888;
  width: 100%;
  height: 100%;
  background-color: var(--tl-red);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.logo-block-2 {
  width: 220px;
  height: 402px;
  background-image: url('../images/forks.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-3 {
  width: 250px;
  height: 250px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-4 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.link-block-2 {
  color: var(--white);
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .talent-image {
    width: 100vw;
    height: 100vh;
    min-height: 100vh;
    min-width: 100vw;
    position: relative;
  }

  .talent-show-txt {
    margin-top: -20px;
  }

  .coming-soon-text {
    aspect-ratio: auto;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    position: fixed;
  }

  .image {
    height: 70vh;
  }

  .talent-show-image-down {
    z-index: 555;
    width: 100vw;
    height: 50vh;
    min-height: 50vh;
    min-width: 100vw;
    background-image: url('../images/talentshow3.webp');
    background-position: 50% 0;
    background-size: cover;
    position: relative;
  }

  .bubble-wrap {
    width: 100px;
    height: 100px;
  }
}

@media screen and (max-width: 767px) {
  .talent-image {
    height: 100vh;
    min-height: 100vh;
    position: static;
  }

  .talent-show-txt {
    height: auto;
  }

  .coming-soon-text {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .paragraph {
    font-size: 12px;
  }

  .talent-show-image-down {
    height: 50vh;
    min-height: 50vh;
    display: none;
    position: static;
  }

  .div-block-3 {
    width: 110px;
    height: 110px;
  }

  .div-block-4 {
    width: 100px;
    height: 100px;
  }
}

@media screen and (max-width: 479px) {
  .talent-image {
    height: 100vh;
    min-height: 50vh;
    background-position: 50% 0;
    background-repeat: repeat;
    position: static;
  }

  .talent-show-txt {
    height: auto;
    margin-top: -20px;
  }

  .coming-soon-text {
    background-color: rgba(0, 0, 0, 0);
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
  }

  .page-wrap {
    height: auto;
    min-height: auto;
    position: static;
  }

  .paragraph {
    font-size: 12px;
  }

  .talent-show-image-down {
    display: block;
    position: static;
  }

  .pre-loader {
    height: 100%;
  }
}


