.works-hero {
  position: relative;
  z-index: 20;
}
.works-hero h1 {
  color: #000;
  font-family: DrukMedium;
  font-size: 220px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -4.4px;
  line-height: 76.8%;
  padding-top: 72px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .works-hero h1 {
    font-size: 100px;
    letter-spacing: -1.8px;
    padding-top: 90px;
  }
}
.works-hero .blur-parent {
  -webkit-backdrop-filter: blur(16.75px);
  backdrop-filter: blur(16.75px);
  background: #fff6;
  border: 5px solid #fff;
  border-radius: 100px;
  margin: auto;
  overflow: hidden;
  padding: 40px 0;
  position: relative;
  transform: translateY(-20px);
  width: calc(100% - 74px);
}
@media (max-width: 991px) {
  .works-hero .blur-parent {
    padding: 25px 0;
    transform: translateY(-10px);
    width: calc(100% - 40px);
  }
}
@media (max-width: 767px) {
  .works-hero .blur-parent {
    border: 1px solid #fff;
    border-radius: 25px;
    padding: 14px 0;
    transform: translateY(-5px);
    width: calc(100% - 16px);
  }
}
.works-hero .blur-parent .back {
  background: linear-gradient(180deg, #ffffff4d 39%, #fff);
  height: 100%;
  position: absolute;
  width: 100%;
}
.works-hero .blur-parent .points {
  background-image: url(../images/footerPatern.png);
  background-repeat: repeat;
  background-size: 5%;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .works-hero .blur-parent .points {
    background-size: 10%;
  }
}
.works-hero .blur-parent h2 {
  color: #000;
  font-family: DrukMedium;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.96px;
  line-height: 93%;
  margin: auto;
  max-width: 1248px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .works-hero .blur-parent h2 {
    font-size: 28px;
    letter-spacing: 0.56px;
  }
}
.works-space {
  height: 270vh;
}
@media (max-width: 1024px) {
  .works-space {
    height: 140vh;
  }
}
@media (max-width: 767px) {
  .works-space {
    height: 250vh;
  }
}
.works-space video {
  display: none;
}
#works-scene {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
