
    .dx-hero-section {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
}

.dx-hero-video{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}

.sv-preview-img-link,
.sv-mobile-img-link {
  display: block;
}

.sv-preview-img-link img,
.sv-mobile-img-link img {
  display: block;
  width: 100%;
}

.sv-service-btn {
  display: inline-flex;
}

.sv-service-btn {
    display: flex;
    align-items: center;
    background: #000;
    padding: 10px;
    font-size: 20px;
    color: #fff;
    border-radius: 10px;
    margin-top: 20px;
    width: fit-content;
}

.sv-service-btn:hover {
    background: #3100FF;
}

.sv-preview {
    background: #fff;
    padding-right: 23px;
    padding: 25px;
    border-radius: 20px;
    color: #000;
}

.sv-service-btn i {
    font-size: 12px;
    margin-left: 15px;
}