/* main css  */

.pricing {
  padding: 3rem 0;
}

.section-1 {
  padding-top: 6rem;
}

.plan-subTitle {
  margin-top: 2rem;
  text-align: center;
  color: #504ee4;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.plan-title {
  font-family: "Paytone One", sans-serif;
  font-size: 2.5rem;
  line-height: normal;
  color: #05034e;
  margin-bottom: 1rem;
}

.plan-desc {
  color: #3d3c7d;
  text-align: center;
  font-size: 1.125rem;
  margin-bottom: 2rem;
}

.plan-title span {
  color: #504ee4;
  font-family: "Paytone One", sans-serif;
}

.plan-sub-box {
  display: flex;
  justify-content: center;
  gap: 6rem;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}

.plan-subtitle {
  font-weight: 500;
  font-size: 1rem;
  color: #3d3c7d;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}

.plan-subtitle svg {
  color: #0eb54e;
  width: 1rem;
  height: 1rem;
  margin-right: 8px;
}

.plan-subtitle i {
  padding-left: 7px;
}
.main-comparision-box {
  transition: 0.3s;
  opacity: 0;
  height: 0px;
  position: relative;
  z-index: -1;
}
.height-all {
  opacity: 1;
  height: 100%;
  z-index: 1;
}

/* toggle navbar */

/* pricing toggle  ------------*/

.toggle-container {
  display: flex;
  justify-content: center;
  margin: 6rem 0 4rem;
}

.toggle-box {
  display: flex;
  justify-content: center;
  border: 1px solid #b499ff;
  box-sizing: border-box;
  border-radius: 6px;
}

.toggle-item {
  text-align: center;
  width: 100px;
  color: #05034e;
  border-radius: 6px;
  position: relative;
  padding: 10px;
  cursor: pointer;
}

.toggle-item:hover {
  background: #504ee41c;
}

.toggle-item p {
  margin-bottom: 0px !important;
  font-size: 14px;
}

.toggle-box .active {
  color: #4200ff;
  font-weight: 400;
  font-size: 14px;
  background: #e5dfff;
}

.discount-text {
  padding: 5px 8px;
  color: #0e970f;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 2px;
  border-radius: 0.125rem;
  background: #e7f8ef;
  width: 112px;
  transform: rotate(-5.741deg);
  margin-bottom: 0.5rem;
}

.discount-box {
  position: absolute;
  top: -52px;
  left: -80px;
}

.save-box {
  position: absolute;
  padding: 5px 8px;
  font-weight: 600;
  font-size: 10px;
  color: #08b455;
  background: #1abf6438;
  border-radius: 2px;
  top: -40px;
  left: 5px;
}

.save-box {
  display: none;
}

.toggle-box .active .save-box {
  display: block;
}

/*  */

/* pricing container */

.plan-table-wrapper {
  margin-top: 50px;
  margin-bottom: 3rem;
}

.table-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
}

/* pricing card */

.plan-item {
  border-radius: 0.75rem;
  border: 1px solid #e5e2f1;
  background: #fff;
  padding: 2.5rem 1.5rem;
  flex: 1;
  max-width: 340px;
  margin: 0 auto;
}

.plan-heading {
  color: #120155;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.popular {
  border-radius: 8px;
  border-top: 24px solid #504ee4;
  border-right: 1px solid #504ee4;
  border-bottom: 1px solid #504ee4;
  border-left: 1px solid #504ee4;
  background: #fff;
  box-shadow: -24px 16px 40px 0px rgba(0, 0, 0, 0.06),
    24px -16px 40px 0px rgba(0, 0, 0, 0.06);
  position: relative;
  margin-top: -22px;
}

.highlighter {
  border-radius: 14px;
  border: 2px solid #eee;
  background: #0eb54e;
  width: fit-content;
  padding: 2px 20px;
  position: absolute;
  top: -37px;
  right: 16px;
}

.highlighter p {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}

.second-plan-card {
  padding: 2.5rem 1.5rem;
}

.plan-sub-heading {
  color: #3d3c7d;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 1.25rem;
}

.plan-price-wraper {
  display: flex;
  justify-content: center;
}

.plan-table-wrapper .plan-price-wraper {
  flex-direction: column;
  height: 72px;
}

.comparision-wrapper .plan-price-wraper {
  transform: translateX(0) !important;
}

.price-wraper {
  display: flex;
}

.price-doller {
  color: #120155;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.price-tag {
  color: #120155;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 99%;
  margin: 0;
}

.plan-price-user {
  color: #3d3c7d;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.customizeText {
  color: #120155;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

.plan-btn a {
  display: block;
  text-align: center;
  margin: 2rem 0;
}

.li-everything {
  color: #43428c;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 1.25rem;
}

.plan-item ul .heading {
  display: block;
  color: #43428c;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-left: -18px;
  margin-bottom: 6px;
}

.plan-item ul {
  padding-left: 18px;
  margin-bottom: 12px;
}

.plan-item ul li {
  list-style: url(<%=gitSha%>/assets/images/price/litick.svg);
  color: #43428c;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 6px;
}

.plan-view-comparison {
  color: #504ee4;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
}

.plan-view-comparison i {
  position: relative;
  left: 4px;
  transition: all 0.3s;
}

.plan-view-comparison:hover i {
  left: 8px;
}

/*  */

/* pricingPlan */

.pricingPlan {
  padding: 5rem 0;
}

.pricingPlan h2 {
  color: #120155;
  text-align: center;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 3rem;
}

.company-logo {
  margin-bottom: 1.25rem;
}

.profile-feedback {
  color: #3d3c7d;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1.75rem;
}

.profile-image {
  margin-right: 1rem;
}

.profile-name {
  color: #0e0d59;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}

.profile-JD {
  color: #7b7496;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

.profile {
  padding-right: 1.875rem;
  height: 100%;
  border-right: 1px solid #ece8fa;
}

/*  */


@media (min-width: 1200px) {
    .container {
      max-width: 1230px;
    }
  }
  
  @media only screen and (max-width: 992px) {
    .plan-sub-box {
      gap: 4rem;
    }
    .image-grouping {
      width: 100%;
    }
    .bigCircle {
      width: 100%;
    }
    .badge-1 {
      left: -10%;
      top: 2%;
      transform: scale(0.75);
    }
    .badge-2 {
      transform: scale(0.8);
      right: 6%;
      top: 6%;
    }
    .badge-3 {
      transform: scale(0.75);
    }
    .badge-4 {
      transform: scale(0.8);
    }
  }
  
  @media only screen and (max-width: 768px) {
    .table-wrapper {
      flex-direction: column;
    }
    .popular {
      margin: 8px;
    }
    .plan-item {
      max-width: 300px;
      margin: auto;
    }
    .profile {
      border: none;
      margin-bottom: 2rem;
      text-align: center;
    }
    .profile .d-flex {
      justify-content: center;
    }
    .profile-name {
      text-align: left;
    }
    .drive-pipeline .row .col-6:not(:last-child) .driveCard {
      border: none;
    }
    .w-90 {
      width: initial;
    }
    .profile-main-image {
      right: -8px;
      bottom: -20%;
      width: 120px;
      height: 120px;
    }
    .customertrust {
      padding: 6rem 0;
    }
    .badgesContainer {
      gap: 20px;
    }
    .badgesContainer img {
      width: 29%;
      height: auto;
    }
    .badgesContainer img:first-child {
      order: 4;
    }
    .badgesContainer img:last-child {
      order: 5;
      width: 23%;
    }
    .clientFeedback {
      margin-top: 4rem;
    }
    .clientFeedback .feedback {
      width: 90%;
    }
  }
  
  @media only screen and (max-width: 576px) {
    /* slider */
    .slider::before,
    .slider::after {
      width: 80px;
      height: 68px;
    }
    .plan-title {
      font-size: 2rem;
    }
    .plan-sub-box {
      gap: 1rem;
    }
    .quote {
      top: -32px;
    }
    
  }
  