@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body { font-family: "Roboto", sans-serif; line-height:1.2; font-size:15px; color:#fff; background: #0b1620 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 { 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;
}
#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;
	background: url("../images/bg-btm.png")no-repeat bottom center;
	background-size: 100%;
	text-align: center;
	padding: 10px 0 45px;
	z-index: 1;
}
.title-top {
    margin-bottom: -3%;
}
.event-wrapper {
    position: relative;
    max-width: 1080px;
    margin: 7% auto 0;
}
.prediction-title {
    position: absolute;
    left: 0;
    right: 0;
    top: -8%;
    max-width: 44%;
    margin: 0 auto;
    z-index: 1;
}
.event-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 8%;
    max-width: 88%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
	grid-gap: 0 3%;
}
.box-left {
    position: relative;
    max-width: 460px;
	max-height: max-content;
    margin: 0 auto;
    width: 100%;
    background: url(../images/info-bg-1.png) no-repeat center;
    background-size: cover;
    border: 2px solid #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: inset 0px 0px 0px 2px #0c0701, inset 0 0 10px 3px #005ab7;
    padding: 9% 15px 40px;
    font-size: 22px;
}
.deco.toplight {
    left: 0;
    right: 0;
    top: 0;
    max-width: 66%;
    margin: 0 auto;
}
.usertext {
    margin-bottom: 25px;
}
.base-wrap {
    margin-bottom: 30px;
}
.base-title {
    color: #fdc84e;
    text-transform: uppercase;
    font-weight: 500;
}
.num-wrap {
    position: relative;
    max-width: 310px;
    margin: 0 auto;
}
.numtext {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    font-weight: 500;
}
.correct-prize {
    font-size: 110%;
    font-weight: 500;
    font-style: italic;
    background: #0b1729;
    border: 1px solid #7c828a;
    padding: 5px 10px;
    max-width: max-content;
    margin: 0 auto;
    box-shadow: inset 0 0 0px 2px #0c0701;
    border-radius: 12px 12px 0 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.goldtext {
    color: #fdc84e;
}
.box-right {
	position: relative;
    max-width: 460px;
    margin: 0 auto;
    width: 100%;
    background: url(../images/info-bg-2.png) no-repeat center;
    background-size: cover;
    border: 2px solid #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: inset 0px 0px 0px 2px #0c0701, inset 0 0 10px 3px #b76700;
    padding: 9% 5% 5%;
    font-size: 22px;
}
.prize-title {
    max-width: 77%;
    margin: 0 auto;
}
.divider-line {
    margin-bottom: 15px;
}
.przbox {
    margin-top: 10px;
}
.prize-wrap {
    max-width: 89%;
    margin: 0 auto;
}
.deco.football {
    left: 0%;
    bottom: -3%;
    max-width: 50%;
    pointer-events: none;
}
.match-predict-wrapper {
    position: relative;
    padding-top: 40px;
}
#carouselTabs {
    max-width: 900px;
    margin: 0 auto 25px;
}
button.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
	max-width: 4%;
	opacity: 1;
}
button.carousel-control.prev {
    left: -1%;
}
button.carousel-control.next {
    right: -1%;
}
ul.nav.nav-match {
    justify-content: center;
    max-width: 94%;
    margin: 10px auto;
}
ul.nav.nav-match li.nav-item {
    width: 24%;
    margin: 0 0.5%;
}
ul.nav.nav-match li.nav-item a.nav-link {
   background: url(../images/date-btn.png) no-repeat;
    background-size: 100% 100%;
    max-width: 200px;
    width: 100%;
    height: 89px;
    margin: 0 auto;
    padding: 5px 5px;
    color: #fdfdfd;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
	mix-blend-mode: luminosity;
}
ul.nav.nav-match li.nav-item a.nav-link.active {
    mix-blend-mode: normal;
    filter: drop-shadow(0px 0px 2px #2ff3ff) drop-shadow(0px 0px 4px #2ff3ff);
}
.datetext {
    color: #fdc84e;
}
.daytetxt {
    margin-right: 4%;
}
.match-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    max-width: 1020px;
    margin: 0 auto;
}
.match-box {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    background: #124bee;
    overflow: hidden;
    border-radius: 15px;
}
.match-top {
    position: relative;
    display: grid;
    grid-template-columns: 65% 35%;
    align-items: center;
    height: 40px;
    font-size: 16px;
}
.match-dt {
    text-align: left;
    padding: 0 5px 0 16px;
}
.match-num {
    background: #002388;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.match-vs {
    background: url("../images/prdbg.png") no-repeat top center;
    background-size: cover;
    display: grid;
    grid-template-columns: 40% 20% 40%;
    align-items: center;
    height: 225px;
    padding: 0 2%;
}
.tname {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.tflag {
    max-width: 146px;
    margin: 0 auto;
}
.match-bet {
    position: relative;
    display: grid;
    grid-template-columns: 65% 35%;
    align-items: center;
    height: 50px;
}
.match-bet.done {
	pointer-events: none;
}
.bet-wrapper.input-hide {
    display: flex;
    align-items: center;
    justify-content: center;
}
.input-hide input {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
	cursor: pointer;
}
.bet-select {
	position: relative;
}
.opt-btn {
    background: #254260;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 40px;
    width: 70px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 2px;
	font-weight: 600;
}
.input-hide .bet-select input:active + .opt-btn, .input-hide .bet-select input:checked + .opt-btn {
	background: #08294b;
	color: #fff;
}
button.submit-btn {
    background: #d9aa28;
    width: 100%;
    height: 50px;
	color: #072b64;
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
}
button.submit-btn:hover {
	background: linear-gradient(270deg,rgba(217, 168, 38, 1) 0%, rgba(249, 218, 95, 1) 100%);
	color: #072b64;
}
.bet-result {
	background: #d9aa28;
    width: 100%;
    height: 50px;
	color: #072b64;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bet-result.lose {
	background: linear-gradient(180deg, rgba(255,83,141,1) 0%, rgba(178,12,68,1) 100%);
	color: #fff;
}
.result-ft {
    position: absolute;
    left: 0;
    right: 0;
    top: 64%;
    background: #d9aa28;
    color: #072b64;
    max-width: 17%;
    margin: 0 auto;
    border-radius: 5px;
    font-size: 110%;
    font-weight: 600;
    line-height: 1.1;
    padding: 1% 0;
}
.score-text {
	font-weight: 800;
}
.btn-wrap {
    position: relative;
    margin: 50px auto 0;
}
button.terms-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.08);
}
.modal-dialog.popup.modal-dialog-centered {
    max-width: 700px;
	top: 3%;
}
.modal-content.popup {
    background: rgb(3, 20, 46, 08);
    border: 1px solid #176bb3;
    border-radius: 12px;
	padding: 0 15px 15px;
}
button.close-x {
    border: 1px solid #94c6ff;
    color: #94c6ff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 12px;
    z-index: 1;
}
.tnc-title {
    text-align: center;
    max-width: 195px;
    margin: -30px auto 20px;
}
ul.terms {
    padding-left: 17px;
}
.ticket-depo {
    position: relative;
    text-align: center;
    margin: 15px 0 0;
}
.depo-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.depo-info-wrapper {
    font-size: 22px;
	font-weight: 600;
}
.deptext {
    padding: 4px;
}


@media(max-width: 1080px) {
.tflag {
    max-width: 82%;
    margin: 0 auto;
}
.img-vs {
	max-width: 84%;
	margin: 0 auto;
}	
.tname {
    font-size: 1.6vw;
}	
button.submit-btn, .bet-result {
    font-size: 2vw;
}	
.match-vs {
    height: 23vw;
}	
.bet-select {
    position: relative;
    width: 23%;
    margin: 0 0.5%;
}	
.match-bet, button.submit-btn, .bet-result {
    height: 6vw;
}	
.opt-btn {
	width: auto;
	margin: 0 auto;
	font-size: 1.5vw;
	height: 3.1vw;
}
.match-top, .result-ft {
    font-size: 1.6vw;
}
}


@media(max-width: 900px) {
ul.nav.nav-match li.nav-item a.nav-link {
    font-size: 2.8vw;
    height: 9.7vw;
}	
}

@media(max-width: 767px) {
.event-wrapper {
    border: 3px solid #084ed2;
    border-radius: 13px;
    background: rgb(3, 20, 46, 0.7);
    box-shadow: inset 0 0 4px 2px #70e9fc, 0 0 0 3px #124293;
	padding: 0 10px 30px;
}	
.event-inner {
	position: initial;
	grid-template-columns: auto;
	grid-gap: 20px;
	max-width: 100%;
}
.prediction-title {
	position: initial;
	margin: -45px auto 15px;
}
.frame-img {
	display: none;
}	
.deco.football {
	left: -9%;
	bottom: -4%;
	max-width: 46%;
}
.match-top {
    height: 5vw;
}
.event-wrapper {
    margin: 50px auto 0;
}	
.prediction-title {
    max-width: 380px;
    margin: -60px auto 15px;
}	
}

@media(max-width: 480px) {
.title-top {
    margin: 0 -10px -5%;
}	
.title-top img {
    height: 45vw;
    object-fit: cover;
}
.box-left {
    padding: 40px 15px 40px;
    font-size: 20px;
}	
.box-right {
    padding: 40px 15px 20px;
}	
.prize-wrap {
    max-width: 95%;
}	
#carouselTabs {
    margin: 0px auto 15px;
}	
.match-container {
    grid-template-columns: auto;
}
.match-vs {
	height: 42vw;
}	
.match-top {
	font-size: 3.4vw;
}
.result-ft {
	font-size: 3.2vw;
}	
.tname {
	font-size: 3.2vw;
}	
.match-bet {
    height: 11vw;
}	
button.submit-btn {
	height: 11vw;
	font-size: 4.2vw;
}
.bet-result {
	font-size: 4vw;
	height: 11vw;
}	
.opt-btn {
	font-size: 3.3vw;
}	
.match-top {
    height: 9vw;
}
.opt-btn {
	font-size: 3.3vw;
	border: 2px solid #e6e6e6;
	height: 6vw;
}	
.lbtitle {
    font-size: 26px;
}
.modal-content.popup {
    font-size: 14px;
}	
.tnc-title {
    max-width: 160px;
    margin: -23px auto 20px;
}
.prediction-title {
    max-width: 300px;
    margin: -50px auto 15px;
}	
button.terms-btn {
    max-width: 44%;
}		
}
















