.container{max-width:435px;width:100%;height:100vh;margin:0 auto}.backdrop__slot{display:none;position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000d9;z-index:109;opacity:0;pointer-events:none;transition:opacity .1s ease}.backdrop__slot.active{display:flex;flex-direction:row;align-items:center;justify-content:center;opacity:1}.slot__jackpot__wrapper{display:none;z-index:1112;width:90%;left:5%;height:60px;border-radius:19px;margin-top:275px}.slot__jackpot__wrapper.active{position:absolute;display:flex;flex-direction:row;align-items:center;justify-content:center;opacity:1}.slot__jackpot__wrapper.green{border:4px solid #6bfd77;background:linear-gradient(90deg,#5db414,#0d410a)}.slot__jackpot__wrapper.brown{background:linear-gradient(90deg,#da8a00,#41100a);border:4px solid #fdc36b}.slot__jackpot__wrapper.rose{background:linear-gradient(90deg,#da006d,#410a19);border:4px solid #fd6ba5}.slot__jackpot__wrapper.usdt{background:linear-gradient(90deg,#00daa3,#0a413c);border:4px solid #6bfdd1}.slot__jackpot__text{font-weight:700;font-size:25px;line-height:100%;text-align:center;color:#fff}.symbols__wrapper{position:absolute;display:flex;justify-content:space-around;width:73%;transform:translateY(0)}@keyframes slot-finish-spin{0%{transform:translateY(-120px);filter:blur(10px)}to{transform:translateY(0);filter:blur(0)}}@keyframes slot-spin{0%{transform:translateY(-186.66px);filter:blur(10px)}to{transform:translateY(186.66px);filter:blur(10px)}}.symbolTwo{animation:slot-spin .1s linear infinite}.symbol{display:flex;flex-direction:column;align-items:center;justify-content:center;animation:slot-finish-spin .5s cubic-bezier(.35,1.75,.75,1);width:30%;margin:0 auto}.slot__reel__img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.slot__image{max-width:435px;width:100%}.reel{display:flex;align-items:center;justify-content:center;position:absolute;top:5.55%;max-height:202px;height:calc(100vw - 33.5%);max-width:435px;width:100%;overflow:hidden}.triangle__left{z-index:1;position:absolute;transform:rotate(60deg);top:70px;left:30px;width:46px;height:53px}@keyframes triangle-shake-left{0%{transform:rotate(60deg)}4.16%{transform:rotate(80deg)}8.33%{transform:rotate(60deg)}12.5%{transform:rotate(40deg)}16.66%{transform:rotate(60deg)}20.83%{transform:rotate(80deg)}25%{transform:rotate(60deg)}29.16%{transform:rotate(40deg)}33.33%{transform:rotate(60deg)}37.5%{transform:rotate(80deg)}41.66%{transform:rotate(60deg)}45.83%{transform:rotate(40deg)}50%{transform:rotate(60deg)}54.16%{transform:rotate(80deg)}58.33%{transform:rotate(60deg)}62.5%{transform:rotate(40deg)}66.66%{transform:rotate(60deg)}70.83%{transform:rotate(80deg)}75%{transform:rotate(60deg)}79.16%{transform:rotate(40deg)}83.33%{transform:rotate(60deg)}87.5%{transform:rotate(70deg)}91.66%{transform:rotate(50deg)}95.83%{transform:rotate(65deg)}to{transform:rotate(60deg)}}.triangle__left.animate{animation:triangle-shake-left 1.2s ease-in-out}.triangle__right{z-index:1;position:absolute;top:75px;right:40px;width:46px;height:53px}.triangle__right.animate{animation:triangle-shake 1.2s ease-in-out}@keyframes triangle-shake{0%{transform:rotate(0)}4.16%{transform:rotate(20deg)}8.33%{transform:rotate(0)}12.5%{transform:rotate(-20deg)}16.66%{transform:rotate(0)}20.83%{transform:rotate(20deg)}25%{transform:rotate(0)}29.16%{transform:rotate(-20deg)}33.33%{transform:rotate(0)}37.5%{transform:rotate(20deg)}41.66%{transform:rotate(0)}45.83%{transform:rotate(-20deg)}50%{transform:rotate(0)}54.16%{transform:rotate(20deg)}58.33%{transform:rotate(0)}62.5%{transform:rotate(-20deg)}66.66%{transform:rotate(0)}70.83%{transform:rotate(20deg)}75%{transform:rotate(0)}79.16%{transform:rotate(-20deg)}83.33%{transform:rotate(0)}87.5%{transform:rotate(10deg)}91.66%{transform:rotate(-10deg)}95.83%{transform:rotate(5deg)}to{transform:rotate(0)}}.shade__top{position:absolute;top:0;width:73%;height:38px;background:linear-gradient(360deg,#221b1500,#221b1566)}.shade__bottom{position:absolute;bottom:0;width:73%;height:38px;background:linear-gradient(360deg,#221b1500,#221b1566);rotate:180deg}@keyframes shadow{0%{-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}35%{-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}85%{-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}to{-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}}.slot{position:relative;top:7%;max-width:435px;width:100%}.rectangle__bet__wrapper{display:none;background:url(./rectangle-bet.Cd7giBLi.webp) center center no-repeat;background-size:cover;width:90%;height:85px;z-index:10;top:15%;left:5%;opacity:.5;transform:scale(.7)}.active.rectangle__bet__wrapper{position:absolute;display:flex;align-items:center;justify-content:center;animation:rectangleBet 1s linear 0s;opacity:1;transform:scale(1)}@keyframes rectangleBet{0%{opacity:.5;transform:scale(.6)}50%{opacity:1;transform:scale(.8)}80%{opacity:1;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.rectangle__bet__title{font-weight:800;font-size:41px;line-height:41px;text-shadow:0px 4px 0px #00000040}.slot__win__wrapper{position:absolute;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.5rem;top:-50px;left:15%;background:radial-gradient(50% 100% at 50% 0%,#00b08b,#005d49);border:4px solid #c5c5c5;width:70%;height:58px;border-radius:19px 19px 0 0}.slot__win__img__wrapper{display:flex;align-items:center;justify-content:center;gap:.375rem;transform:scale(0)}.slot__win__img__wrapper.active{animation:winImgSize 1.2s ease-in-out 0s;transform:scale(1)}@keyframes winImgSize{0%{transform:scale(0)}25%{transform:scale(1)}50%{transform:scale(1)}75%{transform:scale(1)}to{transform:scale(1)}}.slot__win__img{width:30px;height:30px;-o-object-fit:contain;object-fit:contain}.slot__win__text{font-size:24px;font-weight:600;line-height:100%;color:#fff}.slot__bet__container{position:absolute;top:37%;left:0;width:100%}.slot__bet__btn{display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#ffda2d,#fda714 92%,#ffda2d);box-shadow:0 2.32px #1a2d4b;border:1px solid #1a2d4b;color:#1a2d4b;font-size:13px;font-weight:800;line-height:100%;border-radius:10px;width:130px;height:33px;margin:0 auto;position:relative;z-index:10}.slot__bet__btn:active{background:linear-gradient(180deg,#a88c08,#a26704 92%,#a48802)}.slot__bet__btn__img{width:16px;height:24px;-o-object-fit:contain;object-fit:contain}.slot__bet__progress{position:relative;display:flex;align-items:center;justify-content:center;width:80vw;max-width:250px;margin:6px auto}.slot__bet__scale{display:flex;height:30px;width:100%;margin-left:auto;border:2px solid #b60f43;background:#4b1a25;border-radius:12px;position:relative}.bet__inside__scale{height:100%;margin-top:auto;border:2px solid #b60f43;background:#ff0e5a;width:90%;transition:width .3s ease;border-radius:9px;position:relative;overflow:hidden}.slot__bet__plus__wrapper{width:33px;min-width:33px;height:33px;min-height:33px;border-radius:10px;margin-left:5px;position:relative;z-index:10}.slot__bet__plus{display:flex;align-items:center;justify-content:center;background:#ff598e;border:3px solid #4b1a25;width:100%;height:100%;border-radius:7px}.slot__bet__plus__icon{width:15px;height:15px;-o-object-fit:contain;object-fit:contain}.bet__progress__img{width:41px;height:41px;-o-object-fit:contain;object-fit:contain;position:absolute;left:-10px;top:-5px;z-index:1}.bet__progress__balance{position:absolute;z-index:1;left:36%;top:3px;color:#fff;white-space:nowrap;text-shadow:-1px -1px 0 black,1px -1px 0 black,-1px 1px 0 black,1px 1px 0 black,-1px 1px 0 black,1px 1px 0 black;font-size:18px;font-weight:800;line-height:100%}.slot__bet__bonus{background:linear-gradient(180deg,#4b1a25,#701a2d);width:-moz-max-content;width:max-content;margin:-11px auto 0;height:22px;padding:2px 18px;border-radius:0 0 12px 12px}.bet__bonus__title{color:#fff;font-size:15px;font-weight:700;line-height:120%}.slot__btn__wrapper{position:relative;bottom:170px;left:50%;transform:translate(-50%);z-index:1;width:200px;height:125px}.slot__btn{width:171px;height:85px;position:absolute;top:-6px;z-index:1;left:50%;transform:translate(-50%)}.btnAnimation{animation:btn-animation .5s cubic-bezier(.35,1.75,.75,1)}@keyframes btn-animation{0%{top:-6px}50%{top:16px}to{top:-6px}}.slot__btn__back{width:204px;height:121px;position:absolute;top:1px;left:50%;transform:translate(-50%)}.slot__btn__front{width:204px;height:55px;position:absolute;top:66px;z-index:2;left:50%;transform:translate(-50%)}@media (max-width: 420px){.reel{top:5.55%;max-height:200px;height:calc(100vw - 34.5%)}}@media (max-width: 390px){.slot{top:8%}.reel{max-height:183px;height:calc(100vw - 34%)}.slot__reel__img{width:90%;height:90%}.slot__btn__wrapper{bottom:150px}.slot__btn__front{width:190px;height:50px;position:absolute;top:56px;z-index:2}.slot__btn__back{width:190px;height:103px;position:absolute;top:1px}.slot__btn{width:160px;height:75px;position:absolute;top:-6px;z-index:1}}@media (max-width: 370px){.reel{max-height:174px}.slot__bet__progress{max-width:225px}.slot__btn__wrapper{bottom:125px}}@media (max-width: 360px){.reel{max-height:169px;height:calc(100vw - 33.5%)}.triangle__left{transform:rotate(60deg);top:60px;left:24px;width:39px;height:45px}.triangle__right{top:65px;right:34px;width:39px;height:45px}.slot__bet__container{top:35%}.slot__bet__btn{font-size:12px;width:104px;height:30px}}@media (max-width: 350px){.slot__bet__progress{max-width:210px}.bet__progress__img{width:35px;height:35px}.slot__bet__scale{height:24px}.bet__progress__balance{font-size:15px}}@media (max-width: 340px){.slot{top:9%}.reel{max-height:158px;height:calc(100vw - 33%)}.triangle__right{top:60px}.triangle__left{top:55px}.slot__btn__wrapper{bottom:100px}}.no__spins__modal__content{bottom:5%;background:radial-gradient(100% 100% at 50% 0%,#b30051,#400215 60.5%,#140307);border:2px solid #d43467;width:96%;border-radius:29px;max-width:420px;z-index:140!important;padding:18px;height:-moz-max-content;height:max-content}.feel__lucky__modal__content{bottom:3%;background:radial-gradient(177.01% 100% at 50% 0%,#fb0,#210606 64%,#0f0000);border:2px solid #ffdb70;width:96%;border-radius:29px;max-width:420px;z-index:130!important;padding:18px}.no__spins__advertisement--image{width:37px;height:37px}.no__spins__advertisement--button{display:flex;justify-content:center;align-items:center;width:100%;gap:8px;margin-top:12px;padding:15px 0;border-radius:12px;background:linear-gradient(180deg,#fff200,#f68f09);border:3px solid #f2df76}.no__spins__advertisement--text{font-weight:600;font-size:16.41px;line-height:100%;letter-spacing:-1%}@keyframes modalEnter{0%{transform:translate(-50%,100%);opacity:0}to{transform:translate(-50%);opacity:1}}.header__image{display:none;left:50%;bottom:60%;z-index:111;transform:translate(-50%);position:fixed;width:100%;max-width:430px;animation:modalEnter .1s ease-out forwards}.header__image.active{display:flex}.bg__pattern2{position:absolute;margin-left:-22px;margin-right:-22px;width:100%;top:70%;z-index:-1}.feel__lucky__title__wrapper{margin-left:auto;margin-right:auto;text-align:center;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity));width:-moz-max-content;width:max-content;background:#0000004d;border-radius:10px;font-size:26px;font-weight:600;padding:11px 26px}.subtext{text-align:center;font-size:16px}.subtext span{text-transform:uppercase;font-weight:700}.nospins__title{margin-left:auto;margin-right:auto;text-align:center;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity));background:#4d031d;border-radius:10px;font-size:28px;font-weight:600;padding:11px 26px;width:-moz-max-content;width:max-content}.refill__timer{background:#3c0303;font-weight:700;padding:5px 10px;border-radius:8px}.subtext__spins{color:#ffd70e;font-weight:700;text-transform:uppercase}hr{border:1px solid #9d294e}.share__btn{margin-left:auto;margin-right:auto;display:flex;align-items:center;justify-content:center;gap:10px;background:linear-gradient(180deg,#fff200,#f68f09);max-width:362px;width:100%;height:72px;border-radius:12px;margin-top:18px;font-weight:600;font-size:18px}.spin__btn__img{width:20px!important;height:20px!important;-o-object-fit:contain;object-fit:contain}.share__btn img{width:36px;height:36px;-o-object-fit:contain;object-fit:contain}.separator{height:36px;width:1px;background:#0003}.important__notice{text-align:center;margin-top:18px;color:#ffcece;font-size:17px}@media (max-width: 400px){.important__notice{font-size:16px;margin-top:15px}}@media (max-width: 380px){.feel__lucky__title__wrapper,.nospins__title{font-size:22px;padding:10px 20px}.no__spins__btn{height:66px}.share__btn{height:66px;margin-top:16px;font-size:17px}.share__btn img{width:33px;height:33px}.important__notice{font-size:15px}}@media (max-width: 360px){.header__image{bottom:58%}.feel__lucky__title__wrapper,.nospins__title{font-size:20px;padding:8px 18px}.share__btn{height:60px;margin-top:14px;font-size:16px}.share__btn img{width:30px;height:30px}.important__notice{font-size:14px}}@media (max-width: 340px){.nospins__title{font-size:17px;padding:6px 16px}.no__spins__btn{height:60px}}@media (max-height: 850px){.header__image{bottom:62%}}@media (max-height: 780px){.header__image{bottom:66%}}@media (max-height: 730px){.header__image{bottom:70%}}@media (min-height: 1000px){.header__image{bottom:50%}}
