@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
@font-face {
    font-family: 'SVN-Timber-Wolf';
    src: url('fonts/SVN-Timber Wolf.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@keyframes rise-animation {
    0%, 20%, 100% {
	    opacity: 1;
	}
	50% {
	    opacity: 0;
	}
	80% {
	    opacity: 0.5;
	}
}
.game_heading{
	background-image: url("images/bg_head.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.game_heading{
	padding: 20px;
	color: #fff;
	text-align: center;
	font-family:  "Lora", sans-serif;
}

.game_heading h1{
	color: #fff;
	font-weight: 700;
	font-family:  "Lora", sans-serif;
	font-size: 28px;
	margin-bottom: 5px;
}
.game_heading .text_head{
	font-family:  "SVN-Timber-Wolf", sans-serif;
	font-size: 36px;
}
.count_down_box{
	display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
    font-family: "Lora" , sans-serif;
    align-items: center;
    background: #fff;
    color: #237bc3;
    padding: 4px 16px;
    border-radius: 4px;
}
.count_down_box .coutn_text{
	font-weight: 600;
}
.count_down_box .time_count ul{
	display: flex;
    list-style: none;
    gap: 40px;
    margin-bottom: 0;
}
.count_down_box .time_count ul li{
	margin: 0;
	color: #237bc3;
}
.count_down_box .time_count ul li span{
	font-weight: 600;
	display: block;
    font-size: 18px;
    line-height: 12px;
}
.count_down_box .time_count ul li p{
	margin-bottom: 0;
	font-weight: 600;
    font-size: 10px;
}
.count_down_box .clock_img img{
	width: 24px;
}
.wof-pointer , .wof-disclaimer , .wof-right{
	display: none;
}
.game .wof-wheel .wof-slice{
	width: 25%;
    height: 100px;
    text-align: center;
    top: 50%;
    font-size: 14px;
}
.game .wof-wheel .wof-slice img{
	display: block;
	margin: 0 auto;
	
}
.game .wof-wheel .wof-slice img.plane_img{
	rotate: -40deg;
    padding-top: 12px;
}
.game .wof-wheel .wof-slice img.free_img{
	width: 30px;
    padding-top: 20px;
}
.game .wof-wheel .wof-slice .marvis_img{
	width: 30px;
	height: 100px;
    background-position: 0px -10px;
    background-size: auto 100%;
    padding-top: 20px;
    margin: 0 auto;
}
.game .wof-wheel .wof-logo {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.strong_text {
	font-weight: 600 !important;
}
.prize_box .prize_number{
	font-family: "Lora" , sans-serif;
	font-size: 150px;
    position: relative;
    font-weight: 600;
    color : #237bc3;
}
.prize_box .prize_number .prize_text{
	position: absolute;
    font-family: "SVN-Timber-Wolf", sans-serif;
    bottom: 76px;
    font-size: 28px;
    font-weight: 500;
    right: 12px;
    transform: rotate(-10deg);
}
.prize_box .prize_number .prize_total_text{
	position: absolute;
    font-family: "SVN-Timber-Wolf", sans-serif;
    bottom: 0;
    font-size: 25px;
    white-space: nowrap;
    transform: rotate(-10deg);
    font-weight: 500;
    bottom: 20px;
}
.prize_box .prize_number .prize_total{
	    position: absolute;
    font-family: "SVN-Timber-Wolf", sans-serif;
    font-weight: 500;
    font-size: 49px;
    transform: rotate(-10deg);
    bottom: -40px;
}
.prize_item{
	padding: 5px 10px;
	position: relative;
}
.prize_item .prize_item_title{
	padding: 10px;
    box-shadow: -0.5px 1.5px rgba(0, 0, 0, 0.2) , 0.5px 1.5px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
    background-color: #fff;
}
.prize_item:before{
	content: "";
    display: block;
    background-color: #867e7e;
    position: absolute;
    width: 13px;
    height: 100px;
    top: 12px;
    left: 12px;
    transform: rotate(-12deg);
    filter: blur(3px);
}
.prize_item .prize_item_title img{
	width: 100%;
	aspect-ratio: 1 / 1;
    object-fit: cover;
    position: relative;
    z-index: 1;
    
}
.prize_item .prize_item_title p{
	margin-bottom: 0;
    color: #237bc3;
    position: relative;
    z-index: 1;
    background-color: #fff;
    font-size: 14px;
}
.prize_item .item_bottom{
	display: flex;
    align-items: center;
    color: #237bc3;
}
.prize_item .item_bottom .item_number{
	font-weight: 600;
    font-family: "SVN-Timber-Wolf", sans-serif;
    font-size: 72px;
    line-height: 60px;
}
.prize_item .item_bottom .price_type{
	font-weight: 600;
    font-family: "Lora", sans-serif;
    font-size: 18px;
}
.prize_item .item_bottom .price{
	background: linear-gradient(90deg, rgba(94, 189, 238, 1) 0%, rgba(35, 123, 195, 1) 100%);
	background-size: 100%;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    font-size: 18px;
    padding: 5px;
}
.game_notice{
	padding: 20px;
    border-radius: 5px;
    border: 2px solid #237bc3;
    position: relative;
    margin-top: 40px;
    background: #fff;
    padding-bottom: 15px;
}
.game_notice .title_notice{
	background: linear-gradient(90deg, rgba(94, 189, 238, 1) 0%, rgba(35, 123, 195, 1) 100%);
    display: inline;
    padding: 4px 18px;
    border-radius: 6px;
    color: #fff;
    font-family: "Lora", sans-serif;
    position: absolute;
    left: -15px;
    top: -20px;
}
.row_icon_next{
	padding-bottom: 20px 0;
}
svg.next_down_icon{
	width: 40px;
	height: 60px;
    margin: 0 auto;
    display: block;
}
.game_notice .notice_list{
	margin-bottom: 0;
}
.game_notice .notice_list li{
	margin-bottom: 3px;
	font-family: "Lora", sans-serif;
	color: #237bc3;
}
.col.game_foot_img{
	padding: 0 5px;
}
.game_foot_img img{
	width: 100%;
	border-radius: 6px;
}
.col-foot h4{
	font-weight: 600;
    font-family: "SVN-Timber-Wolf", sans-serif;
    color: #237bc3;
    font-size: 26px;
}
.col-foot .game_foot_text{
	font-family: "Lora", sans-serif;
    font-weight: 600;
    background: linear-gradient(90deg, rgba(94, 189, 238, 1) 0%, rgba(35, 123, 195, 1) 100%);
    font-size: 13px;
    text-align: center;
    color: #fff;
    padding: 4px 0;
    border-radius: 3px;
    margin-bottom: 20px;
}
.step{
	color: #237bc3;
    font-family: "Lora", sans-serif;
}
.step .step_title{
	font-weight: 600;
    font-size: 30px;
    line-height: 40px;
}
.step .step_line{
	width: 38px;
    height: 5px;
    border-radius: 5px;
    background: linear-gradient(90deg, rgba(94, 189, 238, 1) 0%, rgba(35, 123, 195, 1) 100%);
}
.step .step_description{
	margin-top: 10px;
    text-align: justify;
    font-weight: 500;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
}

.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 50px 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 800px;
    border-radius: 5px;
    background-image: url(images/bg_head.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.closeBtn {
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    line-height: 15px;
    right: 5px;
    top: 5px;
}

.closeBtn:hover,
.closeBtn:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.result-left{
	text-align: center;
}
.result-left .result-title{
	color: #fff;
    font-family: "Lora", sans-serif;
    display: inline;
    position: relative;
    text-align: center;
    font-weight: 600;
    font-size: 23px;
    text-shadow: 1px 1px 0px #237bc3, -1px -1px 0px #237bc3, -1px 1px 0px #237bc3, 1px -1px 0px #237bc3, 1px 0px 0px #237bc3, 0px 1px 0px #237bc3, -1px 0px 0px #237bc3, 0px -1px 0px #237bc3;
}
.result-left .result-title img{
	width: 40px;
}
.result-left .result-title img.chucmung_left{
	position: absolute;
    left: -30px;
    transform: rotate(-30deg);
    top: -13px;
}
.result-left .result-title img.chucmung_right{
	position: absolute;
    right: -28px;
    transform: rotate(85deg);
    top: -14px;
}
.result-left .result{
	font-weight: 600;
    font-family: "SVN-Timber-Wolf", sans-serif;
    color: #fff;
    font-size: 22px;
    text-align: center;
    margin-bottom: 8px;
    text-shadow: 1px 1px 0px #237bc3, -1px -1px 0px #237bc3, -1px 1px 0px #237bc3, 1px -1px 0px #237bc3, 1px 0px 0px #237bc3, 0px 1px 0px #237bc3, -1px 0px 0px #237bc3, 0px -1px 0px #237bc3;
}
.result-card{
	width: 80%;
    margin: 0 auto;
    background: #fff;
    padding: 15px;
}
.result-card img{
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.result-card-desc{
	color: #237bc3;
    margin-bottom: 0;
}
.result-card-desc span.result-price{
	background: linear-gradient(90deg, rgba(94, 189, 238, 1) 0%, rgba(35, 123, 195, 1) 100%);
    color: #fff;
    padding: 2px 10px;
    font-size: 13px;
    margin-bottom: 0;
}
.result-right{
	text-align: center;
	margin-top: 35px;
}
.result-right .form-result-title{
	font-family: "Lora", sans-serif;
	font-weight: 600;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    font-size: 20px;
	animation: rise-animation 2s infinite;
}
.modal .wpcf7 input[type="text"],
.modal .wpcf7 input[type=email],
.modal .wpcf7 textarea{
	border-radius: 10px;
    font-size: 14px;
    padding: 20px 10px;
    border: 1px solid #1965a4;
    font-weight: 400;
}
.modal .wpcf7 textarea{
    display: none;
}
.modal .wpcf7 label{
	text-align: left;
	color: #fff;
	font-family: "Lora", sans-serif;
}
.modal .wpcf7 .wpcf7-spinner{
	display: none;
}
.modal .wpcf7 input[type=submit]{
	background-image: url(images/bg.svg);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    font-weight: 600;
    color: #1965a4;
    border-radius: 15px;
    margin: 0 auto;
    line-height: 43px;
}
.form-note{
	font-weight: 600;
    font-size: 14px;
    margin-top: 20px;
    color: #fff;
    font-family: "Lora", sans-serif;
}
.wof-wheel-bg{
	position: relative;
}
.load_chill{
	position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.load_chill .wof-loader>div{
	background: #000;
}
@media(min-width: 992px){
	.box-banner-game{
		position: relative;
	    max-width: 650px;
	    margin: auto;
	    margin-top: -300px;
	    z-index: 10000;
	    margin-bottom: 100px;
	}
}
@media(max-width: 991px){
	.game_heading h1,
	.game_heading .text_head{
		font-size: 18px;
	}
	.count_down_box{
		gap: 15px;
	}
}
/*background: linear-gradient(90deg, rgba(94,189,238,1) 0%, rgba(35,123,195,1) 1%);*/

/*    transform: rotate(180deg) translateY(-200%) translateX(-50%);
    width: 9%;*/