@import"https://fonts.googleapis.com/css2?family=Poppins: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&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif;background:radial-gradient(circle at top,#3d0066,#12001d 45%,#000);min-height:100vh;overflow-x:hidden!important;color:#fff}a{text-decoration:none!important}.gamdom-header{background:url(/cdn/shop/files/Header_bg.jpg?v=1779773938);background-repeat:no-repeat;background-position:center center;background-size:cover;border-bottom:2px solid #ffb300;padding:30px 0;position:relative;z-index:5;overflow:hidden}.gamdom-header:before{content:"";position:absolute;left:0;right:auto;top:0;bottom:0;background-image:url(/cdn/shop/files/top_left.png?v=1779773938);background-repeat:no-repeat;background-size:cover;width:646px;height:auto}.gamdom-header:after{content:"";position:absolute;left:auto;right:0;top:0;bottom:0;background-image:url(/cdn/shop/files/top_right.png?v=1779773939);background-repeat:no-repeat;background-size:cover;width:330px;height:auto}.gamdom-menu{display:flex;justify-content:center;gap:50px;position:relative;z-index:999}.gamdom-menu a{color:#fff;font-weight:500;transition:.3s}.gamdom-menu a:hover{color:#fc0}.gamdom-quiz-section{padding:40px 10px;background:linear-gradient(0deg,#100919,#100919,#361466)!important}.gamdom-quiz-box{width:100%;max-width:650px;margin:0 auto;background:#3c0064bf;border-radius:35px;padding:25px;position:relative;overflow:hidden;background:url(/cdn/shop/files/box-bg.webp?v=1779773938);background-repeat:no-repeat;background-position:center center;background-size:cover;border:3px solid;box-shadow:#00000080 0 0 38px;animation:mymove 1s infinite}@keyframes mymove{0%{border-color:#f5e2c5}25%{border-color:#ffbf5e}75%{border-color:#f5e2c5}to{border-color:#ffbf5e}}.gamdom-quiz-step{position:relative;z-index:2}.gamdom-quiz-step.active{animation:fade .5s ease}@keyframes fade{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.gamdom-quiz-title{font-size:28px;line-height:34px;font-weight:600;font-family:"Poppins",Sans-serif;color:#fff;margin:0 0 20px;text-transform:uppercase;text-align:center}.gamdom-quiz-title span{background:linear-gradient(90deg,#ffd49a 22.99%,#e4a44c 73.57%);background-size:auto;background-clip:border-box;color:#0000;background-clip:text;animation:shine 2s linear infinite;background-size:200% auto}@keyframes shine{to{background-position:200% center}}.gamdom-logo-box{background-color:#200940;border:2px solid;animation:mymove 1s infinite;overflow:hidden;border-radius:25px;padding:0;text-align:center;margin-bottom:30px}#step2 .gamdom-logo-box img{max-width:220px}.gamdom-quiz-btn-box{display:flex;gap:15px;justify-content:center}.gamdom-quiz-btn{width:100%;border:none;border-radius:15px;padding:15px;background:linear-gradient(to right,#cf7f00,#efb500);color:#111;font-weight:700;font-size:15px;transition:all .3s ease;box-shadow:0 5px 15px #ffb7004d;cursor:pointer;text-transform:capitalize;text-align:center;letter-spacing:0!important}.gamdom-quiz-btn:hover{transform:scale(1.05)}.gamdom-option-grid{display:flex;gap:18px;margin-top:30px;flex-wrap:wrap;text-align:center}.gamdom-wheel-section{text-align:center}.wheel-wrapper{position:relative;width:420px;height:420px;margin:0 auto 30px}.pointer{position:absolute;right:-5px;top:50%;transform:translateY(-50%);width:0;height:0;border-top:22px solid transparent;border-bottom:22px solid transparent;border-right:40px solid #ff00cc;z-index:10;filter:drop-shadow(0 0 10px #ff00ff)}.wheel{width:100%;height:100%;border-radius:50%;border:12px solid #ff3df5;position:relative;overflow:hidden;transition:transform 5s cubic-bezier(.17,.67,.2,1);transform:rotate(0);box-shadow:0 0 30px #f0f,inset 0 0 30px #ffffff26;background:#2c0047}.segment{position:absolute;width:50%;height:50%;transform-origin:100% 100%;clip-path:polygon(100% 100%,0 100%,100% 0);display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px;font-weight:700;padding:15px;text-align:center}.seg1{background:#7f00ff;transform:rotate(0)}.seg2{background:#b300ff;transform:rotate(90deg)}.seg3{background:#ff00c8;transform:rotate(180deg)}.seg4{background:#ff7b00;transform:rotate(270deg)}.segment span{position:absolute;width:140px;transform:rotate(-45deg);left:45px;top:90px}.gamdom-spin-btn{width:110px;height:110px;border-radius:50%;border:6px solid #fff;background:radial-gradient(circle,#6fd3ff,#0039a6);color:#fff;font-weight:700;font-size:22px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:9;cursor:pointer;box-shadow:0 0 20px #ffffffb3}.result-box{display:none;margin-top:25px;background:#ffffff14;border:2px solid #ffcc00;padding:25px;border-radius:20px}.result-box h2{color:#fc0;margin-bottom:5px;font-size:34px}.result-box h5{margin-bottom:30px;color:#fff!important}.gamdom-footer{background:linear-gradient(0deg,#100919,#200b3d);border-top:2px solid #ffb300;padding:55px 0 20px;text-align:left}.gamdom-footer h5{font-size:18px;font-weight:600;color:#fff;margin:0 0 22px}.gamdom-footer-links{margin-bottom:25px;list-style:none;text-align:left}.gamdom-footer-links a{margin:0 0 8px;color:#ccc;font-size:14px;display:block}.gamdom-footer-links a:hover{color:#fc0}.copy-right p{color:#dedede;font-size:13px;font-weight:400;text-align:center;margin:0}.gamdom-wheel-section{text-align:center;overflow:hidden}.gamdom-wheel-main{width:520px;height:520px;margin:auto;position:relative}.wheel-bg{position:absolute;width:100%;height:100%;object-fit:contain;top:0;left:0;z-index:1;animation:pulseGlow 2s infinite alternate}.gamdom-wheel-box{position:absolute;width:100%;height:100%;top:50%;left:50%;border-radius:50%;overflow:hidden;transform:translate(-50%,-50%) rotate(0);transition:transform 5s cubic-bezier(.17,.67,.2,1);z-index:3}.wheel-image{width:100%;height:100%;object-fit:contain;position:absolute;top:0;right:0;bottom:0;left:0}.gamdom-wheel-option{position:absolute;width:150px;text-align:center;color:#fff;font-size:19px;font-weight:700;line-height:1.3;text-shadow:0 2px 5px rgba(0,0,0,.6);z-index:4}.gamdom-option1{top:175px;left:54%;transform:translateY(-50%) rotate(44deg)}.gamdom-option2{right:97px;top:67%;transform:translateY(-50%) rotate(-39deg)}.gamdom-option3{bottom:136px;right:51%;transform:translateY(-50%) rotate(53deg)}.gamdom-option4{left:94px;top:33%;transform:translateY(-50%) rotate(-35deg)}.wheel-arrow{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:90px;z-index:5;filter:drop-shadow(0 0 15px #ff00ff)}.gamdom-spin-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120px;height:120px;border:none;background:none;cursor:pointer;z-index:6}.gamdom-spin-btn img{width:100%;transition:.3s}.gamdom-spin-btn:hover img{transform:scale(1.08)}.result-box{display:none;margin-top:35px;background:#ffffff14;border:2px solid #ffcc00;padding:25px;border-radius:20px;max-width:500px;margin-left:auto;margin-right:auto;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.result-box h2{color:#fc0;font-size:30px;margin-bottom:17px;font-weight:700}.result-box h3{color:#fff;font-size:28px}@media(max-width:768px){.gamdom-wheel-main,.gamdom-wheel-box{width:300px;height:300px}.wheel-arrow{width:55px;right:-13px}.gamdom-spin-btn{width:80px;height:80px}.gamdom-wheel-option{width:110px;font-size:11px}.gamdom-option1{top:100px;left:49%}.gamdom-option3{bottom:71px;right:48%}.gamdom-option2{right:34px}.gamdom-option4{left:42px}.newsletter-form{flex:auto!important;max-width:100%!important}.newsletter-form-box{flex-wrap:wrap!important}.newsletter-content h2{font-size:26px!important}.newsletter-form-box{flex-direction:column;align-items:center;text-align:center}.newsletter-form-box .newsletter-btn{width:70%!important;margin:0 auto!important}.newsletter-input{height:45px!important;flex:auto!important}.gamdom-footer h5{font-size:16px!important}.gamdom-footer-links a{font-size:13px!important}}@media(max-width:768px){.gamdom-menu{gap:16px}.gamdom-quiz-btn-box{flex-wrap:wrap}.gamdom-quiz-title{font-size:22px}.gamdom-quiz-box{padding:25px}.gamdom-quiz-btn{width:100%;min-width:100%}.gamdom-option-grid{grid-template-columns:1fr}.wheel-wrapper{width:320px;height:320px}.segment span{width:100px;font-size:12px;left:35px;top:70px}}.gamdom-legal-pages{padding:40px 0;background:linear-gradient(0deg,#100919,#100919,#361466)!important}.gamdom-legal-box{padding:50px;background:#3c0064bf;border:3px solid #ffb300;border-radius:35px;position:relative;overflow:hidden;box-shadow:0 0 30px #ff00ff59,inset 0 0 25px #ffffff14;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.gamdom-legal-box.inner-container{width:70%;margin:0 auto;padding:40px;background:#1c0854cc;position:relative;border:6px solid;box-shadow:#fffb0080 0 0 38px;border-radius:15px;-webkit-border-radius:15px;-moz-border-radius:15px;-ms-border-radius:15px;-o-border-radius:15px;animation:mymove 1s infinite}.gamdom-legal-box h1,.gamdom-legal-box h2{color:#fff;font-size:26px;font-weight:600;margin:0 0 10px;font-family:Poppins;text-transform:uppercase}.gamdom-legal-box a{color:#ffb300!important}.gamdom-legal-box h3{font-weight:700;font-size:20px;margin:0 0 5px;color:#fff}.faq-item{margin-bottom:25px}.newsletter-section{border-top:3px solid;animation:mymove 2s infinite;border-bottom:3px solid;padding:30px 0;background-color:#220b42;position:relative}.newsletter-section:before{content:"";position:absolute;left:0;right:auto;top:0;bottom:0;background-image:url(/cdn/shop/files/bottom_left.avif?v=1779773937);background-repeat:no-repeat;background-size:cover;width:382px;height:auto}.newsletter-section:after{content:"";position:absolute;left:auto;right:0;top:0;bottom:0;background-image:url(/cdn/shop/files/bottom_right.png?v=1779773939);background-repeat:no-repeat;background-size:cover;width:414px;height:auto}.newsletter-form-box{width:100%;max-width:1200px;margin:auto;display:flex;align-items:center;justify-content:center;gap:35px;flex-wrap:wrap;position:relative;z-index:1}.newsletter-content h2{color:#fff;font-size:18px;font-weight:500;margin:0;font-family:Poppins}.newsletter-form{flex:1}.newsletter-form-box{gap:25px;max-width:1200px;margin:auto;display:flex;align-items:center;justify-content:center;gap:35px;flex-wrap:wrap;position:relative;z-index:1}.newsletter-input{flex:1;height:53px;border:none;border-radius:10px;padding:0 18px;font-size:16px;outline:none;width:100%;background-color:#430070!important;border:1px solid #756789!important;color:#fff}.newsletter-btn{font-family:"Poppins",Sans-serif;font-size:18px;font-weight:600;padding:10px 20px;text-transform:capitalize;color:#111;transition:all .5s;cursor:pointer;display:block;line-height:30px;background:linear-gradient(to right,#cf7f00,#efb500);border:none;border-radius:8px;outline:none;width:100%!important}.newsletter-form-placeholder{flex:1;max-width:55%}.field{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.field:before{display:none!important}.field:after{display:none!important}button#Subscribe{font-family:"Poppins",Sans-serif;font-size:18px;font-weight:600;padding:10px 20px;text-transform:capitalize;color:#111;transition:all .5s;cursor:pointer;display:block;line-height:30px;background:linear-gradient(to right,#cf7f00,#efb500);border:none;border-radius:8px;outline:none;position:relative;width:auto!important}.newsletter-form__field-wrapper input{flex:1;height:53px;border:none;border-radius:10px;padding:0 18px;font-size:16px;outline:none;width:100%;background-color:#430070!important;border:1px solid #756789!important;color:#fff}.newsletter-form__field-wrapper input::placeholder{color:#fff!important;display:block;opacity:1!important}footer.gamdom-footer{margin:0;display:flex;align-items:center;padding:55px 0 20px;background:#100919;background:linear-gradient(0deg,#100919,#200b3d)}.footer-column.gamdom-footer-wrapper h5{font-size:16px;font-weight:600;color:#fff;margin:0 0 16px}.column-body ul li{list-style:none!important}.column-body ul li a{margin:0 0 2px;color:#ccc;font-size:13px;position:relative;padding:0 0 0 20px}.column-body ul li a:hover{color:#e4a44c}.column-body ul li a:before{content:"\f105";font-family:"Font Awesome 6 Free";font-weight:900;margin-right:5px;position:absolute;left:0;right:auto;top:0;bottom:0}.form__message{color:#7dffb3!important;margin-top:12px;font-size:14px!important;font-weight:600}.field__input:focus{padding:0 18px;border-radius:10px;box-shadow:none!important}@media(min-width:1200px){.gamdom-legal-pages .container{max-width:1140px!important}}@media screen and (max-width:991px){.newsletter-form-placeholder{flex:1;max-width:100%}.newsletter-form__field-wrapper input{max-width:100%!important;min-width:100%!important}.field{justify-content:center}.newsletter-form__field-wrapper input::placeholder{text-align:center;margin:auto!important}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/style.css.map */
