* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.desktop {
    display: block;
}

.wrap-body {
    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.5rem 4rem 0;
    position: relative;
}

.header .logo img {
    height: 5.5rem;
}

.logo {
    display: block;
}

.logo_mb {
    display: none;
}

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

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

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

.main-mb {
    display: none;
}

.title-container {
    width: 50%;
    display: flex;
    margin-top: 8%;
}

.theme-content {
    width: 50%;
    text-align: center;
    position: relative;
}

.imgg {
    height: 90vh;
}

.img-affect {
    
}
.aff-1 {
    position: absolute;
    top: 2.5%;
    left: 15%;
    height: 6.5rem;
    animation: light-0004e0c2 2s ease-in-out infinite alternate;
}
.aff-2 {
    position: absolute;
    top: 2.5%;
    right: 15%;
    height: 6.5rem;
    animation: light-0004e0c2 2s ease-in-out infinite alternate;
}

.aff-3 {
    position: absolute;
    top: 32%;
    left: 3%;
    height: 6.5rem;
    animation: light-0004e0c2 2s ease-in-out infinite alternate;
}

.aff-4 {
    position: absolute;
    top: 28%;
    right: 8%;
    height: 6.5rem;
    animation: light-0004e0c2 2s ease-in-out infinite alternate;
}

.aff-5 {
    position: absolute;
    bottom: 13%;
    left: 3%;
    height: 6.5rem;
    animation: light-0004e0c2 2s ease-in-out infinite alternate;
}

.aff-6 {
    position: absolute;
    bottom: 18%;
    right: 5%;
    height: 6.5rem;
    animation: light-0004e0c2 2s ease-in-out infinite alternate;
}

@keyframes light-0004e0c2 {
    0% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

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

.titlee {
    text-align: center;
}

.titlee img {
    width: 90%;
}

.info-activity {
    margin-left: 9%;
}

.decs-container .info-activity {
    display: flex;
    align-items: center;
    margin-top: 4%;
}



.title_ a,
.txt_ a {
    display: block;
}

.title_ img,
.txt_ img,
.txtt img {
    height: 4.8rem;
}

/* .txtt img {
    height: 4rem;
} */

.footer-container {
    display: none;
}

/* Centered text */

.qrcode {
    background-color: #ffffff;
    border-radius: 1rem;
}

.qr {
    padding: .8rem;
}

.qr img {
    width: 12.5rem !important;
    height: 12.5rem !important;
}

.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%;
}

.cont {
    margin-left: 1rem;
}

.uc-txt {
    text-align: center;
    padding-top: 3rem;
}

.uc-txt img {
    height: 3rem;
}

