body {
  font-family: 'Source Serif Pro', serif;
  font-family: 'Poppins', sans-serif;
}

:root {
  --animate-delay: 0.1s;
}

.cta,
.nav-cta:hover {
  background: #00ff85;
  color: #002333;
  transition: 0.4s ease all;
}

.cta:hover,
.nav-cta {
  background: #002333;
  color: #00ff85;
  transition: 0.4s ease all;
}

.mark {
  height: 1.4em;
  width: 0.4em;
  background: #002333;
}

.divider {
  height: 3em;
  width: 0.15em;

}

.dividers:last-child {
  display: none;
}

.about-hero {
  background-image: url('Images/defaultimgs/backgrounds/1608_02-Regional-MediaThon-Coming-to-Barbados.jpg');
  background-size: cover;
  background-position: center;
  height: 60vh;
}

.services-hero {
  background-image: url('Images/defaultimgs/backgrounds/Black-Business-Professionals-800x450.jpg');
  background-size: cover;
  background-position: top right;
  height: 60vh;
}

.wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  perspective: 1000;
}

.section {
  height: 100%;
  width: calc(100% / var(--panelcount));
  float: left;

  /* aesthetic only ---- */
  position: relative;
}

.section:nth-child(1) {
  background: #F64747;
}

.section:nth-child(2) {
  background: #22A7F0;
}

.section:nth-child(3) {
  background: #F9690E;
}

.section:nth-child(4) {
  background: #9B59B6;
}

.section:nth-child(5) {
  background: #03C9A9;
}

.section__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #fff;
}

.ham-link.active {
  border-bottom: 2px solid #00ff85;
  color: #002333;
}

.ham-link {
  border-bottom: 2px solid #e5e7eb;
}

.say:hover {
  border-top: 4px solid #00ff85;
  cursor: pointer;
}



.partners::-webkit-scrollbar {
  display: none;
}

.swiper {
  width: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.say-1 {
  background-image: url('/Images/test1.jpg');
  background-size: cover;
  background-position: 0% 24%;
}

.say-2 {
  background-image: url('/Images/test3.jpeg');
  background-size: cover;
  background-position: 48% 24%;
}

.years {
  transition: background 0.s ease;
}

.years .number {
  -webkit-text-stroke: 3px #002333;
  -webkit-text-fill-color: #f3f4f6;
}

.text-shadow {
  font-weight: bolder;
  color: #f3f4f6;
  text-shadow:
    -1px -1px 0 #002333,
    -1px 1px 0 #002333,
    1px -1px 0 #002333,
    1px 1px 0 #002333;
}

.years:hover .text-shadow {
  font-weight: bolder;
  color: #002333;
  text-shadow:
    -1px -1px 0 #f3f4f6,
    -1px 1px 0 #f3f4f6,
    1px -1px 0 #f3f4f6,
    1px 1px 0 #f3f4f6;
}

.years:hover {
  background: #00ff85;
  transition: background 0.s ease;
}

.years:hover .number {
  -webkit-text-stroke: 3px #002333;
  -webkit-text-fill-color: #002333;
}


@media (min-width: 768px) {
  .say-2 {
    background-position: 20% 24%;

  }
}