﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

.music-wrapper {
    position: fixed;
    z-index: 99;
    right: 0;
    top: 50px;
    opacity: 1;
    transition: 0.3s;
    overflow: hidden;
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 10px 0 0 10px;
}
.music-wrapper audio {
    position: absolute;
    left: -6px;
    top: -7px;
}
audio:focus {
	outline: none;
}

body { font-family: "Lato", sans-serif; line-height:1.2; font-size:15px; color:#fff; background: #153c5b url("../images/bg.jpg")no-repeat 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.07);
}
.t-body {
	overflow: hidden;
}
.deco {
	position: absolute;
}
.max-container {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}
.top-sec {
	position: relative;
	text-align: center;
	padding: 0 0 45px;
}
.title-top {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
}
.logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 9px;
    max-width: 21%;
    margin: 0 auto;
}
.event-frame {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
}
.deco.ktp-1 {
    left: 12%;
    top: 22%;
    max-width: 7%;
}
.deco.ktp-2 {
    left: 7%;
    top: 59%;
    max-width: 11%;
}
.deco.ktp-3 {
    right: 11%;
    top: 25%;
    max-width: 12%;
}
.deco.ktp-4 {
    right: 15%;
    top: 61%;
    max-width: 7%;
}

.event-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px 0;
    max-width: 52%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 11%;
}
.gpbox {
	position: relative;
}
.gpbox.active {
	filter: drop-shadow(0 0 8px #fffec4);
}
button.pick-btn {
    background: url(../images/blue-btn.png) no-repeat;
    background-size: 100%;
    width: 80%;
    height: 86px;
    margin: 0 auto;
    color: #f0e988;
    letter-spacing: 1px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 30px;
    text-shadow: 0px 2px 0px #8b6427, -2px 2px 0px #8b6427, 0px 3px 4px rgb(0,0,0,0.7);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -13%;
}

.modal-content.reward {
    background: none;
    border: none;
	max-width: 316px;
    margin: 0 auto;
}
.reward-box {
    position: relative;
    text-align: center;
	cursor: pointer;
}
.prize {
    position: absolute;
    left: -2%;
    right: 0;
    top: 32%;
    z-index: 3;
    font-size: 28px;
    color: #000;
    font-weight: 800;
    text-shadow: 0 0 5px #fff, 0 0 10px #fff;
    filter: drop-shadow(0px 0px 11px #fff);
    opacity: 0;
    visibility: hidden;
    transform: scale(0.3);
}
.modal.show .reward-box .prize {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	transition: 0.3s;
	transition-delay: 0.3s;
}
.how-title {
    max-width: 550px;
    text-align: center;
    margin: 0 auto -68px;
}
.how-wrapper {
    background: url(../images/popup-base.png) no-repeat;
    background-size: 100% 100%;
    max-width: 750px;
    margin: 0 auto;
    border: none;
    padding: 80px 40px 50px;
    color: #f0e988;
    font-size: 18px;
}
ol.terms {
    padding-left: 17px;
    max-width: 490px;
    margin: 0 auto;
	text-align: left;
}
ol.terms li {
    padding: 4px 0;
}
.token-base {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
}
.token-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
    color: #f0e988;
    letter-spacing: 1px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 30px;
    text-shadow: 0px 2px 0px #8b6427, -2px 2px 0px #8b6427, 0px 3px 4px rgb(0,0,0,0.7);
}


@media(max-width: 1100px) {
button.pick-btn {
    height: 7.4vw;
    font-size: 2.7vw;
}

}

@media(max-width: 767px) {
.token-base {
    max-width: 70%;
}	
.token-text {
    font-size: 4vw;
}
}

@media(max-width: 480px) {
.title-img {
    margin: 0 -10px;
    height: 60vw;
}
.title-img img {
    object-fit: cover;
    height: 100%;
}	
.logo {
    top: 2px;
    max-width: 31%;
}	
.deco.ktp-1 {
    left: 1%;
    top: 16%;
    max-width: 10%;
}
.deco.ktp-2 {
    left: 2%;
    top: 68%;
    max-width: 12%;
}	
.deco.ktp-3 {
    right: -2%;
    top: 22%;
    max-width: 14%;
}
.deco.ktp-4 {
    right: 1%;
    top: 65%;
    max-width: 10%;
}	
.event-wrapper {
    grid-gap: 10px 0;
    max-width: 71%;
}		
.frame-img {
    margin: 0 -10px;
    height: 102vw;
}	
.frame-img img {
    object-fit: cover;
    height: 100%;
}	
button.pick-btn {
    height: 10vw;
    font-size: 3.5vw;
}
.how-title {
    margin: 0 auto -12%;
    max-width: 90%;
}
.how-wrapper {
    padding: 13% 5% 6%;
    font-size: 15px;
}
.token-base {
    max-width: 75%;
}	
.token-text {
    font-size: 4.5vw;
}	
}

















