﻿@charset "utf-8";
/* CSS Document */
.countdown-2022 {
	background: url("../images/countdown2022/bg.jpg")no-repeat top center;
    background-size: cover;
}
.countdown-sec {
    padding-bottom: 30px;
    background: url("../images/countdown2022/bg.jpg")no-repeat top center;
    background-size: cover;
}
.countdown-title {
    text-align: center;
    max-width: 76%;
    margin: 15px auto -45px;
	animation: shine 4s linear infinite;
}
@keyframes shine {
	0% { filter: saturate(1.3) brightness(1.2); }

	25% { filter: saturate(1); }

	50% { filter: saturate(1.3) brightness(1.2); }

	75% { filter: saturate(1); }

	100% { filter: saturate(1.3) brightness(1.2); }	
}

.howplay-title {
	text-align: center;
	margin-bottom: -25px;
}
.howplay-wrapper {
    font-family: 'Orbitron';
    font-size: 20px;
	line-height: 1.8;
    background: url(../images/countdown2022/how-frame.png)no-repeat;
    background-size: 100% 100%;
    max-width: 900px;
    height: 200px;
    margin: auto;
    display: grid;
    grid-template-columns: 50% 50%;
    color: #fff;
    padding: 40px 20px;
	margin-bottom: 40px;
}
span.caret-how {
    color: #4dffff;
    filter: drop-shadow(0px 0px 4px #4dffff);
    margin: 0 15px;
	font-size: 30px;
	line-height: 1.2;
}
.how-inner {
    display: flex;
    margin: 0 auto;
    padding: 5px 30px;
}
.how-inner.brd {
	border-right: 1px solid #7264eb;
}
.prize-column-wrapper{
	max-width: 900px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}	
.prize-box {
	background: url("../images/countdown2022/frame.png")no-repeat;
	background-size: 100% 100%;
	width: 260px;
	min-height: 470px;
	padding: 10px;
	color: #fff;
	text-align: center;
	margin: 10px 15px;
}
.prize-img {
    padding-top: 15px;
}
.prz-name {
    position: relative;
    text-transform: uppercase;
    font-size: 21px;
    font-family: 'Orbitron';
    margin-top: -38px;
}
.prz-name::before {
	content: '\f0da';
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
	font-size: 28px;
	line-height: 1;
	position: absolute;
	left: 15px;
	color: #4dffff;
    filter: drop-shadow(0px 0px 2px #4dffff);
}
.prz-name::after {
	content: '\f0d9';
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
	font-size: 28px;
	line-height: 1;
	position: absolute;
	right: 15px;
	color: #4dffff;
    filter: drop-shadow(0px 0px 2px #4dffff);
}
.prz-name-2 {
    font-size: 12px;
    color: #4dffff;
    text-transform: uppercase;
    max-width: 75%;
    margin: auto;
    line-height: 1.2;
    height: 25px;
}
.prsnt-wrap {
	margin-top: 15px;
}
.psbox {
	background: #2b1944;
	padding: 10px;
	max-width: 85%;
	margin: 10px auto;
	border-radius: 5px;
}
.prsnt-1 {
    color: #955cb4;
    font-size: 13px;
    font-weight: 600;
	text-transform: uppercase;
	line-height: 1.2;
}
.prst-price {
    font-family: 'Orbitron';
    font-size: 17px;
	font-weight: 500;
}
.terms-contdown {
    max-width: 800px;
    margin: 15px auto;
    background: #291a3475;
    color: #fff;
    border-radius: 10px;
    padding: 30px;
}
.terms-contdown ol {
	padding-left: 17px;
	margin-bottom: 0;
}





















