.legal_stuff_container {
  position: absolute;
  bottom: 1rem;
  height: 2rem;
  width: 100%;
  font-family: "Karla", sans-serif;
}

.legal_stuff {
  position: absolute;
  font-size: 0.8rem;
  color: rgb(228, 228, 228);
  z-index: 200;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  display: flex;
}
.spacer {
  margin: 24px;
  height: 0.8rem;
  border-radius: 0;
}
.to_be_padded{
  padding:4px;
}

.par {
  position: absolute;
  font-size: 2rem;
  left: 50%;
  top: 54%;
  transform: translate(-50%, -50%);
  color: #eeeeee;
  letter-spacing: 0.1rem;
  font-weight: 700;
  white-space: nowrap;
  display: flex;
  font-family: "Karla", sans-serif;
  display: none;
}

.all_container {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

.video_home_container {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.video_home {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.tdm_name {
  position: absolute;
  font-size: 6rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #eeeeee;
  letter-spacing: 0.5rem;
  font-weight: 700;
  font-family: "Karla", sans-serif;
  text-shadow: 4px 4px 6px #000000;
  text-align: center;
}
.the_name {
  color: #eeeeee;
  white-space: nowrap;
}
.for_mobile{
 position: absolute;
 bottom:0;
 width: 100%;
 height:100%;
}
.legal_stuff_mobile{
  display: none;
  position: absolute;
  font-size: 0.8rem;
  color: rgb(228, 228, 228);
  z-index: 200;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  display: flex;
  text-align: center;
}

.slogan {
  position: absolute;
  font-size: 3rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 100%);
  color: #eeeeee;
  letter-spacing: 0.5rem;
  font-weight: 400;
  white-space: nowrap;
  font-family: "Karla", sans-serif;
  text-shadow: 3px 3px 5px #000000;
}

svg rect {
  fill: white;
  mask: url(#video_mask);
}
.video_svg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  fill: url(#header-shape-gradient-video) #fff;
}
.shadow_animation{
  animation-name: shadow_animation;
  animation-iteration-count: infinite;
  animation-duration: 7s;

}

@keyframes shadow_animation {
  0% {
    text-shadow: 3px 5px 4px #000000;
  }
  33% {
    text-shadow: 3px 2px 2px #7c7c7c;
  }
  66% {
    text-shadow: 3px 5px 4px #383838;
  }
  100% {
    text-shadow: 3px 5px 4px #000000;
  }
}
@media screen and (max-width: 320px) {
  .main_bottom_title {
    font-size: 1.4rem;
    padding-top: 0.7rem;
  }
}

@media screen and (max-width: 679px) and (max-height: 599px){
  .for_mobile{
    bottom:3rem;
   }
}
