@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: #000114 url("../images/reward/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;
}

.music-wrapper {
    position: fixed;
    z-index: 99;
    right: 0;
    bottom: 100px;
    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: 999;
    right: 3px;
    top: 100px;
    max-width: 55px;
}

button.float-btn {
    display: block;
    margin: 10% 0;
}

button.float-btn:hover {
    transform: scale(0.98);
    filter: brightness(1.08);
}

.dropdown-menu.language {
    min-width: 135px;
    background: none;
    border: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

a.float-item {
    display: inline-block;
    max-width: 40px;
    margin: 5% auto;
}

a.float-item:hover {
    filter: brightness(1.07);
    transform: scale(1.03);
}

.deco.blink-top {
    top: 0;
    left: 0;
    right: 0;
    mix-blend-mode: screen;
    pointer-events: none;
}

.deco.blink-top img {
    width: 100%;
}

.top-sec {
    position: relative;
    text-align: center;
    padding: 10px 0 45px;
}

.logo {
    position: relative;
    z-index: 2;
    max-width: 40%;
    margin: 0 auto -8%;
}

.title-top {
    position: relative;
    max-width: 1015px;
    margin: 100px auto 15px;
}

.date-event {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4.5%;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
}

.subtitle-wrap {
    font-size: 26px;
    max-width: 870px;
    margin: 0 auto 10px;
}

.subtext-1 {
    color: #fef329;
    font-size: 145%;
    font-weight: 700;
    margin-bottom: 10px;
}

.subtext-2 {
    color: #62009d;
}

.depo-box {
    position: relative;
    max-width: 430px;
    margin: 0 auto;
}

.depo-text {
    position: absolute;
    left: 17%;
    right: 5%;
    top: 15%;
    font-size: 38px;
    font-weight: 700;
}

.deco.ribbon-1 {
    left: -4%;
    bottom: 4%;
    max-width: 14%;
    animation: float 2s ease-in-out infinite;
}

.deco.ribbon-2 {
    right: -4%;
    bottom: 2%;
    max-width: 14%;
    animation: float 2.2s ease-in-out infinite;
}

.event-wrapper {
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.reward-box {
    position: relative;
    display: inline-block;
    max-width: 220px;
    margin: 10px 5px 30px;
}

.daybox {
    background: #ffffff;
    border: 2px solid #a357f7;
    border-radius: 40px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px;
    max-width: 135px;
    margin: 0 auto 50px;
    color: #a357f7;
}

.reward-inner {
    position: relative;
    margin: 0 auto 3px;
}

.rwimg {
    position: absolute;
    left: 0;
    right: 0;
    top: -20%;
}

.daily-depo {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 7%;
    color: #fcf042;
    font-size: 28px;
    font-weight: 700;
    font-style: italic;
    font-family: 'Roboto';
    font-family: "KaiTi", "楷体", "楷体_GB2312", "STKaiti", "Kaiti SC", serif;
}

.add-depo {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25%;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.no-depo {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15%;
    color: #fcf042;
    font-size: 28px;
    font-weight: 700;
    font-style: italic;
}

button.claim-btn {
    background: url(../images/reward/claim-btn.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    max-width: 220px;
    height: 50px;
    margin: 0 auto;
    font-size: 19px;
    font-weight: 500;
    padding-bottom: 1%;
    /* filter: grayscale(1); */
    color: #fff;
}

.reward-box.active button.claim-btn {
    /* filter: grayscale(0); */
    /* animation: glowing 1.6s ease-in-out infinite; */
}

.reward-box.active button.claim-btn:hover {
    transform: scale(0.98);
    filter: brightness(1.07);
}

.reward-box.today .reward-inner {
    /* animation: glowing 1.6s ease-in-out infinite; */
}

@keyframes glowing {
    0% {
        filter: drop-shadow(0 0 1px #ffe900) drop-shadow(0 0 5px #ffe900);
    }

    50% {
        filter: drop-shadow(0 0 5px #ffe900) drop-shadow(0 0 10px #ffe900);
    }

    100% {
        filter: drop-shadow(0 0 1px #ffe900) drop-shadow(0 0 5px #ffe900);
    }
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-13px);
    }

    100% {
        transform: translatey(0px);
    }
}

.modal-dialog.terms {
    top: 25px;
    max-width: 750px;
}

.modal-content.terms {
    background: #ffffff;
    border: 2px solid #62009d;
    border-radius: 15px;
    padding: 0 15px 15px;
}

button.close-x {
    position: absolute;
    right: 10px;
    top: 8px;
    z-index: 2;
    color: #640099;
}

.title-rules {
    max-width: 419px;
    text-align: center;
    margin: -40px auto 15px;
    position: relative;
}

.rules-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 6%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #62009d;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}

ul.terms {
    padding-left: 17px;
    color: #27033d;
}

.example-wrapper {
    text-align: center;
}

@media(max-width: 991px) {
    .floating-wrapper {
        transform: scale(0.8);
        transform-origin: right top;
    }

    .music-wrapper {
        transform: scale(0.8);
        transform-origin: right bottom;
    }

    .date-event {
        font-size: 3.1vw;
    }
}

@media(max-width: 767px) {
    .subtitle-wrap {
        font-size: 20px;
    }
}


@media(max-width: 480px) {
    .music-wrapper {
        transform: scale(0.7);
        transform-origin: right bottom;
    }

    .floating-wrapper {
        transform: scale(0.65);
        transform-origin: right top;
    }

    .logo {
        max-width: 60%;
    }

    .depo-box {
        max-width: 80%;
    }

    .subtitle-wrap {
        font-size: 15px;
    }

    .depo-text {
        font-size: 7vw;
    }

    .event-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding-top: 0px;
        gap: 10px;
    }

    .reward-box {
        margin: 10px 5px 15px;
    }

    .daily-depo {
        font-size: 6vw;
    }

    .daybox {
        font-size: 16px;
        margin: 0 auto 35px;
    }

    button.claim-btn {
        font-size: 4vw;
        height: 11vw;
    }

    .reward-box.claimed .reward-inner::after {
        width: 8vw;
        height: 8vw;
    }

    .rwimg img {
        max-height: 29.7vw;
    }

    .modal-content.terms {
        font-size: 14px;
    }

    .title-rules {
        max-width: 350px;
        margin: -30px auto 15px;
    }

    .rules-text {
        font-size: 22px;
    }

    .example-wrapper {
        line-height: 1.3;
    }

    .title-top {
        margin: 50px auto 15px;
    }

    .add-depo {
        font-size: 15px;
    }

}

@media(max-width: 380px) {
    .no-depo {
        bottom: 10%;
    }
}