body {
    font-size: 16px;
    font-family: 'Roboto', sans-serif !important;
}

p {
    margin-bottom: -3rem !important;
}

.page-container {
    /* min-height:100vh; */
    border: 0px;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    width: 100%;
    position: relative;
}

#header {
    position: relative;
    background-image: url("../images/mup/top-bg-my.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 166vw;
    z-index: 9999;
}

#mid {
    background-image: url("../images/mup/mid-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: white;
    margin-top: -10vw;
    height: 116vh;
}

#footer {
    background-image: url("../images/mup/bottom-bg.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: white;
    margin-top: -6vw;
    height: 89vw;
}

#footer_winner_board {
    background-image: url(../images/up/winners-table.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 91%;
    height: 70vw;
}


/* .header_txt_img {
    position: absolute;
    bottom: 0;
    width: 115%;
    margin: 0 0 64vw -7vw;
} */

.header_main_txt {
    position: absolute;
    color: gold;
    text-align: center;
    font-weight: bold;
    margin: 79vw 0vw 0 15vw;
    font-size: 3em;
    line-height: 10.4vw;
}

.header_main_txt2 {
    font-size: 1.7em;
}

.logo {
    position: absolute;
    right: 0;
    width: 12%;
    margin: 4vw 26vw 0 0;
}

.registration_form {
    position: absolute;
    right: 0;
    /* background-color: white; */
    border-radius: 25px;
    border-style: solid;
    border-width: 5px;
    border-color: rgb(255 165 0);
    width: 90%;
    height: 66vh;
    margin: 106vw 5vw 0 0;
    padding: 8vw;
}

.reg_header_text {
    color: blue;
    font-weight: bold;
    text-align: center;
    font-size: 1.8em;
    padding: 1vw 4vw;
    line-height: 5.3vw;
}

#coin_l {
    position: absolute;
    left: 0;
    margin: -10vw 0 0 5vw;
    width: 10%;
}

#coin_r {
    position: absolute;
    right: 0;
    margin: -5vw 0vw 0 0;
    width: 21%;
}

.global_txt {
    font-weight: bold;
}

#mid_header {
    font-size: 3vw;
    padding: 71vw 0 7vw 0;
}

#mid_2nd {
    font-size: 7vw;
    padding: 0 0 10vw 0;
    line-height: 7.2vw;
}

#mid_3rd {
    font-size: 7vw;
    padding: 1vw
}

#mid_4th {
    font-size: 2.7vw;
    padding: 10vw;
}

#mid_bank {
    padding: 5vw;
    width: 100%;
}

.footer_txt {
    padding-top: 5vw;
}

#footer_1st {
    font-size: 1.4vw;
}

.character_l {
    position: absolute;
    width: 20%;
    margin: 8vw 0vw -5vw -33vw;
}

.character_r {
    position: absolute;
    width: 20%;
    margin: -12vw 0vw 0vw 15vw;
}

#footer_table {
    color: white;
    width: 35%;
    margin: auto;
    margin-top: 3vw;
    font-size: 1vw;
    border-color: #1e1e1e;
}

.footer_txt_mobile {
    padding-top: 10vw;
}

#footer_1st_mobile {
    font-size: 3.4vw;
}

#footer_table_mobile {
    color: white;
    width: 80%;
    font-size: 2vw;
    border-color: #1e1e1e;
    margin: 11vw 0vw 0vw 13vw;
}

.cta-button {
    color: #000;
    background-color: #F7D358;
    padding: 10px 30px;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #333;
}

.main-footer {
    background-color: black;
    color: white;
    text-align: center;
    font-weight: bold;
}

.desktop_view {
    display: none;
}

.mobile_view {
    display: block;
}

#main_footer_txt {
    padding: 2vw
}

.slider {
    position: relative;
    width: 60%;
    margin: auto;
}

.slider__container {
    cursor: grab;
    display: flex;
    overflow: hidden;
    scroll-behavior: smooth;
}

.slider__container.dragging {
    scroll-behavior: auto;
    cursor: grabbing;
}

.slider__item {
    padding: 16px 8px;
    flex: 0 0 auto;
    width: calc(100% / 5);
}

.slider__container[data-step="4"] .slider__item {
    width: calc(100% / 4);
}

.slider__container[data-step="3"] .slider__item {
    width: calc(100% / 3);
}

.slider__container[data-step="2"] .slider__item {
    width: calc(100% / 2);
}

.slider__container[data-step="1"] .slider__item {
    width: calc(100% / 1);
}

@media screen and (max-width: 1024px) {

    .slider__item,
    .slider__container[data-step="4"] .slider__item {
        width: calc(100% / 3);
    }
}

@media screen and (max-width: 768px) {

    .slider__item,
    .slider__container[data-step="4"] .slider__item,
    .slider__container[data-step="3"] .slider__item {
        width: calc(100% / 2);
    }
}

@media screen and (max-width: 480px) {

    .slider__item,
    .slider__container[data-step="4"] .slider__item,
    .slider__container[data-step="3"] .slider__item,
    .slider__container[data-step="2"] .slider__item {
        width: calc(100% / 1);
    }
}

.slider__control {
    font-size: 16px;
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #000;
    background: #fff;
    cursor: pointer;
    opacity: .5;
    transition: all .3s;
}

.slider__control.prev {
    left: -30px;
}

.slider__control.next {
    right: -26px;
}

.slider__control:hover {
    opacity: 1;
    transform: translateY(-50%) scale(1.2);
}

.slider__item img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-select: none;
}

.countdown {
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    color: #333;
}

.count-digit {
    color: #ffffff;
    background-color: blue;
    font-size: 40px;
    padding: 10px 20px;
    text-shadow: 0 1px 0 white;
    border-radius: 10%;
}

.separator {
    font-size: 56px;
}

.options {
    margin-top: 50px;
    display: flex;
    gap: 30px;
}

.countdown_timer {
    text-align: center;
}

@media (min-width: 320px) {
    #mid_header {
        padding: 71vw 0 7vw 0;
    }

    #mid {
        height: 116vh;
    }
}

@media (min-width: 576px) {
    #mid_header {
        padding: 54vw 0 7vw 0;
    }

    #mid {
        height: 152vh;
    }
}

@media (min-width: 768px) {
    #mid_header {
        padding: 31vw 0 7vw 0;
    }

    #mid {
        height: 170vh;
    }
}

@media (min-width: 992px) {

    #header {
        background-image: url("../images/up/top-bg-my.png");
        background-size: 100% 100%;
        height: 53vw;
    }

    #mid {
        background-image: url("../images/up/mid-bg.png");
        background-size: 100% 100%;
        margin-top: -41vw;
        height: 148vw;
    }

    #footer {
        background-image: url("../images/up/bottom-bg.png");
        background-size: 100% 100%;
        margin-top: -47vw;
        height: 53vw;
    }

    #footer_winner_board {
        background-size: 41%;
        height: 29vw;

    }

    #mid_header {
        padding: 41vw 180px 30px 180px;
        font-size: 34px;
    }

    #mid_bank {
        width: 50%;
        padding: 20px;
    }

    #mid_2nd {
        font-size: 3vw;
        line-height: 0;
        padding: 5vw 0 2vw 0;
    }

    #mid_3rd {
        font-size: 4.3vw;
    }

    #mid_4th {
        font-size: 1.5vw;
        padding: 3vw 0;
    }

    .desktop_view {
        display: block;
    }

    .mobile_view {
        display: none;
    }

    .footer_txt {
        padding-top: 5vw;
    }

    #footer_1st {
        font-size: 1.4vw;
    }

    .character_l {
        position: absolute;
        width: 20%;
        margin: 8vw 0vw -5vw -33vw;
    }

    .character_r {
        position: absolute;
        width: 20%;
        margin: -12vw 0vw 0vw 15vw;
    }

    #footer_table {
        color: white;
        width: 35%;
        margin: auto;
        margin-top: 3vw;
        font-size: 1vw;
        border-color: #1e1e1e;
    }

    #main_footer_txt {
        padding: 1vw
    }

    #coin_l {
        position: absolute;
        left: 0;
        margin: -3vw 0 0 5vw;
    }

    #coin_r {
        position: absolute;
        right: 0;
        margin: 1vw 5vw 0 0;
    }

    .countdown {
        font-size: 60px;
    }

    .count-digit {
        font-size: 56px;
        padding: 10px 20px;
        border-radius: 10%;
    }

    .separator {
        font-size: 56px;
    }

    .options {
        margin-top: 50px;
        display: flex;
        gap: 30px;
    }

    .countdown_timer {
        text-align: center;
    }

    .header_main_txt {
        margin: 37vw 0vw 0 15vw;
        font-size: 6em;
        line-height: 4.4vw;
    }

    .header_main_txt2 {
        font-size: 1.7em;
    }

    .registration_form {
        width: 25%;
        height: 66vh;
        margin: 9vw 20vw 0 0;
        padding: 1vw;
    }

    .count-digit {
        font-size: 56px;
        padding: 10px 20px;
        border-radius: 10%;
    }

    .reg_header_text {
        font-size: 2em;
        padding: 1vw 4vw;
        line-height: 1.3vw;
    }

    /* .header_txt_img {
        position: absolute;
        bottom: 0;
        width: 58%;
        margin: 0 0 5vw -3vw;
    } */
}

@media (min-width: 1200px) {

    .header_main_txt {
        margin: 33vw 0vw 0 13vw;
        font-size: 5em;
        line-height: 5.4vw;
    }

    .reg_header_text {
        font-size: 1.4em;
        padding: 1vw 4vw;
        line-height: 1.3vw;
    }
}

@media (min-width: 1400px) {
    .header_main_txt {
        margin: 33vw 0vw 0 13vw;
        font-size: 7em;
        line-height: 5.4vw;
    }

    .reg_header_text {
        font-size: 1.6em;
        padding: 1vw 4vw;
        line-height: 1.2vw;
    }
}