* {
  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("../image/desktop/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: 2rem 4.5rem 0;
  position: relative;
}

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

.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;
  cursor: pointer;
  margin-right: 0.5rem;
}

.header .contact-container img {
  height: 2.8rem;
  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: right;
  margin-right: 5rem;
}

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

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

.titlee {
  text-align: center;
  margin-bottom: 2rem;
}

.titlee img {
  width: 90%;
}

.decs-container .info-activity {
  display: flex;
  width: fit-content;
  margin-left: 4rem;
}

.tip-desc img {
  height: 5vw;
}

.title_ a,
.txt_ a {
  display: block;
}
/* .txt_ {
  margin-bottom: 1.5rem;
} */

.title_ img,
.txt_ img {
  height: 4.5vw;
  margin-bottom: 1.5rem;
}

.txtt img {
  height: 4rem;
}

.footer-container {
  display: none;
}

/* Centered text */

.cont {
  margin-left: 2rem;
}

.qrcode {
  background-image: url("../image/desktop/qr.png");
  /* padding: 1rem; */
  background-size: 100% 100%;
  height: 16vw;
}

#qr {
  padding: 0.8rem;
}

#qr img {
  width: 12vw !important;
  height: 12vw !important;
}

.ioss {
  width: 13%;
}

.icon_ {
  margin-left: 13%;
}

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


@media screen and (max-width:1200px) {

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

  .qr {
    padding: 1.2rem;
  }

  .txtt img {
    height: 3rem;
  }

  .qrcode {
    height: 18vw;
  }
}