@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none;
}

button {
    cursor: pointer;
    border: none;
    background-color: transparent;
}

a {
    text-decoration: none;
}

.body {
    background-image: url(../img/bg3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100vh;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wrapper {
    margin: 0 auto;
    padding: 0px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

/**/

.header {
    padding-top: 20px;
    padding-bottom: 16px;
    position: relative;
}

.header .wrapper {
    gap: 10px;
}

.header .money {
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
}

.header .logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .plinko img {
    height: 88px;
    width: auto;
}

.header .gade {
    margin-top: 10px;
}

.header .gade img {
    height: 89px;
    width: auto;
}

.main {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.main .wrapper h2 {
    color: #fff;
    font-family: "Jost", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 900;
    line-height: 110%;
}

.main .wrapper p {
    color: #47ff9a;
    font-family: "Jost", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 900;
    line-height: 110%;
}

.main .buttonWrapper {
    display: flex;
    justify-content: center;
    margin-bottom: -60px;
    margin-top: 20px;
}

.main .buttonWrapper .stat {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    z-index: -2;
}

.main .buttonWrapper .stat h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 21px;
    color: #ffffff;
    text-shadow: 0px 4px 4px #00000040;
    text-align: center;
}

.main .buttonWrapper .stat .block {
    margin-top: 10px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    padding: 10px;
    background-color: #1f8763;
    border-radius: 17px;
    width: 100px;
    height: 100%;
    text-align: center;
}

.main .buttonWrapper .button {
    position: relative;
    width: 200px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 90px;
    animation: pulseAnimation 2s infinite;
    background: #ffc800;
    border-radius: 30px;
    text-decoration: none;
}

.main .buttonWrapper .button span {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 24px;
    color: #000;
    text-transform: uppercase;
    text-shadow: 4px 6px 6px #00000099;
    position: absolute;
    z-index: 10;
}

.main .buttonWrapper .button img {
    width: 100%;
}

.payments-wrapper {
    margin-top: auto;
}

.payments,
.payments-mobile {
    width: 100%;
    backdrop-filter: blur(6px);
    border-radius: 24px;
    background-color: rgba(255, 255, 255, 0.1);
}

.payments-mobile {
    border-radius: 16px;
}

#lottie-animation {
    height: calc(65vh - 250px);
}

@keyframes pulseAnimation {
    0% {
        transform: scale(1);
        /* opacity: 0.7; */
    }
    50% {
        transform: scale(1.05);
        /* opacity: 1; */
    }
    100% {
        transform: scale(1);
        /* opacity: 0.7; */
    }
}

/**/

.footer .coral,
.footer .monay {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: -3;
}

.footer .monay {
    z-index: -1;
}

/**/

.modal {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal .content {
    width: 100%;
    max-width: 373px;
    height: 348px;
    margin: 0 auto;
    text-align: center;
    animation: zoomIn 0.5s;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-image: url("../img/modal.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 24px 0;
}

.modal .content .title {
    font-family: "Jost", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 900;
    line-height: 110%;
    color: #fff;
}

.modal .border {
    width: 100%;
}

.modal .button {
    animation: pulseAnimation 2s infinite;
}

/**/

.cards {
    display: none;
    padding-bottom: 80px;
    min-height: calc(100vh - 175px);
}

.cards .content {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 340px;
}

.cards .card {
    background: linear-gradient(
        184.84deg,
        #c9c9c9 3.9%,
        #8e8e8e 9.01%,
        #101010 14.06%,
        #666666 22.73%,
        #f0f0f0 30.63%,
        #2c2c2c 51.8%,
        #666666 60.37%,
        #dbd9db 70.32%,
        #595959 92.48%,
        #101010 97.75%
    );
    width: 100%;
    border-radius: 25px;
    padding: 5px;
    position: relative;
    margin-bottom: 20px;
    position: relative;
}

.cards .card .win {
    position: absolute;
    border-radius: 25px;
    z-index: 1;
    background-image: url("../img/card1.png");
    background-size: cover;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 64px;
    color: #ffeb1e;
    text-shadow: 0 0 10px #c40000;
    text-transform: uppercase;
}

.content .card:nth-child(2) .win {
    font-size: 44px;
    background-image: none;
    background-color: #1f8763;
}

.cards .card .flag {
    position: relative;
    width: 100%;
    z-index: 2;
    border-radius: 20px;
}

canvas {
    border-radius: 25px;
    display: block;
    width: 100%;
    height: auto;
}

.text-button {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.text-button h2 {
    font-size: 28px;
    text-transform: uppercase;
}

.text-strong {
    font-size: 30px;
    color: #ffc800;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

.text {
    font-size: 24px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
}

@media screen and (max-width: 525px) {
    .main .wrapper h2 {
        font-size: 26px;
    }

    .main .wrapper p {
        font-size: 19px;
    }

    .header .plinko img {
        height: 76px;
    }

    .header .gade img {
        height: 78px;
    }
}
