.dnd-section {
  position: sticky;
}
.hero-zoom-bg-wrapper{
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  z-index: -100;
  background-color:#fff;
  background-position:center;
  background-size:cover;
}
.hero-zoom-bg {
  background: #111;
  border-radius: 50%;
  position: absolute;
}

.hero-zoom-bg.hzb-circle01{
  width: 520px;
  height: 520px;
  top: 15vh !important;
  left: calc(50% - 33vw);  
  -webkit-clip-path: polygon(28% 8%, 74% 8%, 98% 50%, 74% 93%, 28% 93%, 4% 50%);
  polygon(28% 8%, 74% 8%, 98% 50%, 74% 93%, 28% 93%, 4% 50%)
  will-change: transform;
}

.hero-zoom-bg.hzb-circle02{
  width: 460px;
  height: 460px;
  top: -15vh !important;
  right: calc(50% - 33vw);
  -webkit-clip-path: polygon(28% 8%, 74% 8%, 98% 50%, 74% 93%, 28% 93%, 4% 50%);
  polygon(28% 8%, 74% 8%, 98% 50%, 74% 93%, 28% 93%, 4% 50%)
  will-change: transform;
}

.hero-zoom-bg.hzb-circle03{
  width: 380px;
  height: 380px;
  top: 60vh !important;
  left: calc(50% + 10vw);
  -webkit-clip-path: polygon(28% 8%, 74% 8%, 98% 50%, 74% 93%, 28% 93%, 4% 50%);
  polygon(28% 8%, 74% 8%, 98% 50%, 74% 93%, 28% 93%, 4% 50%)
  will-change: transform;
}

@media (max-width: 767px) {
  .hero-zoom-bg.hzb-circle03 {
    display: none;
  }
   .hero-zoom-bg.hzb-circle02 {
   display: none;
  }
}