html {
box-sizing: border-box;
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
overflow: hidden;
}
*, *:before, *:after {
box-sizing: inherit;
}
* {
max-height: 1000000px;
}
body {
margin: 0;
color: #333;
background: #fff;
font: 16px/1.2 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
a {
background-color: transparent;
}
a:active, a:hover {
outline: 0;
color: #39f;
text-decoration: none;
}
b, strong {
font-weight: bold;
}
sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -.5em;
}
sub {
bottom: -.25em;
}
button {
margin: 0;
font: inherit;
color: inherit;
cursor: pointer;
overflow: visible;
text-transform: none;
-webkit-appearance: button;
-webkit-border-radius: 0;
}
button::-moz-focus-inner {
border: 0;
padding: 0;
}
img {
border: 0;
height: auto;
max-width: 100%;
}
#wrapper {
width: 300px;
height: 250px;
margin: 0 auto;
overflow: hidden;
position: relative;
vertical-align: top;
display: inline-block;
}
#ad {
width: 100%;
height: 100%;
position: absolute;
text-decoration: none;
pointer-events: none;
}
.animate-block1,
.animate-block2 ul {
margin: 0;
padding: 0;
list-style: none;
}
.animate-block1 {
top: 33px;
left: 28px;
position: absolute;
}
.animate-block1 li {
z-index: 1;
position: relative;
display: inline-block;
}
.animate-block1 li:before {
content: "";
z-index: -1;
width: 99px;
height: 39px;
bottom: -14px;
position: absolute;
-webkit-transform: translateX(-17.5px);
-ms-transform: translateX(-17.5px);
transform: translateX(-17.5px);
background: url("phone-shadow.png") no-repeat;
}
.animate-block1 li:first-child:before {
-webkit-animation: phone-silver-shadow 6.5s linear infinite;
animation: phone-silver-shadow 6.5s linear infinite;
}
.animate-block1 li:first-child img {
-webkit-animation: move-phone-silver-down 6.5s cubic-bezier(.39, .58, .57, 1) infinite;
animation: move-phone-silver-down 6.5s cubic-bezier(.39, .58, .57, 1) infinite;
}
.animate-block1 li:nth-child(2) {
-webkit-animation: move-phone-rose 6.5s linear infinite;
animation: move-phone-rose 6.5s linear infinite;
}
.animate-block1 li:nth-child(2):before {
-webkit-animation: phone-rose-shadow 6.5s linear infinite;
animation: phone-rose-shadow 6.5s linear infinite;
}
.animate-block1 li:nth-child(2) img {
-webkit-animation: move-phone-rose-down 6.5s cubic-bezier(.39, .58, .57, 1) infinite;
animation: move-phone-rose-down 6.5s cubic-bezier(.39, .58, .57, 1) infinite;
}
.animate-block1 li:nth-child(3) {
-webkit-animation: move-phone-gold 6.5s linear infinite;
animation: move-phone-gold 6.5s linear infinite;
}
.animate-block1 li:nth-child(3):before {
-webkit-animation: phone-gold-shadow 6.5s linear infinite;
animation: phone-gold-shadow 6.5s linear infinite;
}
.animate-block1 li:nth-child(3) img {
-webkit-animation: move-phone-gold-down 6.5s cubic-bezier(.39, .58, .57, 1) infinite;
animation: move-phone-gold-down 6.5s cubic-bezier(.39, .58, .57, 1) infinite;
}
.animate-block2 {
right: 0;
top: 39px;
width: 136px;
color: #323232;
font-size: 12px;
font-weight: 300;
line-height: 16px;
position: absolute;
}
.animate-block2 p {
width: 80%;
position: relative;
margin-bottom: 10px;
-webkit-animation: move-left-text 6.5s linear infinite;
animation: move-left-text 6.5s linear infinite;
}
.animate-block2 ul {
font-size: 11px;
margin-bottom: 19px;
}
.animate-block2 li {
padding-left: 20px;
position: relative;
margin-bottom: 4px;
letter-spacing: .01em;
text-transform: capitalize;
}
.animate-block2 li:before {
top: 5px;
left: 10px;
width: 5px;
height: 5px;
content: "";
position: absolute;
border-radius: 50%;
background: #9fa4a7;
}
.animate-block2 li.gold {
-webkit-animation: move-left-list1 6.5s linear infinite;
animation: move-left-list1 6.5s linear infinite;
}
.animate-block2 li.gold:before {
background: #bdaa99;
}
.animate-block2 li.rose {
-webkit-animation: move-left-list2 6.5s linear infinite;
animation: move-left-list2 6.5s linear infinite;
}
.animate-block2 li.rose:before {
background: #f8ccc7;
}
.animate-block2 li.silver {
-webkit-animation: move-left-list3 6.5s linear infinite;
animation: move-left-list3 6.5s linear infinite;
}
.title {
display: block;
font-size: 16px;
font-weight: 700;
position: relative;
margin-bottom: 11px;
text-transform: uppercase;
-webkit-animation: move-left-title 6.5s linear infinite;
animation: move-left-title 6.5s linear infinite;
}
.btn-holder {
position: relative;
-webkit-animation: move-left-btn 6.5s linear infinite;
animation: move-left-btn 6.5s linear infinite;
}
.btn {
height: 30px;
border: none;
color: #fafafa;
font-size: 12px;
min-width: 110px;
background: #000;
border-radius: 5em;
text-transform: uppercase;
-webkit-transition: -webkit-transform .2s linear;
transition: transform .2s linear;
}
.btn:hover {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
@-webkit-keyframes phone-silver-shadow {
0%,
6.1538% {
opacity: 0;
}
24.1538%,
100% {
opacity: 1;
}
}
@keyframes phone-silver-shadow {
0%,
6.1538% {
opacity: 0;
}
24.1538%,
100% {
opacity: 1;
}
}
@-webkit-keyframes move-phone-silver-down {
0%,
6.1538% {
-webkit-transform: translateY(-215px);
transform: translateY(-215px);
}
24.1538%,
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes move-phone-silver-down {
0%,
6.1538% {
-webkit-transform: translateY(-215px);
transform: translateY(-215px);
}
24.1538%,
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes move-phone-rose {
0%,
25.6923% {
left: 23px;
}
43.0769%,
100% {
left: -42px;
}
}
@keyframes move-phone-rose {
0%,
25.6923% {
left: 23px;
}
43.0769%,
100% {
left: -42px;
}
}
@-webkit-keyframes phone-rose-shadow {
0%,
4.1538% {
opacity: 0;
}
22%,
100% {
opacity: 1;
}
}
@keyframes phone-rose-shadow {
0%,
4.1538% {
opacity: 0;
}
22%,
100% {
opacity: 1;
}
}
@-webkit-keyframes move-phone-rose-down {
0%,
4.1538% {
-webkit-transform: translateY(-215px);
transform: translateY(-215px);
}
22%,
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes move-phone-rose-down {
0%,
4.1538% {
-webkit-transform: translateY(-215px);
transform: translateY(-215px);
}
22%,
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes move-phone-gold {
0%,
25.6923% {
left: 44px;
}
43.0769%,
100% {
left: -81px;
}
}
@keyframes move-phone-gold {
0%,
25.6923% {
left: 44px;
}
43.0769%,
100% {
left: -81px;
}
}
@-webkit-keyframes phone-gold-shadow {
0%,
2% {
opacity: 0;
}
20%,
100% {
opacity: 1;
}
}
@keyframes phone-gold-shadow {
0%,
2% {
opacity: 0;
}
20%,
100% {
opacity: 1;
}
}
@-webkit-keyframes move-phone-gold-down {
0%,
2% {
-webkit-transform: translateY(-215px);
transform: translateY(-215px);
}
20%,
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes move-phone-gold-down {
0%,
2% {
-webkit-transform: translateY(-215px);
transform: translateY(-215px);
}
20%,
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes move-left-text {
0%,
30.7692% {
left: 100%;
}
43.5384%,
100% {
left: 0;
}
}
@keyframes move-left-text {
0%,
30.7692% {
left: 100%;
}
43.5384%,
100% {
left: 0;
}
}
@-webkit-keyframes move-left-list1 {
0%,
30.7692% {
left: 100%;
}
42.6153%,
100% {
left: 0;
}
}
@keyframes move-left-list1 {
0%,
30.7692% {
left: 100%;
}
42.6153%,
100% {
left: 0;
}
}
@-webkit-keyframes move-left-list2 {
0%,
30.7692% {
left: 100%;
}
43.5384%,
100% {
left: 0;
}
}
@keyframes move-left-list2 {
0%,
30.7692% {
left: 100%;
}
43.5384%,
100% {
left: 0;
}
}
@-webkit-keyframes move-left-list3 {
0%,
30.7692% {
left: 100%;
}
45.0769%,
100% {
left: 0;
}
}
@keyframes move-left-list3 {
0%,
30.7692% {
left: 100%;
}
45.0769%,
100% {
left: 0;
}
}
@-webkit-keyframes move-left-title {
0%,
30.7692% {
left: 100%;
}
42.6153%,
100% {
left: 0;
}
}
@keyframes move-left-title {
0%,
30.7692% {
left: 100%;
}
42.6153%,
100% {
left: 0;
}
}
@-webkit-keyframes move-left-btn {
0%,
30.7692% {
left: 100%;
}
50.7692%,
100% {
left: 0;
}
}
@keyframes move-left-btn {
0%,
30.7692% {
left: 100%;
}
50.7692%,
100% {
left: 0;
}
}