/************** Products **************/

.header-area {
  background: black;
}

.tapkeen-logo {
  margin: 146px auto 20px auto;
  display: block;
  height: 112px;
}

.about-tapkeen-area {
  height: auto;
  width: 100%;
}

.about-tapkeen-area h2 {
  text-transform: none;
}

.about-tapkeen-area p {
  text-align: center;
}

.tapkeen-candp-container {
  margin-top: 170px;
  left: 100px;
}

.tapkeen-candp-arrow {
  margin-left: 108px;
}

.tapkeen-candp-arrow-left {
  margin-left: -108px;
}

.tapkeen-candp-arrow-left>img {
  width: 50% !important;
}

.tapkeen-candp-title {
  margin-top: -14px;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 39px;
  line-height: 42px;
  color: #333333;
}

.tapkeen-candp-title p {
  text-align: left;
}

.tapkeen-candp-title>p.mobile {
  display: none;
}

.tapkeen-candp-title-line {
  margin-top: -10px;
  margin-left: 30px;
  width: 187px;
}

.tapkeen-candp-description {
  margin-top: 46px;
  padding-right: 50px;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #333333;
}

.tapkeen-candp-description p {
  text-align: left;
}

.tapkeen-candp-phone-screens {
  margin-top: 20px;
  left: 50px;
}

.tapkeen-candp-phone-screens img {
  width: 100%;
}

.tapkeen-section {
  margin-top: 1.5rem;
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.tapkeen-section p {
  text-align: center;
}

.tapkeen-section>.header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.feature-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 1rem;
  margin-bottom: 2rem;
}

.feature-container>.feature-card {
  background-color: #7335a0;
  padding: 48px 32px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;

}

.feature-card .box-number {
  font-size: 340px;
  line-height: 360px;
  font-weight: 700;
  color: #943cc1;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  filter: blur(4px);
  -webkit-filter: blur(4px);
}

.feature-card .feature-content {
  position: relative;
  z-index: 100;
  padding-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.feature-card p,
.feature-card span.feature-title {
  text-align: left;
  color: white;
}

.feature-card p {
  font-weight: 400;
  font-size: 20px;
}

.feature-card span.feature-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 120%;
}

.download-store-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}

.download-website-link {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.download-website-link a {
  text-decoration: underline;
}

.download-website-link a>span {
  font-size: 19px;
  font-weight: bold;
  color: blue;
}

.appstore-button>a {
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}

.appstore-button a>img {
  height: 64px;
}

.appstore-button a:hover,
.appstore-button a:focus {
  opacity: 0.8;
}

@media screen and (max-width: 1400px) {
  .appstore-button a>img {
    height: 48px;
  }
}


@media screen and (max-width: 1200px) {
  .feature-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 768px) {
  .feature-container {
    grid-template-columns: 1fr;
  }

  .feature-container>.feature-card {
    margin: 0 1.25rem;
  }

  .feature-card .box-number {
    font-size: 220px;
    line-height: 240px;
  }
}


.padding-size {
  padding-left: 140px;
  padding-right: 140px;
}

@media screen and (min-width: 1600px) {
  .padding-size {
    padding-left: 25%;
    padding-right: 25%;
  }
}

@media screen and (max-width: 1400px) {
  .padding-size {
    padding-left: 120px;
    padding-right: 120px;
  }
}

@media screen and (max-width: 1200px) {
  .padding-size {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media screen and (max-width: 768px) {
  .padding-size {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (max-width: 917px) {
  .tapkeen-candp-container {
    margin-top: 40px;
    left: 0px;
    width: 100%;
  }

  .tapkeen-candp-title-line {
    width: 90%;
  }

  .tapkeen-candp-title {
    font-size: 28px;
  }

  .tapkeen-candp-title>p.web {
    display: none;
  }

  .tapkeen-candp-title>p.mobile {
    display: inline-block;
  }

  .tapkeen-candp-title-line {
    margin-left: 0px;
  }

  .tapkeen-candp-arrow,
  .tapkeen-candp-arrow-left {
    display: none;
  }


  .tapkeen-illustration-section .row,
  .tapkeen-illustration-section-reverse .row {
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
    flex-direction: column;
  }

  .tapkeen-illustration-section-reverse .row {
    flex-direction: column-reverse;
  }

  .tapkeen-candp-phone-screens {
    width: 100%;
    left: 0;
  }
}