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;
}
.tes-Banner{
    background-image: url(../images/testi-innefBG.jpg);
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    position:relative;
}
.tes-Banner::after{
    position: absolute;
    content:"";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #00000052;
}
.tes-Banner h2{
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    text-transform: capitalize;
}
.tes-Banner p{
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
    color:#fff;

}
.tes-Banner .container{
    padding-top: 270px;
    position: relative;
    z-index: 1;
}
    .testimonial-inner {
      padding: 70px 0;
      width: 100%;
    }

   .testimonial-inner .testimonial-title {
      text-align: center;
      margin-bottom: 50px;
    }

   .testimonial-inner .testimonial-title h2 {
      font-size: 34px;
      font-weight: 700;
      color: #ffeb35;
    }

  .testimonial-inner  .testimonial-wrapper {
      max-width: 1200px;
      margin: auto;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 25px;
      padding: 0 15px;
    }

  .testimonial-inner  .testimonial-card {
      background: #111;
      border-radius: 12px;
      padding: 25px;
      border: 1px solid #222;
      transition: 0.3s ease;
    }

  .testimonial-inner  .testimonial-card:hover {
      transform: translateY(-8px);
      border-color: #fffb1e;
    }

  .testimonial-inner  .testimonial-profile {
      display: flex;
      align-items: center;
      gap: 15px;
      margin-bottom: 15px;
    }

  .testimonial-inner  .testimonial-profile img {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      object-fit: cover;
      border: 2px solid #ffdc67;
    }

  .testimonial-inner  .testimonial-profile h3 {
      font-size: 18px;
      font-weight: 600;
      color: #fff;
    }

   .testimonial-inner .testimonial-profile p {
      font-size: 13px;
      color: #aaa;
      margin-top: -5px;
    }

   .testimonial-inner .testimonial-text {
      font-size: 15px;
      line-height: 1.6;
      color: #e6e6e6;
    }

    @media (max-width: 576px) {
    .testimonial-inner  .testimonial-title h2 {
        font-size: 26px;
      }
    .testimonial-inner  .testimonial-card {
        padding: 20px;
      }
    .testimonial-inner  .testimonial-profile img {
        width: 50px;
        height: 50px;
      }
    }
    #particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.testimonial-inner{
  position: relative;
  overflow: hidden;
  padding: 70px 0;
  background: #0b0b0b;
}

.testimonial-inner > *:not(#particles-js) {
  position: relative;
  z-index: 1; /* particles er upore content */
}

/******** 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 *********/
