﻿@charset "utf-8";
/* CSS Document */
.countdown-sec {
	background:#ac3fad url("../images/countdown2022/bg.jpg")no-repeat top center;
    background-size: 110%;
	padding-bottom: 80px;
}
.countdown-title {
    text-align: center;
    margin: 15px auto -35px;
	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: -20px;
}
.howplay-wrapper {
    font-family: 'Orbitron';
    font-size: 15px;
	line-height: 1.5;
    background: rgba(0,0,0,0.4);
    border: 10px solid;
    border-image-slice: 1;
    border-width: 5px;
    border-image-source: linear-gradient(to left, #15c7d8, #cf01fe);
    max-width: 900px;
    margin: auto;
    color: #fff;
    padding: 15px 0;
	margin-bottom: 40px;
}
span.caret-how {
    color: #4dffff;
    filter: drop-shadow(0px 0px 4px #4dffff);
    margin: 0 15px;
	font-size: 20px;
	line-height: 1.2;
}
.how-inner {
    display: flex;
	padding: 5px 10px;
}
.how-inner.brd {
	border-right: 1px solid #7264eb;
}
.prize-column-wrapper{
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}
.prize-box {
    background: url("../assets/winw/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;
    display: inline-block;
}
.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: 20px;
	font-size: 14px;
}
.terms-contdown ol {
	padding-left: 17px;
	margin-bottom: 0;
}





















