@font-face {
    font-family: 'BlenderMed';
    /* src: url('BlenderPro-Medium.eot');
    src: local('Blender Pro Medium'), local('BlenderPro-Medium'),
        url('BlenderPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('BlenderPro-Medium.woff2') format('woff2'),
        url('BlenderPro-Medium.woff') format('woff'),
        url('BlenderPro-Medium.ttf') format('truetype'); */
	src: url('BlenderPro-Medium.ttf') format('truetype');
    font-weight: 500;
    /* font-style: normal; */
}
@font-face {
    font-family: 'BlenderBold';
    /* src: url('BlenderPro-Bold.eot');
    src: local('Blender Pro Bold'), local('BlenderPro-Bold'),
        url('BlenderPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('BlenderPro-Bold.woff2') format('woff2'),
        url('BlenderPro-Bold.woff') format('woff'),
        url('BlenderPro-Bold.ttf') format('truetype'); */
	src: url('BlenderPro-Bold.ttf') format('truetype');
    font-weight: bold;
    /* font-style: normal; */
}
@font-face {
    font-family: 'BlenderT';
    /* src: url('BlenderPro-Thin.eot');
    src: local('Blender Pro Thin'), local('BlenderPro-Thin'),
        url('BlenderPro-Thin.eot?#iefix') format('embedded-opentype'),
        url('BlenderPro-Thin.woff2') format('woff2'),
        url('BlenderPro-Thin.woff') format('woff'),
        url('BlenderPro-Thin.ttf') format('truetype'); */
	src: url('BlenderPro-Thin.ttf') format('truetype');
    font-weight: 100;
    /* font-style: normal; */
}

html {
	color: white;
	font-family: 'BlenderT';
	scroll-behavior: smooth;
}

h1 {
	font-family: 'BlenderBold';
	font-size: 128pt;
	margin-block-start: 0;
	margin-block-end: 0;	
	margin-top: -40px;
	color : limegreen;
}

h2 {
	font-family: 'BlenderBold';
	/* text-align: center; */
	font-size: 64pt;
	margin-block-start: 0;
	margin-block-end: 0;
	line-height: 50pt;
}

h3 {
	font-family: 'BlenderBold', sans-serif;
	text-align: center;
	font-size: 32pt;
	margin: 20px;
	/* color : limegreen; */
	color : white;
}

p {
	font-size: 20pt;
}

.pp {
	font-family: 'BlenderBold';
}

.bg {
	background: repeating-linear-gradient(
		0deg,
		#0E0D0E 25%,
		#0E0D0E 50%,
		#171819 50%,
		#171819 75%
	);
	background-size: 10px 10px;
}

.container { 
	position:relative; 
	padding-bottom: 20pt;
}
.container video {
    position:relative;
    z-index:0;
}
.overlay {
	width:100%;
    position:absolute;    
    z-index:1;
	top: 50%;
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}

.levitation {		
	animation: bouge 3s infinite ease-in-out alternate;	
	filter: drop-shadow(10px 10px 5px rgba(0, 0, 0, 0.2));
}

	@keyframes bouge {
		/*starting point and angle (same angle as choosen into .levitation)*/
		from {
		  transform: translateY(-15px) perspective(400px) rotateY(10deg);
		}
		/* ending point and angle */
		to {
		  transform: translateY(15px) perspective(400px) rotateY(-10deg);
		}
	  }

	  div.features {
		margin-left: 10%;
		margin-right: 10%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	
	div.features div {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: start;
		min-width: 300px;
	}

	ul {	
		margin: 0;
		padding: 0;
		text-align: center;
		list-style-type: none;
		font-size: 20pt;
	}
	
	li {
		font-weight: 300;
		margin-bottom: 10pt;		
	}

	div.disclaimer {
		margin-left: 10%;
		margin-right: 10%;
		margin-top: 50px;
		margin-bottom: 25px;
		font-weight: 300;
		padding: 2%;
		/* border-radius: 16px; */
		/* border: 4px solid limegreen; */
		padding-top: 8px;
		padding-bottom: 40px;
	}
	
	div.disclaimer p {
		text-align: justify;
		margin: 0;
		padding: 0;
	}

	div.header
{
	padding-top: 2%;
	padding-bottom: 2%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* img.title-img
{
	padding-left: 15px;
} */

div.header a {
	margin-top: 6px;
	margin-left: 30px;
	margin-right: 30px;
}

div.header-buttons
{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

div.title h1
{
	margin: 0;
	padding: 0;
	padding-top: 80px;
}

div.title h2
{
	margin-top: 0;
	padding-top: 0;
	/* padding-bottom: 50px; */
}

/* div.header h3
{
	color : white;
} */

div.games {	
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

div.games div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	flex-direction: column;
}

a.btn {
	font-family: 'BlenderBold', sans-serif;
	text-align: center;
	display: inline-block;
	padding-bottom: 8px;
	padding-top: 8px;
	/* background-color: rgba(255,255,255,0.05); */
	background-color: limegreen;
	color: black;
	/* border-left: 8px solid rgba(0,0,0,0);
	border-right: 8px solid rgba(0,0,0,0); */
}

a.btn:hover {
	background-color: lime;
	text-decoration: none;
	/* border-left: 8px solid limegreen;
	border-right: 8px solid limegreen;	 */
	color: black;
}

a.btn2 {
	font-family: 'BlenderBold', sans-serif;
	text-align: center;
	display: inline-block;
	padding-bottom: 8px;
	padding-top: 8px;	
	/* background-color: rgba(255,255,255,0.05); */
	background-color: rgba(0,255,0,0.1);	
	color : limegreen;
	/* border-left: 8px solid rgba(0,0,0,0);
	border-right: 8px solid rgba(0,0,0,0); */
}

a.btn2:hover {
	/* background-color: rgba(0,255,0,0.2); */
	text-decoration: none;
	/* border-left: 8px solid limegreen;
	border-right: 8px solid limegreen; */
	color: lime;
} 

a.btn3 {
	font-family: 'BlenderBold', sans-serif;
	text-align: center;
	display: inline-block;
	padding-bottom: 8px;
	padding-top: 8px;
	/* background-color: rgba(255,255,255,0.05); */
	background-color: BlueViolet;
	color: white;
	/* border-left: 8px solid rgba(0,0,0,0);
	border-right: 8px solid rgba(0,0,0,0); */
}

a.btn3:hover {
	background-color: #aa30ff;
	text-decoration: none;
	/* border-left: 8px solid limegreen;
	border-right: 8px solid limegreen;	 */
	color: white;
}

a.btn4 {
	font-family: 'BlenderBold', sans-serif;
	text-align: center;
	display: inline-block;
	padding-bottom: 8px;
	padding-top: 8px;	
	/* background-color: rgba(255,255,255,0.05); */
	background-color: rgba(170,48,255,0.1);	
	color : BlueViolet;
	/* border-left: 8px solid rgba(0,0,0,0);
	border-right: 8px solid rgba(0,0,0,0); */
}

a.btn4:hover {
	/* background-color: rgba(0,255,0,0.2); */
	text-decoration: none;
	/* border-left: 8px solid limegreen;
	border-right: 8px solid limegreen; */
	color: #aa30ff;
} 

a.btn_orange {
	font-family: 'BlenderBold', sans-serif;
	text-align: center;
	display: inline-block;
	padding-bottom: 8px;
	padding-top: 8px;
	/* background-color: #f15e28; */
	color: white;

	background-size: 400% 400% !important;
	background: linear-gradient(90deg, rgba(241,94,40,1), rgba(241,94,40,1), rgba(254,254,32,1), rgba(241,94,40,1), rgba(241,94,40,1), rgba(254,254,32,1), rgba(241,94,40,1), rgba(241,94,40,1)); 
	animation: gradient 5s ease infinite;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

a.btn_orange:hover {
	background-color: #ff7d4e;
	text-decoration: none;	
	color: white;
}

a.btn2_orange {
	font-family: 'BlenderBold', sans-serif;
	text-align: center;
	display: inline-block;
	padding-bottom: 8px;
	padding-top: 8px;	
	background-color: rgba(241,94,40,0.1);	
	color: #ff936b;
}

a.btn2_orange:hover {
	text-decoration: none;	
	color: #f15e28;
} 

iframe, video {
	width: 640px;
	height: 360px;
	background-color: transparent;
}

video:hover {
	cursor: pointer;
}

video::-webkit-media-controls-panel {
	background-image: linear-gradient(transparent, transparent) !important;
}

/* div.footer h3
{
	color : white;
} */

div.before-line 
{
	height: 75px;
}

a {	
	font-size: 20pt;
	font-weight: 300;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
	/* transition: 0.5s; */
}
a:hover {	
	/* text-decoration: underline lime 4px; */
	/* text-underline-offset: 8px; */
	color: lime;	
}

body {
	margin : 0;
	padding : 0;
	background-color: rgb(20, 20, 20);
  }

#particles-js {	
    position: fixed;	
	top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;	
}

.greentitle {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 100px;
	margin-bottom: 100px;
}

.greenline {
	text-align: left;
	border-left: 15px solid limegreen;
	padding-left: 20px;
}

.greentitle2 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 100px;
	margin-bottom: 100px;
	background: linear-gradient(90deg, rgba(0,0,0,0.5), rgba(0,0,0,0));
	max-width: 800px;
	padding: 10pt;
}

.greenline2 {
	text-align: left;
	border-left: 5px solid limegreen;
	padding-left: 20px;	
}

.greenline2 h1 {
	margin-top : -10px;
	font-size: 60px;
}

.greenline2 h2 {
	font-size: 40px;
	line-height: 25pt;
}

@media screen and (min-width: 1601px) /* PC */ {	

	.inbody {
		padding-left: 14%; 
		padding-right: 14%;
	}

	#logo2 {
		display : none;
	}

	#rulink, #englink {
		margin-right: 0;
	}	
}

@media screen and (max-width: 1600px) /* Tablet 1 */ {

	.container {
		padding-top: 20pt;
	}
	.inbody {
		padding-left: 10%; 
		padding-right: 10%;
	}

	div.header {
		text-align: center;		
		display: block;		
	}

	div.header-buttons {
		flex-direction: column;
	}	

	#logo {
		display : none;
	}	

	.greentitle {
		margin-top: 75px;
		margin-bottom: 75px;
	}

	.greenline {
		border-left: 10px solid limegreen;
	}

	h1 {
		margin-top : -20px;
		font-size: 100px;
	}

	h2 {
		font-size: 80px;
	}

	h3 {
		font-size: 40px;
	}			
}

@media screen and (max-width: 1400px) /* Tablet 2 */ {		

	.inbody {
		padding-left: 5%; 
		padding-right: 5%;
	}
	
	.greenline2 h1 {
		margin-top : -10px;
		font-size: 50px;
	}
	
	.greenline2 h2 {
		font-size: 30px;
		line-height: 25pt;
	}
}

@media screen and (max-width: 1000px) /* Mobile 1 */ {		

	.greentitle {
		margin-top: 50px;
		margin-bottom: 50px;
	}

	.greenline {
		border-left: 5px solid limegreen;
	}

	h1 {
		margin-top : -10px;
		font-size: 60px;
	}

	h2 {
		font-size: 40px;
		line-height: 25pt;
	}

	h3 {
		font-size: 30px;
	}	

	.greenline2 h1 {
		margin-top : -5px;
		font-size: 30px;
	}
	
	.greenline2 h2 {
		font-size: 15px;
		line-height: 25pt;
	}
}

@media screen and (max-width: 700px) /* Mobile 2 */ {		

	iframe, video {
		width: 100%;
		height: auto;
	}
	
	.greentitle2 {
		display: none;
	}
}