ul {
  position: relative;
}
.red-dot {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 8px;
  left: -20px;
  background-color: red;
  border-radius: 50%;
  /* opacity: 0; */
}

li:hover ul::after {
  transform: translateY(calc(0 + 8px * var(--i)));
}
li:hover .red-dot {
  transform: translateY(calc(0px + 8px * var(--i)));
}
footer {
  background-color: #000;
}
footer img.logo-footer {
  width: 247px;
  /* padding: 20px; */
}
footer hr {
  border-top: 1px solid white;
}
footer h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.06em;
  color: #ffffff;
  margin-bottom: 15px;
}
footer h5 {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #dedede;
}
footer .custom-container {
  padding: 40px 0px;
}
footer .list-icon img {
  width: 24px;
}
.coppy-right {
  color: #6d6d6d;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 19.5px */
  padding: 10px;
  border: 1px solid rgba(109, 109, 109, 0.3);
  background: rgba(109, 109, 109, 0.1);
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  z-index: 2;
}
@media only screen and (min-width: 1024px) {
  footer img.logo-footer {
    padding: 20px 0;
  }
  footer .custom-container {
    max-width: 100%;
  }
  footer .list-icon h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.06em;
    color: #ffffff;
  }
  footer .list-icon p {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #dedede;
  }
  footer {
    padding: 20px;
  }
  footer h3 {
    font-size: 16px;
    line-height: 24px;
  }
  footer h5 {
    font-size: 16px;
    line-height: 24px;
  }
}
