.gradient-background {
  background: linear-gradient(300deg, #00bfff, #ff4c68, #ef8172);
  background-size: 180% 180%;
  animation: gradient-animation 18s ease infinite;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.icon-square {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
}

.profile-img {
  height: 100px;
  border-radius: 50%;
}

.img-fluid {
  padding-top: 30px;
}

.col-lg-6 {
  padding-top: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 20px;
  padding-left: 50px;
  padding-right: 50px;
}

.features-container {
  padding-left: 60px;
  padding-right: 60px;
}

.testimonial-container {
  padding: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 20px;
  border: solid 2px #ffffff;
  border-radius: 1px;
  margin: 10px;
}
@media (min-width: 768px) {
  .testimonial-container {
    flex-direction: row;} 
  }

.col-md-5 {
  padding: 20px;
  border: solid 1px #a51fff;
  border-radius: 10px;
}

.profile-img {
  height: 100px;
  border-radius: 50%;
}

.pricing-container {
  padding: 50px;
  padding-top: 0px !important;
}

.pricing-heading {
  padding-bottom: 0px;
  padding-top: 30px;
}

.card-body {
  background-color: #dc89ec8f;
  color: #000000;
}

.rounded-3 {
  border: solid 1px #000000;
  border-radius: 10px;
  border-color: #a51fff;
}

footer {
  padding: 50px;
  padding-top: 0px !important;
  color: #ffffff;
  text-align: center;
}

.big-heading
  
{
  font-family: "Playwrite AU QLD", cursive;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 3.5rem;

}

.row {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  text-align: center;
  gap: 0px;
}

.testimonial-container1 {
  background-color: rgb(250, 250, 250);
  color: rgb(241, 0, 0);
  padding: 20px;
  
}.header {
  padding: 20px;
  justify-content: center;
  display: flex;
}
