/*intro*/
.intro__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 80vh;
  padding-top: 100px;
}

.intro__dies {
  position: relative;
  display: inline-flex;
  align-items: center;
  background: #0eb582;
  padding: 12px 32px;
  color: #fff;
  border-radius: 5px;
  margin-top: 25px;
  gap: 40px;
  z-index: 1;
}

.intro__die {
  position: relative;
}

.intro__dies .intro__die:not(:last-child)::after {
  content: '+';
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  color: #fff;
}

.intro__subtitle {
  font-size: 32px;
}

.intro__title {
  font-size: 68px;
  font-weight: 600;
  margin: 20px 0 25px 0;
}

.intro__text {
  font-size: 21px;
  margin-bottom: 50px;
}

.intro__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 25px;
}

.intro__under-text {
  font-size: 12px;
  color: #888;
}

@media screen and (max-width: 768px) {
  .intro__subtitle {
    font-size: 24px;
  }

  .intro__title {
    font-size: 42px;
  }

  .intro__text {
    font-size: 16px;
  }

  .intro__buttons {
    width: 100%;
    max-width: 350px;
    flex-direction: column;
  }

  .intro__buttons .btn {
    width: 100%;
  }
}

/*end intro*/

/*target*/
.target__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.target__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #fff;
  border: 1px solid #0eb582;
  border-radius: 50%;
}

.target__icon span {
  font-size: 36px;
  color: #0eb582;
}

.target__title {
  margin: 15px 0;
}

.target__text {
  color: #555;
}

@media screen and (max-width: 991px) {
  .target__item {
    margin-bottom: 35px;
  }
}

/*end target*/

/*tool*/
.tool__title {
  font-weight: 700;
}

.tool__list-item {
  display: flex;
  padding: 5px 0;
}

.tool__list-item i {
  margin-top: 3px;
  margin-right: 15px;
  color: #0eb582;
  font-size: 20px;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .tool__list {
    margin-bottom: 50px;
  }
}

/*end tool*/

/*features*/
.features {
  margin-top: -190px;
  margin-bottom: 0;
  position: relative;
}

.features__item {
  min-height: 50vh;
  padding-left: 6rem;
}

.features__count {
  display: block;
  position: absolute;
  left: -3rem;
  top: -1rem;
  width: 7rem;
  height: 7rem;
  line-height: 8.75rem;
  font-size: 7rem;
  color: #ebebeb;
  text-align: right;
  overflow: hidden;
  font-weight: bold;
  padding-left: 1.75rem;
  border-right: 1px solid #ebebeb;
  transform: rotate(20deg);
}

.features__slider .owl-item:not(.cloned) {
  counter-increment: itemNumber;
}

.features__count:before {
  content: counter(itemNumber);
  transform: rotate(-20deg) translateX(0.5rem);
  display: block;
}

.features__title {
  height: 7rem;
  display: flex;
  align-items: center;
  margin: 0;
}

.features2 .nav-pills {
  width: 25%;
  min-width: 25%;
  justify-content: center;
  align-items: flex-start;
}

.features2 div[class*='nav-pills'] .features__nav-link {
  background: transparent;
  color: #000;
  border-radius: 6px;
  padding: 15px;
  text-align: left;
  box-shadow: none;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  line-height: 1.2;
  transition: color .3s;
}

.features2 div[class*='nav-pills'] .features__nav-link:hover {
  background: transparent;
  color: #0eb582;
}

.features2 div[class*='nav-pills'] .features__nav-link.active {
  border-left: 4px solid #0eb582;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  color: #0eb582;
  background: #fff;
}

.features__tab-content {
  border-radius: 30px;
  padding: 30px 0 30px 30px;
  min-height: 450px;
}

.features__tab-content .tab-pane,
.features__tab-content .tab-pane .row {
  height: 100%;
}

.features__list {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.features__image {
  height: 100%;
  display: flex;
  align-items: center;
}

.features__list-item {
  display: flex;
  font-weight: 300;
  padding: 10px 1rem 10px 0;
}

.features__list-item i {
  color: #0eb582;
}

.features__list-item span {
  display: inline-block;
  margin-left: 1rem;
}

.features__slider .owl-stage-outer {
  z-index: 2;
}

.features__slider .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  height: 120px;
}

.features__slider.owl-carousel .owl-nav button {
  background: #0eb582;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  left: -80px;
  color: #fff;
  font-size: 24px;
  transform: scale(1);
  transition: all .3s;
}

.features__slider.owl-carousel .owl-nav button:not(.disabled):hover {
  background: #15263b;
}

.features__slider.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: -80px;
}

.features__slider .owl-dots {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
}

.features__slider button.owl-dot {
  margin: .5rem;
  padding: .5rem;
}

.features__slider button.owl-dot span {
  display: block;
  width: .5rem;
  height: .5rem;
  background-color: #c9c9c9;
  border-radius: .5rem;
  opacity: 0.25;
}

.features__slider button.owl-dot.active span {
  background-color: #0eb582;
  opacity: 1;
  transform: scale(2)
}

@media screen and (max-width: 1500px) {
  .features__slider .owl-nav {
    top: 100%;
  }

  .features__slider.owl-carousel .owl-nav button {
    left: 0;
  }

  .features__slider.owl-carousel .owl-nav button.owl-next {
    right: 0;
  }
}

@media screen and (max-width: 1400px) {
  .features2 .nav-pills .features__nav-link {
    font-size: 1rem;
  }

  .features__tab-content {
    padding: 0 0 0 30px;
  }
}

@media screen and (max-width: 991px) {
  /* .features2 {
    display: none;
  } */

  .features2 .d-flex {
    flex-wrap: wrap;
  }

  .features2 .nav-pills {
    flex-direction: row !important;
    width: 100%;
  }

  .features__tab-content {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .features__item {
    padding: 0;
  }

  .features__count {
    display: none;
  }
}

/*end features*/

/*benefit*/
.benefits__block {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.benefits__title {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .benefits {
    padding-top: 0 !important;
  }

  .benefits__block {
    margin-bottom: 25px;
  }
}

/*end benefit*/

/*step*/
.step__item {
  position: relative;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 75px 25px 25px 25px;
}

.step__count {
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
   /* #0eb582; */
  border-radius: 50%;
  color: #0eb582;
  border: 1px solid #0eb582;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}

.step__title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 25px;
  min-height: 57px;
}

.step__item {
  background: #f8f9fa;
}

.step__list-item {
  display: flex;
  padding: 3px 0;
}

.step__list-item i {
  color: #0eb582;
  margin-right: 10px;
  font-size: 1.2rem;
}

/*end step*/

/*onboarding*/
.onboarding__tabs {
  border-bottom: 1px solid #ddd;
}

.onboarding__tab-links {
  display: flex;
  align-items: center;
}

.onboarding__nav-link {
  flex-grow: 1;
  background: transparent;
  color: inherit;
  border-radius: 0;
  opacity: 0.7;
}

.onboarding__nav-link:hover {
  opacity: 1;
  color: #000;
}

.onboarding__tabs .onboarding__nav-link.active {
  background: transparent;
  border-bottom: 2px solid #0eb582;
  color: #0eb582;
  border-radius: 0;
}

.onboarding__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.onboarding__title {
  margin-bottom: 25px;
  font-weight: 700;
}

.onboarding__item {
  display: flex;
  padding: 3px 0;
}

.onboarding__item i {
  color: #0eb582;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .onboarding__img {
    margin-bottom: 25px;
  }
}

/*end onboarding*/

/*app*/
.app {
  background-image: url('../assets/img/intro-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom 50% left;
  background-color: #05355b;
  padding: 60px 0 60px 0;
  color: #fff;
}

.app__info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.app__free {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .app__info > h2 {
    text-align: center;
  }

  .app__free {
    margin: 0 0 30px 0;
  }
}

/*end app*/

/*payments*/
.payments {
  padding: 80px 0;
}

.payments .avatar.avatar-ex-sm {
  max-height: 35px;
}

/*end payments*/

/*reviews*/
.grid-sizer,
.grid-item {
  width: calc(33% - 10px);
}

@media screen and (max-width: 991px) {
  .grid-sizer,
  .grid-item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .grid-sizer,
  .grid-item {
    width: 100%;
  }
}

.grid-item {
  margin-bottom: 20px;
}

.review__item {
  display: flex;
  flex-direction: column;
  padding: 35px;
  background: #f8f9fa;
  text-align: center;
}

.review__header {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}

.review__avatar {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
  flex: none;
}

.review__content {
  height: 100%;
}

.review__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.review__info h5 {
  text-align: start;
  font-weight: 700;
}
.review__info span {
  font-weight: 600;
}

.review__text {
  flex-grow: 1;
  font-size: 0.9rem;
  line-height: 2;
  margin-bottom: 25px;
}

.review__name {
  font-weight: 700;
  margin-bottom: 15px;
}

.review__position {
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: 1.2px;
}

/*end reviews*/