@media (max-width: 1200px) {
  #socials {
    left: 0;
  }
}
.highlight {
  color: #fff200 !important;
}

.highlight2 {
  color: #95ffff !important;
}

html,
body {
  background: linear-gradient(to bottom, #015ce8 10%, #367cdc 20%, #285acb 50%, #0391dc 100%);
  color: #efefef;
}

#main {
  overflow: hidden;
}

#header .nav-logoLink img {
  content: url("/img/Event/20240501_HilifePoseidon/head-logo.png");
}
#header .nav-link {
  color: #2f54d8;
}

#footer::after {
  background: transparent;
}

.no-listyStyle {
  margin: 0;
  padding: 0;
}
.no-listyStyle li {
  list-style: none;
}

img {
  display: block;
  margin: 0 auto;
}

.wrapper {
  width: 100%;
  position: relative;
}

.fw-b {
  font-weight: bold !important;
}

.t-c {
  text-align: center !important;
}

.t-l {
  text-align: left !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-05 {
  margin-top: 0.5em !important;
}

.mt-1 {
  margin-top: 1em !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 1em !important;
}

.m-0 {
  margin: 0 !important;
}

.mx-a {
  margin-right: auto;
  margin-left: auto;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-05 {
  padding-top: 0.5em !important;
}

.pt-1 {
  padding-top: 1em !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.relative {
  position: relative;
}

.z2 {
  z-index: 2;
}

.d-block {
  display: block;
}

@media (max-width: 1000px) {
  .d-lg-none {
    display: none;
  }
}

/*==============*/
/* PAGE CONTENT */
.container {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1050px !important;
  width: 100%;
  margin: auto;
  position: relative;
}

.bg-area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 16em);
  width: 1920px;
  margin: 0 auto;
  overflow: visible;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: -5;
}
@media (max-width: 1000px) {
  .bg-area {
    width: 32em;
  }
}
.bg-area .repeat {
  flex: 1 1 auto;
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100% auto;
  position: relative;
  z-index: 1;
}
.bg-area img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}

.btn {
  font-size: 1em;
  display: flex;
  justify-content: center;
  outline: none;
  border: none;
  box-shadow: none;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  transition: filter 0.2s ease-out, box-shadow 0.2s;
}
#main-banner {
  width: 100%;
  position: relative;
  padding-top: 16em;
}
#main-banner .banner-img, #main-banner .dl-btn-container {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
#main-banner .banner-img {
  top: 1.5em;
  max-width: none;
}
@media (max-width: 1220px) {
  #main-banner .banner-img {
    max-width: 120%;
    left: -10%;
  }
}
#main-banner .dl-btn-container {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1050px !important;
  bottom: 0;
  z-index: 3;
}
#main-banner .dl-btn-container .btn {
  width: 8em;
  height: 3.6em;
  background-image: url("/img/Event/20240501_HilifePoseidon/btn-1.png");
  transition: background-image 0.2s;
}
#main-banner .dl-btn-container .btn-donwload {
  background-image: url("/img/Event/20240501_HilifePoseidon/btn-download_1.png?v");
}
#main-banner .dl-btn-container .btn-donwload:hover {
  background-image: url("/img/Event/20240501_HilifePoseidon/btn-download_2.png?v");
}
#main-banner .dl-btn-container .btn-yoeBuy {
  background-image: url("/img/Event/20240501_HilifePoseidon/btn-yoe_1.png");
}
#main-banner .dl-btn-container .btn-yoeBuy:hover {
  background-image: url("/img/Event/20240501_HilifePoseidon/btn-yoe_2.png");
}
section {
  width: 100%;
  position: relative;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  section {
    padding: 0 8px;
  }
}
section .container {
  padding: 0.8em 0.5em 0.6em 0.5em;
  border-radius: 0.5em;
  border: 4px solid #88b6fc;
  box-shadow: 0 0 7px 2px #90bfe7, inset 0 0 10px 2px #90bfe7;
  background: linear-gradient(to bottom, rgba(21, 0, 151, 0.6), rgba(61, 54, 196, 0.6) 50%, rgba(136, 109, 255, 0.8));
}
@media (max-width: 768px) {
  section .container {
    border-width: 2px;
    border-radius: 0.2em;
  }
}
section .c-title {
  margin: 0 auto 0.3em auto;
  position: relative;
  /* @media (max-width: 1000px) {
      width: 90%;
  } */
}
section p {
  color: #efefef;
  font-size: 0.6em;
  line-height: 1.5;
  margin-bottom: 0.5em;
  margin-top: 0;
}
section p strong {
  font-weight: bold;
}
@media (max-width: 768px) {
  section p {
    font-size: 0.62em;
  }
}
section a {
  color: #fff200;
  text-decoration: underline;
}
@media (max-width: 768px) {
  section .prize-date {
    width: 70%;
  }
}

.form {
  font-size: 1.1em;
}
.form .userData {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
.form .row-userChange {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5em;
}
.form .row-userChange .btn {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 50%;
  padding-bottom: 22%;
  /* &.btn-role {
      background-image: url($path + "btn-roleChange.png");

      &:hover {
          background-image: url($path + "btn-roleChange_2.png");
      }
  } */
}
.form .row-userChange .btn.btn-logout {
  background-image: url("/img/Event/20240501_HilifePoseidon/btn-logout.png");
}
.form .row-userChange .btn.btn-logout:hover {
  background-image: url("/img/Event/20240501_HilifePoseidon/btn-logout_2.png");
}
@media (max-width: 1000px) {
  .form .row-userChange {
    width: 100%;
  }
  .form .row-userChange .btn {
    width: 50%;
    padding-bottom: 23%;
  }
}
.form .btn-search {
  width: 50%;
  padding-bottom: 16%;
  margin-bottom: 0.4em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("/img/Event/20240501_HilifePoseidon/btn-serach.png");
  transition: background-image 0.2s;
}
.form .btn-search:hover {
  background-image: url("/img/Event/20240501_HilifePoseidon/btn-serach-2.png");
}
@media (max-width: 1000px) {
  .form .btn-search {
    width: 70%;
    padding-bottom: 20%;
  }
}

@media (max-width: 1000px) {
  #section-intro .gift-list {
    width: 75%;
  }
}

#section-gift .container {
  padding-left: 0;
  padding-right: 0;
}
#section-gift p {
  padding-left: 15px;
  padding-right: 15px;
}
#section-gift .prizeBox {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
#section-gift .prizeBox img {
  position: relative;
  z-index: 2;
}
#section-gift .prizeBox:nth-child(odd)::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  filter: blur(2px);
  background-color: rgba(100, 147, 255, 0.6);
  z-index: 1;
}
@media (max-width: 1000px) {
  #section-gift .prizeBox img {
    width: 88%;
  }
}

#section-process .thing-1 {
  width: 100%;
  top: 22%;
  position: absolute;
  z-index: 3;
}
#section-process .btn-go {
  width: 45%;
  padding-bottom: 17%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("/img/Event/20240501_HilifePoseidon/tab/btn-go-1.png");
  position: absolute;
  top: 0;
  right: 13%;
  z-index: 1;
}
#section-process .btn-go::after {
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("/img/Event/20240501_HilifePoseidon/tab/dec-hand-1.png");
  position: absolute;
  width: 20%;
  height: 100%;
  bottom: -1em;
  right: 0;
  z-index: 2;
  -webkit-animation: aniHand 1.4s infinite step-end;
          animation: aniHand 1.4s infinite step-end;
}
#section-process .btn-go:hover {
  filter: none;
  background-image: url("/img/Event/20240501_HilifePoseidon/tab/btn-go-2.png");
}
#section-process .btn-go:hover::after {
  background-image: url("/img/Event/20240501_HilifePoseidon/tab/dec-hand-2.png");
  -webkit-animation: none;
          animation: none;
}

@-webkit-keyframes aniHand {
  0% {
    background-image: url("/img/Event/20240501_HilifePoseidon/tab/dec-hand-1.png");
  }
  50% {
    background-image: url("/img/Event/20240501_HilifePoseidon/tab/dec-hand-2.png");
    transform: translateY(-5px);
  }
}

@keyframes aniHand {
  0% {
    background-image: url("/img/Event/20240501_HilifePoseidon/tab/dec-hand-1.png");
  }
  50% {
    background-image: url("/img/Event/20240501_HilifePoseidon/tab/dec-hand-2.png");
    transform: translateY(-5px);
  }
}
.tab-wrapper {
  position: relative;
}
.tab-wrapper .tab-btns {
  width: 97%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
.tab-wrapper .tab-btns .tab-btn {
  display: flex;
  transform: translateY(0.5em);
  height: 2.5em;
  transition: transform 0.2s;
  cursor: pointer;
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.tab-wrapper .tab-btns .tab-btn.type-yoe {
  width: 43.5%;
  background-image: url("/img/Event/20240501_HilifePoseidon/tab/tab-yoe.png");
}
.tab-wrapper .tab-btns .tab-btn.type-xin {
  width: 55%;
  background-image: url("/img/Event/20240501_HilifePoseidon/tab/tab-xin.png");
}
.tab-wrapper .tab-btns .tab-btn:hover {
  transform: translateY(0.3em);
  filter: brightness(0.9);
}
.tab-wrapper .tab {
  margin-top: 0;
  display: none;
  position: relative;
  z-index: 2;
}
.tab-wrapper .tab img {
  pointer-events: none;
}
.tab-wrapper #tab1 {
  position: absolute;
  opacity: 0;
}
.tab-wrapper #tab1:checked ~ .tab-btns > [for=tab1] {
  z-index: 1;
  cursor: default;
}
.tab-wrapper #tab1:checked ~ .tabs > [tab=tab1],
.tab-wrapper #tab1:checked ~ .tabs > [tab=tab1-1] {
  display: block;
}
.tab-wrapper #tab1:focus-visible ~ .tab-btns > [for=tab1] {
  outline: auto;
}
.tab-wrapper #tab2 {
  position: absolute;
  opacity: 0;
}
.tab-wrapper #tab2:checked ~ .tab-btns > [for=tab2] {
  z-index: 1;
  cursor: default;
}
.tab-wrapper #tab2:checked ~ .tabs > [tab=tab2] {
  display: block;
}
.tab-wrapper #tab2:focus-visible ~ .tab-btns > [for=tab2] {
  outline: auto;
}

#section-games .youtube-box {
  position: relative;
  display: table;
  z-index: 0;
  font-weight: 700;
  max-width: 86%;
  margin: 2.75em auto 0.75em;
  color: #192873;
}
#section-games .youtube-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  filter: drop-shadow(0 0 0.25em rgba(0, 0, 102, 0.5));
  -o-border-image: url("/img/Event/20240501_HilifePoseidon/youtube-border.png") 270 310 95 fill/4.5em 4.6em 1.5em/3.5em 1.8em 0.3em;
     border-image: url("/img/Event/20240501_HilifePoseidon/youtube-border.png") 270 310 95 fill/4.5em 4.6em 1.5em/3.5em 1.8em 0.3em;
  pointer-events: none;
}
#section-games .youtube-box .video {
  display: block;
  width: 14.4em;
  height: 8.1em;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1000px) {
  #section-games .youtube-box .video {
    height: 7em;
  }
}
#section-games .boxing-box {
  max-width: 97%;
  border: 5px solid #fff;
  border-radius: 3px;
  box-shadow: 0 0 6px #fff, 0 0 15px 8px #5dc3ff;
  position: relative;
  margin-top: 0.3em;
  transition: filter 0.2s, box-shadow 0.2s;
}
#section-games .boxing-box:hover {
  filter: brightness(1.1);
  box-shadow: 0 0 20px #fff, 0 0 22px 8px #5dc3ff;
}
@media (max-width: 1000px) {
  #section-games .boxing-box {
    border-width: 2px;
    max-width: 100%;
  }
}
#section-games .boxing-box::after {
  content: "";
  background-image: url("/img/Event/20240501_HilifePoseidon/tab-unboxing.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 4em;
  height: 1em;
  display: block;
  position: absolute;
  top: -0.3em;
  left: 0;
  z-index: 2;
}

#rules .bg-area {
  height: 116%;
}
#rules ul,
#rules ol {
  font-size: 0.5em;
  text-align: justify;
  padding-left: 2em;
  padding-right: 1em;
  margin: 0 auto;
}
#rules ul li,
#rules ol li {
  margin-bottom: 0.6em;
  position: relative;
}
@media (max-width: 768px) {
  #rules ul,
#rules ol {
    font-size: 0.6em;
  }
}

.side-container {
  position: fixed;
  left: 50%;
  transform: translate(-50%);
  top: 2.25em;
  z-index: 5;
  pointer-events: none;
  width: 100%;
  max-width: 26em;
  opacity: 1;
}
.side-container .side-btn {
  pointer-events: all;
  display: block;
  margin-left: auto;
  margin-right: 0.25em;
  width: 3.15em;
  opacity: 1;
  transition: opacity 0.5s;
}
@media (max-width: 1200px) {
  .side-container .side-btn {
    opacity: 0;
    pointer-events: none;
  }
}

/* ==================== */
/* JS ANIMATION CLASSES */
@-webkit-keyframes btnPlay {
  0% {
    background-image: url("/img/Event/20240501_HilifePoseidon/btn-download_1.png?v");
  }
  50% {
    background-image: url("/img/Event/20240501_HilifePoseidon/btn-download_2.png?v");
  }
}
@keyframes btnPlay {
  0% {
    background-image: url("/img/Event/20240501_HilifePoseidon/btn-download_1.png?v");
  }
  50% {
    background-image: url("/img/Event/20240501_HilifePoseidon/btn-download_2.png?v");
  }
}
.fade-scale {
  transform: scale(1.5) translateY(-3em);
  opacity: 0;
  transition: opacity 0.8s, transform 0.4s ease-out;
}
.fade-scale.faded {
  transform: scale(1);
  opacity: 1;
}

.fade-down {
  transform: translateY(-3em);
  opacity: 0;
  transition: opacity 1s, transform 0.6s ease-out;
}
.fade-down.faded {
  transform: none;
  opacity: 1;
}

.fade-up {
  transform: translateY(2em);
  opacity: 0;
  transition: opacity 0.6s, transform 0.6s ease-out;
}
.fade-up.faded {
  transform: none;
  opacity: 1;
}

.fade-in {
  opacity: 0;
  transition: opacity 1.6s;
}
.fade-in.faded {
  opacity: 1;
}

.fade-left {
  opacity: 0;
  transform: translateZ(0) translateX(-100px);
  transition: opacity 1s, transform 1s;
}
.fade-left.faded {
  opacity: 1;
  transform: translateZ(0) translateX(0);
}

.fade-right {
  opacity: 0;
  transform: translateZ(0) translateX(100px);
  transition: opacity 1s, transform 1s;
}
.fade-right.faded {
  opacity: 1;
  transform: translateZ(0) translateY(0);
}

.d2 {
  transition-delay: 0.2s;
}

.d3 {
  transition-delay: 0.3s;
}

.d4 {
  transition-delay: 0.4s;
}

.d5 {
  transition-delay: 0.5s;
}

.d6 {
  transition-delay: 0.6s;
}/*# sourceMappingURL=main.css.map */