@import url('https://fonts.googleapis.com/css2?family=Lilita+One&amp;display=swap');

@font-face {
    font-family: casino;
    src: url('../fonts/Casino.ttf');
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "casino", sans-serif;
    /* font-family: "Lilita One", sans-serif; */
}

img {
    width: 100%;
}

p {
    text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

body {
    min-height: 100vh;
    /* background: #9616dd; */
    position: relative;
    background: url('../images/bg.jpg');

}


.container {
    max-width: 500px;
    margin: auto;
    padding: 2rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.logo {
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.logo p {
    font-size: 2em;
}

.logo .playandwin_text {
    font-size: 4em;
}

.logo .playandwin_text span {
    color: #ffef8b;
    text-shadow: 2px 2px 0 #6f6526;
}

.logo img {
    /* width: 200px; */
    margin: auto;
}


.steps {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    /* box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37); */
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    /* border: 5px solid rgba(255, 255, 255, 0.18); */
    min-height: 50vh;
    /* border: 4px dashed #de4444; */
    background: #342f1b9c;
    box-shadow: 0 0 4rem #fdbd18;
    position: relative;
}

.steps::after,
.game::after {
    content: "";
    position: absolute;
    top: -7px;
    left: -7px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    animation: glow 1s ease-in-out infinite alternate;
    z-index: -1;
}

@keyframes glow {
    from {
        opacity: 0.4;
    }

    to {
        opacity: 1;
    }
}

.steps input {
    padding: 15px;
    border-radius: 5px;
    border: 5px solid #fff;
    width: 100%;
    font-size: 1.5rem;
    outline: none;
    transition: .4s all;
}

.steps input:focus {
    border-color: rgb(9, 233, 118);
}


.steps h2 {
    font-size: 2rem;
    color: white;
    text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    text-align: center;
    margin-bottom: 5px;
}

@media (max-width:600px) {
    .steps h2 {
        font-size: 1.5rem;
        margin-top: 10px;
    }
}

.step {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.platforms {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.platform {
    background-color: #f2f6fa;
    padding: 20px;
    border-radius: 5px;
    display: grid;
    justify-items: center;
    cursor: pointer;
    transition: .4s all;
}

.platform:hover {
    background-color: rgb(255, 246, 186)
}

.platform.active {
    background-color: #ffe53d;
}

.platform img {
    width: 30px;
}

.cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.card {
    cursor: pointer;
    transition: .4s all;
    padding: 5px;
    border-radius: 20px;
}

.card:hover {
    background-color: #ffe53d
}

@keyframes pre-card {

    0%,
    100% {
        background-color: #ffe53d
    }

    50% {
        background-color: transparent;
    }
}

.hidden {
    display: none;
}

.step3 input {
    margin-bottom: 1rem;
}

.cta-btn {
    width: 100%;
    background: #ffe53d;
    padding: 15px;
    font-size: 2rem;
    text-transform: uppercase;
    color: #fff;
    box-shadow: 0 3px 1rem #fbff00;
    border: 5px solid rgb(172, 172, 31);
    border-radius: 5px;
    margin-top: 1rem;
    cursor: pointer;
    transition: .1s all;
    color: black;
}

/* .cta-btn img {
    cursor: pointer;
    width: 200px;
} */

.cta-btn:hover {
    transform: scale(.97);
}

.steps_counter {
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 20px;
}

.steps_counter .line {
    flex-grow: 1;
    height: 4px;
    background-color: rgba(0, 0, 0, 0.452);
}

.steps_counter img {
    width: 40px;
}

.steps_counter .s {
    border-radius: 20px;
    padding: 7px;
    background-color: rgba(255, 255, 255, 0.678);
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-shadow: 0 0 3px #fff;
    border: 1px solid rgb(65, 65, 65);
}

.steps_counter .s.active {
    background: rgba(235, 233, 52, .5);
    border: 2px solid #dd621e;
    box-shadow: 0 0 1rem orange;
}


.custom-social-proof {
    position: fixed;
    left: -100%;
    top: 10px;
    z-index: 9999999999999 !important;
    transition: .5s all;


    .custom-notification {
        width: 320px;
        border: 0;
        text-align: left;
        z-index: 99999;
        box-sizing: border-box;
        font-weight: 400;
        border-radius: 6px;
        box-shadow: 2px 2px 10px 2px hsla(0, 4%, 4%, 0.2);
        background-color: #fff;
        position: relative;
        cursor: pointer;

        .custom-notification-container {
            display: flex !important;
            align-items: center;
            height: 80px;

            .custom-notification-image-wrapper {
                img {
                    max-height: 75px;
                    width: 100%;
                    height: 100%;
                    overflow: hidden;
                    border-radius: 6px 0 0 6px;
                    object-fit: cover;
                    padding: 15px;
                }
            }

            .custom-notification-content-wrapper {
                margin: 0;
                height: 100%;
                color: rgb(255, 255, 255);
                padding-left: 20px;
                padding-right: 20px;
                border-radius: 0 6px 6px 0;
                flex: 1;
                display: flex !important;
                flex-direction: column;
                justify-content: center;

                .custom-notification-content {
                    font-family: inherit !important;
                    margin: 0 !important;
                    padding: 0 !important;
                    font-size: 14px;
                    line-height: 16px;

                    small {
                        margin-top: 3px !important;
                        display: block !important;
                        font-size: 12px !important;
                        opacity: .8;
                    }
                }
            }
        }

        .custom-close {
            position: absolute;
            top: 8px;
            right: 8px;
            height: 12px;
            width: 12px;
            cursor: pointer;
            transition: .2s ease-in-out;
            transform: rotate(45deg);
            opacity: 0;

            &::before {
                content: "";
                display: block;
                width: 100%;
                height: 2px;
                background-color: rgb(255, 255, 255);
                position: absolute;
                left: 0;
                top: 5px;
            }

            &::after {
                content: "";
                display: block;
                height: 100%;
                width: 2px;
                background-color: gray;
                position: absolute;
                left: 5px;
                top: 0;
            }
        }

        &:hover {
            .custom-close {
                opacity: 1;
            }
        }
    }
}

.show_noti {
    left: 10px !important;
}


.online-indicator {
    width: 10px;
    height: 10px;
    background-color: green;
    border-radius: 50%;
    animation: heartbeat 1s infinite alternate;
}

@keyframes heartbeat {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

.active_users {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #fff;
    text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    color: white;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.452);
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 4;
}


.msg {
    font-size: 1.7rem;
    text-transform: capitalize;
    color: white;
    text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    display: none;
    text-align: center;
}

.success {
    color: rgb(9, 233, 118);
}

.fail {
    color: rgb(255, 105, 105);
}

.verify {
    padding: 20px;
    font-size: 2rem;
    background: rgb(9, 233, 118);
    border: none;
    border-radius: 5px;
    box-shadow: 0 5px 0px #2fa758;
    color: #fff;
    transition: .3s all;
    cursor: pointer;
    width: 100%;
    margin-top: 20px;
    text-transform: uppercase;
}

.verify:hover {
    box-shadow: none;
}


.failed_validation {
    animation: failed-shaking .3s;
}

.step4 {
    background: rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-radius: 10px;
}

@keyframes failed-shaking {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateX(5px)
    }

    50% {
        transform: translateX(-5px)
    }

    75% {
        transform: translateX(5px)
    }

    100% {
        transform: translateX(0)
    }
}

.win_packs {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}

.win_packs img {
    width: 115px;
}

.slotwrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    overflow: hidden;
    height: 190px;
    justify-content: center;
}

@media (max-width:500px) {
    .slotwrapper {
        grid-template-columns: repeat(3, 90px);
        height: 138px;
    }
}

@media (max-width:392px) {
    .slotwrapper {
        grid-template-columns: repeat(3, 70px);
        height: 110px;
    }
}

.game {
    background: rgba(235, 233, 52, .5);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    padding: 15px 10px;
    position: relative;
    border: 2px solid #ff9b00;
    box-shadow: 0 0 1rem yellow;
}

.game ul {
    list-style: none;
    position: relative;
}

.game h3 {
    color: white;
    text-align: center;
    margin-bottom: 10px;
    text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    font-size: 1.5rem;
}

.game .machine {
    position: absolute;
    top: -147px;
    left: -45px;
    width: 569px;
    height: 476px;
    z-index: 2;
}

.shake-fail {
    animation: horizontal-shaking .4s ease-in-out;
}

@keyframes horizontal-shaking {
    0% {
        transform: translateX(0);
        background-color: red;
    }

    25% {
        transform: translateX(5px)
    }

    50% {
        transform: translateX(-5px)
    }

    75% {
        transform: translateX(5px)
    }

    100% {
        transform: translateX(0)
    }
}

.step1 {
    gap: 0;
}

h2,
h3 {
    /* text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; */

}

.step1 h3 {
    font-size: 2em;
    color: white;
    text-align: center;
    background: rgba(235, 233, 52, .5);
    width: fit-content;
    margin: auto;
    padding: 10px 20px;
    border-radius: 10px 10px 0 0;
    border: 2px solid #ff9b00;
    box-shadow: 0 0 1rem yellow;
}

.playandwin_text {
    font-size: 3.5rem;
    text-transform: uppercase;
}

@media (max-width:470px) {
    .playandwin_text {
        font-size: 3rem !important;
    }
}


.comments {
    background: rgb(175, 65, 244);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    border: 5px solid rgba(255, 255, 255, 0.18);
    padding: 1rem;
}

.comments * {
    color: white;
    text-shadow: 0 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}


.comment {
    padding: 9px 0;
    display: flex;
    opacity: 1;
    transform: translateY(0);
    background: 0 0;
    transition: transform .4s ease, opacity .4s ease, background-color .4s ease;
    transition: transform .4s ease, opacity .4s ease, background-color .4s ease, -webkit-transform .4s ease
}

.comment.animate {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    opacity: 0
}

.comment__photo {
    width: 40px;
    height: 40px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 10px
}

.comment__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.comment__name,
.comment__text {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px
}

.comment__name {
    font-weight: 700;
    color: #00c3ff;
}

.comment__text {
    color: #fbf5eb
}

.comment__date {
    position: relative;
    font-size: 11px;
    line-height: 15px;
    min-height: 15px
}

.comments__title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 22px
}

.comment img {
    height: auto;
}

.comment.hidden {
    display: none;
}