body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #f8f6f7;
  overflow-x: hidden;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  position: relative;
}

.container {
  margin: 0;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}

.mc-work-title-wrapper {
  display: flex;
  justify-content: center;
  align-items: baseline;
  width: 100%;
  height: 100%;
  flex-direction: column;
  flex: 1;
}

.mc-work-title {
  font-weight: bold;
  color: black;
  text-align: center;
  margin-top: 2.5em;
  margin-bottom: 0.25em;
  font-family: "Kumar One", sans-serif;
  text-transform: uppercase;
  padding: 0;
  line-height: 1em;
}

.mc-subtitle.mc-sub-1,
.mc-subtitle.mc-sub-2 {
  color: #333;
  font-family: "Victor Mono", sans-serif;
  margin-top: 3.5em;
  padding: 0.5em 1.5em;
  text-align: center;
  background-color: rgba(248, 246, 247);
  border-radius: 4em;
  cursor: pointer;
  border: 1px solid black;
}

.mc-subtitle.mc-sub-1 a,
.mc-subtitle.mc-sub-2 a {
  cursor: pointer;
  color: black;
  font-family: "Victor Mono", sans-serif;
  font-size: 2em;
  text-decoration: none;
}

.mc-subtitle.mc-sub-2 {
  margin-left: 3em;
}

.mc-subtitle-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 2em;
}

.mc-work-title-wrapper p {
  font-size: 2em;
  color: #555;
  font-family: "Victor Mono", sans-serif;
  margin: 0 2em 3em 2em;
  line-height: 0.75em;
  text-align: left;
  width: 50%;
}

.mc-content-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.mc-content-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.mc-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-left: 1em;
  margin-top: 1em;
}

.mc-content-item {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-direction: row;
  width: -moz-available;
  border-top: 1px solid rgba(0, 0, 0);
}

.mc-content-item.border-left {
  border-left: 1px solid rgba(0, 0, 0);
  border-right: 1px solid rgba(0, 0, 0);
  border-top: none;
}

.mc-detail-header {
  margin: 0;
  padding: 1em;
  color: white;
  font-family: "Victor Mono", sans-serif;
  font-size: 1.8em;
  letter-spacing: 0.5em;
  color: black;
  border: 1px black solid;
  box-shadow: 10px 1px 5px rgba(0, 0, 0, 0.86);
}

.mc-content-item-inner,
.mc-content-item-media {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.mc-content-item-inner {
  flex: 0.5;
  padding: 3em 3em 0em 1em;
  border-right: 1px solid;
  height: 100%;
  display: flex;
  justify-content: flex-start;
}

.mc-content-item-media {
  flex: 0.75;
  padding: 2em;
  margin-top: 0.5em;
}

.mc-content-item-media img,
.mc-content-item-media video {
  object-fit: contain;
  transition: opacity 0.3s ease;
  width: 100%;
  height: auto;
}

.mc-content-item-media video {
  opacity: 0;
  display: none;
}

.mc-content-item-media img {
  opacity: 1;
  display: block;
}

.mc-content-item-media:hover video,
.mc-content-item-media:active video {
  opacity: 1;
  display: block;
}

.mc-content-item-media:hover img,
.mc-content-item-media:active img {
  opacity: 0;
  display: none;
}

.mc-header {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 0 1em 0 1em;
  flex-wrap: wrap;
  width: 100%;
  flex: 1;
}

.mc-header-scroll {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: sticky;
  top: 0;
  display: none;
}

.mc-header-scroll h1 {
  margin-top: 1.5em;
  margin-left: 0.5em;
}

.mc-header-scroll .mc-work-title.f1 {
  font-size: 2em;
  font-weight: bold;
  color: #333;
  font-family: "Kumar One", sans-serif;
}

.mc-header-scroll .mc-subtitle-inner {
  line-height: 1em;
  font-size: 0.75em;
  justify-content: space-between;
  position: relative;
  background-color: rgba(248, 246, 247);
  padding: 0.5em 1em;
  top: 0;
  z-index: 1000;
  flex-direction: column;
}

.mc-header-hero-image {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mc-header-hero-image img {
  width: 25%;
  height: auto;
  object-fit: cover;
}

.mc-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 2em;
  width: 100%;
}

.mc-header-scroll .mc-logo-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  font-family: "Orbitron", sans-serif;
  font-size: 1.5em;
  color: #333;
}

.mc-work-description {
  font-size: 1.2em;
  color: #555;
  font-family: "Victor Mono", sans-serif;
  margin: 0.1em;
}

.mc-worktitle {
  font-size: 3em;
  color: #333;
  font-family: "Victor Mono", sans-serif;
  margin: 0.1em;
}

.mc-worktitle-detail-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}

.mc-content-item-button {
  padding: 0.5em 1.5em;
  margin-top: 2em;
  background-color: transparent;
  cursor: pointer;
  border: 3px solid black;
  border-radius: 4em;
}

.mc-content-item-button a {
  text-decoration: none;
  color: black;
  font-family: "Victor Mono", sans-serif;
  font-size: 1.5em;
}

.mc-content-item-button img {
  height: 35px;
  width: 35px;
}

.mc-work-title-bg-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.mc-typo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.center {
  position: relative;
  transform: perspective(1000px) translate(-50%, -50%) skewY(15deg);
  transition: 0.5s;
  top: 5em;
  margin: 7em;
}

.center:hover {
  transform: prespective(1000px) translate(-50%, -50%);
  transform: skewY(0deg);
}

.center h1 span {
  position: absolute;
  font-family: "Kumar One", sans-serif;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 8em;
  color: black;
  transform-style: preserve-3d;
  transition: 0.8s;
}
.center h1 span:nth-child(1) {
  clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
}

.center h1 span:nth-child(2) {
  color: #5e17eb;
  transform: translate(-50%, -50%) skewX(-60deg);
  left: -38px;
  clip-path: polygon(0 45%, 100% 45%, 100% 55%, 0 55%);
}

.center h1 span:nth-child(3) {
  transform: translate(-50%, -50%) skewY(0deg);
  left: -76px;
  clip-path: polygon(0 55%, 100% 55%, 100% 100%, 0 100%);
}

.center:hover h1 span:nth-child(2),
.center:hover h1 span:nth-child(3) {
  transform: translate(-50%, -50%) skewX(0deg);
  left: 0;
  color: black;
}

@media (max-width: 768px) {
  .container {
    flex: 1;
    width: 100vw;
    padding: 0em;
  }

  .mc-content-item-inner {
    border-right: none;
  }

  .mc-work-title-wrapper {
    flex-direction: column;
    align-items: center;
    flex: 0.5;
  }

  .mc-content-item-button {
    margin-bottom: 2em;
  }

  .center {
    display: none;
  }

  .mc-work-title-wrapper p {
    font-size: 1.5em;
    color: #555;
    font-family: "Victor Mono", sans-serif;
    margin: 0 1em 2em 1em;
    line-height: 1.2em;
    text-align: left;
    width: 100%;
  }

  .mc-subtitle.mc-sub-1,
  .mc-subtitle.mc-sub-2 {
    margin-top: 1em;
  }

  .mc-subtitle.mc-sub-2 {
    margin-left: 1em;
  }

  .mc-subtitle.mc-sub-1 a,
  .mc-subtitle.mc-sub-2 a {
    font-size: 1.5em;
    text-decoration: none;
    color: black;
  }

  .mc-work-title {
    font-size: 6rem;
    text-align: left;
    word-wrap: anywhere;
    padding-right: 1em;
    margin-bottom: 0.5em;
    letter-spacing: 0;
    margin-top: 0;
  }

  .mc-subtitle-inner {
    padding-top: 2em;
    padding-bottom: 2em;
    justify-content: flex-start;
  }

  .mc-content-item-media {
    width: auto;
    padding: 0;
    margin-right: 0;
  }

  .mc-content-item-detail {
    width: auto;
    padding: 0;
    margin-right: 0;
    margin-top: 2em;
    padding: 2em;
  }

  .mc-content-item-detail img {
    max-width: 100%;
    height: auto;
    margin-right: 0;
    border-left: none;
    box-shadow: 15px -20px rgba(11, 9, 9, 0.8);
  }

  .mc-content-item-detail img:hover,
  .mc-content-item-detail img:active {
    --expand: 1;
  }

  .mc-content-item-detail img:before,
  .mc-content-item-detail img:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: hsl(0, 0%, 5%);
    border: 2px solid black;
    top: 0;
    left: 0;
    z-index: 2;
  }

  .mc-content-wrapper.wrapper-detail .mc-content-item-media {
    margin-top: 6em;
  }

  .mc-content {
    padding: 0;
    margin: 0;
  }

  .mc-content-item-media img,
  .mc-content-item-media video {
    max-width: 100%;
    height: auto;
    margin-right: 0;
    border-left: none;
  }

  .mc-content-wrapper {
    row-gap: 0;
  }

  .center h1 span {
    font-size: 2em;
  }

  .mc-header {
    margin-left: 0;
    padding-right: 0;
    padding-bottom: 0.5em;
  }

  .mc-subtitle-wrapper {
    flex-direction: column;
    flex: 0.5;
  }

  .mc-content-item {
    flex-direction: column;
    flex: 0.5;
    padding: 1em;
  }

  .mc-content-item.border-left {
    padding: 0;
  }
}
