.pricingBanner {
  padding: 209px 0 209px;
  background: #060606;
  overflow: hidden;
}

.pricingBanner.gradiantVector::before {
  position: absolute;
  content: "";
  width: 620px;
  height: 620px;
  border-radius: 620px;
  background: conic-gradient(from 90deg at 50% 50%,
      rgba(0, 55, 52, 0.6) 170.6250035762787deg,
      rgba(0, 189, 178, 0.5) 359.9285888671875deg);
  filter: blur(95px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.pricingBanner h1 {
  position: relative;
  font-weight: 700;
  color: #ffffff;
  font-size: 40px;
  line-height: 48.07px;
  text-align: center;
}

.pricingBanner p {
  position: relative;
  font-size: 18px;
  line-height: 30.6px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  padding-top: 40px;
  max-width: 678px;
  margin: auto;
}



.writingplanSec {
  padding: 50px 0px 0px;
}

.writingplanSec h2 {
  font-weight: 600;
  font-size: 35px;
  line-height: 42.36px;
  color: #121212;
  text-align: center;
}

.toolText {
  font-weight: 400;
  font-size: 16px;
  line-height: 19.36px;
  color: #3f3f3f;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 70px;
}

.verticalLine {
  width: 1px;
  height: 168px;
  background-color: #c0fcf3;
}

.horizontalLine {
  display: none;
  width: 100%;
  height: 1px;
  background-color: #c0fcf3;
}

.freeOffer {
  padding: 30px 40px;
  display: flex;
  justify-content: center;
  gap: 15px;
  border-radius: 15px;
  background: #fff;
}

.freeofferContainer {
  padding: 1px;
  max-width: 556px;
  position: relative;
  background: linear-gradient(180deg, #24c7bd 0%, #046761 100%);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  margin: auto;
  border-radius: 15px;

  box-shadow: 0px 9px 20px 0px #4c56731a;
}

.leftContent>p:nth-of-type(1) {
  font-size: 15px;
  line-height: 19.5px;
  font-weight: 500;
  color: #6b9895;
}

.leftContent>p:nth-of-type(2) {
  font-size: 28px;
  line-height: 36.4px;
  font-weight: 600;
  color: #00433f;
}

.leftContent>p:nth-of-type(3) span {
  font-size: 25px;
  line-height: 32.5px;
  font-weight: 400;
  color: #00433f;
}

.leftContent>p:nth-of-type(3) {
  font-size: 48px;
  line-height: 62.4px;
  font-weight: 700;
  color: #00433f;
}

.smartwrittingSec>.container>p:nth-of-type(1) {
  font-size: 15px;
  line-height: 27px;
  color: #3f3f3f;
  text-align: center;
  padding-bottom: 50px;
  max-width: 832px;
  margin: auto;
}

.smartwrittingSec>.container>p:nth-of-type(2) {
  font-size: 15px;
  line-height: 27px;
  color: #3f3f3f;
  text-align: center;
  padding-bottom: 80px;
  max-width: 832px;
  margin: auto;
}

.leftContent div {
  font-size: 15px;
  color: #f7f7f7;
  font-weight: 400;
  line-height: 19.5px;
  background: #039a91;
  padding: 5px 28px;
  border-radius: 100px;
  margin-top: 21px;
}

.blink {
  animation: blinkWord 1s infinite linear;
}

@keyframes blinkWord {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.includesPlan p {
  position: relative;
  padding-left: 24px;
  font-size: 13px;
  font-weight: 400;
  line-height: 16.9px;
  color: #08080f;
  margin-bottom: 15px;
}

.includesPlan p::before {
  position: absolute;
  content: "";
  background: url(../images/check-mark.svg);
  width: 19px;
  height: 19px;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
}

.rightContent a {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 18.2px;
  color: #ffffff;
  padding: 10px 36px 10px 27px;
  background: linear-gradient(180deg, #24c7bd 0%, #046761 100%);
  margin-top: 24px;
  margin-left: 30px;

  border-radius: 5px;
}

.signUpDiv {
  padding-top: 24px;
}

.rightContent a::before {
  position: absolute;
  content: "";
  background: url(../images/next.svg);
  width: 19px;
  height: 19px;
  padding-left: 10px;
  right: 0;
  top: 12px;
  background-repeat: no-repeat;
}

.freeofferContainer .badge {
  position: absolute;
  content: "";
  top: -11px;
  left: 63px;
  font-size: 12px;
  color: #fff;
  padding: 4px 5px;
  background: #e23659;
  display: flex;
  align-items: center;
  gap: 4px;
  border-radius: 3px;
  min-width: 80px;
  justify-content: center;
}

.priceIncreaseText {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 12px;
}

.priceIncreaseText p::before {
  content: "";
  background: url(../../images/timer.svg) 0 0 / contain no-repeat;
  width: 13px;
  height: 13px;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 5px;
}

.priceIncreaseText p span {
  color: #f68919;
  font-size: 13px;
  font-weight: 500;
}

.pricingSec {
  padding: 60px 0 0;
}

.pricingHeading h2 {
  font-size: 35px;
  line-height: 42.36px;
  font-weight: 600;
  color: #121212;
  text-align: center;
}

.pricingHeading p {
  font-size: 16px;
  text-align: center;
  line-height: 19.36px;
  font-weight: 400;
  color: #3f3f3f;
  padding-top: 20px;
  padding-bottom: 70px;
}

.smartwrittingSec {
  padding: 100px 0px 60px;
}

.transformWriting {
  max-width: 832px;
  margin: auto;

  padding: 1px;

  position: relative;
  background: linear-gradient(180deg, #24c7bd 0%, #046761 100%);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;

  border-radius: 15px;
  box-shadow: 0px 9px 20px 0px #4c56731a;
}

.innerContent>p:nth-of-type(1) {
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
  color: #0f172a;
  text-align: center;
}

.innerContent>p:nth-of-type(2) {
  font-size: 13px;
  font-weight: 400;
  line-height: 18.2px;
  color: #08080f;
  text-align: center;
  padding-top: 13px;
}

.innerContent {
  background: #f0fdf4;
  padding: 23px 174px;
  border-radius: 15px;
}

.getstartedBtn {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 11px 26px;
  max-width: max-content;
  border-radius: 5px;
  background: linear-gradient(180deg, #24c7bd 0%, #046761 100%);
  border: none;
  cursor: pointer;
  margin: 20px auto 0px;
  width: 168px;
}

.getstartedBtn span {
  font-size: 14px;
  font-weight: 500;
  line-height: 18.2px;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 3px;
}

.getstartedBtn:hover {
  background: linear-gradient(180deg, #47b5ae 0, #133836 100%);
}

.spanColor {
  background: #05ada3;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.spancolorSecond {
  background: #05ada3;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

.subscribeNowBtn.action {
  padding: 11px 22px;
}

.subscribeNowBtn.loading {
  padding: 0;
  min-width: 168px;
  padding: 0px;

}

.singlePlanCard .badgePro {
  position: absolute;
  content: "";
  top: -14px;
  right: 71px;
  padding: 6px 8px;
  background: #e36e5b;
  display: flex;
  align-items: center;
  gap: 4px;
  border-radius: 3px;
  min-width: 80px;
  justify-content: center;
}

.singlePlanCard .badgePro span {
  font-size: 12px;
  color: #ffffff;
  font-weight: 700;
  line-height: 15.6px;
}

.singlePlanCard .badgeAdv {
  position: absolute;
  content: "";
  top: -14px;
  right: 71px;
  padding: 6px 8px;
  background: #e23659;
  display: flex;
  align-items: center;
  gap: 4px;
  border-radius: 3px;
  min-width: 80px;
  justify-content: center;
}

.singlePlanCard .badgeAdv span {
  font-size: 12px;
  color: #ffffff;
  font-weight: 700;
  line-height: 15.6px;
}

.pricePlanName span {
  display: contents !important;
  font-size: 12px;
}

.singlePlanCard:hover {
  transform: scale(1.02);

  z-index: 1 !important;
}

@media (max-width: 768px) {
  .freeOffer {
    flex-direction: column;
  }

  .verticalLine {
    display: none;
  }

  .horizontalLine {
    display: block;
  }

  .leftContent div {
    font-size: 15px;
    color: #f7f7f7;
    font-weight: 400;
    line-height: 19.5px;
    background: #039a91;
    padding: 5px 26px;
    border-radius: 100px;
    margin-top: 21px;
    max-width: 197px;
    margin: auto;
  }

  .innerContent {
    background: #f0fdf4;
    padding: 40px 25px;
    border-radius: 15px;
  }

  .pricingBanner h1 {
    font-weight: 700;
    color: #ffffff;
    font-size: 25px;
    line-height: 37.07px;
    text-align: center;
  }

  .pricingBanner p {
    font-size: 14px;
    line-height: 28.6px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    padding-top: 20px;
    max-width: 340px;
    margin: auto;
    font-display: swap;
  }

  .writingplanSec h2 {
    font-weight: 600;
    font-size: 23px;
    line-height: 34.36px;
    color: #121212;
    text-align: center;
  }

  .toolText {
    font-weight: 400;
    font-size: 14px;
    line-height: 16.36px;
    color: #3f3f3f;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 50px;
    max-width: 297px;
    margin: auto;
  }

  .pricingHeading h2 {
    font-size: 23px;
    line-height: 34.36px;
    font-weight: 600;
    color: #121212;
    text-align: center;
  }

  .pricingHeading p {
    font-size: 14px;
    text-align: center;
    line-height: 25.36px;
    font-weight: 400;
    color: #3f3f3f;
    padding-top: 15px;
    padding-bottom: 60px;
  }

  .smartwrittingSec>.container>p:nth-of-type(1) {
    font-size: 14px;
    line-height: 25px;
    color: #3f3f3f;
    text-align: center;
    padding-bottom: 50px;
    max-width: 340px;
    margin: auto;
  }

  .smartwrittingSec>.container>p:nth-of-type(2) {
    font-size: 14px;
    line-height: 25px;
    color: #3f3f3f;
    text-align: center;
    padding-bottom: 60px;
    max-width: 340px;
    margin: auto;
  }

  .smartwrittingSec {
    padding: 80px 0px 60px;
  }

  .innerContent>p:nth-of-type(1) {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #0f172a;
    text-align: center;
  }

  .innerContent>p:nth-of-type(2) {
    font-size: 13px;
    font-weight: 400;
    line-height: 23.2px;
    color: #08080f;
    text-align: center;
    padding-top: 15px;
  }
}