/*  9.3 Benefits Css
/*----------------------------------------*/
.app-benefits-wrapper {
  border-radius: 60px;
  padding: 110px 200px 90px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .app-benefits-wrapper {
    padding: 110px 100px 90px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .app-benefits-wrapper {
    padding: 110px 100px 90px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .app-benefits-wrapper {
    padding: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .app-benefits-wrapper {
    padding: 30px;
  }
}
.app-benefits-item {
  width: 100%;
  height: 308px;
  overflow: hidden;
  border-radius: 24px;
  background: #141416;
  border: 2px solid rgba(255, 255, 255, 0.1);
}
.app-benefits-item:hover .app-benefits-item-thumb img {
  transform: scale(1.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .app-benefits-item {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .app-benefits-item {
    padding: 0 20px;
  }
}
.app-benefits-item-thumb {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-radius: 24px;
}
.app-benefits-item-thumb img {
  width: 100%;
  transition: 0.9s;
  border-radius: 24px;
}
.app-benefits-item-content {
  padding-top: 40px;
}
.app-benefits-item-title {
  font-size: 30px;
  font-weight: 600;
  margin: 0;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-phudu);
}
@media (max-width: 767px) {
  .app-benefits-item-title {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .app-benefits-item-title br {
    display: none;
  }
}
.app-benefits-item-2-star {
  margin-bottom: 5px;
}
.app-benefits-item-2-content {
  padding-top: 40px;
}
.app-benefits-item-2-content p {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
}
@media (max-width: 767px) {
  .app-benefits-item-2-content p {
    font-size: 16px;
  }
}
.app-benefits-item-2-title {
  font-size: 70px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 0.8;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-phudu);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .app-benefits-item-2-title {
    font-size: 62px;
  }
}
@media (max-width: 767px) {
  .app-benefits-item-2-title {
    font-size: 55px;
  }
}
.app-benefits-item-3 {
  height: 642px;
  width: 100%;
  overflow: hidden;
  border-radius: 30px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  background: radial-gradient(371.89% 134.33% at 3.21% 1.26%, rgba(255, 255, 255, 0.07) 0%, rgba(217, 217, 217, 0) 100%);
}
.app-benefits-item-3:hover .app-benefits-item-thumb img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .app-benefits-item-3 {
    height: 460px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .app-benefits-item-3 {
    height: 600px;
  }
}
.app-benefits-item-3-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.app-benefits-item-3-bg img {
  width: 100%;
  height: 100%;
  transition: 0.9s;
  border-radius: 30px;
}
.app-benefits-item-3-content {
  padding-top: 35px;
}
.app-benefits-item-3-content span {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 2px;
  display: inline-block;
  color: var(--tp-common-white);
}
.app-benefits-item-3-content p {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
}
@media (max-width: 767px) {
  .app-benefits-item-3-content p {
    font-size: 16px;
  }
}
.app-benefits-item-3-title {
  font-size: 100px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 0.8;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-phudu);
}

.it-benifit-bg {
  padding: 70px;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .it-benifit-bg {
    padding: 30px;
  }
}
.it-benifit-shape {
  position: absolute;
  top: 50px;
  right: 20px;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .it-benifit-shape {
    display: none;
  }
}
.it-benifit-icon {
  height: 46px;
  width: 46px;
  line-height: 42px;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.it-benifit-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  height: 100%;
  width: 100%;
  border-radius: 12px;
  display: inline-block;
  transform: rotate(45deg);
  background-color: #FFC4C0;
}
.it-benifit-icon svg {
  margin-left: 2px;
}
.it-benifit-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 12px;
  letter-spacing: 0.02em;
  color: var(--tp-common-black-10);
  font-family: var(--tp-ff-platform);
  position: relative;
}
.it-benifit-title::before {
  position: absolute;
  top: -6px;
  left: -25px;
  content: "";
  height: 36px;
  width: 1px;
  display: inline-block;
  background-color: var(--tp-common-black-10);
}
.it-benifit-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
  color: var(--tp-common-black-10);
}
.it-benifit-item {
  padding: 20px 0;
  padding-left: 24px;
  border-left: 1px solid rgba(33, 33, 45, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-benifit-item {
    margin-bottom: 30px;
  }
}

.tp-gsap-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  text-align: center;
  background-color: var(--tp-common-black);
  z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-benefits-ptb {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-benefits-ptb {
    padding-bottom: 65px;
  }
}
.tp-benefits-heading p {
  font-size: 16px;
  color: rgba(17, 16, 19, 0.7);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-benefits-heading p br {
    display: none;
  }
}

@media (max-width: 767px) {
  .tp-benefit-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .tp-benefit-heading {
    margin-bottom: 50px;
  }
}
.tp-benefit-box .row [class*=col]:nth-child(4n) .tp-benefit-item {
  border-right: none;
}
.tp-benefit-item {
  padding: 40px;
  border-right: 1px solid #F1F1F4;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-benefit-item {
    margin-left: -1px;
    margin-top: -1px;
    border: 1px solid #f1f1f4 !important;
  }
}
.tp-benefit-item.tp-benefit-borber-bottom {
  border-bottom: 1px solid #F1F1F4;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-benefit-item.tp-benefit-borber-bottom {
    border: none;
  }
}
.tp-benefit-item-icon {
  height: 74px;
}
.tp-benefit-item-title {
  font-size: 20px;
  font-weight: 600;
  color: #111013;
  letter-spacing: -0.4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-benefit-item-title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-benefit-item-title br {
    display: none;
  }
}

/*----------------------------------------*/
