/*************** CSS for Desktop ***************/
@keyframes pulse_old {
	0% {
		transform: scale(0.95);
	}

	70% {
		transform: scale(1);
	}

	100% {
		transform: scale(0.95);
	}
}
@-webkit-keyframes pulse {
    0% {
        transform: scale(1.05);
        -webkit-filter: brightness(1.6);
        filter: brightness(1.6);
    }

    50% {
        transform: scale(1);
        -webkit-filter: brightness(1);
        filter: brightness(1);
    }

    100% {
        transform: scale(1.05);
        -webkit-filter: brightness(1.6);
        filter: brightness(1.6);
    }
}
@-webkit-keyframes blink {
    0% {
        filter: hue-rotate(180deg);
        -webkit-filter: brightness(1.6);
        filter: brightness(1.6);
    }

    50% {
        filter: none;
        -webkit-filter: brightness(1);
        filter: brightness(1);
    }

    100% {
        filter: hue-rotate(180deg);
        -webkit-filter: brightness(1.6);
        filter: brightness(1.6);
    }
}
@keyframes swing { 
    20% { transform: translate(55%, 55%) rotate(30deg); } 
    40% { transform: translate(55%, 55%) rotate(-20deg); } 
    60% { transform: translate(55%, 55%) rotate(10deg); } 
    80% { transform: translate(55%, 55%) rotate(-10deg); } 
    100% { transform: translate(55%, 55%) rotate(0deg); } 
}
.pulse {
	transform: scale(1);
	animation: pulse .5s linear infinite;
}
.blink {
    filter: none;
	animation: blink .5s linear infinite;
}
.swing {
	transform: rotate(0deg);
	animation: swing .3s linear infinite;
}
html, body {
    background-color: #061d16 !important;
}
#main, #wrapper {
    background-color: transparent !important;
}
html, body, #main, #wrapper, .j-section {
    height: 100%;
}
body, #main, #wrapper, .j-section {
    overflow: hidden;
}
.j-section {
    max-width: 85%;
    margin: 0 auto;
    padding-top: 3% !important;
    position: relative;
}
.j-section .section-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
body {
    background-image: url(../img/bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.col-inner>.img:not(:last-child), .col>.img:not(:last-child), blockquote, dl, figure, form, ol, p, pre, ul {
    margin-bottom: 5px;
}
.j-video {
    width: 100%;
    height: 100%;
    position: fixed;
}
.j-show-form {
	cursor: pointer;
}
.j-event {
    position: relative;
}
.j-label {
    width: 20%;
    position: absolute;
    top: 17%;
    left: 3%;
}
.j-label::after {
    content: "";
    display: block;
    background-image: url(../img/caongay.gif);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 94%;
    filter: none;
	animation: blink .5s linear infinite;
    position: absolute;
}
.j-coin {
    display: block;
    width: 18%;
    position: absolute;
    z-index: 99;
    transform: translate(55%, 55%);
}
.j-coin::before {
    content: "";
    display: block;
    background-image: url(../img/coin.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 100%;
    position: absolute;
    /* top: 50%;
    left: 50%; */
    transform: translate(-50%, -50%);
}
/* .j-coin.swing {} */
.j-eventInner {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 78%;
    height: 65%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    cursor: none;
}
.j-ev {
    width: 33.333333%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.6em;
    font-weight: bold;
    position: relative;
    color: transparent;
}
.j-ev::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(../img/nap.webp);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
}
.j-ev-1 {
    color: #00ff3c;
}
.j-ev-2 {
    color: #00f0ff;
}
.j-ev-3 {
    color: #ff00f0;
}
.j-ev.active {
}
.j-ev.active::after {
    display: none;
}
.ux-lottie {
    position: absolute;
    bottom: 0;
    height: auto !important;
}
.ux-lottie__player {
    width: 90%;
    margin: 0 auto;
}
/*************** CSS for landscape Desktop ***************/
@media (max-width: 1550px) and (orientation: landscape) {
    .j-section {
        max-width: 80%;
        padding-top: 1% !important;
    }
}
/*************** CSS for Tablet ***************/
@media (max-width: 1023px) {
    html, body, #main, #wrapper, .j-section {
        height: 100dvh;
        min-height: auto !important;
    }
    .j-section {
        max-width: 70%;
    }
    .j-ev {
        font-size: 1.6em;
    }
}
@media (min-width: 750px) and (orientation: portrait) {
    .j-section {
        min-height: 0 !important;
        max-width: 65%;
    }
    .col {
        flex-basis: 100%;
        max-width: 100%;
    }
    .hide-for-small, [data-show=hide-for-small] {
        display: none !important;
    }
    .show-for-small, [data-show=show-for-small] {
        display: block !important;
    }
}

/*************** CSS for mobile ***************/
@media (max-width: 549px) {
    body {
        background-image: url(../img/bg-mb.webp);
    }
    .j-section {
        max-width: 100%;
    }
}

/*************** CSS for mobile ***************/
@media (max-width: 390px) {

}