@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&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: #131219 url("/event/assets/eg33/images/fifa-2026/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;
}
.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;
    }
}
button#backtop {
    max-width: 60px;
	margin: 0 auto;
}
#backtop {
    opacity: 0;
    visibility: hidden;
}
#backtop.show {
  opacity: 1;
  visibility: visible;
}
.floating-wrapper {
    position: fixed;
    z-index: 99;
    right: 2px;
    top: 100px;
	width: 100%;
    max-width: 50px;
	text-align: center;
}
.float-btn-wrap {
    position: absolute;
    top: 9%;
    left: 0;
    right: 0;
}
button.float-btn {
    display: block;
    margin: 5px 0;
}
button.float-btn:hover, button.home-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.08);
}
.dropdown-menu.language {
    min-width: 150px;
    background: none;
    border: none;
    width: 100%;
    padding: 0;
    margin: 0;
}
a.float-item {
    display: inline-block;
    max-width: 45px;
}
a.float-item:hover {
	filter: brightness(1.07);
	transform: scale(1.03);
}
.top-sec {
	position: relative;
	text-align: center;
	padding: 0 0 45px;
}
.logo {
    position: relative;
    max-width: 27%;
    margin: 0 auto -7%;
    padding-top: 10px;
}
.title-top {
    position: relative;
}
.title-img {
    margin: 0 -14%;
}
.deco.fireball-1 {
    left: -4%;
    top: 27%;
    max-width: 40%;
    mix-blend-mode: lighten;
}
.deco.fireball-2 {
    right: -5%;
    top: 28%;
    max-width: 40%;
    mix-blend-mode: lighten;
}
.deco.fireball-2 img {
    transform: scaleX(-1);
}

.final-box {
    position: relative;
    max-width: 660px;
    margin: 0 auto;
}
.final-date {
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
    font-size: 26px;
}
.final-date {
    position: absolute;
    left: 0;
    right: 0;
    top: 38%;
    font-size: 24px;
	font-weight: 500;
    text-transform: uppercase;
}
.total-prize-box {
    position: relative;
    max-width: 530px;
    margin: 0 auto 45px;
}
.prize-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 44%;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
}
.stepbox {
    display: inline-block;
    width: 32%;
    vertical-align: top;
    margin: 0 auto 10px;
}
.countdown-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}
.cdnum {
    background: #17151a;
    border: 2px solid #bbc3ce;
    border-radius: 14px;
    height: 120px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 44px;
    font-weight: 800;
    text-transform: uppercase;
}
.dtext {
    font-size: 30%;
    font-weight: 500;
    margin-top: 8%;
}
.dot-box {
    margin: 0 8px;
    font-size: 300%;
}
.token-wrapper {
    padding-bottom: 35px;
}
.token-base {
    position: relative;
    max-width: 550px;
    margin: 0 auto;
}
.token-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 14%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    font-weight: 700;
}
.token-note {
    font-size: 18px;
    text-transform: uppercase;
}
.predict-wrapper {
    position: relative;
    max-width: 938px;
    margin: 0 auto 60px;
}
.select-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 12%;
    max-width: fit-content;
    margin: 0 auto;
}
button.tnc-final-btn {
    position: absolute;
    right: 7%;
    top: 11%;
    max-width: 7%;
}
button.tnc-final-btn:hover {
	filter: brightness(1.08);
	transform: scale(1.03);
}
.prediction-event {
    position: absolute;
    left: 0;
    right: 0;
    top: 26%;
    display: grid;
    grid-template-columns: 35% 30% 35%;
    max-width: 80%;
    margin: 0 auto;
}
.country-group {
    position: relative;
}
.flag-ctry {
    max-width: 68%;
    margin: 0 auto -14%;
    position: relative;
    filter: drop-shadow(0px 0px 20px #2bc0ed);
}
.country-input {
    position: absolute;
    max-width: 76%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0%;
}
select.country-select {
    background: none;
    border: none;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    max-width: 83%;
    margin: 0 auto;
    font-weight: 600;
	cursor: pointer;
}
select.country-select option {
	color: #000;
}
.btn-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4%;
    max-width: 61%;
    margin: 0 auto;
}
.btn-wrap button.comm-btn {
    width: 47%;
    margin: 0 1%;
}
button.comm-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.08);
}
.deco.downlight-1 {
    left: 5.5%;
    top: 4%;
    z-index: -1;
	max-width: 37%;
	margin: 0 auto;
	pointer-events: none;
}
.deco.downlight-2 {
    right: 6%;
    top: 4%;
    z-index: -1;
    max-width: 37%;
    margin: 0 auto;
	pointer-events: none;
}
.reward-live-title {
    margin-bottom: -1%;
}
.reward-live-base {
    position: relative;
    max-width: 580px;
    margin: 0 auto 15px;
}
.reward-live-date {
    position: absolute;
    left: 0;
    right: 0;
    top: 36%;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
}
.reward-box {
    display: inline-block;
    vertical-align: bottom;
    max-width: 375px;
    width: 32%;
    margin: 0 auto 15px;
}
.rwimg-box {
    position: relative;
}
button.rwcomm-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3%;
    max-width: 47%;
    margin: 0 auto;
}
button.rwcomm-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.08);
}
.bold-text {
    font-family: "Arvo";
    font-weight: 700;
	font-size: 115%;
    text-transform: uppercase;
}
button.tnc-rw {
	display: block;
	color: #fff;
	border-bottom: 1px solid #fff;
	margin: 0 auto;
}

/** Modal **/
.modal-dialog.terms {
	max-width: 700px;
}
.modal-content.popup {
    border: 2px solid #c29f5f;
    border-radius: 0;
    background: rgb(0, 0, 0, 0.8);
    padding: 15px 20px;
}
button.close-x {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    color: #fff;
}
.popup-title {
    font-family: 'Arvo';
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
}
ul.terms {
	padding-left: 17px;
}
table.record-table {
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
}
table.record-table tr td {
	padding: 5px 1px;
	border-top: 1px solid #fff2bd;
}
table.record-table tr th {
	padding: 7px 1px;
}
span.rc-flag {
    display: inline-block;
    margin: 0 5px;
}
span.rc-flag img {
    max-width: 40px;
}
table.win-table {
    text-align: center;
}
table.win-table tr th {
    border: 1px solid #c29f5f;
    background: #c29f5f;
    padding: 5px 1px;
    font-weight: 600;
}
table.win-table tr td {
    border: 1px solid #c29f5f;
    padding: 7px 1px;
}
.how-claim-wrapper {
    display: grid;
    grid-gap: 7px;
}
span.tick-icon {
    color: #71ff7a;
    margin-right: 5px;
}



@media(max-width: 991px) {
.floating-wrapper {
	transform: scale(0.85);
	transform-origin: right top;
}
select.country-select {
    font-size: 1.6vw;
}	
}


@media(max-width: 767px) {
.floating-wrapper {
	top: 50px;
	transform: scale(0.75);
}	
.stepbox {
    width: 48%;
}
.reward-box {
    width: 48%;
}	
.select-title img {
	max-width: 58%;
}	
}

@media(max-width: 620px) {
.final-box {
    max-width: 95%;
}	
.final-date {
    font-size: 3.8vw;
}
.total-prize-box {
    max-width: 90%;
}	
.prize-text {
    font-size: 4.8vw;
}	
.reward-live-base {
    max-width: 90%;
}	
.reward-live-date {
    font-size: 3.5vw;
}
	
}

@media(max-width: 480px) {
.floating-wrapper {
	transform: scale(0.65);
}
.countdown-wrapper {
    max-width: 95%;
    margin: 30px auto;
}	
.cdnum {
    font-size: 9vw;
    height: 25vw;
    width: 19vw;
}	
.dot-box {
    margin: 0 1.6vw;
}
.token-note {
    font-size: 14px;
}
.frame-img {
    margin: 0 -40px;
}	
.prediction-event {
    top: 24%;
    grid-template-columns: 38% 24% 38%;
    max-width: 100%;
}
.btn-wrap {
    bottom: -6%;
    max-width: 80%;
}
.deco.downlight-1 {
    left: 0;
}
.deco.downlight-2 {
    right: 1%;
}
button.tnc-final-btn {
	position: absolute;
	right: -1%;
	top: 11%;
	max-width: 9%;
}
select.country-select {
	font-size: 1.8vw;
}	
.modal-content.popup {
	padding: 15px 15px;
    font-size: 14px;
}	
.popup-title {
    font-size: 16px;
}	
table.record-table {
    font-size: 14px;
}	
span.rc-flag img {
    max-width: 30px;
}
.rwinfo {
    font-size: 2.8vw;
}	
}








