#logo {
  position: fixed;
  top: 13px;
  left: 24px;
  width: 210px;
  z-index: 20;
}
@media (max-width: 1024px) and (max-aspect-ratio: 1.1) {
  #logo {
    width: 180px;
    top: 13px;
    left: 24px;
  }
}
@media (max-width: 570px) {
  #logo {
    top: 7px;
    left: 8px;
    width: 120px;
  }
}
#logo img:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#background .bg-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#curtains {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 14;
  pointer-events: none;
}
@media (max-aspect-ratio: 3/2.5) {
  #curtains {
    display: none;
  }
}
#curtains .curtain-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#clouds {
  position: fixed;
  bottom: -10vw;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  z-index: 13;
  pointer-events: none;
}
@media (max-width: 1024px) and (max-aspect-ratio: 1.1) {
  #clouds {
    left: 70%;
    width: 260%;
  }
}
@media (max-width: 570px) {
  #clouds {
    bottom: -15vw;
  }
}
#clouds .cloud-img {
  width: 100%;
}
#clouds .cloud-img:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#castle {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 84vh;
  z-index: 12;
  aspect-ratio: 4/3;
}
@media (max-width: 1024px) and (max-aspect-ratio: 1.1) {
  #castle {
    height: auto;
    width: 120vw;
  }
}
@media (max-width: 570px) {
  #castle {
    aspect-ratio: 1/1.7;
    width: 95vw;
    top: 53%;
  }
}
#castle .castle-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
#castle .castle-inner .castle-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#castle .castle-inner .castle-img:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#castle .castle-inner #doors-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.single-door {
  position: absolute;
  height: 13vh;
  cursor: pointer;
}
.single-door .door-number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Almendra", serif;
  font-weight: 400;
  height: 28px;
  line-height: 0.5;
  font-style: normal;
  font-size: 35px;
  color: #fff;
}
@media (max-width: 570px) {
  .single-door .door-number {
    font-size: 20px;
    height: 14.6px;
  }
}
.single-door.door-1 {
  top: 59.5%;
  left: 70%;
  height: 18vh;
}
@media (max-width: 1024px) and (max-aspect-ratio: 1.1) {
  .single-door.door-1 {
    width: 13.4vw;
    height: auto;
  }
}
@media (max-width: 570px) {
  .single-door.door-1 {
    top: 56%;
    left: 70%;
    width: 20vw;
  }
}
.single-door.door-2 {
  bottom: 8%;
  left: 20%;
  height: 13vh;
  z-index: 13;
}
@media (max-width: 1024px) and (max-aspect-ratio: 1.1) {
  .single-door.door-2 {
    height: auto;
    width: 22.4vw;
    left: 10%;
    bottom: 12%;
  }
}
@media (max-width: 570px) {
  .single-door.door-2 {
    width: 33.4vw;
    left: 6%;
    bottom: 5%;
  }
}
.single-door.door-2 .door-number {
  transform: translate(-50%, 1%);
}
@media (max-width: 570px) {
  .single-door.door-2 .door-number {
    transform: translate(-50%, 45%);
  }
}
.single-door.door-3 {
  top: 68.7%;
  left: 16.2%;
  height: 9.8vh;
}
@media (max-width: 1024px) and (max-aspect-ratio: 1.1) {
  .single-door.door-3 {
    height: auto;
    width: 16.4vw;
  }
}
@media (max-width: 570px) {
  .single-door.door-3 {
    width: 24vw;
    top: 67.3%;
    left: 11.1%;
  }
}
@media (max-width: 768px) {
  .single-door.door-3 .door-number {
    transform: translate(-50%, -63%);
  }
}
.single-door.door-4 {
  top: 61.1%;
  left: 33.6%;
  height: 15.8vh;
}
@media (max-width: 1024px) and (max-aspect-ratio: 1.1) {
  .single-door.door-4 {
    height: auto;
    width: 11.9vw;
    top: 61.3%;
    left: 33.4%;
  }
}
@media (max-width: 570px) {
  .single-door.door-4 {
    width: 18.9vw;
    top: 51.2%;
    left: 42.8%;
  }
}
.single-door.door-5 {
  top: 50.8%;
  left: 18.7%;
  height: 13.9vh;
}
@media (max-width: 1024px) and (max-aspect-ratio: 1.1) {
  .single-door.door-5 {
    height: auto;
    width: 10.4vw;
    top: 50.6%;
  }
}
@media (max-width: 570px) {
  .single-door.door-5 {
    width: 15.2vw;
    top: 49.5%;
    left: 13.7vw;
  }
}
.single-door.door-6 {
  top: 42.8%;
  left: 48.2%;
  height: 13.9vh;
}
@media (max-width: 1024px) and (max-aspect-ratio: 1.1) {
  .single-door.door-6 {
    height: auto;
    width: 10vw;
    top: 42.8%;
    left: 48.2%;
  }
}
@media (max-width: 570px) {
  .single-door.door-6 {
    width: 15vw;
    top: 34.7%;
    left: 45.2%;
  }
}
@media (max-width: 768px) {
  .single-door.door-6 .door-number {
    transform: translate(-50%, -45%);
  }
}
@media (min-width: 1024px) {
  .single-door.locked:hover img {
    filter: brightness(0.8);
  }
  .single-door.unlocked:hover img {
    filter: drop-shadow(0 0 44.2px #fff);
  }
}
.single-door .door-img {
  height: 100%;
  width: auto;
  transition: filter 0.3s ease, opacity 0.3s ease;
}
@media (max-width: 1024px) and (max-aspect-ratio: 1.1) {
  .single-door .door-img {
    height: auto;
    width: 100%;
  }
}
.single-door .door-img.unlocked-img, .single-door .door-img.locked-img:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#deco-gifs-wrap {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
#deco-gifs-wrap.set-1 {
  opacity: 1;
}

.deco-gifs {
  position: fixed;
  width: 100px;
  z-index: 16;
}
.deco-gifs.deco-1 {
  top: 66%;
  right: 12%;
  width: 150px;
}
.deco-gifs.deco-2 {
  top: 44%;
  right: 20%;
  width: 126px;
}
.deco-gifs.deco-3 {
  top: 50%;
  left: 5%;
  width: 233px;
}
.deco-gifs.deco-4 {
  top: 39%;
  left: 16%;
  width: 106px;
}
.deco-gifs.deco-5 {
  top: 10%;
  right: 16%;
  width: 270px;
}
.deco-gifs.deco-6 {
  top: 0%;
  width: 441px;
}
.deco-gifs.deco-6.deco-6a {
  left: 10%;
}
@media (max-width: 1024px) and (max-aspect-ratio: 1.1) {
  .deco-gifs.deco-6.deco-6a {
    left: 0;
    width: 50%;
  }
}
.deco-gifs.deco-6.deco-6b {
  right: 10%;
}
@media (max-width: 1024px) and (max-aspect-ratio: 1.1) {
  .deco-gifs.deco-6.deco-6b {
    right: 0;
    width: 50%;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 1.1) {
  .deco-gifs.deco-desktop {
    display: none;
  }
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  pointer-events: none;
  mix-blend-mode: screen;
}
#overlay video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.item {
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.set-1 .item-2 {
  opacity: 0;
}
.set-1 .item-3 {
  opacity: 0;
}
.set-1 .item-4 {
  opacity: 0;
}
.set-1 .item-5 {
  opacity: 0;
}
.set-1 .item-6 {
  opacity: 0;
}
.set-1 .item-1 {
  opacity: 1;
}

.set-2 .item-1 {
  opacity: 0;
}
.set-2 .item-3 {
  opacity: 0;
}
.set-2 .item-4 {
  opacity: 0;
}
.set-2 .item-5 {
  opacity: 0;
}
.set-2 .item-6 {
  opacity: 0;
}
.set-2 .item-2 {
  opacity: 1;
}

.set-3 .item-1 {
  opacity: 0;
}
.set-3 .item-2 {
  opacity: 0;
}
.set-3 .item-4 {
  opacity: 0;
}
.set-3 .item-5 {
  opacity: 0;
}
.set-3 .item-6 {
  opacity: 0;
}
.set-3 .item-3 {
  opacity: 1;
}

.set-4 .item-1 {
  opacity: 0;
}
.set-4 .item-2 {
  opacity: 0;
}
.set-4 .item-3 {
  opacity: 0;
}
.set-4 .item-5 {
  opacity: 0;
}
.set-4 .item-6 {
  opacity: 0;
}
.set-4 .item-4 {
  opacity: 1;
}

.set-5 .item-1 {
  opacity: 0;
}
.set-5 .item-2 {
  opacity: 0;
}
.set-5 .item-3 {
  opacity: 0;
}
.set-5 .item-4 {
  opacity: 0;
}
.set-5 .item-6 {
  opacity: 0;
}
.set-5 .item-5 {
  opacity: 1;
}

.set-6 .item-1 {
  opacity: 0;
}
.set-6 .item-2 {
  opacity: 0;
}
.set-6 .item-3 {
  opacity: 0;
}
.set-6 .item-4 {
  opacity: 0;
}
.set-6 .item-5 {
  opacity: 0;
}
.set-6 .item-6 {
  opacity: 1;
}/*# sourceMappingURL=page_index.css.map */