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/all-plansBG.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 600px;

}
.banner::after{
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0000005f;
}
.banner .container{
  position: relative;
  z-index: 1;
  /* display: flex;
  justify-content: center;
  align-items: center; */
}

.banner .allPHEAD h1{
  color: #fff;
  padding-top: 300px;
font-size: 50px;
font-weight: bold;

}

/******* banner start*******/
/******* alplans start ******/
.all-plan {
    padding: 50px 0;
    position: relative;
    overflow: hidden;
    text-align: center;
    background-color: #000;
    /* background-image: url(../images/pl-bganimated.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    /* background: linear-gradient(0deg, rgb(255 255 255) 50%, rgb(156 168 217) 50%, rgb(1, 18, 83) 87%); */
}

.all-plan .container {
    width: 80%;
    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, #febb56 0%, #000000 100%);
    display: inline-block;
    border-radius: 15px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    padding: 5px 15px;
    margin-bottom: 5px;
    position: relative;
}

.all-head .all1 {
    position: absolute;
    top: 17px;
    left: -48px;
    width: 50px;
    height: 2px;
    background-color:#ffffff;
}

.all-head .all2 {
    position: absolute;
    top: 12px;
    left: 260px;
    width: 50px;
    height: 2px;
    background-color: #ffffff;
}

.all-head .all3 {
    position: absolute;
    top: 20px;
    left: 248px;
    width: 77px;
    height: 4px;
    border-radius: 8px;
    background-color: #f4c454;
}

.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-content .content .plan-price {
                    max-height: 120px;
                    min-height: 105px;
                    padding: 10px 0;
                }

                .all-plan  .pricing-content .content .start-price {
                    font-weight: bold;
                    color: #000000;
                    font-size: 20px;
                    padding-bottom: 5px;
                }

               .all-plan  .pricing-content .content .cut-price {
                    text-decoration: line-through;
                    color: red;
                    padding-bottom: 5px;
                }

             .all-plan  .pricing-content .content .main-price {
                    font-weight: bold;
                }

             .all-plan   .pricing-content .content .plan-details {
                    max-height: 100px;
                    min-height: 80px;
                    overflow-y: auto;
                   scrollbar-width: thin;
                }

            .all-plan    .pricing-content .content .plan-details ul li {
                    font-size: 15px;
                }

              .all-plan  .pricingTable {
                    font-family: 'Roboto Condensed', sans-serif;
                    text-align: center;
                    margin: 0 15px;
                    position: relative;
                    z-index: 1;
                }

               .all-plan  .pricingTable .pricingTable-header {
                    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
                    color: #000000;
                    background: linear-gradient(207deg, rgb(234 229 148) 44%, rgb(255 244 244) 100%);
                    text-align: center;
                    padding: 40px 0 40px;
                    margin: 0 15px;
                    display: block;
                    -webkit-clip-path: polygon(50% 0%, 100% 38%, 100% 100%, 0 100%, 0% 38%);
                    clip-path: polygon(50% 0%, 100% 38%, 100% 100%, 0 100%, 0% 38%);
                    position: relative;
                    z-index: -1;
                    max-height: 108px;
                    min-height: 101px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }

              .all-plan  .pricingTable .title {
                    font-size: 20px;
                    font-weight: bold;
                    margin: 0;
                }

               .all-plan   .pricingTable .pricing-content {
                    background: linear-gradient(to bottom, #403e2a, #f5ec6b);
                    border-radius: 20px;
                    padding: 15px 15px 25px;
                    margin-top: -15px;
                    z-index: 2;
                    transition: all 0.3s;
                }

              .all-plan   .pricingTable:hover .pricing-content {
                    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
                }

              .all-plan   .pricingTable .content {
                    background: #fdfbe9;
                    border-radius: 10px;
                    padding: 20px 50px 50px;
                    margin-bottom: 20px;
                    -webkit-clip-path: polygon(50% 100%, 100% 80%, 100% 0, 0 0, 0 80%);
                    clip-path: polygon(50% 100%, 100% 80%, 100% 0, 0 0, 0 80%);
                    max-height: 310px;
                    min-height: 300px;
                }

               .all-plan .pricingTable .content ul {
                    color: #000;
                    text-align: center;
                    font-size: 18px;
                    line-height: 20px;
                    text-transform: capitalize;
                    letter-spacing: 1px;
                    list-style: disc;
                    padding: 0;
                    display: inline-block;
                    margin: 0 auto 5px;
                }

              .all-plan .pricingTable .content ul li {
                    margin-bottom: 10px;
                }

              .all-plan   .pricingTable .content ul li span {
                    color: #F39733;
                }

              .all-plan  .pricingTable .price-value {
                    color: #000;
                    font-size: 30px;
                    transition: all 0.3s;
                }

             .all-plan  .pricingTable .amount {
                    color: #F39733;
                }

           .all-plan  .pricingTable .pricingTable-signup {
                    color: #000000;
                    font-size: 15px;
                    padding: 8px 12px;
                    font-weight: bold;
                    text-transform: capitalize;
                    position: relative;
                    transition: all 0.3s;
                    border: 2px solid #fff;
                    border-radius: 5px;
                    text-decoration: none;
                }

               .all-plan  .pricingTable .pricingTable-signup:hover {
                    padding: 10px 15px;
                    box-shadow: 0 0 20px rgba(255, 255, 255, 0.7) inset;
                    color: #000000;
                    text-decoration: none;
                }

               .all-plan   .pricingTable.green .pricingTable-header {
                    color: #000000;
                }

               .all-plan  .pricingTable.green .pricing-content {
                    background: linear-gradient(to bottom, #010203, #cda973);
                }

               .all-plan  .pricingTable.blue .pricingTable-header {
                    color: #000000;
                }

              .all-plan .pricingTable.blue .pricing-content {
                    background: linear-gradient(to bottom, #000000, #c6bc5b);
                }
                .all-plan .item-plALL{
                  margin: 30px 0;
                }



/******* plans end ******/



/******** plan-text start *********/

.plan-text {
  padding: 50px 0;
  background-image: url(../images/pl-bganimated.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.plan-text::after{
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #00000088;
}
@keyframes fadeInup {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes aitf {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

.subscribe_block {
  width: 100%;
  text-align: center;
}

.text_animated_fill {
  text-transform: uppercase;
  letter-spacing: 0.5em;
  display: inline-block;
  border: 5px double #ddd;
  border-width: 4px 0;
  padding: 10px 0;
  color: #fff;
  font-weight: bold;
}

.text_animated_fill span {
  font: 700 50px / 1 "Oswald", sans-serif;
  letter-spacing: 0;
  padding: 15px 0;
  display: block;
  cursor: pointer;
  margin: 0 auto;
  text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);
  background: url(../images/animated_text.png) repeat-y;
  -webkit-background-clip: text;
  /* background-clip: text; */
  -webkit-text-fill-color: transparent;
  -webkit-animation: aitf 80s linear infinite;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
 
}
.plan-text .container{
 position: relative;
  z-index: 1;
}
/******** plan-text end *********/
