@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?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: #02010a url("/event/assets/deluxewin/images/daily-checkin-deal/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;
	pointer-events: none;
}
.max-container {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}
.top-sec {
	position: relative;
	text-align: center;
	padding: 0 0 60px;
}
button.home-btn {
    position: absolute;
    left: 0;
    top: 0;
	z-index: 9;
}
.logo {
	padding-top: 5px;
}
.event-wrapper {
    position: relative;
    max-width: 983px;
    margin: 100px auto 0;
	z-index: 3;
}
.float-btn-wrap {
    position: absolute;
    right: 3%;
    top: 6%;
    max-width: 80px;
}
button.float-btn {
    display: block;
}
button.float-btn:hover, button.home-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.07);
}
.deco.coin-1 {
    left: 2%;
    top: 9%;
    max-width: 11%;
	animation: float 2.3s ease-in-out infinite;
}
.deco.coin-2 {
    right: 4%;
    top: 43%;
    max-width: 8%;
	animation: float 2.2s ease-in-out infinite;
}
@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-13px);
    }
    100% {
        transform: translatey(0px);
    }
}
.frame-img {
    pointer-events: none;
}
.checkin-title {
    position: absolute;
    left: 0;
    right: 0;
    top: -10%;
    max-width: 55%;
    margin: 0 auto;
}
.calendar-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 10%;
    max-width: 78%;
    margin: 0 auto;
}
.daybox {
    display: inline-block;
    position: relative;
    vertical-align: top;
    max-width: 22%;
    margin: 1.5% 1%;
}
.daytext {
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
	z-index: 1;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 900;
    text-shadow: -1px -1px 0 #8b1fff, 1px -1px 0 #8b1fff, -1px 1px 0 #8b1fff, 1px 1px 0 #8b1fff, -2px 0px 0 #8b1fff, 2px 0px 0 #8b1fff, 0px -2px 0 #8b1fff, 0px 2px 0 #8b1fff;
}
.reward-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 39%;
}
.prize-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 77%;
    color: #8320ff;
    font-weight: 700;
    font-size: 17px;
	z-index: 1;
}
button.claim-btn {
    background: url(/event/assets/deluxewin/images/daily-checkin-deal/claim-btn.png) no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 119px;
    height: 33px;
    margin: 0 auto;
    position: absolute;
	z-index: 2;
    top: 88%;
    left: 0;
    right: 0;
    font-size: 15px;
    font-weight: 700;
    color: #ffec5f;
    text-transform: uppercase;
	pointer-events: none;
}
.daybox.active button.claim-btn:hover, button.comm-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.07);
}
.daybox.claimed::after {
    content: '';
    background: url(/event/assets/deluxewin/images/daily-checkin-deal/tick.png) no-repeat;
    background-size: 100%;
    width: 60px;
    height: 62px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 42%;
}
.daybox.missed::after {
    content: '';
    background: url("/event/assets/deluxewin/images/daily-checkin-deal/en/missed-en.png") no-repeat;
    background-size: 100%;
    width: 159px;
    height: 48px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 46%;
}
.daybox.missed img, .daybox.missed .daytext {
	filter: grayscale(1);
}
.daybox.claimed img, .daybox.claimed .daytext {
    filter: hue-rotate(-32deg) saturate(0.9);
}
.daybox.missed button.claim-btn {
	filter: grayscale(1);
	pointer-events: none;
}
.daybox.active button.claim-btn { 
	pointer-events: all;
	animation: glowing 2s ease-in-out infinite;
}
@keyframes glowing {
    0% {
        filter: drop-shadow(0 0 2px #ffec5f) brightness(1);
    }
    50% {
        filter: drop-shadow(0 0 8px #ffec5f) brightness(1.07);
    }
    100% {
        filter: drop-shadow(0 0 2px #ffec5f) brightness(1);
    }
}
.remark-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 84%;
    background: rgb(48, 26, 142, 0.6);
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 15px;
    max-width: max-content;
    margin: 0 auto;
    border-radius: 30px;
}
.btm-wrap {
    position: relative;
    max-width: 983px;
    margin: -1% auto 0;
}
.deco.arrow-1 {
    left: 6%;
    top: -52%;
    max-width: 15%;
	animation: move1 1.2s ease-in-out reverse infinite;
}
.deco.arrow-2 {
    right: 6%;
    top: -52%;
    max-width: 15%;
	animation: move2 1.2s ease-in-out infinite;
}
@keyframes move1 {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(7px);
    }
    100% {
        transform: translateX(0px);
    }
}
@keyframes move2 {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(-7px);
    }
    100% {
        transform: translateX(0px);
    }
}
button.comm-btn {
    margin: 0 1%;
    max-width: 26%;
}

/** Modal **/
.modal-dialog.popup {
    max-width: 700px;
}
.modal-content.popup {
    background: linear-gradient(180deg, rgba(94, 24, 163, 1) 0%, rgba(60, 34, 144, 1) 100%);
    border: 1px solid #e674ff;
    border-radius: 12px;
    padding: 15px 20px;
}
button.close-x {
    position: absolute;
    z-index: 2;
    right: 7px;
    top: 7px;
    color: #fff;
}
.popup-title {
    text-align: center;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 20px;
    color: #ffe54c;
    text-transform: uppercase;
}
ul.terms {
	padding-left: 17px;
}
ul.example {
    list-style-type: none;
    padding: 0;
}
ul.example li {
    padding: 3px 0;
}
.language-wrapper {
    text-align: center;
	padding: 10px 0;
}
button.lang-btn {
	max-width: 90px;
	margin: 2px;
}

@media(max-width: 991px) {
.logo {
    max-width: 36%;
    margin: 0 auto;
}
button.home-btn {
    max-width: 65px;
}
.daytext {
    font-size: 1.8vw;
}
.prize-text {
    font-size: 1.7vw;
}	
.daybox.claimed::after {
    width: 6vw;
    height: 6.5vw;
}
.daybox.missed::after {
    width: 15vw;
    height: 5vw;
}
button.claim-btn {
    width: 72%;
    height: 3.5vw;
    font-size: 1.5vw;
}
.reward-img {
    max-width: 63%;
    margin: 0 auto;
}	
.remark-wrap {
    font-size: 1.6vw;
}	
.float-btn-wrap {
    max-width: 8%;
}	
}

@media(max-width: 480px) {
.top-sec {
	padding: 0 0 30px;
    min-height: 98vh;
}	
button.home-btn {
    max-width: 11%;
    left: 4px;
}	
.event-wrapper {
	margin: 8% auto 0;
    background: linear-gradient(180deg, rgba(94, 24, 163, 1) 0%, rgba(60, 34, 144, 1) 100%);
    border: 1px solid #ffeae8;
    border-radius: 10px;
    box-shadow: inset 0 0 3px rgb(0, 0, 0, 0.7);
	padding-bottom: 10px;
}	
.checkin-title {
    position: initial;
    max-width: 65%;
    margin: -7% auto 2%;
}
.calendar-wrapper {
	position: initial;
    max-width: 98%;
    margin: 0 auto;
}	
.remark-wrap {
	position: initial;
	font-size: 2.1vw;
	margin: 10px auto 0;
}	
.deco.coin-1, .deco.coin-2 {
	display: none;
}
.frame-img {
	display: none;
}	
.float-btn-wrap {
	right: 0%;
	max-width: 10%;
	position: fixed;
}
.daytext {
	font-size: 2.2vw;
}	
.prize-text {
	font-size: 2vw;
}
button.claim-btn {
	height: 4.4vw;
	font-size: 2vw;
}	
.daybox.missed::after {
	width: 16vw;
	height: 5vw;
	top: 47%;
}	
.modal-content.popup {
    font-size: 14px;
    padding: 15px 15px;
}	
.popup-title {
    font-size: 16px;
}
button.lang-btn {
    max-width: 24%;
}	
.btm-wrap {
    margin: 3% auto 0;
}
.deco.arrow-1 {
    left: 1%;
}
.deco.arrow-2 {
    right: 1%;
}
button.comm-btn {
    max-width: 29%;
}	
	
}










