body {
  overflow-x: hidden;
}

.section-5 {
  overflow: hidden;
}

.filter-fix {
  -webkit-backdrop-filter: blur(4px);
}

.swiper {
  overflow: visible;
  width: 100%;
  max-width: 534px;
}

.swiper-slide {
  margin-top: 0;
}

@media (max-width: 568px) {
  .bg-video-1 {
    width: 145vw;
  }
}

@media (min-width: 991px) {
  .swiper {
    display: none;
  }

  .swiper-wrapper {
    display: block;
  }

  .swiper-slide {
    position: absolute;
  }
}

.div-block-55 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.div-block-56 {
  height: 100px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  flex-direction: column;
}
.div-block-56 p {
  font-weight: 500;
  font-size: 18px;
}
.follow-us {
  font-size: 12px;
  font-weight: 400;
  color: #b2bec8;
  margin-bottom: 0;
}

.social-iconsContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  /* background: red; */
  min-width: 193px;
  height: 24px;
}

.social-icons {
  display: flex;
  align-items: center;
  /* background: red; */
  justify-content: center;
  gap: 18px;
}

.footer-up {
  width: 100%;
  display: flex;
  /* background: blue; */
  align-items: center;
  justify-content: space-between;
}

.footer-down {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.footer-down p {
  /* text-align: center; */
  /* padding-top: 20px; */
  font-size: 12px;
  font-weight: 400;
  color: #b2bec8;
  margin-bottom: 0;
}

.icon-facebook {
  color: #b2bec8;
  transition: color 0.3s ease;
}

.icon-facebook:hover {
  fill: #fff;
}

.icon-instagram {
  color: #b2bec8;
  transition: color 0.3s ease;
}

.icon-instagram:hover {
  color: #fff;
}

.icon-linkedin {
  color: #b2bec8;
  transition: color 0.3s ease;
}

.icon-linkedin:hover {
  color: #fff;
}

a:hover path {
  fill: #fff;
  transition: color 0.3s ease;
  /* default color */
}
.footerLine {
  width: 100%;
  height: 1px;
  background: #ffffff17;
  /* margin: 24px 0; */
}
.footer-container {
  /* height: 100%; */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 32px;
  /* background: red; */
}
.footerDownchild {
  width: 100%;
  height: 100%;
  display: flex;
  padding-bottom: 24px;
  /* background: red; */
  align-items: center;
  /* flex-direction: column; */
  justify-content: space-between;
}
@media (max-width: 768px) {
  .paraFooterimg {
    scale: 0.8;
  }
  .follow-us {
    white-space: nowrap;
  }
}
@media (max-width: 568px) {
  .paraFooterimg {
    scale: 0.8;
    margin-left: -6vw;
  }
  .footer {
    height: 360px;
    padding: 20px;
  }
  .footer-down {
    flex-direction: column;
    align-items: start;
    justify-content: center;
  }
  .footer-up {
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 40px;
  }

  .social-iconsContainer {
    align-items: center;
  }
  .footerDownchild {
    flex-direction: column;
    align-items: start;
    gap: 20px;
    justify-content: start;
  }
  .footer-down {
    flex-direction: column;
    align-items: start;
    justify-content: start;
  }
  .footer-container {
    gap: 40px;
  }
}
