.bg-video{
  position: fixed;
  top: 0;
  left: 0;
  min-width: 50%;
  min-height: 50%;
  object-fit: cover;
  z-index: -1;

}

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* 50% black opacity */
  z-index: -1;
}

.hero {
min-height: 100vh;
display: flex;
align-items: center;
justify-content: space-between;
max-width: 1400px;
margin: auto;
padding: 80px;
gap: 40px;
overflow: hidden;
}
.content {
  position: relative;
  z-index: 1;
  color: #fff;
}

.hero-content {
flex: 1;
max-width: 600px;
}

.badge {
display: inline-block;
background: #000;
/*background: #fff4e6;*/
color: #fff;
/*color: #ff8c00;*/
padding: 10px 18px;
border-radius: 999px;
font-weight: 600;
margin-bottom: 24px;
}
.hero h1 {
font-size: 5rem;
line-height: 1;
font-weight: 800;
margin-bottom: 24px;
}
.hero h1 span {
display: block;
/*color: #000;*/
color: #f59e0b;
}
.hero p {
font-size: 1.2rem;
line-height: 1.8;
color: #6b7280;
/*color: #000;*/
margin-bottom: 40px;
}
.content h1{

    color:#fff;

}