.back-to-top {
  color: #333333;
  display: inline-block;
  position: fixed;
  bottom: 100px;
  right: 20px;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
  z-index: 100000000 !important;
}

.back-to-top-icon {
  font-size: 35px;
  color: #ffffff;
  background: #333;
  padding: 15px;
  text-decoration: none;
}

#swiper-1 img {
  aspect-ratio: 3/1;
  object-fit: cover;
}

.socials-icon {
  margin-right: 12px;
}

