body {
  font-family: "Poppins";
  line-height: 1.1;
}
p {
  font-weight: 400;
}
.container {
  padding: 0 30px;
}
.apps-badge {
  padding: 8.5px 16.5px;
  line-height: 1.1;
  border-radius: 48px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(217, 223, 255, 0.4);
  box-shadow:
    6.017px -6.017px 6.017px 0 rgba(157, 157, 157, 0.1) inset,
    -6.017px 6.017px 6.017px 0 rgba(255, 255, 255, 0.1) inset;
  backdrop-filter: blur(6.016894340515137px);
}
.apps-cover-section {
  padding: 45px 0;
}

.apps-cover-section .section-title h1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 20px;
}
.app-cover-top {
  max-width: 460px;
}
.app-cover-top p {
  margin-bottom: 54px;
}
.app-cover-bottom {
  max-width: 505px;
}
.app-cover-block {
  z-index: 3;
}
.app-cover-block .section-title {
  margin-top: 54px;
  max-width: 530px;
}
.app-cover-scroll {
  padding: 14px 24px;
  font-size: 14px;
  color: #4a5f93;
  transition: 0.3s all;
  border-radius: 8px;
}
.app-cover-scroll img {
  width: 12px;
  margin-left: 10px;
  transition: none;
}
.app-cover-scroll::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(274.59deg, #003aba 0%, #275fdc 99.6%);
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 8px;
}
.app-cover-scroll span,
.app-cover-scroll img {
  position: relative;
  z-index: 1;
}
.app-cover-scroll:hover span {
  color: #ffffff;
}
.app-cover-scroll:hover::before {
  opacity: 1;
}
.app-cover-scroll:hover img {
  transition: filter 0.3s ease;
}
.app-cover-scroll:hover img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(22%) saturate(0%)
    hue-rotate(341deg) brightness(113%) contrast(100%);
}
.apps-header-img {
  width: 100%;
  margin-bottom: 55px;

  aspect-ratio: 16/9;
}
.apps-header-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  position: absolute;
  z-index: 1;
}
.apps-header-img__white-overlay {
  transform: translateX(-50%);
  background: linear-gradient(0, #fbfbfd 0%, rgba(217, 217, 217, 0) 100%);
  z-index: 2;
}
.background-shape {
  top: 12%;
  width: 80%;
  height: 60%;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("apps-img/Background_Color_Decor.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.all-apps-section {
  padding: 53px 0 60px 0;
}
.all-apps-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(74, 95, 147, 0) 0%,
    rgba(74, 95, 147, 0.5) 49.06%,
    rgba(74, 95, 147, 0) 100%
  );
  width: 230px;
}
.section-title h2 {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 20px;
}
.all-apps-section .app-section-text {
  max-width: 455px;
}
.app-apps-block {
  max-width: 396px;
}
.app-item {
  border-radius: 10px;
  padding: 18px 22px 16px 22px;
  border: 1px solid #dadfeb;
  background: #ffffff;
  box-shadow:
    0 100px 80px 0 rgba(123, 120, 190, 0.04),
    0 41.778px 33.422px 0 rgba(123, 120, 190, 0.03),
    0 22.336px 17.869px 0 rgba(123, 120, 190, 0.02),
    0 12.522px 10.017px 0 rgba(123, 120, 190, 0.02),
    0 6.65px 5.32px 0 rgba(123, 120, 190, 0.02),
    0 2.767px 2.214px 0 rgba(123, 120, 190, 0.01);
}
.app-item-icon {
  width: 81px;
  height: 81px;
  border-radius: 10px;
}

.app-item-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
}
.app-item-title:hover {
  color: #000000;
}
.app-item-top {
  gap: 19px;
  margin-bottom: 27px;
}
.app-grade {
  font-size: 13px;
  gap: 6px;
}
.grade-star img {
  width: 16px;
}
.app-item-text {
  margin-bottom: 27px;
}
.app-details-btn {
  color: #4a5f93;
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 24px;
  border-radius: 8px;
  border: 1px solid #dadfeb;
  background: #ffffff;
}
.app-details-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(274.59deg, #003aba 0%, #275fdc 99.6%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.app-details-btn span {
  position: relative;
  z-index: 1;
}
.app-details-btn:hover span {
  color: #ffffff;
}
.app-details-btn:hover::before {
  opacity: 1;
}
.app-item-bottom {
  gap: 12px;
}
.app-links {
  flex-wrap: wrap;
  gap: 12px;
}
.app-links a {
  padding: 0.375rem 0.75rem;
  border-radius: 0.5rem;
  border: 0.063rem solid #dadfeb;
  width: 100%;
  z-index: 1;
}
.app-links a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(274.59deg, #003aba 0%, #275fdc 99.6%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: inherit;
  z-index: 0;
  pointer-events: none;
}
.app-links a:hover::before {
  opacity: 1;
}
.app-links a img {
  transition: filter 0s;
}
.app-links a:hover img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(22%) saturate(0%)
    hue-rotate(341deg) brightness(113%) contrast(100%);
}
@media (min-width: 380px) {
  .app-links {
    flex-wrap: nowrap;
  }
  .app-links a {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .apps-cover-section {
    padding: 105px 0 50px 0;
  }
  .all-apps-section::after {
    width: 360px;
  }
  .all-apps-section {
    padding: 70px 0 60px 0;
  }
  .app-section-text p {
    margin-bottom: 70px;
  }
  .app-item {
    padding: 41px 50px 46px 50px;
  }
}

@media (min-width: 992px) {
  .app-apps-block {
    max-width: 100%;
  }
  .app-item {
    padding: 37px;
  }
}

@media (min-width: 1200px) {
  .apps-cover-section {
    padding: 75px 0 60px 0;
  }
  .app-cover-block .section-title {
    margin-top: 25px;
    max-width: 1005px;
  }
  .app-cover-block .section-title h1 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .app-cover-top {
    max-width: 750px;
  }
  .app-cover-top p {
    margin-bottom: 35px;
  }
  .app-cover-bottom {
    max-width: 720px;
  }
  .apps-header-img {
    margin-bottom: 100px;
  }
  .all-apps-section::after {
    width: 590px;
  }
  .all-apps-section {
    padding: 88px 0;
  }
  .all-apps-section .app-section-text {
    max-width: 866px;
  }
  .section-title h2 {
    margin-bottom: 33px;
  }
  .app-section-text p {
    margin-bottom: 45px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1250px;
  }
}
