* {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

body {
    width: 100%;
    box-sizing: border-box;
    background-image: url("../images/pc/bg.png");
    background-size: cover;
}
.container {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.mobile-main {
    display: none;
}
.mb-contact {
    display: none;
}
.title-mb {
    display: none;
}
.header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 1.5vw 5vw 1.5vw;
}
.header .logo img {
    height: 4.5rem;
}
.logo {
    display: block;
}
.logo_mb {
    display: none;
}
.header .contact-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    z-index: 9;
}

.header .contact-container a {
    color: white;
    text-decoration: none;
    margin-left: 1.7rem;
    cursor: pointer;
}

.header .contact-container img {
    height: 2.7vw;
    vertical-align: middle;
    
}
.header .contact-container span {
    font-size: 16px;
    margin-left: 0.5rem;
}

.header .contact-container span:hover{
    color: rgb(249, 211, 80);
}
.main {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.main-mb {
    display: none;
}

.title-container {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.theme-content {
    width: 50%;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.theme-content img {
    width: 76%;
    height: auto;
}

.decs-container {
    flex-direction: row;
    align-items: flex-end;
}
.star-img {
    text-align: end;
}
.star-img img {
    height: 8vw;
}

.title_ {
    text-align: center;
}
.title_ img {
    width: 75%;
}
.info-activity {
    margin-left: 9%;
    padding-top: 5rem;
}
.decs-container .info-activity {
    display: flex;
    align-items: center;
}
.title_ {
    color: rgb(249 211 80);
    font-size: 1.5vw;
    padding-bottom: .5vw;
    font-weight: 700;
}
.txt_ {
    color: rgba(255, 255, 255);
    font-size: 1vw;
    line-height: 1.5;
}

.footer-container {
    display: none;
}
  
  /* Centered text */

/* .qrcode {
    background-image: url("../images/pc/u-1.png");
    padding: 1.5vw;
    background-repeat: no-repeat;
    background-size: cover;
} */

.qrcode {
    background-image: url("../images/pc/img-6.png");
    /* background-size: 100% 100%; */
    padding: 1.2vw;
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    background-size: 100% 100%;
    height: 13.6vw;
}

.qr {
    padding: .8vw;
    width: 10vw;
    /* background: #ffffff; */
    
}
.qr img {
    width: 10vw !important;
    height: 10vw !important;
}

.cont {
    /* text-align: center; */
}
.cont img {
    width: 100%;
}
.qr-text {
    color: #ffffff;
    font-weight: 700;
    font-size: 1.2vw;
    text-align: center;
    padding-top: .5rem;
}

.ioss {
    width: 13%;
}
.icon_ {
    margin-left: 13%;
}
.icon_ img {
    width: 16%;
    margin-top: 5%;
}

@media screen and (max-width:870px) {
    .header {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 1.5vw 5vw 1.5vw;
    }
    .header .contact-container img {
        height: 4vw;
    }
    .header .contact-container a {
        margin-left: 1rem;
    }
    .header .logo img {
        height: 3rem;
    }
}