@font-face {
  font-family: "HVD Comic Serif Pro";
  src: url("subset-HVDComicSerifPro.woff2") format("woff2"),
    url("subset-HVDComicSerifPro.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "Arial", sans-serif;
  background-color: #000;
  overflow-x: hidden;
}
img {
  display: block;
}


.video {
  width: 100%;
  height: 1080px;
  overflow: hidden;
  position: absolute;
}
.video video {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
}
.container {
  width: 100%;
  height: 1080px;
  margin: 0 auto;
}
.container .down {
  width: 116px;
  height: 116px;
  background: url(../images/down.png) no-repeat;
  position: absolute;
  top: 840px;
  left: calc(50% - 68px);
  z-index: 5;
  animation: down 2s infinite ease-in-out;
}
.container .links {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 30px;
  left: calc(50% + 100px);
}
.container .links a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  margin: 0 10px;
  text-shadow: 0 0 10px #000;
}
.container .links a:hover {
  color: #fc0;
  text-decoration: underline;
}
.countdown {
  position: absolute;
  top: 567px;
  left: calc(50% - 218px);
}
.countdown .kkc-day,
.countdown .kkc-days,
.countdown .kkc-hours,
.countdown .kkc-hour,
.countdown .kkc-min,
.countdown .kkc-sec {
  color: #fff;
  font-size: 45px;
  font-family: "HVD Comic Serif Pro";
  width: 102px;
  position: relative;
  text-align: center;
}
.countdown .kkc-days:before {
  display: none;
}
.countdown .kkcountdown-box {
  display: flex;
  flex-wrap: wrap;
}
.countdown .kkcountdown-box .kkc-days-text,
.countdown .kkcountdown-box .kkc-hours-text,
.countdown .kkcountdown-box .kkc-min-text,
.countdown .kkcountdown-box .kkc-sec-text {
  position: absolute;
  color: #81818b;
  font-size: 14px;
  top: 54px;
}
.countdown .kkcountdown-box .kkc-days-text {
  left: 35px;
}
.countdown .kkcountdown-box .kkc-hours-text {
  left: 143px;
}
.countdown .kkcountdown-box .kkc-min-text {
  left: 239px;
}
.countdown .kkcountdown-box .kkc-sec-text {
  left: 343px;
}
.nav {
  width: 199px;
  height: 612px;
  background: url(../images/nav.png) no-repeat;
  position: fixed;
  top: calc(50% - 219px);
  left: 50px;
  z-index: 12;
}
.nav .n-h {
  height: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 25px;
}
.nav .n-h a {
  width: 60px;
  height: 60px;
  margin: 0 10px;
}
.nav .n-h a:hover {
  opacity: 0.5;
}
.nav .n-h a.tc {
  background: url(../images/ic-tc.png) no-repeat center 5px;
}
.nav .n-h a.dl {
  background: url(../images/ic-dl.png) no-repeat center 0px;
}
.nav .n-b {
  padding: 25px 15px 0 15px;
  list-style: none;
}
.nav .n-b li a {
  position: relative;
  height: 32px;
  display: block;
}
.nav .n-b li a:before {
  content: " ";
  width: 18px;
  height: 16px;
  background: url(../images/ic-li.png) no-repeat;
  position: absolute;
  top: 7px;
  left: 15px;
}
.nav .n-b li a:after {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50px 6px;
  opacity: 0.3;
}
.nav .n-b li a:hover:after,
.nav .n-b li a.active:after {
  opacity: 1;
}
.nav .n-b li a.event-1:after {
  background-image: url(../images/sk-1.png);
}
.nav .n-b li a.event-2:after {
  background-image: url(../images/sk-2.png);
}
.nav .n-b li a.event-3:after {
  background-image: url(../images/sk-3.png);
}
.nav .n-b li a.event-4:after {
  background-image: url(../images/sk-4.png);
}
.nav .n-b li a.event-5:after {
  background-image: url(../images/sk-5.png);
}
.nav .n-b li a.event-6:after {
  background-image: url(../images/sk-6.png);
}
.nav .n-b li a.event-7:after {
  background-image: url(../images/sk-7.png);
}
.nav .n-b li a.event-8:after {
  background-image: url(../images/sk-8.png);
}
.nav .n-b li a.event-9:after {
  background-image: url(../images/sk-9.png);
}
.nav .n-b li a.event-10:after {
  background-image: url(../images/sk-10.png);
}
.nav .n-b li a.event-11:after {
  background-image: url(../images/sk-11.png);
}
.nav .n-b li a.event-12:after {
  background-image: url(../images/sk-12.png);
}
.nav .n-b li a.event-13:after {
  background-image: url(../images/sk-13.png);
}
.nav .n-b li a.event-14:after {
  background-image: url(../images/sk-14.png);
}
.arrow {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
}
.arrow.active {
  opacity: 1;
  visibility: visible;
}
.arrow span {
  width: 87px;
  height: 119px;
  background: url(../images/arrow.png) no-repeat;
  position: fixed;
  z-index: 10;
  top: calc(50% - 60px);
  cursor: pointer;
  transition: all 0.2s ease;
}
.arrow span:hover {
  top: calc(50% - 70px);
}
.arrow .prev {
  left: calc(50% - 650px);
}
.arrow .next {
  left: calc(50% + 570px);
  transform: scaleX(-1);
}
a.trailer {
  position: absolute;
  top: 430px;
  left: calc(50% - 390px);
  z-index: 100;
}
a.trailer:before {
  content: " ";
  width: 115px;
  height: 135px;
  background: url(../images/trailer.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  animation: trailer 1s infinite ease;
}
a.trailer:after {
  content: " ";
  width: 95px;
  height: 42px;
  background: url(../images/txt-trailer.png) no-repeat;
  position: absolute;
  top: 129px;
  left: 10px;
}

.events {
  background: #000;
  position: relative;
  z-index: 15;
}
.events .event-1 {
  background: url(../images/evt-bg-1.jpg) no-repeat center top;
  min-height: 13066px;
  padding-top: 120px;
}
.info-container-1 {
  width: 100%;
  height: 1907px;
  background: url(../images/info/Info-2.jpg) no-repeat center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.info-container-2 {
  width: 100%;
  height: 2667px;
  background: url(../images/info/Info-3.jpg) no-repeat center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.info-container-3 {
  width: 100%;
  height: 1211px;
  background: url(../images/info/Info-4.jpg) no-repeat center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.info-container-4 {
  width: 100%;
  height: 1072px;
  background: url(../images/info/Info-5.jpg) no-repeat center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.info-container-5 {
  width: 100%;
  height: 1132px;
  background: url(../images/info/Info-6.jpg) no-repeat center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.info-container-6 {
  width: 100%;
  height: 1212px;
  background: url(../images/info/Info-7.jpg) no-repeat center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.info-container .youtube {
  margin: 0 auto;
}
@keyframes down {
  50% {
    transform: translateY(15px);
  }
}
@keyframes trailer {
  50% {
    transform: scale(0.9);
  }
} /*# sourceMappingURL=style.css.map */
