﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Aldrich&family=Orbitron:wght@400..900&family=Roboto:wght@400;500;700;900&display=swap');

body { font-family: "Roboto", sans-serif; line-height:1.2; font-size:15px; color:#fff; background: #060201 url("/event/assets/eg33/images/euro-2024/bg.jpg")top center; background-size: cover;}

a { text-decoration: none; cursor:pointer; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }

a:hover, a:focus, button:focus, button:hover { text-decoration: none; outline: none; }

img { max-width:100%;}

input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="number"], textarea, select {
    color: #666;
    width: 100%;
}
button {
	background: none;
	border: none;
	padding: 0;
}
button:hover {
	transform: scale(0.98);
	filter: brightness(1.1);
}
.t-body {
	overflow: hidden;
}
.deco {
	position: absolute;
}
.max-container {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}
canvas.particles-js-canvas-el {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
	pointer-events: none;
}
.floating-wrapper {
    position: fixed;
    right: 0;
    bottom: 20px;
    z-index: 99;
    text-align: center;
    max-width: 80px;
}
button.float-btn {
    display: block;
    margin: -5px auto;
}
button.backtop-btn {
    display: block;
    margin: 10px auto 0;
	max-width: 50px;
	opacity: 0;
	visibility: hidden;
	transition: opacity .5s, visibility .5s;
}
button.backtop-btn.show {
  opacity: 1;
  visibility: visible;
}
.top-sec {
	background: url("/event/assets/eg33/images/euro-2024/deco-effect.png")no-repeat top center;
	background-size: auto;
	text-align: center;
	position: relative;
	padding: 10px 0 0;
}
.btm-sec {
	text-align: center;
	position: relative;
	padding: 0 0 30px;
}
.deco.lightning {
    top: 29%;
	left: 0;
	right: 0;
}
.deco.lightning img {
    width: 100%;
}
.title-top {
    position: relative;
    margin: -7% auto 0;
}
.deco.ball-1 {
    max-width: 11%;
    left: 5%;
    top: 46%;
	animation: float 2.2s ease-in-out infinite;
}
.deco.ball-2 {
    right: 4%;
    top: 68%;
    max-width: 11%;
	animation: float 2s ease-in-out infinite;
}
@keyframes float {
    0% {
        transform: translateY(-12px);
    }
    50% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-12px);
    }
}
.date-text {
    position: absolute;
    font-weight: 700;
    left: 0;
    right: 0;
    bottom: 4%;
    font-size: 25px;
    text-shadow: 1px 2px 3px #000;
}
.subtitle {
    font-size: 18px;
    font-weight: 700;
    text-shadow: 1px 2px 3px rgb(0, 0, 0, 0.6);
	margin-bottom: 30px;
}
.stepbox {
    position: relative;
    display: inline-block;
    max-width: 222px;
    margin: 0 10px;
}
.step-info {
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
    padding: 0% 16%;
}
.step-img {
    margin: 5px auto;
}
.sptext-1 {
    font-family: 'Orbitron';
    font-weight: 800;
    font-size: 20px;
    font-style: italic;
    text-shadow: 2px 2px 5px rgb(0, 0, 0, 0.6);
    text-transform: uppercase;
    margin: 0 0 3px;
}
.sptext-2 {
    font-size: 13px;
    text-shadow: 2px 2px 3px rgb(0, 0, 0, 0.6);
}
.token-wrap {
    position: relative;
    max-width: 440px;
    margin: 0 auto;
	z-index: 2;
}
.token-text {
    position: absolute;
    font-size: 80px;
    font-weight: 700;
    left: 20%;
    right: 0;
    top: 41%;
    letter-spacing: 90px;
}
.game-title {
    position: relative;
    max-width: 511px;
    margin: -36px auto -1%;
}
button.info-btn {
    position: absolute;
    right: 1%;
    top: 35%;
    max-width: 8%;
}
.deco.gmdeco-1 {
    z-index: -1;
    left: -16%;
    top: 28%;
    max-width: 38%;
}
.deco.gmdeco-2 {
    z-index: -1;
    right: -16%;
    top: 28%;
    max-width: 38%;
}
button.info-btn {
    position: absolute;
    right: 1%;
    top: 35%;
    max-width: 8%;
}
.rules-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    max-width: 770px;
    margin: 0 auto 30px;
}
.rules-box {
    position: relative;
    max-width: 374px;
    margin: 0 auto;
}
.ruels-text {
    text-shadow: 2px 2px 3px rgb(0, 0, 0, 0.6);
    position: absolute;
    left: 28%;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1% 6% 1% 2%;
    height: 75px;
    margin: auto;
}
.max-play {
    position: relative;
    margin-bottom: -3%;
    z-index: 2;
}
.minegame-wrapper {
    position: relative;
    max-width: 763px;
    margin: 0 auto;
}
.deco.money {
    left: -24%;
    top: 31%;
    max-width: 24%;
	animation: float 2.2s ease-in-out infinite;
}
.deco.trophy {
    right: -21%;
    top: 10%;
    max-width: 23%;
	animation: float 2.2s ease-in-out infinite;
}
.btm-btn {
    position: relative;
    margin-top: -3%;
}
button.play-btn {
    background: url(/event/assets/eg33/images/euro-2024/blue-btn.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    font-size: 15px;
    font-family: 'Orbitron';
    font-weight: 800;
	font-style: italic;
    width: 156px;
    height: 64px;
    margin: 0 10px;
    padding-bottom: 13px;
    text-transform: uppercase;
    text-shadow: 1px 2px 4px rgb(0, 0, 0, 4);
}
button.play-btn.game {
	background: url("/event/assets/eg33/images/euro-2024/green-btn.png") no-repeat;	
}
.game-title-2 {
    position: relative;
    max-width: 509px;
    margin: 0 auto;
}
.reward-boxy {
    position: relative;
    display: inline-block;
	vertical-align: text-top;
	transition: 0.2s;
    margin: 0;
    max-width: 32%;
	cursor: pointer;
}
.reward-box:hover {
	transform: scale(1.03);
	filter: brightness(1.1) drop-shadow(0 0 8px rgb(255,255,255,0.5));
	transition: 0.2s;
}

/** Modal **/
button.close-x {
    background: none;
    border: none;
    padding: 0;
    color: #fff;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 2;
}
.modal-content.reward {
    background: none;
    border: none;
	max-width: 300px;
    margin: 0 auto;
}
.reward-box {
    position: relative;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
	cursor: pointer;
}
.prize {
    position: absolute;
    left: 0;
    right: 0;
    top: 41%;
	z-index: 3;
    font-size: 34px;
    color: #000;
    font-weight: 700;
    text-shadow: 0 0 5px #fff, 0 0 10px #fff;
    filter: drop-shadow(0px 0px 11px #fff);
	opacity: 0;
	visibility: 0;
	transform: scale(0.3);
}
img.open {
	position: absolute;
	left: 0;
	right: 0;
	transition: 0.2s;
}
img.open {
    opacity: 0;
    visibility: hidden;
	transition: 0.2s;
}
.reward-box.active img.closed {
    opacity: 0;
    visibility: hidden;
	transition: 0.2s;
}
.reward-box.active img.open {
    opacity: 1;
    visibility: visible;
	transition: 0.2s;
}
.reward-box.active .prize {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	transition: 0.3s;
	transition-delay: 0.3s;
}
.modal-dialog.popup {
	max-width: 750px;
}
.modal-content.popup {
    background: #18305b;
    border: 2px solid #fff;
    border-radius: 12px;
    padding: 15px 20px;
}
.poptitle {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
ul.terms, ol.terms {
    padding-left: 17px;
	margin: 0;
}
.mines-game {
    font-size: 18px;
}
ol.terms li {
	margin: 5px 0;
}
.language-wrap {
    text-align: center;
}
.language-wrap a {
    display: inline-block;
    max-width: 70px;
    margin: 0 2px;
}

@media(max-width: 1080px) {
.date-text {
    font-size: 2.2vw;
}	
}

@media(max-width: 991px) {
.logo {
    max-width: 31%;
    margin: 0 auto;
}
.floating-wrapper {
    transform: scale(0.8);
    transform-origin: right bottom;
}	
}

@media(max-width: 767px) {
.rules-wrapper {
    grid-template-columns: auto;
    grid-gap: 0;
}
.money, .trophy {
	display: none;
}		
}

@media(max-width: 480px) {
.top-sec {
    padding: 5px 0 0;
}	
.title-top {
    margin: -11% auto 0;
}	
.title-img {
    margin: 0 -10px;
    height: 61vw;
}	
.title-img img {
    object-fit: cover;
    height: 100%;
}	
.date-text {
	font-size: 3vw;
}	
.subtitle {
    font-size: 16px;
}
.stepbox {
    max-width: 48%;
    margin: 0 0.5%;
}
.sptext-1 {
    font-size: 4.2vw;
}	
.sptext-2 {
    font-size: 2.7vw;
}	
button.play-btn {
    margin: 0;
}
.game-title {
    margin: -8% auto -1%;
}
.step-img img {
    max-height: 12vw;
}	
.token-wrap {
    max-width: 97%;
}	
.token-text {
    font-size: 17vw;
    letter-spacing: 19vw;
}	
.floating-wrapper {
    transform: scale(0.65);
    transform-origin: right bottom;
}	
.modal-content.popup {
    padding: 15px 15px;
	font-size: 14px;
}	
}








