body {
    background: url() center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.main-wheel {
    max-width: 800px;
    margin: 0 auto;
}

.gradient-border {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -20px 0;
}

a {
    color: #fff;
}

    a:visited {
        color: #fff;
    }

    a:active {
        color: #fff;
    }

    a:link {
        text-decoration: none;
    }

    a:visited {
        text-decoration: none;
    }

    a:hover {
        text-decoration: none;
    }

    a:active {
        text-decoration: none;
    }

.the_wheel {
    background-image: url('download.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 20px 41px 17px 41px;
}

.alert-bg2.active {
    display: flex !important;
}

.input-kode {
    color: white;
    background: black;
    padding: 2px 10px;
    margin-bottom: 15px;
}

.alert-bg2 {
    z-index: 99999 !important;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
    display: none;
    align-items: center;
    justify-content: center;
}

.clear {
    clear: both;
}

.alert-bd2 {
    position: relative;
    background: linear-gradient(to bottom, #009597 5%, #007278 100%);
    color: #fff;
    font-weight: bold;
    padding: 12px;
    box-shadow: 0px 5px #008997;
    height: auto !important;
}

.alert-close2 {
    font-size: 26px;
    font-weight: bold;
    color: white;
    position: absolute;
    top: -15px;
    right: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    background: rgb(255, 0, 0);
    display: none;
}

.alert-bd,
.alert-bd2 {
    max-width: 900px;
    width: 95%;
    border-radius: 20px;
}

.buttonspin {
    background: linear-gradient(to bottom,#fcff00 5%,#ffc800 100%);
    background-color: #fcff00;
    border-radius: 8px;
    display: inline-block;
    cursor: pointer;
    color: #000;
    font-size: 15px;
    width: 100%;
    max-width: 200px;
    font-weight: 700;
    padding: 6px;
    margin: 10px 0 2px 0;
    border-top: none;
    text-decoration: none;
    -webkit-box-shadow: 0px 8px 8px -7px #000000, 5px 5px 15px 5px rgb(0 0 0 / 0%);
    box-shadow: 0px 8px 8px -7px #000000, 5px 5px 15px 5px rgb(0 0 0 / 0%);
}

.bouncing {
    animation: myAnim 1s infinite alternate;
    -webkit-animation: myAnim 1s infinite alternate;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.rubber {
    animation: rubberBand 1s infinite alternate;
    -webkit-animation: rubberBand 1s infinite alternate;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.contact {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 0 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-icn img {
    width: 100%;
    max-width: 50px;
}

.contact-icn {
    width: 25%;
    text-align: center;
    Color: #fff;
}

.hubungi {
    text-align: center;
    color: #fff;
    margin: 20px 0;
}

.icn-txt {
    margin-top: 5px;
}

@keyframes myAnim {
    0% {
        animation-timing-function: ease-out;
        transform: scale(1);
        transform-origin: center center;
    }

    10% {
        animation-timing-function: ease-in;
        transform: scale(0.91);
    }

    17% {
        animation-timing-function: ease-out;
        transform: scale(0.98);
    }

    33% {
        animation-timing-function: ease-in;
        transform: scale(0.87);
    }

    45% {
        animation-timing-function: ease-out;
        transform: scale(1);
    }
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes beat {
    to {
        transform: scale(1.10);
    }

}
    @keyframes rubberBand {
        0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.15,0.85, 1);
        transform: scale3d(1.15,0.85, 1);
    }

    40% {
        -webkit-transform: scale3d(0.85, 1.15, 1);
        transform: scale3d(0.85, 1.15, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

#welcome {
    border-radius: 10px;
    padding: 12px;
    background-image: repeating-linear-gradient(0deg, #a0ff55, #a0ff55 5px, transparent 5px, transparent 15px, #a0ff55 15px), repeating-linear-gradient(90deg, #a0ff55, #a0ff55 5px, transparent 5px, transparent 15px, #a0ff55 15px), repeating-linear-gradient(180deg, #a0ff55, #a0ff55 5px, transparent 5px, transparent 15px, #a0ff55 15px), repeating-linear-gradient(270deg, #a0ff55, #a0ff55 5px, transparent 5px, transparent 15px, #a0ff55 15px);
    background-size: 5px calc(100% + 15px), calc(100% + 15px) 5px, 5px calc(100% + 15px), calc(100% + 15px) 5px;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-repeat: no-repeat;
    animation: borderAnimation 1s infinite steps(2, end);
}

@keyframes borderAnimation {
    from {
        background-position: 0 0, -15px 0, 100% -15px, 0 100%;
    }

    to {
        background-position: 0 -15px, 0 0, 100% 0, -15px 100%;
    }
}
