* {
    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%;
    min-height: 100vh;
    width: 100vw;
}

.logo {
    width: 375px;
    height: 235px;
    background: url(../images/snap-logo2.png) no-repeat center top;
    background-size: 100%;
    margin: -30px auto 0 auto;
}

.faq-pos {
    position: absolute;
    top: 1140px;
    left: 0;
    width: 100%;
    height: 195px;
    overflow: hidden;
}

.faq-pos .faq {
    position: absolute;
    top: -30px;
    left: -80px;
    width: 295px;
    height: 233px;
    background: url(../images/faq.png) no-repeat center top;
    background-size: 100%;
    transform: scale(.7) rotate(9deg);
}

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

.faq-call {
    position: absolute;
    top: 1170px;
    right: 0;
    width: 283px;
    height: 243px;
    overflow: hidden;
    text-align: center;
}

.faq-call::before {
    position: absolute;
    right: -50px;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/call2.png) no-repeat center top;
    background-size: 100%;
    transform: scale(.7) rotate(360deg);

}


.faq-call a {
    text-decoration: none;
    color: #000;
}
.faq-call .tel {
    position: absolute;
    left: 124px;
    top: 82px;
    transform: rotate(345deg);
    font-size: 18px;
}







.snap {
    position: absolute;
    top: 130px;
    right: 0;
    width: 212px;
    height: 185px;
    overflow: hidden;
}

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


/*about us section*/
.about-section {
    width: 100%;
    height: 414px;
    background: url(../images/about-bg.png) no-repeat center top;
    background-size: 110% 100%;
    padding: 40px 50px 10px 20px;
}

.about-section .detail {
    margin-top: 24px;
    height: 300px;
    padding-bottom: 40px;
}


.about-section .title,
.mission-section .title,
.howork-section .title,
.getlisted-form h1,
.faq-detail h1
 {
    font-family: "Fugaz One", sans-serif;
    font-style: italic;
}


.getlisted-click {
    position: absolute;
    top: 520px;
    left: -40px;
    width: 266px;
    height: 259px;
    background: url(../images/click2.png) no-repeat center top;
    background-size: 100%;
    transform: scale(.8);

}

.getlisted {
    position: absolute;
    top: 510px;
    right: 0;
    width: 268px;
    height: 228px;
    overflow: hidden;
}

.getlisted::before {
    display: block;
    content: ' ';
    position: absolute;
    top: 0;
    right: -20px;
    width: 100%;
    height: 100%;
    background: url(../images/getlist.png) no-repeat center top;
    background-size: 100%;
    transform: rotate(-15deg);
}





/*our mission*/
.mission-section {
    margin-top: 60px;
    width: 100%;
    height: 518px;
    background: url(../images/mission-bg.png) no-repeat center top;
    background-size: 110% 100%;
    padding: 40px 10px 10px 20px;

}

.mission-section .mis-list {
    margin: 20px 0;
}
.mission-section .exp{
    height: 78px;
    overflow: hidden;
}
.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;
}


/* how it work */
.howork-section {
    margin-top: 120px;
    width: 100%;
    height: 496px;
    background: url(../images/howork-bg.png) no-repeat center top;
    background-size: 110% 100%;
    padding: 40px 20px 10px 20px;

}

.howork-section .caption {
    font-size: 22px;
    margin-top: 20px;
    line-height: normal;
}

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

.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;
}



/*footer*/

.footer {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 20vw;
    background: url(../images/footer-bg.png) no-repeat center top;
    background-size: 280%;
    margin-top: 46px;
}

.footer .copyright {
    position: absolute;
    left: 50px;
    bottom: 25%;
    font-size: 16px;
    color: #fff;
}


.getlisted-form {
    background-color: #fff;
    padding: 20px;
}

.getlisted-form li {
    margin-top: 20px;
}

.getlisted-form li:last-child {
    position: relative;
}

.getlisted-form li>label, .getlisted-form li>input {
    display: block;
}

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

.getlisted-form .submit {
    border: none;
    width: 333px;
    height: 226px;
    background: url(../images/submit.png) no-repeat center top;
    background-size: 100% 100%;
    margin: 0 auto;
}

.getlisted-form .click {
    position: absolute;
    top: 80px;
    left: -60px;
    width: 271px;
    height: 270px;
    background: url(../images/click2.png) no-repeat center top;
    background-size: 100%;
    transform: scale(.8) rotate(324deg);
}

.faq-detail {
    background-color: #fff;
    padding: 40px 20px 20px 40px;
}

.faq-detail ol {
    list-style: none;
    counter-reset: li;
}



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

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