

.app a {
  color: rgb(227, 140, 183);
}

.app a:hover,
.app a:focus {
  color: rgb(214, 97, 156);
}

.app h1 {
  font-size: 60px;
  font-weight: 300;
  letter-spacing: -1px;
  margin-bottom: 1.5rem;

  font-weight: 700;
}

.app h2 {
  font-size: 45px;
  font-weight: 300;
  color: rgb(99, 57, 145);
  letter-spacing: -1px;
  margin-bottom: 1rem;
}

.app h3 {
  color: rgb(99, 57, 145);
  font-size: 33px;
  font-weight: 500;
}

.app h4 {
  font-size: 20px;
  font-weight: 500;
  color: rgb(99, 57, 145);
}

.app h5 {
  font-size: 28px;
  font-weight: 300;
  color: rgb(99, 57, 145);
  margin-bottom: 0.7rem;
}

.app p {
  color: rgb(149, 144, 148);
}

.app p.lead {
  color: rgb(227, 140, 183);
  margin-bottom: 2rem;
}

.text-primary {
  color: rgb(227, 140, 183) !important;
}

.light-font {
  font-weight: 300;
}

.app .btn {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0.375rem 1.35rem;
  transition: 0.3s;
}

.app .btn-outline-light:hover {
  color: rgb(214, 97, 156);
}

.app .btn-primary {
  border-radius: 3px;
  background-image: linear-gradient(122deg, rgb(229, 69, 149) 0%, rgb(253, 55, 142) 100%);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 9px 32px 0px;
  font-weight: 500;
  padding: 0.6rem 2rem;
  border: 0px;
}

.app .btn-primary:hover,
.app .btn-primary:focus,
.app .btn-primary:active,
.app .btn-primary:not([disabled]):not(.disabled).active,
.app .btn-primary:not([disabled]):not(.disabled):active,
.app .show>.btn-primary.dropdown-toggle {
  background-image: linear-gradient(122deg, rgb(253, 55, 142) 0%, rgb(229, 69, 149) 100%);
  box-shadow: rgba(0, 0, 0, 0.3) 0px 9px 32px 0px;
  color: rgb(255, 255, 255);
}

.app .btn-light {
  border-radius: 3px;
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.26) 0px 9px 32px 0px;
  font-size: 14px;
  font-weight: 500;
  color: rgb(99, 57, 145);
  margin: 0.5rem;
  padding: 0.7rem 1.6rem;
  line-height: 1.8;
}

.app .btn-group-lg>.btn,
.app .btn-lg {
  padding: 0.8rem 1rem;
  font-size: 15px;
}

.app .light-bg {
  background-color: rgb(250, 246, 251);
}

.app .section {
  padding: 80px 0px;
}

.app .section-title {
  text-align: center;
  margin-bottom: 3rem;
}

.app .section-title small {
  color: rgb(153, 138, 155);
}

@media (max-width: 767px) {
  .app h1 {
    font-size: 40px;
  }

  .app h2 {
    font-size: 30px;
  }
}

.app .nav-menu {
  padding: 1rem 0px;
  transition: 0.3s;
}

.app .nav-menu.is-scrolling,
.app .nav-menu.menu-is-open {
  background: linear-gradient(135deg, rgb(74, 13, 143) 0%, rgb(250, 42, 143) 100%);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 23px 0px;
}

.app .nav-menu.is-scrolling {
  padding: 0px;
}

.app .navbar-nav .nav-link {
  position: relative;
}

@media (min-width: 992px) {
  .app .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 14px;
  }

  .app .navbar-nav>.nav-item>.nav-link.active::after {
    content: "";
    border-bottom: 2px solid rgb(205, 153, 212);
    left: 1rem;
    right: 1rem;
    bottom: 5px;
    height: 1px;
    position: absolute;
  }
}

@media (max-width: 991px) {
  .app .navbar-nav.is-scrolling {
    padding-bottom: 1rem;
  }

  .app .navbar-nav .nav-item {
    text-align: center;
  }

  .app header {
    padding: 10px 0px 0px!important;
  }
}

.app header {
  padding: 100px 0px 0px;
  text-align: center;
  color: rgb(255, 255, 255);
}

.app .bg-gradient {
  background-image: linear-gradient(to right, rgb(201, 10, 170), rgb(63, 133, 228)) !important;
}

.app .tagline {
  font-size: 23px;
  font-weight: 300;
  color: rgb(255, 184, 246);
  max-width: 800px;
  margin: 0px auto;
}

.img-holder {
  height: 0px;
  padding-bottom: 33%;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .img-holder {
    padding-bottom: 50%;
  }
}

@media (max-width: 767px) {
  .app .tagline {
    font-size: 17px;
  }

  .app .img-holder {
    padding-bottom: 100%;
  }
}

.gradient-fill::before {
  color: rgb(252, 115, 180);
  background: linear-gradient(rgb(148, 119, 180) 0%, rgb(252, 115, 180) 100%) text;
  -webkit-text-fill-color: transparent;
}

.app .card.features {
  border: 0px;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 5px 7px 0px;
  transition: 0.3s;

  padding: 0px;
}

@media (max-width: 991px) {
  .app .card.features {
    margin-bottom: 2rem;
  }

  [class^="col-"]:last-child .app .card.features {
    margin-bottom: 0px;
  }
}

.app .card.features::before {
  content: "";
  position: absolute;
  width: 3px;
  color: rgb(252, 115, 180);
  background: linear-gradient(rgb(148, 119, 180) 0%, rgb(252, 115, 180) 100%);
  top: 0px;
  bottom: 0px;
  left: 0px;
}

.card-text {
  font-size: 14px;
}

.card.features:hover {
  transform: translateY(-3px);
  box-shadow: rgba(0, 0, 0, 0.08) 0px 5px 30px 0px;
}

.box-icon {
  box-shadow: rgba(0, 0, 0, 0.14) 0px 0px 43px 0px;
  padding: 10px;
  width: 70px;
  border-radius: 3px;
  margin-bottom: 1.5rem;
  background-color: rgb(255, 255, 255);
}

.circle-icon {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 9px 32px 0px;
  padding: 10px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 1.5rem;
  background-color: rgb(255, 255, 255);
  color: rgb(245, 55, 142);
  font-size: 48px;
  text-align: center;
  line-height: 80px;
  font-weight: 300;
  transition: 0.3s;
}

@media (max-width: 992px) {
  .circle-icon {
    width: 70px;
    height: 70px;
    font-size: 28px;
    line-height: 50px;
  }
}

.ui-steps li:hover .circle-icon {
  background-image: linear-gradient(122deg, rgb(230, 56, 142) 0%, rgb(251, 55, 142) 100%);
  box-shadow: rgba(0, 0, 0, 0.09) 0px 9px 32px 0px;
  color: rgb(255, 255, 255);
}

.ui-steps li {
  padding: 15px 0px;
}

.ui-steps li:not(:last-child) {
  border-bottom: 1px solid rgb(248, 227, 240);
}

.perspective-phone {
  position: relative;
  z-index: -1;
}

@media (min-width: 992px) {
  .perspective-phone {
    margin-top: -150px;
  }
}

.tab-content {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.04) 0px 5px 7px 0px;
  padding: 3rem;
}

@media (max-width: 992px) {
  .tab-content {
    padding: 1.5rem;
  }
}

.tab-content p {
  line-height: 1.8;
}

.tab-content h2 {
  margin-bottom: 0.5rem;
}

.nav-tabs {
  border-bottom: 0px;
}

.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  padding: 1rem;
  border-color: rgb(250, 246, 251) rgb(250, 246, 251) rgb(255, 255, 255);
  font-size: 19px;
  color: rgb(181, 164, 200);
  background: rgb(245, 239, 247);
}

.nav-tabs .nav-link.active {
  background: rgb(255, 255, 255);
  border-top-width: 3px;
  border-color: rgb(206, 117, 180) rgb(250, 246, 251) rgb(255, 255, 255);
  color: rgb(99, 57, 145);
}

.owl-carousel .owl-item img.client-img {
  width: 110px;
  margin: 30px auto;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 9px 32px 0px;
}

.testimonials-single {
  text-align: center;
  max-width: 80%;
  margin: 0px auto;
}

.blockquote {
  color: rgb(122, 118, 122);
  font-weight: 300;
}

.owl-next.disabled,
.owl-prev.disabled {
  opacity: 0.5;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.owl-prev {
  left: 0px;
}

.owl-next {
  right: 0px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 60px;
}

.owl-theme .owl-dots .owl-dot span {
  background: rgb(231, 217, 235);
  width: 35px;
  height: 8px;
  border-radius: 10px;
  transition: 0.3s ease-in;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background: rgb(255, 72, 126);
}

.owl-theme .owl-dots .owl-dot.active span {
  background: rgb(255, 72, 126);
  box-shadow: rgba(0, 0, 0, 0.07) 0px 9px 32px 0px;
}

.img-gallery .owl-item {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 9px 32px 0px;
  transform: scale(0.8);
  transition: 0.3s ease-in;
}

.img-gallery .owl-item.center {
  transform: scale(1);
}

@media (max-width: 992px) {
  .app .card-deck {
    flex-direction: column;
  }

  .app .card-deck .card {
    margin-bottom: 15px;
  }
}

.app .card.pricing {
  border: 1px solid rgb(241, 238, 241);
}

.app .card.pricing.popular {
  border-top-width: 3px;
  border-color: rgb(206, 117, 180) rgb(250, 246, 251) rgb(255, 255, 255);
  box-shadow: rgba(36, 7, 31, 0.11) 0px 12px 59px 0px;
  color: rgb(99, 57, 145);
}

.app .card.pricing .card-head {
  text-align: center;
  padding: 40px 0px 20px;
}

.app .card.pricing .card-head .price {
  display: block;
  font-size: 45px;
  font-weight: 300;
  color: rgb(99, 57, 145);
}

.app .card.pricing .card-head .price sub {
  bottom: 0px;
  font-size: 55%;
}

.app .card.pricing .list-group-item {
  border: 0px;
  text-align: center;
  color: rgb(149, 144, 148);
  padding: 1.05rem 1.25rem;
}

.app .card.pricing .list-group-item del {
  color: rgb(217, 211, 216);
}

.app .card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.call-to-action {
  text-align: center;
  color: rgb(255, 255, 255);
  margin: 3rem 0px;
}

.call-to-action .box-icon {
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  transform: scale(0.85);
  margin-bottom: 2.5rem;
}

.call-to-action h2 {
  color: rgb(255, 255, 255);
}

.call-to-action .tagline {
  font-size: 16px;
  font-weight: 300;
  color: rgb(255, 184, 246);
  max-width: 650px;
  margin: 0px auto;
}

.btn-light img {
  margin-right: 0.4rem;
  vertical-align: text-bottom;
}

.social-icons {
  text-align: right;
}

.social-icons a {
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 21px 0px;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  margin: 0px 0.3rem;
  border-radius: 5px;
  color: rgb(244, 201, 226);
  transition: 0.3s;
}

.social-icons a:hover {
  text-decoration: none;
  color: rgb(227, 140, 183);
}

@media (max-width: 991px) {
  .social-icons {
    text-align: center;
    margin-top: 2rem;
  }
}

.card-body .media {
  display: flex;
  gap: 12px;
}