@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: #000 url("/event/assets/images/merry-check-in-carnival/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.07);
}
.t-body {
	overflow: hidden;
}
.deco {
	position: absolute;
}
.max-container {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}
.music-wrapper {
    position: fixed;
    z-index: 99;
    right: 0;
    bottom: 50px;
    opacity: 1;
    transition: 0.3s;
    overflow: hidden;
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 10px 0 0 10px;
}
.music-wrapper audio {
    position: absolute;
    left: -6px;
    top: -7px;
}
audio:focus {
	outline: none;
}
.floating-wrapper {
    position: fixed;
    z-index: 99;
    right: 2px;
    top: 100px;
	width: 100%;
    max-width: 65px;
	text-align: center;
}
button.float-btn {
    display: block;
    margin: 8px 0;
}
button.float-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.08);
}
.dropdown-menu.language {
    min-width: 185px;
    background: none;
    border: none;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-top: 3px;
}
a.float-item {
    display: inline-block;
    max-width: 57px;
}
a.float-item:hover {
	filter: brightness(1.07);
	transform: scale(1.03);
}
button.home-btn {
    position: absolute;
    z-index: 9;
    left: 5px;
    top: 0;
    max-width: 58px;
}
.top-sec {
    position: relative;
    text-align: center;
    padding: 10px 0 45px;
}
.logo {
    max-width: 350px;
    margin: 0 auto 10px;
}
.title-top {
    position: relative;
	max-width: 829px;
	margin: 0 auto 10px;
}
.date-wrap {
    position: relative;
    max-width: 435px;
    margin: 0 auto 30px;
}
.date-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2%;
    font-size: 27px;
    font-weight: 700;
    text-transform: uppercase;
}
.stepbox {
    display: inline-block;
    vertical-align: top;
    margin: 5px 15px;
}
.daybox {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 230px;
    margin: 8px 0.5%;
    pointer-events: none;
    width: 23%;
}
.day-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
    font-size: 27px;
    font-weight: 800;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #ea0900, -1px -1px 1px #ea0900, 0 0 2px #ea0900;
}
.prize-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 69%;
    font-size: 30px;
    font-weight: 900;
    background: linear-gradient(0deg, rgba(183, 1, 41, 1) 0%, rgba(237, 46, 74, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0px 0px 2px #fff) drop-shadow(0px 0px 0px #fff) drop-shadow(-1px -1px 0px #fff) drop-shadow(1px 2px 0px #fff);
}
button.claim-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3%;
    max-width: 67%;
    margin: 0 auto;
}
.daybox.claimed::after {
    content: '';
    background: url(/event/assets/images/merry-check-in-carnival/tick.png) no-repeat;
    background-size: 100%;
    width: 61%;
    height: 41%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
}
.daybox.missed {
	filter: grayscale(0.8);
}
.daybox.active {
	pointer-events: auto;
}
.daybox.active button.claim-btn {
	animation: glowing 1.7s ease-in-out infinite;
}
@keyframes glowing {
    0% {
        filter: drop-shadow(0 0 2px #ffec5f) brightness(1);
		transform: scale(1);
    }
    50% {
        filter: drop-shadow(0 0 8px #ffec5f) brightness(1.07);
		transform: scale(1.04);
    }
    100% {
        filter: drop-shadow(0 0 2px #ffec5f) brightness(1);
		transform: scale(1)
    }
}
.btn-wrap {
    padding: 15px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
button.comm-btn {
	display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 5px 15px;
    color: #fff;
}
.btn-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 13%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

/** Modal **/
.modal-dialog.popup {
    max-width: 700px;
}
.modal-content.popup {
    background: linear-gradient(0deg, rgba(122, 27, 33, 1) 0%, rgba(196, 26, 27, 1) 100%);
    box-shadow: inset 0 0 12px 16px #a31015;
    border: 2px solid #f2c869;
    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;
}

@media(max-width: 991px) {
.day-text {
    font-size: 2.7vw;
}
.prize-text {
    font-size: 3.2vw;
}	
}

@media(max-width: 767px) {
.floating-wrapper {
    transform: scale(0.8);
    transform-origin: right top;
}	
}

@media(max-width: 620px) {
.btn-text {
    font-size: 3.2vw;
}
}

@media(max-width: 480px) {
.logo {
    max-width: 50%;
}	
.floating-wrapper {
	top: 30px;
	transform: scale(0.65);
	transform-origin: right top;
}	
.how-title {
    max-width: 90%;
    margin: 0 auto;
}	
.date-wrap {
    max-width: 90%;
}	
.date-text {
    font-size: 5.3vw;
}
.stepbox {
    max-width: 80%;
}	
.modal-content.popup {
    padding: 15px 15px;
    font-size: 14px;
}	
.popup-title {
    font-size: 18px;
}
}













