@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');

body {
  transition: all .6s ease-in;
  overflow-x: hidden;
}
body * {
  font-family: 'Poppins', sans-serif;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: hidden!important;
}
body.leave {
  transform: scale(4.5);
  overflow: hidden;
}
.menu-toggle {
  display: none;
  position: fixed;
  width: 100%;
  padding: 20px 60px 20px 20px;
  color: #fff;
  text-align: right;
  background: rgba(0,0,0,0.7);
}
.menu-toggle span {
  position: absolute;
  right: 20px;
  top: 19px;
  width: 27px;
  height: 3px;
  background: #fff;
}
.menu-toggle span:nth-child(2) {
  top: 26px;
}
.menu-toggle span:nth-child(3) {
  top: 33px;
}
/**
* Welcome Area
*/
.welcome {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/welcome-bg.jpg');
  background-size: 100% 100%;
}
.welcome a {
  display: block;
  transition: all .3s linear;
}
.welcome a .inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.welcome a .inner .more {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /** background: url('../images/search.svg') rgba(0,0,0,0.3); */
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
  transition: all .3s linear;
}
.welcome a:hover .inner .more {
  opacity: 1;
  visibility: visible;
}
.stage img,
.stage iframe,
.stands img,
.welcome img,
.welcome iframe,
.stand-detail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.info-link {
  position: absolute;
  left: 46%;
  top: 78%;
  width: 3%;
  height: 6%;
  background: transparent;
  border-radius: 100%;
}

/* Posters */
.welcome .poster {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 6.1%;
  height: 18.3%;
  transition: all .3s linear;
}
.welcome .poster:hover {
  transform: scale(1.35);
}
.welcome .poster:hover {
  box-shadow: 0px 0px 25px rgba(238, 238, 0, 0.5);
}
.welcome .poster-one {
  left: 29%;
  bottom: 2%;
}
.welcome .poster-two {
  left: 22.1%;
  bottom: 5%;
}
.welcome .poster-three {
  left: 15.1%;
  bottom: 8%;
}
.welcome .poster-four {
  left: auto;
  right: 29%;
  bottom: 2%;
}
.welcome .poster-five {
  left: auto;
  right: 22.1%;
  bottom: 5%;
}
.welcome .poster-six {
  left: auto;
  right: 15.1%;
  bottom: 8%;
}

/* Banners */
.welcome .banner {
  position: absolute;
  transition: all .3s linear;
}
.welcome .banner:hover {
  z-index: 5;
  box-shadow: 0px 0px 25px rgba(238, 238, 0, 0.5);
}
.welcome .banner:hover {
  transform: scale(1.35);
}
.welcome .banner-square {
  width: 6.8%;
  height: 10.9%;
  left: 10%;
  top: 58%;
}
.welcome .banner-square.right {
  width: 6.8%;
  height: 10.9%;
  left: auto;
  right: 10%;
  top: 58%;
}
.welcome .banner-big {
  left: 43.8%;
  top: 58%;
  width: 12.8%;
  height: 10.9%;  
}
.welcome .banner-small {
  left: 57.5%;
  top: 58%;
  width: 4.5%;
  height: 10.9%;  
}
.welcome .banner-small.left {
  left: 38.5%;
}
.welcome .banner-wide {
  width: 9.9%;
  height: 9.5%;
  left: 14%;
  top: 43.3%;
}
.welcome .banner-wide.right {
  width: 9.9%;
  height: 9.5%;
  left: auto;
  right: 14%;
  top: 43.3%;
}


/* Halls */
.welcome .hall {
  position: absolute;
  transition: all .3s 0s linear;
}
.welcome .hall.active {
  z-index: 6;
  transform: scale(3);
}
.welcome .hall.active .inner .more {
  background: url('../images/up-arrow.svg') transparent;
  background-size: 30px;
  background-position: 50% 50%;  
  background-repeat: no-repeat;  
  animation: upArrow .4s infinite alternate;
  -webkit-animation: upArrow .4s infinite alternate;  
}
.welcome .hall .inner .more {
  background: url('../images/up-arrow.svg') rgba(0,0,0,0.3);
  background-size: 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat;  
  animation: upArrow .4s infinite alternate;
  -webkit-animation: upArrow .4s infinite alternate;
}
@keyframes upArrow {
  0% {
    background-position: 50% 60%;
  }
  100% {
    background-position: 50% 40%;
  }
}
@-webkit-keyframes upArrow {
  0% {
    background-position: 50% 60%;
  }
  100% {
    background-position: 50% 40%;
  }
}
.welcome .hall:hover {
  box-shadow: 0px 0px 25px rgba(238, 238, 0, 0.5);
}
.welcome .hall01 {
  width: 8.8%;
  height: 10.7%;
  left: 25%;
  top: 43.3%;
}
.welcome .hall02 {
  width: 8.8%;
  height: 10.7%;
  right: 24.5%;
  top: 43.3%;
}
.welcome .hall03 {
  width: 8.4%;
  height: 10.7%;
  left: 28.5%;
  top: 58.6%;
}
.welcome .hall04 {
  width: 8.4%;
  height: 10.7%;
  left: auto;
  right: 28.5%;
  top: 58.5%;
}
.welcome .hall05 {
  width: 8.4%;
  height: 10.7%;
  left: 20%;
  top: 30.2%;
}
.welcome .hall06 {
  width: 8.4%;
  height: 10.7%;
  left: auto;
  right: 20%;
  top: 30.1%;
}
.welcome .hall07 {
  width: 16.5%;
  height: 11%;
  left: 42%;
  top: 42.5%;
}

/* Video */
.welcome .video {
  position: absolute;
  width: 15%;
  height: 14%;
  left: 42.8%;
  top: 25%;
}


/* Flags */
.welcome .flag {
  position: absolute;
  transition: all .3s linear;
}
.welcome .flag01 {
  width: 4.5%;
  height: 24%;
  left: 33.5%;
  top: 6%;  
}
.welcome .flag02 {
  width: 4.5%;
  height: 24%;
  left: 27%;
  top: 6%;  
}
.welcome .flag03 {
  width: 4.5%;
  height: 24%;
  left: 20.5%;
  top: 6%;  
}
.welcome .flag04 {
  width: 4.5%;
  height: 24%;
  right: 33.5%;
  top: 6%;  
}
.welcome .flag05 {
  width: 4.5%;
  height: 24%;
  right: 27%;
  top: 6%;  
}
.welcome .flag06 {
  width: 4.5%;
  height: 24%;
  right: 20.5%;
  top: 6%;  
}
.video-container{
  width:100%;
  height:100%;
  overflow:hidden;
  position:relative;
  background: #000;
}
.video-container iframe{
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: calc(100% + 120px);
}
.video-foreground{
  pointer-events:none;
}

/* Navigation */
.backdrop {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  padding: 20px;
  background: #000;
  z-index: 3;
  opacity: .7;
}
.navigation {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  right: 0;
  top: 0;
  width: 270px;
  height: 100vh;
  padding: 20px;
  background: #fff;
  z-index: 4;
  transform: translateX(100%);
  transition: all .3s linear;
}
.navigation ul,
.navigation li {
  list-style-type: none;
}
.navigation a {
  display: block;
  padding: 15px 7px;
  color: #444;
  font-size: 18px;
  text-decoration: none;
}
.navigation li ul {
  display: none;
}
.navigation li:hover ul {
  display: block;
}
.navigation li ul li {
  font-size: 14px;
  padding-left: 15px;
}
.navigation li ul li a {
  font-size: 14px;  
}
.navigation .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 25px;
  height: 25px;
  background-image: url('../images/close.svg');
  background-size: 25px;
  opacity: .5;
  cursor: pointer;
}
body.menu-active .navigation {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/**
* Stands
*/
.stands {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/stands-bg.jpg');
  background-size: 100% 100%;
}
.stands a {
  display: block;
  transition: all .3s linear;
}
.stands a {
  display: block;
  transition: all .3s linear;
}
.stands a .inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.stands a .inner .more {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  background: url('../images/search.svg') rgba(0,0,0,0.7);
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  transition: all .3s linear;
  border-radius: 100%;
}
.stands a:hover .inner .more {
  opacity: 1;
  visibility: visible;
}
.stand-banner {
  position: absolute;
  transition: all .3s linear;
  width: 7%;
  height: 18%;
}
.stand-banner:hover,
.stands .stand-lobby:hover {
  z-index: 5;
  box-shadow: 0px 0px 25px rgba(238, 238, 0, 0.5);
}
.stand-banner.stand-banner-one {
  left: 29.5%;
  top: 7%; 
}
.stand-banner.stand-banner-two {
  left: 47.5%;
  top: 7%; 
}
.stand-banner.stand-banner-three {
  right: 27.95%;
  top: 7%; 
}
.stands .stand-lobby {
  position: absolute;
  transition: all .3s linear;
  width: 7.5%;
  height: 14%;
  left: 47%;
  top: 27%;
  transition: all .3s linear;
}
.stands .stand-lobby .inner .more {
  background: url('../images/up-arrow.svg') rgba(0,0,0,0.7);
  background-size: 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;  
  animation: upArrow .4s infinite alternate;
  -webkit-animation: upArrow .4s infinite alternate;
}
.stands .stand-item {
  position: absolute;
  transition: all .3s linear;
}
.stands .stand-item .inner::after {
  content: attr(data-tooltip);
  background: #717171;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 11px;
  padding: 10px;
  width: 87%;
  margin-left: 0;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
  opacity: 0;
  visibility: hidden;
  transition: all .3s linear;
}
.stands .stand-item:hover .inner::after {
  opacity: 1;
  visibility: visible;
}
.stands .stand-item.stand-item-one {
  left: 24.7%;
  top: 37.8%;
  width: 10%;
  height: 15%;
}
.stands .stand-item.stand-item-two {
  left: 35.7%;
  top: 37.5%;
  width: 10%;
  height: 15%;
}
.stands .stand-item.stand-item-three {
  left: 46.2%;
  top: 37.5%;
  width: 10%;
  height: 15%;
}
.stands .stand-item.stand-item-four {
  left: 57.3%;
  top: 36.9%;
  width: 10%;
  height: 15%;
}
.stands .stand-item.stand-item-five {
  left: 67%;
  top: 37%;
  width: 10%;
  height: 15%;
}
.stands .stand-item.stand-item-six {
  left: 19.7%;
  top: 52%;
  width: 12%;
  height: 19%;
}
.stands .stand-item.stand-item-seven {
  left: 32.1%;
  top: 52%;
  width: 12%;
  height: 19%;
}
.stands .stand-item.stand-item-eight {
  left: 44.6%;
  top: 52%;
  width: 12%;
  height: 19%;
}
.stands .stand-item.stand-item-nine {
  left: 57.6%;
  top: 52%;
  width: 12%;
  height: 19%;
}
.stands .stand-item.stand-item-ten {
  left: 70.2%;
  top: 52%;
  width: 12%;
  height: 19%;
}
.stands .stand-item.stand-item-eleven {
  left: 14.7%;
  top: 70%;
  width: 13.7%;
  height: 24.2%;
}
.stands .stand-item.stand-item-twelve {
  left: 28.1%;
  top: 70%;
  width: 14.8%;
  height: 24.2%;
}
.stands .stand-item.stand-item-thirteen {
  left: 42.9%;
  top: 70%;
  width: 14.8%;
  height: 24.2%;
}
.stands .stand-item.stand-item-fourteen {
  left: 58%;
  top: 70%;
  width: 14.8%;
  height: 24.2%;
}
.stands .stand-item.stand-item-fifteen {
  left: 73.2%;
  top: 70%;
  width: 14.8%;
  height: 24.2%;
}

/*
* Stand Detail
*/
.stand-detail {
  position: relative;
  width: 100vw;
  height: 100vh;
}
.stand-detail.type01 {
  background-image: url('../images/stand01.jpg');
  background-size: 100% 100%;
}
.stand-detail.type02 {
  background-image: url('../images/stand02.jpg');
  background-size: 100% 100%;
}
.stand-detail.type03 {
  background-image: url('../images/stand03.jpg');
  background-size: 100% 100%;
}
.stand-detail.type04 {
  background-image: url('../images/stand04.jpg');
  background-size: 100% 100%;
}
.stand-detail .banner {
  position: absolute;
  transition: all .3s linear;
}
.stand-detail .banner .inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.stand-detail .banner .inner .more {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('../images/search.svg') rgba(0,0,0,0.3);
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
  transition: all .3s linear;
}
.stand-detail .banner:hover .inner .more {
  opacity: 1;
  visibility: visible;
}
.stand-detail .banner:hover {
  box-shadow: 0px 0px 25px rgba(238, 238, 0, 0.5);
}
.stand-detail.type01 .banner.banner-one {
  left: 39.3%;
  top: 1%;
  width: 26.8%;
  height: 16.2%;
}
.stand-detail.type01 .banner.banner-two {
  left: 68%;
  top: 1%;
  width: 26.8%;
  height: 16.2%;
}
.stand-detail.type01 .banner.banner-three {
  left: 7.8%;
  top: 21%;
  width: 13.5%;
  height: 38.2%;
}
.stand-detail.type01 .banner.banner-four {
  left: 22.2%;
  top: 23%;
  width: 11%;
  height: 30.2%;
}
.stand-detail.type01 .banner.banner-five {
  left: 34.5%;
  top: 25%;
  width: 10%;
  height: 26.2%;
}
.stand-detail.type01 .banner.banner-six {
  left: 51.9%;
  top: 29.85%;
  width: 10.82%;
  height: 10.4%;
}
.stand-detail.type01 .banner.banner-seven {
  left: 64.9%;
  top: 25.85%;
  width: 18.82%;
  height: 19.4%;
}
.stand-detail.type02 .banner.banner-one {
  left: 4%;
  top: 15%;
  width: 11.8%;
  height: 28.3%;
}
.stand-detail.type02 .banner.banner-two {
  left: 20.2%;
  top: 26.6%;
  width: 13.5%;
  height: 13.5%;
}
.stand-detail.type02 .banner.banner-three {
  left: 57%;
  top: 34%;
  width: 9.5%;
  height: 24%;
}
.stand-detail.type02 .banner.banner-four {
  left: 73.8%;
  top: 40.6%;
  width: 13.5%;
  height: 15.6%;
}
.stand-detail.type02 .banner.banner-five {
  left: 72.2%;
  top: 5%;
  width: 16.5%;
  height: 15.6%;
}
.stand-detail.type03 .banner.banner-one {
  left: 39%;
  top: 32%;
  width: 16.5%;
  height: 18%;
}
.stand-detail.type03 .banner.banner-two {
  left: 21%;
  top: 34%;
  width: 13.8%;
  height: 12.3%;
}
.stand-detail.type03 .banner.banner-three {
  left: 24%;
  top: 68%;
  width: 16%;
  height: 10%;
}
.stand-detail.type03 .banner.banner-four {
  left: 66.7%;
  top: 36.9%;
  width: 15%;
  height: 15%;
}
.stand-detail.type04 .banner.banner-one {
  left: 41%;
  top: 27%;
  width: 16.5%;
  height: 18%;
}
.stand-detail.type04 .banner.banner-two {
  left: 18.7%;
  top: 34.6%;
  width: 10.8%;
  height: 11%;
}
.stand-detail.type04 .banner.banner-three {
  left: 4%;
  top: 33%;
  width: 12%;
  height: 15%;
}
.stand-detail.type04 .banner.banner-four {
  right: 20.5%;
  top: 34.8%;
  width: 10.5%;
  height: 10.5%;
}
.stand-detail.type04 .banner.banner-five {
  right: 3%;
  top: 31.9%;
  width: 14%;
  height: 15%;
}
.stand-detail.type04 .banner.banner-six {
  right: 45.5%;
  top: 68%;
  width: 8.8%;
  height: 8.5%;
}

/**
* Stage
*/
.stage {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/stage.jpg');
  background-size: 100% 100%;  
}
.stage a {
  position: absolute;
  display: block;
  transition: all .3s linear;
}
.stage a .inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.stage a .inner .more {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('../images/search.svg') rgba(0,0,0,0.3);
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
  transition: all .3s linear;
}
.stage a:hover .inner .more {
  opacity: 1;
  visibility: visible;
}
.stage a:hover {
  box-shadow: 0px 0px 25px rgba(238, 238, 0, 0.5);
}
.stage .video {
  position: absolute;
  width: 34.4%;
  height: 34.4%;
  left: 32.8%;
  top: 32%;
}
.stage .banner.banner-one {
  left: 11.2%;
  top: 70.1%;
  width: 19.8%;
  height: 9%;
}
.stage .banner.banner-two {
  right: 10.3%;
  top: 70.1%;
  width: 19.8%;
  height: 9%;
}


@media screen and (orientation:portrait) {
  .rotate {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: #fff url('../images/rotate.gif');
    background-size: 60px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 10;
  }
  .welcome,
  .stands,
  .stand-detail,
  .stage {
    opacity: 0;
    visibility: hidden;
  }
  .menu-toggle {
    display: none;
  }
}

@media(max-width: 820px) {
  .welcome a .inner .more,
  .stand-detail .banner .inner .more {
    background-size: 20px;
  }
  .stands a .inner .more {
    background-size: 15px;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px;
  }
  .stands .stand-item .inner::after {
    display: none!important;
  }
  .video-foreground{
    pointer-events:unset;
  }  
}

@media screen and (orientation:portrait) and (max-width: 280px) {
  body.homepage {
    width: 100vw;
    height: 100vh;    
    background-image: url('../images/welcome-bg.jpg');
    background-size: cover;
    background-position: center;
  }
  body.stands-page {
    width: 100vw;
    height: 100vh;    
    background-image: url('../images/stands-bg.jpg');
    background-size: cover;
    background-position: center;
  }
  body.stand-detail01 {
    width: 100vw;
    height: 100vh;    
    background-image: url('../images/stand01.jpg');
    background-size: cover;
    background-position: center;    
  }
  body.stand-detail02 {
    width: 100vw;
    height: 100vh;    
    background-image: url('../images/stand02.jpg');
    background-size: cover;
    background-position: center;    
  }  
  body.stand-detail03 {
    width: 100vw;
    height: 100vh;    
    background-image: url('../images/stand03.jpg');
    background-size: cover;
    background-position: center;    
  }    
  body.stand-detail04 {
    width: 100vw;
    height: 100vh;    
    background-image: url('../images/stand04.jpg');
    background-size: cover;
    background-position: center;    
  }    
  body.page-stage {
    width: 100vw;
    height: 100vh;    
    background-image: url('../images/stage.jpg');
    background-size: cover;
    background-position: center;    
  }        
  .rotate {
    display: none!important;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: #fff url('../images/rotate.gif');
    background-size: 60px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .menu-toggle {
    display: block;
    z-index: 3;
  }
}
