.video-section,
.column1 {
  position: relative;
  display: flex;
  height: 100vh;
  justify-content: flex-start;
}

.video-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  object-fit: cover;
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
}

.content {
  position: relative;
  width: 50%;
  height: 100%;
}

.text-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: black;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

/* .text-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  transform-origin: 100% 0;
  transform: skew(-10deg);
  z-index: -1;
} */
