@import "/style/forAll.css";
body {
  background: #010023;
}
.leveler {
  z-index: 2;
  display: flex;
  justify-content: center;
  width: 100%;
  height: fit-content;
  box-sizing: border-box;
  position: relative;
}
.display__flex {
  display: flex !important;
}

.wrapper {
  height: fit-content;
  width: 1340px;
  margin: 0 50px;
  position: relative;
  box-sizing: content-box;
}

.ball {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
}

.straight_line {
  position: relative;
  width: 1px;
  height: 100%;
  background: #fff;
}
.horizontal__line {
  height: 2px;
  border-radius: 2px;
  width: 50%;
  background-color: #fff;
}

.footer__logo_img {
  height: 170px;
}

@media (max-width: 1370px) {
  .wrapper {
    width: 100%;
  }
  .leveler {
    padding: 0 10px;
  }
}
@media (max-width: 645px) {
  .wrapper{
    margin: 0 20px;
  }
}
@media (max-width: 400px) {
  .wrapper{
    margin: 0 10px;
  }
}

i {
  color: white;
    font-size: 25px;
}