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

body {
  height: 100vh; /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
  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;
}
.modal {
  overflow: visible!important;
}
#embedWidget,
#embedWidget * {
  max-height: 450px!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/bg-welcome.jpg');
  background-size: 100% 100%;
}
.welcome a {
  display: block;
  transition: all .3s linear;
}
.welcome a .inner,
.stand-detail a .inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.welcome a .inner .more,
.stand-detail a .inner .more {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
  transition: all .3s linear;
}
.stand-detail a .inner .more {
  background: url('../images/search.svg') rgba(0,0,0,0.3);
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
}
.welcome a:hover .inner .more,
.stand-detail a:hover .inner .more {
  opacity: 1;
  visibility: visible;
}
.stage img,
.stage iframe,
.stands img,
.welcome img,
.banner 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 */
.stand-detail .banner {
  position: absolute;
  transition: all .3s linear;
}
.stand-detail .banner:hover {
  z-index: 5;
  box-shadow: 0px 0px 25px rgba(238, 238, 0, 0.5);
}
.stand-detail .banner img {
  width: 100%;
  height: 100%;
}


/* 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: 22.4%;
  height: 17%;
  left: 37.5%;
  top: 17%;
}
/* Video */
.welcome .video {
  position: absolute;
  width: 15%;
  height: 15.5%;
  left: 41.8%;
  top: 1%;
}


/* Flags */
.welcome .flag {
  position: absolute;
  transition: all .3s linear;
}
.welcome .flag01 {
  width: 5%;
  height: 22%;
  left: 10.5%;
  top: 0%;
}
.welcome .flag02 {
  width: 5%;
  height: 22%;
  right: 13.5%;
  top: 0%;
}
.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
*/
.stand-detail {
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: all .7s .1s ease-in;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-size: 100% 100%;
}
.stand-detail.detail01 {
  background-image: url('../images/stand1.jpg');
}
.stand-detail.detail02 {
  background-image: url('../images/stand2.jpg');
}
.stand-detail.detail03 {
  background-image: url('../images/stand3.jpg');
}
.stand-detail.detail04 {
  background-image: url('../images/stand4.jpg');
}
.stand-detail.detail05 {
  background-image: url('../images/stand5.jpg');
}
.stand-detail .buttons {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  justify-content: center;
  text-align: center;
  display: flex;
}
.stand-detail .buttons a {
  display: block;
  width: 60px;
  height: 50px;
  color: #fff;
  margin: 0 2px;
  font-size: 18px;
  text-align: center;
  line-height: 55px;
  background: #0063ff;
  border-radius: 3px 3px 0 0;
  transition: all .3s linear;
}
.stand-detail .buttons a:hover {
  background: #0654d0;
}
.stand-detail.active {
  z-index: 1;
  opacity: 1;
  visibility: visible;
}
.stand-detail .banner01 {
  width: 24.8%;
  height: 25%;
  left: 30.1%;
  top: 6.5%;
}
.stand-detail .bannermini01 {
  width: 4.2%;
  height: 8%;
  left: 27.7%;
  top: 61%;
  transform: skew(-2deg, 1deg);
}
.stand-detail .bannermini02 {
  width: 4.2%;
  height: 8%;
  left: 27.7%;
  top: 70.3%;
  transform: skew(-2deg, 1deg);
}
.stand-detail .bannermini03 {
  width: 4.2%;
  height: 8%;
  left: 27.7%;
  top: 79.5%;
  transform: skew(-2deg, 1deg);
}
.stand-detail .chat {
  width: 5%;
  height: 8%;
  left: 76%;
  top: 53%;
}
.stand-detail .info {
  width: 5%;
  height: 8%;
  left: 29.6%;
  top: 35%;
}
.stand-detail .back {
  width: 5%;
  height: 8%;
  left: 60%;
  top: 35%;
}
.welcome .stand {
  position: absolute;
  transition: all .3s 0s linear;
}
.welcome .stand01 {
  width: 19%;
  height: 27%;
  left: 6%;
  top: 45%;
}
.welcome .stand02 {
  width: 19%;
  height: 27%;
  left: 22.5%;
  top: 45%;
}
.welcome .stand03 {
  width: 19%;
  height: 27%;
  left: 38.5%;
  top: 45%;
}
.welcome .stand04 {
  width: 19%;
  height: 27%;
  left: 54.5%;
  top: 45%;
}
.welcome .stand05 {
  width: 19%;
  height: 27%;
  left: 73%;
  top: 45%;
}
.documents ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.embedded-chat {
  width: 100%!important;
}
.documents ul li {
  flex: 0 0 49%;
  max-width: 49%;
  margin-bottom: 10px;
}
.documents ul li img {
  width: 100%;
}

@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/bg-welcome.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;
  }
}
