/* BACK/POSITION */
body {
  background-color: #000000;
  overflow-x: none;
}
.bg-home {
  background-image: url("/assets/img/bg-home.png");
  width: 100%;
  background: no-repeat;
}
.item-our {
  margin-top: -700px;
  margin-left: -80px;
  z-index: -99;
}
.bg-our {
  margin-top: -700px;
  z-index: -99;
}
.eg-footer {
  position: absolute;
  bottom: -55px;
  right: -50px;
}

/* STYLE */
.btn-outline-light {
  background: #000;
  width: 300px;
}
.border-secondary {
  border-color: #222121 !important;
}
/* FONT */
h5 {
  font-size: clamp(0.7rem, 1.5vw, 3rem);
}
.why-text {
  font-size: clamp(1.5rem, 3.1vw, 3rem);
}
@media (max-width: 768px) {
  .scene {
    height: 300px;
  }
}
@media (min-width: 769px) {
  .scene {
    height: 450px;
  }
}
