* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.desktop {
    display: none;
}

.wrap-body {
    background: url('../assets/img-1.png');
    background-size: 100% 100%;
    max-width: 750px;
    margin: 0 auto;
    height: 100vh;
}

a {
    text-decoration: none;
    color: #ffffff;
}

.header-area {
    /* position: absolute; */
    z-index: 2;
    width: 100%;
    top: 1.4%;
    background: url('../assets/header.png');
    background-size: 100% 100%;
}

.header-activity {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: .8rem 1.5rem;
}

.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;
    max-width: 750px;
    bottom: 0;
    width: 100%;
    padding: .5rem;
    z-index: 9;
    background-image: linear-gradient(to top, rgb(0 0 0), rgba(0 0 0 / 40%));
    background-size: 100% 100%;
}

.footer-area img {
    width: 80%;
    display: block;
    margin: auto;
    padding: .3rem;
}

.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 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.logo-area img {
    padding: 10px;
}

.content-area {
    z-index: 1;
}

.contact-area {
    display: block;
    text-align: center;
}

.contact-area img {
    width: 96%;
    margin: auto;
    padding: .5rem;
}


.tip,
.logo-area,
.titlee_ {
    text-align: center;
}

.contact-container {
    /* display: flex; */
    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;
}

.content-area {
    max-width: 750px;
    width: 100%;
   
}

.content-area-swiper{
    text-align: center;
}

.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: 100%;
}
.txt-slider {
    text-align: center;
}
.txt-slider img {
    width: 85%;
    padding-top: .5rem;
}

.app {
    display: flex;
    width: 100%;
    margin: auto;
    justify-content: center;
}
/* .app img {
    padding: .5rem;
} */

.set-up-tip {
    text-align: center;
    color: rgb(65 186 255);
    text-decoration: underline;
    font-size: 1.2rem;
}

.set-up-tip img {
    height: 3vw;
    width: unset;
}

.email {
    padding-bottom: 7rem;
}

.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: 1.1rem;
    left: 50%;
    margin-left: -3.45rem;
}

.link-btn img{
    width: 6.9rem;
    height: 1.8rem;
}

.close {
    text-align: center;
}

.close img {
    width: 10%;
    padding-bottom: 0.5rem;
}

.tips-image-container {
    width: 100vw;
}

.tips-image-container img {
    width: 100%;
}

@media screen and (width: 375px), screen and (width: 540px) {

    .txt-slider img {
        width: 70%;
    }
    .photo img {
        width: 90%;
    }
}


@media screen and (max-width: 480px) {
    .swiper {
        width: 100%;
    }
    .l-area img {
        height: 3.5rem;
    }
    .btt img {
        height: 2.2rem;
    }
    .set-up-tip img {
        height: .75rem;
        margin-bottom: .3rem;
    }
    .email {
        padding-bottom: 5.5rem;
    }
    .header-area {
        top: 2%;
    }
    .wrap-body {
        height: 100%;
    }
    .txt-slider img {
        margin-bottom: unset;
    }
    .footer-area {
        bottom: 0;
    }
    .contact-container img {
        height: 2.1rem;
        width: unset;
    }
    .logo img {
        height: 3.5rem;
    }
    .txtt img {
        height: .8rem;
    }
    .txt-slider img {
        padding-top: .8rem;
    }
    .set-up-tip {
        font-size: 1rem;
    }
    .footer-area img {
        width: 100%;
    }
    .contact-us {
        margin-left: 1rem;
    }


    .content-area {
        position: relative;
        height: 90vh;
    }

    .content-area-swiper{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media screen and (max-width: 320px) {
    
    .logo img {
        height: 2.7rem;
        width: unset;
    }
    .contact-container img {
        height: 1.7rem;
        width: unset;
    }
    .txtt img {
        height: .5rem;
    }
    .set-up-tip {
        font-size: .7rem;
    }
    .footer-area img {
        padding: 0;
    }
    .txt-slider img {
        width: 75%;
    }
}