/*  9.2 Stack Css
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .app-stack-ptb {
    margin-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .app-stack-heading {
    padding-bottom: 50px;
  }
}
.app-stack-subtitle {
  font-size: 15px;
  font-weight: 600;
  padding: 2px 16px;
  display: inline-block;
  border-radius: 40px;
  margin-bottom: 25px;
  color: var(--tp-common-black-10);
  border: 1px solid rgba(33, 33, 45, 0.06);
  box-shadow: 0px 0px 2px 0px rgba(39, 39, 46, 0.04);
  background: var(--tp-common-white);
}
.app-stack-number {
  font-size: 220px;
  font-weight: 700;
  line-height: 0.6;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: var(--tp-ff-phudu);
  background: linear-gradient(180deg, rgba(33, 33, 45, 0.1) 13.2%, rgba(247, 247, 253, 0.1) 94.29%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .app-stack-number {
    font-size: 130px;
  }
}
.app-stack-title {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: var(--tp-common-black-10);
  font-family: var(--tp-ff-phudu);
}
@media (max-width: 767px) {
  .app-stack-title {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .app-stack-title br {
    display: none;
  }
}
.app-stack-content {
  position: relative;
  margin-left: 38px;
}
@media (max-width: 767px) {
  .app-stack-content {
    margin-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .app-stack-content {
    margin-left: 30px;
  }
}
.app-stack-content::before {
  position: absolute;
  content: "";
  top: 8px;
  left: -38px;
  height: 80px;
  width: 1px;
  background-color: rgba(33, 33, 45, 0.1);
}
@media (max-width: 767px) {
  .app-stack-content::before {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .app-stack-content::before {
    display: block;
  }
}
.app-stack-content::after {
  position: absolute;
  content: "";
  top: 8px;
  left: -38px;
  height: 20px;
  width: 1px;
  background-color: var(--tp-common-black-10);
}
@media (max-width: 767px) {
  .app-stack-content::after {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .app-stack-content::after {
    display: block;
  }
}
.app-stack-content p {
  font-size: 15px;
  color: #61616A;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .app-stack-content p br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .app-stack-item {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .app-stack-item {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.app-stack-item-02 {
  background: linear-gradient(265deg, rgb(208, 242, 240) 16.29%, rgb(197, 224, 252) 84.71%);
}
.app-stack-btn a {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  border-radius: 42px;
  padding: 8px 24px;
  color: var(--tp-common-white);
  border: 1px solid rgba(33, 33, 45, 0.06);
  background: var(--tp-common-black-10);
  box-shadow: 0px 0px 2px 0px rgba(39, 39, 46, 0.04);
  backdrop-filter: blur(10px);
}
.app-stack-btn a:hover {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .app-stack-thumb-box {
    padding-bottom: 100px;
  }
}
.app-stack-thumb-box .shape-1 {
  position: absolute;
  top: 90px;
  left: -25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .app-stack-thumb-box .shape-1 {
    left: -70px;
  }
}
@media (max-width: 767px) {
  .app-stack-thumb-box .shape-1 {
    top: -25px;
    left: -30px;
    transform: scale(0.8);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .app-stack-thumb-box .shape-1 {
    top: 50px;
    transform: scale(1);
  }
}
.app-stack-thumb-box .shape-2 {
  position: absolute;
  top: -80px;
  right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .app-stack-thumb-box .shape-2 {
    top: -70px;
    right: -40px;
    transform: scale(0.8);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .app-stack-thumb-box .shape-2 {
    top: -70px;
  }
}
@media (max-width: 767px) {
  .app-stack-thumb-box .shape-2 {
    top: -60px;
    right: -33px;
    transform: scale(0.8);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .app-stack-thumb-box .shape-2 {
    top: -100px;
    right: -40px;
    transform: scale(0.8);
  }
}
.app-stack-thumb-box .shape-3 {
  position: absolute;
  top: 140px;
  right: -25px;
}
@media (max-width: 767px) {
  .app-stack-thumb-box .shape-3 {
    top: 0;
  }
}
.app-stack-thumb-box .shape-4 {
  position: absolute;
  bottom: 100px;
  right: 15px;
}
@media (max-width: 767px) {
  .app-stack-thumb-box .shape-4 {
    bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pp-skill-ptb {
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .pp-skill-ptb {
    padding-bottom: 100px;
  }
}
.pp-skill-big-text {
  padding-bottom: 90px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pp-skill-big-text {
    padding-bottom: 65px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pp-skill-big-text {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pp-skill-big-text {
    padding-bottom: 30px;
  }
}
.pp-skill-big-text-title {
  font-size: 380px;
  font-weight: 600;
  line-height: 0.7;
  margin: 0;
  color: #0e0f11;
  letter-spacing: -12px;
  font-family: var(--tp-ff-teko);
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .pp-skill-big-text-title {
    font-size: 330px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .pp-skill-big-text-title {
    font-size: 300px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pp-skill-big-text-title {
    font-size: 265px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pp-skill-big-text-title {
    font-size: 200px;
    letter-spacing: -5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pp-skill-big-text-title {
    font-size: 165px;
    letter-spacing: -5px;
  }
}
@media (max-width: 767px) {
  .pp-skill-big-text-title {
    font-size: 75px;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pp-skill-big-text-title {
    font-size: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pp-skill-heading {
    margin-bottom: 30px;
  }
}
.pp-skill-subtitle {
  font-size: 18px;
  font-weight: 500;
  margin-right: 20px;
  letter-spacing: -0.36px;
  display: inline-block;
  color: var(--tp-common-black);
}
.pp-skill-title {
  font-size: 80px;
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: -0.8px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-teko);
}
@media (max-width: 767px) {
  .pp-skill-title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .pp-skill-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .pp-skill-list {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pp-skill-list-wrapper {
    padding-bottom: 0;
  }
}
.pp-skill-list-wrap {
  padding-left: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pp-skill-list-wrap {
    padding-left: 0;
  }
}
.pp-skill-list-wrap .row [class*=col-]:nth-child(even) {
  padding-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pp-skill-list-wrap .row [class*=col-]:nth-child(even) {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .pp-skill-list-wrap .row [class*=col-]:nth-child(even) {
    padding-left: 15px;
  }
}
.pp-skill-list-title {
  font-size: 46px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.46px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-teko);
}
@media (max-width: 767px) {
  .pp-skill-list-title {
    font-size: 40px;
  }
}
.pp-skill-list ul {
  padding-left: 15px;
  display: inline-block;
}
.pp-skill-list ul li {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 6px;
  letter-spacing: -0.18px;
  color: var(--tp-common-black);
}
.pp-skill-tools .row [class*=col-] {
  display: grid;
  justify-content: center;
}
.pp-skill-tools-item {
  display: grid;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  place-content: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pp-skill-tools-item {
    height: 285px;
    width: 285px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pp-skill-tools-item {
    margin-bottom: 30px;
  }
}
.pp-skill-tools-item-icon {
  margin-bottom: 15px;
}
.pp-skill-tools-item-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
  letter-spacing: -0.2px;
  color: var(--tp-common-black);
}
.pp-skill-tools-item-persent {
  font-size: 34px;
  font-weight: 500;
  border-radius: 14px;
  padding: 8px 48px 6px;
  display: inline-block;
  letter-spacing: 0.34px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-teko);
  background: rgba(0, 0, 0, 0.1);
}

/*----------------------------------------*/
