* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.desktop {
    display: none;
}

.mobile {
    display: block;
}
body {
    max-width: 750px;
    margin: auto;
    background-image: url("../images/img-b-1-1.png");
    background-size: cover;
}
#canvas {
    max-width: 750px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    /* background-color: #000; */

}

.wrap-body {
    margin: auto;
    background-size: 100% 100%;
    height: auto !important;
    min-height: 100vh;
    width: 100%;
    position: absolute;
    z-index: 0;
    background-image: url("../images/img-b-2-1.png");
    background-size: cover;
    /* background-image: radial-gradient(at 45px 45px,
            #ffffff85 0%,
            #e0e0e085 50%,
            #f5f5f585 95%); */
}
.top-btn {
    padding: 6vw 5.5vw 12.5vw;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 750px;
}
/* style animation  */
.scroll-animation-h5 {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    overflow: hidden;
  }
  .scroll-img-x1 img, .scroll-img-x2 img{
    height: 20%;
  }
  .scroll-img-x1 {
    animation: animationX1 45s linear infinite;
    }
  .scroll-img-x2 {
    animation: animationX2 45s linear infinite;
  }
  
  @keyframes animationX1 {
    0% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-200%);
    }
    50% {
        transform: translateX(-400%);
    }
    75% {
        transform: translateX(-600%);
    }
    100% {
        transform: translateX(-810%);
    }
  }
  @keyframes animationX2 {
    0% {
        transform: translateX(-810%);
    }
    25% {
        transform: translateX(-600%);
    }
    50% {
        transform: translateX(-400%);
    }
    75% {
        transform: translateX(-200%);
    }
    100% {
        transform: translateX(0);
    }
  }
.logo-area {
    display: flex;
    align-items: center;
}

.logo-header {
    height: 4rem;
}

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

.txt-1 {
    height: 1.5rem;
    margin-bottom: .5rem;
}

.txt-2 {
    height: 1rem;
}
.btn-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btnimg {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-left: 15px;
}

.icon-img {
    height: 3.5rem;
    margin-bottom: 4px;
}

.btnimg span {
    font-size: 12px;
    color: rgb(255, 255, 255);
}

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

.content {
    max-width: 750px;
    /* margin-top: -9.5vw; */
    /* padding-bottom: 25vw; */
   
}
.content .p-title{
    margin-bottom: 10vh;
}
.content .p-title .p-title-img{
    width: 65%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.content img{
    width: 75%;
}

.model {
    width: 80%;
    display: block;
    margin-left: auto;
}
.footer-area {
    position: fixed;
    max-width: 750px;
    width: 100%;
    min-height: 12.5vh;
    bottom: 0;
    /* -webkit-backdrop-filter: blur(0.2rem); */
    /* backdrop-filter: blur(10px); */
    /* background-color: #0f0606; */
    /* background-image: url("../images/p-b-3.png");
    background-size: cover; */
}

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

.img_ {
    position: relative;
}

.footer-content {
    position: absolute;
    bottom: 0;
    padding-bottom: 22px;
}

.set-up-tip {
    color: #ffffff;
    text-align: center;
    font-size: .9rem;
    /* text-decoration: underline; */
}

.app-f {
    display: flex;
}

.app-logo-android,
.app-logo-ios,
.app-logo-web {
    width: 50%;
    text-decoration: none;
    cursor: pointer;
    padding: 5px;
}
.app-logo-web , .app-logo-android, .app-logo-ios{
    margin: auto;
    text-align: center;
}

.app-logo-android img , .app-logo-ios img, .app-logo-web img{
    width: 90%;
}

.setup-tips-container {
    color: rgb(255 255 255);
    text-decoration: underline;
    text-align: center;

}
/* style section pop and bottom img */
.section-img .pop-img{
    display: none;
  }
 .section-img .pop-img{
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(36, 36, 36, 0.575);
  }
   .section-img .pop-img .pop-content{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
  }
  .section-img .pop-img .pop-content img{
    width: 100%;
  }
  .section-img .pop-img .pop-content .close {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #C34DBB;
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 0.2rem 1.8rem;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    }
  .section-img .pop-img .pop-content .close img{
    margin-top: 1.5rem;
    width: 80%;
  }
@media screen and (max-width: 480px) {
    .logo-header {
        height: 4.5rem;
    }

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

    .txt-1 {
        height: 1.1rem;
        margin-bottom: .5rem;
    }

    .txt-2 {
        height: .7rem;
    }
    .icon-img {
        height: 3.5rem;
    }
    .set-up-tip {
        font-size: .75rem;
    }
    .btnimg {
        margin-left: 16px;
    }
}

@media screen and (max-width: 320px) {
    .logo-header {
        height: 2rem;
    }
    .txt-1 {
        height: .9rem;
    }

    .txt-2 {
        height: .5rem;
    }

    .set-up-tip {
        font-size: .55rem;
    }
}