* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.desktop {
    display: none;
}

.mobile {
    display: block;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
}

.wrap-body {
    max-width: 750px;
    margin: 0 auto;
}

.swiper-container {
    width: 100%;
    overflow-x: hidden;
}

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

.bgg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

header {
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
    padding: 1rem;
    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-container {
    margin: 0;
    color: white;
    display: flex;
    align-items: center;
}

.logo {
    max-width: 100%;
    max-height: 100vh;
    margin: auto;
}

.logo-mb {
    display: block;
    height: 3.7rem;
}

.nav-container,
.nav-item {
    display: block;
}

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

.content-l {
    position: absolute;
    bottom: 30%;
    left: 5%;
}

.content-r {
    position: absolute;
    bottom: 30%;
    right: 5%;
}

.photo img {
    height: 55vh;
}

.footer_ {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(255, 63, 135, 0.66);
    text-align: center;
}

.app-mb , .app-mb-2 {
    display: flex;
    justify-content: center;
    width: 100%;
}
.app-mb {
    padding-top: .5rem;
}
.app-mb-2 {
    padding-top: .1rem;
}
.app-l , .app-r {
    text-align: center;
}
.app-l img , .app-r img{
    height: 3.2rem;
    padding: 0 .5rem 0 .5rem;
}
.txt-mb {
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-size: .8rem;
    line-height: 2;
    padding-bottom: .5rem;
}
.swiper-pagination>.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 1);
    opacity: 0.3;
    mix-blend-mode: normal;
    margin: 7px 0 !important;
}

.swiper-pagination>.swiper-pagination-bullet-active {
    width: 20px;
    height: 50px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 1);
    opacity: 0.7;
    mix-blend-mode: normal;
    box-shadow: 0px 0px 8px #e90e50;
    margin: 7px 0 !important;
}

.swiper-pagination {
    text-align: right !important;
}

.swiper-pagination {
    position: absolute;
    left: 2% !important;
    top: 30%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 480px) {
    .content-l {
        position: absolute;
        bottom: 2rem;
        left: 5%;
    }
    .content-r {
        position: absolute;
        bottom: 2rem;
        right: 5%;
    }
    .app-l img,
    .app-r img {
        height: 2.7rem;
    }
    .txt-mb {
        font-size: .7rem;
    }

}
@media screen and (max-width: 320px) {
    .txt-mb {
        font-size: .6rem;
    }
    .app-l img,
    .app-r img {
        height: 2rem;
    }
    .content-l {
        position: absolute;
        bottom: 2rem;
        left: 5%;
    }
    
    .content-r {
        position: absolute;
        bottom: 2rem;
        right: 5%;
    }
}