* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

ul, li {
    list-style: none;
}

.hide {
    display: none;
}

html, body {
    font-size: 18px;
    line-height: 1.5;
    font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}


body {
    background: #89C95C url("../images/background-mask.png") no-repeat center center;
    background-size: 150% 150%;

    width: 100vw;
    height: 100vh;

}

.logo {
    width: 469px;
    height: 293px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.logo::before {
    display: block;
    content: '';
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/snap-logo2.png) no-repeat center top;
    background-size: 100%;
    z-index: 4;
    cursor: pointer;

}
.about-wrap {
    position: absolute;
    top: 26vh;
    left: 0;
    width: 30vw;
    height: 36vh;
    overflow: hidden;
}

.about-section {
    position: absolute;
    top: 0;
    left: -1.2vw;
    width: 100%;
    height: 93%;
}

.about-section .title {
    font-family: "Fugaz One", sans-serif;
    font-style: italic;
}

.about-section .perspective,
.mission-section .perspective,
.howork-section .perspective {
    perspective: 1000px;
    width: 100%;
    height: 100%;
}

.about-section .perspective::before,
.mission-section .perspective::before,
.howork-section .perspective::before {
    display: block;
    content: '';
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    border: solid 2px #000;
}

.about-section .perspective::before {
    transform: scale(.9) rotateX(348deg) rotateY(0deg) translate3d(0, 0, 100px);
}

.about-section .content,
.mission-section .content,
.howork-section .content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    padding: 40px 30px 10px 2vw;
}

.mission-section {
    position: absolute;
    top: 27.5vh;
    left: 32.5vw;
    width: 28vw;
    height: 30vw;
}

.mission-section .perspective::before {
    transform: scale(.9) rotateX(6deg) rotateY(353deg) translate3d(0, 0, 100px);
}

.mission-section .title {
    text-align: center;
    font-family: "Fugaz One", sans-serif;
    font-style: italic;
}

.mission-section .mis-list {
    margin: 20px auto;
    width: 90%;
}

.mission-section .mis-list li {
    margin-top: 10px;
    padding-left: 20px;
    background: url(../images/dot.png) no-repeat left top;
    background-size: 16px;
    background-position-y: 5px;
}


.howork-section {
    position: absolute;
    top: 25vh;
    right: 12vw;
    width: 24vw;
    height: 35vw;
}

.howork-section .perspective::before {
    transform: scale(.9) rotateX(355deg) rotateY(348deg) translate3d(0, 0, 100px);
}

.howork-section .title {
    font-family: "Fugaz One", sans-serif;
    font-style: italic;
    /* width: 50%; */
}

.howork-section .caption {
    width: 90%;
    margin-top: 20px;
    line-height: normal;
    font-size: 20px;
    /* font-weight: 700; */
}

.howork-section .how-list {
    margin-top: 20px;
    width: 80%;
}

.howork-section .how-list li {
    margin-top: 10px;
    padding-left: 20px;
    background: url(../images/dot.png) no-repeat left top;
    background-size: 16px;
    background-position-y: 5px;
}




.snap {
    position: absolute;
    top: 24vh;
    right: 0;
    width: 293px;
    height: 317px;
    overflow: hidden;
    z-index: 2;
}

.snap::before {
    display: block;
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../images/snap2.png) no-repeat center top;
    background-size: 100%;
    font-size: 22px;
}

.faq-call {
    position: absolute;
    top: 10px;
    right: 0;
    width: 283px;
    height: 243px;
    background: url(../images/call2.png) no-repeat center top;
    background-size: 100%;
    transform: scale(.9) rotate(2deg);
    text-align: center;
    /*line-height: 2;*/

}

.faq-call .tel {
    position: absolute;
    left: 56px;
    top: 55px;
    transform: rotate(345deg);
    font-size: 25px;
}

.faq-call a {
    text-decoration: none;
    color: #000;
}

.faq-pos {
    position: absolute;
    top: 0px;
    left: 0;
    width: 295px;
    height: 233px;
    background: url(../images/faq.png) no-repeat center top;
    background-size: 100%;
    cursor: pointer;
}

.faq-pos .click {
    position: absolute;
    top: -50px;
    left: 230px;
    width: 271px;
    height: 270px;
    background: url(../images/click.png) no-repeat center top;
    background-size: 100%;
    transform: scale(.9) rotate(2deg);
}

.faq-pos .faq {
    display: none;
}

.getlisted-click {
    position: absolute;
    bottom: 23vh;
    left: 17vw;
    width: 266px;
    height: 259px;
    background: url(../images/click.png) no-repeat center top;
    background-size: 100%;
    transform: rotate(323deg);
    z-index: 10;

}

.getlisted {
    position: absolute;
    bottom: 4vh;
    left: 0;
    width: 358px;
    height: 304px;
    background: url(../images/getlist.png) no-repeat center top;
    background-size: 100%;
    cursor: pointer;
}




.footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    color: #fff;
    height: 0;
    padding-top: 5.2vw;
    background: url(../images/footer-bg.png) no-repeat center top;
    background-size: 102%;
}

.footer .copyright {
    font-size: 16px;
    position: absolute;
    left: 50px;
    bottom: 32%;
    width: 100%;
}

.faq-popup, .getlist-popup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}

.getlist-popup .wrap,
.faq-popup .wrap {
    width: 800px;
    height: 650px;
    perspective: 1000px;
}

.getlist-popup .wrap::before,
.faq-popup .wrap::before {
    display: block;
    content: '';
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    transform: scale(.9) rotateX(17deg) rotateY(6deg) translate3d(0, 0, 100px);
    border: solid 4px #000;
}

.getlist-popup .wrap .content,
.faq-popup .wrap .content {
    /* background-color: #fff; */
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    padding: 60px 80px 60px 80px;
}

.faq-popup h1 {
    text-align: center;
}

.getlist-popup .close,
.faq-popup .close {
    position: absolute;
    right: 80px;
    top: 60px;
    font-size: 30px;
    color: #666;
    text-decoration: none;

}

.faq-popup ol {
    counter-reset: li;
}

.faq-popup li {
    margin-top: 20px;
    counter-increment: li;
}

.faq-popup li::before {
    content: counter(li);
    color: #000;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 24px;
    font-weight: 800;
    font-style: italic;
}


/*getlist popup*/

.getlist-popup h1, .getlist-popup .exp {
    text-align: center;
}

.getlist-popup h1, .faq-popup h1 {
    font-family: "Fugaz One", sans-serif;
    font-style: italic;
}

.getlist-popup .free-zero {
    position: absolute;
    left: -200px;
    top: -160px;
    width: 444px;
    height: 351px;
    background: url(../images/free-zero.png) no-repeat center top;
    background-size: 100%;
    transform: scale(.8);
    z-index: 3;
}

.getlist-popup .getlist {
    background-color: #fff;
    padding: 40px 100px;
    position: absolute;
    width: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(.9) rotateX(17deg) rotateY(6deg) translate3d(0, 0, 100px);
    border: solid 4px #000;
}

.getlist-popup ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.getlist-popup li {
    margin-top: 20px;
    width: 49%;
}

.getlist-popup li>label, .getlist-popup li>input {
    display: block;
}

.getlist-popup li>input[type=text] {
    width: 100%;
    padding: 12px 10px;
}

.getlist-popup li:last-child {
    position: relative;
}

.getlist-popup .submit {
    border: none;
    width: 333px;
    height: 226px;
    background: url(../images/submit.png) no-repeat center top;
    background-size: 100% 100%;
    position: absolute;
    right: -260px;
    top: -10px;
    cursor: pointer;
}

.getlist-popup .click {
    position: absolute;
    top: -80px;
    right: -10px;
    width: 271px;
    height: 270px;
    background: url(../images/click2.png) no-repeat center top;
    background-size: 100%;
    transform: scale(.6) rotate(15deg);
}