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

body {
    position: relative;
    background-color: black;
}

.wrap-body {
    width: 100%;
    height: 100%;
    max-width: 480px;
    margin: 0 auto;
    background-color: black;
    display: flex;
    flex-direction: column;
    justify-content: baseline;
}

a {
    text-decoration: none;
    color: white;
}


.header-area {
    max-width: 480px;
    z-index: 9;
    width: 100%;
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-activity {
    display: flex;
    width: 100%;
    padding: 1rem 1.5rem 1rem;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
}

.logo-container img {
    width: 100%;
}

.logo {
    display: flex;
    align-items: center;
}

.logoo {
    height: 4rem;
    width: unset !important;
}

.logo-txt {
    margin-left: .5rem;
    display: grid;
}

.txt-1 {
    height: 1.7rem;
    width: unset !important;
    padding-bottom: .4rem;
}

.txt-2 {
    height: .7rem;
    width: unset !important;
}

.btn-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.txt-content,
.btn-content {
    text-align: center;
}

.txt-content img {
    width: 100%;
    padding-top: 5rem;
}

#fullpage {
    margin-top: 5.5rem;
    max-width: 480px;
}

#fullpage2 {
    max-width: 480px;
}

#fullpage2 .swiper-slide {
    width: 70% !important;
    padding-right: 10px;
}

.content-area {
    text-align: center;

}

.btn-content img {
    width: 90%;
}

.content-area img {
    width: 100%;
}

.footer-area {
    position: fixed;
    z-index: 100;
    width: 100%;
    max-width: 480px;
    bottom: 0;
    left: 50%;
    margin-left: -240px;
    padding-top: 2rem;
    padding-bottom: 0.5rem;
    background-color: rgba(0, 0, 0, 0.5);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.footer-area img {
    width: 100%;
    display: block;
    margin: auto;
    object-fit: contain;
}

.app {
    display: flex;
    justify-content: center;
    width: 100%;
    /* padding: 0 1rem; */
}

.setup-tips-container {
    text-align: center;
    padding: 1rem 0;
    color: #fed204;
    font-size: 0.9rem;
    text-shadow:
        -1px -1px 0 black,
        1px -1px 0 black,
        -1px 1px 0 black,
        1px 1px 0 black;
}

/* .setup-tips-container img {
    height: 1.2rem;
    width: unset;
    margin-bottom: 0.5rem;
} */

.ios img,
.android img {
    height: 4rem;
    padding: 0.3rem;
}

@media screen and (max-width: 480px) {
    .header-area {
        width: 100vw;
        overflow: hidden;
    }

    .header-activity {
        width: 100vw;
        padding: 3vw;
    }

    .header-activity .contact-container {
        flex: 1;
        text-align: right;
    }

    #fullpage {
        width: 100vw;
    }

    .logo img {
        height: 3.5rem;
    }

    .icon-img {
        height: 2.5rem;
    }

    .content-area img {
        width: 100%;
    }

    .setup-tips-container {
        text-align: center;
        padding: 0rem 0 0;
        font-size: 0.9rem;
    }

    .ios img,
    .android img {
        height: 3.5rem;
    }

    .setup-tips-container img {
        height: 1rem;
        width: unset;
    }

    .footer-area {
        width: 100vw;
        margin-left: -50vw;
        padding-top: 1rem;
    }

    .btnimg {
        padding: 0.3rem;
    }

    .contact-list {
        right: 4%;
        top: 28%;
    }
}

@media screen and (max-width: 320px) {
    .logo img {
        height: 3rem;
    }

    .icon-img {
        height: 1.3rem;
    }

    .content-area img {
        width: 60%;
    }

    .ios img,
    .android img {
        height: 2.8rem;
    }

    .setup-tips-container img {
        height: 0.6rem;
        width: unset;
    }

    .footer-area {
        padding-top: 0;
    }

    .setup-tips-container {
        text-align: center;
        padding: 0;
        font-size: 0.8rem;
    }

    .icon-img {
        height: 2.3rem;
    }

    .btnimg {
        margin: 0.5rem 0 0.5rem;
    }
}