body{
  padding:0;
  margin:0;
}
.vid-container{
  position:relative;
  height:100vh;
  overflow:hidden;
}
.bgvid.back {
  position: fixed; right: 0; bottom: 0;
  min-width: 100%; min-height: 100%;
  width: auto; height: auto; z-index: -100;
}
.inner {
  position: absolute;
}
.inner-container{
  width:400px;
  height:400px;
  position:absolute;
  top:calc(50vh - 200px);
  left:calc(50vw - 200px);
  overflow:hidden;
}
.bgvid.inner{
  top:calc(-50vh + 200px);
  left:calc(-50vw + 200px);
  filter: url("data:image/svg+xml;utf9,<svg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'><filter%20id='blur'><feGaussianBlur%20stdDeviation='10'%20/></filter></svg>#blur");
  -webkit-filter:blur(10px);
  -ms-filter: blur(10px);
  -o-filter: blur(10px);
  filter:blur(10px);
}
.box{
  position:absolute;
  height:100%;
  width:100%;
  font-family:Helvetica;
  color:#fff;
  background:rgba(0,0,0,0.13);
  padding:30px 0px;
  text-align: center;
  }
.logo{
  margin-top: 110px;
}
.box h1{
  text-align:center;
  margin:30px 0;
  font-size:12px;
}
.box p{
  font-size:14px;
  text-align:center;
}
.box p span{
  cursor:pointer;
  color:#666;
}
#videobcg {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  min-width: 100% !important;
  max-height: 100% !important;
  z-index: -1000;
  overflow: hidden;
  object-fit: fill;
  -webkit-filter: blur(9px);
  -moz-filter: blur(9px);
  -o-filter: blur(9px);
  -ms-filter: blur(9px);
  filter: blur(9px);
}
.under{
  position: absolute;
  bottom: 10%;
  width: 100%;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 48px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}


html { min-height: 100vh; height: 100%; }
body { height: 100%; }

body {
	position: relative;
}

.background {
	background-color: #333;
	background-image:
		linear-gradient(to bottom, #000, transparent, #000),
		linear-gradient(to right, #322, #332, #232, #233, #223, #323, #322);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}
.background:before, .background:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.background:after {
	background-image:
		radial-gradient(circle, #999, #000, #000, #000),
		linear-gradient(to right, #900, #990, #090, #099, #009, #909, #900);
	background-blend-mode: color-dodge, normal;
	background-size: 200px 200px, 100vw;
	-webkit-mask-image: repeating-linear-gradient(to right, transparent, #fff, transparent, transparent, #fff, transparent);
	-webkit-mask-size: 75vw 100vh;
	mask-image: repeating-linear-gradient(to right, transparent, transparent, #fff, transparent, transparent, #fff, transparent);
	mask-size: 75vw 100vh;
	height: 1000%;
	width: 300%;
	margin-left: -100%;
	mix-blend-mode: color-dodge;
	transform: rotate(-15deg);
	transform-origin: top left;
	animation: rays 30s infinite linear, bg 60s infinite linear;
}
@keyframes bg {
	0% { background-position: left top, 0vw top; }
	100% { background-position: left top, 100vw top; }
}
@keyframes rays {
	0% {
		-webkit-mask-position: 0vw top;
		mask-position: 0vw top;
	}
	100% {
		-webkit-mask-position: 100% top;
		mask-position: 100% top;
	}
}




.rotate {
  position: absolute;
  bottom: 100px;
  z-index: 1111;
  width: 100%;
  justify-content: center;
  display: flex;
}
.rotate span {
  float: left;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  position: relative;
  width: 30px;
  text-align: center;
}
.rotate span:before, .rotate span:after {
  content: attr(letter);
  bottom: 0;
  height: inherit;
  left: 0;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  transform: rotateX(0deg) translate(0, 0);
  top: 0;
  width: inherit;
}
.rotate span:before {
  background: black;
  color: white;
  transform-origin: 0 0;
}
.rotate span:after {
  background: white;
  color: black;
  transform: rotateX(90deg) translate(0, 100%);
  transform-origin: 0 100%;
}

.rotate.animate span:before {
  animation: rotate1 9s infinite;
}
.rotate.animate span:after {
  animation: rotate2 9s infinite;
}

.rotate.hover span:before, .rotate.hover span:after {
  transition: 0.3s;
}
.rotate.hover:hover span:before {
  transform: rotateX(90deg) translate(0, -100%);
}
.rotate.hover:hover span:after {
  transform: rotateX(0deg) translate(0, 0);
}

div.rotate span:nth-child(1):before, div.rotate span:nth-child(1):after {
  animation-delay: 0.1s;
  transition-delay: 0.1s;
}

div.rotate span:nth-child(2):before, div.rotate span:nth-child(2):after {
  animation-delay: 0.2s;
  transition-delay: 0.2s;
}

div.rotate span:nth-child(3):before, div.rotate span:nth-child(3):after {
  animation-delay: 0.3s;
  transition-delay: 0.3s;
}

div.rotate span:nth-child(4):before, div.rotate span:nth-child(4):after {
  animation-delay: 0.4s;
  transition-delay: 0.4s;
}

div.rotate span:nth-child(5):before, div.rotate span:nth-child(5):after {
  animation-delay: 0.5s;
  transition-delay: 0.5s;
}

div.rotate span:nth-child(6):before, div.rotate span:nth-child(6):after {
  animation-delay: 0.6s;
  transition-delay: 0.6s;
}

div.rotate span:nth-child(7):before, div.rotate span:nth-child(7):after {
  animation-delay: 0.7s;
  transition-delay: 0.7s;
}
div.rotate span:nth-child(8):before, div.rotate span:nth-child(8):after {
  animation-delay: 0.8s;
  transition-delay: 0.8s;
}

div.rotate span:nth-child(9):before, div.rotate span:nth-child(9):after {
  animation-delay: 0.9s;
  transition-delay: 0.9s;
}

div.rotate span:nth-child(10):before, div.rotate span:nth-child(10):after {
  animation-delay: 1.0s;
  transition-delay: 1.0s;
}

div.rotate span:nth-child(11):before, div.rotate span:nth-child(11):after {
  animation-delay: 1.1s;
  transition-delay: 1.1s;
}

div.rotate span:nth-child(12):before, div.rotate span:nth-child(12):after {
  animation-delay: 1.2s;
  transition-delay: 1.2s;
}

div.rotate span:nth-child(13):before, div.rotate span:nth-child(13):after {
  animation-delay: 1.3s;
  transition-delay:1.3s;
}

div.rotate span:nth-child(14):before, div.rotate span:nth-child(14):after {
  animation-delay: 1.4s;
  transition-delay: 1.4s;
}

div.rotate span:nth-child(15):before, div.rotate span:nth-child(15):after {
  animation-delay: 1.5s;
  transition-delay: 1.5s;
}

div.rotate span:nth-child(16):before, div.rotate span:nth-child(16):after {
  animation-delay: 1.6s;
  transition-delay: 1.6s;
}

div.rotate span:nth-child(17):before, div.rotate span:nth-child(17):after {
  animation-delay: 1.7s;
  transition-delay: 1.7s;
}
div.rotate span:nth-child(18):before, div.rotate span:nth-child(18):after {
  animation-delay: 1.8s;
  transition-delay: 1.8s;
}

div.rotate span:nth-child(19):before, div.rotate span:nth-child(19):after {
  animation-delay: 1.9s;
  transition-delay: 1.9s;
}

@keyframes rotate1 {
  0% {
    transform: rotateX(0deg) translate(0, 0);
  }
  25% {
    transform: rotateX(90deg) translate(0, -100%);
  }
  50% {
    transform: rotateX(90deg) translate(0, -100%);
  }
  75% {
    transform: rotateX(0deg) translate(0, 0);
  }
  100% {
    transform: rotateX(0deg) translate(0, 0);
  }
}
@keyframes rotate2 {
  0% {
    transform: rotateX(90deg) translate(0, 100%);
  }
  25% {
    transform: rotateX(0deg) translate(0, 0);
  }
  50% {
    transform: rotateX(0deg) translate(0, 0);
  }
  75% {
    transform: rotateX(90deg) translate(0, 100%);
  }
  100% {
    transform: rotateX(90deg) translate(0, 100%);
  }
}