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/plan-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  padding: 100px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.banner-plan::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  background: linear-gradient(27deg, rgba(0, 0, 0, 0.622) 0%, rgba(0, 0, 0, 0.712) 62%, rgba(255, 255, 255, 0.835) 100%);
}


.banner-plan .planinner-text {
  margin-top: 180px;
  /* 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; */
}

.planinner-tx {
  position: relative;
  z-index: 10;
}

.planinner-tx h2 {
  text-align: center;
  font-weight: bold;
  font-size: 48px;
  color: #ffffff;
}

.banner-plan .extra-head {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  border-bottom: 6px solid #a3a2a1;
  border-radius: 20px;
  box-shadow:
    5px 5px 9px rgba(255, 255, 255, 0.45),
    -5px -5px 9px rgba(94, 104, 121, 0.3);
  background-color: var(--bg-color);
  padding: 14px 22px;
  transform: translate(-50%, -50%);
  min-height: 58px;
}

.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: 20px;
  text-transform: capitalize;
  font-weight: bold;
  color: var(--tx-color);
}

@media (max-width:900px) {

  .banner-plan .planinner-text {
    margin-top: 185px;
    color: #fff;
  }

  .banner-plan .planinner-text h2 {
    color: #ffffff;
  }
}

@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;
  background-color: #f0f0f3;
}


.plan-details .plan-innerbox {
  padding: 10px 10px;
  height: 267px;
  /* border: 2px solid #ff6b00;
  border-radius: 20px; */
  transition: 1.5s all;

  border: 2px solid #fff;
  background: var(--bg-color);
  border-radius: 28px;
  padding: 10px 25px;
  box-shadow: 12px 12px 24px #d1d9e6, -12px -12px 24px #fff;
}

.plan-details .plan-innerbox:hover {
  box-shadow: none;
  transform: translateY(10px);
}

.plan-details .plan-duration h2 {
  font-weight: bold;
  font-size: 30px;
  padding: 5px 0;
  padding-bottom: 8px;
}

.plan-details .innerbox-details {
  padding: 0px 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: var(--bg-color);
    box-shadow: 12px 12px 24px #d1d9e6, -12px -12px 24px #fff;
  color: var(--tx-color);
  font-size: 20px;
  font-weight: 600;
  border-radius: 10px;
  border: none;
  margin-top: 50px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}


.plan-benefitBTN:hover {
    background: var(--bg-color);
    box-shadow: 12px 12px 24px #d1d9e6, -12px -12px 24px #fff;

}

.tab-container {
  padding: 20px;
  border-radius: 10px;
  max-height: 550px;
  min-height: 520px;
}

.plan-benefit {
  padding: 50px 0;
    background-color: #f0f0f3;
}

.benefit-img {
  margin-top: 20px;
  border-top: 3px solid #414140;
  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;
  font-family: "Montserrat", Sans-serif;
  margin-top: 15px;
}

.plan-mainprice {
  padding: 10px 0px 5px 0px;
  color: #000000;
  font-size: 30px;
  font-weight: 600;
  font-family: "Montserrat", Sans-serif;
  padding-top: 12px;
}

.plan-innerBTN {
  background: var(--bg-color);
  color: var(--tx-color);
  box-shadow: 6px 6px 12px #d1d9e6, -6px -6px 12px #fff;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 16px;
  margin: 10px 0 5px 0;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.8s ease;
  margin-top: 40px;
}
.plan-innerBTN:hover{
    background: var(--bg-color);
  color: var(--tx-color);
}
.plan-innerBTN:active {
  box-shadow: inset 4px 4px 8px #d1d9e6, inset -4px -4px 8px #fff;
  color: #000;
}



/******** tab start *********/
.heading-with-checkbox {
  position: relative;
}

.heading-with-checkbox h2 {
  /* padding-left: 20px; */
  font-size: 20px;
  font-weight: bold;
  color: #505150;
}

.tab-content p {
  padding-left: 20px;
  color: #414040;
}

.tab-content li {
  color: #474747;
  /* padding: 0px 0px 20px 10px; */
}

.tab-content ul li i {
  color: #383837;
}

.plan-checkPOINT {
  position: relative;
  /* padding-left: 10px; */
}

.plan-checkPOINT h5 {
  padding-bottom: 10px;
  color:var(--tx-color);
  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;
    background: var(--bg-color);
    box-shadow: 12px 12px 24px #d1d9e6, -12px -12px 24px #fff;
  padding: 8px 10px;
  border-radius: 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: var(--bg-color);
    box-shadow: 12px 12px 24px #d1d9e6, -12px -12px 24px #fff;
  border-radius: 15px;
  border: 2px solid #fff;
color: var(--tx-color);
}

.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;
  }
}

/******** 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;
}

.benefit-name p {
  font-size: 14px;
  letter-spacing: 3px;
  margin-top: 10px;
}
.benefit-content .animated-text{
  font-size: 18px;
}
.planinner-text {
  text-align: center;
}

/* H2 */
.planinner-text h2 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #fff;
}

/* EACH LETTER */
.planinner-text h2 span {
  display: inline-block;
  animation: letterFloat 2.8s ease-in-out infinite;
}

/* LETTER ANIMATION */
@keyframes letterFloat {
  0% {
    transform: translateY(0);
    opacity: 0.7;
    text-shadow: none;
  }

  50% {
    transform: translateY(-10px);
    opacity: 1;

  }

  100% {
    transform: translateY(0);
    opacity: 0.7;
    text-shadow: none;
  }
}