/* ===================
- Utilities
=================== */

.color-blue {
  color: #00295c;
}

.font-semibold {
  font-weight: 600 !important;
}

h2.color-blue.font-semibold {
  margin-bottom: 30px;
}

.pt-100 {
  padding-top: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

/* ===================
- Hero section
=================== */

.welcome-section {
  max-width: 100%;
}

.welcome-section .banner-section {
  background-size: cover;
}

.welcome-section .banner-section h1 {
  text-wrap: balance;
}

/* ===================
- Animated incremental numbers
=================== */

.counters-container {
  justify-content: center;
}

.counters-container .amount-container {
  display: flex;
}

.amounts-section .counters-container .amount-container:nth-child(2) {
  align-items: flex-start;
}

/* ===================
- Testimonials
=================== */

.videos-section .testimonial-video {
  cursor: pointer;
}

.videos-section .testimonial-video .video-footer {
  align-items: center;
  gap: 15px;
}

.videos-section .testimonial-video .img-container::after {
  height: 33.333%;
  background: linear-gradient(0deg, #00295c 0%, rgba(0, 41, 92, 0) 100%);
  transition: opacity 0.3s ease-in-out;
}

.videos-section .testimonial-video:hover .img-container::after {
  opacity: 0.5;
}

.videos-section .testimonial-video .video-footer h4 {
  margin-bottom: 0;
  letter-spacing: 0.6px;
}

.videos-section .testimonial-video .video-footer .btn {
  aspect-ratio: 1 / 1;
  z-index: 100;
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
}

.videos-section .testimonial-video:hover .video-footer .btn {
  opacity: 1;
}

/* ===================
- Logos carousel
=================== */

.swiper-container::before {
  content: "";
  width: 50px;
  height: 85px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: linear-gradient(
    90deg,
    rgba(239, 239, 239, 1) 50%,
    rgba(239, 239, 239, 0) 100%
  );
  z-index: 100;
}

.swiper-container::after {
  content: "";
  width: 50px;
  height: 85px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: linear-gradient(
    -90deg,
    rgba(239, 239, 239, 1) 50%,
    rgba(239, 239, 239, 0) 100%
  );
  z-index: 100;
}

/* ===================
- Call to action
=================== */

.call-to-action h2 {
  font-weight: 600;
}

/* ===================
- Map section
=================== */

.map-section .cards-container h4 {
  font-weight: 600;
}

.map-section .map-image-container {
  border-radius: 4px;
  background-size: cover;
}

footer {
  padding-left: 15px;
  padding-right: 15px;
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 992px) {
  .pt-100 {
    padding-top: 60px !important;
  }

  .pb-60 {
    padding-bottom: 100px !important;
  }

  .mt-100 {
    margin-top: 60px !important;
  }

  .mb-100 {
    margin-bottom: 60px !important;
  }

  .counters-container .amount-container {
    width: 50%;
  }

  .amounts-section .counters-container .amount {
    font-size: 2.5rem;
  }
}

@media (max-width: 767.98px) {
  .banner-section {
    justify-content: flex-end;
  }
  .services-container ul {
    font-size: 0.875rem !important;
  }
}

@media (max-width: 575.98px) {
  .amounts-section .counters-container {
    flex-direction: row;
  }
}
