#cases-scene {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
#cases-scene video {
  color: #707070;
  display: none;
}
.case-info {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  position: fixed;
  width: 100%;
}
@media (max-width: 991px) {
  .case-info {
    display: block;
    position: relative;
  }
}
.case-info .awards {
  padding-top: 10vh;
  text-align: center;
}
.case-info .awards p {
  color: #000;
  font-family: IBM Plex Mono;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.45px;
  line-height: 15.09px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .case-info .awards p {
    font-size: 13px;
  }
}
.case-info .wrapper {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  width: 100%;
}
@media (max-width: 991px) {
  .case-info .wrapper {
    flex-wrap: wrap;
    margin-top: 55vh;
    padding: 8px;
  }
}
@media (max-width: 767px) {
  .case-info .wrapper {
    background: linear-gradient(180deg, #c1d2f500, #c1d2f5 22%);
    margin-top: 46vh;
  }
}
.case-info .wrapper .left {
  flex: 0 0 33.333%;
}
@media (max-width: 991px) {
  .case-info .wrapper .left {
    flex: 0 0 100%;
  }
}
.case-info .wrapper .left h1 {
  color: #000;
  font-family: DrukMedium;
  font-size: 105px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -2.74px;
  line-height: 76.8%;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .case-info .wrapper .left h1 {
    font-size: 54px;
    letter-spacing: -1.08px;
  }
}
.case-info .wrapper .left h2 {
  color: #000;
  font-family: IBM Plex Mono;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.45px;
  line-height: 15.09px;
  text-transform: uppercase;
}
.case-info .wrapper .center {
  flex: 0 0 33.333%;
}
@media (max-width: 991px) {
  .case-info .wrapper .center {
    flex: 0 0 100%;
    margin-top: 40px;
  }
}
.case-info .wrapper .center .send {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.case-info .wrapper .center .send .child {
  position: relative;
}
.case-info .wrapper .center .send .child .elem {
  color: #000;
  display: inline-block;
  position: absolute;
  transition: 0.3s ease-in-out;
}
.case-info .wrapper .center .send .child .elem-1 {
  left: 0;
  top: 0;
}
.case-info .wrapper .center .send .child .elem-2 {
  right: 0;
  top: 0;
}
.case-info .wrapper .center .send .child .elem-3 {
  bottom: 0;
  left: 0;
}
.case-info .wrapper .center .send .child .elem-4 {
  bottom: 0;
  right: 0;
}
.case-info .wrapper .center .send .child:hover .elem-1 {
  transform: translate(-20px);
}
.case-info .wrapper .center .send .child:hover .elem-2 {
  transform: translate(20px);
}
.case-info .wrapper .center .send .child:hover .elem-3 {
  transform: translate(-20px);
}
.case-info .wrapper .center .send .child:hover .elem-4 {
  transform: translate(20px);
}
.case-info .wrapper .center .send .child .circle {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  display: flex;
  height: 149px;
  justify-content: center;
  width: 149px;
}
.case-info .wrapper .center .send .child .circle .inner-circle {
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  display: flex;
  height: 138px;
  justify-content: center;
  width: 138px;
}
.case-info .wrapper .center .send .child .circle .inner-circle p {
  color: #000;
  font-family: IBM Plex Mono;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.39px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}
.case-info .wrapper .right {
  align-items: flex-end;
  display: flex;
  flex: 0 0 33.333%;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .case-info .wrapper .right {
    flex: 0 0 100%;
    margin-top: 40px;
  }
}
.case-info .wrapper .right .next {
  align-items: center;
  background: #000;
  border-radius: 50%;
  display: flex;
  height: 36px;
  justify-content: center;
  right: 0;
  top: 0;
  transform: translateY(-10px);
  width: 36px;
}
.case-info .wrapper .right .next img {
  width: 12px;
}
@media (max-width: 767px) {
  .case-info .wrapper .right .next {
    border-radius: 100px;
    margin-top: 5px;
    order: 2;
    transform: translateY(0);
    width: 100%;
  }
}
.case-info .wrapper .right .next span {
  display: none;
}
@media (max-width: 767px) {
  .case-info .wrapper .right .next span {
    color: #fff;
    display: block;
    font-family: IBM Plex Mono;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.39px;
    line-height: 12px;
    margin-right: 5px;
    text-transform: uppercase;
  }
}
.case-info .wrapper .right .tags {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  grid-gap: 0 5px;
  align-content: end;
  grid-template-areas: "a b" "c d";
}
.case-info .wrapper .right .tags .tag {
  align-self: end;
  border: 1px solid #000;
  border-radius: 70px;
  color: #000;
  font-family: IBM Plex Mono;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  justify-self: end;
  letter-spacing: 0.39px;
  line-height: 13px;
  margin-bottom: 5px;
  padding: 5px 0;
  text-align: center;
  text-transform: uppercase;
  width: calc(100% - 2.5px);
}
.case-info .wrapper .right .tags .tag:first-child {
  grid-area: a;
}
.case-info .wrapper .right .tags .tag:nth-child(2) {
  grid-area: d;
}
.case-info .wrapper .right .tags .tag:nth-child(3) {
  grid-area: c;
}
.case-info .wrapper .right .tags .tag:nth-child(4) {
  grid-area: b;
}
