@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&amp;display=swap');

body { font-family: "Montserrat", sans-serif; line-height:1.2; font-size:15px; color:#fff; background: 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;
}
.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: 10px 0 30px;
}
.logo {
    margin: 0px auto -8%;
}
.title-top {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}
.subtitle {
    position: absolute;
    left: 2%;
    right: 0;
    top: 69%;
    color: #6d542e;
    font-weight: 800;
    font-size: 37px;
	text-shadow: 1px 1px rgb(0,0,0,0.8), -1px -1px rgb(0,0,0,0.8);
    filter: drop-shadow(0px 0px 3px #ffef95);
	transform: rotate(1deg);
}
.event-date {
    position: absolute;
    left: 1%;
    right: 0;
    top: 80%;
    color: #6d542e;
    font-weight: 800;
    font-size: 33px;
	text-shadow: 1px 1px rgb(0,0,0,0.8), -1px -1px rgb(0,0,0,0.8);
    filter: drop-shadow(0px 0px 3px #ffef95);
    transform: rotate(-1deg);
}
.event-wrapper {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
}
.token-wrap {
    position: absolute;
    max-width: 380px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 18%;
    z-index: 2;
}
.token-text {
    position: absolute;
    left: 15%;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 700;
}
.tktext {
    text-shadow: 1px 2px 3px #5b3e06, 1px 0px 5px #5b3e06;
    margin-right: 10px;
}
.deco.flake-1 {
    top: 35%;
    left: -10%;
    max-width: 14%;
	animation: float 2s ease-in-out infinite;
}
.deco.flake-2 {
    right: -7%;
    top: 21%;
    max-width: 13%;
	animation: rotate 8s linear infinite;
}
@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-12px);
    }
    100% {
        transform: translatey(0px);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.reward-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 60%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 29%;
}
.giftbox {
	cursor: pointer;
    margin: 0 -5% -21%;
}
.how-row {
    padding: 15px 0;
    position: relative;
}
.deco.deco-1 {
    left: -6%;
    top: 47%;
    max-width: 14%;
    z-index: 1;
	animation: float 2.1s ease-in-out infinite;
}
.deco.deco-2 {
    right: -7%;
    top: 59%;
    max-width: 17%;
    z-index: 1;
	animation: float 2.4s ease-in-out infinite;
}
.how-wrapper {
    position: relative;
    display: inline-block;
    max-width: 540px;
    margin: 10px 10px;
}
.how-info {
    position: absolute;
    left: 0;
    right: 0;
    top: 38%;
    text-transform: uppercase;
    text-shadow: 1px 1px 5px rgb(0, 0, 0, 0.8);
    max-width: 73%;
    margin: 0 auto;
}
.how-title {
    font-size: 28px;
    font-weight: 700;
}
.how-text {
    font-weight: 700;
    font-size: 16px;
}
.term-wrapper {
    position: relative;
    max-width: 767px;
    margin: 0 auto;
    background: url(../images/wood.png) no-repeat;
    background-size: 100% 100%;
    padding: 40px 35px;
}
.tnc-wrap {
    margin: 0 auto;
    text-shadow: 1px 1px 2px rgb(0, 0, 0, 0.8);
}
.terms-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
}
ul.terms {
    text-align: left;
    padding-left: 17px;
    font-size: 16px;
    font-weight: 600;
}
ul.terms li {
    padding: 1px 0;
}
 

/** Modal **/
button.close-x {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    color: #fff;
}
.modal-content.reward {
    background: none;
    border: none;
    max-width: 320px;
    margin: 0 auto;
}
.reward-box {
    position: relative;
    max-width: 320px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}
.prize {
    position: absolute;
    left: 0;
    right: 0;
    top: 48%;
    z-index: 3;
    font-size: 34px;
    color: #000;
    font-weight: 700;
    opacity: 0;
    visibility: hidden;
    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;
}

@media(max-width: 1080px) {
.token-wrap {
    max-width: 35%;
}
.token-text {
    font-size: 3.2vw;
}	
}

@media(max-width: 991px) {
.logo {
    max-width: 38%;
}	
.subtitle {
    font-size: 3.8vw;
}
.event-date {
    font-size: 3.3vw;
}	
}

@media(max-width: 570px) {	
.how-title {
    font-size: 5vw;
}	
.how-text {
    font-size: 2.9vw;
}	
}

@media(max-width: 480px) {
.term-wrapper {
	background: url(../images/wood-plain.png) no-repeat;
	background-size: cover;
	border: 4px solid #b6825f;
	box-shadow: inset 0 0 4px rgb(0, 0, 0, 0.9);
	overflow: hidden;
	border-radius: 15px;
	padding: 15px 15px;
}
ul.terms {
    font-size: 14px;
}
.terms-title {
    font-size: 22px;
	margin-bottom: 10px;
}	
}







