* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}


body {
    width: 100%;
    box-sizing: border-box;
}
#canvas {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    background-image: url("../images/img-b-1.png");
    background-size: cover;
}

.container {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 0;
    background-image: url("../images/img-b-2.png");
    background-size: cover;
}
/* style animation  */
.scroll-animation {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    overflow: hidden;
  }
  .scroll-img img, .scroll-img-x img{
    height: 26%;
  }
  .scroll-img-x {
    animation: animationX1 45s linear infinite;
    }
  .scroll-img {
    animation: animationX2 45s linear infinite;
  }
  
  @keyframes animationX1 {
    0% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-45%);
    }
    40% {
        transform: translateX(-90%);
    }
    60% {
        transform: translateX(-135%);
    }
    80% {
        transform: translateX(-180%);
    }
    100% {
        transform: translateX(-135%);
    }
  }
  @keyframes animationX2 {
    0% {
        transform: translateX(-180%);
    }
    20% {
        transform: translateX(-135%);
    }
    40% {
        transform: translateX(-95%);
    }
    60% {
        transform: translateX(-45%);
    }
    80% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-45%);
    }
  }
.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: 2.8vw 3vw 4.2vw;
    padding-right: 8.2rem;
    z-index: 0;
}

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

.logo {
    display: flex;
    align-items: center;
}
.logo-txt {
    display: grid;
    margin-left: 2rem;
}

.txt-1 {
    height: 1.8rem !important;
    margin-bottom: .5rem;
}

.txt-2 {
    height: 1.6rem !important;
}

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

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

.header .contact-container img {
    height: 2.5vw;
    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: 60%;
    display: flex;
    flex-direction: column;
}

.theme-content {
    width: 40%;
    text-align: center;
    margin-left: 3.5rem;
    /* position: absolute; */
    bottom: 0;
    right: 0;
    z-index: 0;
}

.theme-content img {
    width: 75%;
}

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

.title {
    text-align: left;
    padding-left: 4.5rem;
    padding-right: 2rem;
}

.title img {
    width: 90%;
}

.info-activity {
    margin-left: 9%;
    padding-top: 5rem;
}

.decs-container .info-activity {
    display: flex;
    align-items: center;
}

.decs-qr-area {
    flex-direction: row;
    align-items: center;
    position: absolute;
    bottom: 4.5rem;
    width: 100%;
}
.decs-qr-area img {
    width: 70%;
}

.txt-qr {
    text-align: center;
    padding-bottom: .5rem;
}

.txt-qr img {
    width: 55%;
}

.qr-part {
    display: flex;
    width: 80%;
    margin: 0 auto;
}

.decs-qr-area .decs-text {
    color: white;
    line-height: 1.5;
}


.download {
    display: flex;
    flex-direction: column;
    line-height: 2;
    text-align: end;
    justify-content: center;
    margin-bottom: 1.7rem;
    margin-left: 5.5rem;
}

.ios-btn img,
.android-btn img {
    width: 60%;
    padding: .3rem;
}
.app-logo-ios{
    margin-bottom: 1rem;
}
.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 {
    margin-top: 1rem;
}
.qr {
    display: flex;
    justify-content: center;
    width: 15vw;
}

.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%;
}
/* style section pop and bottom img */
.section-img .pop-img{
    display: none;
  }
 .section-img .pop-img{
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(36, 36, 36, 0.575);
  }
   .section-img .pop-img .pop-content{
    position: fixed;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 22%;
  }
  .section-img .pop-img .pop-content img{
    width: 100%;
  }
  .section-img .pop-img .pop-content .close {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #C34DBB;
    color: white;
    font-size: 1rem;
    font-weight: bold;
    padding: 0.2rem 2rem;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    }
  .section-img .pop-img .pop-content .close img{
    margin-top: 1.5rem;
    width: 80%;
  }
@media screen and (max-width:870px) {
    .header .contact-container a {
        margin-left: 1rem;
    }

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