@keyframes pulsar{0%{transform:scale(1) rotate(-5deg)}50%{transform:scale(1.3) rotate(0)}100%{transform:scale(1) rotate(-5deg)}}@keyframes pulsar2{0%{transform:scale(1) rotate(-5deg)}50%{transform:scale(1.1) rotate(0)}100%{transform:scale(1) rotate(-5deg)}}@keyframes rotate{0%{transform:rotate(-0.5deg)}50%{transform:scale(1.02) rotate(0)}100%{transform:rotate(-0.5deg)}}@keyframes rotate-shake{0%{transform:rotate(-5deg)}50%{transform:rotate(5deg)}100%{transform:rotate(-5deg)}}@keyframes rotate-circle{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes cards-animation{0%{transform:scale(0.75) translateY(40px);z-index:0;opacity:0}16.6%{transform:scale(0.9) translateY(40px);z-index:2;opacity:1}33.3%{transform:scale(1) translateY(80px);z-index:3;opacity:1}50%{transform:translateY(130px) scale(0.9);z-index:1;opacity:0}100%{transform:scale(0.75) translateY(40px);z-index:0;opacity:0}}@keyframes card-sequence{0%,16.6%{transform:scale(1)}8.3%{transform:scale(1.1);box-shadow:0px 0px 20px 0px rgba(235,255,7,.5019607843)}}*:focus{outline:none}::-moz-focus-inner,::-moz-focus-outer{border:0;outline:none}h1{margin:0 0 30px;text-align:center;font-size:25px}.text-shadow{position:relative;display:inline-block}.text-shadow::after,.text-shadow::before{content:attr(data-text);position:absolute;left:0;right:0;top:0;z-index:0}.text-shadow::before{-webkit-text-stroke:4px #0a2a68}.mark{color:#ffd600;display:inline-block}.subtitle{font-size:16px;font-weight:600;margin-bottom:16px;text-align:center}.title{font-size:26px;font-weight:700;display:flex;align-items:center;line-height:1.45}@media only screen and (min-width: 768px){.title{font-size:32px}}.title.warning{color:#ffd600}.title img{width:28px;display:inline-block;margin-right:3px}.text-success{color:#00ef43}.text-white{color:#fff;margin:0 5px}html{min-height:100%;height:auto}@media only screen and (min-width: 992px){html{max-height:100vh}}*{box-sizing:border-box}*::-webkit-scrollbar{width:4px}*::-webkit-scrollbar-thumb{background-color:rgba(12,5,72,.8)}body{position:relative;width:100%;min-width:320px;min-height:100vh;margin:0;font-weight:400;line-height:1.3;font-family:"Work Sans",sans-serif;color:#fff;overflow-x:hidden;display:flex;justify-content:space-between;flex-direction:column}body:before,body:after{content:"";left:0;right:0;height:30%;position:absolute;z-index:4;opacity:.7}@media only screen and (min-width: 992px){body:before{top:0;height:30%;z-index:1;background:linear-gradient(0deg, rgba(26, 6, 6, 0) 1.1%, rgba(26, 6, 6, 0.5) 22.79%, #1A0606 49.23%)}}body:after{bottom:0;background:linear-gradient(181deg, rgba(11, 2, 2, 0) 10.1%, rgba(11, 2, 2, 0.7) 22.79%, #0B0202 49.23%);opacity:.8}@media only screen and (min-width: 768px){body.overlay-active:before{opacity:1;visibility:visible}}main{padding:70px 0 0;overflow:hidden;flex-grow:1;position:relative;min-height:100vh}@media only screen and (min-width: 992px){main{padding:140px 0 0}}main::before{content:"";position:fixed;top:-2%;left:-2%;right:-2%;bottom:-2%;animation:rotate 6s ease-in-out infinite;background:url(assets/images/bg.jpg) no-repeat 50% 50%/cover}.container{padding:0 24px;max-width:700px;margin:0 auto;width:100%;position:relative}@media only screen and (min-width: 768px){.container{justify-content:center}}a{display:inline-block;color:#018ff3;transition:all .3s}a:hover{color:#f31d53}.logo{position:absolute;z-index:10;top:30px;left:50%;transform:translateX(-50%)}@media only screen and (min-width: 992px){.logo{top:38px}}.logo img{width:158px}@media only screen and (min-width: 992px){.logo img{width:257px}}.holder{margin-bottom:20px}@media only screen and (max-width: 767px){.holder{margin-top:70px}}.hero-img{max-width:215px;z-index:3;position:absolute;right:-13px;bottom:-15%}@media only screen and (min-width: 768px){.hero-img{max-width:26%;margin:0;display:block}}@media only screen and (min-width: 992px){.hero-img{max-width:31%;z-index:3}}@media(min-width: 768px)and (orientation: portrait){.hero-img{width:300px;max-width:none}}.wheel-box{width:100%;position:relative;height:240px;pointer-events:none;z-index:6;max-width:380px}@media only screen and (min-width: 768px){.wheel-box{display:flex;flex-wrap:wrap;justify-content:space-between;height:auto}}.light-holder{position:absolute;top:0;right:0;left:0;bottom:0;transform:scale(1.7)}.light-holder img{width:100%;height:100%;object-fit:cover;animation:rotate-circle 15s linear infinite}.card{position:absolute;right:0;height:140px;width:194px;border-radius:15px;box-shadow:0 5px 20px rgba(0,0,0,.1);animation:cards-animation 6s infinite;opacity:0;transform:scale(0.75) translateY(40px);text-align:center;padding:2px}@media only screen and (min-width: 768px){.card{position:relative;animation:card-sequence 12s infinite;transform:scale(1);opacity:1;width:32%;margin-bottom:10px}}.card .inner{position:absolute;inset:2px;border-radius:15px;background:radial-gradient(41.51% 146.41% at 95.73% 0%, #4A1B5B 0%, #1C141F 100%);padding:5px}.card .heading{border-bottom:2px solid rgba(255,255,255,.1607843137);margin-bottom:12px;padding:9px;font-weight:600}.card .number{font-size:27px;font-weight:600}.card img{width:32px;height:32px}@media only screen and (max-width: 767px){.card img{margin-right:5px}}.card .content{display:flex;align-items:center;justify-content:center}@media only screen and (min-width: 768px){.card .content{flex-direction:column}}.card::before{content:"";position:absolute;inset:0;border-radius:15px;background:linear-gradient(115.12deg, #B5199C -4.84%, #4031EA 37.89%, #AED925 116.31%)}.card-1{animation-delay:0s;border:2.7px solid var(--Primary-500, #EBFF07);box-shadow:0px 0px 18.64px 0px rgba(235,255,7,.5019607843)}.card-1 .inner{background:var(--Tertiary-600, #960BA2)}.card-2{background:radial-gradient(41.51% 146.41% at 95.73% 0%, #4A1B5B 0%, #1C141F 100%);animation-delay:1s}@media only screen and (min-width: 768px){.card-2{animation-delay:2s}}.card-3{animation-delay:2s}@media only screen and (min-width: 768px){.card-3{animation-delay:4s}}.card-4{animation-delay:3s}@media only screen and (min-width: 768px){.card-4{animation-delay:6s}}.card-5{animation-delay:4s}@media only screen and (min-width: 768px){.card-5{animation-delay:8s}}.card-6{animation-delay:5s}@media only screen and (min-width: 768px){.card-6{animation-delay:10s}}.form{margin:6px 0 1px}.custom-checkbox{display:block;position:relative;padding-left:27px;margin-bottom:18px;cursor:pointer;font-size:12px;line-height:1.4;color:#fff;font-weight:400}@media only screen and (min-width: 768px){.custom-checkbox{margin-bottom:19px}}.custom-checkbox input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.custom-checkbox input:checked~.checkmark{background-color:#f5ff80}.custom-checkbox input:checked~.checkmark:after{display:block}.custom-checkbox.error .checkmark{border-color:red}.custom-checkbox a{color:#ffd600}.custom-checkbox a:hover{opacity:.8}.checkmark{content:"";position:absolute;left:0;top:0;display:block;width:16px;height:16px;border:1px solid #a891b6;border-radius:4px;background-color:#1c141f}.checkmark:after{content:"";position:absolute;display:none;width:4px;height:8px;border:2px solid #0b080c;border-width:0 2px 2px 0;top:50%;left:50%;transform:translate(-50%, -60%) rotate(45deg);border-radius:2px}.game-disabled .spinner,.game-disabled .btn-play img,.game-disabled .wheel-box:before,.game-disabled .wheel-box:after,.game-disabled .arrow{animation:none}.game-disabled .btn-play{pointer-events:none}.game-disabled .wheel-box:before{top:4px;left:4px;right:4px;bottom:4px;background:rgba(0,0,0,.6);z-index:6}.hero-holder{position:absolute;top:-7%;width:62%;left:0;z-index:9}@media only screen and (min-width: 768px){.hero-holder{top:auto;width:84%;left:-30%;bottom:0}}@media only screen and (min-width: 992px){.hero-holder{left:-53%;bottom:-17%}}.hero-holder img{width:100%}.hero-holder .hero{display:none;position:relative;z-index:1}@media only screen and (min-width: 768px){.hero-holder .hero{display:block}}@media only screen and (min-width: 768px){.hero-holder .hero-mob{display:none}}.hero-holder .particles{position:absolute;width:100%;display:none;height:100%;top:0;object-fit:cover;animation:rotate-circle 65s linear infinite}@media only screen and (min-width: 768px){.hero-holder .particles{display:block}}.main-block{border-radius:24px;position:relative;overflow:hidden;padding:2px;z-index:9}@media only screen and (min-width: 768px){.main-block{max-width:380px}}.main-block .inner{background:var(--Gradient-G15, linear-gradient(108deg, #003229 0%, #005243 102.15%));position:relative;z-index:1;border-radius:24px;padding:24px 21px 21px}.main-block::after{position:absolute;content:"";background:linear-gradient(180deg, rgb(181, 25, 156) 0%, rgb(64, 49, 234) 42%, rgb(174, 217, 37) 100%);top:0;left:0;right:0;bottom:0;border-radius:24px;overflow:hidden}.decoration{display:none;position:absolute;top:50%;left:50%;transform:translate(-50%, -59%) scale(2.1);width:100%;z-index:5}@media only screen and (min-width: 992px){.decoration{display:block}}.decoration img{width:100%;animation:pulsar 15s ease-in-out infinite}.d-flex{display:flex !important}@media only screen and (min-width: 992px){.flex-lg{display:flex !important}}.flex-column{flex-direction:column}.align-center{align-items:center}.text-left{text-align:left}.justify-center{justify-content:center}.p-relative{position:relative}.btn-play{position:absolute;top:50%;left:50%;transform:translate(-50%, -56%);border:none;background-color:rgba(0,0,0,0);z-index:2;padding:0;cursor:pointer;width:132px;transition:all .3s}@media only screen and (min-width: 992px){.btn-play{width:195px}}.btn-play img{width:100%;animation:pulsar2 5s ease infinite backwards;pointer-events:none}.btn{color:#fff;border-radius:12px;text-align:center;padding:5px 11px;display:flex;position:relative;align-items:center;justify-content:center;height:50px;font-family:"Work Sans",sans-serif;font-weight:500;transition:all .3s;text-transform:capitalize;font-size:16px;cursor:pointer;text-decoration:none;width:100%;box-shadow:0px 6px 20px -3px rgba(235,255,7,.3215686275);background-color:#ffd600;color:#0b080c}.btn:hover{opacity:.8;color:#fff;color:#0b080c}.btn.disabled{background-color:#626b00;pointer-events:none}
