@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body { font-family: "Barlow", sans-serif; line-height:1.2; font-size:15px; color:#fff; background: #070411 url("/event/assets/deluxewin/images/festival-of-wins/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;
    z-index: 99;
    right: 2px;
    top: 100px;
	width: 100%;
    max-width: 58px;
	text-align: center;
}
button.float-btn {
    display: block;
    margin: 4px 0;
}
button.float-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.08);
}
.dropdown-menu.language {
    min-width: 180px;
    background: none;
    border: none;
    width: 100%;
    padding: 0;
    margin: 0;
}
a.float-item {
    display: inline-block;
    max-width: 54px;
	margin: 0 1px;
}
a.float-item:hover {
	filter: brightness(1.07);
	transform: scale(1.03);
}
.top-sec {
	background: url("/event/assets/deluxewin/images/festival-of-wins/top-bg.png")no-repeat top center;
	background-size: 100%;
	position: relative;
	text-align: center;
	padding: 10px 0 30px;
}
.logo {
    max-width: 30%;
    margin: 0px auto -3%;
}
.title-top {
    position: relative;
    max-width: 711px;
    margin: 0 auto;
}
.deco.top-deco-1 {
    left: -4%;
    top: 47%;
    max-width: 14%;
	animation: float 2.2s ease-in-out infinite;
}
.deco.top-deco-2 {
    right: 6%;
    top: 13%;
    max-width: 16%;
	animation: float 2s ease-in-out infinite;
}
@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-13px);
    }
    100% {
        transform: translatey(0px);
    }
}
.date-title {
    position: relative;
    max-width: 412px;
    margin: 0 auto 30px;
}
.date-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffea64;
    font-weight: 600;
    font-size: 30px;
    padding-bottom: 2%;
    text-transform: uppercase;
    text-shadow: 2px 3px 4px rgb(0, 0, 0, 0.8);
}
.how-wrapper {
    padding-bottom: 15px;
}
.stepbox {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 31%;
    margin: 1% 0.5%;
}
ul.nav.nav-event {
    justify-content: center;
	padding-bottom: 25px;
}
ul.nav.nav-event li.nav-item {
    max-width: 31%;
    margin: 5px 1%;
}
ul.nav.nav-event li.nav-item a.nav-link {
	padding: 0;
	filter: grayscale(0.8);
}
ul.nav.nav-event li.nav-item a.nav-link.active {
	filter: drop-shadow(0 0 4px #ff29fc) drop-shadow(0 0 8px #ff29fc);
}
.winner-box {
    position: relative;
    max-width: 360px;
    display: inline-block;
    margin: 5px 5px;
    vertical-align: top;
}
.winfo {
    position: absolute;
    left: 32%;
    right: 5%;
    top: 4%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 22px;
    font-weight: 600;
}
.wtext-1 {
    color: #fff600;
}
.wtext-2 {
    text-transform: uppercase;
}
.rank-table-frame {
    position: relative;
    max-width: 650px;
    margin: 0 auto;
}
.table-responsive.other-winner-wrapper {
	position: relative;
	z-index: 1;
    max-width: 650px;
    margin: 15px auto;
    background: linear-gradient(180deg, rgba(75, 16, 156, 1) 0%, rgba(64, 14, 102, 1) 100%);
    border-radius: 12px;
    border: 4px solid #958151;
    padding: 10px;
}
table.winner-table tr th {
    background: #1e0a49;
    color: #ffee74;
    font-size: 18px;
    padding: 5px 2px;
    text-transform: uppercase;
}
table.winner-table tr td {
	font-size: 18px;
	font-weight: 600;
    padding: 6px 2px;
}
.deco.btm-deco-1 {
    left: -44%;
    max-width: 59%;
    bottom: 0;
}
.deco.btm-deco-2 {
    right: -48%;
    bottom: 0;
    max-width: 53%;
}
/** Modal **/
.modal-dialog.popup {
	max-width: 700px;
}
.modal-content.popup {
	background: linear-gradient(180deg, rgba(75, 16, 156, 1) 0%, rgba(64, 14, 102, 1) 100%);
    border-radius: 12px;
    border: 3px solid #958151;
	color: #fff;
	padding: 15px 25px 20px;
}
button.close-x {
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 2;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.popup-title {
    font-size: 24px;
    font-weight: 700;
    color: #ffe758;
    text-shadow: 1px 2px 4px rgb(0, 0, 0, 0.8);
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
}
ul.terms {
    padding-left: 17px;
}

@media(max-width: 767px) {
.floating-wrapper {
	top: 50px;
	transform: scale(0.85);
	transform-origin: right top;
}	
.logo {
    max-width: 35%;
}
	
}

@media(max-width: 480px) {
.floating-wrapper {
	transform: scale(0.7);
	transform-origin: right top;
}
.date-title {
    max-width: 80%;
}
.date-text {
    font-size: 6vw;
}	
.how-title {
    max-width: 86%;
    margin: 0 auto;
}	
.stepbox {
    max-width: 48%;
}	
ul.nav.nav-event li.nav-item {
    max-width: 46%;
    margin: 5px 1%;
}	
ul.nav.nav-event li.nav-item a.nav-link.active {
    filter: drop-shadow(0 0 2px #ff29fc) drop-shadow(0 0 5px #ff29fc);
}	
table.winner-table tr th {
    font-size: 15px;
}
table.winner-table tr td {
    font-size: 15px;
}	
.modal-content.popup {
    border: 2px solid #958151;
    padding: 15px 15px 20px;
    font-size: 14px;
}
.popup-title {
    font-size: 20px;
}
}





