body {
  margin: 0;
  padding: 0;
  line-height: 20px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.clear {
  clear: both;
}

/******* banner start*******/
.banner {
    background-image: url(../images/st-one.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 600px;
    padding-top: 400px;
}

.banner::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0000009f;
}

.banner .container {
  position: relative;
  z-index: 1;
}

.banner .main-content h1 {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-align: center;

}
.banner .card {
  width: 320px;
  height: 60px;
  padding: 10px;
  color: white;
  background: linear-gradient(#212121, #212121) padding-box,
              linear-gradient(145deg, transparent 35%,#ff1c60, #99ff40) border-box;
  border: 2px solid transparent;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transform-origin: right bottom;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
  margin: auto;
}

.banner .card .main-content {
  flex: 1;
}






/******* banner start*******/
/******* alplans start ******/
.all-plan {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
  text-align: center;
  /* background-color: #000; */

}

.all-plan .container {
  width: 90%;
  margin: auto;
}

.all-plan .plan-head {
  padding-bottom: 40px;
}

.all-plan .plan-head {
  padding-bottom: 40px;
}


.all-plan h2 {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

.all-head {
    background: linear-gradient(90deg, #6a872a 0%, #000000 100%);
  display: inline-block;
  border-radius: 15px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 5px 15px;
  margin-bottom: 25px;
  position: relative;
}

.all-head .all1 {
  position: absolute;
  top: 17px;
  left: -48px;
  width: 50px;
  height: 2px;
  background-color: #110e0e;
}

.all-head .all2 {
  position: absolute;
  top: 12px;
  left: 260px;
  width: 50px;
  height: 2px;
  background-color: #060404;
}

.all-head .all3 {
  position: absolute;
  top: 20px;
  left: 248px;
  width: 77px;
  height: 4px;
  border-radius: 8px;
  background-color: #c9f454;
}

.all-plan .plan-para {
  font-size: 13px;
  color: #3c3b3b;
  max-height: 130px;
  min-height: 120px;
}


.all-plan .plan-head {
  color: #000000;
  padding-bottom: 30px;
}












.all-plan .pricing-table {
  position: relative;
  padding: 10px 20px 30px 20px;
  text-align: justify;
  height: auto;
}

.all-plan .pricing-header {
  min-height: 50px;
}

.all-plan .pricing-header h3 {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding-top: 15px;
  position: relative;
}

.all-plan .pricing-header h3::after {
  position: absolute;
  content: "";
  top: 63px;
  bottom: 0;
  left: 27%;
  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;
}

.all-plan .pricing-content {
  text-align: center;
  padding: 20px 0px 0px 0px;
}

.all-plan .plan-price .start-price p {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.all-plan .plan-price .cut-price p {
  color: rgb(253, 116, 116);
  text-decoration: line-through;
  font-size: 18px;
  margin-bottom: 6px;
  font-weight: 600;
}

.all-plan .plan-price .main-price p {
  color: #bef85f;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 18px;
}

.all-plan .plan-details {
  display: flex;
  min-height: 150px;
  justify-content: center;
  align-items: center;
}

.all-plan .plan-details ul {
  padding-left: 18px;
  margin: 0;
}

.all-plan .plan-details ul li {
  color: rgba(255, 255, 255, 0.75);
  font-size: 18px;
  margin-bottom: 5px;
}

.all-plan .pricingTable-Sign-Up {
  display: grid;
  place-items: center;
  margin-top: 10px;
}

.all-plan .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;
}

.all-plan .PL-btn:hover {
  filter: brightness(1.1);
  transform: translateY(-2px);
}


.all-plan .pricing-table {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}

.all-plan .pricing-table .card__border {
  position: absolute;
  inset: 0;
  border-radius: 1rem;
  pointer-events: none;
  z-index: 1;
}

.all-plan .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;
}

.all-plan .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;
}

.all-plan .pricing-table>*:not(.card__border) {
  position: relative;
  z-index: 2;
}

@keyframes rotateBorder {
  to {
    transform: rotate(360deg);
  }
}


