#top-anim {
  position: relative;
  height: calc(100vh - 4rem);
  background-color: white;
  margin: 0;
  padding: 0;
}

#intro-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  display: flex;
}
#intro-overlay .topeye, #intro-overlay .bottomeye {
  display: block;
  position: absolute;
  height: 50%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
#intro-overlay .bottomeye {
  top: 50%;
}
#intro-overlay .textbox {
  background-color: rgba(255, 255, 255, 0.25);
  text-align: center;
  display: block;
  margin: auto;
  width: max-content;
  border-radius: 1.5rem;
  border: 2px solid rgba(255, 255, 255, 0.5);
  padding: 3rem;
  z-index: 1;
}
#intro-overlay .textbox p {
  font-weight: 400;
  opacity: 0;
  text-align: center;
  margin-bottom: 0;
  background: linear-gradient(90deg, rgba(255, 239, 239, 0.723958) 0%, rgba(248, 255, 206, 0.64) 23.74%, rgba(179, 237, 255, 0.723958) 60.77%, rgba(199, 205, 255, 0.6) 80.75%, rgba(199, 205, 255, 0.6) 85.85%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#intro-overlay .textbox button {
  color: #666;
  opacity: 0;
  margin-top: 3rem;
  padding: 0.5rem 3rem;
  background: #EBF3FF;
  box-shadow: inset -8px -8px 16px #FFFFFF, inset 8px 8px 16px #D0D3D7;
  border-radius: 2rem;
}
#intro-overlay .textbox button:hover {
  transition: 0.3s;
  filter: brightness(0.9);
}

.slogan {
  padding: 6rem 10vw 4rem 10vw;
  color: white;
  background-color: #222533;
  position: relative;
}
.slogan b {
  font-weight: 500;
}
.slogan h3, .slogan p {
  font-weight: 400;
  background: linear-gradient(90deg, rgba(255, 239, 239, 0.723958) 0%, rgba(248, 255, 206, 0.64) 23.74%, rgba(179, 237, 255, 0.723958) 60.77%, rgba(199, 205, 255, 0.6) 80.75%, rgba(199, 205, 255, 0.6) 85.85%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.slogan h6 {
  position: relative;
  color: #92959E;
  font-weight: lighter;
  bottom: -1.5rem;
}

.works .disc, .works .about, .works .artist {
  padding: 4rem 3rem;
}
.works .disc .small, .works .about .small, .works .artist .small {
  color: #9D9EA0;
  margin-bottom: 0.25rem;
  padding-left: 0.25rem;
}
.works .disc p, .works .about p, .works .artist p {
  padding-left: 0.25rem;
}
.works .disc h2, .works .about h2, .works .artist h2 {
  margin-bottom: 0.75rem;
}
.works .disc {
  min-height: calc(37vw + 3rem);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.works .about, .works .artist {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}
.works .about h1, .works .artist h1 {
  line-height: 2rem;
  z-index: 1;
}
.works .about span, .works .artist span {
  display: block;
  height: 1rem;
  border-radius: 0.5rem;
  margin-top: -1rem;
  filter: drop-shadow(0px 8px 24px rgba(0, 0, 0, 0.25));
}
.works a.workbox {
  cursor: pointer;
}
.works a.workbox img {
  transition: 0.3s;
}
.works a.workbox:hover img {
  transform: scale(1.1);
}
.works .carousel .carousel-control-next, .works .carousel .carousel-control-prev {
  width: 4rem;
}
.works .carousel .carousel-control-next-icon {
  background-image: url("/assets/angle-right-solid.svg");
}
.works .carousel .carousel-control-prev-icon {
  background-image: url("/assets/angle-left-solid.svg");
}
.works .carousel .carousel-control-next-icon, .works .carousel .carousel-control-prev-icon {
  filter: brightness(1.2) drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
  width: 3rem;
  height: 3rem;
}
.works .carousel .carousel-left div {
  border-radius: var(--radius-value) 0 0 var(--radius-value);
}
.works .carousel .carousel-right div {
  border-radius: 0 var(--radius-value) var(--radius-value) 0;
}
.works .carousel .carousel-left, .works .carousel .carousel-right {
  padding: 4rem;
}
.works .carousel .carousel-left div, .works .carousel .carousel-right div {
  overflow: hidden;
  height: calc(37vw - 4.5rem);
}
.works .carousel .carousel-left div img, .works .carousel .carousel-right div img {
  object-position: center center;
  object-fit: cover;
}
.works .box-big {
  padding: 4rem;
}
.works .box-big div {
  height: calc(37vw - 4.5rem);
  border-radius: var(--radius-value);
  overflow: hidden;
}
.works .box-big div img {
  object-position: center center;
  object-fit: cover;
}
.works .box-big a:link, .works .box-big a:visited {
  color: inherit;
}
.works .box-big a:link:hover, .works .box-big a:visited:hover {
  opacity: 0.8;
}

.en .bg-color-2.about span {
  width: 12.5rem;
  margin-left: 0.3rem;
}
.en .bg-color-3.artist span {
  width: 9rem;
}

@media (max-width: 767.98px) {
  .modal-content #workImageBox {
    height: auto;
  }

  .works .disc {
    padding: 4rem 2rem;
  }
  .works .carousel .carousel-control-next, .works .carousel .carousel-control-prev {
    width: 2rem;
  }
  .works .carousel .carousel-control-next-icon, .works .carousel .carousel-control-prev-icon {
    width: 2.5rem;
    height: 2.5rem;
  }
  .works .carousel .carousel-left, .works .carousel .carousel-right {
    padding: 2rem;
  }
  .works .carousel .carousel-left div, .works .carousel .carousel-right div {
    height: calc(54vw - 2rem);
  }
  .works .box-big {
    padding: 2rem;
  }
  .works .box-big div {
    height: calc(56vw - 2rem);
  }
}