@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marck+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alatsi&display=swap');

/* Common */
html {
    scroll-behavior: smooth
}
body {
    background-image: linear-gradient(to right,#b50102,#7b0100);
    font-family: 'Maven Pro', sans-serif;
    font-size: 1rem;
}
li {
    margin-bottom: 1rem;
}
a:hover {
    text-decoration: none;
    color: #ffffff;
}
.container {
    max-width: 768px;
}
.serif {
    font-family: Georgia, serif;
}
.script {
    font-family: 'Marck Script', cursive;
}
.parallax {
    background-image: url('../images/bg.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.btn-win {
    background-image: url(../images/button-1.png);
    height: 5rem;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    z-index: 3;
    position: relative;
}
.btn-play {
    background-image: url(../images/button.png);
    height: 5rem;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    font-size: 1.5rem;
    font-weight: 500;
    z-index: 3;
}
.gold {
    color: #FFEFB8;
}
.bonus {
    font-family: 'Alatsi', sans-serif;
    font-size: 5.25rem;
    font-weight: 700;
    background: -webkit-linear-gradient(#FFFFFF, #F2E8C3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
h2.script {
    font-size: 5rem;
}
.script h4 {
    font-size: 2.35rem;
}
.border-premium {
    background-image: url(../images/border.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 66%;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.spacer {
    height: 300px;
}
.winner-row {
    width: 75%;
}

/* Top */
.top {
    background-image: url('../images/top-web-view.png');
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 400px;
}
.top .angpao {
    position: absolute;
    right: 106px;
    top: -20px;
    width: 90px;
    z-index: 2;
}
.top .firework {
    position: absolute;
    right: 55px;
    top: -105px;
    width: 268px;
    z-index: 1;
}
.top h1, .top h4 {
    background: -webkit-linear-gradient(#FFEFB8, #FFE27C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Center */
.center .table {
    border: 1px solid #ffffff;
    color: #ffffff;
}
.center .table th {
    border-right: 1px solid #ffffff;
}
.center h5,
.center ol {
    position: relative;
    z-index: 4;
}

/* Bottom */
.bottom {
    background-image: url('../images/bottom-web-size.png');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.bottom .table {
    width: 85%;
    margin: 0 auto;
    color: #212529;
}
.bottom .table tbody th,
.bottom .table tbody td 
{
    color: #ffffff;
    border: 0;
}
.bottom h4.desc {
    margin-top: -1.5rem;
    margin-bottom: 2rem;
    font-size: 2.25rem;
    font-weight: 300;
}
.bottom table thead th {
    font-size: 20px;
    font-weight: 500;
}
.bottom .angpao {
    position: absolute;
    right: 120px;
    bottom: 382px;
    width: 90px;
    z-index: 2;
}
.bottom .firework {
    position: absolute;
    left: 12px;
    bottom: 205px;
    width: 230px;
    z-index: 1;
}
.bottom .firework-1 {
    position: absolute;
    right: 147px;
    bottom: 166px;
    width: 121px;
    z-index: 1;
}
.bottom table thead th {
    font-size: 1.35rem;
}
.bottom .angpao.cubic-bounce {
    bottom: 338px;
    width: 80px;
}

/* Table */
.table td, .table th {
    text-align: center;
    padding: 0.5rem;
}
table.dataTable thead th {
    border-top: 0;
    border-bottom: 1px solid #ffffff;
}
table.dataTable tbody tr {
    background-color: transparent;
}
table.dataTable.no-footer {
    border-bottom: 0;
}
#example_length,
#example_filter,
#example_info {
    display: none;
}
.dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current{
    background: #FF8A00;
    color: #ffffff!important;
    border-radius: 5rem;
    border: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover, 
.dataTables_wrapper .dataTables_paginate .paginate_button:focus,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #FF8A00;
    color: #ffffff!important;
    border-radius: 5rem;
    border: 0!important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #ffffff!important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    color: #FF8A00!important;
}

/* Mobile View */
@media only screen and (max-width:767px) {
    .parallax {
        background-attachment: scroll;
    }
    .btn-win {
        height: 3.75rem;
        font-size: 1.5rem;
    }
    .bonus {
        font-size: 2.5rem;
    }
    h2.script {
        font-size: 3rem;
    }
    .logo-color {
        width: 100%;
    }
    .script h4 {
        font-size: 1.75rem;
    }
    .border-premium {
        height: 345px;
        width: 345px;
    }
    .spacer {
        height: 175px;
    }
    .btn-play {
        height: 3.5rem;
        font-size: 1rem;
    }
    .top h1 {
        font-size: 2rem;
    }
    .top .firework {
        right: 0;
        top: -80px;
        width: 200px;
    }
    .top .angpao {
        right: 0;
        top: -15px;
        width: 72px;
    }
    .bottom h4.desc {
        font-size: 1.25rem;
        margin-top: -1rem;
    }
    .bottom tbody {
        height: auto;
    }
    .bottom .angpao {
        right: 14px;
        bottom: 215px;
        width: 69px;
    }
    .bottom .angpao.cubic-bounce {
        bottom: 208px;
        width: 68px;
    }
    .bottom .firework {
        left: 12px;
        bottom: 105px;
        width: 145px;
    }
    .bottom .firework-1 {
        right: 84px;
        bottom: 97px;
        width: 75px;
    }
    .dataTables_wrapper .dataTables_paginate {
        margin-top: 0.5em;
        margin-bottom: 0.5rem;
    }
    table.dataTable tbody th, table.dataTable tbody td {
        padding: 8px 10px 0;
        font-size: 0.85rem;
    }
    .dataTables_wrapper .dataTables_paginate {
        padding-top: 0;
    }
    #example_paginate {
        font-size: 0.85rem;
    } 
    .top {
        background-image: url('../images/top-mobile-view.png');
    }
    .bottom {
        background-image: url('../images/bottom-web.png');
    }
    .bottom table thead th {
        font-size: 1rem;
    }
}

@media only screen and (max-width:500px) {
    .winner-row {
        width: 100%;
    }
}