@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+Thai:wght@100..900&display=swap");

.kanit-thin {
    font-family: "Kanit", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.kanit-extralight {
    font-family: "Kanit", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.kanit-light {
    font-family: "Kanit", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.kanit-regular {
    font-family: "Kanit", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.kanit-medium {
    font-family: "Kanit", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.kanit-semibold {
    font-family: "Kanit", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.kanit-bold {
    font-family: "Kanit", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.kanit-extrabold {
    font-family: "Kanit", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.kanit-black {
    font-family: "Kanit", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.kanit-thin-italic {
    font-family: "Kanit", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.kanit-extralight-italic {
    font-family: "Kanit", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.kanit-light-italic {
    font-family: "Kanit", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.kanit-regular-italic {
    font-family: "Kanit", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.kanit-medium-italic {
    font-family: "Kanit", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.kanit-semibold-italic {
    font-family: "Kanit", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.kanit-bold-italic {
    font-family: "Kanit", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.kanit-extrabold-italic {
    font-family: "Kanit", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.kanit-black-italic {
    font-family: "Kanit", sans-serif;
    font-weight: 900;
    font-style: italic;
}

body {
    font-family: "Noto Sans", sans-serif;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 500px auto;
    background-position: bottom center;
    background-size: 100% 100%;
    background-color: #313131; /* Added background color */
    position: relative;
    margin: auto;
    padding-bottom: 50px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Kanit", sans-serif;
    font-weight: 700;
    color: #fff;
}

canvas {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0;
}

.hide-by-clipping {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

img.fr-rounded,
.fr-img-caption.fr-rounded img {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

img.fr-bordered,
.fr-img-caption.fr-bordered img {
    border: solid 5px #ccc;
}

img.fr-bordered {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.fr-img-caption.fr-bordered img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img.fr-shadow,
.fr-img-caption.fr-shadow img {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12),
        0 1px 1px 1px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12),
        0 1px 1px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
}

.fr-view {
    word-wrap: break-word;
}

.fr-view span[style~="color:"] a {
    color: inherit;
}

.fr-view strong {
    font-weight: 700;
}

.fr-view table {
    border: 0;
    border-collapse: collapse;
    empty-cells: show;
    max-width: 100%;
}

.fr-view table td {
    min-width: 5px;
}

.fr-view table.fr-dashed-borders td,
.fr-view table.fr-dashed-borders th {
    border-style: dashed;
}

.fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
    background: #f5f5f5;
}

.fr-view table td,
.fr-view table th {
    border: 1px solid #ddd;
}

.fr-view table td:empty,
.fr-view table th:empty {
    height: 20px;
}

.fr-view table td.fr-highlighted,
.fr-view table th.fr-highlighted {
    border: 1px double red;
}

.fr-view table td.fr-thick,
.fr-view table th.fr-thick {
    border-width: 2px;
}

.fr-view table th {
    background: #e6e6e6;
}

.fr-view hr {
    clear: both;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    page-break-after: always;
}

.fr-view .fr-file {
    position: relative;
}

.fr-view .fr-file::after {
    position: relative;
    content: "\1F4CE";
    font-weight: 400;
}

.fr-view pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: visible;
}

.fr-view[dir="rtl"] blockquote {
    border-left: 0;
    border-right: solid 2px #5e35b1;
    margin-right: 0;
    padding-right: 5px;
    padding-left: 0;
}

.fr-view[dir="rtl"] blockquote blockquote {
    border-color: #00bcd4;
}

.fr-view[dir="rtl"] blockquote blockquote blockquote {
    border-color: #43a047;
}

.fr-view blockquote {
    border-left: solid 2px #5e35b1;
    margin-left: 0;
    padding-left: 5px;
    color: #5e35b1;
}

.fr-view blockquote blockquote {
    border-color: #00bcd4;
    color: #00bcd4;
}

.fr-view blockquote blockquote blockquote {
    border-color: #43a047;
    color: #43a047;
}

.fr-view span.fr-emoticon {
    font-weight: 400;
    font-family: "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji,
        "Segoe UI Symbol", "Android Emoji", EmojiSymbols;
    display: inline;
    line-height: 0;
}

.fr-view span.fr-emoticon.fr-emoticon-img {
    background-repeat: no-repeat !important;
    font-size: inherit;
    height: 1em;
    width: 1em;
    min-height: 20px;
    min-width: 20px;
    display: inline-block;
    margin: -0.1em 0.1em 0.1em;
    line-height: 1;
    vertical-align: middle;
}

.fr-view .fr-text-gray {
    color: #aaa !important;
}

.fr-view .fr-text-bordered {
    border-top: solid 1px #222;
    border-bottom: solid 1px #222;
    padding: 10px 0;
}

.fr-view .fr-text-spaced {
    letter-spacing: 1px;
}

.fr-view .fr-text-uppercase {
    text-transform: uppercase;
}

.fr-view img {
    position: relative;
    max-width: 100%;
}

.fr-view img.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
}

.fr-view img.fr-dib.fr-fil {
    margin-left: 0;
    text-align: left;
}

.fr-view img.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right;
}

.fr-view img.fr-dii {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(100% - (2 * 5px));
}

.fr-view img.fr-dii.fr-fil {
    float: left;
    margin: 5px 5px 5px 0;
    max-width: calc(100% - 5px);
}

.fr-view img.fr-dii.fr-fir {
    float: right;
    margin: 5px 0 5px 5px;
    max-width: calc(100% - 5px);
}

.fr-view span.fr-img-caption {
    position: relative;
    max-width: 100%;
}

.fr-view span.fr-img-caption.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
}

.fr-view span.fr-img-caption.fr-dib.fr-fil {
    margin-left: 0;
    text-align: left;
}

.fr-view span.fr-img-caption.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right;
}

.fr-view span.fr-img-caption.fr-dii {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(100% - (2 * 5px));
}

.fr-view span.fr-img-caption.fr-dii.fr-fil {
    float: left;
    margin: 5px 5px 5px 0;
    max-width: calc(100% - 5px);
}

.fr-view span.fr-img-caption.fr-dii.fr-fir {
    float: right;
    margin: 5px 0 5px 5px;
    max-width: calc(100% - 5px);
}

.fr-view .fr-video {
    text-align: center;
    position: relative;
}

.fr-view .fr-video > * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 100%;
    border: 0;
}

.fr-view .fr-video.fr-dvb {
    display: block;
    clear: both;
}

.fr-view .fr-video.fr-dvb.fr-fvl {
    text-align: left;
}

.fr-view .fr-video.fr-dvb.fr-fvr {
    text-align: right;
}

.fr-view .fr-video.fr-dvi {
    display: inline-block;
}

.fr-view .fr-video.fr-dvi.fr-fvl {
    float: left;
}

.fr-view .fr-video.fr-dvi.fr-fvr {
    float: right;
}

.fr-view a.fr-strong {
    font-weight: 700;
}

.fr-view a.fr-green {
    color: green;
}

.fr-view .fr-img-caption {
    text-align: center;
}

.fr-view .fr-img-caption .fr-img-wrap {
    padding: 0;
    display: inline-block;
    margin: auto;
    text-align: center;
    width: 100%;
}

.fr-view .fr-img-caption .fr-img-wrap img {
    display: block;
    margin: auto;
    width: 100%;
}

.fr-view .fr-img-caption .fr-img-wrap > span {
    margin: auto;
    display: block;
    padding: 5px 5px 10px;
    font-size: 14px;
    font-weight: initial;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
    filter: "alpha(Opacity=0)";
    width: 100%;
    text-align: center;
}

.fr-view button.fr-rounded,
.fr-view input.fr-rounded,
.fr-view textarea.fr-rounded {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.fr-view button.fr-large,
.fr-view input.fr-large,
.fr-view textarea.fr-large {
    font-size: 24px;
}

a.fr-view.fr-strong {
    font-weight: 700;
}

a.fr-view.fr-green {
    color: green;
}

img.fr-view {
    position: relative;
    max-width: 100%;
}

img.fr-view.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
}

img.fr-view.fr-dib.fr-fil {
    margin-left: 0;
    text-align: left;
}

img.fr-view.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right;
}

img.fr-view.fr-dii {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(100% - (2 * 5px));
}

img.fr-view.fr-dii.fr-fil {
    float: left;
    margin: 5px 5px 5px 0;
    max-width: calc(100% - 5px);
}

img.fr-view.fr-dii.fr-fir {
    float: right;
    margin: 5px 0 5px 5px;
    max-width: calc(100% - 5px);
}

span.fr-img-caption.fr-view {
    position: relative;
    max-width: 100%;
}

span.fr-img-caption.fr-view.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
}

span.fr-img-caption.fr-view.fr-dib.fr-fil {
    margin-left: 0;
    text-align: left;
}

span.fr-img-caption.fr-view.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right;
}

span.fr-img-caption.fr-view.fr-dii {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(100% - (2 * 5px));
}

span.fr-img-caption.fr-view.fr-dii.fr-fil {
    float: left;
    margin: 5px 5px 5px 0;
    max-width: calc(100% - 5px);
}

span.fr-img-caption.fr-view.fr-dii.fr-fir {
    float: right;
    margin: 5px 0 5px 5px;
    max-width: calc(100% - 5px);
}

body.modal-open {
    position: relative;
    overflow: hidden !important;
}

body div {
    z-index: 2;
    position: relative;
}

.text-center {
    text-align: center;
}

.header {
    padding-top: 0;
}

.header .head-top {
    font-size: 24px;
    color: #cecac3;
    font-family: "Kanit" !important;
    margin-bottom: 10px;
}

.grandprize-value {
    font-family: "Kanit", sans-serif;
    font-size: 28px;
    color: #ffa200;
    font-weight: bold;
    max-width: 400px;
    margin: auto;
    border: 2px solid #ccc;
    margin: 10px auto;
    padding: 7px 10px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 15px rgba(255, 162, 0, 0.5), 0 0 30px rgba(255, 162, 0, 0.3);
}

.text-game {
    font-family: "Kanit", sans-serif;
    font-size: 2rem;
    color: #fdd835;
    text-align: center;
}

.spinner-wrapper {
    margin: auto;
    width: 496px;
    height: 500px;
}

.spinner {
    position: relative;
    width: 100%;
}

.btn-spin {
    background: #000;
    color: #ffffff;
    height: 50px;
    border-radius: 5rem;
    padding: 0px !important;
    border: 1px solid rgba(255, 184, 47, 0.55);
    max-width: 250px;
    width: 100%;
    font-size: 24px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: bold;
    transition: transform 0.2s;
    position: relative;
}

.btn-spin:before,
.btn-spin:after {
    content: "";
    position: absolute;
    left: -4px;
    top: -4px;
    background: linear-gradient(
        145deg,
        #ffe002,
        #ffe002,
        #d33737,
        #d33737,
        #ffe002,
        #ffe002,
        #d33737,
        #d33737,
        #ffe002,
        #ffe002
    );
    background-size: 400%;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    z-index: -1;
    border-radius: 5rem;
    animation: steam 20s linear infinite;
}

/* .btn-spin:hover {
    transform: scale(1.1);
} */

/* .btn-spin.active {
    animation: glowing 1500ms infinite;
} */

@keyframes glowing {
    0% {
        box-shadow: 0px 0px 20px 0px rgba(255, 184, 47, 0.55);
    }

    50% {
        box-shadow: 0px 0px 50px 10px rgba(255, 184, 47, 0.55);
    }

    100% {
        box-shadow: 0px 0px 20px 0px rgba(255, 184, 47, 0.55);
    }
}

@keyframes steam {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}

.logo_animation:after {
    filter: blur(10px);
}

.spinner-col {
    position: absolute;
    width: 123px;
    height: 501px;
    overflow: hidden;
    display: inline-block;
}

.spinner-col2 {
    left: 50%;
    transform: translateX(-50%);
}

.spinner-col3 {
    left: auto;
    right: 0px;
}

.spinner-col .img {
    background-image: url("../images/jin_0.png");
    background-repeat: repeat-y;
    width: 100%;
    height: 14400px;
    background-size: contain;
    transition: margin-top 3s;
}

.spinner-col2 .img {
    background-image: url("../images/jin1_0.png");
}

.spinner-col2 .img {
    margin-top: -311px;
    transition: margin-top 4s;
}

.spinner-col3 .img {
    margin-top: -158px;
    transition: margin-top 5s;
}

.spinner-col1.spinned-1 .img {
    margin-top: -4646px;
}

.spinner-col1.spinned-2 .img {
    margin-top: -8978px;
}

.spinner-col1.spinned-3 .img {
    margin-top: -12692px;
}

.spinner-col2.spinned-1 .img {
    margin-top: -4954px;
}

.spinner-col2.spinned-2 .img {
    margin-top: -8670px;
}

.spinner-col2.spinned-3 .img {
    margin-top: -12537px;
}

.spinner-col3.spinned-1 .img {
    margin-top: -4800px;
}

.spinner-col3.spinned-2 .img {
    margin-top: -8670px;
}

.spinner-col3.spinned-3 .img {
    margin-top: -12692px;
}

.spin-error {
    font-family: "Gotham Light";
    background: red;
    color: #fff;
    padding: 10px;
    width: 100%;
    max-width: 300px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    transform: scale(0);
    transition: all 0.5s;
}

.spin-error.active {
    transform: scale(1);
}

.spin-modal {
    position: absolute;
    top: -100%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: calc(100% - 40px);
    max-width: 400px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    z-index: 1072;
    transition: all 1s;
    animation: glowing2 1500ms infinite;
    border: 2px solid #ffa200;
    border-radius: 1rem;
}

.spin-modal.open {
    top: 50%;
    transform: translate(-50%, -50%);
}

.spin-modal-backdrop {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    z-index: 1071;
    display: none;
}

.spin-modal-header {
    padding: 10px 2px;
    background: #ffae15;
    color: #000;
    font-family: "TrajanProRegular";
    text-align: center;
    font-size: 25px;
    border-radius: 10px 10px 0 0;
}

.spin2-modal-header {
    padding: 10px 20px;
    background: #ffae15;
    color: #000;
    font-family: "TrajanProRegular";
    text-align: center;
    font-size: 1rem;
}

.spin-modal .content {
    padding: 20px 15px;
    line-height: 26px;
    text-align: left;
    background: rgba(0, 0, 0, 0.5);
}

.finalButton {
    background: #000;
    color: #fff;
    height: 50px;
    padding: 0px !important;
    border: 1px solid rgba(255, 184, 47, 0.55);
    max-width: 80%;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Gotham Light";
    margin-top: 20px;
    cursor: pointer;
    display: block;
    margin: auto;
    line-height: 50px;
    text-decoration: none;
    margin-top: 20px;
    border-radius: 10px;
    animation: pump 1800ms infinite;
    transition: transform 0.5s;
}

.finalButton:hover {
    box-shadow: 0px 0px 30px 0px rgba(255, 184, 47, 0.55);
}

/* #add css */

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 22px;
}

hr {
    border: 0;
    border-top: 1px solid #ffa200;
    margin: 5px;
}

.text-center {
    text-align: center;
}

/* Utility classes for padding */
.p-0 {
    padding: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pt-1 {
    padding-top: 0.25rem !important;
}
.pt-2 {
    padding-top: 0.5rem !important;
}
.pt-3 {
    padding-top: 1rem !important;
}
.pt-4 {
    padding-top: 1.5rem !important;
}
.pt-5 {
    padding-top: 3rem !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pb-1 {
    padding-bottom: 0.25rem !important;
}
.pb-2 {
    padding-bottom: 0.5rem !important;
}
.pb-3 {
    padding-bottom: 1rem !important;
}
.pb-4 {
    padding-bottom: 1.5rem !important;
}
.pb-5 {
    padding-bottom: 3rem !important;
}
.pl-0 {
    padding-left: 0 !important;
}
.pl-1 {
    padding-left: 0.25rem !important;
}
.pl-2 {
    padding-left: 0.5rem !important;
}
.pl-3 {
    padding-left: 1rem !important;
}
.pl-4 {
    padding-left: 1.5rem !important;
}
.pl-5 {
    padding-left: 3rem !important;
}
.pr-0 {
    padding-right: 0 !important;
}
.pr-1 {
    padding-right: 0.25rem !important;
}
.pr-2 {
    padding-right: 0.5rem !important;
}
.pr-3 {
    padding-right: 1rem !important;
}
.pr-4 {
    padding-right: 1.5rem !important;
}
.pr-5 {
    padding-right: 3rem !important;
}

/* Utility classes for margin */
.m-0 {
    margin: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-1 {
    margin-top: 0.25rem !important;
}
.mt-2 {
    margin-top: 0.5rem !important;
}
.mt-3 {
    margin-top: 1rem !important;
}
.mt-4 {
    margin-top: 1.5rem !important;
}
.mt-5 {
    margin-top: 3rem !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 0.25rem !important;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.ml-0 {
    margin-left: 0 !important;
}
.ml-1 {
    margin-left: 0.25rem !important;
}
.ml-2 {
    margin-left: 0.5rem !important;
}
.ml-3 {
    margin-left: 1rem !important;
}
.ml-4 {
    margin-left: 1.5rem !important;
}
.ml-5 {
    margin-left: 3rem !important;
}
.mr-0 {
    margin-right: 0 !important;
}
.mr-1 {
    margin-right: 0.25rem !important;
}
.mr-2 {
    margin-right: 0.5rem !important;
}
.mr-3 {
    margin-right: 1rem !important;
}
.mr-4 {
    margin-right: 1.5rem !important;
}
.mr-5 {
    margin-right: 3rem !important;
}

.fs-12 {
    font-size: 12px !important;
}
.fs-14 {
    font-size: 14px !important;
}
.fs-16 {
    font-size: 16px !important;
}
.fs-18 {
    font-size: 18px !important;
}

.fs-24 {
    font-size: 24px !important;
    line-height: normal;
}
.fs-26 {
    font-size: 26px !important;
}   


@keyframes glowing2 {
    0% {
        box-shadow: 0px 0px 20px 0px rgba(255, 184, 47, 0.55);
    }

    50% {
        box-shadow: 0px 0px 100px 10px rgba(255, 184, 47, 0.55);
    }

    100% {
        box-shadow: 0px 0px 20px 0px rgba(255, 184, 47, 0.55);
    }
}

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

    50% {
        transform: scale(1.2);
    }

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

@media only screen and (max-width: 650px) {
    .grandprize-text {
        max-width: 400px;
        width: calc(100% - 40px);
    }

    .header .head-top {
        font-size: 20px;
    }

    .grandprize-value {
        font-size: 24px;
    }

    .img-infos {
        max-width: calc(100% - 40px);
    }

    .spinner-wrapper {
        max-width: 496px;
        width: 100%;
        height: 406px;
    }

    .spinner {
        transform: scale(0.8);
    }
}

@media only screen and (max-width: 530px) {
    .spinner-wrapper {
        margin-top: -110px;
        margin-bottom: 35px;
    }

    .spinner {
        transform: scale(1);
    }

    .spinner .spinner-col {
        transform: scale(0.7);
    }

    .spinner .spinner-col2 {
        transform: translateX(-50%) scale(0.7);
    }
}
