.sponsor-gallery {
  height: fit-content;
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  color: var(--Hover-White, #e8f2ef);
  justify-content: center;
  background-color: var(--Sponsor-Green, #80c342);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  flex-direction: row;
  position: relative;
}
.sponsor-gallery .sponsor-content {
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 35%;
  padding: 3rem 0;
}
.sponsor-gallery .sponsor-content span {
  background-color: var(--Nedbank-Green, #006341);
  border-radius: 20px 0 0 20px;
  padding: 2rem;
  color: var(--Hover-White, #e8f2ef);
}
.sponsor-gallery .sponsor-content span h3 {
  margin-bottom: 3rem;
  font-size: 2.5rem;
  font-family: Libre Franklin;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.32px;
}
.sponsor-gallery .sponsor-content span p {
  font-size: 1.25rem;
  color: var(--Hover-White, #e8f2ef);
}
.sponsor-gallery .sponsor-content:nth-child(1) {
  background: none;
  padding-right: 0;
}
.sponsor-gallery .sponsor-content:nth-child(1) span {
  padding: 10%;
}
.sponsor-gallery .sponsor-content:nth-child(2) span {
  padding: 10%;
}
.sponsor-gallery .sponsor-img {
  position: relative;
  width: 35%;
  padding: 3rem 0;
}
.sponsor-gallery .sponsor-img ul {
  list-style: none;
  padding: 0;
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  height: 100%;
  width: 100%;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  overflow-x: hidden;
  border-radius: 0 20px 20px 0;
}
.sponsor-gallery .sponsor-img ul li {
  scroll-snap-align: center;
  min-width: 100%;
  height: 100%;
}
.sponsor-gallery .sponsor-img ul li img {
  object-fit: cover;
  object-position: center;
}
.sponsor-gallery .sponsor-img ul li img {
  max-width: 100%;
  height: auto;
  display: block;
  max-width: none;
  width: auto;
  width: 100%;
  height: 100%;
}
.sponsor-gallery .scroll-buttons {
  position: absolute;
  top: 50%;
  left: -30px;
  width: calc(100% + 60px);
  display: flex;
  justify-content: space-between;
}
.sponsor-gallery .scroll-buttons button {
  display: flex;
  width: 60px;
  height: 60px;
  padding: 12px 14.4px 14.4px 14.4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  border: 1.398px solid rgba(255, 255, 255, 0.8);
  background: linear-gradient(106deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
  box-shadow: 0px 9.318px 27.954px 0px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(7.7790002823px);
}

@media (max-width: 1280px) {
  .sponsor-gallery .sponsor-content {
    width: 40%;
  }
  .sponsor-gallery .sponsor-img {
    width: 40%;
  }
}
@media (max-width: 480px) {
  .sponsor-gallery {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 18%;
    gap: 20px;
    color: var(--White, #fff);
    padding: 44px 24px;
  }
  .sponsor-gallery .sponsor-content {
    width: 100%;
    padding: 0;
  }
  .sponsor-gallery .sponsor-content span {
    border-radius: 20px;
    padding: 2rem;
  }
  .sponsor-gallery .sponsor-content span h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .sponsor-gallery .sponsor-content span p {
    font-size: 1rem;
  }
  .sponsor-gallery .sponsor-img {
    position: relative;
    width: 100%;
    border-radius: 20px;
    padding: 0;
  }
  .sponsor-gallery .sponsor-img ul {
    list-style: none;
    padding: 0;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    overflow-x: hidden;
    border-radius: inherit;
  }
  .sponsor-gallery .sponsor-img ul li {
    scroll-snap-align: center;
    min-width: 64vw;
    height: 36vw;
    min-width: calc(100vw - 48px);
    height: 60vw;
  }
  .sponsor-gallery .sponsor-img ul li img {
    object-fit: cover;
    object-position: center;
    max-width: 100%;
    height: 60vw;
    display: block;
  }
  .sponsor-gallery .sponsor-img .scroll-buttons {
    position: absolute;
    top: 50%;
    left: -30px;
    width: calc(100% + 60px);
    display: flex;
    justify-content: space-between;
    top: calc(50% - 30px);
    width: calc(100vw - 24px);
    left: -12px;
  }
  .sponsor-gallery .sponsor-img .scroll-buttons button {
    display: flex;
    width: 60px;
    height: 60px;
    padding: 12px 14.4px 14.4px 14.4px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    border: 1.398px solid rgba(255, 255, 255, 0.8);
    background: linear-gradient(106deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
    box-shadow: 0px 9.318px 27.954px 0px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(7.7790002823px);
  }
}

/*# sourceMappingURL=sponsorGallery.css.map */
