.bd-hero-navigation {
  justify-content: space-between;
  position: absolute;
  z-index: 2;
  right: 70px;
  left: 70px;
  top: 50%;
  transform: translateY(-50%);
}
.bd-hero-navigation button {
  height: 52px;
  width: 52px;
  font-size: 20px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
  transition: all 0.3s ease;
}

.bd-hero-navigation button:hover {
  background: #fff;
  color: #5355df;
}

.bd-hero-navigation.style-4 {
  justify-content: end;
  flex-direction: column;
  gap: 10px;
  left: unset;
}

.bd-hero-navigation.style-4 button {
  border-color: #ddd;
  color: #0f0e0e;
}

.bd-hero-navigation.style-4 button:hover {
  border-color: #5355df;
  background: #5355df;
  color: #fff;
}

@media (max-width: 1650px) {
  .bd-hero-navigation.style-1 {
    display: none !important;
  }
}
