/* first section bacground animation  */

#particles-js {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}

.green-pattern {
  background: linear-gradient(to top, #025002e0 10%, #000000 50%),
    repeating-radial-gradient(
      circle,
      #063a05,
      #000000ef 1px,
      transparent 1px,
      black 10px
    );
}

/* first section ball animation********************************************************** */
body {
  background: #000000;
}

.arrow-container {
  width: 150px;
  height: 120px;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  top: 40%;
}

.arrow-1 {
  width: 100px;
  height: 100px;
  background: #0bd615;
  opacity: 0.5;
  border-radius: 50%;
  position: absolute;
}

.arrow-2 {
  width: 60px;
  height: 60px;
  background: #084b0f;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  display: table;
}

.arrow-2:hover {
  width: 60px;
  height: 60px;
  background: #07ff20;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  display: table;
}

/* second */

.arrow-container1 {
  width: 150px;
  height: 120px;
  position: absolute;
  bottom: 25px;
  left: 80%;
  right: 30%;
  top: 60%;
}

.arrow-11 {
  width: 100px;
  height: 100px;
  background: #09d809;
  opacity: 0.5;
  border-radius: 50%;
  position: absolute;
}

.arrow-21 {
  width: 60px;
  height: 60px;
  background: #084b0f;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  display: table;
}

.arrow-21:hover {
  width: 60px;
  height: 60px;
  background: #06dd1b;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  display: table;
}

/* third */
.arrow-container12 {
  width: 150px;
  height: 120px;
  /* margin: 0 auto; */
  position: absolute;
  bottom: 25px;
  left: 80%;
  right: 30%;
  top: 30%;
}

.arrow-112 {
  width: 63px;
  height: 63px;
  background: #12ff12;
  opacity: 0.5;
  border-radius: 50%;
  position: absolute;
}

.arrow-212 {
  width: 24px;
  height: 24px;
  background: #084b0f;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  display: table;
}

.arrow-212:hover {
  width: 24px;
  height: 24px;
  background: #06dd1b;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  display: table;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation: zoomIn 3s linear infinite;
  animation-duration: 3s;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.4, 0.4, 0.4);
    transform: scale3d(0.4, 0.4, 0.4);
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.4, 0.4, 0.4);
    transform: scale3d(0.4, 0.4, 0.4);
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

/* ************************************************************************************************ */

/* card border animation */

/* circle images */

/* Testomonials css start*/
/* .section-9 {
  margin-left: 130px;
  margin-right: 130px;
} */
.section-9 .testimonial-carousel .slick-list {
  padding: 50px !important;
}
.section-9 .sec-6-heading {
  width: 50%;
  margin: 25px auto 0px;
}
.testimonial-carousel {
  overflow: hidden;
  position: relative;
}
.testimonial-carousel::before {
  content: "";
  position: absolute;
  background: linear-gradient(
    270deg,
    #000000 13.78%,
    rgba(16, 16, 16, 0) 75.65%
  );
  width: 25%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 9;
}
.testimonial-carousel::after {
  content: "";
  position: absolute;
  background: linear-gradient(
    91deg,
    #000000 13.78%,
    rgba(16, 16, 16, 0) 75.65%
  );
  width: 25%;
  height: 100%;
  left: 0;
  top: 0;
}
.testimonial-box {
  position: relative;
  margin: 0 5px;
  color: #ffffff;
  border-radius: 17.921px;
  border: 0.996px solid #505050;
  background: linear-gradient(
    180deg,
    rgba(193, 193, 193, 0.09) 0%,
    rgba(90, 87, 87, 0.09) 100%
  );

  cursor: pointer;
  padding: 80px 40px 46px;
}

.testimonial-box.blur-effect .content {
  /* filter: blur(5px); */
  /* Apply blur effect to content */
}

.content {
  justify-content: left;
  transition: filter 0.3s ease;
  position: relative;
  /* Smooth transition for the blur effect */
}
.content .profile-img {
  position: absolute;
  top: -130px;
  left: 40%;
  display: none;
}
.content .profile-img img {
  width: 89px;
  height: 89px;
  border-radius: 50%;
  margin-right: 10px;
  object-fit: cover;
}
.user-info {
  display: flex;
  align-items: center;
  margin-top: 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.user-info .name {
  text-align: center;
  font-size: 27px;
  font-family: "cal-sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  color: #70f45d;
  line-height: 30px;
  margin-bottom: -2px;
}
.user-info .designation {
  text-align: center;
  font-size: 12px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}
.details {
  flex: 1;
  min-height: 50px;
}

.name {
  font-weight: bold;
  margin-bottom: 5px;
}

.designation {
  color: #888;
}

.review {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-size: 16.15px;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  min-height: 190px;
}
/* Testomonials css end*/
