.some-cases {
  padding-top: 170px;
  background: #002C44;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .some-cases {
    padding-top: 80px;
  }
}
.some-cases .title h1 {
  font-size: calc(1.63125rem + 4.575vw);
  color: #EDF2F6;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .some-cases .title h1 {
    font-size: 5.0625rem;
  }
}
.some-cases .title h2 {
  font-size: calc(1.4625rem + 2.55vw);
  color: #EDF2F6;
  font-weight: 700;
  margin-bottom: 230px;
}
@media (min-width: 1200px) {
  .some-cases .title h2 {
    font-size: 3.375rem;
  }
}
@media (max-width: 991.98px) {
  .some-cases .title h2 {
    margin-bottom: 40px;
  }
}
.some-cases .title .description {
  color: #EDF2F6;
  padding-bottom: 120px;
}
@media (max-width: 991.98px) {
  .some-cases .title .description {
    padding-bottom: 40px;
  }
}
.some-cases .case {
  margin-bottom: 80px;
}
.some-cases .case .ripple {
  width: 100%;
  aspect-ratio: 1;
  margin-bottom: 1rem;
  border-radius: 5px;
  position: relative;
}
.some-cases .case .ripple::after {
  content: "";
  position: absolute;
  bottom: 0;
  background: linear-gradient(90deg, rgb(241, 182, 3) 0%, rgb(239, 109, 95) 33%, rgb(14, 54, 76) 66%, rgb(182, 200, 214) 100%);
  width: 100%;
  height: 10px;
  z-index: 3;
  left: 0;
}
.some-cases .case .cases-button {
  color: #F1B603;
  background-color: #0E364C;
  padding: 8px 16px;
  border-radius: 22px;
  margin-bottom: 1rem;
  text-transform: uppercase;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.some-cases .case h3 {
  font-size: calc(1.4625rem + 2.55vw);
  color: #FFFFFF;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .some-cases .case h3 {
    font-size: 3.375rem;
  }
}
.some-cases .case p {
  color: #EDF2F6;
}
.some-cases .case .buttons {
  display: flex;
}

.clients {
  margin-top: 100vh;
  padding-top: 110px;
  background: #002C44;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .clients {
    flex-wrap: wrap;
  }
}
.clients .cl-fat {
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 767.98px) {
  .clients .cl-fat {
    padding-right: 1px;
    padding-left: 1px;
  }
  .clients .cl-fat:nth-child(n+5) {
    display: none;
  }
}
.clients .cl-fat div {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1882352941);
  background: #fff;
}
.clients .cl-fat.middle {
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .clients .cl-fat.middle {
    margin-bottom: 60px;
  }
}
.clients .cl-fat.cl-1 {
  width: 16.66%;
}
@media (max-width: 767.98px) {
  .clients .cl-fat.cl-1 {
    width: 33.33%;
  }
}
@media (max-width: 767.98px) {
  .clients .cl-fat.cl-1.middle {
    margin-bottom: 0;
  }
}
.clients .cl-fat.cl-2 {
  width: 11.11%;
}
@media (max-width: 767.98px) {
  .clients .cl-fat.cl-2 {
    width: 22.22%;
  }
}
.clients .cl-fat.cl-2 div {
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  .clients .cl-fat.cl-2 div {
    margin-bottom: 1px;
  }
}
.clients .swiper-clients .swiper-wrapper {
  align-items: center;
}
.clients .swiper-clients .swiper-wrapper .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  transition: all 0.5s;
}
.clients .swiper-clients .swiper-wrapper .swiper-slide img:nth-child(2) {
  margin-top: 24px;
}
.clients .swiper-clients .swiper-wrapper .swiper-slide.middle {
  margin-bottom: 70px;
}

.custom-pagination {
  align-items: center;
  margin: 2rem 0 0;
  list-style: none;
  display: flex;
  padding: 0;
  justify-content: center;
}
.custom-pagination li {
  margin: 0 0.5rem;
}
@media (max-width: 767.98px) {
  .custom-pagination li {
    font-size: 0.8rem;
  }
}
.custom-pagination li.active span {
  font-size: 1.2rem;
  font-weight: 900;
}
.custom-pagination li.disabled {
  opacity: 0.7;
}
.custom-pagination li a,
.custom-pagination li span {
  font-weight: 600;
  color: #002C44;
}
.custom-pagination li .btn {
  background: #002C44;
  color: #fff;
}
.custom-pagination li .btn svg {
  fill: #fff;
  margin: 0;
}
.custom-pagination li .btn:hover {
  background: #fff;
  color: #002C44;
  border-color: #002C44;
}
.custom-pagination li .btn:hover svg {
  fill: #002C44 !important;
}

@keyframes gradient {
  0% {
    background-position: 97% 0%;
  }
  50% {
    background-position: 4% 100%;
  }
  100% {
    background-position: 97% 0%;
  }
}
.blog {
  padding-top: 170px;
  padding-bottom: 120px;
  background: #002C44;
}
.blog h1 {
  font-size: calc(1.63125rem + 4.575vw);
  color: #EDF2F6;
}
@media (min-width: 1200px) {
  .blog h1 {
    font-size: 5.0625rem;
  }
}
.blog .subject {
  color: #F1B603;
  background-color: #0E364C;
  padding: 8px 16px;
  border-radius: 22px;
  margin-bottom: 30px;
  text-transform: uppercase;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.blog .subject .kmbi-border-9 {
  position: absolute;
  top: 0.9rem;
  right: 110%;
}
.blog h2 {
  font-size: calc(1.4625rem + 2.55vw);
  color: #fff;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .blog h2 {
    font-size: 3.375rem;
  }
}
.blog p {
  color: #fff;
  margin-bottom: 30px;
}

.blogs {
  padding-top: 100px;
  padding-bottom: 120px;
  background: #EDF2F6;
}
.blogs h2 {
  font-size: calc(1.35rem + 1.2vw);
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .blogs h2 {
    font-size: 2.25rem;
  }
}
.blogs select {
  border: solid 1px #002C44;
  border-radius: 10rem;
  background: transparent;
}
.blogs .post-inf {
  margin-top: 90px;
}
.blogs .post-inf article {
  margin-bottom: 90px;
}
.blogs .post-inf article .r-subject {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
}
.blogs .post-inf article .r-subject::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgb(241, 182, 3) 0%, rgb(239, 109, 95) 33%, rgb(14, 54, 76) 66%, rgb(182, 200, 214) 100%);
  background-size: 400% 100%;
  width: 98%;
  height: 10px;
  z-index: 1;
  margin: auto;
  animation: gradient 4s ease infinite;
}
.blogs .post-inf article .r-subject .subject {
  color: #F1B603;
  background-color: #0E364C;
  padding: 8px 16px;
  border-radius: 22px;
  text-transform: uppercase;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 2;
}
.blogs .post-inf article h3 {
  font-size: calc(1.4625rem + 2.55vw);
  color: #002C44;
  margin-bottom: 30px;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .blogs .post-inf article h3 {
    font-size: 3.375rem;
  }
}
.blogs .post-inf article p {
  color: #002C44;
  font-size: 18px;
  margin-bottom: 30px;
}
