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

.desktop {
    display: none;
}

.wrap-body {
    background: url('../images/mobile/bg.webp');
    background-size: 100% 100%;
    max-width: 480px;
    margin: 0 auto;
    height: 100%;
}

a {
    text-decoration: none;
    color: #ffffff;
}

.header-area {
    position: absolute;
    z-index: 2;
    width: 100%;
}

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

.header-activity img {
    width: 100%;
}
.logo-container {
    margin: 0;
    color: white;
    display: flex;
    align-items: center;
}
.logo-txt img {
    width: unset;
}
.logo img {
    height: 4rem;
    width: unset;
}
.txt-1 img {
    height: 1.6rem;
    padding-bottom: .3rem;
}
.txt-2 img {
    height: .7rem;
}
.contact-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.contact-container img {
    height: 2.7rem;
    width: unset;
}
.footer-area {
    position: fixed;
    bottom: .5rem;
    width: 100%;
    z-index: 9;
}

.footer-area img {
    width: 85% !important;
    display: block;
    margin: auto;
}

.l-area {
    width: 60%;
    text-align: left;
    padding-left: 5%;
}
.btt {
    width: 40%;
    text-align: center;
}

.l-area img {
    height: 4.5rem;
    width: unset !important;
}
.btt img {
    width: unset !important;
    height: 2.5rem;
}
.main-content {
    min-height: 100%;
    height: auto;
    /* display: flex; */
    /* flex-wrap: wrap; */
    align-content: center;
}

.logo-area img {
    padding: 10px;
}

.content-area {
    z-index: 1;
}

.contact-container {
    flex-direction: row;
    align-items: center;
}
.contact-us {
    text-align: center;
    margin-left: 1.2rem;
}
.txtt img {
    height: .8rem;
    margin-top: .3rem;
}

.i-img {
    width: 70%;
}

.i-image {
    margin-top: .45rem;
    margin-left: .2rem;
    width: .5rem;
}

.title_ {
    color: rgb(255 255 255);
    font-size: 1rem;
}

.desc {
    color: rgb(153 153 153);
    font-size: .8rem;
    padding-top: .6rem;
}

.tip,
.titlee_,
.content-area {
    max-width: 480px;
    width: 100%;
}


.ios_,
.android_ {
    color: black;
    text-decoration: none;
    cursor: pointer;
    padding: 0.7vw 2.5vw 0.7vw 2.5vw;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    font-size: 1rem;
    font-weight: 600;
    margin-right: 0.5rem;
    width: 100%;
}

.and-btn,
.i-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.and-btn img,
.i-btn img {
    height: 2rem;
    vertical-align: middle;
}

.logo-area img {
    width: 90%;
}

.title img {
    width: 50%;
}

.download-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.photo img {
    width: 95%;
}
.txt-slider {
    text-align: center;
}
.txt-slider img {
    width: 95%;
}

.app {
    display: flex;
    width: 100%;
    margin: auto;
    justify-content: center;
}

.set-up-tip {
    text-align: center;
    color: rgb(65 186 255);
    text-decoration: underline;
    font-size: 1.2rem;
}

.set-up-tip img {
    width: 90% !important;
    padding-bottom: .3rem;
}

.email {
    padding-bottom: 7rem;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
}
.swiper-pagination-bullet {
    opacity: unset;
    background: url('../images/mobile/in.webp');
    background-size: 100% 100%;
    width: 2rem;
    height: 2rem;
}
/* .swiper-pagination-bullets {
    top: 40% !important;
    right: 5px !important;
} */
.swiper-pagination-bullet-active {
    background: url('../images/mobile/active.webp');
    background-size: 100% 100%;
    width: 2rem;
    height: 2rem;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: none;
    background-color: rgba(0, 0, 0, .8);
    z-index: 1000;
}

.popup {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
    text-align: center;
}

.desc {
    text-align: center;
    position: relative;
}

.desc img {
    width: 80%;
}

.link-btn {
    position: absolute;
    bottom: 0.5rem;
    left: 0;
    right: 0;
}

.link-btn img {
    width: unset;
    height: 2rem;
}

.close {
    text-align: center;
}

.close img {
    width: 10%;
    padding-bottom: 0.5rem;
}

.popup__h2 {
    text-align: center;
}
.header-area {
    position: fixed;
    width: 100%;
}


@media screen and (max-width: 480px) {
    .swiper {
        width: 100%;
    }
    .l-area img {
        height: 3.5rem;
    }
    .btt img {
        height: 2.2rem;
    }
    .header-area {
        top: 2%;
    }
    .wrap-body {
        height: 100%;
    }
    .txt-slider img {
        margin-bottom: unset;
        width: 90%;
    }
    .contact-container img {
        height: 2.5rem;
        width: unset;
    }
    .logo img {
        height: 4rem;
    }
    .txtt img {
        height: .8rem;
    }
    
    .set-up-tip {
        font-size: 1rem;
    }
    .footer-area img {
        width: 100%;
    }
    .app {
        padding: 0 .5rem;
    }
    .photo img {
        width: 85%;
    }
}

@media screen and (max-width: 320px) {
    
    .logo img {
        height: 2rem;
        width: unset;
    }
    .contact-container img {
        height: 2rem;
        width: unset;
    }
    .txtt img {
        height: .5rem;
    }
    .set-up-tip {
        font-size: .7rem;
    }
    .txt-slider img {
        width: 75%;
    }
    .app {
        padding-bottom: 0;
    }
    .photo img {
        width: 75%;
    }
    .set-up-tip img {
        width: 65% !important;
        padding-bottom: .3rem;
    }
}