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


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

/**
* Stage
*/
.stage {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/stage.jpg');
  background-size: 100% 100%;
}
.page-stage--alternate .stage {
  background-image: url('../images/stage02.jpg');
  background-size: 100% 100%;
}
.stage a,
.stage .video {
  position: absolute;
  display: block;
  transition: all .3s linear;
}
.stage a .inner,
.stage .video .inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.stage a .inner .more,
.stage .video .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 {
  left: 11.2%;
  top: 20.5%;
  width: 10%;
  height: 34%;
}
.stage .banner.banner-three {
  right: 11.2%;
  top: 20.5%;
  width: 10%;
  height: 34%;
}
.page-stage--alternate .video {
  position: absolute;
  width: 44%;
  height: 51%;
  left: 28%;
  top: 22%;
}
.page-stage--alternate .banner.banner-one {
  left: 9.3%;
  top: 70.1%;
  width: 13.5%;
  height: 9%;
}

.modal {
  overflow: visible!important;
}
.embedded-chat {
  width: 100%!important;
}
.buttons {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  justify-content: center;
  text-align: center;
  display: flex;
}
.buttons a {
  display: block;
  width: 60px;
  height: 50px;
  color: #fff;
  margin: 0 2px;
  font-size: 18px;
  text-align: center;
  line-height: 55px;
  background: #cc1010;
  border-radius: 3px 3px 0 0;
  transition: all .3s linear;
}
.buttons a:hover {
  background: #a50b0b;
}

@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;
  }
}
