/* .world--1n {
    top: 44.2%;
    left: 31.5%;
 } */

.world--1 {
   top: 34%;
   left: 20%;
   width: 12%;
   z-index: 2;
}

.world--1.unlocked {
   animation: beat 2.6s 1.6s ease-in-out infinite;
}

.world--2 {
   top: 44.1%;
   left: 7.6%;
   width: 25.2%;
   z-index: 4;
}

.world--2.locked {
   clip-path: polygon(0 8%, 80% 8%, 80% 100%, 0 100%);
   border-radius: 0 80% 0 0;
   overflow: hidden;
}

.world--2.unlocked {
   animation: beat 2.6s 1.6s ease-in-out infinite;
   transform-origin: center top;
}

.world--2.change {
   clip-path: polygon(0 12%, 77% 12%, 80% 100%, 0 100%);
   border-radius: 0 65% 0 0;
   overflow: hidden;
}

/* .world--2n {
    top: 18.6%;
    left: 43.4%;
 } */

.world--3 {
   top: 51%;
   left: 55%;
   width: 25%;
   z-index: 1;
}

.world--3.locked {
   opacity: 0;
}

/* .world--3n {
    top: 46.7%;
    left: 56%;
 } */

.world--4 {
   top: 46%;
   left: 51%;
   width: 8.3%;
   z-index: 3;
}

/* .world--4n {
    top: 46.8%;
    left: 83.6%;
 } */

.world--3.win .world--1.world__img,
.world--3.win .world--2.world__img {
   opacity: 0;
}

/* .cable {
   position: absolute;
} */