#home>video,
#top-line,
video {
  position: absolute
}

body{
  background-image: url("../img/rifk7_noman_loop.gif");
  background-repeat: no-repeat;
  background-size: auto;
}

#top-line {
  top: 0;
  width: 100%;
  height: 3px;
  z-index: 2;
  background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
  background-size: 200%;
  -webkit-animation: animatedgradient 3s ease infinite;
  -moz-animation: animatedgradient 3s ease infinite;
  animation: animatedgradient 3s ease infinite
}

@keyframes animatedgradient {

  0%,
  100% {
    background-position: 0 50%
  }

  50% {
    background-position: 100% 50%
  }
}

* {
  font-family: Orbitron, sans-serif
}


#home,
#home>video {
  width: 100%;
  height: 100vh
}

#home {
  background-color: #000
}

#links {
  margin-top: 10px;
  z-index: 1
}

#links>a {
  margin-left: 5px;
  margin-right: 5px;
  background-color: rgba(0, 0, 0, 0);
  font-size: 20px;
  transition: transform 1s, background-color 1s
}

#links>a:hover {
  background-color: rgb(255, 255, 255);
  transform: scale(1.1)
}

.btn-primary,
.btn-primary:hover {
  border: 1px solid
}

#aim {
  position: fixed;
  z-index: 3
}

#aim>img {
  height: 50px;
  width: 50px
}
.unmute {
  z-index: 2;
  align-items: center;
  position: fixed;
  bottom: 75px;
  text-align: center;
  margin: auto;
  width: 100%;

}
.volume {
  z-index: 1;
  position: fixed;
  bottom: 40px;
}

.slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 9px;
    background: rgba(155, 51, 165, 0.671);
    outline: none;
    opacity: 0.3;
    -webkit-transition: .4s; 
    transition: opacity .4s;
    margin: auto;
    align-items: center;
    position: fixed;
}

.slider:hover {
    opacity: 0.7;
}
.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 10px;
    height: 9px;
    background: white;
    cursor: pointer;
  }
  
  .slider::-moz-range-thumb {
    width: 15px;
    height: 9px;
    background: white;
    cursor: pointer;
  }

  
button {
    outline: none;
    background-color: transparent;
    border: none;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    font-family: "Verdana";
    font-size: 20px;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: auto;
    width: 50%;

}

.pulse {
    -webkit-animation:pulse 0.8s linear infinite;
    animation:pulse 0.8s linear infinite;
}

.pulsecontrols {
    -webkit-animation:pulse 0.8s linear infinite;
    animation:pulse 0.8s linear infinite;
}

@keyframes pulse {
    from {
        color: grey;
        text-shadow: 0 0 20px white;
    }
    50% {
        color: purple;
       
    }
    to {
        color: green;
     
    }
}

@-webkit-keyframes pulse {
    from {
        color: grey;
        text-shadow: 0 0 20px white;
    }
    50% {
        color: white;
        text-shadow: 0 0 0px white;
    }
    to {
        color: grey;
        text-shadow: 0 0 20px white;
    }
}


.controls {
    align-items: center;
    bottom: 2px;
    position: fixed;
}

.concss {
    color: white;
    text-decoration: none;
    padding-right: 25px;
    padding-left: 25px;
    opacity: 0.3;
    -webkit-transition: .3s; 
    transition: opacity .3s;
}

.concss:hover {
    opacity: 0.7;
}

video {
    position: absolute; 
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);          
}

.slide-text {
    padding: 0;
    padding-left: 25px;
    padding-right: 25px;
    color: white;
    text-decoration: none;
}

#vol-slider {
    -webkit-animation:pulse 0.8s linear infinite;
    animation:pulse 0.8s linear infinite;
}

.slide-border {
    border-style: none;
    position: fixed;
    bottom: 102px;
    padding-top: 65px;
    padding-right: 400px;
    padding-left: 400px;
    border-color: white;
}


.fancy-shit2 {
    font-size: small;
    position: fixed;
    font-family: "Brandon Light";
    top: 7px;
    font-size: 20px;
    background: url("../img/nn.gif");
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: fixed;
    text-align: center;
    display: inline-block;
}

.fancy-shit {
  top: 5px; 
  font-family: "Brandon Light";
  font-size: 35px;
  background: url("../img/nn.gif");
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: fixed;
  text-align: center;
  display: inline-block;  
  margin-left: 43.5%;
}