.motoverse-about-section {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background-color: #000000;
}

.motoverse-about-section .video-container-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.motoverse-about-section .video-container-mask .background-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0.3;
  filter: blur(20px);
}

.motoverse-about-section .video-container-mask .video-mask-text {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  margin-top: 10px;
  opacity: 0.2;
  z-index: 1;
  top: 8vh;
  font-size: 188px;
  font-weight: 700;
  font-family: GuardianSansXCond Bold, sans-serif;
}

@media only screen and (min-width: 1800px) {
  .motoverse-about-section .video-container-mask .video-mask-text {
    top: 14vh;
  }
}

.motoverse-about-section .content-stack {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  z-index: 4;
  width: 80%;
  height: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .motoverse-about-section .content-stack {
    padding: 20px;
  }
}

.motoverse-about-section .content-stack .title {
  color: white;
  margin: 0 0 48px;
  /* width: 85%; */
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
  letter-spacing: 0.8px;
  font-family: GuardianSansXCond Semibold;
}

@media only screen and (max-width: 767px) {
  .motoverse-about-section .content-stack .title {
    width: 100%;
    margin: 0 0 24px;
    font-size: 28px;
    line-height: 32px;
  }
}

.motoverse-about-section .content-stack .video-container {
  height: 453px;
  max-width: 979px;
  width: 979px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .motoverse-about-section .content-stack .video-container {
    width: 100%;
    margin: 0 auto;
  }
}

.motoverse-about-section .content-stack .video-container::after {
  position: absolute;
  width: 100%;
  height: 453px;
  bottom: 0;
  content: "";
  background: linear-gradient(0, #000 21.13%, rgba(0, 0, 0, 0) 45.01%);
  left: 0;
  opacity: 0.8;
}

.motoverse-about-section .content-stack .video-container video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.motoverse-about-section .content-stack .heading-2 {
  font-size: 60px;
  line-height: 72px;
  letter-spacing: 0.8px;
  color: #f0f0f0;
  margin-bottom: 0;
  font-family: GuardianSansXCond Semibold;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .motoverse-about-section .content-stack .heading-2 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 8px;
  }
}

.motoverse-about-section .content-stack p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 auto;
  color: #a6a6a6;
  font-family: Montserrat Regular;
}

@media only screen and (max-width: 767px) {
  .motoverse-about-section .content-stack p {
    font-size: 14px;
    line-height: 21px;
  }
}

.motoverse-about-section .content-stack .video-content {
  position: absolute;
  bottom: 0;
  padding: 40px;
  left: 0;
  right: 0;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .motoverse-about-section .content-stack .video-content {
    padding: 10px 16px;
  }
}

.motoverse-about-section .video-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.2) 0%,
    rgb(0, 0, 0) 100%
  );
  z-index: 3;
}

@media (max-width: 768px) {
  .motoverse-about-section .content-stack {
    width: 100%;
  }

  .motoverse-about-section {
    height: 100vh;
    margin-bottom: 0px;
  }

  .motoverse-about-section .content-stack .text-content h1 {
    font-size: 2.5rem;
  }

  .motoverse-about-section .content-stack .text-content h2 {
    font-size: 1.8rem;
  }

  .motoverse-about-section .content-stack .text-content p {
    font-size: 1rem;
  }

  .motoverse-about-section .video-overlay {
    display: none;
  }

  .motoverse-about-section .video-container-mask .background-video {
    opacity: 0.2;
  }
}

.video-mask-text-mobile {
  display: none;
}

.txt-section {
  width: 100%;
  position: relative;
  max-width: 85%;
}

@media (max-width: 768px) {
  .txt-section {
    max-width: 100%;
  }

  .motoverse-about-section .video-container-mask .video-mask-text {
    display: none;
  }

  .video-mask-text-mobile {
    font-size: 64px;
    font-weight: 700;
    padding: 0 0px;
    line-height: 64px;
    text-align: left;
    opacity: 0.05;
    display: block;
    font-family: GuardianSansXCond Bold, sans-serif;
    position: absolute;
    bottom: -20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .motoverse-about-section .content-stack {
    width: 100%;
    max-width: 60pc;
  }

  .txt-section {
    max-width: 100%;
  }

  .motoverse-about-section .content-stack .video-container {
    height: 353px;
    max-width: 789px;
    width: 789px;
  }

  .motoverse-about-section .video-container-mask .video-mask-text {
    top: 30vh;
    font-size: 148px;
  }
}
