.wheel-container {
    position: relative;
    width: 400px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spinBtn {
    cursor: pointer;
}
.krik_page .body .main {
    width: 100%;
}
.wheel-container .spinBtn3{
    width: 64px;
    height: 113px;
    background: url(image/quay.png) no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 9;
    top: -25px;
    cursor: pointer;
}
.wheel-container .spinBtn2 {
    position: relative;
    width: 70px;
    height: 70px;
    /* background-color: #fff; */
    border-radius: 50%;
    /* box-shadow: 0 1px 3px #000; */
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #333;
    letter-spacing: 0.1em;
    user-select: none;
    /* background: no-repeat center center #fff; */
}

.wheel-container .spinBtn2::before {
    content: '';
    position: absolute;
    top: -28px;
    width: 20px;
    height: 30px;
    background-color: #fff;
    clip-path: polygon(50% 0%, 15% 100%, 85% 100%);
    display: none;
}

.wheel-container .wheel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    transition: transform 5s ease-in-out;
    border: 30px solid #A74E54;
}

.wheel-container .wheel .number.one-element {
    width: 100%;
    height: 100%;
}

.wheel-container .wheel .number.one-element span {
    position: absolute;
    left: 20%;
    transform: rotate(0);
}

.wheel-container .wheel .number.two-element {
    width: 100%;
    height: 100%;
    transform: rotate(0deg);
    right: -50%;
}

.wheel-container .wheel .number.two-element:nth-of-type(2) {
    transform: rotate(0deg);
    left: -50%;
}

.wheel-container .wheel .number.two-element:nth-of-type(2) span {
    position: absolute;
    right: 20%;
    transform: rotate(0deg);
}

.wheel-container .wheel .number.two-element:nth-of-type(1) span {
    position: absolute;
    left: 20%;
    transform: rotate(0deg);
}

.wheel-container .wheel .number.three-element {
    transform: unset;
    clip-path: unset;
    overflow: hidden;
    position: absolute;
    top: -20%;
    right: -20%;
    width: 70%;
    height: 70%;
    transform-origin: 0% 100%;
}

.wheel-container .wheel .number.three-element span {
    position: absolute;
    top: 50%;
    left: 30%;
}

.wheel-container .wheel .number.three-element:first-child {
    transform: rotate(0deg) skewY(30deg);
}

.wheel-container .wheel .number.three-element:nth-child(2) {
    transform: rotate(120deg) skewY(30deg);
}

.wheel-container .wheel .number.three-element:nth-child(3) {
    transform: rotate(240deg) skewY(30deg);
}

.wheel-container .wheel .number.two-element span {
    /* position: absolute;
    left: 20%;
    transform: rotate(0); */
}

.wheel-container .wheel .number {
    position: absolute;
    width: 50%;
    height: 50%;
    background: var(--clr);
    transform-origin: bottom right;
    /* transform: rotate(calc(45deg * var(--i))); */
    clip-path: polygon(0 0, 60% 0, 100% 100%, 0 60%);
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
}

.wheel-container .wheel .number > span {
    position: relative;
    transform: rotate(45deg);
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #fff;
    left: 5%;
    top: 4%;
    max-width: 190px;
}
.wheel-container .wheel .number span span{
    color: #161616;
}
.modal-win {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 470px;
    background-color: #fff;
    border-radius: 4px;
    z-index: 99;
    min-height: 200px;
    padding: 0px;
    display: none;
    transition: all 0.5s;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
}

.modal-win #modal-close {
    position: absolute;
    top: 8px;
    right: 20px;
    cursor: pointer;
    z-index: 9;
    color: #ffffff;
    font-size: 16px;
    margin: 0;
}
.modal-win #modal-close:hover {
    color: #0aff16;
}
.lucky_wheel{
    z-index: 99;
}
.form_lucky h2{
    background: #F32735;
    color: #fff;
    line-height: 77px;
    text-align: center;
    font-size: 24px;
    margin-bottom: 0;
    border-radius: 20px 20px 0 0;
}
.form_lucky > div{
    padding: 30px;
}
.form_lucky > div p{
    font-size: 16px;
    color: #141414;
    margin-bottom: 0;
}
.form_lucky > div h3{
    font-size: 32px;
    color: #00006A;
    margin-bottom: 0;
    text-align: center;
}
.form_lucky > div h4{
    font-size: 18px;
    color: #333;
    text-align: left;
    margin-bottom: 5px;
    font-weight: 500;
}
.form_lucky .hide{
    display: none;
}
.form_lucky label{
    text-align: left;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    display: block;
}
.form_lucky input{
    height: 40px;
    border-radius: 6px;
    box-shadow: unset !important;
    margin-bottom: 18px;
}
.form_lucky .wpcf7-submit{
    margin: 0 auto !important;
    border-radius: 33px;
    background: #F32735;
    font-size: 16px;
    font-weight: bold;
    text-transform: inherit;
    line-height: 51px;
    height: 51px;
    display: block;
    width: 143px;
}
.form_lucky .wpcf7-spinner{
    display: none;
}
.lucky_wheel .title h3{
    font-size: 40px;
    color: #111111;
    margin-bottom: 10px;
    line-height: 50px;
}
.lucky_wheel .title h2{
    font-size: 64px;
    line-height: 74px;
    margin-bottom: 10px;
    color: #F32735;
}


.lucky_wheel {
    margin-top: -80px;
}

.lucky_wheel .row {
    margin-top: 110px;
}

.lucky_wheel .row .col .text-center {
    margin-bottom: 30px;
}


@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-20px);
    }

    60% {
        transform: translateY(-10px);
    }
}

.spinBtn3 {
    width: 50px;
    height: 50px;
    background-color: #3498db;
    cursor: pointer;
    animation: bounce 1s infinite;
}


@media only screen and (max-width: 1024px) {
    .lucky_wheel {
        margin-top: -110px;
    }
}



@media only screen and (max-width: 480px) {
    .lucky_wheel .row {
        margin-top: -100px;
    }

    .lucky_wheel .title h3 {
        font-size: 28px;
        line-height: 35px;
        font-weight: 800;
    }
}


.modal-win form{
    margin-bottom: 0;
}
.d-none {
    display: none;
}

.pyro {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}
.pyro>.before,
.pyro>.after {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    box-shadow: -120px -218.66667px blue, 248px -16.66667px #00ff84, 190px 16.33333px #002bff, -113px -308.66667px #ff009d, -109px -287.66667px #ffb300, -50px -313.66667px #ff006e, 226px -31.66667px #ff4000, 180px -351.66667px #ff00d0, -12px -338.66667px #00f6ff, 220px -388.66667px #99ff00, -69px -27.66667px #ff0400, -111px -339.66667px #6200ff, 155px -237.66667px #00ddff, -152px -380.66667px #00ffd0, -50px -37.66667px #00ffdd, -95px -175.66667px #a6ff00, -88px 10.33333px #0d00ff, 112px -309.66667px #005eff, 69px -415.66667px #ff00a6, 168px -100.66667px #ff004c, -244px 24.33333px #ff6600, 97px -325.66667px #ff0066, -211px -182.66667px #00ffa2, 236px -126.66667px #b700ff, 140px -196.66667px #9000ff, 125px -175.66667px #00bbff, 118px -381.66667px #ff002f, 144px -111.66667px #ffae00, 36px -78.66667px #f600ff, -63px -196.66667px #c800ff, -218px -227.66667px #d4ff00, -134px -377.66667px #ea00ff, -36px -412.66667px #ff00d4, 209px -106.66667px #00fff2, 91px -278.66667px #000dff, -22px -191.66667px #9dff00, 139px -392.66667px #a6ff00, 56px -2.66667px #0099ff, -156px -276.66667px #ea00ff, -163px -233.66667px #00fffb, -238px -346.66667px #00ff73, 62px -363.66667px #0088ff, 244px -170.66667px #0062ff, 224px -142.66667px #b300ff, 141px -208.66667px #9000ff, 211px -285.66667px #ff6600, 181px -128.66667px #1e00ff, 90px -123.66667px #c800ff, 189px 70.33333px #00ffc8, -18px -383.66667px #00ff33, 100px -6.66667px #ff008c;
    -moz-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
    -webkit-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
    -o-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
    -ms-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
    animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
}

.pyro>.after {
    -moz-animation-delay: 1.25s, 1.25s, 1.25s;
    -webkit-animation-delay: 1.25s, 1.25s, 1.25s;
    -o-animation-delay: 1.25s, 1.25s, 1.25s;
    -ms-animation-delay: 1.25s, 1.25s, 1.25s;
    animation-delay: 1.25s, 1.25s, 1.25s;
    -moz-animation-duration: 1.25s, 1.25s, 6.25s;
    -webkit-animation-duration: 1.25s, 1.25s, 6.25s;
    -o-animation-duration: 1.25s, 1.25s, 6.25s;
    -ms-animation-duration: 1.25s, 1.25s, 6.25s;
    animation-duration: 1.25s, 1.25s, 6.25s;
}

@-webkit-keyframes bang {
    from {
        box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white;
    }
}

@-moz-keyframes bang {
    from {
        box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white;
    }
}

@-o-keyframes bang {
    from {
        box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white;
    }
}

@-ms-keyframes bang {
    from {
        box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white;
    }
}

@keyframes bang {
    from {
        box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white;
    }
}

@-webkit-keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0;
    }
}

@-moz-keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0;
    }
}

@-o-keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0;
    }
}

@-ms-keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0;
    }
}

@keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0;
    }
}

@-webkit-keyframes position {

    0%,
    19.9% {
        margin-top: 10%;
        margin-left: 40%;
    }

    20%,
    39.9% {
        margin-top: 40%;
        margin-left: 30%;
    }

    40%,
    59.9% {
        margin-top: 20%;
        margin-left: 70%;
    }

    60%,
    79.9% {
        margin-top: 30%;
        margin-left: 20%;
    }

    80%,
    99.9% {
        margin-top: 30%;
        margin-left: 80%;
    }
}

@-moz-keyframes position {

    0%,
    19.9% {
        margin-top: 10%;
        margin-left: 40%;
    }

    20%,
    39.9% {
        margin-top: 40%;
        margin-left: 30%;
    }

    40%,
    59.9% {
        margin-top: 20%;
        margin-left: 70%;
    }

    60%,
    79.9% {
        margin-top: 30%;
        margin-left: 20%;
    }

    80%,
    99.9% {
        margin-top: 30%;
        margin-left: 80%;
    }
}

@-o-keyframes position {

    0%,
    19.9% {
        margin-top: 10%;
        margin-left: 40%;
    }

    20%,
    39.9% {
        margin-top: 40%;
        margin-left: 30%;
    }

    40%,
    59.9% {
        margin-top: 20%;
        margin-left: 70%;
    }

    60%,
    79.9% {
        margin-top: 30%;
        margin-left: 20%;
    }

    80%,
    99.9% {
        margin-top: 30%;
        margin-left: 80%;
    }
}

@-ms-keyframes position {

    0%,
    19.9% {
        margin-top: 10%;
        margin-left: 40%;
    }

    20%,
    39.9% {
        margin-top: 40%;
        margin-left: 30%;
    }

    40%,
    59.9% {
        margin-top: 20%;
        margin-left: 70%;
    }

    60%,
    79.9% {
        margin-top: 30%;
        margin-left: 20%;
    }

    80%,
    99.9% {
        margin-top: 30%;
        margin-left: 80%;
    }
}

@keyframes position {

    0%,
    19.9% {
        margin-top: 10%;
        margin-left: 40%;
    }

    20%,
    39.9% {
        margin-top: 40%;
        margin-left: 30%;
    }

    40%,
    59.9% {
        margin-top: 20%;
        margin-left: 70%;
    }

    60%,
    79.9% {
        margin-top: 30%;
        margin-left: 20%;
    }

    80%,
    99.9% {
        margin-top: 30%;
        margin-left: 80%;
    }
}