.portfolio-background-parent {
  margin-top: 114px;
  width: 100%;
  height: 300px;
  position: relative;
  z-index: -1;
}

.portfolio-background {
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #0031b280;
  position: absolute;
  top: 0;
  left: 0;
}

.title {
  font-size: 50px;
  font-weight: 700;
  font-family: poppinSemiBold;
  color: #ffffff;
  margin-bottom: 85px;
}

.portfolio-parent {
  margin-top: -90px;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.portfolio-card-row {
  padding: 20px;
}

.buttons-row {
  border: 1px solid #0031b2;
  padding: 5px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.portfolio-filter-button {
  padding: 15px;
  color: #0031b2;
  background-color: #fff;
  border-radius: 10px;
  border: none;
  cursor: pointer !important;
  transition: 300ms;
}

.portfolio-filter-button-active {
  background-color: #e5eaf7;
}

.portfolio-title {
  font-size: 22px;
  font-weight: 600;
  font-family: poppinSemiBold;
  padding-top: 30px;
  padding-bottom: 30px;
}

.access-control {
  margin-bottom: 20px;
}

.access-control-card {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  border-radius: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.faceScanner-photo {
  width: 130px;
  height: 180px;
}

.card-text {
  margin-top: 20px;
  font-size: 22px;
  font-weight: 600;
  font-family: poppinSemiBold;
}

.iadeaPanel-photo {
  width: 280px;
  height: 180px;
}

.nfcReader-photo {
  width: 100px;
  height: 180px;
}

.licensePlate-photo {
  width: 180px;
  height: 180px;
}

/* mobile wallet */

.border-bottom-e {
  border-bottom: 1px solid #e5eaf7;
}

.firstRow {
  padding-bottom: 30px;
}

.secondRow {
  margin-top: 0px;
  margin-bottom: 20px;
}

.thirdRow {
  margin-top: 0px;
  padding-bottom: 30px;
}

.icon-parent {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e5eaf7;
  border-radius: 10px;
}

.mobile-wallet-icon {
  width: 90px;
  height: 90px;
}

.brand-title {
  font-size: 22px;
  font-weight: 600;
  font-family: poppinSemiBold;
}

.brand-desc {
  font-size: 14px;
  font-weight: 400;
  color: #707070;
}

.brand-in-phone {
  width: 145px;
  height: 290px;
}

.play-store {
  width: 150px;
  height: 45px;
}

/* system integration */

.system-integration {
  margin-bottom: 20px;
}

.system-card {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.system-icon {
  width: 130px;
  height: 130px;
}

.system-title {
  font-size: 22px;
  font-weight: 600;
  margin-top: 25px;
  font-family: poppinSemiBold;
}

/* taxi application */

.taxi-application {
  margin-bottom: 20px;
}

/* footer css */

.footer {
  padding-top: 40px;
}

.footer-about {
  width: 100%;
}

.footer-about-company {
  width: 130px;
  height: 90px;
}

.footer-about-description {
  font-size: 16px;
  font-weight: 400;
  color: #707070;
  margin-top: 25px;
}

.footer-link {
  width: 100%;
}

.footer-links-title {
  font-size: 22px;
  font-weight: 600;
  font-family: poppinSemiBold;
}

.links {
  margin-top: 20px;
}

.links-text {
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}

.footer-social {
  width: auto;
}

.footer-social-title {
  font-size: 22px;
  font-weight: 600;
  font-family: poppinSemiBold;
}

.socials {
  display: flex;
  column-gap: 20px;
  margin-top: 20px;
}

.social-photo {
  width: 50px;
  height: 50px;
  cursor: pointer;
}
