@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,900;1,700&display=swap");

/* CSS Variables */
:root {
    --normal-font: 400;
    --bold-font: 600;
    --bolder-font: 900;
    --primary-color: #0652dd;
    --secondary-color: #ea2027;
    --third-color: #ffffff;
    --line-height: 1.7rem;
    --transition: 0.4s ease-in;
}

/* Smooth scroll effect */
html {
    scroll-behavior: smooth;
}

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

html,
body {
    position: relative;
    /* height: 100%; */
    background-color: rgb(251 231 171);
}

.desktop {
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.mobile {
    display: none;
}


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

.picture-container {
    width: 100vw;
    height: 100vw;
}

.picture-container img {
    user-select: none;
}

.picture-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-items: center;
}

.picture-container .content {
    width: 100vw;
    height: 100%;
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    justify-items: center;
    padding: 0rem 4rem 0 4rem;
    box-sizing: border-box;
    /* top: 20%; */
}

.picture-container .content .title {
    flex: 1;
    height: 85%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.picture-container .content .title img {
    width: 100%;
}

.picture-container .content .photo {
    flex: 1;
    padding-right: 2vw;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: end;
}

.picture-container .content .title-1 {
    text-align: center;
}

.picture-container .content .title-1 img {
    /* height: 6rem; */
}

.picture-container .content .title-2 {
    display: flex;
    justify-content: center;
    align-items: center;

    /* position: absolute; */
    /* top: 6%; */
    width: 80%;
    padding-top: 1.5rem;
}

.picture-container .content .title-2 > a {
    margin-right: 20px;
}

.picture-container .content .title-2 > a:last-child {
    margin-right: 0;
}

.picture-container .content .title-2 img {
    width: 100%;
}

.picture-container .content .photo img {
    max-width: 100%;
    max-height: 80%;
}

.fixed-top {
    position: relative;
    z-index: 10;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
    background-color: rgba(255, 48, 145, 0.53);
    text-align: center;
}

.f-txt {
    color: white;
}

.f-txt-2 {
    color: white;
}


ul li {
    list-style-type: none;
    display: inline;

}

a {
    text-decoration: none;
    color: var(--third-color);
}

header h1 {
    margin: 0;
    color: white;
}

header h1 img {
    height: 5rem;
}

.nav-container, .nav-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 1.5rem;
    font-weight: 600;
}

.nav-item {
    color: rgb(255, 255, 255);
}

.nav-item img {
    height: 2.3vw;
}

header {
    position: fixed;
    z-index: 99;
    top: 0;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.2rem 1.2rem 0;
    box-sizing: border-box;
}

header nav {
    display: flex;
    font-size: 21px;
}

header nav a ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 .7rem;
}

.logo_pc {
    display: block;
    max-height: 100vh;
    height: 6vw;
    margin: auto;
}

.logo-txt {
    margin-left: 1rem;
}

.txt-1 {
    padding-bottom: .7rem;
}

.txt-1 img {
    width: 6vw;
}

.txt-2 img {
    height: 2vw;
}

.logo-container {
    margin: 0;
    color: white;
    display: flex;
    align-items: center;
}

.content {
    display: flex;
}

.content_block {
    display: flex;
    position: fixed;
    bottom: 5rem;
    padding: 0rem 9rem 0 9rem;
    z-index: 1030;
    flex-direction: row;
    align-items: flex-end;
    width: 50%;
    right: 0;
    text-align: center;
}

/* .android_poisoning_header {
    width: 100%;
    background: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
    padding: 0.7rem 1rem;
    height: 14vw;
}

.android_poisoning_left img {
    height: 1.5rem;
}

.android_poisoning_left, .android_poisoning_right {
    display: flex;
    align-items: center;
    justify-content: center;
}
.android_poisoning_center {
    flex: 1;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.android_poisoning_main {
    margin-top: 14vw;
    padding: 0 0.125rem 4.5rem 0.125rem;
    background-color: #ffffff;
}
.android_poisoning_main > .item {
    width: 100%;
    height: auto;
    display: block;
}
.android_poisoning_main > .item > img {
    width: 100%;
    height: 100%;
    background-color: white;
} */

.qrcode {
    text-align: center;
    font-size: .65vw;
}

.qr img {
    width: 10vw !important;
    height: 10vw !important;
    background-color: #ffffff;
    padding: .5rem;
}

.qr-txt {
    margin-top: 10px;
    color: rgb(255 48 145);
    font-weight: 400;
    white-space: nowrap;
}

.decs-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.download {
    display: flex;
    flex-direction: column;
    line-height: 2;
}

.ios-btn img, .android-btn img {
    width: 85%;
}

.mobile .contact-us {
    margin-top: 5rem;
    padding: .5rem 1rem 1rem 3rem;
}

.mobile .contact-us > a {
    margin-right: 6px;
}

.mobile .contact-us > a:last-child {
    margin-right: 0;
}
.web-app-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.5rem;
}

.web-app-box img {
    width: 40% !important;
}
@media screen and (max-width: 1380px) {
    .content_block {
        padding: 0rem 6rem 0 6rem;
    }

    .ios-btn img,
    .android-btn img {
        width: 95%;
    }
}

@media screen and (max-width: 750px) {
    .desktop {
        display: none !important;
    }
    .mobile {
        display: flex;
        flex-direction: column;
    }

    .swiper-container {
        width: 100%;
    }

    .mySwiper1 {
        width: 100%;
        height: 100%;
        overflow-x: hidden;
    }

    .photo-list {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 65%;
        margin: auto;
        padding-top: .5rem;
    }

    .photo-list > a {
        margin-right: 6px;
    }

    .photo-list > a:last-child {
        margin-right: 0;
    }

    .photo-list img {
        width: 100%;
    }

    .f-header {
        color: rgb(255 255 255);
        font-size: .7rem;
    }

    .f-txt {
        color: rgb(255 255 255);
        font-size: .6rem;
    }

    .footer-mb {
        position: fixed;
        bottom: 8%;
        display: flex;
    }

    .android img {
        width: 88%;
        margin-left: 6%;
    }

    .ios img {
        width: 88%;
        margin-left: 6%;
    }

    .photo {
        text-align: center;
    }

    .photo img {
        width: 50%;
    }

    .txt-1 {
        padding-bottom: .2rem;
    }

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

    .logo_pc {
        height: 4rem;
    }

    .nav-item img {
        height: 2rem;
    }

    .setup-tips-container {
        color: #ffffff;
        line-height: 1.2;
        text-align: center;
        width: 100%;
        font-size: .7rem;
        text-decoration: underline;
        margin-bottom: 1rem;
    }

    .footer_ {
        position: fixed;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 1;
        height: 3rem;
        background-color: rgb(255 48 145 / 51%);
        text-align: center;
    }

    .footer-area {
        position: fixed;
        width: 100%;
        bottom: 0;
        z-index: 2;
        background-color: #ff2f91;
        display: flex;
        flex-direction: column;
        padding: 0.8rem;
    }

    .f-img {
        position: relative;
    }

    .footer-area img {
        width: 100%;
        display: block;
        max-width: 750px;
    }

    .app {
        width: 100% !important;
        display: flex;
        text-align: center;
        bottom: .3rem;
        justify-content: center;
        align-items: center;
    }

    .app > * {
        margin-right: 10px;
    }

    .app > *:last-child{
        margin-right: 0;
    }

    .app img {
        width: 30%;
    }

    .contact-us {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 640px;
        padding-right: 5rem;
        padding-top: .5rem;
    }

    .contact-us img {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {

    .photo img {
        width: 70%;
    }

    .app img {
        width: 35%;
    }

    .contact-us {
        padding-top: 1rem;
    }
}

@media screen and (max-width: 480px) {


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

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

    .swiper-wrapper {
        height: 100% !important;
    }

    .logo_pc {
        height: 3rem;
    }

    .nav-item img {
        height: 1.5rem;
    }

    .photo img {
        width: 80%;
    }

    .txt-1 img {
        width: 11vw;
    }

    .txt-2 img {
        height: 3.8vw;
    }

    .nav-container,
    .nav-item {
        margin-left: .5rem;
    }

    .nav-item img {
        height: 7vw;
    }

    .img-1 {
        width: 85%;
    }


    .photo-list {
        padding-top: 0;
    }

    .app img {
        width: 40%;
    }

    .contact-us {
        padding: 0rem 1rem 1rem 1rem;
    }
}

@media screen and (max-width: 320px) {
    .img-1 {
        width: 50%
    }

    .nav-item img {
        height: 7vw;
    }

    .photo img {
        width: 60%;
    }

    .photo-list {
        width: 60%;
    }

    .footer-mb {
        bottom: 10%;
    }


    .contact-us {
        padding-top: .7rem;
    }
}