﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
  font-family: Cubano;
  src: url("../fonts/Cubano.ttf");
}

body { font-family: "Montserrat", sans-serif; line-height:1.2; font-size:15px; color:#fff; background: #ced9df url("/event/assets/eg33/images/check-in-attendance/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: 999;
    right: 4px;
    top: 100px;
    max-width: 80px;
}
.float-btn-wrap {
    position: absolute;
    top: 11px;
    left: -16px;
    max-width: 65px;
}
button.float-btn {
    margin: 2px 0;
    display: block;
	transition: 0.2s;
}
button.float-btn:hover {
	transform: rotate(-15deg) scale(0.98);
	filter: brightness(1.07);
	transition: 0.2s;
}
.top-sec {
	background: url("/event/assets/eg33/images/check-in-attendance/deco-btm.png")no-repeat bottom center;
	background-size: 90%;
	background-position-y: 98%;
	position: relative;
	text-align: center;
	padding: 10px 0 60px;
}
.title-top {
    position: relative;
    max-width: 1150px;
    margin: 0 auto 20px;
}
.title-img {
    position: relative;
    z-index: 2;
}
@keyframes shake {
    0% {
        transform: rotate(-15deg);
    }
    50% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(-15deg);
    }
}
@keyframes float {
    0% {
        transform: translateY(-12px);
    }
    50% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-12px);
    }
}
.deco.man-1 {
    left: 6%;
    top: -5%;
    max-width: 38%;
	animation: float 2s ease-in-out infinite;
}
.deco.man-2 {
    right: 2%;
    top: 0%;
    max-width: 41%;
	animation: float 1.8s ease-in-out infinite;
}
.deco.star-1 {
    left: 5%;
    top: 4%;
    max-width: 9%;
    z-index: -1;
	animation: shake 2.1s ease-in-out infinite;
}
.deco.star-2 {
    right: 2%;
    top: 13%;
    max-width: 8%;
    z-index: -1;
	animation: shake 2s ease-in-out infinite;
}
.deco.star-2 img {
	transform: scaleX(-1);
}
.deco.top-1 {
    left: -9%;
    top: 17%;
    max-width: 33%;
    z-index: -1;
}
.deco.top-2 {
    right: -4%;
    top: 3%;
    max-width: 33%;
    z-index: -1;
}
.deco.sunlight {
    z-index: -1;
    left: 0;
    right: 0;
    top: -6%;
    max-width: 58%;
    margin: 0 auto;
}
.event-wrapper {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
}
.frame-img {
	pointer-events: none;
}
.week-date {
    position: absolute;
    left: 0;
    right: 0;
    top: 18%;
    max-width: 60%;
    margin: 0 auto;
}
.date-text {
    position: absolute;
    left: 12%;
    right: 0;
    top: 38%;
    font-family: 'Cubano';
    font-size: 23px;
    max-width: 57%;
    margin: 0 auto;
    text-shadow: 0 2px 4px rgb(0,0,0,0.6);
}
.date-event-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 44%;
    display: grid;
    grid-template-columns: 19% auto;
    align-items: center;
    max-width: 86%;
    margin: 0 auto;
}
.date-day-wrapper {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 16px;
}
.daybox {
    position: relative;
    display: inline-block;
    border-radius: 10px;
    max-width: 95px;
    margin: 0 auto;
	cursor: pointer;
}
.daybox.checked::after {
    content: '';
    background: url(/event/assets/eg33/images/check-in-attendance/tick.png) no-repeat;
    background-size: 100%;
    width: 75%;
    height: 59px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 27%;
    z-index: 1;
}
.calender-wrap {
    position: relative;
	filter: drop-shadow(0px 1px 5px rgb(0, 0, 0, 0.4));
}
.date-num {
    position: absolute;
    font-family: 'Cubano';
    color: #000;
    left: 0;
    right: 0;
    top: 21%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 58px;
}
.day-btn-wrap {
    background: url(/event/assets/eg33/images/check-in-attendance/day-btn.png) no-repeat;
    background-size: 100% 100%;
    max-width: 95%;
    height: 33px;
    color: #632eac;
    font-family: 'Cubano';
    font-size: 20px;
    font-weight: 700;
    margin: 5px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0 1px 1px #eacfff, 0 -1px 1px #eacfff, 1px 0px 1px #eacfff, -1px 0px 1px #eacfff;
}

/** Modal **/
.modal-dialog.how {
    max-width: 850px;
	top: 4%;
}
.modal-content.how {
	background: url("/event/assets/eg33/images/check-in-attendance/how-popup.png")no-repeat;
	background-size: 100% 100%;
	border: none;
	padding: 0 30px 30px;
	min-height: 290px;
}
button.close-x {
    position: absolute;
    color: #000;
    right: 24px;
    top: 17px;
    z-index: 2;
    font-size: 16px;
    font-weight: 700;
}
.how-title {
    text-align: center;
    margin: -30px auto 15px;
}
.how-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
	margin-top: -20px;
}
.stepbox {
    position: relative;
    display: inline-block;
    max-width: 247px;
    margin: 5px auto;
}
.step-info {
    position: absolute;
    left: 0;
    right: 0;
    top: 69%;
    text-align: center;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 70%;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.table-responsive.table-top {
	border-bottom: 1px solid #6e55cc;
	border-radius: 10px;
	position: relative;
	z-index: 1;
}
table.table-title tr td {
	font-family: 'Cubano';
    background: #4a32a6;
    font-size: 16px;
    text-transform: uppercase;
    padding: 6px 4px;
    text-align: center;
}
.table-btm {
	max-width: 98%;
	margin: -3px auto 0;
}
table.table-reward tr td {
	font-family: 'Cubano';
    background: #6f7fef;
    border: 2px solid #5129eb;
    text-align: center;
    padding: 11px 4px;
    text-transform: uppercase;
    font-size: 15px;
	color: #d7dcff;
}
.modal-content.terms {
	background: url("/event/assets/eg33/images/check-in-attendance/tnc-popup.png")no-repeat;
	background-size: 100% 100%;
	border: none;
	padding: 0 30px 30px;
	color: #2e120c;
}
ul.terms {
    padding-left: 17px;
    font-weight: 700;
}
.modal-content.language {
    background: url(/event/assets/eg33/images/check-in-attendance/how-popup.png) no-repeat;
    background-size: 100% 100%;
    border: none;
    padding: 15px 20px 30px;
}
.title-1 {
    font-size: 26px;
    font-family: 'Cubano';
    text-align: center;
    color: #2e120c;
    margin-bottom: 10px;
}
.lang-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    max-width: 70%;
    margin: 0 auto;
}

@media(max-width: 1180px) {
.date-text {
    font-size: 2vw;
}
.daybox {
    max-width: 95%;
}
.date-num {
    font-size: 5vw;
}
.day-btn-wrap {
    font-size: 1.7vw;
}
.date-day-wrapper {
    grid-gap: 1%;
}	
.daybox.checked::after {
    height: 4.9vw;
}	
.day-btn-wrap {
    font-size: 1.7vw;
    height: 2.89vw;
}	
}

@media(max-width: 1080px) {
.floating-wrapper {
    transform: scale(0.8);
    transform-origin: right bottom;
}	
}

@media(max-width: 991px) {
.floating-wrapper {
    transform: scale(0.65);
    transform-origin: right bottom;
}	
}

@media(max-width: 767px) {
.logo {
    max-width: 26%;
    margin: 0 auto;
}	
.floating-wrapper {
	top: unset;
	bottom: 50px;
    transform: scale(0.5);
}
.modal-content.how, .modal-content.terms, .modal-content.language {
    background: linear-gradient(180deg, rgba(231, 212, 255, 1) 0%, rgba(172, 184, 245, 1) 25%, rgba(169, 181, 242, 1) 100%);
    border: 1px solid #fff;
    border-radius: 15px;
    border-bottom: 4px solid #929cd1;
}	
.modal-content.how {
    padding: 0 15px 20px;
}
button.close-x {
    right: 9px;
    top: 5px;
    font-size: 15px;
}	
.how-wrapper {
    display: block;
    text-align: center;
}	
.stepbox {
    width: 49%;
}	
}

@media(max-width: 580px) {	
.event-wrapper {
    background: #ebf4ff;
    border: 5px solid #98c2fb;
    border-radius: 10px;
    box-shadow: inset 0 0 7px #8787dc;
    padding: 15px 10px;
}	
.week-date {
    position: relative;
}	
.date-event-wrapper {
	position: relative;
	grid-template-columns: auto;
	max-width: 100%;
}
.date-num {
    font-size: 12vw;
}	
.checkin-img {
    max-width: 200px;
    margin: 0 auto 10px;
}	
.daybox.checked::after {
    height: 13vw;
}	
.day-btn-wrap {
    font-size: 4vw;
    height: 6vw;
}	
.date-day-wrapper {
    display: block;
}
.daybox {
    width: 23%;
	margin: 5px 0.5%;
}	
img.frame-img {
    display: none;
}	
.week-date {
    max-width: 100%;
}	
.date-text {
    font-size: 3.1vw;
}	
.step-info {
    height: 9vw;
    font-size: 2.5vw;
    top: 70%;
}
table.table-title tr td {
    font-size: 14px;
}
table.table-reward tr td {
    font-size: 13px;
}
.modal-content.terms {
	padding: 0 15px 15px;
	font-size: 14px;
}	
.how-title {
    margin: -5% auto 10px;
}	
}

@media(max-width: 480px) {
.top-sec {
	padding: 5px 0 45px;
}
.floating-wrapper {
	bottom: 30px;
    transform: scale(0.45);
}	
.checkin-img {
    max-width: 44%;
}	
}

































