.fold-container {
    z-index: 1; 
}

.video-con {
    filter: brightness(41%) sepia(1) hue-rotate(217deg) saturate(1300%) brightness(80%);
    top: 0;
    bottom: 0;
    z-index: 0; 
}

.video-con .video {
    min-width: 100%; 
    min-height: 100%; 
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }

.fold {
    clip-path: circle(0% at 50% 50%); 
    transition: all 1s var(--timing-func) 0s;   
}

.fold-toggle {
    clip-path: circle(100% at 50% 50%); 
}

.fold-start-title {
    font-size: 15vw;
}

.fold-main {
    height: 80vh;  
}

