@charset "UTF-8";
/* CSS Document */

@font-face {
  font-family: TurretRoad;
  src: url(TurretRoad-ExtraLight.ttf);
}

body{
    margin: 0;
    font-family: TurretRoad, cursive;
   line-height:1.5;
    color:rgb(238, 255, 0);
    overflow-x: hidden;
}

.v-header{
   height:100vh;
   display: flex;
   align-items: center;
   color: rgb(255, 251, 0);
}


.fullscreen-video-wrap{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height:100vh;
    overflow: hidden;
}

.fullscreen-video-wrap video{
    min-width:100%;
    min-height:100%;
}

.languagebox{

	position: relative;
	max-width: 600px;
	height: 200px;
	left: 50%;
    top:50%;
	transform:translate(-50%,-90%);
	text-align: center;
	z-index: 2;





}

.langWrap{

    opacity:0.7;
    height:30px;
    width:269px;
	margin-left:15.7px;
}


.langWrap a{
	color:rgb(0, 0, 0);
	text-decoration: none;
	padding: 9px 52.2px;
	background: #970097d2;/*neon pink*/
	opacity:0.6;
	width: 300px;
	height: 32px;
	font-size: 16px;
	}



a.active{
    background: #fffb00; /*yellow*/
    color:rgb(0, 0, 0);
    opacity:0.7;
}


.content{
    background:#fffb00; /*yellow*/
    opacity:0.5;
    height:110px;
	width:268px;
    padding-top: 16px;
    width:268px;
    margin-left:16px;
}

.title{
	text-align: center;
	color: #fff;
	width: 250px;
	display: block;
	opacity: 0.7;
	height: 32px;
	padding-top: 8px;
	margin-left: 7px;
	margin-bottom: 10px;
	font-size: 1.1rem;
	text-decoration: none;
	background: #070707;
	border: 2px solid #00E4CA;
}

.title a.hover{
	background: #02FEE1;
	color: #F03;
}


.title2{
    text-align: center;

	color:#fff;
    width:250px;
    display: block;
    opacity: 0.7;
    height:30px;
    padding-top: 10px;
    margin-left:7px;
    border: 2px solid #00E4CA;
    font-size: 1.1rem;
    text-decoration:none;
	background:#070707;
}

@media(max-width:960px){
    .container{
        padding-right: 3rem;
        padding-left: 3rem;
    }

}
