*{ padding: 0; margin: 0; border: 0;}
html,
body,
.wrap-container {
  width: 100%;
  height: 100%;
  background-color: black;
}
canvas, img, svg, video {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}
a {
  color: #999;
}
a:hover {
  color: #fff;
}
.z-index-10 {
  z-index: 10;
}
.uk-modal {
  background: rgba(0, 0, 0, 0.75);
}
.uk-modal-page {
  overflow-y: auto !important;
}
.header-wrap {
  background: #cce9f7 url(https://res.17996cdn.net/pixelheroes/images/p1-bg.jpg) no-repeat center top;
  background-size: cover;
  aspect-ratio: 16 / 9;
  max-width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
.logo-box {
  max-width: 320px;
  width: 16%;
  margin-left: auto;
  margin-top: 2%;
  margin-right: 3%;
}
.bg{
  z-index:50; 
  height: 100%; 
  width: 100%; 
  overflow: hidden; 
  position: absolute; 
  top: 0pt; 
  left: 0pt;  
  background-color: rgb(0 0 0 / 25%);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.uk-transition-toggle:hover .uk-transition-scale-up {
  transform: scale3d(1.051, 1.051, 1);
}
.share-link {
  max-width: 58px;
  width: 3.45%;
  position: absolute;
  top: 20%;
  right: 2%;
}
.slogn {
  max-width: 858px;
  width: 44%;
  margin-right: auto;
  margin-top: -4%;
  margin-left: 10%;
  
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  gap: 22px;
}
.uk-scrollspy-inview {
  font-family: Arial,'Franklin Gothic Medium', 'Arial Narrow', sans-serif;
  font-size: clamp(12px, 1rem, 24px);
  width: 79%;
  color: #374054;
  font-weight: bold;
  text-shadow: #eeebdc 2px 0 0, #eeebdc 0 2px 0, #eeebdc -2px 0 0, #eeebdc 0 -2px 0;
}
.uk-scrollspy-inview strong {
  font-size: clamp(16px, 1.5rem, 26px);
  display: inline-block;
  margin-bottom: 10px;
}
.slogn a {
  color: #0018e5;
}
.slogn a:hover {
  color: #bb2121;
}
.pre-bt{
  width: 36%;
  max-width: 280px;
  margin: 20px 0 0;
}
.alink-box a:hover {
  filter: brightness(.72);
  transition: .2s;
}
.alink-box {
  margin: 10px 0 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  gap: 2%;
  width: 65%;
  /* -webkit-animation: up_down 1800ms linear infinite;
  -moz-animation: up_down 1800ms linear infinite;
  -ms-animation: up_down 1800ms linear infinite;
  animation: up_down 1800ms linear infinite; */
}
.alink-box img {
  width: 100%;
  max-width: 180px;
}
.vod-play {
  width: 16%;
  max-width: 100px;
}
.title-background,
.title-background:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  aspect-ratio: 16 / 9;
}
.title-background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

.center {
  position: fixed;
  top: 45%;
  left: 50%;
  width:80%;
  max-width: 480px;
  height: 50%;
  font-size: 22px; text-align: center; line-height: 1.5;
-webkit-transform: translateX(-50%) translateY(-60%);
z-index: 999;
}
.text{ position: relative;
  top:50%;
  font-size: clamp(12px, 1rem, 16px);
  transform:translateY(-50%); background-color: #e5e4e4; display: inline-block; padding: 20px 30px;border-radius: 6px;
  text-align: left;
 p{
  margin-bottom: 15px;
  span{
    color: #f00;
  }
 }
 p a{
  display: inline-block;
  padding: 10px 38px;
  background-color: #e6c74c;
  color: #000;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
 }
}

.footer {
  background: rgba(0, 0, 0, 1);
  text-align: center;
  padding: 26px 0;
  color: #999;
  font-size: 14px;
  position: relative;
}
.footer span {
  padding: 0 40px 0 0;
}
.footer aside {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.footer a {
  margin: 0 10px;
}
@-webkit-keyframes up_down {
  0% {
    -webkit-transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0px);
  }
}

@-moz-keyframes up_down {
  0% {
    -moz-transform: translateY(0px);
  }

  50% {
    -moz-transform: translateY(10px);
  }

  100% {
    -moz-transform: translateY(0px);
  }
}

@-ms-keyframes up_down {
  0% {
    -ms-transform: translateY(0px);
  }

  50% {
    -ms-transform: translateY(10px);
  }

  100% {
    -ms-transform: translateY(0px);
  }
}

@keyframes up_down {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0px);
  }
}


@media (min-width: 1440px) {
.uk-scrollspy-inview {
  font-size: clamp(12px, 2.8vw, 24px);
}
.slogn {
  margin-top: -2%;
}
}
@media (max-width: 1024px) {
  
  .icon-image {
    max-width: 48%;
  }
  .logo-box {
    max-width: 320px;
    width: 36%;
    margin: 10px 58% 0 0;
}
  .header-wrap {
    background: #cce9f7 url(https://res.17996cdn.net/pixelheroes/images/p1-bg-m.jpg) no-repeat center top;
    background-size: cover;
    aspect-ratio: 9 / 16;
    min-height: 100%;
    max-width: 100%;
    text-align: center;
    display: flex;    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
  }
  .slogn {
    max-width: 100%;
    width: 90%;
    margin-right: auto;
    margin-top: 60%;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 22px;
  }
  .share-link {
    max-width: 58px;
    width: 6%;
    top: 2%;
    right: 2%;
  }
  .alink-box{
    margin: 12px 0% 2% 0;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .alink-box img {
    width: 100%;
  }
  .alink-box a {
    width: 100%;
    max-width: 320px;
    display: block;
  }
  .uk-scrollspy-inview {
     font-size: clamp(12px, .8rem, 24px);
    width: 100%;
      }
  .pre-bt{
    width: 60%;
    max-width: 280px;
    margin: 10px 0 0;
  }
  .footer aside {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .footer span {
    padding: 10px 0;
    display: block;
    width: 100%;
  }
  
}
