﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

@font-face {
  font-family: Cubano;
  src: url("../fonts/Cubano.ttf");
}

body { font-family: "Montserrat", sans-serif; line-height:1.2; font-size:15px; color:#191919; background:url("/event/assets/eg33/images/fourD-weekly-prediction/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, select:focus, select: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%;
}
.floating-wrapper {
    position: fixed;
    right: 4px;
    bottom: 10%;
    z-index: 9;
    max-width: 65px;
}
.flaot-btn-wrap {
    position: absolute;
    top: 4%;
    left: -24px;
}
button.flaot-btn {
    background: none;
    border: none;
    padding: 0;
    max-width: 60px;
    margin: 3px 0;
	transition: 0.2s;
}
button.flaot-btn img {
	filter: drop-shadow(1px 3px 2px rgb(0,0,0,0.3));
}
button.flaot-btn:hover {
	transform: scale(1.03) rotate(9deg);
	transition: 0.2s;
}
.deco {
	position: absolute;
	pointer-events: none;
}
.max-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
}
.top-sec {
	text-align: center;
	padding: 15px 0;
}
.logo {
    margin-bottom: -5%;
    position: relative;
    z-index: 2;
}
.title-wrapper {
    position: relative;
    margin-bottom: 8%;
}
.title-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 41%;
	max-width: 68%;
    margin: 0 auto;
}
@-webkit-keyframes float {
0% {
	transform: translateY(0);
}

50% {
	transform: translateY(-13px);
}

100% {
	transform: translateY(0);
}
}
.deco.ketupat-1 {
    left: 8%;
    top: 11%;
    max-width: 8%;
	animation: float 3.5s ease-in-out infinite;
}
.deco.ketupat-2 {
	top: 0;
    right: 5%;
    max-width: 8%;
	animation: float 3s ease-in-out infinite;
}
.how-title-wrapper {
    position: relative;
}
.how-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 13%;
}
.step-wrapper {
    margin-top: -7%;
	padding-bottom: 30px;
}
.stepbox {
    display: inline-block;
    position: relative;
    max-width: 218px;
    margin: 0 auto;
}
.step-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12%;
    font-family: 'Cubano';
    font-size: 19px;
    text-transform: uppercase;
    color: #632600;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}
.predict-wrapper {
	background: url("/event/assets/eg33/images/fourD-weekly-prediction/bush-bg.png")no-repeat top center;
	background-size: auto;
}
.deco.ball-1 {
    left: 8%;
    top: 21%;
    max-width: 8%;
    animation: float 3s ease-in-out infinite;
}
.deco.ball-2 {
    left: 8%;
    top: 80%;
    max-width: 9%;
    animation: float 3.5s ease-in-out infinite;
}
.deco.ball-3 {
    right: 10%;
    top: 17%;
    max-width: 5%;
    animation: float 2.5s ease-in-out infinite;
}
.deco.ball-4 {
    right: 5%;
    top: 79%;
    max-width: 5%;
    animation: float 3.5s ease-in-out infinite;
}
.deco.coin {
    top: 25%;
    left: 0;
    max-width: 7%;
	animation: float 2.5s ease-in-out infinite;
}
.deco.moon {
    right: 0;
    top: 33%;
    max-width: 6%;
	animation: float 4s ease-in-out infinite;
}
.deco.ketupat-3 {
    right: 13%;
    bottom: 2%;
    max-width: 7%;
	animation: float 3s ease-in-out infinite;
}
.big-ketupat-1 {
    position: absolute;
    left: 10%;
    top: 31%;
	pointer-events: none;
}
.big-ketupat-2 {
    position: absolute;
    right: 8%;
    top: 21%;
	pointer-events: none;
}

.predict-title {
    margin-bottom: -3%;
	position: relative;
}
.token-base {
    background: url(/event/assets/eg33/images/fourD-weekly-prediction/token-base.png)no-repeat;
    background-size: 100% 100%;
    max-width: 315px;
    height: 94px;
    margin: 0 auto;
    font-family: 'Cubano';
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0 1.5px 2px rgb(0 0 0 / 80%);
}
.number-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 640px;
    margin: 3px auto;
	position: relative;
}	
.numbox {
    background: url(/event/assets/eg33/images/fourD-weekly-prediction/number-base.png)no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 154px;
    height: 207px;
    margin: 0 0.5%;
}
select.predict-input {
    height: 100%;
	width: 100%;
    background: none;
    border: none;
    font-size: 130px;
    color: #632600;
    font-family: 'Cubano';
    appearance: none;
    text-align: center;
	cursor: pointer;
}
select.predict-input option {
	font-size: 18px;
	text-align: center;
}
.btn-wrapper {
    margin-top: 50px;
}
button.submit-btn {
    background: url(/event/assets/eg33/images/fourD-weekly-prediction/submit-button.png)no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 400px;
    height: 100px;
    padding: 10px 10px 29px;
    border: none;
    font-family: 'Cubano';
    font-size: 38px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 1.5px 3px rgb(0 0 0 / 70%);
}
button.submit-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.05);
}
.copyright {
    text-align: center;
    padding: 15px 0 10px;
    font-size: 14px;
    font-weight: 600;
}

@media(max-width: 991px) {
.logo {
    max-width: 210px;
    margin: 0 auto -5%;
}	
.step-wrapper {
    max-width: 600px;
    margin: -7% auto 0;
}	
.predict-wrapper {
    background-size: cover;
	margin: 0 -10px;
	padding: 0 15px;
}
.floating-wrapper {
    bottom: auto;
	top: 15px;
    max-width: 55px;
}
.flaot-btn-wrap {
    left: -20px;
}	
button.flaot-btn {
    max-width: 53px;
    margin: 2px 0;
}
.big-ketupat-1, .big-ketupat-2 {	
	display: none;
}
}
@media(max-width: 767px) {
.deco {
	display: none;
}	
}
@media(max-width: 670px) {
select.predict-input {
    font-size: 19vw;
}
.numbox {
    height: 31vw;
}
.btn-wrapper {
    margin-top: 8%;
}	
button.submit-btn {
    max-width: 62%;
    height: 15vw;
	font-size: 5.5vw;
    padding: 1% 1% 4%;
}	
}

@media(max-width: 480px) {
.floating-wrapper {
    max-width: 40px;
    right: 2px;
}
.flaot-btn-wrap {
    left: -9px;
    top: 3%;
}	
button.flaot-btn {
    max-width: 38px;
    margin: 2px 0;
}	
.top-sec {
    text-align: center;
    padding: 5px 0 15px;
}	
.logo {
    max-width: 40%;
    margin: 0 auto -9%;
}	
.title-wrapper {
    margin: 0 -10px 8%;
}	
.title-img {
    max-width: 95%;
}	
img.topbg-title { 
	object-fit: cover;
    height: 100vw;
}
.how-img img {
    max-width: 62vw;
}
select.predict-input {
    padding-bottom: 10%;
	font-size: 14vw;
}
.token-base {
    max-width: 60vw;
    height: 18vw;
    font-size: 5.5vw;
}
.step-wrapper {
    margin: -5% auto 0;
}
.predict-wrapper {
    background-size: 160%;
}
.copyright {
    font-size: 12px;
}	
}


















