﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

body { font-family: "Roboto", sans-serif; line-height:1.2; font-size:15px; color:#fff; background: url("/event/assets/deluxewin/images/light-up-n-scare/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;
}
.floating-wrapper {
    position: fixed;
    right: 0;
    top: 60px;
    z-index: 99;
}
button.float-btn {
    background: none;
    border: none;
    padding: 0;
    max-width: 70px;
    display: block;
    margin: 0;
}
button:hover, a.social-link:hover {
	transform: scale(0.97);
	filter: brightness(1.07);
}

.top-sec {
	background: url("/event/assets/deluxewin/images/light-up-n-scare/top-light-bg.png")no-repeat top center;
	background-size: 100%;
    position: relative;
    padding: 0 0 30px;
    text-align: center;
}
.top-inner {
	background: url("/event/assets/deluxewin/images/light-up-n-scare/top-bg.png")no-repeat center;
	background-size: 100%;
}
.logo {
    max-width: 300px;
    margin: 0 auto;
	padding: 15px 0 0;
}
.deco.lamp-1 {
    left: -10%;
    top: -1%;
    max-width: 8%;
    animation: hanging 2s ease-in-out infinite;
}
.deco.lamp-2 {
    left: 1%;
    top: -1%;
    max-width: 12%;
    animation: hanging 2.2s ease-in-out infinite;
}
.deco.lamp-3 {
    right: 1%;
    top: -1%;
    max-width: 12%;
    animation: hanging 2.1s ease-in-out infinite;
}
.deco.lamp-4 {
    right: -10%;
    top: -1%;
    max-width: 8%;
    animation: hanging 2.3s ease-in-out infinite;
}
.deco.deoc-1 {
    max-width: 11%;
    left: 12%;
    top: 17%;
	animation: float 2.1s ease-in-out infinite;
}
.deco.deoc-2 {
    right: 13%;
    top: 19%;
    max-width: 8%;
	animation: float 2.4s ease-in-out infinite;
}
.deco.deoc-3 {
    left: 19%;
    top: 43%;
    max-width: 8%;
	animation: float 2.2s ease-in-out infinite;
}
.deco.deco-4 {
    right: -4%;
    top: 14%;
    max-width: 11%;
	animation: float 2.3s ease-in-out infinite;
}
.deco.deco-5 {
    left: -2%;
    top: 52%;
    max-width: 13%;
	animation: float 2.4s ease-in-out infinite;
}
@keyframes hanging {
    0% {
        transform: rotate(-3deg);
		transform-origin: top;
    }
    50% {
        transform: rotate(3deg);
		transform-origin: top;
    }
    100% {
        transform: rotate(-3deg);
		transform-origin: top;
    }
}
@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-15px);
    }
    100% {
        transform: translatey(0px);
    }
}
.title-top {
    position: relative;
    margin: -8% auto -2%;
}
.how-wrapper {
    max-width: 1000px;
    margin: 0 auto;
}
.stepbox {
    display: inline-block;
    max-width: 31%;
    margin: 0 0.5%;
	vertical-align: top;
}
ul.nav.nav-event {
    justify-content: center;
	align-items: center;
	padding: 15px 0;
	max-width: 1100px;
	margin: 0 auto;
}
ul.nav.nav-event li.nav-item {
    width: 50%;
}
ul.nav.nav-event li.nav-item a.nav-link {
    padding: 0;
    position: relative;
	filter: grayscale(1);
}
.date-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 1px 7px rgb(0, 0, 0, 0.8);
}
ul.nav.nav-event li.nav-item a.nav-link.active {
	filter: none;
}
.btm-sec {
	position: relative;
	text-align: center;
	padding: 0 0 45px;
}
.leaderboard-top {
    max-width: 920px;
    margin: 0 auto -52px;
    position: relative;
    z-index: 3;
}
.lb-title-wrapper {
    position: relative;
    max-width: 640px;
    margin: -7% auto 0;
}
.deco.slot-title {
    left: 0;
    right: 0;
    top: -68%;
}
.title-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 1px 7px rgb(0, 0, 0, 0.8);
}
.weekly-frame-wrapper {
    background: linear-gradient(180deg, rgba(232, 222, 135, 1) 0%, rgba(122, 83, 40, 1) 100%);
    max-width: 780px;
    margin: 0 auto;
    border-radius: 16px;
    padding: 8px;
    position: relative;
}
.frame-inner {
	background: linear-gradient(180deg, rgba(220,100,36,1) 0%, rgba(246,142,46,1) 100%);
	background-size: 100%;
    position: relative;
    border-radius: 12px;
    padding: 110px 15px 15px;
}
.winner-wrapper {
    position: relative;
}
.winner-info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    position: absolute;
    top: 10%;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}	
.winner-box {
    position: relative;
    display: inline-block;
    max-width: 220px;
    width: 100%;
	background: linear-gradient(180deg, rgba(199,81,11,1) 0%, rgba(241,136,42,1) 100%);
    border-radius: 12px;
    border: 5px solid #dbbb66;
    margin: 25px 10px 30px;
    min-height: 210px;
}
.rank-plate {
    position: absolute;
    left: 0;
    right: 0;
    top: -33%;
    max-width: 75%;
    margin: 0 auto;
}
.winner-info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    position: absolute;
    top: 12%;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
table.table-rank tr td {
    border: 3px solid #edc62f;
    padding: 6px 2px;
    font-size: 17px;
    font-weight: 500;
}
table.table-rank tr.top td {
	font-weight: 700;
	text-transform: uppercase;
}

/** Modal **/
.modal-dialog.terms {
    max-width: 750px;
}
.modal-content.popup {
	background: linear-gradient(180deg, rgba(220, 100, 36, 1) 0%, rgba(246, 142, 46, 1) 100%);
    border: 4px solid #dbbb66;
    border-radius: 10px;
    padding: 15px 15px;
}
button.close-x {
    position: absolute;
    right: 6px;
    top: 6px;
    z-index: 2;
    color: #fff;
}
.rules-title {
	text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
ul.terms {
    padding-left: 17px;
}
.language-wrapper {
    text-align: center;
}
.language-wrapper a {
    display: inline-block;
    max-width: 90px;
    margin: 0 5px;
}


@media(max-width: 991px) {
.floating-wrapper {
    transform: scale(0.8);
    transform-origin: right top;
}		
.logo {
    max-width: 30%;
}
.date-text {
    font-size: 2.7vw;
}	
}

@media(max-width: 767px) {
.lb-title-wrapper {
    max-width: 86%;
}
.title-text {
    font-size: 3.7vw;
}
.deco.slot-title img {
    max-height: 13vw;
}
table.table-rank tr td {
    font-size: 14px;
}	
}

@media(max-width: 480px) {
.logo {
	max-width: 40%;
}	
.floating-wrapper {
    transform: scale(0.7);
    transform-origin: right top;
}	
.top-sec {
	padding: 0;
}
.stepbox {
    max-width: 48%;
}	
table.table-rank tr td {
    border: 2px solid #edc62f;
    font-size: 13px;
}	
ul.nav.nav-event li.nav-item {
    width: 48%;
	margin: 0 1%;
}	
ul.nav.nav-event li.nav-item a.nav-link {
    background: linear-gradient(180deg, rgba(252, 194, 53, 1) 0%, rgba(197, 72, 24, 1) 100%);
    border: 2px solid #ffa733;
    border-radius: 10px;
    padding: 5px 1px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}	
.date-text {
    position: initial;
    font-size: 15px;
}
img.tab-img {
    display: none;
}
.modal-content.popup {
    font-size: 14px;
}	
.language-wrapper a {
    max-width: 65px;
}	
.top-inner {
	background: none;
}	
}










