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

.wrap-body {
    max-width: 480px;
    margin: 0 auto;
    height: auto;
    min-height: 100%;
    align-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    background-image: url(../images/bg.png);
    background-size: 100% 100%;
    position: relative;
}

a {
    text-decoration: none;
    color: #1f1f1f;
}


.header-area {
    max-width: 480px;
    z-index: 9;
    width: 100%;
    position: fixed;
    top: 0;
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
}

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

.logo-container {
    margin: 0;
    color: white;
    display: flex;
    align-items: center;
}
.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 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: -4rem;
    overflow-y: scroll;
}

.contact-list {
    position: absolute;
    top: 23%;
    right: 2%;
    background-image: url(../images/bg-c.png);
    background-size: 100% 100%;
}

.btnimg {
    padding: 0.4rem;
    margin: 1rem 0 0.5rem;
}

.sp {
    margin-bottom: 1.2rem;
}

.icon-img {
    height: 3rem;
}

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

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

.content-area {
    text-align: center;
    /* padding-top: 4rem; */
}

.btn-content img {
    width: 85% !important;
    padding-bottom: 1rem;
}

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

.footer-area {
    position: fixed;
    max-width: 480px;
    bottom: 0;
    width: 100%;
    padding-top: 2rem;
    background: linear-gradient(to top, black 60%, transparent);
}

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

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

.setup-tips-container {
    text-align: center;
    padding: 1rem 0;
    color: rgb(250 220 75);
    font-size: 1rem;
    text-decoration: underline;
}

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

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

@media screen and (max-width: 680px) {
    .footer-area {
        width: 100vw !important;
    }
}

@media screen and (max-width: 480px) {
    .logo img {
        height: 3.5rem;
    }
    .icon-img {
        height: 2.5rem;
    }
    .content-area img {
        width: 90%;
    }
    .setup-tips-container {
        text-align: center;
        padding: 1rem 0;
        font-size: 1rem;
    }
    .ios img,
    .android img {
        height: 3.5rem;
    }
    .setup-tips-container img {
        height: 1rem;
        width: unset;
    }
    .footer-area  {
        padding-top: 1rem;
    }
    .btnimg {
        padding: 0.3rem;
    }
    .contact-list {
        right: 4%;
        top: 28%;
    }
}
@media screen and (max-width: 375px) {
    .logo img {
        height: 3rem;
    }
    .main-content {
        margin-top: -2rem;
    }
    .icon-img {
        height: 1.3rem;
    }
    .content-area img {
        width: 70%;
    }
    .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.6rem;
    }
    .icon-img {
        height: 2.3rem;
    }
    .btnimg {
        margin: 0.5rem 0 0.5rem;   
    }
}