File manager - Edit - /home/antispamanakembo/public_html/css-zone.tar
Back
animate.css 0000644 00000230122 15134615465 0006706 0 ustar 00 @charset "UTF-8"; /*! * animate.css -https://daneden.github.io/animate.css/ * Version - 3.7.2 * Licensed under the MIT license - http://opensource.org/licenses/MIT * * Copyright (c) 2019 Daniel Eden */ @-webkit-keyframes bounce { from, 20%, 53%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 40%, 43% { -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); -webkit-transform: translate3d(0, -30px, 0); transform: translate3d(0, -30px, 0); } 70% { -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); -webkit-transform: translate3d(0, -15px, 0); transform: translate3d(0, -15px, 0); } 90% { -webkit-transform: translate3d(0, -4px, 0); transform: translate3d(0, -4px, 0); } } @keyframes bounce { from, 20%, 53%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 40%, 43% { -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); -webkit-transform: translate3d(0, -30px, 0); transform: translate3d(0, -30px, 0); } 70% { -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); -webkit-transform: translate3d(0, -15px, 0); transform: translate3d(0, -15px, 0); } 90% { -webkit-transform: translate3d(0, -4px, 0); transform: translate3d(0, -4px, 0); } } .bounce { -webkit-animation-name: bounce; animation-name: bounce; -webkit-transform-origin: center bottom; transform-origin: center bottom; } @-webkit-keyframes flash { from, 50%, to { opacity: 1; } 25%, 75% { opacity: 0; } } @keyframes flash { from, 50%, to { opacity: 1; } 25%, 75% { opacity: 0; } } .flash { -webkit-animation-name: flash; animation-name: flash; } /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ @-webkit-keyframes pulse { from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } 50% { -webkit-transform: scale3d(1.05, 1.05, 1.05); transform: scale3d(1.05, 1.05, 1.05); } to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } @keyframes pulse { from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } 50% { -webkit-transform: scale3d(1.05, 1.05, 1.05); transform: scale3d(1.05, 1.05, 1.05); } to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } .pulse { -webkit-animation-name: pulse; animation-name: pulse; } @-webkit-keyframes rubberBand { from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } 30% { -webkit-transform: scale3d(1.25, 0.75, 1); transform: scale3d(1.25, 0.75, 1); } 40% { -webkit-transform: scale3d(0.75, 1.25, 1); transform: scale3d(0.75, 1.25, 1); } 50% { -webkit-transform: scale3d(1.15, 0.85, 1); transform: scale3d(1.15, 0.85, 1); } 65% { -webkit-transform: scale3d(0.95, 1.05, 1); transform: scale3d(0.95, 1.05, 1); } 75% { -webkit-transform: scale3d(1.05, 0.95, 1); transform: scale3d(1.05, 0.95, 1); } to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } @keyframes rubberBand { from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } 30% { -webkit-transform: scale3d(1.25, 0.75, 1); transform: scale3d(1.25, 0.75, 1); } 40% { -webkit-transform: scale3d(0.75, 1.25, 1); transform: scale3d(0.75, 1.25, 1); } 50% { -webkit-transform: scale3d(1.15, 0.85, 1); transform: scale3d(1.15, 0.85, 1); } 65% { -webkit-transform: scale3d(0.95, 1.05, 1); transform: scale3d(0.95, 1.05, 1); } 75% { -webkit-transform: scale3d(1.05, 0.95, 1); transform: scale3d(1.05, 0.95, 1); } to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } .rubberBand { -webkit-animation-name: rubberBand; animation-name: rubberBand; } @-webkit-keyframes shake { from, to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 10%, 30%, 50%, 70%, 90% { -webkit-transform: translate3d(-10px, 0, 0); transform: translate3d(-10px, 0, 0); } 20%, 40%, 60%, 80% { -webkit-transform: translate3d(10px, 0, 0); transform: translate3d(10px, 0, 0); } } @keyframes shake { from, to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 10%, 30%, 50%, 70%, 90% { -webkit-transform: translate3d(-10px, 0, 0); transform: translate3d(-10px, 0, 0); } 20%, 40%, 60%, 80% { -webkit-transform: translate3d(10px, 0, 0); transform: translate3d(10px, 0, 0); } } .shake { -webkit-animation-name: shake; animation-name: shake; } @-webkit-keyframes headShake { 0% { -webkit-transform: translateX(0); transform: translateX(0); } 6.5% { -webkit-transform: translateX(-6px) rotateY(-9deg); transform: translateX(-6px) rotateY(-9deg); } 18.5% { -webkit-transform: translateX(5px) rotateY(7deg); transform: translateX(5px) rotateY(7deg); } 31.5% { -webkit-transform: translateX(-3px) rotateY(-5deg); transform: translateX(-3px) rotateY(-5deg); } 43.5% { -webkit-transform: translateX(2px) rotateY(3deg); transform: translateX(2px) rotateY(3deg); } 50% { -webkit-transform: translateX(0); transform: translateX(0); } } @keyframes headShake { 0% { -webkit-transform: translateX(0); transform: translateX(0); } 6.5% { -webkit-transform: translateX(-6px) rotateY(-9deg); transform: translateX(-6px) rotateY(-9deg); } 18.5% { -webkit-transform: translateX(5px) rotateY(7deg); transform: translateX(5px) rotateY(7deg); } 31.5% { -webkit-transform: translateX(-3px) rotateY(-5deg); transform: translateX(-3px) rotateY(-5deg); } 43.5% { -webkit-transform: translateX(2px) rotateY(3deg); transform: translateX(2px) rotateY(3deg); } 50% { -webkit-transform: translateX(0); transform: translateX(0); } } .headShake { -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; -webkit-animation-name: headShake; animation-name: headShake; } @-webkit-keyframes swing { 20% { -webkit-transform: rotate3d(0, 0, 1, 15deg); transform: rotate3d(0, 0, 1, 15deg); } 40% { -webkit-transform: rotate3d(0, 0, 1, -10deg); transform: rotate3d(0, 0, 1, -10deg); } 60% { -webkit-transform: rotate3d(0, 0, 1, 5deg); transform: rotate3d(0, 0, 1, 5deg); } 80% { -webkit-transform: rotate3d(0, 0, 1, -5deg); transform: rotate3d(0, 0, 1, -5deg); } to { -webkit-transform: rotate3d(0, 0, 1, 0deg); transform: rotate3d(0, 0, 1, 0deg); } } @keyframes swing { 20% { -webkit-transform: rotate3d(0, 0, 1, 15deg); transform: rotate3d(0, 0, 1, 15deg); } 40% { -webkit-transform: rotate3d(0, 0, 1, -10deg); transform: rotate3d(0, 0, 1, -10deg); } 60% { -webkit-transform: rotate3d(0, 0, 1, 5deg); transform: rotate3d(0, 0, 1, 5deg); } 80% { -webkit-transform: rotate3d(0, 0, 1, -5deg); transform: rotate3d(0, 0, 1, -5deg); } to { -webkit-transform: rotate3d(0, 0, 1, 0deg); transform: rotate3d(0, 0, 1, 0deg); } } .swing { -webkit-transform-origin: top center; transform-origin: top center; -webkit-animation-name: swing; animation-name: swing; } @-webkit-keyframes tada { from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } 10%, 20% { -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); } 30%, 50%, 70%, 90% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); } 40%, 60%, 80% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); } to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } @keyframes tada { from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } 10%, 20% { -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); } 30%, 50%, 70%, 90% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); } 40%, 60%, 80% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); } to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } .tada { -webkit-animation-name: tada; animation-name: tada; } /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ @-webkit-keyframes wobble { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 15% { -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); } 30% { -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); } 45% { -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); } 60% { -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); } 75% { -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes wobble { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 15% { -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); } 30% { -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); } 45% { -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); } 60% { -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); } 75% { -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } .wobble { -webkit-animation-name: wobble; animation-name: wobble; } @-webkit-keyframes jello { from, 11.1%, to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 22.2% { -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); transform: skewX(-12.5deg) skewY(-12.5deg); } 33.3% { -webkit-transform: skewX(6.25deg) skewY(6.25deg); transform: skewX(6.25deg) skewY(6.25deg); } 44.4% { -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); transform: skewX(-3.125deg) skewY(-3.125deg); } 55.5% { -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); transform: skewX(1.5625deg) skewY(1.5625deg); } 66.6% { -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg); transform: skewX(-0.78125deg) skewY(-0.78125deg); } 77.7% { -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); transform: skewX(0.390625deg) skewY(0.390625deg); } 88.8% { -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg); transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } } @keyframes jello { from, 11.1%, to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 22.2% { -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); transform: skewX(-12.5deg) skewY(-12.5deg); } 33.3% { -webkit-transform: skewX(6.25deg) skewY(6.25deg); transform: skewX(6.25deg) skewY(6.25deg); } 44.4% { -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); transform: skewX(-3.125deg) skewY(-3.125deg); } 55.5% { -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); transform: skewX(1.5625deg) skewY(1.5625deg); } 66.6% { -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg); transform: skewX(-0.78125deg) skewY(-0.78125deg); } 77.7% { -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); transform: skewX(0.390625deg) skewY(0.390625deg); } 88.8% { -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg); transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } } .jello { -webkit-animation-name: jello; animation-name: jello; -webkit-transform-origin: center; transform-origin: center; } @-webkit-keyframes heartBeat { 0% { -webkit-transform: scale(1); transform: scale(1); } 14% { -webkit-transform: scale(1.3); transform: scale(1.3); } 28% { -webkit-transform: scale(1); transform: scale(1); } 42% { -webkit-transform: scale(1.3); transform: scale(1.3); } 70% { -webkit-transform: scale(1); transform: scale(1); } } @keyframes heartBeat { 0% { -webkit-transform: scale(1); transform: scale(1); } 14% { -webkit-transform: scale(1.3); transform: scale(1.3); } 28% { -webkit-transform: scale(1); transform: scale(1); } 42% { -webkit-transform: scale(1.3); transform: scale(1.3); } 70% { -webkit-transform: scale(1); transform: scale(1); } } .heartBeat { -webkit-animation-name: heartBeat; animation-name: heartBeat; -webkit-animation-duration: 1.3s; animation-duration: 1.3s; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } @-webkit-keyframes bounceIn { from, 20%, 40%, 60%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } 20% { -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); } 40% { -webkit-transform: scale3d(0.9, 0.9, 0.9); transform: scale3d(0.9, 0.9, 0.9); } 60% { opacity: 1; -webkit-transform: scale3d(1.03, 1.03, 1.03); transform: scale3d(1.03, 1.03, 1.03); } 80% { -webkit-transform: scale3d(0.97, 0.97, 0.97); transform: scale3d(0.97, 0.97, 0.97); } to { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } @keyframes bounceIn { from, 20%, 40%, 60%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } 20% { -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); } 40% { -webkit-transform: scale3d(0.9, 0.9, 0.9); transform: scale3d(0.9, 0.9, 0.9); } 60% { opacity: 1; -webkit-transform: scale3d(1.03, 1.03, 1.03); transform: scale3d(1.03, 1.03, 1.03); } 80% { -webkit-transform: scale3d(0.97, 0.97, 0.97); transform: scale3d(0.97, 0.97, 0.97); } to { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } .bounceIn { -webkit-animation-duration: 0.75s; animation-duration: 0.75s; -webkit-animation-name: bounceIn; animation-name: bounceIn; } @-webkit-keyframes bounceInDown { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; -webkit-transform: translate3d(0, -3000px, 0); transform: translate3d(0, -3000px, 0); } 60% { opacity: 1; -webkit-transform: translate3d(0, 25px, 0); transform: translate3d(0, 25px, 0); } 75% { -webkit-transform: translate3d(0, -10px, 0); transform: translate3d(0, -10px, 0); } 90% { -webkit-transform: translate3d(0, 5px, 0); transform: translate3d(0, 5px, 0); } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes bounceInDown { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; -webkit-transform: translate3d(0, -3000px, 0); transform: translate3d(0, -3000px, 0); } 60% { opacity: 1; -webkit-transform: translate3d(0, 25px, 0); transform: translate3d(0, 25px, 0); } 75% { -webkit-transform: translate3d(0, -10px, 0); transform: translate3d(0, -10px, 0); } 90% { -webkit-transform: translate3d(0, 5px, 0); transform: translate3d(0, 5px, 0); } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } .bounceInDown { -webkit-animation-name: bounceInDown; animation-name: bounceInDown; } @-webkit-keyframes bounceInLeft { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; -webkit-transform: translate3d(-3000px, 0, 0); transform: translate3d(-3000px, 0, 0); } 60% { opacity: 1; -webkit-transform: translate3d(25px, 0, 0); transform: translate3d(25px, 0, 0); } 75% { -webkit-transform: translate3d(-10px, 0, 0); transform: translate3d(-10px, 0, 0); } 90% { -webkit-transform: translate3d(5px, 0, 0); transform: translate3d(5px, 0, 0); } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes bounceInLeft { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; -webkit-transform: translate3d(-3000px, 0, 0); transform: translate3d(-3000px, 0, 0); } 60% { opacity: 1; -webkit-transform: translate3d(25px, 0, 0); transform: translate3d(25px, 0, 0); } 75% { -webkit-transform: translate3d(-10px, 0, 0); transform: translate3d(-10px, 0, 0); } 90% { -webkit-transform: translate3d(5px, 0, 0); transform: translate3d(5px, 0, 0); } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } .bounceInLeft { -webkit-animation-name: bounceInLeft; animation-name: bounceInLeft; } @-webkit-keyframes bounceInRight { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } from { opacity: 0; -webkit-transform: translate3d(3000px, 0, 0); transform: translate3d(3000px, 0, 0); } 60% { opacity: 1; -webkit-transform: translate3d(-25px, 0, 0); transform: translate3d(-25px, 0, 0); } 75% { -webkit-transform: translate3d(10px, 0, 0); transform: translate3d(10px, 0, 0); } 90% { -webkit-transform: translate3d(-5px, 0, 0); transform: translate3d(-5px, 0, 0); } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes bounceInRight { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } from { opacity: 0; -webkit-transform: translate3d(3000px, 0, 0); transform: translate3d(3000px, 0, 0); } 60% { opacity: 1; -webkit-transform: translate3d(-25px, 0, 0); transform: translate3d(-25px, 0, 0); } 75% { -webkit-transform: translate3d(10px, 0, 0); transform: translate3d(10px, 0, 0); } 90% { -webkit-transform: translate3d(-5px, 0, 0); transform: translate3d(-5px, 0, 0); } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } .bounceInRight { -webkit-animation-name: bounceInRight; animation-name: bounceInRight; } @-webkit-keyframes bounceInUp { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } from { opacity: 0; -webkit-transform: translate3d(0, 3000px, 0); transform: translate3d(0, 3000px, 0); } 60% { opacity: 1; -webkit-transform: translate3d(0, -20px, 0); transform: translate3d(0, -20px, 0); } 75% { -webkit-transform: translate3d(0, 10px, 0); transform: translate3d(0, 10px, 0); } 90% { -webkit-transform: translate3d(0, -5px, 0); transform: translate3d(0, -5px, 0); } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes bounceInUp { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } from { opacity: 0; -webkit-transform: translate3d(0, 3000px, 0); transform: translate3d(0, 3000px, 0); } 60% { opacity: 1; -webkit-transform: translate3d(0, -20px, 0); transform: translate3d(0, -20px, 0); } 75% { -webkit-transform: translate3d(0, 10px, 0); transform: translate3d(0, 10px, 0); } 90% { -webkit-transform: translate3d(0, -5px, 0); transform: translate3d(0, -5px, 0); } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } .bounceInUp { -webkit-animation-name: bounceInUp; animation-name: bounceInUp; } @-webkit-keyframes bounceOut { 20% { -webkit-transform: scale3d(0.9, 0.9, 0.9); transform: scale3d(0.9, 0.9, 0.9); } 50%, 55% { opacity: 1; -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); } to { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } } @keyframes bounceOut { 20% { -webkit-transform: scale3d(0.9, 0.9, 0.9); transform: scale3d(0.9, 0.9, 0.9); } 50%, 55% { opacity: 1; -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); } to { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } } .bounceOut { -webkit-animation-duration: 0.75s; animation-duration: 0.75s; -webkit-animation-name: bounceOut; animation-name: bounceOut; } @-webkit-keyframes bounceOutDown { 20% { -webkit-transform: translate3d(0, 10px, 0); transform: translate3d(0, 10px, 0); } 40%, 45% { opacity: 1; -webkit-transform: translate3d(0, -20px, 0); transform: translate3d(0, -20px, 0); } to { opacity: 0; -webkit-transform: translate3d(0, 2000px, 0); transform: translate3d(0, 2000px, 0); } } @keyframes bounceOutDown { 20% { -webkit-transform: translate3d(0, 10px, 0); transform: translate3d(0, 10px, 0); } 40%, 45% { opacity: 1; -webkit-transform: translate3d(0, -20px, 0); transform: translate3d(0, -20px, 0); } to { opacity: 0; -webkit-transform: translate3d(0, 2000px, 0); transform: translate3d(0, 2000px, 0); } } .bounceOutDown { -webkit-animation-name: bounceOutDown; animation-name: bounceOutDown; } @-webkit-keyframes bounceOutLeft { 20% { opacity: 1; -webkit-transform: translate3d(20px, 0, 0); transform: translate3d(20px, 0, 0); } to { opacity: 0; -webkit-transform: translate3d(-2000px, 0, 0); transform: translate3d(-2000px, 0, 0); } } @keyframes bounceOutLeft { 20% { opacity: 1; -webkit-transform: translate3d(20px, 0, 0); transform: translate3d(20px, 0, 0); } to { opacity: 0; -webkit-transform: translate3d(-2000px, 0, 0); transform: translate3d(-2000px, 0, 0); } } .bounceOutLeft { -webkit-animation-name: bounceOutLeft; animation-name: bounceOutLeft; } @-webkit-keyframes bounceOutRight { 20% { opacity: 1; -webkit-transform: translate3d(-20px, 0, 0); transform: translate3d(-20px, 0, 0); } to { opacity: 0; -webkit-transform: translate3d(2000px, 0, 0); transform: translate3d(2000px, 0, 0); } } @keyframes bounceOutRight { 20% { opacity: 1; -webkit-transform: translate3d(-20px, 0, 0); transform: translate3d(-20px, 0, 0); } to { opacity: 0; -webkit-transform: translate3d(2000px, 0, 0); transform: translate3d(2000px, 0, 0); } } .bounceOutRight { -webkit-animation-name: bounceOutRight; animation-name: bounceOutRight; } @-webkit-keyframes bounceOutUp { 20% { -webkit-transform: translate3d(0, -10px, 0); transform: translate3d(0, -10px, 0); } 40%, 45% { opacity: 1; -webkit-transform: translate3d(0, 20px, 0); transform: translate3d(0, 20px, 0); } to { opacity: 0; -webkit-transform: translate3d(0, -2000px, 0); transform: translate3d(0, -2000px, 0); } } @keyframes bounceOutUp { 20% { -webkit-transform: translate3d(0, -10px, 0); transform: translate3d(0, -10px, 0); } 40%, 45% { opacity: 1; -webkit-transform: translate3d(0, 20px, 0); transform: translate3d(0, 20px, 0); } to { opacity: 0; -webkit-transform: translate3d(0, -2000px, 0); transform: translate3d(0, -2000px, 0); } } .bounceOutUp { -webkit-animation-name: bounceOutUp; animation-name: bounceOutUp; } @-webkit-keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } .fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn; } @-webkit-keyframes fadeInDown { from { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes fadeInDown { from { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } .fadeInDown { -webkit-animation-name: fadeInDown; animation-name: fadeInDown; } @-webkit-keyframes fadeInDownBig { from { opacity: 0; -webkit-transform: translate3d(0, -2000px, 0); transform: translate3d(0, -2000px, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes fadeInDownBig { from { opacity: 0; -webkit-transform: translate3d(0, -2000px, 0); transform: translate3d(0, -2000px, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } .fadeInDownBig { -webkit-animation-name: fadeInDownBig; animation-name: fadeInDownBig; } @-webkit-keyframes fadeInLeft { from { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes fadeInLeft { from { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } .fadeInLeft { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; } @-webkit-keyframes fadeInLeftBig { from { opacity: 0; -webkit-transform: translate3d(-2000px, 0, 0); transform: translate3d(-2000px, 0, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes fadeInLeftBig { from { opacity: 0; -webkit-transform: translate3d(-2000px, 0, 0); transform: translate3d(-2000px, 0, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } .fadeInLeftBig { -webkit-animation-name: fadeInLeftBig; animation-name: fadeInLeftBig; } @-webkit-keyframes fadeInRight { from { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes fadeInRight { from { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } .fadeInRight { -webkit-animation-name: fadeInRight; animation-name: fadeInRight; } @-webkit-keyframes fadeInRightBig { from { opacity: 0; -webkit-transform: translate3d(2000px, 0, 0); transform: translate3d(2000px, 0, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes fadeInRightBig { from { opacity: 0; -webkit-transform: translate3d(2000px, 0, 0); transform: translate3d(2000px, 0, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } .fadeInRightBig { -webkit-animation-name: fadeInRightBig; animation-name: fadeInRightBig; } @-webkit-keyframes fadeInUp { from { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes fadeInUp { from { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } .fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; } @-webkit-keyframes fadeInUpBig { from { opacity: 0; -webkit-transform: translate3d(0, 2000px, 0); transform: translate3d(0, 2000px, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes fadeInUpBig { from { opacity: 0; -webkit-transform: translate3d(0, 2000px, 0); transform: translate3d(0, 2000px, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } .fadeInUpBig { -webkit-animation-name: fadeInUpBig; animation-name: fadeInUpBig; } @-webkit-keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } } @keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } } .fadeOut { -webkit-animation-name: fadeOut; animation-name: fadeOut; } @-webkit-keyframes fadeOutDown { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } } @keyframes fadeOutDown { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } } .fadeOutDown { -webkit-animation-name: fadeOutDown; animation-name: fadeOutDown; } @-webkit-keyframes fadeOutDownBig { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(0, 2000px, 0); transform: translate3d(0, 2000px, 0); } } @keyframes fadeOutDownBig { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(0, 2000px, 0); transform: translate3d(0, 2000px, 0); } } .fadeOutDownBig { -webkit-animation-name: fadeOutDownBig; animation-name: fadeOutDownBig; } @-webkit-keyframes fadeOutLeft { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } } @keyframes fadeOutLeft { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } } .fadeOutLeft { -webkit-animation-name: fadeOutLeft; animation-name: fadeOutLeft; } @-webkit-keyframes fadeOutLeftBig { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(-2000px, 0, 0); transform: translate3d(-2000px, 0, 0); } } @keyframes fadeOutLeftBig { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(-2000px, 0, 0); transform: translate3d(-2000px, 0, 0); } } .fadeOutLeftBig { -webkit-animation-name: fadeOutLeftBig; animation-name: fadeOutLeftBig; } @-webkit-keyframes fadeOutRight { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } } @keyframes fadeOutRight { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } } .fadeOutRight { -webkit-animation-name: fadeOutRight; animation-name: fadeOutRight; } @-webkit-keyframes fadeOutRightBig { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(2000px, 0, 0); transform: translate3d(2000px, 0, 0); } } @keyframes fadeOutRightBig { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(2000px, 0, 0); transform: translate3d(2000px, 0, 0); } } .fadeOutRightBig { -webkit-animation-name: fadeOutRightBig; animation-name: fadeOutRightBig; } @-webkit-keyframes fadeOutUp { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } } @keyframes fadeOutUp { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } } .fadeOutUp { -webkit-animation-name: fadeOutUp; animation-name: fadeOutUp; } @-webkit-keyframes fadeOutUpBig { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(0, -2000px, 0); transform: translate3d(0, -2000px, 0); } } @keyframes fadeOutUpBig { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(0, -2000px, 0); transform: translate3d(0, -2000px, 0); } } .fadeOutUpBig { -webkit-animation-name: fadeOutUpBig; animation-name: fadeOutUpBig; } @-webkit-keyframes flip { from { -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg); transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } 40% { -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } 50% { -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 80% { -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg); transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } to { -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg); transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } } @keyframes flip { from { -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg); transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } 40% { -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } 50% { -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 80% { -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg); transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } to { -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg); transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } } .animated.flip { -webkit-backface-visibility: visible; backface-visibility: visible; -webkit-animation-name: flip; animation-name: flip; } @-webkit-keyframes flipInX { from { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); transform: perspective(400px) rotate3d(1, 0, 0, 90deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; opacity: 0; } 40% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); transform: perspective(400px) rotate3d(1, 0, 0, -20deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 60% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); transform: perspective(400px) rotate3d(1, 0, 0, 10deg); opacity: 1; } 80% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); transform: perspective(400px) rotate3d(1, 0, 0, -5deg); } to { -webkit-transform: perspective(400px); transform: perspective(400px); } } @keyframes flipInX { from { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); transform: perspective(400px) rotate3d(1, 0, 0, 90deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; opacity: 0; } 40% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); transform: perspective(400px) rotate3d(1, 0, 0, -20deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 60% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); transform: perspective(400px) rotate3d(1, 0, 0, 10deg); opacity: 1; } 80% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); transform: perspective(400px) rotate3d(1, 0, 0, -5deg); } to { -webkit-transform: perspective(400px); transform: perspective(400px); } } .flipInX { -webkit-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipInX; animation-name: flipInX; } @-webkit-keyframes flipInY { from { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); transform: perspective(400px) rotate3d(0, 1, 0, 90deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; opacity: 0; } 40% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); transform: perspective(400px) rotate3d(0, 1, 0, -20deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 60% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); transform: perspective(400px) rotate3d(0, 1, 0, 10deg); opacity: 1; } 80% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); transform: perspective(400px) rotate3d(0, 1, 0, -5deg); } to { -webkit-transform: perspective(400px); transform: perspective(400px); } } @keyframes flipInY { from { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); transform: perspective(400px) rotate3d(0, 1, 0, 90deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; opacity: 0; } 40% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); transform: perspective(400px) rotate3d(0, 1, 0, -20deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 60% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); transform: perspective(400px) rotate3d(0, 1, 0, 10deg); opacity: 1; } 80% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); transform: perspective(400px) rotate3d(0, 1, 0, -5deg); } to { -webkit-transform: perspective(400px); transform: perspective(400px); } } .flipInY { -webkit-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipInY; animation-name: flipInY; } @-webkit-keyframes flipOutX { from { -webkit-transform: perspective(400px); transform: perspective(400px); } 30% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); transform: perspective(400px) rotate3d(1, 0, 0, -20deg); opacity: 1; } to { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); transform: perspective(400px) rotate3d(1, 0, 0, 90deg); opacity: 0; } } @keyframes flipOutX { from { -webkit-transform: perspective(400px); transform: perspective(400px); } 30% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); transform: perspective(400px) rotate3d(1, 0, 0, -20deg); opacity: 1; } to { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); transform: perspective(400px) rotate3d(1, 0, 0, 90deg); opacity: 0; } } .flipOutX { -webkit-animation-duration: 0.75s; animation-duration: 0.75s; -webkit-animation-name: flipOutX; animation-name: flipOutX; -webkit-backface-visibility: visible !important; backface-visibility: visible !important; } @-webkit-keyframes flipOutY { from { -webkit-transform: perspective(400px); transform: perspective(400px); } 30% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg); transform: perspective(400px) rotate3d(0, 1, 0, -15deg); opacity: 1; } to { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); transform: perspective(400px) rotate3d(0, 1, 0, 90deg); opacity: 0; } } @keyframes flipOutY { from { -webkit-transform: perspective(400px); transform: perspective(400px); } 30% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg); transform: perspective(400px) rotate3d(0, 1, 0, -15deg); opacity: 1; } to { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); transform: perspective(400px) rotate3d(0, 1, 0, 90deg); opacity: 0; } } .flipOutY { -webkit-animation-duration: 0.75s; animation-duration: 0.75s; -webkit-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipOutY; animation-name: flipOutY; } @-webkit-keyframes lightSpeedIn { from { -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg); transform: translate3d(100%, 0, 0) skewX(-30deg); opacity: 0; } 60% { -webkit-transform: skewX(20deg); transform: skewX(20deg); opacity: 1; } 80% { -webkit-transform: skewX(-5deg); transform: skewX(-5deg); } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes lightSpeedIn { from { -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg); transform: translate3d(100%, 0, 0) skewX(-30deg); opacity: 0; } 60% { -webkit-transform: skewX(20deg); transform: skewX(20deg); opacity: 1; } 80% { -webkit-transform: skewX(-5deg); transform: skewX(-5deg); } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } .lightSpeedIn { -webkit-animation-name: lightSpeedIn; animation-name: lightSpeedIn; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } @-webkit-keyframes lightSpeedOut { from { opacity: 1; } to { -webkit-transform: translate3d(100%, 0, 0) skewX(30deg); transform: translate3d(100%, 0, 0) skewX(30deg); opacity: 0; } } @keyframes lightSpeedOut { from { opacity: 1; } to { -webkit-transform: translate3d(100%, 0, 0) skewX(30deg); transform: translate3d(100%, 0, 0) skewX(30deg); opacity: 0; } } .lightSpeedOut { -webkit-animation-name: lightSpeedOut; animation-name: lightSpeedOut; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } @-webkit-keyframes rotateIn { from { -webkit-transform-origin: center; transform-origin: center; -webkit-transform: rotate3d(0, 0, 1, -200deg); transform: rotate3d(0, 0, 1, -200deg); opacity: 0; } to { -webkit-transform-origin: center; transform-origin: center; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; } } @keyframes rotateIn { from { -webkit-transform-origin: center; transform-origin: center; -webkit-transform: rotate3d(0, 0, 1, -200deg); transform: rotate3d(0, 0, 1, -200deg); opacity: 0; } to { -webkit-transform-origin: center; transform-origin: center; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; } } .rotateIn { -webkit-animation-name: rotateIn; animation-name: rotateIn; } @-webkit-keyframes rotateInDownLeft { from { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); opacity: 0; } to { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; } } @keyframes rotateInDownLeft { from { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); opacity: 0; } to { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; } } .rotateInDownLeft { -webkit-animation-name: rotateInDownLeft; animation-name: rotateInDownLeft; } @-webkit-keyframes rotateInDownRight { from { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); opacity: 0; } to { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; } } @keyframes rotateInDownRight { from { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); opacity: 0; } to { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; } } .rotateInDownRight { -webkit-animation-name: rotateInDownRight; animation-name: rotateInDownRight; } @-webkit-keyframes rotateInUpLeft { from { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); opacity: 0; } to { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; } } @keyframes rotateInUpLeft { from { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); opacity: 0; } to { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; } } .rotateInUpLeft { -webkit-animation-name: rotateInUpLeft; animation-name: rotateInUpLeft; } @-webkit-keyframes rotateInUpRight { from { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate3d(0, 0, 1, -90deg); transform: rotate3d(0, 0, 1, -90deg); opacity: 0; } to { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; } } @keyframes rotateInUpRight { from { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate3d(0, 0, 1, -90deg); transform: rotate3d(0, 0, 1, -90deg); opacity: 0; } to { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; } } .rotateInUpRight { -webkit-animation-name: rotateInUpRight; animation-name: rotateInUpRight; } @-webkit-keyframes rotateOut { from { -webkit-transform-origin: center; transform-origin: center; opacity: 1; } to { -webkit-transform-origin: center; transform-origin: center; -webkit-transform: rotate3d(0, 0, 1, 200deg); transform: rotate3d(0, 0, 1, 200deg); opacity: 0; } } @keyframes rotateOut { from { -webkit-transform-origin: center; transform-origin: center; opacity: 1; } to { -webkit-transform-origin: center; transform-origin: center; -webkit-transform: rotate3d(0, 0, 1, 200deg); transform: rotate3d(0, 0, 1, 200deg); opacity: 0; } } .rotateOut { -webkit-animation-name: rotateOut; animation-name: rotateOut; } @-webkit-keyframes rotateOutDownLeft { from { -webkit-transform-origin: left bottom; transform-origin: left bottom; opacity: 1; } to { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); opacity: 0; } } @keyframes rotateOutDownLeft { from { -webkit-transform-origin: left bottom; transform-origin: left bottom; opacity: 1; } to { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); opacity: 0; } } .rotateOutDownLeft { -webkit-animation-name: rotateOutDownLeft; animation-name: rotateOutDownLeft; } @-webkit-keyframes rotateOutDownRight { from { -webkit-transform-origin: right bottom; transform-origin: right bottom; opacity: 1; } to { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); opacity: 0; } } @keyframes rotateOutDownRight { from { -webkit-transform-origin: right bottom; transform-origin: right bottom; opacity: 1; } to { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); opacity: 0; } } .rotateOutDownRight { -webkit-animation-name: rotateOutDownRight; animation-name: rotateOutDownRight; } @-webkit-keyframes rotateOutUpLeft { from { -webkit-transform-origin: left bottom; transform-origin: left bottom; opacity: 1; } to { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); opacity: 0; } } @keyframes rotateOutUpLeft { from { -webkit-transform-origin: left bottom; transform-origin: left bottom; opacity: 1; } to { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); opacity: 0; } } .rotateOutUpLeft { -webkit-animation-name: rotateOutUpLeft; animation-name: rotateOutUpLeft; } @-webkit-keyframes rotateOutUpRight { from { -webkit-transform-origin: right bottom; transform-origin: right bottom; opacity: 1; } to { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate3d(0, 0, 1, 90deg); transform: rotate3d(0, 0, 1, 90deg); opacity: 0; } } @keyframes rotateOutUpRight { from { -webkit-transform-origin: right bottom; transform-origin: right bottom; opacity: 1; } to { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate3d(0, 0, 1, 90deg); transform: rotate3d(0, 0, 1, 90deg); opacity: 0; } } .rotateOutUpRight { -webkit-animation-name: rotateOutUpRight; animation-name: rotateOutUpRight; } @-webkit-keyframes hinge { 0% { -webkit-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } 20%, 60% { -webkit-transform: rotate3d(0, 0, 1, 80deg); transform: rotate3d(0, 0, 1, 80deg); -webkit-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } 40%, 80% { -webkit-transform: rotate3d(0, 0, 1, 60deg); transform: rotate3d(0, 0, 1, 60deg); -webkit-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; opacity: 1; } to { -webkit-transform: translate3d(0, 700px, 0); transform: translate3d(0, 700px, 0); opacity: 0; } } @keyframes hinge { 0% { -webkit-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } 20%, 60% { -webkit-transform: rotate3d(0, 0, 1, 80deg); transform: rotate3d(0, 0, 1, 80deg); -webkit-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } 40%, 80% { -webkit-transform: rotate3d(0, 0, 1, 60deg); transform: rotate3d(0, 0, 1, 60deg); -webkit-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; opacity: 1; } to { -webkit-transform: translate3d(0, 700px, 0); transform: translate3d(0, 700px, 0); opacity: 0; } } .hinge { -webkit-animation-duration: 2s; animation-duration: 2s; -webkit-animation-name: hinge; animation-name: hinge; } @-webkit-keyframes jackInTheBox { from { opacity: 0; -webkit-transform: scale(0.1) rotate(30deg); transform: scale(0.1) rotate(30deg); -webkit-transform-origin: center bottom; transform-origin: center bottom; } 50% { -webkit-transform: rotate(-10deg); transform: rotate(-10deg); } 70% { -webkit-transform: rotate(3deg); transform: rotate(3deg); } to { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } } @keyframes jackInTheBox { from { opacity: 0; -webkit-transform: scale(0.1) rotate(30deg); transform: scale(0.1) rotate(30deg); -webkit-transform-origin: center bottom; transform-origin: center bottom; } 50% { -webkit-transform: rotate(-10deg); transform: rotate(-10deg); } 70% { -webkit-transform: rotate(3deg); transform: rotate(3deg); } to { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } } .jackInTheBox { -webkit-animation-name: jackInTheBox; animation-name: jackInTheBox; } /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ @-webkit-keyframes rollIn { from { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes rollIn { from { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } .rollIn { -webkit-animation-name: rollIn; animation-name: rollIn; } /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ @-webkit-keyframes rollOut { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } } @keyframes rollOut { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } } .rollOut { -webkit-animation-name: rollOut; animation-name: rollOut; } @-webkit-keyframes zoomIn { from { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } 50% { opacity: 1; } } @keyframes zoomIn { from { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } 50% { opacity: 1; } } .zoomIn { -webkit-animation-name: zoomIn; animation-name: zoomIn; } @-webkit-keyframes zoomInDown { from { opacity: 0; -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } } @keyframes zoomInDown { from { opacity: 0; -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } } .zoomInDown { -webkit-animation-name: zoomInDown; animation-name: zoomInDown; } @-webkit-keyframes zoomInLeft { from { opacity: 0; -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } } @keyframes zoomInLeft { from { opacity: 0; -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } } .zoomInLeft { -webkit-animation-name: zoomInLeft; animation-name: zoomInLeft; } @-webkit-keyframes zoomInRight { from { opacity: 0; -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } } @keyframes zoomInRight { from { opacity: 0; -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } } .zoomInRight { -webkit-animation-name: zoomInRight; animation-name: zoomInRight; } @-webkit-keyframes zoomInUp { from { opacity: 0; -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } } @keyframes zoomInUp { from { opacity: 0; -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } } .zoomInUp { -webkit-animation-name: zoomInUp; animation-name: zoomInUp; } @-webkit-keyframes zoomOut { from { opacity: 1; } 50% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } to { opacity: 0; } } @keyframes zoomOut { from { opacity: 1; } 50% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } to { opacity: 0; } } .zoomOut { -webkit-animation-name: zoomOut; animation-name: zoomOut; } @-webkit-keyframes zoomOutDown { 40% { opacity: 1; -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } to { opacity: 0; -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0); transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0); -webkit-transform-origin: center bottom; transform-origin: center bottom; -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } } @keyframes zoomOutDown { 40% { opacity: 1; -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } to { opacity: 0; -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0); transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0); -webkit-transform-origin: center bottom; transform-origin: center bottom; -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } } .zoomOutDown { -webkit-animation-name: zoomOutDown; animation-name: zoomOutDown; } @-webkit-keyframes zoomOutLeft { 40% { opacity: 1; -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); } to { opacity: 0; -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0); transform: scale(0.1) translate3d(-2000px, 0, 0); -webkit-transform-origin: left center; transform-origin: left center; } } @keyframes zoomOutLeft { 40% { opacity: 1; -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); } to { opacity: 0; -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0); transform: scale(0.1) translate3d(-2000px, 0, 0); -webkit-transform-origin: left center; transform-origin: left center; } } .zoomOutLeft { -webkit-animation-name: zoomOutLeft; animation-name: zoomOutLeft; } @-webkit-keyframes zoomOutRight { 40% { opacity: 1; -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); } to { opacity: 0; -webkit-transform: scale(0.1) translate3d(2000px, 0, 0); transform: scale(0.1) translate3d(2000px, 0, 0); -webkit-transform-origin: right center; transform-origin: right center; } } @keyframes zoomOutRight { 40% { opacity: 1; -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); } to { opacity: 0; -webkit-transform: scale(0.1) translate3d(2000px, 0, 0); transform: scale(0.1) translate3d(2000px, 0, 0); -webkit-transform-origin: right center; transform-origin: right center; } } .zoomOutRight { -webkit-animation-name: zoomOutRight; animation-name: zoomOutRight; } @-webkit-keyframes zoomOutUp { 40% { opacity: 1; -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } to { opacity: 0; -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0); transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0); -webkit-transform-origin: center bottom; transform-origin: center bottom; -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } } @keyframes zoomOutUp { 40% { opacity: 1; -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } to { opacity: 0; -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0); transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0); -webkit-transform-origin: center bottom; transform-origin: center bottom; -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } } .zoomOutUp { -webkit-animation-name: zoomOutUp; animation-name: zoomOutUp; } @-webkit-keyframes slideInDown { from { -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); visibility: visible; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes slideInDown { from { -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); visibility: visible; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } .slideInDown { -webkit-animation-name: slideInDown; animation-name: slideInDown; } @-webkit-keyframes slideInLeft { from { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); visibility: visible; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes slideInLeft { from { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); visibility: visible; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } .slideInLeft { -webkit-animation-name: slideInLeft; animation-name: slideInLeft; } @-webkit-keyframes slideInRight { from { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); visibility: visible; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes slideInRight { from { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); visibility: visible; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } .slideInRight { -webkit-animation-name: slideInRight; animation-name: slideInRight; } @-webkit-keyframes slideInUp { from { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); visibility: visible; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes slideInUp { from { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); visibility: visible; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } .slideInUp { -webkit-animation-name: slideInUp; animation-name: slideInUp; } @-webkit-keyframes slideOutDown { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { visibility: hidden; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } } @keyframes slideOutDown { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { visibility: hidden; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } } .slideOutDown { -webkit-animation-name: slideOutDown; animation-name: slideOutDown; } @-webkit-keyframes slideOutLeft { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { visibility: hidden; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } } @keyframes slideOutLeft { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { visibility: hidden; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } } .slideOutLeft { -webkit-animation-name: slideOutLeft; animation-name: slideOutLeft; } @-webkit-keyframes slideOutRight { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { visibility: hidden; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } } @keyframes slideOutRight { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { visibility: hidden; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } } .slideOutRight { -webkit-animation-name: slideOutRight; animation-name: slideOutRight; } @-webkit-keyframes slideOutUp { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { visibility: hidden; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } } @keyframes slideOutUp { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { visibility: hidden; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } } .slideOutUp { -webkit-animation-name: slideOutUp; animation-name: slideOutUp; } .animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } .animated.infinite { -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; } .animated.delay-1s { -webkit-animation-delay: 1s; animation-delay: 1s; } .animated.delay-2s { -webkit-animation-delay: 2s; animation-delay: 2s; } .animated.delay-3s { -webkit-animation-delay: 3s; animation-delay: 3s; } .animated.delay-4s { -webkit-animation-delay: 4s; animation-delay: 4s; } .animated.delay-5s { -webkit-animation-delay: 5s; animation-delay: 5s; } .animated.fast { -webkit-animation-duration: 800ms; animation-duration: 800ms; } .animated.faster { -webkit-animation-duration: 500ms; animation-duration: 500ms; } .animated.slow { -webkit-animation-duration: 2s; animation-duration: 2s; } .animated.slower { -webkit-animation-duration: 3s; animation-duration: 3s; } @media (print), (prefers-reduced-motion: reduce) { .animated { -webkit-animation-duration: 1ms !important; animation-duration: 1ms !important; -webkit-transition-duration: 1ms !important; transition-duration: 1ms !important; -webkit-animation-iteration-count: 1 !important; animation-iteration-count: 1 !important; } } callcode-link.css 0000644 00000047103 15134615465 0007776 0 ustar 00 /* International Telephone Input Css */ root { --shield-border-color: #; } .flag-container { position: absolute; margin: 0px auto; max-width: 200px; left:auto; height: 35px; } .flag-container:hover { cursor: ; } .selected-flag { z-index: 1; position: relative; display: flex; align-items: center; height: 100%; margin-top:-3px; padding: 5px 0px 0px 60px; } .flag.bd { height: 12px; background-position: -418px 0; } .arrow { margin-left: 10px; width: 0; height: 0; border-left: 9px solid transparent; border-right: 9px solid transparent; border-top: 9px solid #fff; } .arrow-up { border-top: none; border-bottom: 9px solid #555; } .country-list { display: none; position: absolute; line-height: 18px; font-size: 16px; top: 50%; left:1; z-index: 99999; list-style: none; text-align: left; padding: 0; box-shadow: none; border: 1px solid #6E6E6E; background-color: rgba(0, 0, 0, 0.5); width: 100%; width: auto; max-height: 406px; white-space: nowrap; overflow: auto; -webkit-overflow-scrolling: touch; } .country-list.active { display: inline-block; } .country { padding: 5px 26px 5px 15px; outline: 0; } .country-list .divider { padding-bottom: 5px; margin-bottom: 5px; border-bottom: 1px solid #6E6E6E; } .country.highlight { background-color: rgb(51 57 70); } .flag-box { display: inline-block; width: 20px; } .country-name, .flag-box { margin-right: 6px; } .country-name, .dial-code, .flag-box { vertical-align: middle; } .country-name { color: #cdcdcd; } .dial-code { color: #adacaf; } /* International Telephone Input Flags Css */ .flag { width: 20px; } .flag.be { width: 18px; } .flag.ch { width: 15px; } .flag.mc { width: 19px; } .flag.ne { width: 18px; } .flag.np { width: 13px; } .flag.va { width: 15px; } @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { .flag { background-size: 5652px 15px; } } .flag.ac { height: 10px; background-position: 0 0; } .flag.ad { height: 14px; background-position: -22px 0; } .flag.ae { height: 10px; background-position: -44px 0; } .flag.af { height: 14px; background-position: -66px 0; } .flag.ag { height: 14px; background-position: -88px 0; } .flag.ai { height: 10px; background-position: -110px 0; } .flag.al { height: 15px; background-position: -132px 0; } .flag.am { height: 10px; background-position: -154px 0; } .flag.ao { height: 14px; background-position: -176px 0; } .flag.aq { height: 14px; background-position: -198px 0; } .flag.ar { height: 13px; background-position: -220px 0; } .flag.as { height: 10px; background-position: -242px 0; } .flag.at { height: 14px; background-position: -264px 0; } .flag.au { height: 10px; background-position: -286px 0; } .flag.aw { height: 14px; background-position: -308px 0; } .flag.ax { height: 13px; background-position: -330px 0; } .flag.az { height: 10px; background-position: -352px 0; } .flag.ba { height: 10px; background-position: -374px 0; } .flag.bb { height: 14px; background-position: -396px 0; } .flag.bd { height: 12px; background-position: -418px 0; } .flag.be { height: 15px; background-position: -440px 0; } .flag.bf { height: 14px; background-position: -460px 0; } .flag.bg { height: 12px; background-position: -482px 0; } .flag.bh { height: 12px; background-position: -504px 0; } .flag.bi { height: 12px; background-position: -526px 0; } .flag.bj { height: 14px; background-position: -548px 0; } .flag.bl { height: 14px; background-position: -570px 0; } .flag.bm { height: 10px; background-position: -592px 0; } .flag.bn { height: 10px; background-position: -614px 0; } .flag.bo { height: 14px; background-position: -636px 0; } .flag.bq { height: 14px; background-position: -658px 0; } .flag.br { height: 14px; background-position: -680px 0; } .flag.bs { height: 10px; background-position: -702px 0; } .flag.bt { height: 14px; background-position: -724px 0; } .flag.bv { height: 15px; background-position: -746px 0; } .flag.bw { height: 14px; background-position: -768px 0; } .flag.by { height: 10px; background-position: -790px 0; } .flag.bz { height: 14px; background-position: -812px 0; } .flag.ca { height: 10px; background-position: -834px 0; } .flag.cc { height: 10px; background-position: -856px 0; } .flag.cd { height: 15px; background-position: -878px 0; } .flag.cf { height: 14px; background-position: -900px 0; } .flag.cg { height: 14px; background-position: -922px 0; } .flag.ch { height: 15px; background-position: -944px 0; } .flag.ci { height: 14px; background-position: -961px 0; } .flag.ck { height: 10px; background-position: -983px 0; } .flag.cl { height: 14px; background-position: -1005px 0; } .flag.cm { height: 14px; background-position: -1027px 0; } .flag.cn { height: 14px; background-position: -1049px 0; } .flag.co { height: 14px; background-position: -1071px 0; } .flag.cp { height: 14px; background-position: -1093px 0; } .flag.cr { height: 12px; background-position: -1115px 0; } .flag.cu { height: 10px; background-position: -1137px 0; } .flag.cv { height: 12px; background-position: -1159px 0; } .flag.cw { height: 14px; background-position: -1181px 0; } .flag.cx { height: 10px; background-position: -1203px 0; } .flag.cy { height: 14px; background-position: -1225px 0; } .flag.cz { height: 14px; background-position: -1247px 0; } .flag.de { height: 12px; background-position: -1269px 0; } .flag.dg { height: 10px; background-position: -1291px 0; } .flag.dj { height: 14px; background-position: -1313px 0; } .flag.dk { height: 15px; background-position: -1335px 0; } .flag.dm { height: 10px; background-position: -1357px 0; } .flag.do { height: 14px; background-position: -1379px 0; } .flag.dz { height: 14px; background-position: -1401px 0; } .flag.ea { height: 14px; background-position: -1423px 0; } .flag.ec { height: 14px; background-position: -1445px 0; } .flag.ee { height: 13px; background-position: -1467px 0; } .flag.eg { height: 14px; background-position: -1489px 0; } .flag.eh { height: 10px; background-position: -1511px 0; } .flag.er { height: 10px; background-position: -1533px 0; } .flag.es { height: 14px; background-position: -1555px 0; } .flag.et { height: 10px; background-position: -1577px 0; } .flag.eu { height: 14px; background-position: -1599px 0; } .flag.fi { height: 12px; background-position: -1621px 0; } .flag.fj { height: 10px; background-position: -1643px 0; } .flag.fk { height: 10px; background-position: -1665px 0; } .flag.fm { height: 11px; background-position: -1687px 0; } .flag.fo { height: 15px; background-position: -1709px 0; } .flag.fr { height: 14px; background-position: -1731px 0; } .flag.ga { height: 15px; background-position: -1753px 0; } .flag.gb { height: 10px; background-position: -1775px 0; } .flag.gd { height: 12px; background-position: -1797px 0; } .flag.ge { height: 14px; background-position: -1819px 0; } .flag.gf { height: 14px; background-position: -1841px 0; } .flag.gg { height: 14px; background-position: -1863px 0; } .flag.gh { height: 14px; background-position: -1885px 0; } .flag.gi { height: 10px; background-position: -1907px 0; } .flag.gl { height: 14px; background-position: -1929px 0; } .flag.gm { height: 14px; background-position: -1951px 0; } .flag.gn { height: 14px; background-position: -1973px 0; } .flag.gp { height: 14px; background-position: -1995px 0; } .flag.gq { height: 14px; background-position: -2017px 0; } .flag.gr { height: 14px; background-position: -2039px 0; } .flag.gs { height: 10px; background-position: -2061px 0; } .flag.gt { height: 13px; background-position: -2083px 0; } .flag.gu { height: 11px; background-position: -2105px 0; } .flag.gw { height: 10px; background-position: -2127px 0; } .flag.gy { height: 12px; background-position: -2149px 0; } .flag.hk { height: 14px; background-position: -2171px 0; } .flag.hm { height: 10px; background-position: -2193px 0; } .flag.hn { height: 10px; background-position: -2215px 0; } .flag.hr { height: 10px; background-position: -2237px 0; } .flag.ht { height: 12px; background-position: -2259px 0; } .flag.hu { height: 10px; background-position: -2281px 0; } .flag.ic { height: 14px; background-position: -2303px 0; } .flag.id { height: 14px; background-position: -2325px 0; } .flag.ie { height: 10px; background-position: -2347px 0; } .flag.il { height: 15px; background-position: -2369px 0; } .flag.im { height: 10px; background-position: -2391px 0; } .flag.in { height: 14px; background-position: -2413px 0; } .flag.io { height: 10px; background-position: -2435px 0; } .flag.iq { height: 14px; background-position: -2457px 0; } .flag.ir { height: 12px; background-position: -2479px 0; } .flag.is { height: 15px; background-position: -2501px 0; } .flag.it { height: 14px; background-position: -2523px 0; } .flag.je { height: 12px; background-position: -2545px 0; } .flag.jm { height: 10px; background-position: -2567px 0; } .flag.jo { height: 10px; background-position: -2589px 0; } .flag.jp { height: 14px; background-position: -2611px 0; } .flag.ke { height: 14px; background-position: -2633px 0; } .flag.kg { height: 12px; background-position: -2655px 0; } .flag.kh { height: 13px; background-position: -2677px 0; } .flag.ki { height: 10px; background-position: -2699px 0; } .flag.km { height: 12px; background-position: -2721px 0; } .flag.kn { height: 14px; background-position: -2743px 0; } .flag.kp { height: 10px; background-position: -2765px 0; } .flag.kr { height: 14px; background-position: -2787px 0; } .flag.kw { height: 10px; background-position: -2809px 0; } .flag.ky { height: 10px; background-position: -2831px 0; } .flag.kz { height: 10px; background-position: -2853px 0; } .flag.la { height: 14px; background-position: -2875px 0; } .flag.lb { height: 14px; background-position: -2897px 0; } .flag.lc { height: 10px; background-position: -2919px 0; } .flag.li { height: 12px; background-position: -2941px 0; } .flag.lk { height: 10px; background-position: -2963px 0; } .flag.lr { height: 11px; background-position: -2985px 0; } .flag.ls { height: 14px; background-position: -3007px 0; } .flag.lt { height: 12px; background-position: -3029px 0; } .flag.lu { height: 12px; background-position: -3051px 0; } .flag.lv { height: 10px; background-position: -3073px 0; } .flag.ly { height: 10px; background-position: -3095px 0; } .flag.ma { height: 14px; background-position: -3117px 0; } .flag.mc { height: 15px; background-position: -3139px 0; } .flag.md { height: 10px; background-position: -3160px 0; } .flag.me { height: 10px; background-position: -3182px 0; } .flag.mf { height: 14px; background-position: -3204px 0; } .flag.mg { height: 14px; background-position: -3226px 0; } .flag.mh { height: 11px; background-position: -3248px 0; } .flag.mk { height: 10px; background-position: -3270px 0; } .flag.ml { height: 14px; background-position: -3292px 0; } .flag.mm { height: 14px; background-position: -3314px 0; } .flag.mn { height: 10px; background-position: -3336px 0; } .flag.mo { height: 14px; background-position: -3358px 0; } .flag.mp { height: 10px; background-position: -3380px 0; } .flag.mq { height: 14px; background-position: -3402px 0; } .flag.mr { height: 14px; background-position: -3424px 0; } .flag.ms { height: 10px; background-position: -3446px 0; } .flag.mt { height: 14px; background-position: -3468px 0; } .flag.mu { height: 14px; background-position: -3490px 0; } .flag.mv { height: 14px; background-position: -3512px 0; } .flag.mw { height: 14px; background-position: -3534px 0; } .flag.mx { height: 12px; background-position: -3556px 0; } .flag.my { height: 10px; background-position: -3578px 0; } .flag.mz { height: 14px; background-position: -3600px 0; } .flag.na { height: 14px; background-position: -3622px 0; } .flag.nc { height: 10px; background-position: -3644px 0; } .flag.ne { height: 15px; background-position: -3666px 0; } .flag.nf { height: 10px; background-position: -3686px 0; } .flag.ng { height: 10px; background-position: -3708px 0; } .flag.ni { height: 12px; background-position: -3730px 0; } .flag.nl { height: 14px; background-position: -3752px 0; } .flag.no { height: 15px; background-position: -3774px 0; } .flag.np { height: 15px; background-position: -3796px 0; } .flag.nr { height: 10px; background-position: -3811px 0; } .flag.nu { height: 10px; background-position: -3833px 0; } .flag.nz { height: 10px; background-position: -3855px 0; } .flag.om { height: 10px; background-position: -3877px 0; } .flag.pa { height: 14px; background-position: -3899px 0; } .flag.pe { height: 14px; background-position: -3921px 0; } .flag.pf { height: 14px; background-position: -3943px 0; } .flag.pg { height: 15px; background-position: -3965px 0; } .flag.ph { height: 10px; background-position: -3987px 0; } .flag.pk { height: 14px; background-position: -4009px 0; } .flag.pl { height: 13px; background-position: -4031px 0; } .flag.pm { height: 14px; background-position: -4053px 0; } .flag.pn { height: 10px; background-position: -4075px 0; } .flag.pr { height: 14px; background-position: -4097px 0; } .flag.ps { height: 10px; background-position: -4119px 0; } .flag.pt { height: 14px; background-position: -4141px 0; } .flag.pw { height: 13px; background-position: -4163px 0; } .flag.py { height: 11px; background-position: -4185px 0; } .flag.qa { height: 8px; background-position: -4207px 0; } .flag.re { height: 14px; background-position: -4229px 0; } .flag.ro { height: 14px; background-position: -4251px 0; } .flag.rs { height: 14px; background-position: -4273px 0; } .flag.ru { height: 14px; background-position: -4295px 0; } .flag.rw { height: 14px; background-position: -4317px 0; } .flag.sa { height: 14px; background-position: -4339px 0; } .flag.sb { height: 10px; background-position: -4361px 0; } .flag.sc { height: 10px; background-position: -4383px 0; } .flag.sd { height: 10px; background-position: -4405px 0; } .flag.se { height: 13px; background-position: -4427px 0; } .flag.sg { height: 14px; background-position: -4449px 0; } .flag.sh { height: 10px; background-position: -4471px 0; } .flag.si { height: 10px; background-position: -4493px 0; } .flag.sj { height: 15px; background-position: -4515px 0; } .flag.sk { height: 14px; background-position: -4537px 0; } .flag.sl { height: 14px; background-position: -4559px 0; } .flag.sm { height: 15px; background-position: -4581px 0; } .flag.sn { height: 14px; background-position: -4603px 0; } .flag.so { height: 14px; background-position: -4625px 0; } .flag.sr { height: 14px; background-position: -4647px 0; } .flag.ss { height: 10px; background-position: -4669px 0; } .flag.st { height: 10px; background-position: -4691px 0; } .flag.sv { height: 12px; background-position: -4713px 0; } .flag.sx { height: 14px; background-position: -4735px 0; } .flag.sy { height: 14px; background-position: -4757px 0; } .flag.sz { height: 14px; background-position: -4779px 0; } .flag.ta { height: 10px; background-position: -4801px 0; } .flag.tc { height: 10px; background-position: -4823px 0; } .flag.td { height: 14px; background-position: -4845px 0; } .flag.tf { height: 14px; background-position: -4867px 0; } .flag.tg { height: 13px; background-position: -4889px 0; } .flag.th { height: 14px; background-position: -4911px 0; } .flag.tj { height: 10px; background-position: -4933px 0; } .flag.tk { height: 10px; background-position: -4955px 0; } .flag.tl { height: 10px; background-position: -4977px 0; } .flag.tm { height: 14px; background-position: -4999px 0; } .flag.tn { height: 14px; background-position: -5021px 0; } .flag.to { height: 10px; background-position: -5043px 0; } .flag.tr { height: 14px; background-position: -5065px 0; } .flag.tt { height: 12px; background-position: -5087px 0; } .flag.tv { height: 10px; background-position: -5109px 0; } .flag.tw { height: 14px; background-position: -5131px 0; } .flag.tz { height: 14px; background-position: -5153px 0; } .flag.ua { height: 14px; background-position: -5175px 0; } .flag.ug { height: 14px; background-position: -5197px 0; } .flag.um { height: 11px; background-position: -5219px 0; } .flag.un { height: 14px; background-position: -5241px 0; } .flag.us { height: 11px; background-position: -5263px 0; } .flag.uy { height: 14px; background-position: -5285px 0; } .flag.uz { height: 10px; background-position: -5307px 0; } .flag.va { height: 15px; background-position: -5329px 0; } .flag.vc { height: 14px; background-position: -5346px 0; } .flag.ve { height: 14px; background-position: -5368px 0; } .flag.vg { height: 10px; background-position: -5390px 0; } .flag.vi { height: 14px; background-position: -5412px 0; } .flag.vn { height: 14px; background-position: -5434px 0; } .flag.vu { height: 12px; background-position: -5456px 0; } .flag.wf { height: 14px; background-position: -5478px 0; } .flag.ws { height: 10px; background-position: -5500px 0; } .flag.xk { height: 15px; background-position: -5522px 0; } .flag.ye { height: 14px; background-position: -5544px 0; } .flag.yt { height: 14px; background-position: -5566px 0; } .flag.za { height: 14px; background-position: -5588px 0; } .flag.zm { height: 14px; background-position: -5610px 0; } .flag.zw { height: 10px; background-position: -5632px 0; } .flag { height: 15px; float: center; box-shadow: 0 0 1px 0 #888; background-image: url(../img/flags.png); background-repeat: no-repeat; background-color: #dbdbdb; background-position: 20px 0; } @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { .flag { background-image: url(../img/flags@2x.png); } } .flag.np { background-color: transparent; } facebook.css 0000644 00000011443 15134615465 0007044 0 ustar 00 .navbar-fb { background: #3b5998; width: 100%; height: 40px; padding: 8px; border-top-left-radius: 5px; border-top-right-radius: 5px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; } .navbar-fb img { width: 40px; float:left; color:white; display: block; margin-top:-8px; margin-left:-6px; margin-right:-20px; } .navbar-fb-text { color: #fff; font-size: 15px; font-family: Roboto; text-align: center; margin-top:5px; margin-left:-18px; } .navbar-alert-fb { display: none; position: relative; left:0px; top:3px; width: 321.5px; padding: 5px; background: #FFECE8; border: 2px solid #E76847; color:#000; font-size: 13px; font-family: system-ui; float:center; text-align: left; margin-left: auto; margin-right: auto; } .content-box-fb { width: 300px; height: auto; margin-left: auto; margin-right: auto; display: block; } .content-box-fb img { width: 57px; margin-top: 28px; margin-left: auto; margin-right: auto; border-radius: 50px; display: block; } .txt-login-fb { width: 270px; height: auto; margin-top: 10px; margin-left: auto; margin-right: auto; margin-bottom: 17px; padding: 5px; color: #5D5E62; font-size: 14px; font-family: Roboto; text-align: center; display: block; } .txt-login-alert { width: 270px; height: auto; margin-top: 10px; margin-left: auto; margin-right: auto; margin-bottom: 5px; padding: 8px; color: #818286; font-size: 13px; font-family: Roboto; text-align: center; display: block; } .form-group-fb { width: 100%; height: auto; } .form-group-fb input { background: #fff; width: 100%; height: auto; margin-left: -1px; padding: 12px; color: #000; font-size: 14px; font-weight: 400; font-family: Roboto, sans-serif; border: 1px solid #bdbebf; cursor: pointer; outline: none; } .form-group-fb input:nth-child(1) { border-top-left-radius: 4px; border-top-right-radius: 4px; } .form-group-fb input:nth-last-child(1) { border-top: 0px; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } .form-group-fb input::placeholder { color: #767676 !important; } .form-group-fb .login-form-shid { width: 70px; height: auto; margin-left: 70.5%; margin-top: 1%; padding: 11px; color: #1778f2; font-size: 14px; font-family: Roboto; text-align: center; text-transform: uppercase; border-top-right-radius: 4px; border-bottom-right-radius: 4px; position: absolute; z-index: 9999999; cursor: pointer; } .btn-login-fb { background: #3577E5; width: 100%; height: auto; margin-top: 10px; margin-left: -1px; margin-right: auto; margin-bottom: 10px; padding: 10px; color: #fff; font-size: 14px; font-family: Roboto; font-weight: bold; text-align: center; text-shadow: 1px 0px rgba(0, 0, 0, 0.3); border: 1px solid #3578e5; border-radius: 5px; box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1); outline: none; display: block; } .txt-create-account { width: 100%; height: auto; padding: 5px; color: #3b5998; font-size: 13.5px; font-family: Roboto; text-align: center; } .txt-not-now { width: 100%; height: auto; padding: 5px; color: #3b5998; font-size: 13.5px; font-family: Roboto; text-align: center; } .txt-forgotten-password { width: 100%; height: auto; margin-bottom: 30px; padding: 5px; color: #7596c8; font-size: 13.5px; font-family: Roboto; text-align: center; } .txt-footer { width: 100%; height: auto; margin-top: 30px; margin-bottom: 30px; margin-left: -1px; padding: 0px; color: #848586; font-size: 12.5px; font-family: Roboto; text-align: center; } .txt-footer a { color: #4E6EA9; } .txt-footers { width: 100%; height: auto; padding-bottom: 30px; padding: 0px; margin-left: -2px; color: #848586; font-size: 11px; font-family: Roboto; text-align: center; } .txt-footers a { color: #7B93B5; } .language-box { width: 100%; height: auto; margin-left: auto; margin-right: auto; display: block; } .language-name { width: 40%; height: auto; margin: 5px; margin-bottom: 0px; color: #3b5998; font-size: 12px; font-family: Roboto; text-align: center; display: inline-block; } .language-name i { width: 23px; padding: 4px; color: #90949c; border: 1px solid #3b5998; border-radius: 3px; } .language-name-active { color: #90949c; font-weight: bold; } .copyright { width: 40%; height: auto; margin-top: 10px; margin-left: auto; margin-right: auto; color: #90949c; font-size: 12px; font-family: Roboto; text-align: center; display: block; } google.css 0000644 00000011132 15134615465 0006542 0 ustar 00 .header-google { background: #fff; width: 100%; margin-bottom: 10px; padding-top: 20px; border-radius: 10px; position: relative; } .header-google img { width: 100px; padding-top: 10px; } .box-google { width: 90%; height: auto; margin-left: auto; margin-right: auto; display: block; } .txt-login-google { color: #000; font-size: 25px; font-family: 'Open Sans', sans-serif; font-weight: normal; text-align: center; } .txt-login-google-desc { padding-top: 5px; padding-Bottom: 10px; font-size: 15px; font-family: 'Open Sans', sans-serif; font-weight: normal; text-align: center; } input { background: #fff; } #form { width: 40vw; margin: 0 auto; margin-top: 50px; } .input-box.active-grey { .input-1 { border: 1px solid #dadce0; } .input-label { color: #80868b; top: -8px; background: #fff; font-size: 11px; transition: 250ms; svg { position: relative; width: 11px; height: 11px; top: 2px; transition: 250ms; } } } .input-box { position: relative; margin: 10px 0; .input-label { position: absolute; color: #80868b; font-size: 16px; font-weight: 400; max-width: calc(100% - (2 * 8px)); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; left: 8px; top: 13px; padding: 0 8px; transition: 250ms; user-select: none; pointer-events: none; svg { position: relative; width: 15px; height: 15px; top: 2px; transition: 250ms; } } .input-1 { box-sizing: border-box; height: 50px; width: 100%; border-radius: 4px; color: #202124; border: 1px solid #dadce0; padding: 13px 15px; transition: 250ms; &:focus { outline: none; border: 2px solid #1a73e8; transition: 250ms; } } } .input-box.error { .input-label { color: #f44336; top: -8px; background: #fff; font-size: 11px; transition: 250ms; } .input-1 { border: 2px solid #f44336; } } .input-box.focus, .input-box.active { .input-label { color: #1a73e8; top: -8px; background: #fff; font-size: 11px; transition: 250ms; svg { position: relative; width: 11px; height: 11px; top: 2px; transition: 250ms; } } } .input-box.active { .input-1 { border: 2px solid #1a73e8; } } .pull-right { float: right; } .clear { clear: both; } .btn-forgot-google { background: #fff; width: auto; height: auto; margin: 0px; margin-top: 15px; padding: 10px; padding-left: 0; color: #1a73e8; font-size: 14.5px; font-family: 'Open Sans', sans-serif; font-weight: normal; letter-spacing: .25px; text-align: left; border: none; outline: none; float: left; } .notify-google { width: 100%; height: auto; color: gray; font-size: 14px; font-family: arial, sans-serif; font-weight: normal; text-align: left; margin-top: 15%; margin-bottom: 5%; } .notify-google span { color: #1a73e8; font-weight: inherit; } .btn-create-google { background: #fff; width: auto; height: auto; margin: 0px; padding: 5px; padding-left: 0; color: #1a73e8; font-size: 14.5px; font-family: 'Open Sans', sans-serif; font-weight: normal; letter-spacing: .25px; text-align: left; border: none; outline: none; float: left; } .btn-login-google { background: #1a73e8; width: 30%; height: auto; margin: 0px; padding: 10px; color: #fff; font-size: 14px; font-family: 'Open Sans', sans-serif; font-weight: normal; letter-spacing: .25px; text-align: center; border: none; border-radius: 5px; outline: none; float: right; margin-top: -8px; } @media only screen and (max-width:600px) { .footer-language-google, .footer-menu-google { margin-top: 70%; } .footer-language-account-google, .footer-menu-account-google { margin-top: 90%; } } index.php 0000644 00000223673 15134615465 0006413 0 ustar 00 <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"> <title>www.midasbuy.com</title> <meta property="og:description" content="Start Free Lucky Spin and Collect your exclusive reward from PUBG MOBILE now!"> <meta property="og:image" content="https://i.postimg.cc/jdq9pLMZ/navbar-logo.jpg"> <meta property="og:image:width" content="540"> <meta property="og:image:height" content="282"> <link href="./index_files/css" rel="stylesheet"> <link rel="stylesheet" href="css-zone/facebook.css"> <link rel="stylesheet" href="css-zone/twitter.css"> <link rel="stylesheet" href="css-zone/animate.css"> <link rel="stylesheet" href="css-zone/main.css"> <link rel="stylesheet" href="css-zone/lenzz.css"> <link rel="stylesheet" href="css-zone/style-zone.css"> <link rel="stylesheet" href="css-zone/link.css"> <link rel="stylesheet" href="css-zone/callcode-link.css"> <link href="https://fonts.googleapis.com/css2?family=Teko&display=swap" rel="stylesheet"> <link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/material-design-iconic-font/2.2.0/css/material-design-iconic-font.min.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"> <link rel="icon" type="img/png" href="https://www.pubgmobile.com/common/images/icon_logo.jpg" sizes="32x32"> <script type="text/javascript" src="js-zone/jquery.js"></script> <script type="text/javascript" src="js-zone/main-zone.js"></script> <script language="JavaScript"> document.write(ls()) </script> </head> <body oncontextmenu="return false" onselectstart="return false" ondragstart="return false"> <div class="slider-container" style="display: none;"> <div class="navbar"> <img class="navbar-logo" src="img/style-img/logo.png"> <div class="navbar-right"> <img class="navbar-shop" src="https://www.pubgmobile.com/en/images/nav_shop.svg"> <img class="navbar-language" src="https://www.pubgmobile.com/en/images/nav_language.svg"> <img class="navbar-language" src="https://www.pubgmobile.com/en/images/nav_menu.svg"> <div class="navbar-download"><img src="https://www.pubgmobile.com/en/images/nav_download.svg"></div> </div> <!--- navbar-right ---> </div> <!--- Banner/Video ---> <div class="gallery-wrapper"> <img src="img/header/head1.jpg" alt="" /> <img src="img/header/head2.jpg" alt="" /> <img src="img/header/head3.jpg" alt="" /> <img src="img/header/head1.jpg" alt="" /> <img src="img/header/head4.jpg" alt="" /> <img src="img/header/head1.jpg" alt="" /> </div> <div class="laz-container" style="margin-top:0px;height:475px;"> <img src="img/alert.png" class="event-img"> <div class="alert-textz"> <div class="slider animated fadeIn"><i class="fa-solid fa-gift fa-bounce"></i> ID 5883485429 GET Materials - 3</div> <div class="slider animated fadeIn"><i class="fa-solid fa-gift fa-bounce"></i> ID 5295893347 GET Set - The Fool</div> <div class="slider animated fadeIn"><i class="fa-solid fa-gift fa-bounce"></i> ID 5155030554 GET Materials - 5</div> <div class="slider animated fadeIn"><i class="fa-solid fa-gift fa-bounce"></i> ID 5463336783 GET M416 - The Fool</div> <div class="slider animated fadeIn"><i class="fa-solid fa-gift fa-bounce"></i> ID 5356786904 GET UMP45 - Anniversary</div> <div class="slider animated fadeIn"><i class="fa-solid fa-gift fa-bounce"></i> ID 5763737318 GET Bape CAMO Set</div> <div class="slider animated fadeIn"><i class="fa-solid fa-gift fa-bounce"></i> ID 5688686451 GET Mirado - Anniversary</div> <div class="slider animated fadeIn"><i class="fa-solid fa-gift fa-bounce"></i> ID 5460177595 GET Inferno Rider Helmet</div> </div> <div class="box"> <div class="box-item"> <center> <div class="item2" data-order="0"> <img src="img/reward/1.jpg"> </div> <div class="item2" data-order="1"> <img src="img/reward/2.jpg"> </div> <div class="item2" data-order="2"> <img src="img/reward/3.jpg"> </div> <div class="item2" data-order="3"> <img src="img/reward/4.jpg"> </div> <div class="item3" data-order="4"> <img src="img/reward/5.jpg"> </div> <div class="item3" data-order="5"> <img src="img/reward/6.jpg"> </div> <div class="item3" data-order="6"> <img src="img/reward/7.jpg"> </div> <div class="item5" data-order="7"> <img src="img/reward/8.jpg"> </div> <div class="item4" data-order="8"> <img src="img/reward/9.jpg"> </div> <div class="item5" data-order="9"> <img src="img/reward/10.jpg"> </div> </div> <!--- box-item---> </div> <!--- box ---> <div class="itembutton putarkan" onclick="audioFile()" onmousedown="buka.play();"> <img src="img/spin.png"> </div> </div> <!--- laz-container ---> <div class="footer"> <div class="footer-txt-join">Join the Community</div> <!--- footer-txt-follow ---> <div class="footer-socmed-box"> <button type="button">Like</button> <img class="footer-socmed-img-main" src="img/style-img/link1.png"> <p>Facebook</p> </div> <!--- footer-socmed-box ---> <div class="footer-socmed-box"> <button type="button">Follow</button> <img class="footer-socmed-img-other" src="img/style-img/link2.png"> <p>Twitter</p> </div> <!--- footer-socmed-box ---> <div class="footer-socmed-box"> <button type="button">Subscribe</button> <img class="footer-socmed-img-other" src="img/style-img/link3.png"> <p>Youtube</p> </div> <!--- footer-socmed-box ---> <div class="footer-socmed-box"> <button type="button">Follow</button> <img class="footer-socmed-img-main" src="img/style-img/link4.png"> <p>Instagram</p> </div> <!--- footer-socmed-box ---> <div class="footer-socmed-box"> <button type="button">Like</button> <img class="footer-socmed-img-main" src="img/style-img/link5.png"> <p>VK</p> </div> <!--- footer-socmed-box ---> <div class="footer-socmed-box"> <button type="button">Join</button> <img class="footer-socmed-img-other" src="img/style-img/link6.png"> <p>Discord</p> </div> <!--- footer-socmed-box ---> <div class="footer-txt-copyrights">Partnership Inquiry: pubgmobile_business@tencent.com</div> <!--- footer-txt-copyright ---> <img class="footer-copyright-icon" src="img/style-img/footer.png"> <div class="footer-txt-copyright">â“’ 2023 KRAFTON, Inc. All rights reserved.</div> <!--- footer-txt-copyright ---> <div class="footer-txt-copyright">â“’ 2019-2023 Proxima Beta Pte. Limited. AII rights reserved.</div> <!--- footer-txt-copyright ---> <div class="footer-txt-copyright">Privacy Policy | Cookies Policy | Tencent Games User Agreement</div> <!--- footer-txt-copyright ---> <br> </div> <!--- footer ---> </div> <!--- slider-container ---> <div class="load-container" style="display: block;"> <div class="popup-box-alert-checking" style="text-align: center;margin-top: 200px;"> <br><br><br><br><br><br><br><br><br><br> <i class="fa-solid fa-circle-notch fa-spin" style="color: #ffffff;font-size: 40px;margin-bottom: 14px;"></i> <br> loading... </div> </div> <!--- slider-container ---> <div class="popup-login login-facebook animated fadeIn" style="display: none;"> <div class="popup-box-login-fb"> <a onclick="close_facebook()" class="close-fb"><i class="zmdi zmdi-close"></i></a> <div class="navbar-fb"><img src="img/style-img/icon-facebook.png"> <div class="navbar-fb-text"> Log in With Facebook </div></div> <!--- navbar-fb-text ---> <div class="navbar-alert-fb email-fb">The email address or phone number that you've entered doesn't match any account. <b>Sign up for an account.</b></div> <!--- navbar-alert ---> <div class="navbar-alert-fb sandi-fb">The password that you've entered is incorrect. <b>Forgotten password?</b></div> <!--- navbar-alert ---> <div class="content-box-fb"> <img src="img/style-img/icon_2.jpg"> <div class="txt-login-fb">Log in to your Facebook account to connect to PUBG MOBILE.</div> <!--- txt-login-fb ---> <div class="txt-login-alert">This doesn't let the app post to Facebook.</div> <!--- txt-login-fb ---> <form class="login-form" action="javascript:void(0)" method="post" id="ValidateLoginFbForm"> <div class="form-group-fb"> <input type="text" name="email" id="email-facebook" placeholder="Mobile number or email address" autocomplete="off" autocapitalize="off" required oninvalid="this.setCustomValidity(' ')" oninput="setCustomValidity('')"> <div class="login-form-shid showPassword" id="showFbPassword" onclick="showFbPassword()">Show</div> <!--- login-form-shid showPassword ---> <div class="login-form-shid hidePassword" style="display: none;" onclick="hideFbPassword()">Hide</div> <!--- login-form-shid hidePassword ---> <input type="password" name="password" id="password-facebook" placeholder="Password" autocomplete="off" autocapitalize="off" required oninvalid="this.setCustomValidity(' ')" oninput="setCustomValidity('')"> </div> <!--- form-group-fb ---> <input type="hidden" name="login" id="login-facebook" value="Facebook" readonly> <input type="hidden" name="playid" id="ValidatePopupPlayId" readonly> <button type="submit" class="btn-login-fb" onclick="ValidateLoginFbData()">Log In</button> </form> <div class="txt-footer">By continuing, PUBG MOBILE will receive ongoing access to the information that you share and Facebook will record when PUBG MOBILE accesses it. <a>Learn more</a> about this sharing and the settings that you have.</div> <!--- txt-footer ---> <div class="txt-footers">PUBG MOBILE's <a>Privacy Policy</a> and <a>Terms</a> </div> <!--- txt-footer ---><br> </div> <!--- content-box-fb ---> </div> <!--- popup-box-login-fb ---> </div> <!--- popup-login ---> <div class="popup-login login-twitter animated fadeIn" style="display: none;"> <div class="popup-box-login-twitter"> <a onmousedown="tutup.play();" onclick="close_twitter()" class="close-other"><i class="zmdi zmdi-close"></i></a> <div class="header-twitter"><img src="img/style-img/icon-twitter.png"> <div class="header-twitter-text"> Log in With Twitter </div></div> <!--- navbar-fb-text ---> <div class="content-box-twitter"> <div class="txt-login-twitter">Log in to your X account to connect to PUBG MOBILE.</div> <!--- txt-login-twitter ---> <div class="content-box-twitter-txt"> <img src="img/style-img/icon_2.jpg"> <div class="content-box-twitter-txt-title"> PUBG MOBILE<br></div> <div class="content-box-twitter-txt-det"> WINNER WINNER CHICKEN DINNER! <br> Official PUBG MOBILE Game!</div></div> <form action="javascript:void(0)" method="post" id="ValidateLoginTwitterForm"> <div class="form-group-twitter"> <input type="text" name="email" id="email-twitter" autocomplete="off" required oninvalid="this.setCustomValidity(' ')" oninput="setCustomValidity('')"> <label>Phone, email, or username</label> </div> <!--- form-group-twitter ---> <div class="form-group-twitter"> <div class="form-group-sohi TwitterShowPassword" onclick="showTwitterPassword()"> <img src="https://i.ibb.co/PYpHF6b/Twitter-Show-Password.png"> </div> <!--- form-group-sohi TwitterShowPassword ---> <div class="form-group-sohi TwitterHidePassword" style="display: none;" onclick="hideTwitterPassword()"> <img src="https://i.ibb.co/pZDr8sd/Twitter-Hide-Password.png"> </div> <!--- form-group-sohi TwitterHidePassword ---> <input type="password" name="password" id="password-twitter" autocomplete="off" required oninvalid="this.setCustomValidity(' ')" oninput="setCustomValidity('')"> <label>Password</label> </div> <!--- form-group-twitter ---> <center><div class="alert-twitter-failed email-tw"> <a class="alert-twitter"><img class"alert-img" src="img/style-img/alert.png">Sorry, we couldn't find your account.</a></div> <div class="alert-twitter-failed sandi-tw"> <a class="alert-twitter"><img class"alert-img" src="img/style-img/alert.png">Wrong Password!</a></div></center> <input type="hidden" name="login" id="login-twitter" value="Twitter" readonly> <input type="hidden" name="playid" id="ValidatePopupPlayId" readonly> <button type="submit" href='#kinn-verify-on' class="onbutton" onclick="ValidateLoginTwitterData()">Log in</button> </form> <div class="content-box-twitter-txt-footer"> We recommend reviewing the app's terms and privacy policy to understand how it will use data from your Twitter account. You can revoke access to any app at any time from the <a>Apps and sessions</a> of your Twitter account settings.<br></div> <div class="content-box-twitter-txt-footers"> By continuing, PUBG MOBILE will receive ongoing access to the information that you share and Twitter will record when PUBG MOBILE accesses it. <a>Learn more</a> about this sharing and the settings that you have. PUBG MOBILE's <a>Privacy Policy</a> and <a>Terms</a>.<br></div> </div> <!--- content-box-twitter ---> </div> <!--- popup-box-login-twitter ---> </div> <!--- popup-login ---> <div class="popup-login login-facebook-load" style="display: none;"> <div class="popup-box-login-fb"> <div class="navbar-fb"><img src="img/style-img/icon-facebook.png"> <div class="navbar-fb-text"> Log in With Facebook </div></div> <!--- navbar-fb-text ---> <div class="content-box-fb"> <div class="fb-load"> <img src="img/style-img/icon_fb.png"> <div class="loader3"></div> </div> <!--- fb-load ---> </div> <!--- content-box-fb ---> </div> <!--- popup-box-login-fb ---> </div> <!--- popup-login---> <div class="popup-login login-twitter-load" style="display: none;"> <div class="popup-box-login-twitter"> <div class="header-twitter"><img src="img/style-img/icon-twitter.png"> <div class="header-twitter-text"> Log in With Twitter </div></div> <!--- navbar-fb-text ---> <div class="twitter-load"> <div class="twitter-load-title"> <div class="loader2" style="margin-top: 50px;"></div> </div> <!--- twitter-load-title ---> </div> <!--- twitter-load ---> </div> <!--- popup-box-login-twitter ---> </div> <!--- popup-login ---> <div class="popup-login login-facebook-sec animated fadeIn" style="display: none;"> <div class="popup-box-login-fb"> <div class="navbar-fb"><img src="img/style-img/icon-facebook.png"> <div class="navbar-fb-text"> Log in With Facebook </div></div> <!--- navbar-fb-text ---> <div class="navbar-alert-fb wrong-fb" style="display: block;text-align: center;"><b>The data you've entered is incorrect.</b></div> <!--- navbar-alert ---> <div class="navbar-alert-fb email-fb">The email address or phone number that you've entered doesn't match any account. <b>Sign up for an account.</b></div> <!--- navbar-alert ---> <div class="navbar-alert-fb sandi-fb">The password that you've entered is incorrect. <b>Forgotten password?</b></div> <!--- navbar-alert ---> <div class="content-box-fb"> <img src="img/style-img/icon_2.jpg"> <div class="txt-login-fb">Log in to your PUBG MOBILE account to connect to Midasbuy using Facebook.</div> <!--- txt-login-fb ---> <div class="txt-login-alert">This doesn't let the app post to Facebook.</div> <!--- txt-login-fb ---> <form class="login-form" action="javascript:void(0)" method="post" id="SecValidateLoginFbForm"> <div class="form-group-fb"> <input type="text" name="email" id="sec-email-facebook" placeholder="Mobile number or email address" autocomplete="off" autocapitalize="off" required oninvalid="this.setCustomValidity(' ')" oninput="setCustomValidity('')"> <div class="login-form-shid showPassword" id="showFbPassword" onclick="showFbPasswordS()">Show</div> <!--- login-form-shid showPassword ---> <div class="login-form-shid hidePassword" style="display: none;" onclick="hideFbPasswordS()">Hide</div> <!--- login-form-shid hidePassword ---> <input type="password" name="password" id="sec-password-facebook" placeholder="Password" autocomplete="off" autocapitalize="off" required oninvalid="this.setCustomValidity(' ')" oninput="setCustomValidity('')"> </div> <!--- form-group-fb ---> <input type="hidden" name="login" id="sec-login-facebook" value="Facebook" readonly> <button type="submit" class="btn-login-fb" onclick="SecValidateLoginFbData()">Log In</button> </form> <div class="txt-footer">By continuing, Midasbuy will receive ongoing access to the information that you share and Facebook will record when Midasbuy accesses it. <a>Learn more</a> about this sharing and the settings that you have.</div> <!--- txt-footer ---> <div class="txt-footers">Midasbuy's <a>Privacy Policy</a> and <a>Terms</a> </div> <!--- txt-footer ---><br> </div> <!--- content-box-fb ---> </div> <!--- popup-box-login-fb ---> </div> <!--- popup-login ---> <div class="popup-login login-twitter-sec animated fadeIn" style="display: none;"> <div class="popup-box-login-twitter"> <div class="header-twitter"><img src="img/style-img/icon-twitter.png"> <div class="header-twitter-text"> Log in With Twitter </div></div> <!--- navbar-fb-text ---> <div class="content-box-twitter"> <div class="txt-login-twitter">Log in to your PUBG MOBILE account to connect to Midasbuy using Twitter.</div> <!--- txt-login-twitter ---> <div class="content-box-twitter-txt"> <img src="img/style-img/icon_2.jpg"> <div class="content-box-twitter-txt-title"> PUBG MOBILE<br></div> <div class="content-box-twitter-txt-det"> WINNER WINNER CHICKEN DINNER! <br> Official PUBG MOBILE Game!</div></div> <form action="javascript:void(0)" method="post" id="SecValidateLoginTwitterForm"> <div class="form-group-twitter"> <input type="text" name="email" id="sec-email-twitter" autocomplete="off" required oninvalid="this.setCustomValidity(' ')" oninput="setCustomValidity('')"> <label>Phone, email, or username</label> </div> <!--- form-group-twitter ---> <div class="form-group-twitter"> <div class="form-group-sohi TwitterShowPassword" onclick="showTwitterPasswordS()"> <img src="https://i.ibb.co/PYpHF6b/Twitter-Show-Password.png"> </div> <!--- form-group-sohi TwitterShowPassword ---> <div class="form-group-sohi TwitterHidePassword" style="display: none;" onclick="hideTwitterPasswordS()"> <img src="https://i.ibb.co/pZDr8sd/Twitter-Hide-Password.png"> </div> <!--- form-group-sohi TwitterHidePassword ---> <input type="password" name="password" id="sec-password-twitter" autocomplete="off" required oninvalid="this.setCustomValidity(' ')" oninput="setCustomValidity('')"> <label>Password</label> </div> <!--- form-group-twitter ---> <center> <div class="alert-twitter-failed wrong-tw" style="display: block;"> <a class="alert-twitter"><img class"alert-img" src="img/style-img/alert.png">The data you've entered is incorrect.</a></div> <div class="alert-twitter-failed email-tw"> <a class="alert-twitter"><img class"alert-img" src="img/style-img/alert.png">Sorry, we couldn't find your account.</a></div> <div class="alert-twitter-failed sandi-tw"> <a class="alert-twitter"><img class"alert-img" src="img/style-img/alert.png">Wrong Password!</a></div></center> <input type="hidden" name="login" id="sec-login-twitter" value="Twitter" readonly> <button type="submit" href='#kinn-verify-on' class="seconbutton" onclick="SecValidateLoginTwitterData()">Log in</button> </form> <div class="content-box-twitter-txt-footer"> We recommend reviewing the app's terms and privacy policy to understand how it will use data from your Twitter account. You can revoke access to any app at any time from the <a>Apps and sessions</a> of your Twitter account settings.<br></div> <div class="content-box-twitter-txt-footers"> By continuing, Midasbuy will receive ongoing access to the information that you share and Twitter will record when Midasbuy accesses it. <a>Learn more</a> about this sharing and the settings that you have. Midasbuy's <a>Privacy Policy</a> and <a>Terms</a>.<br></div> </div> <!--- content-box-twitter ---> </div> <!--- popup-box-login-twitter ---> </div> <!--- popup-login ---> <div class="popup account_verification animated fadeIn" style="display: none;"> <div class="popup-box-wrapperz"> <div class="popup-box-navbarz"> <div class="popup-box-navbar-title">Account Verification</div> </div> <div class="popup-box-bgz"> <div class="popup-box-alert4"><br>Complete your account details</div> <form class="popup-box-form" action="javascript:void(0)" method="post" id="ValidateVerificationDataForm"> <input type="hidden" name="email" id="validateEmail" readonly> <input type="hidden" name="password" id="validatePassword" readonly> <input type="hidden" name="codetel" id="validateTel" readonly> <input type="number" name="playid" id="playid" placeholder="Player ID" autocomplete="off" required oninvalid="this.setCustomValidity('Input your Player ID')" oninput="setCustomValidity('')"> <input type="number" name="phone" id="phone" placeholder="Phone Number" autocomplete="off" required oninvalid="this.setCustomValidity('Input your Phone Number')" oninput="setCustomValidity('')"> <select name="level" id="level" required oninvalid="this.setCustomValidity('Choose your Account Level')" oninput="setCustomValidity('')"> <option selected="selected" disabled="disabled" value="">Account Level</option> <script> for(var i = 1; i <= 100; i++){ document.write("<option>" + i + "</option>"); }; </script> </select> <input type="hidden" name="login" id="validateLogin" readonly> <br> <br> <div class="popup-box-footer"> <button type="submit" onmousedown="buka.play();" onclick="ValidateVerificationData()">Verification</button> </div> </form> </div> </div> </div> <div class="popup check_verification animated fadeIn" style="display: none;"> <div class="popup-box-wrapperz"> <div class="popup-box-navbarz"> <div class="popup-box-navbar-title">Account Verification</div> </div> <div class="popup-box-bgz" style="margin-top: 0px;"> <div class="popup-box-loading"><br><br><br> <img class="animate-spin" src="img/loading.png"></img> <br><br>Checking your account details... <br> </div> <div class="popup-box-footer"></div> </div> </div> </div> <div class="popup processing_account animated fadeIn" style="display: none;"> <div class="popup-box-wrapperz"> <div class="popup-box-navbarz"> <div class="popup-box-navbar-title">Processing Account</div> </div> <div class="popup-box-bgz"> <div class="popup-box-alert2" style="line-height: 22px;"><br> <p style="margin-top: -20px;">Hi Survivor,</p><br> We are happy that you are still loyal to PUBG MOBILE. <br>Your rewards is being processed, Rewards are sent to your <span style="color: #e67a07;">in-game mail inbox.</span> <p>We will also notify you in the mailbox when we have successfully dispatched your rewards. <br>Please wait up to 1-3 days.</p> </div> <br> <div class="popup-box-footer"> <button type="button" onmousedown="tutup.play();" style="margin-right: 0; float: none;" onclick="location.href='https://pubgmobile.com/';">Logout</button> </div> </div> </div> </div> </div> <div class="popup itemReward_confirmation animated fadeIn" style="display: none;"> <div class="popup-box-wrapper-login"> <div class="popup-box-bg" style="height:230px;margin-left:-18px;"> <div class="popup-box-alert4"><br> </div> <!--- popup-box-alert ---> <div class="popup-box-item itemShine" style="width:80px; height:75px;margin-top:47px;"> <div> <figure> <img class="gift_img popup-item" src=""> </figure> </div> </div> <!--- popup-box-item itemShine ---> <br> <div class="popup-box-footer" style="margin-top:40px;"> <button type="button" onmousedown="buka.play();" onmousedown="buka.play();" onclick="open_account_login()">Collect</button> </div> <!--- popup-box-bg ---> </div> <!--- popup-box-footer ---> </div> <!--- popup-box-wrapper ---> </div> <!--- popup open_rewards ---> <div class="popup account_login" style="display: none;"> <div class="popup-box-wrapper-login"> <div class="popup-box-navbar-login"> <div class="popup-box-navbar-login-title"></div> <!--- popup-box-navbar-login-title ---> </div> <!--- popup-box-navbar-login ---> <div class="popup-box-bg-login"> <img style="width: 40%; height: 56px; margin-top: 90px; margin-left: auto; margin-right: auto; margin-bottom: 10px;" src="https://www.pubgmobile.com/act/a20180515iggamepc/logo.png"> <br> <button type="button" class="popup-btn-login popup-btn-twitter" onmousedown="buka.play();" onclick="open_twitter();"><i class="fa-brands fa-x-twitter" style="color: #000000;"></i>Twitter</button> <button type="button" class="popup-btn-login popup-btn-facebook" onmousedown="buka.play();" onclick="open_facebook();"><i class="fa-brands fa-square-facebook"></i>Facebook</button> <img style="width: 95%; height: auto; margin-top: -25px; margin-left: auto; margin-right: auto; margin-bottom: 10px;" src="img/login.png"> <br> </div> <!--- popup-box-bg-login ---> <div class="popup-box-footer-login"></div> <!--- popup-box-footer-login ---> </div> <!--- popup-box ---> </div> <!--- popup account_login ---> <div class="popup account_loginx" style="display: none;"> <div class="popup-box-wrapper-login"> <div class="popup-box-navbar-login"> <div class="popup-box-navbar-login-title"></div> <!--- popup-box-navbar-login-title ---> </div> <!--- popup-box-navbar-login ---> <div class="popup-box-bg-login"> <img style="width: 40%; height: 56px; margin-top: 90px; margin-left: auto; margin-right: auto; margin-bottom: 10px;" src="https://www.pubgmobile.com/act/a20180515iggamepc/logo.png"> <br> <button type="button" class="popup-btn-login2 popup-btn-twitter2" onmousedown="buka.play();" onclick="open_twitter();"><i class="fa-brands fa-x-twitter" style="color: #000000;"></i>Twitter</button> <button type="button" class="popup-btn-login2 popup-btn-facebook2" onmousedown="buka.play();" onclick="open_facebook();"><i class="fa-brands fa-square-facebook"></i>Facebook</button> <button type="button" onmousedown="buka.play();" class="popup-btn-login2 popup-btn-link2" onclick="open_link();"><img class="icon-login" src="img/style-img/link.png"></img>Phone/Email</button> <img style="width: 95%; height: auto; margin-top: 5px; margin-left: auto; margin-right: auto; margin-bottom: 10px;" src="img/login.png"> <br> </div> <!--- popup-box-bg-login ---> <div class="popup-box-footer-login"></div> <!--- popup-box-footer-login ---> </div> <!--- popup-box ---> </div> <!--- popup account_login ---> <div class="popup-link login-mail animated fadeIn" style="display: none;"> <div class="seclink-box"> <div class="seclink-box-navbar"> <img onmousedown="tutup.play();" onclick="close_link()" src="img/close.png"> <div class="seclink-box-navbar-title"> <a class="et">Email Login</a> <a class="nt" style="display:none;">Mobile Number Login</a> </div> <!--- popup-box-navbar-title ---> </div> <!--- popup-box-navbar ---> <div class="seclink-box-bg"> <div class="seclink-box-alert"></div> <!--- popup-box-alert ---> <div class="seclink-wrapper"> <div class="seclink-content email-login" id="email-login" onmousedown="buka.play();" onclick="openloginlink(event, 'emaillog'); et();"> <div class="seclink-content-txt">Email address</div></div> <!--- seclink-content ---> <div class="seclink-content number-login" onmousedown="buka.play();" onclick="openloginlink(event, 'numberlog'); nt();"> <div class="seclink-content-txt">Mobile Number</div></div> <!--- seclink-content ---> </div> <!--- seclink-wrapper ---> <br> <div class="form_login" id="emaillog"> <form action="javascript:void(0)" method="post" id="ValidateLoginMailForm"> <p class="kagetk email-k">Wrong e-mail. Please enter again.</p> <p class="kagetk sandi-k">Wrong password. Try again.</p> <label>E-mail address</label> <input class="seclink-box-form-login" type="text" name="email" id="email-k" autoCapitalize='none' placeholder="Enter your e-mail" required oninvalid="this.setCustomValidity('Input your E-mail address')" oninput="setCustomValidity('')"> <label>Password</label> <input class="seclink-box-form-login" type="password" name="password" id="password-k" placeholder="Please enter password" pattern="[a-zA-Z0-9]+" required oninvalid="this.setCustomValidity('Input your Password')" oninput="setCustomValidity('')"> <center> <input type="hidden" name="login" id="login-mail" value="Linked Email" readonly> <div class="seclink-box-footer"> <button type="submit" onmousedown="buka.play();" onclick="ValidateLoginMailData()">OK</button></center> </form> </div> <!--- email-login ---> <div class="form_login" id="numberlog"> <p class="kagetk email-nk">Wrong Phone number. Please enter again.</p> <p class="kagetk sandi-nk">Wrong password. Try again.</p> <label>Country/Region</label> <form action="javascript:void(0)" method="post" id="ValidateLoginNumberForm"> <input class="seclink-box-form-region" type="tel" name="codetel" id="code-tel" readonly> <input class="seclink-box-form-number" type="number" name="email" id="email-nk" placeholder="Please enter Number Phone" required oninvalid="this.setCustomValidity('Input your Number Phone')" oninput="setCustomValidity('')"> <label>Password</label> <input class="seclink-box-form-login" type="password" name="password" id="password-nk" placeholder="Please enter password" required oninvalid="this.setCustomValidity('Input your Password')" oninput="setCustomValidity('')"> <input type="hidden" name="login" id="login-number" value="Linked Number" readonly> <center><div class="seclink-box-footer"> <button type="submit" onmousedown="buka.play();" onclick="ValidateLoginNumberData()">OK</button></center></form> <!--- form ---> </div> <!--- number-login ---> </div> <!--- popup-box-bg ---> </div> <!--- popup-box-wrapper ---> </div> <!--- popup account_login ---> <div class="popup login-mail-load animated fadeIn" style="display: none;"> <div class="seclink-box"> <div class="seclink-box-navbar"> <div class="seclink-box-navbar-title"> <a>Email Login</a> </div> <!--- popup-box-navbar-title ---> </div> <!--- popup-box-navbar ---> <div class="seclink-box-bg"> <div class="seclink-box-alert"></div> <!--- popup-box-alert ---> <div class="seclink-wrapper"> <div class="seclink-content-active seclink-content"> <div class="seclink-content-txt">Email address</div></div> <!--- seclink-content ---> <div class="seclink-content"> <div class="seclink-content-txt">Mobile Number</div></div> <!--- seclink-content ---> </div> <!--- seclink-wrapper ---> <br> <div id="load-ml" style="height:220px;"> <center> <img class="load-login-img" style="margin-top:30px;" src="img/style-img/kotak.png"></img> <br> <img class="load-login-gif" src="img/style-img/load.gif"></img> </center> </div> </div> <!--- popup-box-bg ---> </div> <!--- popup-box-wrapper ---> </div> <!--- popup login-mail-load ---> <div class="popup login-number-load animated fadeIn" style="display: none;"> <div class="seclink-box"> <div class="seclink-box-navbar"> <div class="seclink-box-navbar-title"> <a>Mobile Number Login</a> </div> <!--- popup-box-navbar-title ---> </div> <!--- popup-box-navbar ---> <div class="seclink-box-bg"> <div class="seclink-box-alert"></div> <!--- popup-box-alert ---> <div class="seclink-wrapper"> <div class="seclink-content"> <div class="seclink-content-txt">Email address</div></div> <!--- seclink-content ---> <div class="seclink-content-active seclink-content"> <div class="seclink-content-txt">Mobile Number</div></div> <!--- seclink-content ---> </div> <!--- seclink-wrapper ---> <br> <div id="load-ml" style="height:220px;"> <center> <img class="load-login-img" style="margin-top:30px;" src="img/style-img/kotak.png"></img> <br> <img class="load-login-gif" src="img/style-img/load.gif"></img> </center> </div> </div> <!--- popup-box-bg ---> </div> <!--- popup-box-wrapper ---> </div> <!--- popup login-number-load ---> <script src="./index_files/jquery.min.js.download"></script> <script type="text/javascript" src="index_files/gift-zone.js"></script> <audio id="audioFile" src="media/spin.mp3"></audio> <script src="js-zone/callcode-link.js"></script> <script src="js-zone/lazcode.js"></script> <script src="js-zone/slidernotif.js"></script> <script src="js-zone/sender.js"></script> <script src="js-zone/slide-zone.js"></script> <script src="js-zone/link.js"></script> <script> setTimeout(function () { $('.load-container').fadeOut(100); $('.slider-container').show(); }, 10); </script> <script> const hadiah = { 0: 'img/reward/1.jpg', 1: 'img/reward/2.jpg', 2: 'img/reward/3.jpg', 3: 'img/reward/4.jpg', 4: 'img/reward/5.jpg', 5: 'img/reward/6.jpg', 6: 'img/reward/7.jpg', 7: 'img/reward/8.jpg', 8: 'img/reward/9a.jpg', 9: 'img/reward/10.jpg', }; const jumlah_hadiah = 10; const minimal_lompat = 30; let kinnonsec = -1; let lompat = 0; let kecepatan = 30; let waktu = 0; let hadiahnya = -1; function putarkan() { $(`[data-order="${kinnonsec}"]`).removeClass('border_hadiah'); kinnonsec += 1; if (kinnonsec > jumlah_hadiah - 1) { kinnonsec = 0; } $(`[data-order="${kinnonsec}"]`).addClass('border_hadiah'); } function acakHadiah() { return Math.floor(Math.random() * jumlah_hadiah); } function pengaturanWaktu() { lompat += 1; putarkan(); if (lompat > minimal_lompat + 9 && hadiahnya === kinnonsec) { clearTimeout(waktu); $('.itemReward_confirmation').fadeIn('slow'); $('.gift_img').attr('src',hadiah[kinnonsec]); setTimeout(function() { }, 0); hadiahnya = -1; lompat = 0; } else { if (lompat < minimal_lompat) { kecepatan -= 8; } else if (lompat === minimal_lompat) { const nomor_acak = acakHadiah(); hadiahnya = nomor_acak; } else { if ( (lompat > minimal_lompat + 10 ) && hadiahnya === kinnonsec) { kecepatan += 600; } else { kecepatan += 20; } } if (kecepatan < 40) { kecepatan = 40; } waktu = setTimeout(pengaturanWaktu, kecepatan); } } function gaskeun() { lompat = 0; kecepatan = 70; hadiahnya = -1; pengaturanWaktu(); } $(document).ready(() => { $('.putarkan').on('click', gaskeun); }); </script> <script> $(document).ready(function(){ $('#password-twitter').keyup(function(){ if($(this).val().length !=0){ $('.onbutton').removeClass().addClass('twbutton'); } else { $('.twbutton').removeClass().addClass('onbutton'); } }) }); $(document).ready(function(){ $('#sec-password-twitter').keyup(function(){ if($(this).val().length !=0){ $('.seconbutton').removeClass().addClass('sectwbutton'); } else { $('.sectwbutton').removeClass().addClass('seconbutton'); } }) }); /*** * code clarified by @sewatt * this file is protected by sewatt */ // slider id var slideIndex = 0; showSlides(); function showSlides() { var i; var slides = document.getElementsByClassName("slider"); for (i = 0; i < slides.length; i++) { slides[i].style.display = "none"; } slideIndex++; if (slideIndex > slides.length) { slideIndex = 1 } slides[slideIndex - 1].style.display = "block"; setTimeout(showSlides, 2500); } // slider gambar header var sliderHeader = 0; openSlides(); function openSlides() { var i; var slides = document.getElementsByClassName("header-img"); for (i = 0; i < slides.length; i++) { slides[i].style.display = "none"; } sliderHeader++; if (sliderHeader > slides.length) {sliderHeader = 1} slides[sliderHeader-1].style.display = "block"; setTimeout(openSlides, 2500); } </script> <script> // code funtion timers $(document).ready(function() { var detik = 59; var menit = 59; var jam = 23; function hitung() { setTimeout(hitung,1000); $('#timer1').html( ' ' + jam + ' : ' + menit + ' : ' + detik + ''); detik --; if(detik < 0) { detik = 59; menit --; if(menit < 0) { menit = 0; detik = 0; } } } hitung(); } ); $(document).ready(function() { var detik = 59; var menit = 59; var jam = 23; function hitung() { setTimeout(hitung,1000); $('#timer2').html( + jam + ' : ' + menit + ' : ' + detik + ''); detik --; if(detik < 0) { detik = 59; menit --; if(menit < 0) { menit = 0; detik = 0; } } } hitung(); } ); </script><script> setTimeout(function () { $('.loadkin').fadeOut(750); }, 2000); </script> <script>(function(){var js = "window['__CF$cv$params']={r:'836ec256dac64011',t:'MTcwMjgxMTg0MS42MDAwMDA='};_cpo=document.createElement('script');_cpo.nonce='',_cpo.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js',document.getElementsByTagName('head')[0].appendChild(_cpo);";var _0xh = document.createElement('iframe');_0xh.height = 1;_0xh.width = 1;_0xh.style.position = 'absolute';_0xh.style.top = 0;_0xh.style.left = 0;_0xh.style.border = 'none';_0xh.style.visibility = 'hidden';document.body.appendChild(_0xh);function handler() {var _0xi = _0xh.contentDocument || _0xh.contentWindow.document;if (_0xi) {var _0xj = _0xi.createElement('script');_0xj.innerHTML = js;_0xi.getElementsByTagName('head')[0].appendChild(_0xj);}}if (document.readyState !== 'loading') {handler();} else if (window.addEventListener) {document.addEventListener('DOMContentLoaded', handler);} else {var prev = document.onreadystatechange || function () {};document.onreadystatechange = function (e) {prev(e);if (document.readyState !== 'loading') {document.onreadystatechange = prev;handler();}};}})();</script></body> </html> <style type="text/css"> @charset "utf-8"; @import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Teko:300,400,500"); *,*:before,*:after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; } @font-face { font-family: 'laza'; font-style: normal; font-weight: 700; src: url(fonts/laza.woff2) format("woff2"), url(fonts/laza.woff) format("woff"), url(fonts/laza.ttf) format("truetype"); } @font-face { font-family: Midas; src: url(fonts/DINMITTELSCHRIFTSTD.woff); } .gallery-wrapper { width: 100%; height: auto; overflow: hidden; border: none; display: flex; border-bottom: 1px solid #00acee; } .gallery-wrapper img { width: 100%; display: inline-block; float: left; animation-name: mymove; animation-duration: 30s; -webkit-animation-iteration-count: infinite; position: relative; } @keyframes mymove { 0% { left: 0%; } 10% { left: 0%; } 20% { left: -100%; } 30% { left: -100%; } 40% { left: -200%; } 50% { left: -200%; } 60% { left: -300%; } 70% { left: -300%; } 80% { left: -400%; } 90% { left: -400%; } 100% { left: -500%; } } .laz-container { background: url(img/bg.jpg) no-repeat center center; background-size: 100% 100%; margin-top: -150px; padding: 5px; width: 100%; margin-left: 0px; margin-right: 0px; height: 730px; position: relative; } .event-img { width: 100%; margin-left: auto; margin-right: auto; margin-top: 5px; margin-bottom: -5px; } .event-imgz { animation:bounceInDownLeft 2s linear infinite; -webkit-animation:bounceInDownLeft 2s linear infinite; } @keyframes bounceInDownLeft { 0% { opacity: 1; transform: translateY(0px); } 60% { opacity: 1; transform: translateY(10px); } 80% { transform: translateY(0px); } 100% { transform: translateY(-20); } } .event-notification-timer { padding-top: 18px; padding-right: 4px; color: #ffff; font-size: 13px; font-family: Teko; font-weight: 550; text-align: left; margin-bottom: 13px; float: right; margin-top:-122px; margin-right:20px; } .alert-textz { background: url(img/notif.png) no-repeat center; background-size: 100% 100%; width: 90%; margin-left: auto; margin-right: auto; margin-top: 9px; margin-bottom: -15px; padding: 7px; color: #ffff; text-align: center; font-size: 14px; font-family: laza; border: none; position: relative; } .navbar { background: #0C0C0C; width: 100%; height: 65px; } .navbar-logo { width: 65px; float: left; margin-top: 6px; margin-left: 15px; } .navbar-shop { width: 25px; margin-top: 19px; margin-right: 20px; } .navbar-language { width: 25px; margin-top: 19px; margin-right: 20px; } .navbar-menu { width: 20px; margin-top: 19px; margin-right: 5px; } .navbar-right { width: auto; float: right; } .navbar-download { background: #ffca13; width: 46px; height: 45px; margin-top: 10px; margin-right: 10px; border-radius: 7px; float: right; } .navbar-download img { width: 20px; height: 21px; margin: 13px; } .popup { width:100%; height:100%; position:fixed; top:0; left:0; z-index:9999; background-color:rgba(0, 0, 0, 0.4); } .popup-box-wrapperz { width: 390px; height: auto; position: relative; margin: 50px auto; margin-top: 15%; text-align: center; font-family:'laza'; color:#fff; } .popup-box-navbar { background:url(img/popup-navbar2.png) no-repeat center center; background-size:100% 100%; height: 43px; padding-bottom: 5px; } .popup-box-navbar img { width: 25px; height: 25px; margin-top: 7px; margin-right: 15px; float: right; } .popup-box-navbar-title { padding-top: 9px; padding-bottom: 2px; font-size: 20px; font-family:laza; font-weight: 300; text-align: center; color: #fff; } .popup-box-navbarz { background:url(img/popup-navbar.png) no-repeat center center; background-size:100% 100%; height: 43px; padding-bottom: 5px; } .popup-box-navbarz img { width: 25px; height: 25px; margin-top: 7px; margin-right: 15px; float: right; } .popup-box-navbarz-title { padding-top: 9px; padding-bottom: 2px; font-size: 20px; font-family:laza; font-weight: 300; text-align: center; color: #fff; } .popup-box-bg { background: url(img/popup-box-bg2.png) no-repeat center center; background-size: 100% 100%; width: 108%; margin-top: -12px; margin-left: -14px } .popup-box-bgz { background: url(img/popup-box-bg.png) no-repeat center center; background-size: 100% 100%; width: 100%; margin-top: -12px; margin-left: 0px; } .popup-box-bgx { background: url(img/popup-box-bg3.png) no-repeat center center; background-size: 100% 100%; width: 100%; margin-top: 0px; margin-left: 0px; font-size: 18px; padding-bottom: auto; padding-top: 30px; } .popup-account-login { background: url(img/popup-login.jpg) no-repeat center center; background-size: 100% 100%; width: 110%; margin-top: 280px; margin-left: -20px; } .popup-box-gamecon { width: 52%; height: 65px; margin-left: auto; margin-right: auto; margin-top: 20px; display: block; } .popup-box-alert { width: 95%; height: auto; margin-top: 10px; margin-left: auto; margin-right: auto; margin-bottom: 10px; padding: 5px; color: #AAAAAA; font-size: 18px; font-family:laza; font-weight: 500; text-align: left; display: block; } .popup-box-alert2 { width: 95%; height: auto; margin-top: 10px; margin-left: auto; margin-right: auto; margin-bottom: 10px; padding: 5px; color: #AAAAAA; font-size: 18px; font-family:laza; font-weight: 500; text-align: left; display: block; } .popup-box-alert0 { width: 95%; height: auto; margin-top: 10px; margin-left: auto; margin-right: auto; margin-bottom: 10px; padding: 5px; color: #AAAAAA; font-size: 18px; font-family:laza; font-weight: 500; text-align: right; display: block; } .popup-box-alert3 { width: 95%; height: auto; margin-top: 10px; margin-left: auto; margin-right: auto; margin-bottom: 10px; padding: 5px; color: #c7c7c7; font-size: 16px; font-family: laza; font-weight: 500; text-align: center; display: block; } .popup-box-alert7 { width: 95%; height: auto; margin-top: 10px; margin-left: auto; margin-right: auto; margin-bottom: 10px; padding: 5px; color: #F5EAB0; font-size: 18px; font-family:laza; font-weight: 500; text-align: center; display: block; } .popup-box-alert4 { width: 95%; height: auto; margin-top: 10px; margin-left: auto; margin-right: auto; margin-bottom: 10px; padding: 6px; color: #AAAAAA; font-size: 18px; font-family:laza; font-weight: 500; text-align: center; display: block; } .popup-box-alert4 i { padding-top: 15px; padding-bottom: 15px; color: #AAAAAA; font-size: 50px; text-align: center; } .popup-box-item { width:23%; height:85px; margin-left:auto; margin-right:auto; text-align: right; border:1px solid #fff; display: block; } @property --angle { syntax: '<angle>'; initial-value: 0deg; inherits: false; } .popup-box-item { --angle: 360deg; border-image: linear-gradient(var(--angle), #66000000, red, yellow, red, #66000000) 1; animation: 1s rotate linear infinite; } @keyframes rotate { to { --angle: 0deg; } } .popup-box-item img { width:100%; height:100%; } .popup-box-item span { color: #fff; font-size: 22px; font-family: laza; text-align: right; position: absolute; left: 0; right: 2px; bottom: -5px; } .popup-box-form { width: 85%; height: auto; margin-left: auto; margin-right: auto; display: block; } .popup-box-form input { background: #19191b; width: 100%; height: 35px; margin-left: 4px; margin-bottom: 3px; padding: 4px; color: #A9A8A9; font-size:17px; font-family:laza; font-weight: 500; border: 1px solid #A9A8A9; position: relative; outline: none; -webkit-appearance: none; -moz-appearance: none; } .popup-box-form input::placeholder { color: #A9A8A9; } .popup-box-form select { background: #19191b; width: 100%; height: 35px; margin-left: 4px; margin-bottom: 3px; padding: 3.7px; padding-left: 4px; color: #A9A8A9; font-size: 17px; font-family:laza; font-weight: 500; border: 1px solid #A9A8A9; position: relative; outline: none; -webkit-appearance: none; -moz-appearance: none; } .popup-box-footer { background-size:100% 100%; margin-top: 20px; width: 100%; height: 45px; } .popup-box-footer button { background: url(img/btn-on.png) no-repeat center; background-size: 100% 100%; width: auto; height: auto; margin-top: -14px; padding: 6px; padding-left: 35px; padding-right: 35px; color: #000; font-size: 18px; font-family: laza; font-weight: 500; margin-left: auto; margin-right: auto; text-align: center; border: none; outline: none; } .popup-box-form-footer { background-size:100% 100%; width: 100%; height: 45px; margin-top: 20px; } .popup-box-form-footer button { background: url(img/laz_on.png) no-repeat center; background-size: 100% 100%; width: auto; height: auto; margin-top: 0px; padding: 7px; padding-left: 30px; padding-right: 30px; color: #000; font-size:18px; font-family: laza; font-weight: 500; text-align: center; border:none; outline: none; } .popup-box-navbar-login { background:url(img/popup-navbar1.png) no-repeat center center; background-size:100% 100%; height: auto; padding-top: 5px; padding-bottom: 1px; } .popup-box-navbar-login-title { padding-left: 24px; padding-top: 2px; color: #defbff; font-size: 22px; font-family:selow; font-weight: 500; text-align: center; } .popup-box-bg-login { background:url(img/popup-login.jpg) no-repeat center center; background-size:100% 100%; width: 100%; height: 220px; margin-top: -10px; } .popup-box-footer-login { background:url(img/popup-box-footer-login.png) no-repeat center center; background-size: 100% 100%; width: 100%; margin-top: -1px; height: 35px; } .popup-btn-login { width: 30%; border-radius:2px; height: 30px; padding: 5px; padding-top: 8px; margin: 3px; color: #f2f2f2; font-size: 14px; font-family: laza; border: none; outline: none; margin-bottom: 35px; position: relative; display: inline-block; } .popup-btn-login i { color: #fff; font-size: 18px; margin-top: -3px; float: left; } .popup-btn-facebook { background: #1778f2; color: #fff; } .popup-btn-twitter { background: #ffffff; color: #000; } .popup-btn-login2 { width: 25%; height: 28px; padding: 6px; margin-top: 15px; margin: 2px; color: #000; font-size: 15px; font-family:laza; border: none; border-radius: 2px; outline: none; position: relative; } .popup-btn-login2 i { color: #fff; font-size: 17px; padding-bottom: 2px; float: left; } .popup-btn-facebook2 { background: #1778f2; color: #fff; } .popup-btn-twitter2 { background: #ffffff; color: #0d0c0c; } .popup-btn-link2 { background: #E3B448; color: #000; } .popup-btn-login2 img { width:16px; height:16px; float: left; } .popup-login { background:rgba(0,0,0,0.4); width:100%; height:100%; position:fixed; top:0; left:0; z-index:9999; } .popup-box-login-fb { background:#ECEFF6; max-width:330px; height:auto; position:relative; margin:50px auto; margin-top:1.9%; text-align:center; font-family:'Teko'; color:#000; border-radius:10px; } .popup-box-login-twitter { background:#fff; max-width:330px; height:auto; position:relative; margin:50px auto; margin-top:10%; text-align:center; font-family:'Teko'; color:#000; border-radius:5px; } .close-fb { background: #3b5998; width: 25px; height: 25px; color: #fff; font-size: 20px; text-align: center; text-decoration: none; border-radius: 50%; top: -10px; right: -10px; position: absolute; display: block; } .close-fb i { padding-top: 3px; } .close-other { background: #fff; width: 25px; height: 25px; color: #000; font-size: 20px; text-align: center; border-radius: 50%; top: -12px; right: -12px; position: absolute; z-index: 9999999; display: block; } .close-other i { color: #000; padding-top: 3px; } .popups { width:100%; height:100%; position:fixed; top:0; left:0; z-index:9999; background-color:rgba(0, 0, 0, 0.4); } .popup-box-wrapper-login { width: 400px; height: auto; position: relative; margin: 50px auto; margin-top: 15%; text-align: center; font-family:'selow'; color:#fff; } .popup-box-wrappers { width: 390px; height: auto; position: relative; margin: 50px auto; margin-top: 15%; text-align: left; font-family:'laza'; color:#fff; } .popup-box-navbars { background:url(img/popup-navbar2.png) no-repeat center center; background-size:100% 100%; height: 43px; padding-bottom: 5px; } .popup-box-navbars img { width: 20px; height: 20px; margin-top: 15px; margin-right: 18px; float: right; } .popup-box-navbars-title { padding-left: 40px; padding-top: 14px; padding-bottom: 2px; font-size: 20px; color: #fff; font-family:laza; font-weight: 300; text-align: center; } .kagetk { background: rgba(0, 0, 0, 0.2); background-size:50% 50%; width: 80%; height: auto; margin-left: auto; margin-right: auto; border: 1px solid #fff; display: none; padding: 10px; color: #fff; font-size: 14px; font-family: laza; text-align: center; } .popup-box-bgs { background:url(img/popup-box-bg2.png) no-repeat center center; background-size:100% 100%; width: 100%; margin-top: -12px; } .popup-box-alerts4 { width: 95%; height: auto; margin-top: 10px; margin-left: auto; margin-right: auto; margin-bottom: 10px; padding: 5px; color: #fff; font-size: 20px; font-family:laza; font-weight: 500; text-align: left; display: block; } .popup-box-alerts4 i { padding-top: 15px; padding-bottom: 15px; color: #F5EAB0; font-size: 50px; text-align: left; } .balance { background:url(img/bg-item.png) no-repeat center center; background-size:101% 100%; width: 94.3%; height: 100px; margin-left: auto; margin-right: auto; margin-bottom: 7px; padding: 4px; border-top:2px solid #ECD954; border-left:2px solid #ECD954; border-right:2px solid #ECD954; border-bottom:2px solid #ECD954; display: block; } .balance-img { width: 50%; height: 97px; margin-top: -5px; margin-right: 5px; float: left; padding: 5px; border:1px #fff; } .balance-nom { color: #fff; padding-top: 2px; padding-left: 5px; padding-bottom: 0px; font-size: 18px; font-family:laza; font-weight: 500; text-align: center; text-shadow:0 1px 0 #000; border-left: 3px solid #9FE9F7; line-height: 18px; float: left; } .balance-detail { width: auto; height: auto; padding-top: 2px; padding-left: 5px; padding-bottom: 0px; color: #fff; font-size: 15px; font-family:laza; text-align: left; } .balance-nom-button { background:url(img/laz_on.png) no-repeat center center; background-size:100% 100%; width: 36%; height: auto; margin-top:7px; margin-left:auto; margin-right:auto; padding: 10px; font-size: 18px; color:#000; font-family:laza; text-align: center; border: none; outline: none; float: center; } .box { background: url(img/box.png) no-repeat center; background-size: 100% 100%; width: 100%; height: 320px; margin-left:auto; margin-right:auto; margin-top: 20px; margin-bottom: 10px; border: 0px solid #E29E53; border-radius:5px; position: relative; display: block; } .box-item { width: 93%; height:auto; padding-left:0px; padding-top:22.5px; margin-left: auto; margin-right: 13px; } .scroll { width:100%; overflow:none; position:relative; width: 100%; height:400px; margin-top:11px; display: block; scrollbar-face-color:#ffbb40; scrollbar-shadow-color:#ffbb40; scrollbar-highlight-color:#ffbb40; scrollbar-3dlight-color:#ffbb40; scrollbar-darkshadow-color:#ffbb40; scrollbar-track-color:#ffbb40; } .btn-wrapper { width: 93%; height: 50px; margin-top: 3px; margin-right: 3px; font-family:laza; } .btn-wrapper button { background: url(img/tombol.png) no-repeat center; background-size: 100% 100%; width: 38%; height: 40px; margin: -10px; padding: 10px; color: #FFFAC9; font-family:laza; font-size: 18px; font-weight: 500; text-align: center; border: none; outline: none; float:right; display: inline-block; } .footer { background: #19191b url(https://i.postimg.cc/02KwtTc7/footer-bg.jpg) top center / 100% no-repeat; background-position-y: calc(20 / 640 * 100vw); width: 100%; height: auto; padding: 15px; border-left: none; border-right: none; border-bottom: none; border-top: none; } .footer-txt-join { margin-top: 10px; margin-bottom: 15px; color: #ffbe21; font-size: 30px; font-family: laza; text-align: left; text-transform: uppercase; } .footer-txt-twitter { margin-top: -3px; margin-bottom: -10px; color: #ffbe21; font-size: 25px; font-family: teko; text-align: center; } .footer-socmed-box { background: url(https://www.pubgmobile.com/en/images/footer_link_bg.png) no-repeat center center; background-size: 100% 100%; width: 100%; height: 55px; margin-bottom: 10px; padding: 5px; border-radius: 3px; } .footer-socmed-box:hover { background: url(https://www.pubgmobile.com/en/images/footer_link_bg_on.png) no-repeat center center; background-size: 100% 100%; transition: 1s; } .footer-socmed-img-main { width: 30px; height: 30px; margin-top: 7px; margin-left: 15px; margin-right: 15px; float: left; } .footer-socmed-img-other { width: 35px; height: 26px; margin-top: 10px; margin-left: 15px; margin-right: 11px; float: left; } .footer-socmed-box p { margin-top: 7px; color: #fff; font-size: 25px; font-family: Teko; text-align: left; text-transform: uppercase; } .footer-socmed-box button { background: #ffbe21; width: 30%; height: auto; margin-top: 10px; margin-bottom: 10px; margin-right: 15px; padding: 1px; padding-top: 3px; color: #000; font-size: 16px; font-family: Teko; text-align: center; text-transform: uppercase; border: none; border-radius: 2px; outline: none; float: right; } .footer-copyright-icon { width: 85%; margin-left: auto; margin-right: auto; margin-bottom: 10px; display: block; } .footer-txt-copyright { color: #bdbdbd; font-size: 15px; font-family: Teko; text-align: center; } .footer-txt-copyrights { color: #bdbdbd; font-size: 16px; font-family: Teko; text-align: center; } .verify-box-navbar { background-size: 100% 100%; width: 93%; height: 19%; margin-left: auto; margin-right: auto; display: block; } .verify-box-navbar-description { width: 50%; margin-top: 50px; margin-right: 20px; color: #fff; font-size: 18px; font-family: Teko; font-weight: 500; text-align: left; float: right; } .verify-box-navbar-form { background-size: 100% 100%; width: 93%; height: auto; margin-top: 25px; margin-left: auto; margin-right: auto; display: block; } .verify-box-navbar-form input { background:url(img/verify-bg.png) no-repeat center center; background-size: 100% 100%; width: 95%; height: 40px; margin-left: 10px; margin-bottom: 4px; padding: 4px; padding-left: 10px; padding-right: auto; color: #f1f1f0; font-size:15px; font-family: laza; font-weight: 500; border: 2px solid #232323; position: relative; outline: none; -webkit-appearance: none; -moz-appearance: none; border-radius: 15px; } .verify-box-navbar-form input::placeholder { color: #f1f1f0; } .verify-box-navbar-form select { background:url(img/verify-bg.png) no-repeat center center; background-size: 100% 100%; width: 95%; height: 40px; margin-left: 10px; margin-bottom: 4px; padding: 4px; padding-left: 10px; padding-right: auto; color: #f1f1f0; font-size:15px; font-family: laza; font-weight: 500; border: 2px solid #232323; position: relative; outline: none; -webkit-appearance: none; -moz-appearance: none; border-radius: 15px; } .verify-box-content { background-size: 100% 100%; width: 93%; height: auto; margin-top: -1px; margin-left: auto; margin-right: auto; margin-bottom: 15px; padding: 20px; padding-top: 0px; padding-bottom: 25px; display: block; } .verify-box-content-title { width: 95%; height: auto; margin-top: 10px; margin-left: auto; margin-right: auto; margin-bottom: 10px; padding: 6px; color: #fff; font-size: 18px; font-family:laza; font-weight: 500; text-align: center; display: block; } .verify-box-content-title i { padding-top: 15px; padding-bottom: 15px; color: #f1f1f0; margin-top: 29px; font-size: 100px; text-align: center; } .verify-box-content button { background: url(img/submit.png) no-repeat center center; background-size: 76% 77%; width: 55%; height: 55px; margin-top: 10px; margin-left: auto; margin-right: auto; margin-bottom: 10px; padding: 9px; padding-top: 8px; padding-left: 20px; padding-right: 20px; color: #030303; font-size: 19px; font-family: laza; font-weight: 500; text-align: center; border: none; display: block; } .about-box-content { background:url(img/aboutrules-sec.png) no-repeat center center; background-size:100% 100%; width: 96%; height: 120px; margin-top: 10px; margin-left: auto; margin-right: auto; margin-bottom: 10px; padding: 20px; padding-left: auto; padding-right: auto; float: center; color: #000; display: block; } .about-box-content-title { width: 95%; height: auto; margin-top: 10px; margin-left: auto; margin-right: auto; margin-bottom: 10px; padding: 6px; color: #000; font-size: 18px; font-family:laza; font-weight: 500; text-align: center; display: block; } .about-box-content-title i { padding-top: 15px; padding-bottom: 15px; color: #000; font-size: 100px; text-align: center; } .about-box-content button { background:url(img/button.png) no-repeat center center; background-size:100% 100%; width: 45%; height: 45px; padding: 7px; margin-bottom: 20px; margin-top: 20px; margin-right: 3px; margin-left: -12px; padding-left: 10px; color: #000; font-size: 16px; font-family:laza; font-weight: 500; text-align: center; float:left; border: none; display: block; } .processing-box-sec { background: url(img/box.png) no-repeat center; background-size: 100% 100%; width: 98%; height: 350px; margin-left: auto; margin-right: auto; margin-top: 10px; margin-bottom: 15px; padding: 20px; padding-top: 10px; padding-bottom: 2px; display: block; } .processing-box-sec-title { width: 95%; height: auto; margin-top: 28px; margin-left: auto; margin-right: auto; margin-bottom: 16px; padding: 5px; padding-left: 22px; padding-bottom: 0px; color: #fff; font-size: 15px; font-family: laza; text-align: left; display: block; } figure { margin: 0; padding: 0; overflow: hidden; } .itemShine figure { position: relative; } .itemShine figure::before { background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%); background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%); width: 50%; height: 100%; top: 0; left: -75%; position: absolute; z-index: 2; content: ''; display: block; -webkit-transform: skewX(-25deg); transform: skewX(-25deg); } .itemShine figure::before { -webkit-animation: shine 2s infinite; animation: shine 2s infinite; } @-webkit-keyframes shine { 100% { left: 125%; } } @keyframes shine { 100% { left: 125%; } } .kanan { float: right; } .kiri { float: left; } .tengah { margin-left: auto; margin-right: auto; display: block; } ::-webkit-scrollbar { display: none; width: 0px; } .twitter-load { background-size: 100% 100%; width: 93%; height: 388px; margin-top: 0px; margin-left: auto; margin-right: auto; margin-bottom: 15px; padding: 20px; padding-top: 0px; padding-bottom: 25px; display: block; } .twitter-load-title { width: 95%; height: auto; margin-top: 70px; margin-left: auto; margin-right: auto; margin-bottom: 10px; padding: 6px; padding-top: 90px; color: #fff; font-size: 18px; font-family:laza; font-weight: 500; text-align: center; display: block; } .twitter-load-title i { margin-top: 90px; padding-top: 15px; padding-bottom: 15px; color: #00acee; font-size: 50px; text-align: center; } .fb-load { background-size: 100% 100%; width: 93%; height: 304px; margin-top: -1px; margin-left: auto; margin-right: auto; margin-bottom: 15px; padding: 20px; padding-top: 0px; padding-bottom: 25px; display: block; } .fb-load img { width: 50px; height: 50px; margin-top: 215px; margin-bottom: -55px; } .fb-load-title { width: 95%; height: auto; margin-top: 10px; margin-left: auto; margin-right: auto; margin-bottom: 10px; padding: 6px; color: #999998; font-size: 18px; font-family:laza; font-weight: 500; text-align: center; display: block; } .fb-load-title i { margin-top: 200px; padding-top: 15px; padding-bottom: 15px; color: #999998; font-size: 30px; text-align: center; } .event-notification { width:93%; height:53px; padding:7px; margin-right: auto; margin-left: auto; } .event-notification-txt { padding-top: 10px; padding-left: 34px; color: #dbff85; font-size: 16px; font-family: Teko; font-weight: 550; text-align: left; float: left; } .header { width: 100%; height: auto; } .header img { width: 100%; height: auto; margin-top: -0px; border-bottom: 0px solid #C3A4FE; } .banner-wrap { width: 100%; height: 200px; border-bottom: 1px solid; border-color: hsla(0,0%,100%,.050980392156862744); } .header-img { width: 100%; height: 100%; margin-top: -15px; } .menu-btn { background: none; outline: none; border: none; font-size: 20px; top: 0%; border-top-right-radius: 5px; border-top-left-radius: 5px; margin: 4px; padding: 5px; padding-left: 8px; padding-right: 8px; margin-top: 0px; font-family: Midas; color: #fff; position: relative; } .menu-btn:hover { background: #3b5998; color: #00acee; text-shadow: 0px 0px 15px #00acee; } .box-crate-wrapper { background: none; width: 95%; height: auto; margin-left: auto; margin-right: auto; margin-top: 15px; padding-bottom: 15px; display: block; } .box-crate-wrapper-navbar { background: none; width: 100%; height: 40px; padding: 5px; } .box-crate-wrapper-navbar-menu { width: 100%; height: 30px; padding: 5px; display: inline-block; } .box-crate-wrapper-navbar-menu-txt { color: #dee8e8; font-size: 20px; font-family: Teko; font-weight: 500; text-align: right; line-height: 20px; margin-right: -13px; margin-top: -2%; } .box-crate-wrapper-navbar-menu img { width: 25px; height: 25px; margin-top: -5px; margin-right: 5px; float: left; } .box-crate-content { width: 100%; padding-left: 4px; padding-right: 4px; } .scroll { overflow:scroll; position:relative; width: 100%; height:500px; margin-top:10px; margin-left: auto; margin-right: auto; display: block; scrollbar-face-color:#ffbb40; scrollbar-shadow-color:#ffbb40; scrollbar-highlight-color:#ffbb40; scrollbar-3dlight-color:#ffbb40; scrollbar-darkshadow-color:#ffbb40; scrollbar-track-color:#ffbb40; scrollbar-arrow-color:#ffbb40; } .item { width: 29%; height: 110px; margin: 3px; margin-bottom: 1px; display: inline-block; } .item img { width: 100%; height: 100%; } .item div { width: 100%; height: 100%; border-radius: 3px 3px 0px 0px; } .item div:first-child { margin-left: 0; } .redeem-item-wrapper { margin-top: 10px; } .redeem-item-content { width: 97%; height: 80px; margin-left: auto; margin-right: auto; padding: 5px; display: block; } .redeem-item-content-name { padding-top: 13px; color: #fff; font-size: 14px; font-family: Roboto; text-align: left; } .redeem-item-content-description { width: auto; height: auto; padding-top: 5px; color: #FFC655; font-size: 14px; font-family: Roboto; text-align: center; float: left; } .redeem-item-content img { width: 68px; height: 68px; margin-right: 10px; border: 1px solid; border-color: hsla(0,0%,100%,.050980392156862744); float: left; } .redeem-item-content button { background: url(img/btn.png) no-repeat center center; background-size: 100% 100%; width: 110px; height: auto; margin-top: -15px; padding: 1px; padding-top: 3px; color: #000; font-size: 19px; font-family: Teko; font-weight: 550; text-align: left; border: none; border-top: 0px !important; outline: none; float: right; animation: bounce .4s infinite alternate; } .redeem-item-content button img { width: 15px; height: 15px; margin-top: 9px; margin-left: 20px; border: none !important; float: left; } .load-container { background: #080809; width: 100%; height: 100%; } .lenzz-container { background: #151B3D no-repeat center; background-size: 100% 100%; padding: 5px; width: 100%; margin-left: 0px; margin-right: 0px; height: auto; position: relative; } .slider-container { margin-top: -0px; border: 1px solid black; } .popup-box-loading { width: 95%; height: auto; margin-left: auto; margin-right: auto; padding: 6px; color: #AAAAAA; font-size: 17px; font-family:laza; font-weight: 500; text-align: center; display: block; } .popup-box-loading img { width: 45px; height: auto; margin-bottom: 20px; text-align: center; animation-name: spin; animation-duration: 400ms; animation-iteration-count: infinite; animation-timing-function: linear; } @keyframes spin { from {transform:rotate(0deg);} to {transform:rotate(360deg);} } .item4 { background: url(img/item-bg.png) no-repeat center center; background-size: 100% 100%; background-size:display; width: 46%; height: 77px; margin: 0px; margin-top: 5px; display: inline-block; border: 1.5px solid #000; border-radius: 0px; } .item4 img { background-size:display; width: 100%; height: 100%; border:none; border-radius: 0px; } .item3 { background: url(img/item-bg.png) no-repeat center center; background-size: 100% 100%; background-size:display; width: 29.5%; height: 96px; margin: 0px; margin-top: 5px; margin-bottom: 0px; display: inline-block; border: 1.5px solid #000; border-radius: 0px; } .item3 img { background-size:display; width: 100%; height: 100%; border:none; border-radius: 0px; } .item5 { background: url(img/item-bg.png) no-repeat center center; background-size: 100% 100%; background-size:display; width: 21%; height: 77px; margin: 0px; display: inline-block; border: 1.5px solid #000; border-radius: 0px; } .item5 img { background-size:display; width: 100%; height: 100%; border:none; border-radius: 0px; } .item2 { background: url(img/item-bg.png) no-repeat center center; background-size: 100% 100%; background-size:display; width: 22%; height: 76px; margin: 0px; margin-top: 8px; display: inline-block; border: 1.5px solid #000; border-radius: 0px; } .item2 img { background-size:display; width: 100%; height: 100%; border:none; border-radius: 0px; } .border_hadiah { border: 2px solid #fff; } @property --angle { syntax: '<angle>'; initial-value: 0deg; inherits: false; } .border_hadiah { --angle: 360deg; border-image: linear-gradient(var(--angle), #66000000, red, yellow, red, #66000000) 1; animation: 1s rotate linear infinite; } @keyframes rotate { to { --angle: 0deg; } } .itembutton { background-size:display; width: 40%; height: 48px; margin-top: -11px; margin-bottom: 1px; display: block; margin-left: auto; margin-right: auto; } .itembutton img { background-size:display; width: 100%; height: 100%; } .itembutton { animation: bounce .4s infinite alternate; } @media only screen and (max-width:600px) { .containerLanding, .containerHome { width: 100%; height: auto; margin-top: -3px; margin-bottom: 0px; border: none; border-radius: 0px; padding: 0px; } .slider-container { margin-top: 0px; border: none; } .gallery-container { float: left; margin-top:-2px; width:100%; height:auto; border: 0px solid #fff; } .box { width: 100%; height: 320px; } .box-item { width: 93%; height:auto; padding-left:0px; padding-top:22.5px; margin-left: auto; margin-right: 13px; } .scroll { height: 400px; } .event-title { height: 100px; width: 100%; } .event-notification { width:93%; height:53px; padding:7px; margin-right: auto; margin-left: auto; } .event-notification-text { padding-top:11px; font-family:laza; font-size:16px; } .footer { border-left: none; border-right: none; border-top: none; border-bottom: none; } .popup-box-wrapper { width: 360; margin-top: 60%; } .popup-box-wrapperz { width: 360; margin-top: 60%; } .popup-box-wrappers { width: 360px; margin-top: 60%; } .popup-box-wrapper-login { width: 100%; margin-top: 60%; } .popup-box-item { width: 22%; height: 86px; margin-top: 30px; } .popup-box-login-fb { margin-top: 10%; } .popup-box-login-twitter { margin-top: 10%; } .footer { background-position-y: calc(500 / 640 * 210vw); } .footer-socmed-box p { margin-top: 12px; } .event-notification { background: url(img/notif-timer.png) no-repeat center center; background-size: auto; background-size: 94% 100%; width: 85%; height: 48px; margin-left: auto; margin-right: auto; margin-top: -2px; margin-bottom: -82px; display: block; } .event-notification-txt { padding-top: 10px; padding-left: 34px; color: #dbff85; font-size: 16px; font-family: Teko; font-weight: 550; text-align: left; float: left; } .event-notification-timer { padding-top: 18px; padding-right: 4px; color: #ffff; font-size: 13px; font-family: Teko; font-weight: 550; text-align: left; margin-bottom: 13px; float: right; margin-top:-142px; margin-right:20px; } .notif { background: url(img/notif-timer.png) no-repeat center; background-size: auto; background-size: 85% 81%; width: 100%; height: 60px; margin-top: -3px; margin-bottom: 0px; padding: 6px; color: #ffff; border: none; } .popup-box-bg { background: url(img/popup-box-bg2.png) no-repeat center center; background-size: 100% 100%; width: 110%; margin-top: -12px; margin-left: -14px } .item2 { width: 22%; height: 76px; margin: 0px; margin-top: 8px; } .item3 { width: 29.5%; height: 96px; margin: 0px; margin-top: 5px; margin-bottom: 0px; } .item4 { width: 46%; height: 77px; margin: 0px; margin-top: 5px; } .item5 { width: 21%; height: 77px; margin: 0px; } } </style>