* {
    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/img-7.png");
    background-size: cover;
}
.container {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.logo-container {
    margin: 0;
    color: white;
    display: flex;
    align-items: center;
}
.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: .5vw 3vw .1vw;
}
.header .logo img {
    height: 8.5rem;
}
.logo {
    display: flex;
    align-items: center;
}
.logo-txt {
    margin-left: .5rem;
    display: grid;
}
.text-1 img {
    height: 2.5rem;
}
.text-2 img {
    height: 1.1vw;
    padding-top: .2rem;
}
.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.5rem;
    cursor: pointer;
}

.header .contact-container img {
    height: 2.7rem;
    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%;
}

.theme-content img {
    height: 90vh;
    right: 0;
}

.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: 80%;
}
.info-activity {
    margin-left: 9%;
    padding-top: 4rem;
}
.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-color: #ffffff;
    /* border-radius: 10px; */
}

.qr {
    padding: .5rem;
    width: 9rem;
    /* background: #ffffff; */
    
}
.qr img {
    width: 9rem !important;
    height: 9rem !important;
}

.cont {
    padding-left: 1%;
    text-align: left;
    display: grid;
}
/* .cont img {
    width: 100%;
} */
.txt-1 {
    width: unset;
    height: 1.9rem !important;
    padding-bottom: .5rem;
}
.txt-2 {
    /* padding-top: .7rem; */
    height: 1.1rem !important;
    width: unset;
}
.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%;
}
.android-img , .ios-img{
    height: 4rem;
    padding: 0 .5rem;
}

@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;
    }
     */
}