body {
  background-color: #000;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

h1 {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    color: white;
}

.clientJpn h3 {
  text-shadow: 2px 2px 5px blue;
}
.clientName h1 {
  text-shadow: 2px 2px 5px blue;
}

.cursor {
  cursor: crosshair;
}

/* --------- Kill Feed START --------- */
/* ----------------------------------- */

.killfeed {
  position: absolute;

  width: 300px;
  height: 150px;
  /* border: 2px solid #4fc5f7; */
  margin: 25px;
  overflow: hidden;
}

.feed {
  width: 300px;
}


/* Killfeed Animation START */

.k {
  animation: animate01 6s linear infinite;
}
@keyframes animate01 
{
  0%
  {
    transform: translateY(-200px);

  }
  5%
  {
    transform: translateY(-150px);

  }
  15%
  {
    transform: translateY(-150px);

  }
  20%
  {
    transform: translateY(-100px);

  }
  30%
  {
    transform: translateY(-100px);

  }
  35% 
  {
    transform: translateY(-50px);

  }
  45%
  {
    transform: translateY(-50px);
    opacity: 100%;
  }
  50%
  {
    transform: translateY(0px);
    opacity: 0%;
  }
  60%
  {
    transform: translateY(0px);
    opacity: 0%;
  }
  65%
  {
    transform: translateY(50px);

  }
  75%
  {
    transform: translateY(50px);

  }
  80%
  {
    transform: translateY(100px);

  }
  90%
  {
    transform: translateY(100px);

  }
  100%
  {
    transform: translateY(150px);

  }
}

.k1 {
  animation: animate02 6s linear infinite;
}
@keyframes animate02 
{
  0%
  {
    transform: translateY(-200px);

  }
  5%
  {
    transform: translateY(-150px);

  }
  15%
  {
    transform: translateY(-150px);

  }
  20%
  {
    transform: translateY(-100px);

  }
  30%
  {
    transform: translateY(-100px);

  }
  35% 
  {
    transform: translateY(-50px);

  }
  45%
  {
    transform: translateY(-50px);

  }
  50%
  {
    transform: translateY(0px);

  }
  60%
  {
    transform: translateY(0px);
    opacity: 100%;
  }
  65%
  {
    transform: translateY(50px);
    opacity: 0%;
  }
  75%
  {
    transform: translateY(50px);

  }
  80%
  {
    transform: translateY(100px);

  }
  90%
  {
    transform: translateY(100px);

  }
  100%
  {
    transform: translateY(150px);

  }
}
.k2 {
  animation: animate03 6s linear infinite;
}
@keyframes animate03 
{
  0%
  {
    transform: translateY(-200px);

  }
  5%
  {
    transform: translateY(-150px);

  }
  15%
  {
    transform: translateY(-150px);

  }
  20%
  {
    transform: translateY(-100px);

  }
  30%
  {
    transform: translateY(-100px);

  }
  35% 
  {
    transform: translateY(-50px);

  }
  45%
  {
    transform: translateY(-50px);

  }
  50%
  {
    transform: translateY(0px);

  }
  60%
  {
    transform: translateY(0px);

  }
  65%
  {
    transform: translateY(50px);
    opacity: 100%;
  }
  75%
  {
    transform: translateY(50px);
    opacity: 100%;
  }
  80%
  {
    transform: translateY(100px);
    opacity: 0%;
  }
  90%
  {
    transform: translateY(100px);

  }
  100%
  {
    transform: translateY(150px);

  }
}

.k3 {
  animation: animate04 6s linear infinite;
}
@keyframes animate04 
{
  0%
  {
    transform: translateY(-200px);

  }
  5%
  {
    transform: translateY(-150px);

  }
  15%
  {
    transform: translateY(-150px);

  }
  20%
  {
    transform: translateY(-100px);

  }
  30%
  {
    transform: translateY(-100px);

  }
  35% 
  {
    transform: translateY(-50px);

  }
  45%
  {
    transform: translateY(-50px);

  }
  50%
  {
    transform: translateY(0px);

  }
  60%
  {
    transform: translateY(0px);

  }
  65%
  {
    transform: translateY(50px);

  }
  75%
  {
    transform: translateY(50px);

  }
  80%
  {
    transform: translateY(100px);

  }
  90%
  {
    transform: translateY(100px);
    opacity: 100%;
  }
  100%
  {
    transform: translateY(150px);
    opacity: 0%;
  }
}




/* --------------------------- */
/* ----- KILL FEED END ------- */

/*--------- Hover Logos START ---------*/
/* Discord */
.tc-container {
  position: relative;
}

.tc-container img {

}

.top-img {
position: absolute;
top: 0;
opacity: 0;
transition: all .7s ease;
}

.top-img:hover {
  opacity: 1;
}

/* Github */
.top-img2 {
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all .7s ease;
  }
  
  .top-img2:hover {
    opacity: 1;
  }


/* YouTube */
.top-img3 {
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all .7s ease;
  }
  
  .top-img3:hover {
    opacity: 1;
  }

/*------- Hover Logos END ---------- */

.socialLogo {
  width: 75px;
  z-index: 2;
}


.column {
  float: left;
  width: 7%;
  padding-left: 18%;
}




.center {
  text-align: center;
}



.red {
  background-color: transparent;
  width: 200px;
  height: 45vh;
  margin: 5px auto;
}
.socials { 
  /* background-color: #0f0; */
  width: 500px;
  height: 40%;
  margin: auto;
  
  
}
.clientName {
  /* background-color: #00f; */
  width: 200px;
  height: 50px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  margin: 0;
}

.clientJpn {
  width: 250px;
  height: 50px;
  position: relative;
  top: 40%;
  left: 50%;
  transform: translate(-47%, -80%);
  margin: 0;
  font-size: 25px;
  color: white;
}

/*---- ALL THE AUDIO PLAYER BELOW ----*/
/* ---------------------------------- */

.player {
  width: 200px;
  height: 100px;
  position: relative;
  top: 80%;
  left: 49%;
  transform: translate(-47%, 25%);
  margin: 0;
  z-index: 1;
}

.audio-player {
  --player-button-width: 3em;
  --sound-button-width: 2em;
  --space: .5em;
  width: 15rem;
  height: 15rem;

}


.audio-icon {
   width: 90%;
   height: 90%;
}

.controls {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-top: 10px;
}

.player-button {
  background-color: transparent;
  border: 0;
  /* width: var(--player-button-width);
  height: var(--player-button-width); */
  width: 15%;
  cursor: pointer;
  padding: 0;
}

.timeline {
  -webkit-appearance: none;
  width: calc(100% - (var(--player-button-width) + var(--sound-button-width) + var(--space)));
  height: .5em;
  background-color: #e5e5e5;
  border-radius: 5px;
  background-size: 0% 100%;
  background-image: linear-gradient(#4fc5f7, #4fc5f7);
  background-repeat: no-repeat;
  margin-right: var(--space);
}

.timeline::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  transition: all .1s;
  background-color: #0424ef;
}

.timeline::-moz-range-thumb {
  -webkit-appearance: none;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  transition: all .1s;
  background-color: #0424ef;
}

.timeline::-ms-thumb {
  -webkit-appearance: none;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  transition: all .1s;
  background-color: #0424ef;
}

.timeline::-webkit-slider-thumb:hover {
  background-color: #0424ef;
}

.timeline:hover::-webkit-slider-thumb {
  opacity: 1;
}

.timeline::-moz-range-thumb:hover {
  background-color: #0424ef;
}

.timeline:hover::-moz-range-thumb {
  opacity: 1;
}

.timeline::-ms-thumb:hover {
  background-color: #943f65;
}

.timeline:hover::-ms-thumb {
  opacity: 1;
}

.timeline::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

.timeline::-moz-range-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

.timeline::-ms-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

.sound-button {
  background-color: transparent;
  border: 0;
  width: var(--sound-button-width);
  height: var(--sound-button-width);
  cursor: pointer;
  padding: 0;
}



/* --------------------------- */
/* ---- AUDIO PLAYER END ----- */

#background-video {
  width: 100vw;
  height: 110vh;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}


@media only screen and (max-width: 520px) {

  .column {
    float: left;
    width: 5%;
    padding-left: 14%;
  }

  #background-video {
    width: 100vw;

  }
} 

@media only screen and (max-width: 400px) {

.column {
  float: left;
  width: 5%;
  padding-left: 12%;
}

.clientName {
  width: 200px;
  height: 50px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  margin: 0;
}

.clientJpn {
  width: 250px;
  height: 50px;
  position: relative;
  top: 40%;
  left: 50%;
  transform: translate(-47%, -80%);
  margin: 0;
  font-size: 25px;
  color: white;
}

#background-video {
  width: 100%;

}
}
/* ---------------------- */
