|
.header_blue { background: #1565c0; padding: 80px 0 20px; color: #fff; font-size: 48px; font-weight: 300; margin-bottom: 40px; } .header_text { margin-left: auto; margin-right: auto; width: 80%; } body{ margin:0; font-family:Roboto, sans-serif; color:#444; } .unlockBtn:hover{ box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23); } .unlockBtn { background: #2196f3; border: none; border-radius: 2px; box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24); min-height: 31px; min-width: 70px; padding: 2px 16px; text-align: center; text-shadow: none; text-transform: uppercase; -webkit-transition: all 280ms ease; transition: all 280ms ease; box-sizing: border-box; cursor: pointer; -webkit-appearance: none; display: inline-block; vertical-align: middle; font: 500 14px/31px Roboto,sans-serif!important; outline: 0!important; color:white; } .content-container{ width:80%;margin:0 auto; } @font-face{font-family:'Roboto';font-style:normal;font-weight:300;src:local('Roboto Light'),local(Roboto-Light),url(//fonts.gstatic.com/s/roboto/v15/Pru33qjShpZSmG3z6VYwnRJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");unicode-range:U+0100-024F,U+1E00-1EFF,U+20A0-20AB,U+20AD-20CF,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;src:local('Roboto Light'),local(Roboto-Light),url(//fonts.gstatic.com/s/roboto/v15/Hgo13k-tfSpn0qi1SFdUfVtXRa8TVwTICgirnJhmVJw.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000}@font-face{font-family:'Roboto';font-style:normal;font-weight:500;src:local('Roboto Medium'),local(Roboto-Medium),url(//fonts.gstatic.com/s/roboto/v15/oOeFwZNlrTefzLYmlVV1UBJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");unicode-range:U+0100-024F,U+1E00-1EFF,U+20A0-20AB,U+20AD-20CF,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Roboto';font-style:normal;font-weight:500;src:local('Roboto Medium'),local(Roboto-Medium),url(//fonts.gstatic.com/s/roboto/v15/RxZJdnzeo3R5zSexge8UUVtXRa8TVwTICgirnJhmVJw.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000} body{ font-family: 'Alegreya Sans', sans-serif; background-repeat: no-repeat; background-size: cover; background-position: center center; min-height: 100vh; background-attachment: fixed; background-image: url("https://i.postimg.cc/rsj4Q6xy/apps-47759-13524022253005808-bb8d3386-211c-4662-81ef-15bbc4cb5198.jpg") ; animation: myAnim 15s ease-in-out 0s normal forwards; } @keyframes myAnim { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 50% 0%; } } .lastStep-text{ color: #ff5258; font-size: 26px; margin-top: 10px; text-shadow: 5px; font-weight: 900; letter-spacing: 4px; animation: bounceIn 0.5s ease-in ; font-family: 'Alegreya Sans', sans-serif; text-shadow: black 0px 0px 3px, black 0px 0px 3px, white 0px 0px 3px, black 0px 0px 3px, black 0px 0px 3px, white 0px 0px 3px; } .ads{ position: absolute; width: 100%; background-color: red; top: 770px; left: 0; } .bgani{ position: absolute; animation: bgani1 2s ease-in infinite; } @keyframes bgani1{ 0% { left:1px; transform: scale(0.5); opacity: 0.1; } 25% { opacity: 0.1;transform: rotate(10deg);} 50% { opacity: 0.1;transform: rotate(50deg);} 75% { opacity: 0.1;transform: rotate(200deg);} 100% {left:100%;transform: scale(10); opacity: 0.1;} } .bgani2{ position: absolute; animation: bgani2 2s ease-in infinite; } @keyframes bgani2{ 0% { top:100px; left:1px; transform: scale(1.5); opacity: 0.1; } 25% { opacity: 0.01;transform: rotate(10deg);} 50% { opacity: 0.01;transform: rotate(50deg);} 75% { opacity: 0.01;transform: rotate(200deg);} 100% {top:-20px; left:50%;transform: scale(10); opacity: 0.1;} } .bgani3{ position: absolute; animation: bgani3 2s ease-in infinite; } @keyframes bgani3{ 0% { top:-20px; left:70%; transform: scale(0.5); opacity: 0.1; } 25% { opacity: 0.1;transform: rotate(10deg);} 50% { opacity: 0.1;transform: rotate(50deg);} 75% { opacity: 0.1;transform: rotate(200deg);} 100% {top:100px; left:1%;transform: scale(5); opacity: 0.1;} } .logo{ position: relative; margin-top: 200px; width: 400px; margin-bottom: 35px; z-index: 2; animation: myAnim1 2s ease-in-out 0s infinite normal forwards; } @keyframes myAnim1 { 0% { transform: translate(0); } 20% { transform: translate(2px, -2px); } 40% { transform: translate(2px, 2px); } 60% { transform: translate(-2px, 2px); } 80% { transform: translate(-2px, -2px); } 100% { transform: translate(0); } } @keyframes pulse2{ 0% {transform: scale(1);} 25% {transform: scale(1);} 75% {transform: scale(0.9);} } @keyframes bounceIn{ 0%{ opacity: 0; transform: scale(0.3) translate3d(0,0,0); } 50%{ opacity: 0.9; transform: scale(1.1); } 80%{ opacity: 1; transform: scale(0.89); } 100%{ opacity: 1; transform: scale(1) translate3d(0,0,0); } } .text-lastStep{ max-width: 500px; color: white; font-family: 'Alegreya Sans', sans-serif; font-weight: 600; text-shadow: 2px 2px rgba(0,0,0,0.45); } :root{ --background:radial-gradient(#222222,#222222); --backgroundUsername:linear-gradient(to left top,#111111,#111111); --platform:linear-gradient(to left top,#111111,#111111); --SelectedPlatform:linear-gradient(to right top,#843333,#ff5258); --waitingtext:white; --UserFoundText:white; --LogoFound:rgba(255, 255, 255, 0.1); --borderbuttons:rgba(255, 255, 255, 0.1); --selectedborderbuttons:white; --gemsbuttons1:linear-gradient(to left top,#111111,#111111); --buttons:linear-gradient(to left top,#843333,#ff5258); --buttonsHover:linear-gradient(to left top,#a33e3e,#ff5e64); --boxshadow1:rgba(255, 255, 255, 0.1); --boxshadow2:rgba(255, 255, 255, 0.1); --boxshadow3:rgba(255, 255, 255, 0.1); --boxshadow4:rgba(255, 255, 255, 0.1); --boxshadow5:rgba(255, 255, 255, 0.1); } .main{ background:var(--background); width:650px; height: 450px; position: relative; margin-top: -25px; padding: 10px; -webkit-background-clip: padding-box; background-clip: padding-box; z-index: 1; border: rgba(0,0,0,0.75) solid 1px; border-radius: 20px; box-shadow: 15px 15px 45px 5px rgba(0,0,0,0.75); background: radial-gradient(circle at -16% -16%, #182b41, #234d75); } .step{ width: 60px; height: 60px; background-color: transparent; border-radius: 50%; margin-top: -40px; } .step1{ width: 450px; height: 450px; } .step1-text{ color: whitesmoke; margin-top: 10px; text-shadow: 2px 2px rgba(0,0,0,0.75); font-family: 'Alegreya Sans', sans-serif; font-size: 20px; font-weight: 900; animation: bounceIn 0.5s ease-in ; } .u-i { position: absolute; left: 50%; margin-left: -230px; outline: none; -moz-appearance: none; -webkit-appearance: none; background: rgba(0,0,0,0.75); border: none; width:355x; height: 90px; padding: 0 15px 0 70px; color: white; font-size: 28px; border-radius: 10px; font-weight: bold; animation: bounceIn 0.5s ease-in ; box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.45); } .username-icon{ left: 10px; top:25px; position: absolute; width:35px; z-index: 2; animation: bounceIn 0.5s ease-in ; filter:invert(60%); } .inputbox{ position: relative; width: 450px; height: 100px; } .selectedPlatform{ width: 100px; height: 60px; background:var(--SelectedPlatform); display: inline-table; margin-top: 15px; border-radius: 10px; padding-top: 25px; border-style: solid; border-width: 1px; border-color: rgba(255, 255, 255, 0.1); box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.45); animation: myAnim2 0.7s ease-in-out 0s 1 normal forwards; } @keyframes myAnim2 { 0% { transform: scale3d(1, 1, 1); } 30% { transform: scale3d(0.75, 1.25, 1); } 40% { transform: scale3d(1.25, 0.75, 1); } 50% { transform: scale3d(0.85, 1.15, 1); } 65% { transform: scale3d(1.05, 0.95, 1); } 75% { transform: scale3d(0.95, 1.05, 1); } 100% { transform: scale3d(1, 1, 1); } } .platform{ width: 100px; height: 60px; background: rgba(0,0,0,0.75); display: inline-table; margin-top: 20px; border-radius: 10px; padding-top: 25px; box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.45); } .platform:hover{ cursor: pointer; background-color: rgba(0,0,0,0.40); box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.40); border-radius: 10px; } @keyframes pulse{ 25% {transform: scale(0.9);} 75% {transform: scale(1);} } .grid-container { margin-left: 15px; display: grid; grid-template-columns: auto auto auto auto; } .bnt{ width:300px; height: 50px; background:var(--buttons); font-family:Arial, sans-serif; font-size: 35px; font-weight: 900; color: #171717; padding: 5px; margin-top: 50px; border-radius: 10px; border-color: var(--borderbuttons); border: rgba(0,0,0,0.75) solid 1px; box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75); } .bnt:hover{ cursor: pointer; background:var(--buttonsHover); animation: myAnim3 1.5s ease-in-out 0s infinite normal forwards; box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.25); } @keyframes myAnim3 { 0%, 100% { transform: rotate(0deg); transform-origin: 50% 100%; } 10% { transform: rotate(2deg); } 20%, 40%, 60% { transform: rotate(-4deg); } 30%, 50%, 70% { transform: rotate(4deg); } 80% { transform: rotate(-2deg); } 90% { transform: rotate(2deg); } } @keyframes pulse{ 25% {transform: scale(0.9);} 75% {transform: scale(1);} } .step2{ margin-top: 50px; width:300px; height: 200px; animation: pulse 0.5s ease-in infinite; } @keyframes step2animation1{ 25% {transform: rotate(-2deg);} 75% {transform: rotate(2deg);} } .seaching-text{ font-size: 26px; animation: pulse1 1s ease-in infinite; color:white; } .userfound-text{ font-size: 26px; color:white; font-weight: bold; text-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75); animation: pulse2 1s ease-in infinite; } .searching-box{ width: 280px; border-style: solid; border-width: 1px; border-radius: 10px; border-color: rgba(255, 255, 255, 0.1); color: white; font-size: 32px; padding: 10px; padding-top: 10px; padding-bottom: 10px; animation: pulse1 0.5s ease-in infinite; animation: blinker 0.7s linear infinite; } @keyframes blinker { 50% { opacity: 0; } } .searching-platform { width: 60px; height: 60px; background-color: var(--LogoFound); border-style: solid; border-width: 4px; border-radius: 10px; border-color: rgba(255, 255, 255, 0.1); margin-top: 30px; animation: pulse1 0.5s ease-in infinite; animation: blinker 0.7s linear infinite; } @keyframes pulse1{ 25% {transform: scale(0.98);} 75% {transform: scale(1);} } .step3{ margin-top: 50px; width:300px; height: 200px; } .imgcheckok{ width:160px; animation:slit-in-diagonal-1 .45s ease-out both; filter: invert(20%); } @keyframes slit-in-diagonal-1{ 0%{transform:translateZ(-800px) rotate3d(1,1,0,90deg);animation-timing-function:ease-in;opacity:0;} 54%{transform:translateZ(-160px) rotate3d(1,1,0,87deg);animation-timing-function:ease-in-out;opacity:1} 100%{transform:translateZ(0) rotate3d(1,1,0,0);animation-timing-function:ease-out}} .slide-in-blurred-bottom{animation:slide-in-blurred-bottom .6s cubic-bezier(.23,1.000,.32,1.000) both} @keyframes slide-in-blurred-bottom{0%{transform:translateY(1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 100%;filter:blur(40px);opacity:0}100%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}} .gems-Amount{ position: relative; width: 300px; height: 35px; padding:5px; background: rgba(0,0,0,0.75); border-radius: 10px; margin-top: 10px; border-color: var(--borderbuttons); color: white; border: rgba(0,0,0,0.75) solid 1px; box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75); } .gems-Amount:hover{ cursor: pointer; background: rgba(0,0,0,0.40); box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.25); } .gems-Amount-Selected{ position: relative; width: 300px; height: 35px; padding:5px; background:var(--SelectedPlatform); border-radius: 10px; margin-top: 10px; border-width: 2px; border-style: solid; border-color: var(--selectedborderbuttons); animation: searchAnimation 0.5s linear ; box-shadow: 0 0 5px var(--boxshadow1), 0 0 6px var(--boxshadow2), 0 0 7px var(--boxshadow3), 0 0 8px var(--boxshadow4), 0 0 9px var(--boxshadow5); color: white; } .gemstext{ font-size: 27px; font-weight: 900; position: relative; animation: flip-in-hor-top 0.5s ease-in ; color: white; } .gemstext1{ font-size: 24px; font-weight: 900; } @keyframes flip-in-hor-top{ 0%{transform:rotateX(-80deg);opacity:0} 100%{transform:rotateX(0);opacity:1}} @keyframes searchAnimation{ 0% { left:0px } 25% { left:5px} 50% { left:-5px} 75% { left:5px} 100% { left:0px } } .sake{ position: relative; } .bnt2{ width:300px; height: 50px; background:var(--buttons); font-size: 35px; font-weight: 900; font-family:Arial, sans-serif; color: #171717; padding: 5px; margin-top: -110px; border-radius: 10px; border-color: var(--borderbuttons); border: rgba(0,0,0,0.75) solid 1px; box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75); } .bnt2:hover{ cursor: pointer; animation: myAnim3 1.5s ease-in-out 0s infinite normal forwards; box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.25); background:var(--buttonsHover); } .bnt3{ width:300px; height: 50px; background:var(--buttons); font-family:Arial, sans-serif; font-size: 35px; font-weight:900; color: #171717; padding: 5px; margin-top: 8px; border-radius: 10px; animation: pulsel 2s ease-in infinite; border: rgba(0,0,0,0.75) solid 1px; box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75); } .bnt3:hover{ cursor: pointer; animation: myAnim3 1.5s ease-in-out 0s infinite normal forwards; box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.25); background:var(--buttonsHover); } .main3{ background:var(--background); width: 400px; height: 300px; position: relative; border-radius: 10px; margin-top: -25px; -webkit-background-clip: padding-box; background-clip: padding-box; border: rgba(0,0,0,0.75) solid 1px; box-shadow: 15px 15px 45px 5px rgba(0,0,0,0.75); background: radial-gradient(circle at -16% -16%, #182b41, #234d75); } .main5{ background:var(--background); width: 600px; height: 470px; position: relative; border-radius: 10px; border-style: solid; -webkit-background-clip: padding-box; background-clip: padding-box; margin-top: -25px; color: white; border: rgba(0,0,0,0.75) solid 1px; box-shadow: 15px 15px 45px 5px rgba(0,0,0,0.75); background: radial-gradient(circle at -16% -16%, #182b41, #234d75); } .lastStep-card{ margin-top: 20px; width: 180px; height: 155px; border: rgba(0,0,0,0.75) solid 1px; box-shadow: 5px 5px 25px 0px rgba(0,0,0,0.75); background: radial-gradient(circle at -16% -16%, #182b41, #234d75); border-radius: 10px; animation: pulsel 2s ease-in infinite; color: white; } @keyframes pulsel{ 0% {transform: scale(1);} 25% {transform: scale(0.95);} 50% {transform: scale(1);} 75% {transform: scale(0.95);} 100% {transform: scale(1);} } .setting-icon{ margin-top:20px ; animation: step2animation 3s linear infinite; } @keyframes step2animation{ 0% {transform: rotate(0deg);} 100% {transform: rotate(360deg);} } .sloading{ animation: Asloading 2s linear infinite; } @keyframes Asloading{ 0% {transform: rotate(0deg);} 100% {transform: rotate(360deg);} } .pro-bg{ margin-top: 10px; width: 250px; height: 15px; background-color: #cccccc; border-radius: 5px; text-align: left; box-shadow: 5px 5px 25px 0px rgba(0,0,0,0.75); } .pro-bar{ margin-top: 10px; width: 0px; height: 15px; background-color: rgba(0,0,0,0.75); border-radius: 5px; box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.45); } .probar40{ animation: prostep 1s linear; animation-fill-mode: forwards; } @keyframes prostep{ 0% {width: 0px;} 100% {width: 25%;} } .probar60{ animation: prostep2 1s linear; animation-fill-mode: forwards; } @keyframes prostep2{ 0% {width: 25%;} 100% {width: 40%;} } .probar40-75{ animation: prostep40-75 1s linear; animation-fill-mode: forwards; } @keyframes prostep40-75{ 0% {width: 40%;} 100% {width: 75%;} } .probar75-90{ animation: prostep75-90 1s linear; animation-fill-mode: forwards; } @keyframes prostep75-90{ 0% {width: 75%;} 100% {width: 98%;} } .main4{ backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); width: 200px; height: 150px; margin-top:-285px; position: relative; border-radius: 10px; border-style: solid; -webkit-background-clip: padding-box; background-clip: padding-box; border: rgba(0,0,0,0.75) solid 1px; box-shadow: 5px 5px 25px 0px rgba(0,0,0,0.75); background: radial-gradient(circle at -16% -16%, #182b41, #234d75); animation: pulse 1s ease-in-out infinite; } .gemsgen{ width: 100px; background: linear-gradient(to left top,#843333,#ff5258); border-radius: 10px; padding-top: 2px; padding-bottom: 2px; font-size: 22px; font-weight: 900; color: whitesmoke; margin-bottom: 5px; box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.75); } .gemsgenname{ font-size: 22px; font-weight: 900; color: whitesmoke; text-shadow: 2px 2px rgba(0,0,0,0.75); } @media only screen and (max-width:680px) { .grid-container { display: grid; grid-template-columns: auto auto; margin-left: 35px; } .platform:hover{ border-radius: 10px; } body{ background-color:transparent ; font-family: 'Alegreya Sans', sans-serif; background-repeat: no-repeat; background-size: cover; background-position: center center; background-attachment: fixed; } .main{ background:var(--background); width:350px; height: 480px; position: relative; margin-top: -25px; border-radius: 10px; -webkit-background-clip: padding-box; background-clip: padding-box; border: rgba(0,0,0,0.75) solid 1px; box-shadow: 15px 15px 45px 5px rgba(0,0,0,0.75); background: radial-gradient(circle at -16% -16%, #182b41, #234d75); } .step1{ width: 300px; height: 350px; } .step1-text{ color: whitesmoke; margin-top: 10px; text-shadow: 5px; font-family: 'Alegreya Sans', sans-serif; font-size: 20px; font-weight: 900; animation: bounceIn 0.5s ease-in ; } .u-i { position: absolute; left: 50%; margin-left: -140px; outline: none; -moz-appearance: none; -webkit-appearance: none; background:rgba(0,0,0,0.75); border: none; width:200px; height: 90px; padding: 0 15px 0 70px; color: white; font-size: 20px; border-radius: 10px; font-weight: bold; animation: bounceIn 0.5s ease-in ; box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.45); } .username-icon{ left: 10px; top:25px; position: absolute; width:30px; z-index: 2; animation: bounceIn 0.5s ease-in ; filter:invert(60%); } .inputbox{ position: relative; width: 280px; height: 80px; } .selectedPlatform{ width: 100px; height: 60px; background:var(--SelectedPlatform); display: inline-table; margin-top: 15px; border-radius: 10px; padding-top: 12px; border-style: solid; border-width: 1px; border-color: rgba(255, 255, 255, 0.1); box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.45); animation: myAnim2 0.7s ease-in-out 0s 1 normal forwards; } .platform{ width: 100px; height: 60px; background:rgba(0,0,0,0.75);; display: inline-table; margin-top: 25px; border-radius: 10px; border-width: 1px; padding-top: 15px; box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.45); } .bnt{ width:300px; height: 50px; background:var(--buttons); font-size: 35px; font-weight: 900; font-family:Arial, sans-serif; color: #171717; padding: 5px; margin-top: 40px; margin-left: -4px; border-radius: 10px; box-shadow: 0 0 5px black; border-color: var(--borderbuttons); } .bnt2{ width:300px; height: 50px; background:var(--buttons); font-size: 35px; font-weight: 900; font-family:Arial, sans-serif; color: #171717; padding: 5px; margin-top: 0px; border-radius: 10px; box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75); border: rgba(0,0,0,0.75) solid 1px; animation: pulse 1.3s ease-in infinite; } .bnt3{ width:280px; height: 45px; background:var(--buttons); font-size: 30px; font-weight: 900; color: #171717; padding-top: 5px; margin-top: 3px; border-radius: 10px; animation: pulsel 2s ease-in infinite; font-family:Arial, sans-serif; border: rgba(0,0,0,0.75) solid 1px; box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75); } .waiting{ margin-top: 10px; font-family: 'Alegreya Sans', sans-serif; font-size: 13px; font-weight:400; color: var(--waitingtext); opacity: 0.8; text-shadow: 1px 1px rgba(0,0,0,0.55); } .main3{ margin-top: -25px; width: 300px; height: 300px; background: radial-gradient(circle at -16% -16%, #182b41, #234d75); } .main5{ margin-top: -25px; width: 300px; height: 525px; background: radial-gradient(circle at -16% -16%, #182b41, #234d75); } .text-lastStep{ margin-top: 10px; width: 265px; text-align: center; font-family: 'Alegreya Sans', sans-serif; font-weight: 600; color: white; text-shadow: 2px 2px rgba(0,0,0,0.45); } .logo{ margin-top: 5px; width: 280px; margin-bottom: 30px; } } /*IPHONE*/ @media only screen and (min-width: 414px) and (max-width: 767px) { .grid-container { display: grid; grid-template-columns: auto auto; margin-left: 2px; } } .platform:hover{ border-radius: 10px; } @media only screen and (max-width:380px) { .grid-container { display: grid; grid-template-columns: auto auto; margin-left: 18px; } body{ background-color:transparent ; font-family: 'Alegreya Sans', sans-serif; background-repeat: no-repeat; background-size: cover; background-position: center center; background-attachment: fixed; } .main{ margin-top: -25px; width:260px; height: 480px; } .platform:hover{ border-radius: 10px; } .step1{ width: 250px; height: 350px; } .step1-text{ color: whitesmoke; margin-top: 10px; text-shadow: 5px; font-family: 'Alegreya Sans', sans-serif; font-size: 20px; font-weight: 900; animation: bounceIn 0.5s ease-in ; } .u-i { position: absolute; left: 50%; margin-left: -133px; outline: none; -moz-appearance: none; -webkit-appearance: none; background:rgba(0,0,0,0.75); border: none; width:170px; height: 90px; padding: 0 15px 0 50px; color: white; font-size: 18px; border-radius: 10px; font-weight: bold; animation: bounceIn 0.5s ease-in ; box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.45); } .username-icon{ left: 15px; top:25px; position: absolute; width:30px; z-index: 2; animation: bounceIn 0.5s ease-in ; margin-left:0px; filter:invert(60%); } .inputbox{ position: relative; width: 280px; height: 80px; } .selectedPlatform{ width: 100px; height: 60px; background:var(--SelectedPlatform); display: inline-table; margin-top: 15px; border-radius: 10px; padding-top: 12px; border-style: solid; border-width: 1px; border-color: rgba(255, 255, 255, 0.1); box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.45); animation: myAnim2 0.7s ease-in-out 0s 1 normal forwards; } .gems-Amount { position: relative; width: 250px; height: 35px; padding: 5px; background:rgba(0,0,0,0.75); border-radius: 10px; margin-top: 10px; border-color: var(--borderbuttons); border: rgba(0,0,0,0.75) solid 1px; box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75); } .platform{ width: 100px; height: 60px; background:rgba(0,0,0,0.75);; display: inline-table; margin-top: 25px; border-radius: 10px; border-width: 1px; padding-top: 15px; box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.45); } .bnt{ width:242px; height: 40px; background:var(--buttons); font-family:Arial, sans-serif; font-size: 35px; font-weight: 900; color: #171717; padding: 5px; margin-top: 40px; border-radius: 10px; box-shadow: 0 0 5px black; border-color: var(--borderbuttons); } .searching-box{ width: 220px; color: white; font-size: 32px; padding-top: 10px; padding-bottom: 10px; animation: pulse1 0.5s ease-in infinite; animation: blinker 0.7s linear infinite; } .step2{ margin-top: 50px; width:240px; height: 200px; animation: pulse 0.5s ease-in infinite; } .step3{ margin-top: 50px; width:240px; height: 200px; } .gems-Amount-Selected { position: relative; width: 250px; height: 35px; padding: 5px; background:var(--SelectedPlatform); border-radius: 10px; margin-top: 10px; border-width: 2px; border-style: solid; border-color: var(--selectedborderbuttons); animation: searchAnimation 0.5s linear; box-shadow: 0 0 5px var(--boxshadow1), 0 0 6px var(--boxshadow2), 0 0 7px var(--boxshadow3), 0 0 8px var(--boxshadow4), 0 0 9px var(--boxshadow5); color: white; } .gems-Amount { position: relative; width: 242px; height: 40px; padding: 5px; font-size: 30px; font-weight: 500; background:rgba(0,0,0,0.75); border-radius: 10px; margin-top: 10px; border-color: var(--borderbuttons); border: rgba(0,0,0,0.75) solid 1px; box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75); } .gems-Amount-Selected{ position: relative; width: 242px; height: 40px; padding: 5px; font-size: 30px; font-weight: 500; border-color: var(--selectedborderbuttons); } .bnt2 { width: 242px; height: 40px; background:var(--buttons); font-family:Arial, sans-serif; font-size: 35px; font-weight: 900; color: #171717; padding: 5px; margin-top: 30px; border-radius: 10px; animation: pulse 1.3s ease-in infinite; border: rgba(0,0,0,0.75) solid 1px; box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75); } .main3{ margin-top: -25px; background: radial-gradient(circle at -16% -16%, #182b41, #234d75); width: 260px; height: 300px; } .main5{ margin-top: -25px; background: radial-gradient(circle at -16% -16%, #182b41, #234d75); width: 280px; height: 525px; } .text-lastStep{ margin-top: 10px; width: 265px; text-align: center; font-family: 'Alegreya Sans', sans-serif; font-weight: 600; color: white; text-shadow: 2px 2px rgba(0,0,0,0.45); } .logo{ margin-top: 5px; width: 280px; margin-bottom: 30px; } .bnt3{ width:250px; height: 45px; background:var(--buttons); font-size: 30px; font-weight: 900; color: #171717; padding-top: 15px; margin-top: -3px; border-radius: 10px; animation: pulsel 2s ease-in infinite; font-family:Arial, sans-serif; border: rgba(0,0,0,0.75) solid 1px; box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75); } .waiting{ margin-top: 5px; font-family: 'Alegreya Sans', sans-serif; font-size: 13px; font-weight:400; color: var(--waitingtext); opacity: 0.8; text-shadow: 1px 1px rgba(0,0,0,0.55); } } ::placeholder{ color: white; opacity: 0.5; font-family: 'Alegreya Sans', sans-serif; font-size: 24px; letter-spacing: 0.5px; } .waiting{ margin-top: 8px; font-family: 'Alegreya Sans', sans-serif; font-size: 18px; font-weight:800; color: var(--waitingtext); opacity: 0.8; text-shadow: 1px 1px rgba(0,0,0,0.55); } .lastLoading{ }
Enter your Username or ID and select your platform.
CONTINUE
Searching User....
Name
USER FOUND!
Select the amount of Coins
1 000
Coins
3 000
Coins
5 000
Coins
9 999
Coins
GENERATE
Loading...
0
name
LAST STEP
Hello
! You are almost done.
Will be added to your account ! Please complete anti-bot verification.
0
name
WAITING
VERIFY NOW
]]>