@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;600&display=swap');

html, body {
	font-family: 'Rubik', sans-serif;
	font-size: 18px;
	
    color: white;
	
	padding: 0;
	margin: 0;
	height: 100%;
	
	scroll-behavior: smooth;
}
@media (max-width: 1000px) {
	html, body {
		font-size: 16px;
	}
}


div {
	box-sizing: border-box;
}

#content {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	display: flow-root;
	float: none;
	position: static;
}

#header {
	width: 100%;
	padding: 0px;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}
#main-art {
	max-width: 100%;
	width: 1920px;
	margin: 0px auto 0;
	display: flex;
}
#main-art img {
	max-width: 100%;
}

#logo {
	left: calc(1vw);
	top: calc(1vw);
	width: calc(30vw);
	position: absolute;
}
#logo img {
	max-width: 100%;
}

#icons {
	width: 100%;
	margin-top: calc(-5vw);
	padding: 0px;
	position: relative;
	overflow: hidden;
}
#icons img {
	height: calc(15vw);
	max-height: 250px;
	margin-left: -50px;
}

@media (max-width: 1200px) {
	#main-art img {
		max-width: 120%;
		margin-left: -10%;
	}
	#icons {
		margin-top: calc(-6vw);
	}
	#icons img {
		height: calc(18vw);
	}
}
@media (max-width: 1000px) {
	#main-art img {
		max-width: 130%;
		margin-left: -15%;
	}
	#icons {
		margin-top: calc(-8vw);
	}
	#icons img {
		height: calc(20vw);
	}
}
@media (max-width: 800px) {
	#main-art img {
		max-width: 140%;
		margin-left: -20%;
	}
}



.row {
	position: relative;
	width: 100%;
	float: left;
}
.row img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.text, .title {
	width: 1200px;
	max-width: 80%;
	margin: 0 auto;
	font-size: 1.75vw;
}
.title {
	font-size: 2.5vw;
	font-weight: 600;
}
.text span,
.title span {
	margin: 0 auto;
	display: table;
	text-align: center;
	width: 100%;
}
.text h1, .text h2 {
	text-align: center;
}

@media (max-width: 1200px) {
	.title	{	font-size: 3vw;	}
	.text	{	font-size: 2vw;	}
}
@media (max-width: 1000px) {
	.title	{	font-size: 3.5vw;	}
	.text	{	font-size: 2.5vw;	}
}
@media (max-width: 800px) {
	.title	{	font-size: 4vw;	}
	.text	{	font-size: 3vw;	}
}


.games-container {
	width: 1238px;
	max-width: 90%;
	margin: 10px auto;
	display: block;
}
.games {
	display: table;
}
.bundle {
	width: 50%;
	float: left;
}
.game-container {
	box-sizing: border-box;
	width: 50%;
	padding: 2% 1% 0 1%;
	float: left;
	display: table-cell;
}
.game-container.big {
	width: 100%;
	padding: 2% 1% 0;
}
.game {
	box-sizing:border-box;
	width: 100%;
	float: left;
	position: relative;
	display: table-cell;
	
	padding: 0px;
	
	z-index: 9;
	overflow: hidden;
	
	transition: all ease-in-out 360ms;
	
	border-radius: 5px;
	border: solid 3px rgba(162, 14, 233, 1);
}
.game img {
	display: block;
	height: auto;
	width: 100%;
}

.squares-container {
	width: 100%;
	
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: inline-flex;
	
	-webkit-flex-flow: row nowrap;
	-moz-flex-flow: row nowrap;
	flex-flow: row nowrap;
	
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	align-items: flex-end;
}

.square {
	width: 50%;
	float: left;
}
.square img {
	width: 100%;
}

#video2,
#video {
	width: 1120px;
	max-width: 96%;
	margin: 7vw auto 75px;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 5px 10px 18px #001b3f;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 101%;
}
.videoWrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.more {
	padding: 0px;
}
.more .game{
	width: 0px;
	border: solid 0px rgba(162, 14, 233, 1);
}
.more img {
	
}

.button img {
	cursor: pointer;
	
	/*-webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.22);
	-moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.22);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.22);*/
}


#lang_select {
	font-size: 0.75em !important;
}
#flag_eu,
#flag_us,
#flag_gb {
		display: inline-block;
	display: block;
	float: left;
		width: 198px;
	width: 30%;
	background: url('img/EU.svg') center top no-repeat;
	background-size: 100% auto;
	padding-top: 130px;
	margin-top: 20px;
		margin-right: 10px;
		margin-left: 10px;
	margin-right: 1%;
	margin-left: 1%;
	color: #9a3217;
	transition: color 0.25s, opacity 0.25s;
	opacity: 0.4;
}
#flag_eu:hover,
#flag_us:hover,
#flag_gb:hover {
	opacity: 0.8;
	color: white;
}
#flag_us {
	background: url('img/US.svg') center top no-repeat;
	background-size: 100% auto;
}
#flag_gb {
	background: url('img/UK.svg') center top no-repeat;
	background-size: 100% auto;
}
.region_selected {
	opacity: 1!important;
	color: black!important;
}

.reg_eu, .reg_gb {
	display: none !important;
}


.w50 {
	width: 50% !important;
}
.w33, .w33w50 {
	width: 33.33% !important;
}
@media (max-width: 1000px) {
	.w33w50 {
		width: 50% !important;
	}
}
.w30 {
	width: 30% !important;
}
.w25 {
	width: 25% !important;
}
.w20 {
	width: 20% !important;
}
.w17-5 {
	width: 17.5% !important;
}
.w15 {
	width: 15% !important;
}
.w10 {
	width: 10% !important;
}

.mt2vw {	
	margin-top: 2vw !important;
}
.mt5vw {	
	margin-top: 5vw !important;
}
.mb2vw {	
	margin-bottom: 2vw !important;
}
.mb5vw {	
	margin-bottom: 5vw !important;
}

.mt25 {	
	margin-top: 25px !important;
}
.mt50 {	
	margin-top: 50px !important;
}
.mt100 {	
	margin-top: 100px !important;
}
.mb25 {	
	margin-bottom: 25px !important;
}
.mb50 {	
	margin-bottom: 50px !important;
}
.mb75 {	
	margin-bottom: 75px !important;
}
.mb100 {	
	margin-bottom: 100px !important;
}
.mb150 {	
	margin-bottom: 150px !important;
}
.mb10vw {
	margin-bottom: 10vw !important;
}
.mw400 {
	min-width: 400px !important;
}
.mw650 {
	min-width: 650px !important;
}
.f1s25 {
	font-size: 1.25em !important;
}
.f1s5 {
	font-size: 1.5em !important;
}
.f1s75 {
	font-size: 1.75em !important;
}
.f2s {
	font-size: 2em !important;
}
.f2s25 {
	font-size: 2.25em !important;
}
.f2s3 {
	font-size: 2.3em !important;
}
.f2s5 {
	font-size: 2.5em !important;
}
.f2s75 {
	font-size: 2.75em !important;
}
.f3s {
	font-size: 3em !important;
}
.f3s5 {
	font-size: 3.5em !important;
}
.f4s {
	font-size: 4em !important;
}
.f4s5 {
	font-size: 4.5em !important;
}
.f5s {
	font-size: 5em !important;
}
.f6s {
	font-size: 6em !important;
}

.dispriod,
.dispri {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 2.5vw;
	
	transition: all ease-in-out 250ms;
}
@media (max-width: 1000px) {
	.dispriod,
	.dispri {
		font-size: 3.5vw;
	}
}

.dispri .price {
	background-color: rgba(200,50,50,0.75);
	background-color: #aa2d44bb;
	color: white;
	padding: 4px 10px 2px 10px;
	margin: 10px 0 0 0;
	border-radius: 10px 0 0 10px;
	float: left;
	
	
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
}