.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;
}

@keyframes gradient {
  0% {
    background-position: 97% 0%;
  }
  50% {
    background-position: 4% 100%;
  }
  100% {
    background-position: 97% 0%;
  }
}
.services {
  padding-top: 170px;
  padding-bottom: 120px;
  position: relative;
}
@media (max-width: 1399.98px) {
  .services {
    padding-bottom: 80px;
  }
}
@media (max-width: 991.98px) {
  .services {
    padding-top: 130px;
  }
}
.services .opis-top {
  position: sticky;
  top: 150px;
  left: 0;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1399.98px) {
  .services .opis-top {
    top: 110px;
  }
}
@media (max-width: 991.98px) {
  .services .opis-top {
    position: initial;
  }
}
.services .opis-top h1 {
  font-size: calc(1.63125rem + 4.575vw);
  font-weight: 700;
  color: #002C44;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .services .opis-top h1 {
    font-size: 5.0625rem;
  }
}
@media (max-width: 1399.98px) {
  .services .opis-top h1 {
    font-size: 48px;
    margin-bottom: 20px;
  }
}
.services .opis-top p {
  color: #002C44;
}
.services ul {
  list-style: none;
  padding-left: 0;
}
.services ul li {
  background: #002C44;
  padding: 60px;
  margin-bottom: 30px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.services ul li::after {
  content: "";
  position: absolute;
  top: 0;
  background-image: linear-gradient(180deg, rgb(241, 182, 3) 0%, rgb(239, 109, 95) 33%, rgb(14, 54, 76) 66%, rgb(182, 200, 214) 100%);
  width: 10px;
  height: 100%;
  z-index: 3;
  left: 0;
  background-size: 100% 400%;
  animation: gradient 4s ease infinite;
}
.services ul li h2 {
  color: #EDF2F6;
  font-size: calc(1.35rem + 1.2vw);
  font-weight: 700;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .services ul li h2 {
    font-size: 2.25rem;
  }
}
.services ul li p {
  font-size: 18px;
  color: #EDF2F6;
  margin-bottom: 30px;
}

.clients {
  margin-top: 0;
  padding-top: 60px;
  background: rgb(237, 242, 246);
  padding-bottom: 60px;
}
