* {
    margin: 0;
    padding: 0;
}


body {
    width: 100%;
    background-size: cover;
    box-sizing: border-box;
    background-image: url("./background.png");
}

.container {
    display: flex;
    padding: 2.5vw;
    box-sizing: border-box;
    flex-direction: column;
}

.header {
    padding: 1vw 2.5vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.header .logo {
    height: 14vw;
}

.header .logo img{
    height: 100%;
}

.mobile-contact {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: white;
    margin-top: 4vw;
}

.mobile-contact img {
    height: 9vw;
    margin-left: 3vw;
}

.contact-container {
    display: none;
}

.decs-container {
    display: none;
}

.main img {
    width: 100%;
    pointer-events: none;
}

.theme-content {
    display: flex;
    flex-direction: column-reverse;
}

.theme-content .title {
    position: relative;
    z-index: 3;
    margin-top: -15vw;
}

.theme-content .slider-container {
    padding-top:27px;
    position: relative;
    overflow: hidden;
    width: 95%;
    margin: 0 auto;
    height: 117vw;
    z-index: 2;
}
.m_title{
    width: 90%;
    margin: 0 auto;
    transform: translateY(-20%);
}

.theme-content .slide {
    position: absolute;
    transition-duration:300ms
}

.footer-container {
    text-align: center;
}

#android-link {
    display: none;
}

#android-link img {
    height: 15vw;
}

#ios_link {
    display: none;

}

#ios_link img {
    height: 12vw;
}

.setup-tips-container {
    /* display: none; */
    color: #fde200;
    text-decoration: underline;
    line-height: 1.5;
    margin-top: 5vw;
}