.body {
  background-color: #000;
}

.wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  height: 100svh;
  display: flex;
  position: relative;
}

.explicit {
  z-index: 5;
  height: 30%;
  margin-right: 50px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.wrapper_in {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.bar_top {
  background-color: #000;
  justify-content: flex-start;
  align-items: center;
  height: 80px;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.bar_bottom {
  z-index: 150;
  background-color: #000;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.screen {
  background-color: #202020;
  flex: auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.main_content {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

.helly_button {
  color: #1b1b1b;
  background-color: #000;
  border: 2px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 60px;
  margin-bottom: 50px;
  padding: 0 0 3px;
  font-family: Oswald, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 25px;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
  box-shadow: 0 2px 20px 1px #d3deff3d;
}

.helly_button:hover {
  color: #000;
  background-color: #fff;
  box-shadow: 0 2px 20px 2px #d3deffad;
}

.video {
  z-index: 1;
  mix-blend-mode: screen;
  width: auto;
  height: 85%;
  position: absolute;
  inset: auto auto 0%;
}

.clip1 {
  z-index: 2;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.div-block-3 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-video-2 {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.logo {
  z-index: 10;
  mix-blend-mode: screen;
  height: 200px;
  margin: 102px 25px 25px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.clip_2 {
  z-index: 2;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.ca {
  z-index: 150;
  color: #fff;
  background-color: #0000;
  padding: 0;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  position: relative;
}

.socials {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.x {
  background-color: #000;
  background-image: url('../images/x.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
  border: 2px solid #fff;
  border-bottom-width: 5px;
  width: 50px;
  height: 50px;
  margin-left: 15px;
}

.x:hover {
  border-top-width: 5px;
  border-bottom-width: 2px;
}

.dex {
  background-color: #000;
  background-image: url('../images/dex.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
  border: 2px solid #fff;
  border-bottom-width: 5px;
  width: 50px;
  height: 50px;
  margin-left: 15px;
}

.dex:hover {
  border-top-width: 5px;
  border-bottom-width: 2px;
}

.insta {
  background-color: #000;
  background-image: url('../images/insta.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 2px solid #fff;
  border-bottom-width: 5px;
  width: 50px;
  height: 50px;
  margin-left: 15px;
}

.insta:hover {
  border-top-width: 5px;
  border-bottom-width: 2px;
}

.ca_mobile {
  z-index: 150;
  color: #fff;
  background-color: #0000;
  padding: 0;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  display: none;
  position: relative;
}

.glitch {
  z-index: 150;
  opacity: .11;
  pointer-events: none;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: overlay;
  background-image: url('../images/glitch.gif');
  background-position: 50%;
  background-size: auto;
  background-clip: border-box;
  border-radius: 0;
  position: absolute;
  inset: 0%;
}

.section_welcome {
  z-index: 1000;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.title {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 90px;
}

.continue {
  color: #1b1b1b;
  background-color: #000;
  border: 2px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 60px;
  margin-top: 50px;
  margin-bottom: 0;
  padding: 0 0 3px;
  font-family: Oswald, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 25px;
  display: flex;
  position: relative;
  inset: auto auto 0%;
  box-shadow: 0 2px 20px 1px #d3deff3d;
}

.continue:hover {
  color: #000;
  background-color: #fff;
  box-shadow: 0 2px 20px 2px #d3deffad;
}

.button_bottom {
  z-index: 20;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 80px;
  margin: 0;
  padding-left: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.apple {
  background-color: #222;
  background-image: url('../images/apple.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 80%;
  border-radius: 4px;
  width: 45px;
  height: 45px;
  margin-right: 12.5px;
  padding: 0;
}

.spotify {
  background-color: #1dd760;
  background-image: url('../images/spotify.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 4px;
  width: 45px;
  height: 45px;
  margin-right: 12.5px;
  padding: 0;
}

.youtube {
  background-color: #f03;
  background-image: url('../images/youtube.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 70%;
  border-radius: 4px;
  width: 45px;
  height: 45px;
  margin-right: 12.5px;
  padding: 0;
}

.soundcloud {
  background-color: #ff7702;
  background-image: url('../images/soundcloud.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 4px;
  width: 45px;
  height: 45px;
  margin-right: 12.5px;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .logo {
    margin-top: 107px;
  }

  .apple, .spotify, .youtube, .soundcloud {
    width: 35px;
    height: 35px;
  }
}

@media screen and (max-width: 767px) {
  .ca {
    display: none;
  }

  .ca_mobile {
    display: flex;
  }

  .button_bottom {
    justify-content: flex-end;
    align-items: center;
    margin-top: 77px;
    margin-bottom: 0;
    inset: 0% 0% auto auto;
  }
}

@media screen and (max-width: 479px) {
  .explicit {
    z-index: 2;
    width: auto;
    height: 250px;
    margin-bottom: 104px;
    margin-right: 0;
    right: auto;
  }

  .clip1 {
    display: none;
  }

  .logo {
    height: 100px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    left: auto;
  }

  .section_welcome {
    display: flex;
  }

  .title {
    font-size: 75px;
    line-height: 75px;
  }

  .button_bottom {
    justify-content: center;
    align-items: center;
    margin-top: 207px;
    padding-left: 12.5px;
  }

  .apple, .spotify, .youtube, .soundcloud {
    width: 45px;
    height: 45px;
  }
}
