/* video css */

.video-box-wrapwer {
  position: absolute;
  top: 0px;
  left: 0px;
}

.vid-bg-blue {
  position: absolute;
  bottom: 0px;
  height: 477px;
  width: 100%;
  clip-path: polygon(1% 33%, 100% 0, 100% 100%, 0% 100%);
  background: linear-gradient(
    354.9deg,
    #ebf7ff 29.33%,
    rgba(235, 246, 255, 0) 132.18%
  );
  z-index: -1;
}

.k-video {
  position: relative;
  padding: 45px 40px;
  width: 60%;
  border: 1px solid #99d0ff;
  box-sizing: border-box;
  border-radius: 50px;
  height: 100%;
  backdrop-filter: blur(40px);
}

.k-vid {
  display: none;
}

.k-video:hover .hero-play-icon {
  opacity: 1;
  cursor: pointer;
}

.hero-play-icon {
  cursor: pointer;
  transform: scale(0.4);
}

.pos-abosolute-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.video-box,
.video-box-1,
.video-box-2 {
  position: fixed;
  top: 0px;
  z-index: 1000;
  left: 0px;
  background-color: #504ee4;
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-cross svg {
  color: white;
  width: 40px;
  height: 40px;
}
.video-box,
.video-box-1,
.video-box-2 {
  display: none;
  top: 0px;
}
.pos-relative {
  z-index: 10;
  position: relative;
}
.video {
  width: 70vw !important;
  height: 80vh !important ;
}
.video-box .pos-relative,
.video-box-1 .pos-relative,
.video-box-2 .pos-relative {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-box video,
.video-box-1 video,
.video-box-2 video {
  width: 70vw;
}
.btn-cross {
  cursor: pointer;
  z-index: 1001;
  position: absolute;
  top: 5%;
  right: 12%;
}
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
.btn-cross-demo,
.btn-cross-linkedin {
  cursor: pointer;
  z-index: 1001;
  position: absolute;
  top: 5%;
  right: 7%;
}
.btn-cross-demo svg:hover,
.btn-cross-linkedin svg:hover {
  color: #000000;
}
.btn-cross-demo svg,
.btn-cross-linkedin svg {
  color: white;
  width: 40px;
  height: 40px;
}

/*  */
