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;
}

.plan-details {
  padding: 100px 0;
}

.banner-plan {

  position: relative;
  background-image: url(../images/plans-detailsBG.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  padding: 100px 0;
}



.banner-plan .planinner-text {
    margin-top: 231px;
    background-color: #000000;
    padding: 10px 80px;
    border-radius: 20px;
    border-left: 5px solid #f0c800;
    border-bottom: 5px solid #f0c800;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.banner-plan .planinner-text h2 {
  text-align: center;
  font-weight: bold;
  text-transform: capitalize;
  color: #ffffff;
}

.banner-plan .extra-head {
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    background: #000000;
    border-bottom: 6px solid #d1ab36;
    border-radius: 20px;
    box-shadow: rgba(228, 225, 225, 0.25) 0px 54px 55px, rgba(190, 189, 189, 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;
    padding: 17px 30px;
    transform: translate(-50%, -50%);
        min-height: 70px;
}

.banner-plan .second-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner-plan .second-link img {
  height: 76px;
  padding-right: 40px;
}

.banner-plan .second-link li a {
  font-size: 24px;
  text-transform: capitalize;
  font-weight: bold;
  color: #ffffff;
}
@media  (max-width:900px){
  .banner-plan {

  position: relative;
  background-image: url(../images/plan-detailsRES.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  padding: 100px 0;
}
.banner-plan .planinner-text {
    margin-top: 185px;
    background-color: #ffffff;
 
}
.banner-plan .planinner-text h2 {
    color: #000000;
}
}
@media  (min-width:1800px) and (max-width:2500px){
    .banner-plan {
   height: 700px;
    }
    .tab-buttons{
      margin-left: 25px !important;
      margin: 0;
    }
    .banner-plan .planinner-text{
      margin-top: 347px;
    }
}
/******** plan banner end *********/
/******** plan-box start *********/
.plan-details {
 /* background-image: url(../images/planinner-midBG.jpg);*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}


.plan-details .plan-innerbox {
  padding: 20px 10px;
  height: 330px;
  border: 2px solid #000000;
  background: #efe5ca;
  background: linear-gradient(185deg, rgb(255, 234, 156) 53%, rgb(251, 235, 235) 100%);
  border-radius: 20px;
  box-shadow: inset 0px 0px 20px 15px #ffde7b;
  transition: 1.5s all;
}
 .plan-details .plan-innerbox:hover {
  box-shadow: none;
  transform: translateY(10px);
}
.plan-details .plan-duration h2 {
  font-weight: bold;
  font-size: 35px;
  padding: 5px 0;
  color: #c39200;
}

.plan-details .innerbox-details {
  background-color: #ffffff;
  padding: 25px 20px;
  border-radius: 11px;
}

.plan-details .img-plan {
  display: flex;
  justify-content: center;
  align-items: center;
}
 .plan-subscribe {
  display: flex;
  justify-content: center;
  align-items: center;
}

.plan-benefitBTN {
  padding: 15px 100px;
  background-color: #d1ab36;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  border-radius: 10px;
  border: none;
  margin-top: 50px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

/* Unique smooth hover with shine effect */
 .plan-benefitBTN::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transform: skewX(-25deg);
  transition: left 0.5s ease;
}

 .plan-benefitBTN:hover {
  background-color:#fff;
  color: #000;
  box-shadow: 0 0 20px rgba(246, 216, 97, 0.6);
  transform: translateY(-3px);
}

 .plan-benefitBTN:hover::before {
  left: 125%;
}

.tab-container {
  padding: 20px;
  border-radius: 10px;
  max-height: 550px;
  min-height: 520px;
}

.plan-benefit {
  padding: 50px 0;
  background-color: #000000;
}

.benefit-img {
  margin-top: 20px;
  border-top: 3px solid #d1ab36;
  border-left: 3px solid #000000;
  padding-top: 10px;
  padding-left: 10px;
}

.benefit-img img {
  border-radius: 20px;
  width: 100%;
  height: 380px;
}

.plan-cutprice {
  padding: 10px 0px 5px 0px;
  color: red;
  font-size: 25px;
  font-weight: 500;
  text-decoration: line-through;
}

.plan-mainprice {
  padding: 10px 0px 5px 0px;
  color: #000000;
  font-size: 30px;
  font-weight: 600;
}

.plan-innerBTN {
background: #f29d2e;
background: linear-gradient(90deg, rgba(242, 157, 46, 1) 0%, rgba(0, 0, 0, 1) 100%);
  padding: 5px 22px;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 18px;
  color: #fff;
  margin: 10px 0 5px 0;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.8s ease;
}

/* Simple hover with glow and lift */
.plan-innerBTN:hover {
background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  box-shadow: 0 0 12px rgba(197, 173, 16, 0.6);
  transform: translateY(-2px);
 color: #ffffff;
}


/******** tab start *********/
.heading-with-checkbox {
  position: relative;
}

.heading-with-checkbox h2 {
  /* padding-left: 20px; */
  font-size: 20px;
  font-weight: bold;
  color: #dbffdb;
}

.tab-content p {
  padding-left: 20px;
  color: #fff;
}

.tab-content li {
  color: #fff;
  padding: 0px 0px 20px 10px;
}
.tab-content ul li i {
  color: #0075ff;
}

.plan-checkPOINT:before {
  content: "";
  position: absolute;
  left: -40px;
  top: 0px;
  background-image: url(../images/cloud.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  animation: glowPulse 5s infinite ease-in-out;
}

@keyframes glowPulse {
  0% {
    filter: drop-shadow(0 0 10px rgb(1, 197, 17));
  }

  50% {
    filter: drop-shadow(0 0 20px rgb(0, 255, 34));
  }

  100% {
    filter: drop-shadow(0 0 5px rgb(217, 255, 0));
  }
}

.plan-checkPOINT {
  position: relative;
  padding-left: 10px;
}

.plan-checkPOINT h5 {
  padding-bottom: 10px;
  color: #fbd33b;
  font-weight: bold;
  font-size: 25px;
}

.planinner-tab {
  padding: 0px 0;
}

.tab-buttons {
  width: 100%;
  max-width: 600px;
  margin: auto;
  display: flex;
  margin-bottom: 30px;
  border-bottom: 2px solid #fff;
  background: #f2d43b;
  padding: 8px 10px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  position: relative;
}

.tab-buttons button {
  flex: 1;
  padding: 10px;
  background: none;
  border: none;
  font-size: 15px;
  font-weight: bold;
  text-transform: capitalize;
  cursor: pointer;
  color: #000000;
  font-size: 16px;
}

.tab-buttons button.active {
  background:#000000;
  border-radius: 15px;
  color: #ffffff;
}

.tab-content {
  display: none;
  padding: 20px;
  /* border-left: 1px solid #030375; */
}

.tab-content.active {
  display: block;
}

@media (max-width:1200px) {
  .tab-buttons::before {
    display: none;
  }

  .tab-buttons::after {
    display: none;
  }
}
@media (max-width:990px) {
  .tab-container{
    padding: 20px 0px 0px 0px;
  }
.plan-innerbox{
  margin-bottom: 20px;
}
}
@media (max-width:1500px) and  (max-width:2200px){
.tab-buttons {
    margin-left: 26px;


}
}
/******** tab end *********/


.benefit-name::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(120deg,
      rgba(255, 255, 255, 0.05) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.05) 50%,
      rgba(255, 255, 255, 0.05) 75%,
      transparent 75%,
      transparent);
  background-size: 50px 50px;
  animation: move-bg 6s linear infinite;
}

@keyframes move-bg {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50px);
  }
}

.benefit-content {
  position: relative;
  color: #000000;
  z-index: 2;
}

.benefit-name {
  text-align: center;
}

.benefit-name h5 {
  font-size: 16px;
  letter-spacing: 4px;
  margin-bottom: 10px;
  color: #fff;
}

.benefit-name p {
  font-size: 14px;
  letter-spacing: 3px;
  margin-top: 10px;
  color: #fff;
}

.animated-text {
  font-weight: 800;
  font-size: 25px;
  background: linear-gradient(90deg, #ffed25, #00e0ff, #ffea00, #22ff00);
  background-size: 300%;
  -webkit-background-clip: text;
  color: transparent;
  animation: glow 6s infinite linear, scaleUp 3s infinite ease-in-out;
}

/* gradient movement */
@keyframes glow {
  0% { background-position: 0%; }
  50% { background-position: 100%; }
  100% { background-position: 0%; }
}

/* soft scaling */
@keyframes scaleUp {
  0% { transform: scale(1); }
  50% { transform: scale(1.07); }
  100% { transform: scale(1); }
}


/******** 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 *********/


span.anime {
  position: relative;
  display: inline-block;
  animation: zoomInOut 2s infinite;
}

@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.plan1 {
  top: -1px;
  left: 504px;
  opacity: 0.2;
}

.plan2 {
  opacity: 0.3;
  top: 326px;
  left: 53px;
}

.plan3 {
  opacity: 0.4;
  top: 351px;
  left: 799px;
}

.plan5 {
  top: 183px;
  left: 767px;
  opacity: 0.2;
}

.plan4 {
  opacity: 0.1;
  top: 68px;
  left: -98px;
}