
/* Style for the video background container */
.video-background {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
}

/* Style for the video element */
.video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
}

/* Style for the black overlay */
.vid-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5)); /* Adjust gradient colors and opacity as needed */

}

/* Style for the content over the video background */
.vid-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  color: white;
}


 .d-blessed-b{  
    padding-left: 2em !important;
    padding-right: 2em !important;
    -webkit-font-smoothing: antialiased;
    padding: 0.9em;
    display: inline-block;
    border-radius: 34px; 
    background: #ffffff;
 color: #000 !important;border:1px solid #fff;
 
    width: 260px;
    font-size: 18px;}

    .d-blessed-b:hover {    color: #fff !important;
    background:none ; border:1px solid #fff; }

