html, body {
  background: #000000; }

.lx-share-sticky {
  position: relative;
  width: fit-content;
  height: fit-content; }
  .lx-share-sticky__action {
    cursor: pointer;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.01);
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 900px) {
      .lx-share-sticky__action {
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center; } }
    .lx-share-sticky__action i {
      font-size: 28px;
      color: #FFFFFF; }
      @media screen and (max-width: 900px) {
        .lx-share-sticky__action i {
          margin-right: 0; } }
    @media screen and (max-width: 900px) {
      .lx-share-sticky__action span {
        margin-right: 0; } }
    .lx-share-sticky__action.with-text {
      width: fit-content;
      padding: 0 20px; }
      @media screen and (max-width: 900px) {
        .lx-share-sticky__action.with-text {
          padding: 0;
          width: 45px; } }
      .lx-share-sticky__action.with-text i, .lx-share-sticky__action.with-text svg {
        margin-right: 10px; }
        @media screen and (max-width: 900px) {
          .lx-share-sticky__action.with-text i, .lx-share-sticky__action.with-text svg {
            margin-right: 0; } }
      @media screen and (max-width: 900px) {
        .lx-share-sticky__action.with-text span {
          display: none; } }
  .lx-share-sticky__content {
    display: none;
    position: absolute;
    top: 65px;
    right: -20px;
    padding: 20px;
    min-width: 280px;
    width: fit-content;
    height: fit-content;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.1);
    background-color: #FFFFFF;
    z-index: 10; }
    .lx-share-sticky__content::after {
      content: '';
      height: 15px;
      width: 15px;
      position: absolute;
      background-color: #FFFFFF;
      top: -8px;
      right: 35px;
      border-top: rgba(0, 0, 0, 0.1) solid 1px;
      border-left: rgba(0, 0, 0, 0.1) solid 1px;
      transform: rotate(45deg); }
    .lx-share-sticky__content-head {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      margin-bottom: 20px; }
      .lx-share-sticky__content-head-title {
        color: #000;
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-top: 0; }
      .lx-share-sticky__content-head-number {
        color: #6B6B6A;
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: normal; }
        .lx-share-sticky__content-head-number .current {
          color: #000;
          font-size: 16px; }
    .lx-share-sticky__content-text {
      color: #000000;
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: 18px;
      /* 150% */
      margin-bottom: 20px; }
    .lx-share-sticky__content-auth {
      display: flex;
      align-items: center;
      gap: 20px; }
      .lx-share-sticky__content-auth button {
        position: relative;
        padding: 0;
        margin: 0;
        width: fit-content;
        height: fit-content;
        border: none;
        background: transparent;
        font-family: 'Plus Jakarta Sans', sans-serif;
        color: #000000;
        font-weight: 600;
        text-decoration: underline; }
        .lx-share-sticky__content-auth button:nth-child(2)::before {
          content: "";
          position: absolute;
          left: -10px;
          top: 50%;
          transform: translateY(-50%);
          width: 1px;
          height: 16px;
          background: #000000; }
    .lx-share-sticky__content-list {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px; }
      .lx-share-sticky__content-list.flex {
        display: flex;
        align-items: center;
        justify-content: center; }
      .lx-share-sticky__content-list-item {
        display: flex;
        align-items: center;
        justify-content: center; }
      .lx-share-sticky__content-list-btn {
        width: 100%;
        height: auto;
        background: transparent;
        border: 1px solid #6B6B6A;
        border-radius: 50px;
        padding: 4px 15px 4px 5px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        gap: 6px; }
        .lx-share-sticky__content-list-btn .icon {
          width: 25px;
          height: 25px;
          border: none;
          border-radius: 50px;
          display: flex;
          align-items: center;
          justify-content: center; }
          .lx-share-sticky__content-list-btn .icon i {
            font-size: 16px;
            color: #000000; }
        .lx-share-sticky__content-list-btn.text {
          background: transparent;
          border: 1px solid #6B6B6A;
          color: #000000;
          width: 45px;
          height: 45px;
          padding: 0;
          margin: 0;
          display: flex;
          align-items: center;
          justify-content: center; }
          .lx-share-sticky__content-list-btn.text.active {
            color: #FFFFFF;
            background-color: #6B6B6A; }
        .lx-share-sticky__content-list-btn.text-small {
          font-size: 14px; }
        .lx-share-sticky__content-list-btn.text-medium {
          font-size: 18px; }
        .lx-share-sticky__content-list-btn.text-large {
          font-size: 22px; }
    .lx-share-sticky__content-link {
      margin-top: 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 2px 2px 2px 10px;
      border-radius: 50px;
      border: 1px solid #CECECE;
      background: #F2F2F2;
      user-select: none;
      /* Prevent text selection */
      -webkit-user-select: none;
      /* Safari */
      -moz-user-select: none;
      /* Firefox */
      -ms-user-select: none;
      /* Internet Explorer/Edge */ }
      .lx-share-sticky__content-link span {
        display: block;
        width: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        user-select: none;
        /* Prevent text selection */
        -webkit-user-select: none;
        /* Safari */
        -moz-user-select: none;
        /* Firefox */
        -ms-user-select: none;
        /* Internet Explorer/Edge */
        color: #000000;
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal; }
      .lx-share-sticky__content-link button {
        cursor: pointer;
        width: fit-content;
        height: fit-content;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px 10px;
        margin-left: 5px;
        color: #FFFFFF;
        white-space: nowrap;
        border: 1px solid #CECECE;
        border-radius: 50px;
        background-color: #2E3442; }
        .lx-share-sticky__content-link button i {
          font-size: 18px;
          color: #FFFFFF; }
  .lx-share-sticky.active .lx-share-sticky__content {
    display: block; }

.lx-share {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: -1;
  transition: all .5s ease; }
  .lx-share-wrapper {
    position: fixed;
    top: unset;
    left: 0;
    right: 0;
    bottom: -100%;
    background: #FFFFFF;
    border-radius: 8px 8px 0 0;
    box-shadow: rgba(0, 0, 0, 0.15) 0px -4px 7px;
    box-sizing: border-box;
    overflow-y: scroll;
    z-index: -1;
    transition: all 1s ease; }
    @media screen and (min-width: 1024px) {
      .lx-share-wrapper {
        top: 50%;
        left: 50%;
        max-width: 560px;
        height: fit-content;
        border-radius: 8px;
        transform: translate(-50%, -50%); } }
  .lx-share.active {
    visibility: visible;
    opacity: 1;
    z-index: 1000000110; }
    .lx-share.active .lx-share-wrapper {
      bottom: -2px; }
  .lx-share-header {
    padding: 20px; }
    .lx-share-header__text h1 {
      color: var(--color-text);
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 20px;
      font-weight: 600;
      line-height: normal; }
    .lx-share-header__text p {
      margin-top: 10px;
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 14px;
      line-height: normal;
      color: var(--color-text); }
    .lx-share-header__action {
      position: absolute;
      right: 20px;
      top: 20px; }
      .lx-share-header__action button {
        background: transparent;
        border: none;
        padding: 0;
        line-height: 0;
        width: fit-content;
        height: fit-content; }
  .lx-share-content {
    padding: 10px 20px; }
  .lx-share-item {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E5E5E5; }
    .lx-share-item:first-child {
      padding-top: 0; }
    .lx-share-item:last-child {
      border-bottom: unset; }
    .lx-share-item__icon {
      width: 35px;
      height: 35px;
      border: 1px solid #E5E5E5;
      border-radius: 50px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .lx-share-item__icon i {
        font-size: 18px;
        color: var(--color-text); }
    .lx-share-item__text span {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 16px;
      color: var(--color-text); }

@media screen and (max-height: 650px) {
  .hwn-left-top {
    top: -10px; } }
.hwn-right {
  margin-top: 310px; }
  @media screen and (max-height: 650px) {
    .hwn-right {
      margin-top: 250px; } }
  .hwn-right-top {
    top: -35px; }
    @media screen and (min-width: 1440px) {
      .hwn-right-top {
        top: 5px; } }
  @media screen and (max-height: 650px) {
    .hwn-right-end {
      top: -50px; } }
.hwn-audio {
  right: 30px;
  z-index: 999; }
  @media screen and (min-width: 1600px) {
    .hwn-audio {
      right: calc((100vw - 1600px) / 2 + 80px); } }
.hwn-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100; }
.hwn-dec-tray-eye {
  top: 55%;
  right: -20px; }
.hwn-dec-lamp {
  width: 424px;
  height: 424px;
  left: 28%;
  bottom: 280px;
  background: white;
  border-radius: 50%;
  animation: lamp-flicker 1s ease-in-out infinite; }
.hwn-dec-victim {
  left: 33%;
  bottom: 330px; }
.hwn-dec-face {
  left: 45px;
  top: 477px; }
  .hwn-dec-face-inner {
    width: 150px;
    height: 200px; }
  .hwn-dec-face img {
    position: absolute;
    top: 0;
    max-height: 200px;
    transition: opacity 1.2s ease-in-out; }
    .hwn-dec-face img:nth-child(1) {
      opacity: 1; }
    .hwn-dec-face img:nth-child(2) {
      opacity: 0; }
.hwn-dec-window {
  width: fit-content;
  height: fit-content;
  top: auto;
  left: 20px;
  bottom: 685px; }
.hwn-dec-back {
  width: 100%;
  height: auto;
  top: 20px;
  left: 15px; }
.hwn-dec-frame {
  top: 30px;
  left: 30px; }
.hwn-dec-blood {
  width: 100%;
  height: 1600px;
  overflow-y: hidden;
  top: 40px; }
  .hwn-dec-blood-inner {
    left: 25px;
    top: -500px;
    animation: up-down 8s ease-in-out infinite; }
.hwn-dec-storm {
  top: 35px;
  left: 25px; }
.hwn-dec-window-frame {
  top: 40px;
  right: -25px; }
  .hwn-dec-window-frame img {
    width: 90%; }
.hwn-dec-left-hand {
  top: 40%;
  left: -80px;
  animation: opacity 4s ease-in-out infinite; }
.hwn-dec-right-hand {
  top: 46%;
  left: 0;
  animation: opacity 4s ease-in-out infinite;
  animation-delay: 1s; }
.hwn-dec-black-left {
  width: 110%;
  right: -80px;
  top: -80px;
  animation: up-down-hand-black 8s ease-in-out infinite; }
.hwn-dec-black-right {
  width: 110%;
  right: -220px;
  top: 12%;
  animation: up-down-hand-black 8s ease-in-out infinite;
  animation-delay: 1s; }
.hwn-dec-gray-left {
  width: 110%;
  right: -125px;
  top: 0;
  animation: up-down-hand-gray 6s ease-in-out infinite;
  animation-delay: 1.5s; }
.hwn-dec-gray-right {
  width: 110%;
  right: -250px;
  top: 0;
  animation: up-down-hand-gray 6s ease-in-out infinite;
  animation-delay: 2s; }
.hwn-dec-door-background {
  top: 0;
  right: 0; }
.hwn-dec-door-behind {
  width: 100%;
  top: 10%;
  right: -50px;
  z-index: -1;
  animation: jump-scare 6s ease-in-out infinite; }
.hwn-dec-door-front {
  top: 40px;
  right: 0; }
.hwn-dec-fork-eye {
  top: 0;
  right: 0; }
.hwn-dec-tv-front {
  top: 0;
  right: 0; }
.hwn-dec-tv-screen {
  max-width: 172px;
  bottom: 5px; }
.hwn-dec-tv-light {
  top: auto;
  bottom: -220px;
  right: -10px;
  width: 100%;
  animation: tv-flicker 1s infinite;
  animation-timing-function: steps(10, end); }
.hwn-wrapper {
  width: 100%;
  height: 100%;
  max-width: 1500px;
  margin: 0 auto;
  background: url("../images/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 75%;
  padding-bottom: 500px;
  overflow: hidden; }
  @media screen and (max-width: 1024px) {
    .hwn-wrapper {
      padding-bottom: 0;
      background: url("../images/mobile-background.jpg");
      background-repeat: no-repeat;
      background-size: cover; } }
.hwn-background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }
  .hwn-background img {
    width: 100%;
    height: 100%; }
.hwn-content p {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 16px;
  margin-bottom: 25px; }
.hwn-credit-list {
  list-style: none;
  padding-left: 0; }
.hwn-d-chair {
  animation: rocking-chair 5s ease-in-out infinite;
  transform-origin: center bottom; }

/* ganti background setiap frame */
@keyframes storm {
  0% {
    background-image: url("../images/storm-1.png"); }
  11% {
    background-image: url("../images/storm-2.png"); }
  22% {
    background-image: url("../images/storm-3.png"); }
  33% {
    background-image: url("../images/storm-4.png"); }
  44% {
    background-image: url("../images/storm-5.png"); }
  55% {
    background-image: url("../images/storm-6.png"); }
  66% {
    background-image: url("../images/storm-7.png"); }
  77% {
    background-image: url("../images/storm-8.png"); }
  88% {
    background-image: url("../images/storm-9.png"); }
  100% {
    background-image: url("../images/storm-1.png"); } }
@keyframes opacity {
  0% {
    opacity: 0.21; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.1; } }
@keyframes jump-scare {
  0% {
    right: -50px; }
  50% {
    right: 50px; }
  100% {
    right: -50px; } }
@keyframes up-down {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(550px); }
  100% {
    transform: translateY(0); } }
@keyframes up-down-hand-black {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(100px); }
  100% {
    transform: translateY(0); } }
@keyframes up-down-hand-gray {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(300px); }
  100% {
    transform: translateY(0); } }
@keyframes rocking-chair {
  0% {
    transform: rotate(3deg); }
  50% {
    transform: rotate(-3deg); }
  100% {
    transform: rotate(3deg); } }
@keyframes tv-flicker {
  0% {
    opacity: 0.8; }
  10% {
    opacity: 1; }
  20% {
    opacity: 0.3; }
  30% {
    opacity: 1; }
  40% {
    opacity: 0.7; }
  50% {
    opacity: 0.12; }
  60% {
    opacity: 1; }
  70% {
    opacity: 0.3; }
  85% {
    opacity: 1; }
  100% {
    opacity: 0.7; } }
@keyframes lamp-flicker {
  0% {
    opacity: 0.80;
    filter: blur(250px); }
  10% {
    opacity: 1;
    filter: blur(75px); }
  20% {
    opacity: 0.30;
    filter: blur(250px); }
  30% {
    opacity: 1;
    filter: blur(250px); }
  40% {
    opacity: 0.70;
    filter: blur(250px); }
  50% {
    opacity: 0.12;
    filter: blur(250px); }
  60% {
    opacity: 1;
    filter: blur(75px); }
  70% {
    opacity: 0.30;
    filter: blur(250px); }
  80% {
    opacity: 1;
    filter: blur(100px); }
  90% {
    opacity: 0.70;
    filter: blur(250px); }
  100% {
    opacity: 0.12;
    filter: blur(250px); } }

/*# sourceMappingURL=main.css.map */
