﻿html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
body {
    position: relative;
    height: 100%;
    width: 100%;
    background: #f5f5f5;
}
body {
    min-width: 320px;
    font-family: "Nunito Sans", sans-serif;
    background-image: linear-gradient(45deg, #f5f5f5 0%, #eee 100%);
    background-size: auto;
    background-position: 0% 0%;
    background-repeat: repeat;
}
body:before {
    background-attachment: scroll;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transform: scale(1);
    width: 100vw;
    z-index: 0;
    background-image: url("../images/back-line.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#wave {
    background-attachment: scroll;
    display: block;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transform: scale(1);
    width: 100vw;
    z-index: 0;
    background-image: url("../images/wave-line.svg");
    background-size: 20vh; 140px;
    background-position: 0px 30%;
    background-repeat: repeat-x;
    -webkit-animation: wave-ani 10s infinite linear;
    animation: wave-ani 10s infinite linear;
}
@-webkit-keyframes wave-ani {
  0% { background-position: 0px 30%; }
  100% { background-position: -20vh 30%; }
}
@keyframes wave-ani {
  0% { background-position: 0px 30%; }
  100% { background-position: -20vh 30%; }
}

body .title-hidden {
    display: none !important;
}

.no-select {
-webkit-touch-callout: none;
  -webkit-user-select: none;
   -khtml-user-select: none;
     -moz-user-select: moz-none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}
.is-mob {
    display: inline;
}
#numbers {
    position: fixed;
    z-index: 100;
    left: 10px;
    bottom: 10px;
    width: 40px;
    height: 20px;
    padding: 10px;
}
#numbers img#numbers-img {
    display: none;
    max-width: 300px;
    max-height: 20px;
}
#numbers.is-hidden img#numbers-img {
    display: none!important;
}
#numbers.is-visible img#numbers-img {
    display: inline-block!important;
}
@media only screen and (max-width: 1500px) {
#numbers {
    display: none!important;
}
	}


#back {
    background-image: url("../images/back.png");
    background-size: auto 100%; calc(100vh + 20%);
    background-position: 120px 0px; left 14%;
    background-repeat: no-repeat;
    width: 100%;
    height: auto; 100%;
    position: absolute;
    display: block;
    top: -20px;
    bottom: -20px;
    right: -20px;
    width: 100%;
    max-width: 1200px;
    opacity: 0;
    width: calc(100% + 30px);
    height11: calc(100% + 20px);
    -webkit-transition: transform 0.1s;
    -moz-transition: transform 0.1s;
    -o-transition: transform 0.1s;
    transition: transform 0.1s;
}
.active #back.fade {
    -webkit-animation: fade-in 1s ease both;
    animation: fade-in 1s ease both;
}
#back.move {
    opacity: 1;
}
#page {
    opacity: 0;
    overflow: hidden;
}
#page.active {
    opacity: 1;
}

#article {
    display: none!important;
    font-size: 14px;
    line-height: 18px;
    color: #7c7c7c;
    position: absolute;
    top: 0px;
    padding: 30px;
    background: #f5f5f5;
}
#article h1 {
    font-size: 2em;
    font-weight: 600;
    padding-bottom: 20px;
}
#article p {
    padding-bottom: 15px;
}

#title {
    position: absolute;
    z-index: 2;
    width: 100%;
    bottom: 35%;
    transform: translateY(-0%);
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
    padding: 0px 20px 25px;
    box-sizing: border-box;
    font-family: 'Caveat', cursive;

}

#title-one,
#title-two {
    overflow11: hidden;
    display: inline-block;
}
#title-one {
    margin-right: 10px;
}
#title-one span,
#title-two span {
    display: inline-block;
    opacity: 0;
    font-size: 90px; 60px;
    line-height: 65px; 60px;
    color: #FF75A0;
    letter-spacing: -4px; 0.02px;
    text-align: left;
    font-weight: 400;
}

.active #title-one span {
    transition-delay: 0s;
    -webkit-animation: slide-in-bottom 1.2s cubic-bezier(0.15, 0.85, 0.45, 1) forwards;
    animation: slide-in-bottom 1.2s cubic-bezier(0.15, 0.85, 0.45, 1) forwards;
}
.active #title-two span {
    -webkit-animation: slide-in-bottom 1.2s cubic-bezier(0.15, 0.85, 0.45, 1) forwards;
    animation: slide-in-bottom 1.2s cubic-bezier(0.15, 0.85, 0.45, 1) forwards;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
}

#socials {
    position: absolute;
    bottom: 9%;
    left: 6%;
    z-index: 999;
    overflow: hidden;
    margin-left: 7px;
}
#socials a {
    display: inline-block;
    color: #7c7c7c;
    transition: 1.2s ease color;
    margin: 10px;
    font-size: 25px;
    opacity: 0;
    margin-bottom: 0;
}
.active #desc {
    left: 6%;
    margin-left: 10px;
    -webkit-animation: just-fade-in 1.5s ease both;
    animation: just-fade-in 1.5s ease both;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
}
#socials a:hover {
    color: #df8e8e;
    transition: 0.5s ease all;
}

#socials a.social-link {
    margin: 5px 14px 0px 0px;
    border-radius: 50%;
    background11: #FFF;
    display: inline-block;
    width: 48px;
    height: 48px;
    overflow: hidden;
}
.social-link img.soc-icon-img {
    display: block;
    width: 50px;
    height: 50px;
    margin: -1px;
}

.active .social-link {
    -webkit-animation: slide-in-bottom 1.2s cubic-bezier(0.15, 0.85, 0.45, 1) forwards;
    animation: slide-in-bottom 1.2s cubic-bezier(0.15, 0.85, 0.45, 1) forwards;
}
.active #social-one {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
}
.active #social-two {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
}
.active #social-three {
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
}
.active #social-four {
    animation-delay: 1.0s;
    -webkit-animation-delay: 1.0s;
}
.active #social-five {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
}
.active #social-six {
    animation-delay: 1.4s;
    -webkit-animation-delay: 1.4s;
}
.active #social-seven {
    animation-delay: 1.6s;
    -webkit-animation-delay: 1.6s;
}
.active #social-eight {
    animation-delay: 1.8s;
    -webkit-animation-delay: 1.8s;
}
.active #social-nine {
    animation-delay: 2.0s;
    -webkit-animation-delay: 2.0s;
}
.active #social-ten {
    animation-delay: 2.2s;
    -webkit-animation-delay: 2.2s;
}
.active #social-eleven {
    animation-delay: 2.4s;
    -webkit-animation-delay: 2.4s;
}
.active #social-twelve {
    animation-delay: 2.6s;
    -webkit-animation-delay: 2.6s;
}
#wrap {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    max-width: 1500px;
    overflow: hidden;
}
#desc {
    position: absolute;
    bottom: 12px;
    opacity: 0.5;
    font-size: 11px;
    color: #7c7c7c;
    line-height: 15px;
}



@media only screen and (min-width: 40.063em) {
    .is-mob {
        display: none;
    }
    #back {
        background-size: contain;
        background-position: right bottom;
        right: 0px;
        width: 100%;
        height: auto; 100%;
    }
    #title-one span,
    #title-two span {
        font-size: 120px;
        line-height: 50px;
        letter-spacing: -4px; 0.04px;
        margin: 20px;
    }
    #title {
        text-align: left;
        bottom: 20%;
    }
    #socials {
        bottom: 10%;
        left: 12%;
    }
    .active #desc {
        left: 12%;
    }
    #desc {
        font-size: 12px;
    }
    #socials a {
        font-size: 22px;
    }
}
@media only screen and (min-width: 64.063em) {
    #back {
        background-position: center bottom;
    }
    #title {
        text-align: center;
	bottom: 20%;
    }
    #title-one span,
    #title-two span {
        font-size: 170px; 200px; 246px; 140px;
        line-height: 170px; 225px; 246px; 90px;
        letter-spacing: -9px; 0.04px;
        margin: 20px;
        margin-bottom: 0px;
    }
}
@media only screen and (min-width: 2000px) {
    #title-one span,
    #title-two span {
        font-size: 180px;
        line-height: 150px;
    }
    #back {
        max-width: 1400px;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    #back {
        background-size: auto 90%; 160%;
        background-position: right bottom; 47% bottom;
        width: calc(100% + 30px);
        height: auto; calc(100% + 20px);
    }
    #title {
        bottom: 20%;
    }
    #title-one span,
    #title-two span {
        font-size: 140px;
        line-height: 70px;
        letter-spacing: -6px; 0.04px;
        margin: 20px;
    }
}



@-webkit-keyframes slide-in-bottom {
    0% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes slide-in-bottom {
    0% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fade-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes just-fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes just-fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}



.hvr-wobble-horizontal {
  display: inline-block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes hvr-wobble-horizontal {
  5.56% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px); }
  11.11% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px); }
  16.67% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  22.22% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  27.75% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  33.33% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
}
@keyframes hvr-wobble-horizontal {
  5.56% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px); }
  11.11% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px); }
  16.67% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  22.22% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  27.75% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  33.33% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
}





.apps-cont {
    position: absolute;
    z-index: 5;
    top: 4%;
    right: 6%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (min-width: 40.063em) {
.apps-cont {
    top: 5%;
    right: 12%;
}
	}
.apps-logos-wrapper {
    display: -ms-grid;
    display: grid;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr; 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr; 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}
.apps-icon-wrapper.app-search { background-color: #82C3EC; }
.apps-icon-wrapper.app-instors { background-color: #BA90C6; #95e1d3; }
.apps-icon-wrapper.app-qise { background-color: #548ec6; }
.apps-icon-wrapper.app-ciwi { background-color: #fdbc5c; }
.apps-icon-wrapper.app-pnta { background-color: #FF617D; }
.apps-icon-wrapper.app-marvin { background-color: #95E1D3; }
.apps-icon-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 48px;
    height: 48px;
    margin: 0px!important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #35383d;
    -webkit-transition: -webkit-transform 200ms ease, background 0.4s;
    transition: -webkit-transform 200ms ease, background 0.4s;
    transition: transform 200ms ease, background 0.4s;
    transition: transform 200ms ease, -webkit-transform 200ms ease, background 0.4s;
}
.apps-icon-wrapper:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: -webkit-transform 200ms ease, background 0.2s;
    transition: -webkit-transform 200ms ease, background 0.2s;
    transition: transform 200ms ease, background 0.2s;
    transition: transform 200ms ease, -webkit-transform 200ms ease, background 0.2s;
}
.apps-icon-wrapper img {
    width: 30px;
    height: 30px;
    margin: 0px!important;
}

.apps-icon-wrapper.is-locked {
    background: #89C4E1!important;
}
.apps-icon-wrapper.is-locked img {
  -webkit-animation-name: locked-vertical;
  animation-name: locked-vertical;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1; infinite;
  animation-iteration-count: 1; infinite;
}

@-webkit-keyframes locked-vertical {
  5.56% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  11.11% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  16.67% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  22.22% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  27.75% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }
  33.33% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
}
@keyframes locked-vertical {
  5.56% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  11.11% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  16.67% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  22.22% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  27.75% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }
  33.33% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
}

.apps-cont {
    -webkit-animation: fade-in-left 1s ease both;
    animation: fade-in-left 1s ease both;
    animation-delay: 0.24s;
    -webkit-animation-delay: 0.24s;
}

@-webkit-keyframes fade-in-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fade-in-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}