@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Bangers&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: #250047 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;
}
button:hover {
	transform: scale(0.98);
	filter: brightness(1.08);
}
.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;
}
.top-sec {
	background-image: url("../images/top-bg-deco.png"), url("../images/bg-btm.png");
	background-position: top center, bottom center;
	background-repeat: no-repeat, no-repeat;
	background-size: 100%, 100%;
	position: relative;
	text-align: center;
	padding: 10px 0 45px;
}
.title-top {
    max-width: 1100px;
    margin: 0 auto -6%;
}
.title-img {
    position: relative;
}
.deco.fw-1 {
    left: -3%;
    top: 27%;
    max-width: 32%;
    mix-blend-mode: screen;
	opacity: 0;
    animation: firework 2.4s ease-in-out infinite;
    animation-delay: 0.8s;
}
.deco.fw-2 {
    left: 20%;
    top: 3%;
    max-width: 24%;
    mix-blend-mode: screen;
	animation: firework 2.3s ease-in-out infinite;
}
.deco.fw-3 {
    top: 12%;
    right: 20%;
    max-width: 21%;
    mix-blend-mode: screen;
	opacity: 0;
    animation: firework 2.2s ease-in-out infinite;
    animation-delay: 0.5s;
}
.deco.fw-4 {
    right: -3%;
    top: 33%;
    max-width: 27%;
    mix-blend-mode: screen;
    opacity: 0;
    animation: firework 2.2s ease-in-out infinite;
    animation-delay: 0.7s;	
}
.deco.fw-5 {
    left: -2%;
    top: -1%;
    max-width: 30%;
    mix-blend-mode: screen;
	opacity: 0;
    animation: firework 2.2s ease-in-out infinite;
    animation-delay: 0.3s;
}
.deco.fw-6 {
    right: 0%;
    top: 8%;
    max-width: 27%;
    mix-blend-mode: screen;
	opacity: 0;
    animation: firework 2.2s ease-in-out infinite;
    animation-delay: 0.6s;
}
.deco.fw-7 {
    top: 22%;
    left: -7%;
    max-width: 24%;
    mix-blend-mode: screen;
    animation: firework 2.2s ease-in-out infinite;
}
@keyframes firework {
    0% {
        transform: scale(0.3);
		opacity: 0;
    }
    70% {
        transform: scale(1);
		opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.deco.hot-1 {
    left: 1%;
    top: 67%;
    max-width: 10%;
	animation: float 2s ease-in-out infinite;
}
.deco.hot-2 {
    right: -2%;
    top: 66%;
    max-width: 12%;
	animation: float 2.3s ease-in-out infinite;
}
.title-btm {
	position: relative;
    max-width: 700px;
    margin: 0 auto 30px;
}
.prize-box {
    position: relative;
    display: inline-block;
	vertical-align: top;
    max-width: 500px;
    width: 49%;
    margin: 0 auto 15px;
}
.prize-winner {
    position: absolute;
    left: 3%;
    right: 0;
    top: 78%;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 2px 3px rgb(0, 0, 0, 0.7);
    max-width: 40%;
    margin: 0 auto;
}
.deco.ballon-1 {
    left: -31%;
    top: 25%;
    max-width: 33%;
	animation: float 2s ease-in-out infinite;
}
.deco.ballon-2 {
    right: -32%;
    top: 25%;
    max-width: 33%;
	animation: float 2s ease-in-out infinite;
}
.deco.ballon-2 img {
    transform: scaleX(-1);
}
@keyframes float {
  0% {
	transform: translateY(0);
  }
  50% {
	transform: translateY(-13px);
  }
  100% {
	transform: translateY(0);
  }
}
.leaderboard-wrapper {
    position: relative;
    max-width: 930px;
    margin: 30px auto 0;
}
.table-responsive.leaderboard {
    position: absolute;
    left: 0;
    right: 0;
    top: 7%;
    max-width: 72%;
    margin: 0 auto;
}
table.table-leaderboard tr th {
    font-family: 'Bangers';
    background: linear-gradient(180deg, rgba(92, 0, 8, 1) 0%, rgba(247, 1, 49, 1) 100%);
    border: 2px solid #fff;
    font-weight: 400;
    font-size: 23px;
    padding: 10px 1px;
}
table.table-leaderboard tr td {
    border: 2px solid #fff;
    font-size: 15px;
    padding: 10px 1px;
}
.my-points {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3%;
    max-width: 400px;
    margin: 0 auto;
}
.pts-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 51%;
    font-size: 40px;
    font-weight: 700;
    text-shadow: 0 2px 5px rgb(0, 0, 0, 0.6);
}
.btn-wrap {
    padding: 80px 0 0;
}
button.tnc-btn {
    max-width: 300px;
}

/** Modal **/
button.close-x {
    position: absolute;
    right: 9px;
    top: 5px;
    color: #fff;
    font-size: 16px;
    z-index: 2;
}
.modal-dialog.terms {
    max-width: 700px;
}
.modal-content.terms {
    background: linear-gradient(180deg, rgba(92, 0, 8, 1) 0%, rgba(247, 1, 49, 1) 100%);
    border: 3px solid #fff;
    border-radius: 15px;
    box-shadow: inset 0 0 3px 1px rgb(0, 0, 0, 0.6);
    padding: 15px 20px;
	font-size: 16px;
}
.tnc-title {
    text-align: center;
    font-size: 20px;
	font-weight: 600;
    margin-bottom: 15px;
	color: #fff;
}
ul.terms {
	padding-left: 17px;
}

@media(max-width: 1080px) {
.logo {
    max-width: 30%;
    margin: 0 auto;
}
.title-btm {
    max-width: 70%;
}
.prize-winner {
    font-size: 2.1vw;
}	
}

@media(max-width: 991px) {
table.table-leaderboard tr th {
    font-size: 2.3vw;
    padding: 1vw 0.1vw;
}	
table.table-leaderboard tr td {
    padding: 1vw 0.1vw;
    font-size: 1.5vw;
}	
}

@media(max-width: 767px) {
.table-responsive.leaderboard {
    position: initial;
    background: rgb(0, 0, 0, 0.3);
	max-width: 100%;
}	
table.table-leaderboard tr th {
    font-size: 20px;
    padding: 7px 1px;
}	
table.table-leaderboard tr td {
    padding: 8px 1px;
    font-size: 15px;
}	
.frame-img {
    display: none;
}
.my-points {
	position: relative;
	margin-top: 15px;
}	
.btn-wrap {
    padding: 30px 0 0;
}
.deco.ballon-1,.deco.ballon-2 {
	display: none;
}	
	
}

@media(max-width: 480px) {
.title-btm {
	max-width: 85%;
}	
.prize-box {
    width: 85%;
}
.prize-winner {
	font-size: 3.6vw;
}	
table.table-leaderboard tr td {
	font-size: 14px;
}	
.my-points {
    max-width: 75%;
}
.pts-text {
    font-size: 7.5vw;
}	
button.tnc-btn {
    max-width: 60%;
}	
.modal-content.terms {
    border: 2px solid #fff;
    padding: 15px 15px;
    font-size: 14px;
}	
	
}

















