.sponsors {
  padding: 100px 0px;
  padding-top: 0px;
}

.section-t h2 {
  color: #f5f5f5;
  -webkit-text-stroke: 2px #f3f5ff;
  -webkit-text-fill-color: #fff0;
  font-size: 200px;
  font-weight: 700;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  z-index: -5;
  margin: 0;
  font-family: Montserrat, sans-serif;
  top: -35px;
  line-height: 1;
}
.s-btn {
  font-size: 14px;
  font-weight: 700;
  color: #252525;
  display: inline-block;
  border: 1px solid #ccc;
  padding: 9px 30px;
  border-radius: 50px;
}

.s-btn:hover {
  background: #ff007a;
  border-color: #ff007a;
  color: #fff;
}
.section-title span {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ff007a;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 20px;
}
.section-title h2 {
  font-size: 55px;
  letter-spacing: -2px;
  margin-bottom: 0;
  position: relative;
}
@media (max-width: 576px) {
  .section-title h2 {
    font-size: 40px;
  }
}
.services-content span {
  display: none;
  height: 2px;
  width: 150px;
  background: #ff007a;
  transition: 0.3s;
  margin-bottom: 55px;
}
.services-content {
  padding: 60px 40px;
  padding-bottom: 55px;
}
.services-content h4 {
  font-size: 24px;
  margin-bottom: 23px;
}
.services-content h4:hover a {
  color: #ff007a;
}
.services-bg {
  background-position: center;
  background-size: cover;
}

.team-t h2 {
  top: -73px;
}
.sponsors {
  position: relative;
}
/* ! */
/* .affiliateImgContainer {
  display: block;
  width: 100%;
  border: 1px solid lightblue;
  padding: 35px;
  aspect-ratio: 1;
}
.affiliateImg {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
} */
.affiliateImgContainer {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  aspect-ratio: 1;

  padding: 28px;
  border-radius: 22px;

  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.65),
    rgba(255, 255, 255, 0.25)
  );

  backdrop-filter: blur(10px) saturate(1.2);
  -webkit-backdrop-filter: blur(10px) saturate(1.2);

  border: 1px solid rgba(173, 216, 230, 0.4);

  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);

  transition: all 0.35s ease;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}

.affiliateImgContainer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at top,
    rgba(173, 216, 230, 0.35),
    transparent 60%
  );
  opacity: 0;
  transition: opacity 0.35s ease;
}

.affiliateImgContainer:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.affiliateImgContainer:hover::before {
  opacity: 1;
}

.affiliateImg {
  max-width: 85%;
  max-height: 85%;
  object-fit: contain;

  filter: opacity(0.7);
  transition: all 0.35s ease;
}

.affiliateImgContainer:hover .affiliateImg {
  filter: saturate(1.5) opacity(1);
  transform: scale(1.05);
}
.dotdotvector {
  bottom: 15px;
  left: 20px;
  animation: shakeY 9s ease-in-out infinite;
  width: 100px;
}
.Affdotdotvector2 {
  top: 100px;
  right: 20px;
  animation: shakeY 12s ease-in-out infinite;
  width: 90px;
  opacity: 0.8;
  rotate: 90deg;
}
