* {
  font-size: 1.5rem;
  font-family: Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

body {
  margin: 2%;
  background-color: rgb(255, 249, 238);
  overflow: hidden;
}

.title {
  font-size: 1rem;
  text-align: center;
  position: absolute;
  top: 1rem;
  left: 1rem;
  color: rgb(61, 58, 53);
  opacity: 0.3;
}

.next {
  font-size: 1rem;
  text-align: center;
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: rgb(61, 58, 53);
  opacity: 0.3;
  z-index: 10;
  text-decoration: none;
}

.next:hover {
  opacity: 0.6;
}

a {
  text-decoration: none;
}

.cell-box {
  display: flex;
  position: absolute;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10%;
}

.cell-inner-box {
  display: flex;
  /* position: absolute; */
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  /* background-color: royalblue; */
  width: 100%;
  height: 100%;
  flex-shrink: 2;
}
.cell-inner-box.i1 {
  flex-shrink: 1.7;
}

.cell {
  background-color: rgb(61, 58, 53);
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  transition: 0.2s;
  transition-timing-function: ease-in-out;
  flex-shrink: 2;
  opacity: 0.9;
}
.cell.c1 {
  background-color: rgb(95, 93, 90);
}
.cell.c2 {
  flex-shrink: 1.5;
  background-color: rgb(59, 51, 45);
}
.cell.c4 {
  background-color: rgb(66, 65, 63);
}
.cell.c5 {
  flex-shrink: 1.5;
  background-color: rgb(94, 89, 89);
}

.cell:hover {
  border-radius: 0rem;
  opacity: 1;
}

.cell:active {
  transform: scale(0.9);
  border-radius: 3rem;
}

.cell:focus {
  transform: perspective(10rem) rotateX(100deg) rotateY(80deg) rotateZ(20deg);
  opacity: 0.5;
  flex-shrink: 1;
  pointer-events: none;
}
.cell:focus.small {
  transform: perspective(10rem) rotateX(100deg) rotateY(80deg) rotateZ(20deg) scale(5);
}
.cell:focus.left {
  transform: perspective(10rem) rotateX(-100deg) rotateY(-80deg) rotateZ(-20deg) scale(1);
}

.C02.circle {
  border-radius: 50%;
  position: absolute;
  display: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 100px;
  height: 80vh;
  width: 80vh;
  background-color: rgb(199, 171, 171);
  opacity: 0.5;
  z-index: -10;
  transition: 0.4s;
}
.C02.circle:hover {
  opacity: 0.3;
  transform: scale(1.1);
}
.C02.frame {
  top: 0;
  left: 0;
  position: absolute;
  height: 100vh;
  width: 100vw;
  background-color: rgb(255, 255, 255);
  z-index: -1;
  display: flex;
  padding-left: 70px;
  gap: 70px;
  transform: perspective(500px) rotateX(30deg) rotateY(10deg) rotateZ(10deg) scaleY(3) scaleX(0.5) translateX(300px) translate3d(0, -350px, 0);
}
.C02.vert {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  background-color: gray;
  flex-shrink: 5;
  transition: 0.5s;
}
.C02.vert.a {
  background-color: rgb(255, 114, 79);
}
.C02.vert.b {
  background-color: rgb(238, 229, 144);
}
.C02.vert.c {
  background-color: rgb(168, 132, 125);
}
.C02.vert.d {
  background-color: rgb(255, 146, 146);
}
.C02.vert.e {
  background-color: rgb(214, 172, 130);
}
.C02.vert:hover {
  transform: scaleX(1.1);
}
.C02.slice {
  flex-shrink: 5;
  height: 100%;
  width: 100%;
  transition: 1s ease-out;
}
.C02.slice.top.a {
  flex-shrink: 5;
  background-color: rgba(255, 229, 229, 0.466);
}
.C02.slice.top.b {
  flex-shrink: 1;
  background-color: rgba(177, 150, 109, 0.466);
}
.C02.slice.top.c {
  flex-shrink: 2;
  background-color: rgba(177, 109, 109, 0.466);
}
.C02.slice.top.d {
  flex-shrink: 0.5;
  background-color: rgba(255, 245, 203, 0.466);
}
.C02.slice.top.e {
  flex-shrink: 1.3;
  background-color: rgba(255, 197, 197, 0.466);
}
.C02.slice:hover {
  flex-shrink: 0 !important;
}

.C03 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgb(126, 77, 77);
  z-index: -10;
}
.C03 .circle-grid {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  justify-content: center;
  align-items: center;
}
.C03 .circle-grid .circle {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: rgb(79, 255, 196);
  transform: scale(2.4);
  mix-blend-mode: multiply;
  transition: 1s;
}
.C03 .circle-grid .circle.a {
  background-color: rgb(255, 79, 79);
}
.C03 .circle-grid .circle.b {
  background-color: rgb(255, 255, 255);
  mix-blend-mode: normal;
}
.C03 .circle-grid .circle.b:hover {
  scale: 1.9;
}
.C03 .circle-grid .circle.b:hover + .c {
  scale: 1.9;
  opacity: 0;
}
.C03 .circle-grid .circle.c {
  background-color: rgb(79, 79, 255);
  pointer-events: none;
}

.C04 {
  cursor: crosshair;
}
.C04 .desc {
  position: absolute;
  margin: auto;
  left: 5vw;
  opacity: 0.3;
  transition: 1s;
}
.C04 .desc:hover {
  opacity: 1;
  transform: translatex(10px);
}
.C04 .desc.ish2 {
  margin-top: 150px;
  font-size: 1rem;
  font-weight: normal;
}
.C04 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -10;
}
.C04 .migrate-box {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px;
  flex-direction: column;
}
.C04 .migrate-box .migrate {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: rgba(151, 140, 140, 0);
  animation-name: migrateAnim;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0, 0.57, 1, 0.48);
  animation-direction: normal;
  transition: 0.2s;
  background-color: rgba(255, 255, 255, 0);
  opacity: 0.2;
  padding: 0px;
  cursor: grabbing;
}
.C04 .migrate-box .migrate:hover {
  opacity: 1 !important;
  animation-play-state: paused;
  border-radius: 10%;
  filter: blur(0px) !important;
}
.C04 .migrate-box .migrate:active {
  animation-play-state: paused;
  width: 80px;
  height: 80px;
  margin: 10px;
}
.C04 .migrate-box .migrate.a {
  animation-delay: 0.1s;
}
.C04 .migrate-box .migrate.b {
  animation-delay: 0.5s;
  scale: 1.6;
  opacity: 0.25;
  filter: blur(2px);
}
.C04 .migrate-box .migrate.c {
  animation-delay: 0s;
  scale: 0.9;
}
.C04 .migrate-box .migrate.d {
  animation-delay: 1.6s;
  scale: 1;
}
.C04 .migrate-box .migrate.e {
  animation-delay: 0.8s;
  scale: 2;
  opacity: 0.3;
  filter: blur(5px);
}
.C04 .migrate-box .migrate.f {
  animation-delay: 1s;
  scale: 0.6;
  opacity: 0.05;
  filter: blur(5px);
}
.C04 .migrate-box .migrate.g {
  animation-delay: 0.2s;
  scale: 1.1;
  filter: blur(2px);
}
.C04 .migrate-box .migrate.h {
  animation-delay: 0.3s;
  scale: 0.7;
  filter: blur(2px);
  opacity: 0.1;
}
.C04 .migrate-box .migrate.i {
  animation-delay: 1.3s;
}

@keyframes migrateAnim {
  0% {
    transform: translateX(-50vw) translateY(50vh) rotateZ(-40deg) rotateX(-45deg) scale(0.8);
    background-color: #000000;
  }
  100% {
    transform: translateX(50vw) translateY(-50vh) rotateZ(-40deg) rotateX(45deg) scale(1);
    background-color: rgba(0, 0, 0, 0.5058823529);
  }
}
.frozen {
  animation-play-state: paused;
  opacity: 0.7 !important;
  border-radius: 50%;
  cursor: wait;
  filter: blur(0px) !important;
}

.blurred {
  filter: blur(15px) brightness(100) !important;
}

.subtleblur {
  filter: blur(5px) !important;
}

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