* {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  background: #111111;
  display: flex;
  overflow: hidden;
  height: 100dvh;
  width: 100dvw;
  justify-content: center;
  align-items: center;
  z-index: -2;
}

.snowflake {
  position: fixed;
  top: -10px;
  color: white;
  user-select: none;
  pointer-events: none;
  z-index: 2;
  font-size: 1em;
}

.background-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
  z-index: -1;
}

.volume-sound {
  display: none;
  position: fixed;
  backdrop-filter: blur(10px);
  transform: scale(1.5);
  background: linear-gradient(to bottom, #5251519d, #0000007e);
  border: 2px solid #0000001b;
  box-shadow: 0px 0px 50px #000000de;
  gap: 0px 10px;
  padding: 10px;
  border-radius: 5PX;
  top: 50px;
  left: 70px;
  z-index: 5;
}

.volume-sound i {
  color: #fff;
}

#input-volume {
  -webkit-appearance: none;
  appearance: none; 
  width: 100%;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  border-radius: 16px;
}

#input-volume::-webkit-slider-runnable-track {
  height: 15px;
  background: #ccc;
  border-radius: 16px;
}

#input-volume::-moz-range-track {
  height: 15px;
  background: #ccc;
  border-radius: 16px;
}

#input-volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none; 
  height: 15px;
  width: 15px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #3c3c3c;
  box-shadow: -407px 0 0 400px #3c3c3c;
}

#input-volume::-moz-range-thumb {
  height: 15px;
  width: 15px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #3c3c3c;
  box-shadow: -407px 0 0 400px #3c3c3c
}

.container-background {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(to bottom, #5251519d, #0000007e);
  flex-flow: column nowrap;
  padding: 10px;
  align-items: center;
  border-radius: 10px;
  height: 450px;
  width: 350px;
  backdrop-filter: blur(10px);
  border: 2px solid #0000001b;
  box-shadow: 0px 0px 50px #000000de;
  z-index: 3;
}

.container-profile {
  display: none;
  background: transparent;
  border-radius: 10px;
  flex-flow: column nowrap;
  gap: 30px 0px;
  height: 400px;
  width: 350px;
  padding: 10px;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.profile {
  display: flex;
  gap: 10px 0px;
  position: relative;
  flex-flow: column nowrap;
  align-items: center;
  z-index: 3;
}

.profile-avatar {
  display: block;
  height: 120px;
  width: 120px;
  box-shadow: 0px 0px 30px #FFFFFF30;
  border-radius: 50%;
  z-index: 3;
}

.profile-decoration {
  position: absolute;
  top: -12px;
  display: block;
  height: 140px;
  width: 140px;
  border: none;
  z-index: 3;
}

.profile h1 {
  color: #fff;
  text-shadow: 0px 0px 5px #FFFFFF;
  font-size: 25px;
  z-index: 3;
}

.profile p {
  color: #fff;
  font-size: 20px;
  width: 100%;
  text-shadow: 0px 0px 5px #FFFFFF;
  font-weight: 600;
  z-index: 3;
}

.links {
  display: flex;
  justify-content: center;
  gap: 15px;
  padding: 10px;
  height: 50px;
  width: 100%;
}

.links i {
  color: #fff;
  font-size: 40px;
  z-index: 3;
  text-shadow: 0px 0px 50px #FFFFFF;
  transition: 0.5s;
}

.links i:hover {
  color: #dddddd;
  text-shadow: 0px 0px 50px #474747;
  transform: scale(1.1);
}

.container-load {
  background: #1B1B1B;
  display: flex;
  position: relative;
  flex-flow: column nowrap;
  gap: 15px;
  border-radius: 10px;
  height: 150px;
  width: 350px;
  justify-content: center;
  align-items: center;
  animation-name: animation-fade-in;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.container-buttons {
  display: flex;
  background: transparent;
  flex-flow: column nowrap;
  backdrop-filter: blur(10px);
  gap: 13px 20px;
  justify-content: center;
  align-items: center;
  height: 50%;
  width: 100%;
}

.container-buttons button {
  background: #36363699;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px;
  z-index: 3;
  opacity: 1;
  height: 70px;
  width: 60%;
  border-radius: 10px;
  box-shadow: 0px 0px 30px #363636BA;
  border: 2px solid #33333399;
  transition: 0.5s;
}

.container-buttons button:hover {
  background: #23232385;
  box-shadow: 0px 0px 30px #b5b5b595;
  border: 2px solid #23232385;
  transform: scale(1.1);
}

.container-texts {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
}

.container-texts h2 {
  color: #fff;
  font-size: 15px;
}

.container-texts p {
  color: #fff;
  font-size: 50%;
  font-weight: 800;
  text-align: left;
}

.container-buttons button img {
  
  height: 50px;
  width: 50px ;
  
}

.container-load h2 {
  color: #FFFFFF;
}

.barra {
  background: #119400;
  height: 20px;
  width: 90%;
  border-radius: 30px;
}

.progresso {
  background: #1CF800;
  height: 20px;
  width: 20%;
  border-radius: 30px;
}

.progresso-completado {
  animation-name: FullLoad;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

.effect-fadein {
  animation-name: animation-fade-in;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.effect-fadeout {
  animation-name: animation-fade-out;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}

.effect-fadeoutnodelay {
  animation-name: animation-fade-out;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

#enter-button {
  
  display: none;
  background: #21D069;
  color: #fff;
  font-weight: 600;
  font-size: 80%;
  padding: 10px 30px;
  width: 150px;
  border-radius: 10px;
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  
}

#enter-button:hover {
  background: #169F4F;
}

.views {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px;
  gap: 10px;
  position: absolute;
  top: 15px;
  left: -50%;
  transform: translate(50%, 0px);
  z-index: 4;
}

.views i {
  color: #fff;
  font-size: 20px;
}

.views span {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

@keyframes MetadeLoad {
  from {
    width: 0%;
  }
  to {
    width: 50%;
  }
}

@keyframes FullLoad {
  from {
    width: 20%;
  }
  to {
    width: 100%;
  }
}

@keyframes animation-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
} 

@keyframes animation-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@media (max-width: 440px) {

  .views {
    transform: translate(0%, 0px);
  }

  .volume-sound {
    left: 70px;
  }

  .container-background {
    width: 85%;
  }

  .container-profile {
    width: 85%;
  }

  .container-load {
    width: 85%;
  }

  .profile p {
    font-size: 110%;
  }

}



