@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body { font-family: "Montserrat", sans-serif; line-height:1.2; font-size:15px; color:#fff; background: #061026 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, select:focus { 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;
}
.floating-wrapper {
    position: fixed;
    z-index: 99;
    right: 2px;
    top: 100px;
	width: 100%;
    max-width: 60px;
	text-align: center;
}
button.float-btn {
    display: block;
    margin: 5px 0;
    filter: drop-shadow(0px 0px 3px rgb(255, 191, 2, 0.6)) drop-shadow(0px 0px 8px rgb(255, 191, 2, 0.5));
}
button.float-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.08) drop-shadow(0px 0px 3px rgb(255, 191, 2, 0.6)) drop-shadow(0px 0px 8px rgb(255, 191, 2, 0.5));
}
.dropdown-menu.language {
    min-width: 155px;
    background: none;
    border: none;
    width: 100%;
    padding: 0;
    margin: 0;
	margin-top: 8px;
}
a.float-item {
    display: inline-block;
    max-width: 45px;
}
a.float-item:hover {
	filter: brightness(1.07);
	transform: scale(1.03);
}
#confetti {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}
.stadium-bg-effect {
    position: fixed;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}
.stadium-bg-effect::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
	radial-gradient(ellipse at 50% -20%, rgba(124, 217, 255, 0.38), rgba(124, 217, 255, 0) 56%),
	radial-gradient(ellipse at 15% 0%, rgba(100, 165, 255, 0.18), rgba(100, 165, 255, 0) 42%),
	radial-gradient(ellipse at 85% 0%, rgba(170, 120, 255, 0.14), rgba(170, 120, 255, 0) 42%),
	radial-gradient(ellipse at 50% 10%, rgba(255, 214, 120, 0.08), rgba(255, 214, 120, 0) 38%);
    animation: stadium-glow 2s ease-in-out infinite;
}
.light-beam {
    position: absolute;
    top: -25%;
    width: 18vw;
    height: 145%;
    background: linear-gradient(180deg, rgba(173, 236, 255, 0.42), rgba(173, 236, 255, 0) 62%);
    transform-origin: top center;
    filter: blur(1.5px);
    mix-blend-mode: screen;
    opacity: 0.65;
}
.beam-1 {
    left: 4%;
    background: linear-gradient(180deg, rgba(160, 226, 255, 0.38), rgba(160, 226, 255, 0) 62%);
    animation: beam-sweep-left 2.9s ease-in-out infinite;
}
.beam-2 {
    left: 23%;
    background: linear-gradient(180deg, rgba(148, 255, 232, 0.30), rgba(148, 255, 232, 0) 62%);
    animation: beam-sweep-left 2.4s ease-in-out infinite;
    animation-delay: 0.35s;
}
.beam-3 {
    right: 23%;
    background: linear-gradient(180deg, rgba(190, 154, 255, 0.28), rgba(190, 154, 255, 0) 62%);
    animation: beam-sweep-right 2.6s ease-in-out infinite;
    animation-delay: 0.25s;
}
.beam-4 {
    right: 4%;
    background: linear-gradient(180deg, rgba(255, 208, 136, 0.22), rgba(255, 208, 136, 0) 62%);
    animation: beam-sweep-right 3.1s ease-in-out infinite;
    animation-delay: 0.6s;
}
@keyframes stadium-glow {
    0%,
    100% {
        opacity: 0.45;
    }

    50% {
        opacity: 1;
    }
}
@keyframes beam-sweep-left {
    0%,
    100% {
        transform: rotate(14deg) translateY(0);
        opacity: 0.35;
    }

    50% {
        transform: rotate(31deg) translateY(-2%);
        opacity: 0.96;
    }
}

@keyframes beam-sweep-right {
    0%,
    100% {
        transform: rotate(-14deg) translateY(0);
        opacity: 0.35;
    }

    50% {
        transform: rotate(-31deg) translateY(-2%);
        opacity: 0.96;
    }
}
.top-sec {
	position: relative;
	text-align: center;
	padding: 10px 0 45px;
}
.logo {
    max-width: 30%;
    margin: 0 auto -16%;
    position: relative;
}
.predict-date {
    padding: 5px 0;
    font-family: 'Anton';
    text-transform: uppercase;
    font-size: 30px;
	margin-bottom: 20px;
}
.smtitle {
    font-size: 17px;
    color: #fff7ee;
    font-weight: 500;
    margin-bottom: -10px;
}
.prize-base {
    position: relative;
    max-width: 760px;
    margin: 0 auto 15px;
}
.prz-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    font-family: 'Anton';
    color: #f2ff6b;
}
.whitetext {
	color: #fff;
}
.step-wrapper {
    padding-bottom: 30px;
}
.stepbox {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 30%;
    margin: 0 1% 10px;
}
.step-info {
	font-size: 16px;
}
.sptitle {
    font-size: 160%;
    color: #f2ff6b;
    text-transform: uppercase;
    font-family: 'Anton';
}
.mytoken-wrap {
    position: relative;
    max-width: 550px;
    margin: 0 auto 5px;
}
.token-num {
    position: absolute;
    left: -5%;
    right: 0;
    top: 47%;
    font-size: 44px;
    font-family: 'Anton';
    letter-spacing: 1px;
}
.token-note {
    font-size: 18px;
    margin-bottom: 30px;
}
.prediction-teams {
    position: relative;
    padding: 30px 0 10px;
}
.team-box {
    position: relative;
    max-width: 285px;
    display: inline-block;
    margin: 0 auto 30px;
}
.posi-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 48%;
    max-width: 64%;
    margin: 0 auto;
    z-index: 1;
}
.country-input {
    position: absolute;
    left: 0;
    right: 0;
    top: 67%;
    text-align: center;
    max-width: 54%;
    margin: 0 auto;
}
select.country-select {
    background: none;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
	cursor: pointer;
}
select.country-select option {
	color: #000;
}
.flag-ball {
    position: absolute;
    left: 0;
    right: 0;
    top: 21%;
    max-width: 46%;
    margin: 0 auto;
}
button.submit-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6%;
    max-width: 74%;
    margin: 0 auto;
    color: #fff;
    font-family: 'Anton';
    font-size: 26px;
    text-transform: uppercase;
    z-index: 1;
}
span.submit-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
button.submit-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.08);
}
.btn-wrap {
    padding: 40px 0;
}
button.comm-btn {
    position: relative;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 350px;
    margin: 0 10px;
}
.commtext {
    position: absolute;
    left: 33%;
    right: 5%;
    top: 0;
    bottom: 2%;
    display: flex;
    align-items: center;
    justify-content: center;
}
button.comm-btn.rules .commtext {
    left: 5%;
    right: 37%;
}
button.comm-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.08);
}
/** Daily Bonus **/
.subtitle-base {
    position: relative;
    max-width: 700px;
    margin: 0 auto;
}
.subtitle-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Anton';
    font-size: 26px;
    max-width: 59%;
    margin: 0 auto;
    text-transform: uppercase;
}
.minbet {
    text-transform: uppercase;
    font-size: 17px;
    padding: 5px 0;
}
.mission-wrapper {
    position: relative;
    padding: 30px 0;
}
.msbox {
    position: relative;
    display: inline-block;
    max-width: 31%;
    margin: 0 0.5% 60px;
    vertical-align: top;
}
.msprize {
    position: absolute;
    left: 0;
    right: 0;
    top: 46%;
    font-size: 30px;
    font-weight: 700;
    text-shadow: 0px 1px 7px #000;
}
.turnover-info {
    position: absolute;
    left: 0;
    right: 0;
    top: 78%;
}
.turnover-amt {
    font-size: 130%;
    font-family: 'Anton';
}
button.claim-btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 89%;
    background: url(../images/submit.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    max-width: 64%;
    height: 75px;
    margin: 0 auto;
    color: #fff;
    font-family: 'Anton';
    font-size: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
	filter: grayscale(1);
	pointer-events: none;
}
.msbox.claimed button.claim-btn {
	filter: grayscale(0);
}
.msbox.active button.claim-btn {
	pointer-events: auto;
	filter: grayscale(0);
	animation: glowing 1.5s infinite;
}
@keyframes glowing {
  0% {
	filter: brightness(1.05) drop-shadow(0 0 8px #ffec4f);
  }
  50% {
	filter: brightness(1) drop-shadow(0 0 1px #ffec4f);
  }
  100% {
	filter: brightness(1.05) drop-shadow(0 0 8px #ffec4f);
  }
}
button.claim-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.08);
}
.deco.ball-1 {
    left: 0%;
    top: 62%;
    max-width: 22%;
	animation: float 2s ease-in-out infinite;
}
.deco.ball-1 img {
    transform: scaleX(-1);
}
.deco.ball-2 {
    right: -1%;
    top: 80%;
    max-width: 22%;
	animation: float 2.2s ease-in-out infinite;
}
.deco.ball-3 {
    left: 0%;
    top: 58%;
    max-width: 20%;
	animation: float 2s ease-in-out infinite;
}
.deco.ball-3 img {
    transform: scaleX(-1);
}
.deco.ball-4 {
    right: -1%;
    top: 80%;
    max-width: 22%;
	animation: float 2.2s ease-in-out infinite;
}
@keyframes float {
  0% {
	transform: translateY(0);
  }
  50% {
	transform: translateY(-12px);
  }
  100% {
	transform: translateY(0);
  }
}



/** Modal **/
.modal-dialog.popup {
    max-width: 750px;
}
.modal-content.terms {
    background: rgb(0, 0, 0, 0.9);
    border: 2px solid #0048c6;
    border-radius: 10px;
    padding: 15px 25px;
	box-shadow: inset 0 0 4px 2px #4a72d8;
}
button.close-x {
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 1;
    color: #fff;
}
.rules-title {
    text-align: center;
    color: #ffbf02;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}
ul.terms {
    padding-left: 17px;
}
ul.terms li {
    padding: 1px 0;
}
.position-title {
	color: #ffbf02;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}
.rctable-wrap {
	text-align: center;
	margin-bottom: 15px;
}
table.record-table tr th {
	color: #f2ff6b;
	padding: 5px 1px;
	border-bottom: 1px solid #fff;
}
table.record-table tr td {
	padding: 5px 1px;
	border-bottom: 1px solid #fff;
}


@media(max-width: 1080px) {
.deco.ball-1 {
    top: 50%;
}	
.deco.ball-2 {
    top: 55%;
}
.deco.ball-3 {
    top: 35%;
}	
.deco.ball-4 {
    top: 35%;
}	
.prediction-teams {
    max-width: 700px;
    margin: 0 auto;
}
.msprize {
    font-size: 3vw;
}
.turnover-info {
    font-size: 1.4vw;
}
button.claim-btn {
    height: 7vw;
    font-size: 2.4vw;
}	
.turnover-title img {
    height: 2vw;
}	
}

@media(max-width: 991px) {
.floating-wrapper {
    transform: scale(0.85);
    transform-origin: top right;
}	
}

@media(max-width: 767px) {
.floating-wrapper {
	top: 50px;
    transform: scale(0.75);
}	
.top-predict-title {
    max-width: 90%;
    margin: 0 auto;
}
.smtitle {
    font-size: 14px;
    margin-bottom: -5px;
}	
.predict-date {
    font-size: 22px;
}	
.prize-base {
    max-width: 90%;
}	
.prz-text {
    font-size: 4vw;
}
.btn-wrap {
    padding: 20px 0;
}	
button.comm-btn {
    width: 46%;
    margin: 0 1%;
    font-size: 3vw;
}
.subtitle-base {
    max-width: 90%;
}	
.subtitle-text {
    font-size: 3.3vw;
}	
.msbox {
    max-width: 48%;
	margin: 0 0.5% 7%;
}
.msprize {
	font-size: 4.3vw;
}
.turnover-info {
	font-size: 2.1vw;
}
.turnover-title img {
	height: 2.8vw;
}	
button.claim-btn {
	height: 10vw;
	font-size: 3.5vw;
}	
}


@media(max-width: 480px) {
.floating-wrapper {
    transform: scale(0.65);
}
.logo {
	max-width: 35%;
    margin: 0 auto -22%;
}	
.title-top {
    margin: 0 -10px;
    height: 79vw;
}
.title-top img {
    object-fit: cover;
    height: 100%;
}	
.stepbox {
    max-width: 47%;
}
.step-info {
    font-size: 14px;
}	
.how-title {
    max-width: 90%;
    margin: 0 auto 10px;
}	
.mytoken-wrap {
    max-width: 80%;
}	
.token-num {
    font-size: 7vw;
}
.token-note {
    font-size: 15px;
}		
.modal-content.terms {
    padding: 15px 15px;
    font-size: 14px;
}
.rules-title {
    font-size: 18px;
}	
.position-title {
    font-size: 15px;
}
.minbet {
    font-size: 15px;
}	
}

























