.subscription-plan-sec {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
}

.subscription-plan-sec::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgb(240 239 239 / 98%) 0%, rgba(205, 205, 205, 0) 17%, rgb(102 110 97) 77%);
}

.subscription-plan-sec .container {
  position: relative;
  z-index: 10;
}

.subscription-plan-sec .sub-head {
  text-align: center;
  margin-bottom: 35px;
}

.subscription-plan-sec .sub-head h2 {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}

.subscription-plan-sec .sub-head h2 b {
  position: relative;
}

.subscription-plan-sec .sub-head h2 b::after {
  content: "";
  position: absolute;
  right: -82px;
  bottom: 0px;
  background-image: url(../images/growth.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 75px;
}

.subscription-plan-sec .sub-head h2 span {
  background: linear-gradient(90deg, #abd21f, #f7e306, #2f3f01);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}

.subscription-plan-sec .sub-head p {
  color: rgb(0, 0, 0);
  font-size: 20px;
}

.subscription-plan-sec .pricing-table {
  position: relative;
  padding: 10px 20px 30px 20px;
  text-align: justify;
  height: auto;
}

.subscription-plan-sec .pricing-header {
  min-height: 80px;
  max-height: 100px;
}

.subscription-plan-sec .pricing-header h3 {
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  padding-top: 15px;
  position: relative;
}

.subscription-plan-sec .pricing-header h3::after {
  position: absolute;
  content: "";
  top: 75px;
  bottom: 0;
  left: 33%;
  right: 0;
  border-bottom: 1px solid #fff0;
  border-image: linear-gradient(to right, rgb(46 46 46 / .3), rgb(204, 253, 45), rgb(46 46 46 / .3)) 1;
  height: 2px;
  width: 150px;
}

.subscription-plan-sec .pricing-content {
  text-align: center;
  padding: 20px 0px 0px 0px;
    min-height: 250px;
    max-height: 260px;
}

.subscription-plan-sec .plan-price .start-price p {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.subscription-plan-sec .plan-price .cut-price p {
  color: rgb(253, 116, 116);
  text-decoration: line-through;
  font-size: 18px;
  margin-bottom: 6px;
  font-weight: 600;
}

.subscription-plan-sec .plan-price .main-price p {
  color: #bef85f;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 18px;
}

.subscription-plan-sec .plan-details {
  display: flex;
  min-height: 150px;
  justify-content: center;
  align-items: center;
  text-align:justify;
}

.subscription-plan-sec .plan-details ul {
  padding-left: 18px;
  margin: 0;
}

.subscription-plan-sec .plan-details ul li {
  color: rgba(255, 255, 255, 0.75);
  font-size: 18px;
  margin-bottom: 5px;
}

.subscription-plan-sec .pricingTable-Sign-Up {
  display: grid;
  place-items: center;
  margin-top: 10px;
}

.subscription-plan-sec .PL-btn {
  padding: 12px 15px;
  border-radius: 12px;
  border: none;
  background: linear-gradient(90deg, #e9f4d2, #e5f683);
  color: #000;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s ease;
}

.subscription-plan-sec .PL-btn:hover {
  filter: brightness(1.1);
  transform: translateY(-2px);
}

.subscription-plan-sec .owl-theme .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.25);
}

.subscription-plan-sec .owl-theme .owl-dots .owl-dot.active span {
  background: #00ff88;
}

.subscription-plan-sec .owl-carousel .owl-dots.disabled,
.subscription-plan-sec .owl-carousel .owl-nav.disabled {
  display: block;
}

.subscription-plan-sec .owl-carousel .owl-nav button.owl-next {
  padding: 5px 15px !important;
  background-color: #b1d806;
  color: #000 !important;
  border: none;
  font: 25px !important;
}

.subscription-plan-sec .owl-carousel .owl-nav button.owl-next span {
  color: #000;
  font-size: 25px;
  font-weight: bold;
}

.subscription-plan-sec .owl-carousel .owl-nav button.owl-prev {
  padding: 5px 15px !important;
  background-color: #b1d806;
  color: inherit;
  border: none;
  font: inherit;
}

.subscription-plan-sec .owl-carousel .owl-nav button.owl-prev span {
  color: #000;
  font-size: 25px;
  font-weight: bold;
}

.subscription-plan-sec .owl-theme .owl-dots .owl-dot {
  display: none;
}
.owl-theme .owl-nav .disabled {
    opacity: 1;
    cursor: default;
}
.subscription-plan-sec .pricing-table {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}

.subscription-plan-sec .pricing-table .card__border {
  position: absolute;
  inset: 0;
  border-radius: 1rem;
  pointer-events: none;
  z-index: 1;
}

.subscription-plan-sec .pricing-table .card__border::before {
  content: "";
  position: absolute;
  inset: -180%;
  background: conic-gradient(from 0deg,
      transparent 0%,
      #e5ff009d 20%,
      #d7fb89 40%,
      transparent 50%);
  animation: rotateBorder 6s linear infinite;
}

.subscription-plan-sec .pricing-table .card__border::after {
  content: "";
  position: absolute;
  inset: 2px;
  background-color: hsla(240, 15%, 9%, 1);
  background-image: radial-gradient(at 88% 40%,
      hsla(240, 15%, 9%, 1) 0px,
      transparent 85%),
    radial-gradient(at 49% 30%, hsla(240, 15%, 9%, 1) 0px, transparent 85%),
    radial-gradient(at 14% 26%, hsla(240, 15%, 9%, 1) 0px, transparent 85%),
    radial-gradient(at 0% 64%, hsl(67, 88%, 53%) 0px, transparent 85%),
    radial-gradient(at 41% 94%, hsl(65, 100%, 58%) 0px, transparent 85%),
    radial-gradient(at 100% 99%, hsl(77, 94%, 13%) 0px, transparent 85%);

  border-radius: 1rem;
  box-shadow: 0px -16px 24px 0px rgba(255, 255, 255, 0.25) inset;
}

.subscription-plan-sec .pricing-table>*:not(.card__border) {
  position: relative;
  z-index: 2;
}

@keyframes rotateBorder {
  to {
    transform: rotate(360deg);
  }
}


.subscription-plan-sec .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.subscription-plan-sec .pricing-table .pt-particles {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.subscription-plan-sec .pricing-table .pt-particles span {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  opacity: 0.25;

  background: radial-gradient(circle at 30% 30%,
      rgba(255, 255, 255, 0.785),
      rgba(255, 255, 255, 0) 45%,
      rgba(0, 0, 0, 0) 70%);

  filter: blur(0.2px);
  transform-style: preserve-3d;

  animation: floatBalloon 7s ease-in-out infinite;
}

.subscription-plan-sec .pricing-table .pt-particles span:nth-child(1) {
  top: 139px;
  left: 10%;
  width: 16px;
  height: 16px;
  animation-duration: 6s;
}

.subscription-plan-sec .pricing-table .pt-particles span:nth-child(2) {
  top: 102px;
  left: 80%;
  width: 22px;
  height: 22px;
  animation-duration: 8s;
}

.subscription-plan-sec .pricing-table .pt-particles span:nth-child(3) {
  top: 105px;
  left: 67%;
  width: 15px;
  height: 15px;
  animation-duration: 5s;
}

.subscription-plan-sec .pricing-table .pt-particles span:nth-child(4) {
  top: 74px;
  left: 20%;
  width: 26px;
  height: 26px;
  animation-duration: 9s;
}

.subscription-plan-sec .pricing-table .pt-particles span:nth-child(5) {
  top: 32px;
  left: 75%;
  width: 16px;
  height: 16px;
  animation-duration: 7.5s;
}

@keyframes floatBalloon {

  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(0, -18px, 30px) scale(1.05);
  }
}



.subscription-plan-sec .all-planbtn {
    background-color: rgb(0, 0, 0);
    color: rgb(190, 248, 95);
    font-size: 18px;
    font-weight: bold;
    padding: 8px 20px;
    border-radius: 10px;
    transition: 1s;
}
.subscription-plan-sec .pln-homeall {
    display: flex;
    justify-content: center;
}



/************ responsive start *************/
@media (min-width:1200px) and (max-width:1399px){
  .subscription-plan-sec .sub-head h2 {
    font-size: 35px;
}
.subscription-plan-sec .sub-head h2 b::after {
    height: 48px;
}
.subscription-plan-sec .sub-head p {
    font-size: 16px;
}
.subscription-plan-sec .pricing-header h3 {
    font-size: 20px;
}
.subscription-plan-sec .pricing-header h3::after {
    left: 28%;
}
.subscription-plan-sec .plan-price .main-price p {
    font-size: 26px;
}
.subscription-plan-sec .plan-details ul li {

    font-size: 16px;
}
}

@media (min-width:1700px) and (max-width:3500px){
  .subscription-plan-sec .sub-head h2 {
    font-size: 42px;
}
.subscription-plan-sec .sub-head h2 b::after {
    right: -89px;
    height: 66px;
}
.subscription-plan-sec .sub-head p {
    font-size: 22px;
}
.subscription-plan-sec .pricing-header h3 {
    font-size: 32px;
}
.subscription-plan-sec .plan-price .start-price p {
    font-size: 22px;
}
.subscription-plan-sec .plan-price .cut-price p
 {
    font-size: 20px;
    margin-bottom: 8px;
}
.subscription-plan-sec .plan-price .main-price p {
    font-size: 30px;
}
.subscription-plan-sec .plan-details ul li {
    font-size: 20px;
}
.subscription-plan-sec .PL-btn {
    font-size: 20px;
}
.subscription-plan-sec .pricing-header h3::after {
    left: 36%;
}
}

/************ mobile responsive *****/
@media (max-width:990px){
  .subscription-plan-sec .sub-head h2 {
    font-size: 35px;
}
.subscription-plan-sec .sub-head h2 b::after{
  display: none;
}
.subscription-plan-sec .sub-head p {
    line-height: 1.5;
}
}