

.footer-one{
  position: relative;
  overflow: hidden;
  color: white;
}

.footer-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.8;
}

.footer-container {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 10%;
  flex-wrap: wrap;
}

.footer-logo img {
  max-width: 160px;
  margin-bottom: 20px;
}

.footer-socials a {
  color: white;
  font-size: 18px;
  margin-right: 15px;
  text-decoration: none;
}

.footer-right p {
  text-align: right;
  font-size: 14px;
}

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    text-align: center;
  }

  .footer-right p {
    text-align: center;
    margin-top: 20px;
  }
}
