﻿
@font-face {
  font-family: 'KIKOProRegular';
  font-style: normal;
  src: url(KIKOPro-Regular.woff);
}

@font-face {
  font-family: 'KIKOProRegular';
  font-weight: bold;
  src: url(KIKOPro-Bold.woff);
}

@font-face {
  font-family: 'KIKOProSemiBold';
  font-weight: bold;
  src: url(KIKOPro-SemiBold.woff);
}

@font-face {
  font-family: 'KIKOProLight';
  font-style: normal;
  src: url(KIKOPro-ExtraLight.woff);
}

@font-face {
  font-family: 'KIKOProBlack';
  font-style: normal;
  src: url(KIKOPro-Black.woff);
}


  * {
	-webkit-user-select: none;
    user-select: none; /* Disabilita la selezione del testo */
}

  html, body {
    height: 100%;
    overflow: hidden;
    position: fixed;
    width: 100%;
    margin: 0;
    padding: 0;
}

body
{
	-webkit-touch-callout: none; /* Disabilita il menu contestuale */
    -webkit-tap-highlight-color: transparent; /* Rimuove il flash di evidenziazione */
    touch-action: manipulation;
    font-family: 'KIKOProRegular', sans-serif;
    font-size: 26px;
	color:#ffffff;
    line-height:26px;	
}


input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

input::-webkit-input-placeholder {
	color: #aaaaaa !important;
	}

textarea::-webkit-input-placeholder {
	color: #aaaaaa !important;
	}

button {
	padding:10px 30px;
	font-size:18px;
	line-height:18px;
	font-weight: bold;
	width: fit-content;
	margin-top: 20px;
	margin-left:9px;
	border-radius:5px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	background-color:#122d46;
	color:white;
	border:0;
	margin:0 auto;
}

button:active {
    background-color: #444444; /* Cambia colore quando il pulsante è premuto */
}

a
{
border:none;
text-decoration:none;
color:inherit;
}

h2 {
	font-weight:bold;
}

a:hover
{
text-decoration:underline;
}

.link {
	text-decoration:underline;
}

img
{
	border:none;
}

hr {
	height:1px;
	border: none;
    height: 1px;
    color: #858483; /* old IE */
    background-color: #858483; /* Modern Browsers */
	margin-bottom:40px;
	margin-top:10px;
}

.desktopBreak {
	display:block;
}

.mobileBreak {
	display:inline-block;
}

.topLogo {
	width:50%!important;
	padding:20px 0;
	margin:0 auto;
}

h1 {
	text-align:center;
	font-size:22px;
	line-height:32px;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:20px;
}

.center {
	text-align:center;
}

.h1Small {
	font-size:27px!important;
}

.pageContainer {
	width:100%;
}

.container {
	max-width:500px;
	margin:0 auto;
	xborder:solid 1px #ffffff;
}

.footer img {
	width:100%;
	display:block;
}

.page {
	height: var(--app-height);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	overflow-x:hidden;
	position:relative;	
	text-align:center;
	font-size:20px;
	line-height:20px;
	
	background-image: url(../img/gnd2.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

	color:#122d46;
}

.topBar {
	text-align: center;
}

.topBar img {
	width:80px;
	padding:20px 0 0 0;
}


.pageTop {
	flex: 0 0 auto;
	padding-top:100px;
	font-size:16px;
	line-height:20px;
}

.pageCenter {
	display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    height: 100%;
	width:100%;
}

.pageCenter div {
	width:90%;
	margin:0 auto;
	font-weight: bold;
	font-size:25px;
	line-height:30px;
	font-family:LousVuitton;
}

.pageBottom {
	flex: 0 0 auto;
	padding-top:20px;
	padding-bottom:50px;
}

.pageBottom img{
	width:60px;
}

.pageHeader {
	width:100%;
	height:110px;
	color:black;
	padding-top:10px;
	box-sizing: border-box;
	font-weight:bold;
	font-size:20px;
	line-height:20px;
	text-align: center;
	max-width:500px;
	margin:0 auto;
}

.pageHeader img {
	height:90px;
}

.pageFooter {
	background-color:#000000;
	color:white;
	text-align:center;
	height:30px;
	font-size:10px;
	line-height:30px;
}

.header_backgroundGradient {
	/*background: #fff5f5 url(../img/generic-header-bg.bb2684d6.svg) no-repeat;
    background-size: 100% 150%; */
	/*
	background-image: url(../img/gnd.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	*/
}

.tabbed-header_wrapper h1 {
	font-size:40px;
	line-height:40px;
	font-family: 'KIKOProRegular';
	padding:20px 0 15px 0;
	margin:0;
}

.tabbed-header_wrapper h1 span {
	font-family:KIKOProLight;
	font-size:40px;
	line-height:40px;
	font-weight: normal;
}

.tabbed-header_description {
	font-size:15px;
	line-height:18px;
	padding-bottom:20px;
	width:90%;
	margin:0 auto;
}

.backBar {
	text-align:left;
	width:90%;
	margin:10px auto;
	font-size:14px;
	line-height:14px;
}

/****PAGE HOME */
.pageHome {
	display: flex;
	flex-direction: column;
	justify-content: center; /* Centers horizontally */
	align-items: flex-start; /* Centers vertically */
}

.pageHomeCenter {
	display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
	flex-direction: column;
    height: 100%;
	width:90%;
	font-size:20px;
	line-height:20px;
	margin:0 auto;
}

.pageHomeCenter img {
	width:200px;
}

.pageHomeCenter h1 {
	font-size:30px;
	line-height:35px;
}

/****PAGE FORM */
.pageForm {
	display: flex;
	flex-direction: column;
	justify-content: center; /* Centers horizontally */
	align-items: flex-start; /* Centers vertically */
}

.pageFormCenter {
	display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
	flex-direction: column;
    height: 100%;
	width:90%;
	font-size:22px;
	line-height:30px;
	margin:0 auto;
}

#formData input[type="text"], #formData input[type="email"], #formData input[type="number"], #formData select, #formData textarea {
	width:300px;
	height:30px;
	font-size:18px;
	line-height:22px;
	margin:5px 0;
	border:solid 1px #cacaca;
}

#formData {
	font-size:14px;
	line-height:14px;
	text-align: left;
	width:95%;
	max-width:320px;
	margin:0 auto;;
}


/****PAGE GAME */
.pageGame {
	display: flex;
	flex-direction: column;
	justify-content: center; /* Centers horizontally */
	align-items: flex-start; /* Centers vertically */
}

.pageGameCenter {
	display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
	flex-direction: column;
    height: 100%;
	width:100%;
	font-size:22px;
	line-height:30px;
}

.pageGameCenter h1 {
	font-size:32px;
}

.slot {
	width:300px;
	height:187px;
	background-image: url("../img/slot.png");
	background-size: contain;
	background-repeat: no-repeat;
	position:relative;
}

.slotInner {
	position:absolute;
	top:25px;
	left:19px;
	width:260px;
	height:139px;
	xborder:solid 1px black;
	overflow: hidden;	
}

.slotInner::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0.7) 0%,
		rgba(0, 0, 0, 0.3) 15%,
		rgba(0, 0, 0, 0) 30%,
		rgba(0, 0, 0, 0) 70%,
		rgba(0, 0, 0, 0.3) 85%,
		rgba(0, 0, 0, 0.7) 100%
	);
	pointer-events: none;
	z-index: 10;
}

.logoSmall {
	position:absolute;
	bottom:20px;
	right:20px;
}

.logoSmall img {
	width:80px;
}

#symbols1 {
	position:absolute;
	width:60px;
	left:10px;
}

#symbols2 {
	position:absolute;
	width:60px;
	left:98px;
}

#symbols3 {
	position:absolute;
	width:60px;
	left:188px;
}

.symbol {
	width:60px;
	display:block;
}

#symbols1 {
	top:0px;
}

#symbols2 {
	top:-50px;
}

#symbols3 {
	top:-100px;
}

/****PAGE LOST */
.pageLost {
	display: flex;
	flex-direction: column;
	justify-content: center; /* Centers horizontally */
	align-items: flex-start; /* Centers vertically */
}

.pageLostCenter {
	display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
	flex-direction: column;
    height: 100%;
	width:100%;
	font-size:35px;
	line-height:35px;
}

.pageLostCenter h1 {
	font-size:35px;
	line-height:40px;
	font-weight: normal;
}

/****PAGE WON */
.pageWon {
	display: flex;
	flex-direction: column;
	justify-content: center; /* Centers horizontally */
	align-items: flex-start; /* Centers vertically */
}

.pageWonCenter {
	display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
	flex-direction: column;
    height: 100%;
	width:90%;
	margin:0 auto;
	font-size:19px;
	line-height:19px;
}

.pageWonCenter h1 {
	font-size:38px;
	line-height:40px;
}

.pageWonCenter img {
	width:60%;
}

.pageWonTC {
	background-color:#122d46;
	color:white;
	font-size:12px;
	line-height:14px;
	border-radius:5px;
	padding:10px 20px;
}


.win-flash {
  animation: slotWin 0.3s ease-in-out alternate 14;
 /* box-shadow: 0 0 50px rgba(255, 103, 2, 1);*/
}
@keyframes slotWin {
  0%   { box-shadow: 0 0 0px rgba(255,215,0,0); }
  100% { box-shadow: 0 0 80px 30px rgba(255, 124, 185, 1); }
}

.win-shake { animation: slotShake 0.4s ease-out 10; }
@keyframes slotShake {
  0% { transform: translateX(0); }
  25% { transform: translateX(-8px); }
  50% { transform: translateX(8px); }
  75% { transform: translateX(-4px); }
  100% { transform: translateX(0); }
}

@media screen and (max-width: 1100px) {
	/*.container {
		max-width:100%;
		margin:0 auto;
		border:0;
	}*/
}
