.apps {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #fff;
  position: relative;
}

@media only screen and (max-width: 899px) {
  .apps {
    padding-top: 0px;
  }
}

.apps > .bc-search {
  position: relative;
}

/* .apps-cube > .bc-search::after {
  content:'';
  position: absolute;
  left: -50px;
  width: 275px;
  height: 275px;
  z-index: 1;
  top: -150px;
  background:url('../../img/cube-d.png');
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 899px) {
  .apps-cube > .bc-search::after {
    width: 205px;
    height: 205px;
    top: -50px;
  }
}

@media only screen and (max-width: 599px) {
  .apps-cube > .bc-search::after {
    top: -50px;
    left: -150px;
  }
} */

.apps > .bc-search .bs-heading-box {
  position: relative;
  z-index: 2;
}

.apps-title {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.3;
  text-align: center;
  color: #212121;
  margin-top: 0;
  margin-bottom: 18px;
}

.apps-subtitle__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 45px;
}

.apps-subtitle__wrap img {
  height: 33px;
  width: 100px;
  object-fit: contain;
}

.apps-input__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
}

@media only screen and (max-width: 899px) {
  .apps-input__inner {
    gap: 12px;
  }
}

.apps-input__inner img {
  width: 28px;
  object-fit: contain;
  opacity: 0.65;
}

@media only screen and (max-width: 899px) {
  .apps-input__inner img {
    width: 20px;
  }
}

.apps-input input {
  font-family: "Plus Jakarta Sans";
  background: none;
  font-weight: 500;
  outline: none;
  font-size: 19px;
  border: none;
  border-bottom: 1px solid #c3c6db;
  width: 100%;
  max-width: 560px;
  padding-bottom: 8px;
}

@media only screen and (max-width: 899px) {
  .apps-input input {
    font-size: 17px;
  }
}

@media only screen and (max-width: 599px) {
  .apps-input input {
    font-size: 15px;
  }
}

.apps-input input:focus {
  border-bottom: 1px solid #696c80;
}

p.apps-subtitle {
  margin: 0;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #212121;
}

.apps-input {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 0px;
}

@media only screen and (max-width: 899px) {
  .apps-input {
    margin-bottom: 10px;
  }
}

.apps__cat-wrap {
  display: flex;
  justify-content: space-evenly;
  gap: 20px;
  margin-top: 70px;
}

.apps-img__wrap {
  display: flex;
  gap: 70px;
  padding-top: 60px;
  flex-flow: wrap;
  grid-row-gap: 40px;
}

@media only screen and (max-width: 899px) {
  .apps-img__wrap {
    gap: 30px;
    padding-top: 40px;
    grid-row-gap: 30px;
  }
}

.apps-img {
  text-align: center;
  width: 80px;
}

.apps-img p {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.2;
  text-align: center;
  color: rgba(0, 0, 0, 0.48);
  margin-top: 8px;
  margin-bottom: 0;
}
.apps-img img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

@media only screen and (max-width: 599px) {
  .swiper-button-prev {
    left: 0 !important;
  }
  .swiper-button-next {
    right: 0 !important;
  }
}

.apps__cat p {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
  margin: 0;
  border: 1px solid #c2c3d7;
  border-radius: 4px;
  padding: 14px 26px;
}

@media only screen and (max-width: 899px) {
  .apps-title {
    font-size: 32px;
  }
}

@media only screen and (max-width: 599px) {
  .apps__cat p {
    padding: 10px 20px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 399px) {
  .apps__cat p {
    padding: 8px 15px;
  }
}

/* swiper */

:root {
  --swiper-navigation-size: 16px !important;
  --swiper-theme-color: #070d3b !important;
}

.swiper-outer-wrapper {
  position: relative;
  padding-left: 60px;
  padding-right: 60px;
}
@media only screen and (max-width: 600px) {
  .swiper-outer-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 500px) {
  .swiper-outer-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.swiper .swiper-slide {
  width: auto;
}

.swiper-outer-wrapper::after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  width: 160px;
  z-index: 1;
  height: 100%;
  top: 0;
}

.swiper-outer-wrapper.bs-swiper-end::after {
  display: none;
}

.apps-img__wrap {
  justify-content: center;
}

.bc-filter-btn p.active {
  border-color: #542fe8;
  color: #542fe8;
}

.bc-filter-btn p.active {
  transition: all 0.3s ease;
  cursor: pointer;
}

a.bs-integrations-showcase-app {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  width: 60px;
}

@media only screen and (max-width: 1199px) {
  a.bs-integrations-showcase-app {
    width: 110px;
  }
}

@media only screen and (max-width: 899px) {
  a.bs-integrations-showcase-app {
    width: 100px;
  }
}

@media only screen and (max-width: 599px) {
  a.bs-integrations-showcase-app {
    width: 90px;
  }
}

.bs-integrations-showcase-app-icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 12px;
  -webkit-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

@media only screen and (max-width: 1199px) {
  .bs-integrations-showcase-app-icon {
    width: 65px;
    height: 65px;
  }
}

@media only screen and (max-width: 899px) {
  .bs-integrations-showcase-app-icon {
    width: 55px;
    height: 55px;
  }
}

@media only screen and (max-width: 599px) {
  .bs-integrations-showcase-app-icon {
    width: 50px;
    height: 50px;
  }
}

.bs-integrations-showcase-app-icon img {
  width: 45px;
  height: 45px;
  object-fit: contain;
  object-position: 50% 50%;
}

@media only screen and (max-width: 1199px) {
  .bs-integrations-showcase-app-icon img {
    width: 40px;
    height: 40px;
  }
}

@media only screen and (max-width: 899px) {
  .bs-integrations-showcase-app-icon img {
    width: 36px;
    height: 36px;
  }
}

@media only screen and (max-width: 599px) {
  .bs-integrations-showcase-app-icon img {
    width: 28px;
    height: 28px;
  }
}

a.bs-integrations-showcase-app:hover > .bs-integrations-showcase-app-icon {
  transform: scale(1.05);
}

.bs-integrations-showcase-app-name {
  text-align: center;
  font-size: 14px;
  line-height: 1.3;
  color: #777;
  font-weight: 500;
  letter-spacing: -0.25px;
}

@media only screen and (max-width: 899px) {
  .bs-integrations-showcase-app-name {
    font-size: 13px;
  }
}

@media only screen and (max-width: 599px) {
  .bs-integrations-showcase-app-name {
    font-size: 13px;
  }
}

a.bs-integrations-showcase-app:hover > .bs-integrations-showcase-app-name {
  color: #542fe8;
}

.bs-integrations-showcase-app-paid {
  background-color: #e8e8ed;
  padding: 1px 8px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  color: #605f92;
  border-radius: 5px;
  margin-top: -3px;
}

@media only screen and (max-width: 899px) {
  .bs-integrations-showcase-app-paid {
    padding: 0.75px 6px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 599px) {
  .bs-integrations-showcase-app-paid {
    padding: 0.5px 5px;
    font-size: 10px;
    border-radius: 4px;
  }
}