.pagination .pagination-container {
  list-style: none;
  display: flex;
  padding: 1rem 0;
  margin-bottom: 0;
}
.pagination .pagination-container .btn {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 0.75rem;
  border: solid 1px #fff;
  padding: 0;
  margin-right: 5px;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}
.pagination .pagination-container .btn i {
  margin: 0;
}
.pagination .pagination-container .btn.first, .pagination .pagination-container .btn.last {
  background-color: #fff;
  color: var(--secondary);
}
.pagination .pagination-container .btn.active {
  background-color: rgb(84, 180, 211);
  color: white;
}
.pagination .pagination-container .btn.inactive {
  opacity: 0.5;
}

.loading {
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.global-header {
  border-bottom: 0.625rem solid #6DCFF6;
}
.global-header .ku-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.global-header_logo img {
  height: 38px;
}
.global-header a {
  color: black;
}

@media screen and (max-width: 768px) {
  .global-header .ku-container {
    flex-direction: column;
    gap: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.global-footer {
  border-top: 0.625rem solid #6DCFF6;
}
.global-footer .ku-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.global-footer .ku-container ul {
  list-style: none;
}
.global-footer .ku-container ul li {
  margin-bottom: 1rem;
}
.global-footer .ku-container ul li a {
  border-bottom: 0.125rem solid black;
}
.global-footer_logo img {
  height: 38px;
}
.global-footer a {
  text-decoration: none;
  color: black;
}

@media screen and (max-width: 768px) {
  .global-footer .ku-container {
    flex-direction: column;
    gap: 2rem;
  }
  .global-footer .ku-container ul {
    padding-left: 0;
    text-align: center;
    margin-bottom: 0;
  }
  .global-footer_copyright {
    text-align: center;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.global-hero {
  background-color: #6DCFF6;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40rem;
}
.global-hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), linear-gradient(180deg, rgba(0, 0, 0, 0) 45.38%, rgba(0, 0, 0, 0.7) 70.47%);
}
.global-hero_wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  padding-bottom: 3rem;
}
.global-hero_wrapper h1 {
  font-family: "Inter", sans-serif;
  z-index: 1;
  color: white;
  text-align: center;
  font-size: 2rem;
  line-height: 3.25rem;
  font-weight: 300;
}
.global-hero_wrapper h1 span {
  font-size: 3.25rem;
  font-weight: 800;
  display: block;
  margin-top: 0.5rem;
}

.global-text-image-columns {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-bottom: 0.625rem solid #6DCFF6;
}
.global-text-image-columns_logo img {
  width: 21.6875rem;
}
.global-text-image-columns a {
  color: black;
  padding-left: 0;
}
.global-text-image-columns_image img {
  border-radius: 1.75rem;
}

@media screen and (max-width: 768px) {
  .global-text-image-columns {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .global-text-image-columns .col-md-6 {
    text-align: center;
  }
  .global-text-image-columns_logo img {
    width: 13.6875rem;
  }
}
.global-how-does-it-work {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.global-how-does-it-work h1 {
  font-weight: 800;
  font-size: 2.5rem;
  padding-bottom: 3rem;
}
.global-how-does-it-work_content {
  background-color: #7ECDF4;
  padding-left: 2rem;
  padding-right: 2rem;
  border-radius: 3.75rem;
  border: 8px solid #D1F2FF;
}
.global-how-does-it-work_content img {
  max-height: 21.6875rem;
}
.global-how-does-it-work_content ul {
  list-style: none;
  padding-left: 0;
}
.global-how-does-it-work_content ul li {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 500;
}
.global-how-does-it-work_content ul li .icon {
  background-color: #2F2F2F;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
  color: white;
}
.global-how-does-it-work_content ul li .icon i {
  color: white;
}
.global-how-does-it-work_text {
  max-width: 30.5rem;
  padding-bottom: 2rem;
}
.global-how-does-it-work_text p {
  margin-bottom: 1.5rem;
  font-size: 0.75rem;
  font-weight: 500;
}
.global-how-does-it-work_text h5 {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25rem;
}
.global-how-does-it-work_africa {
  position: absolute;
  top: -20%;
  right: -2%;
  max-height: 23.875rem;
  opacity: 0.3;
}

@media screen and (max-width: 768px) {
  .global-how-does-it-work {
    padding-bottom: 2rem;
  }
  .global-how-does-it-work_africa {
    display: none;
  }
  .global-how-does-it-work_content {
    flex-direction: column;
    gap: 2rem;
    align-items: center !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .global-how-does-it-work h1 {
    padding-bottom: 2rem;
  }
}
.global-partner-with-us {
  margin-top: 6rem;
}
.global-partner-with-us_text {
  max-width: 80%;
}
.global-partner-with-us_wrapper {
  text-align: center;
}
.global-partner-with-us_wrapper h2 {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 2.5rem;
}
.global-partner-with-us_wrapper p {
  font-size: 1.375rem;
  font-weight: 600;
}
.global-partner-with-us_wrapper .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 7rem;
  width: 7rem;
  border-radius: 50%;
  background-color: red;
  border: 0.5rem solid;
}
.global-partner-with-us_wrapper .circle i {
  color: black !important;
  font-size: 2.5rem;
}
.global-partner-with-us_grid {
  width: 70%;
}
.global-partner-with-us_grid h5 {
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 800;
}
.global-partner-with-us_grid span {
  max-width: 80%;
  font-size: 1rem;
  font-weight: 600;
}
.global-partner-with-us_europe {
  position: absolute;
  top: 16%;
  left: -6%;
  max-height: 23.875rem;
  opacity: 0.3;
}

@media screen and (max-width: 768px) {
  .global-partner-with-us {
    margin-top: 3rem;
  }
  .global-partner-with-us_europe {
    display: none;
  }
}
.global-programmes {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.global-programmes h1 {
  font-weight: 800;
  font-size: 2.5rem;
}
.global-programmes .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.global-programmes .buttons a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  min-width: 19.375rem;
  padding: 1rem;
  background-color: transparent;
  border-radius: 48px;
  border: 1px solid black;
  color: black;
}
.global-programmes .buttons span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid black;
  border-radius: 50%;
}
.global-programmes_logo {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.global-programmes_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.global-contact-form {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.global-contact-form_wrapper {
  background-color: #E6E9EB;
  text-align: center;
  border-radius: 3.75rem;
  border: 1px solid black;
}
.global-contact-form_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 80%;
  padding: 2rem 0;
}
.global-contact-form_content h2 {
  max-width: 70%;
  font-size: 1.25rem;
  font-weight: 700;
}
.global-contact-form_content .form-control {
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 1.25rem;
  resize: none;
}
.global-contact-form_content button {
  width: 40%;
  padding: 1rem;
  border-radius: 1.25rem;
}

@media screen and (max-width: 768px) {
  .global-contact-form {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
  .global-contact-form_content {
    max-width: 90%;
  }
  .global-contact-form_content h2 {
    max-width: 100%;
  }
  .global-contact-form_content .terms {
    flex-direction: column;
    gap: 1rem;
  }
}
.global-banner {
  background-color: #6DCFF6;
  background-repeat: no-repeat;
  background-size: cover;
  height: 30rem;
  background-position: center;
}
