@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";

.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal
}

.roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal
}

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal
}

.roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal
}

.roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal
}

.roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal
}

.roboto-thin-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic
}

.roboto-light-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic
}

.roboto-regular-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic
}

.roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic
}

.roboto-bold-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic
}

.roboto-black-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic
}

body {
    width: 100%;
    background: #000
}

* {
    margin: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    scroll-behavior: smooth
}

.row {
    display: flex
}

.col {
    display: flex;
    flex-direction: column
}

body {
    width: 100%;
    min-height: 100vh;
    background-image: url(../Images/bg_1.png);
    background-size: cover;
    background-position: top center
}

.container {
    width: 90%;
    padding: 15px 0;
    max-width: 1240px;
    margin: 0 auto;
    z-index: 4
}

.widget_row {
    width: 100%;
    justify-content: space-between;
    align-items: flex-start
}

.widget_row .widget_block {
    width: 2.2rem
}

.widget_row .widget_block img {
    width: 100%
}

.widget_row .logo {
    width: 30%;
    max-width: 180px;
    padding-top: 25px
}

.widget_row .logo img {
    width: 100%
}

p {
    color: #fff;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-size: 14px
}

.wrap {
    width: 100%;
    padding: 15px 0;
    gap: 15px;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin: auto
}

.wrap .title {
    width: 95%;
    max-width: 540px
}

.wrap .title img {
    width: 100%
}

.wrap .trophy_section {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    min-height: 47vh;
    gap: 40px
}

.wrap .trophy_section .trophy {
    width: 45%;
    max-width: 280px
}

.wrap .trophy_section .jackpot_block {
    position: absolute;
    justify-content: center;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    gap: 8px;
    color: #fff
}

.wrap .trophy_section .jackpot_block .jackpot_con {
    width: 100%;
    position: relative
}

.wrap .trophy_section .jackpot_block .jackpot_con .bg {
    width: 100%
}

.wrap .trophy_section .jackpot_block .jackpot_con .prize {
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.wrap .trophy_section .jackpot_block img {
    width: 100%
}

.wrap .trophy_section .jackpot_block span {
    font-size: 13px;
    letter-spacing: .4px
}

.wrap .trophy_section .jackpot_block .turnover_block_wrap {
    width: 90%;
    padding: 1px;
    background: linear-gradient(0deg, #f0e0c7, #2c1b0c, #cfb291);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .7)
}

.wrap .trophy_section .jackpot_block .turnover_block {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    background: #0e0e0e
}

.wrap .trophy_section .jackpot_block .turnover_block .title {
    background-image: url(../Images/jackpot/turn_bg.png);
    background-size: cover;
    padding: 9px 20px;
    color: #000;
    font-weight: 600;
    width: -moz-fit-content;
    width: fit-content;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .4px
}

.wrap .trophy_section .jackpot_block .turnover_block .turnover_desc {
    font-weight: 500;
    font-size: 17px;
    padding: 0 10px;
    flex: 1;
    color: #fff;
    text-align: right
}

.wrap .trophy_section .left_top {
    width: 70%;
    max-width: 270px;
    top: 5%;
    left: 10%
}

.wrap .trophy_section .left_top .jackpot_con {
    width: 100%;
    animation: shadow 4s ease-out infinite
}

.wrap .trophy_section .right_top {
    width: 70%;
    max-width: 270px;
    top: 5%;
    right: 10%
}

.wrap .trophy_section .right_top .jackpot_con {
    width: 100%;
    animation: shadow 4s ease-out infinite
}

.wrap .trophy_section .middle_bottom {
    width: 95%;
    max-width: 360px;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%)
}

.wrap .trophy_section .middle_bottom .jackpot_con {
    width: 100%;
    animation: shockwaveJump 2s ease-out infinite
}

.wrap .countdown_row {
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 1%;
    flex-wrap: wrap;
    margin-bottom: 145px
}

.wrap .countdown_row img {
    width: 28px;
    animation: shadowdark 4s ease-out infinite
}

.wrap .stage_section {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: -1
}

.wrap .stage_section img {
    width: 100%
}

.tick {
    width: 100%;
    max-width: 640px;
    font-size: 3.6rem;
    display: flex
}

.tick-label {
    font-size: .375em;
    text-align: center
}

.tick-group {
    margin: 0 .25em;
    text-align: center;
    position: relative
}

.tick-label {
    color: #fff;
    font-size: clamp(10px, 2vw, 14px);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50%;
    font-weight: 500;
    letter-spacing: .5px;
    text-transform: uppercase
}

.tick-flip-panel {
    color: #d1d1d1 !important
}

.tick .tick-credits {
    display: none;
    pointer-events: none
}

.trophy_mb_section {
    width: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none
}

.trophy_mb_section .countdown_row {
    margin-bottom: 15% !important
}

.terms_popup {
    z-index: 9999;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, .9);
    width: 90%;
    height: 100%;
    display: flex
}

.terms_popup .popup_con {
    width: 100%;
    max-width: 900px;
    margin: auto;
    position: relative
}

.terms_popup .popup_con .title_row {
    color: #000;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: #d3af55;
    padding: 10px 20px;
    border-radius: 10px 10px 0 0
}

.terms_popup .popup_con .popup_wrap {
    width: 100%;
    padding: 5px 20px;
    background: #121212;
    max-height: 55vh;
    overflow: auto;
    scrollbar-width: auto;
    scrollbar-color: #e8bf58 #141414;
    position: relative
}

.terms_popup .popup_con .popup_wrap::-webkit-scrollbar {
    width: 16px
}

.terms_popup .popup_con .popup_wrap::-webkit-scrollbar-track {
    background: #141414
}

.terms_popup .popup_con .popup_wrap::-webkit-scrollbar-thumb {
    background-color: #e8bf58;
    border-radius: 10px;
    border: 3px solid #fff
}

.terms_popup .popup_con .popup_wrap .rule_title_row {
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row-reverse;
    gap: 10px;
    color: #e8bf58;
    font-size: 14px;
    font-style: italic;
    letter-spacing: .4px;
    border-bottom: 1px dashed #e8bf58;
    padding-bottom: 10px
}

.terms_popup .popup_con .popup_wrap .rule_title_row span {
    font-size: 50px;
    font-style: normal;
    background-color: #121212;
    background-image: linear-gradient(135deg, transparent 45%, #e8bf58 45%, #e8bf58 55%, transparent 0);
    background-size: 4px 4px;
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: 900;
    line-height: 1;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.terms_popup .popup_con .popup_wrap .rules_col {
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1.5;
    list-style: decimal;
    padding: 10px 20px;
    margin: 10px 0
}

.terms_popup .popup_con .popup_wrap .rules_col li {
    margin-bottom: 20px;
    font-weight: 300
}

.terms_popup .popup_con .popup_wrap .rules_col li:last-child {
    margin: 0
}

.terms_popup .popup_con .scrolldown {
    position: absolute;
    bottom: 52px;
    width: 100%;
    height: 120px;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 20px;
    align-items: center;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #121212 90%);
    pointer-events: none
}

.terms_popup .popup_con .scrolldown .angle1 {
    width: 1em;
    height: 1em;
    background-color: rgba(0, 0, 0, 0);
    z-index: 80;
    border-width: 0 .2em .2em 0;
    border-style: solid;
    border-color: #f8ba1e;
    transform: rotate(45deg);
    animation: scrolldown 1.2s ease-in-out infinite .15s
}

.terms_popup .popup_con .scrolldown .angle2 {
    width: 1em;
    height: 1em;
    background-color: rgba(0, 0, 0, 0);
    z-index: 80;
    border-width: 0 .2em .2em 0;
    border-style: solid;
    border-color: #f8ba1e;
    transform: rotate(45deg);
    animation: scrolldown 1.2s ease-in-out infinite
}

@keyframes scrolldown {
    0% {
        transform: translateY(20%) rotate(45deg);
        opacity: .7
    }

    50% {
        transform: translateY(0%) rotate(45deg);
        opacity: .2
    }

    100% {
        transform: translateY(20%) rotate(45deg);
        opacity: .7
    }
}

.terms_popup .popup_con .popup_btn_wrap {
    width: 100%;
    padding: 10px;
    background: #111;
    border-top: .6mm solid #292929;
    border-radius: 0 0 10px 10px;
    justify-content: center;
    z-index: 999;
    position: relative
}

.terms_popup .popup_con .popup_btn_wrap button {
    font-size: 14px;
    color: #000;
    background: #e8bf58;
    padding: 7px 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .507);
    font-weight: bold;
    transition: .4s;
    border: 0;
    cursor: pointer;
    pointer-events: all
}

.terms_popup .popup_con .popup_btn_wrap .disabled {
    pointer-events: none;
    opacity: .4
}

.backTop {
    z-index: 999;
    width: 35px;
    height: 35px;
    border-radius: 999rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 5%;
    right: 5%;
    cursor: pointer;
    text-decoration: none;
    background: linear-gradient(45deg, #272727, #9d9d9d);
    display: none;
    animation: shockwaveJumpbtn 1s ease-out infinite
}

.backTop i {
    color: #fff
}

.backTop:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    animation: shockwave 1s .65s ease-out infinite
}

.backTop:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    animation: shockwave 1s .5s ease-out infinite
}

@media only screen and (max-width: 1300px) {
    .wrap .trophy_section .jackpot_block {
        position: relative;
        top: unset;
        left: unset;
        bottom: unset;
        right: unset;
        transform: none;
        width: 70%;
        max-width: 270px
    }

    .wrap .trophy_section {
        gap: 35px
    }

    .wrap .trophy_section .trophy {
        max-width: 210px
    }

    .trophy_mb_section {
        width: 100%;
        position: relative;
        top: unset;
        visibility: visible;
        opacity: 1;
        pointer-events: all
    }

    .mb_hide {
        display: none
    }
}

@media only screen and (max-width: 700px) {
    .wrap .countdown_row {
        margin-bottom: 12vmin
    }
}

@keyframes shockwaveJump {
    0% {
        transform: scale(1);
        filter: drop-shadow(0px 0px 10px #f7d17e)
    }

    40% {
        transform: scale(1.08);
        filter: drop-shadow(0px 0px 10px rgba(255, 217, 0, 0))
    }

    50% {
        transform: scale(0.98);
        filter: drop-shadow(0px 0px 20px #f7d17e)
    }

    55% {
        transform: scale(1.02);
        filter: drop-shadow(0px 0px 10px #f7d17e)
    }

    60% {
        transform: scale(0.98);
        filter: drop-shadow(0px 0px 10px rgba(255, 217, 0, 0))
    }

    100% {
        transform: scale(1);
        filter: drop-shadow(0px 0px 10px #f7d17e)
    }
}

@keyframes shadow {
    0% {
        filter: drop-shadow(0px 0px 10px #f7d17e)
    }

    50% {
        filter: drop-shadow(0px 0px 0 #f7d17e)
    }

    100% {
        filter: drop-shadow(0px 0px 10px #f7d17e)
    }
}

@keyframes shadowdark {
    0% {
        filter: brightness(1.4) drop-shadow(0px 0px 10px #ffc107)
    }

    50% {
        filter: brightness(1) drop-shadow(0px 0px 0px #f8ae0d)
    }

    100% {
        filter: brightness(1.4) drop-shadow(0px 0px 10px #ffc107)
    }
}

@keyframes shockwaveJumpbtn {
    0% {
        transform: scale(1)
    }

    40% {
        transform: scale(1.08)
    }

    50% {
        transform: scale(0.98)
    }

    55% {
        transform: scale(1.02)
    }

    60% {
        transform: scale(0.98)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes shockwave {
    0% {
        transform: scale(1);
        box-shadow: 0 0 2px rgba(235, 221, 27, .4), inset 0 0 1px rgba(0, 0, 0, .15)
    }

    95% {
        box-shadow: 0 0 50px rgba(0, 0, 0, 0), inset 0 0 30px rgba(0, 0, 0, 0)
    }

    100% {
        transform: scale(2.25)
    }
}