.banner_wrapper_content h1 {
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
}

.logo {
  clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
}

.header_right_text h5 {
  clip-path: circle(0% at 50% 50%);
}

.banner_contnet p {
  clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
}

.banner_contnet a {
  clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
}

.banner_img img {
  clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
}

.banner_img video {
  clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
}
 
.lines_bar {
  opacity: 0;
}

.lines_horizontal .lines_bar {
  transform: scaleX(0);
}

.lines_vertical .lines_bar {
  transform: scaleY(0);
}

.section_four_portflio_item_wrapper_one {
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
}







.video-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.loader-ring {
  width: 80px;
  height: 80px;
  border: 6px solid #ccc;
  border-top: 6px solid #f39c12;
  border-radius: 50%;
}


video#myVideo {
    height: 100%;
    width: 100%;
    object-fit: cover;

}