
.color-section {
  color: black;
  background-image: linear-gradient(
    to left bottom,
    #990000,
   #B30000,
   #CC3300,
   #D95319,
   #D2691E
  );

  background-size: 800%;
  animation: animateClr 1s infinite cubic-bezier(0.62, 0.28, 0.23, 0.99);
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  border: 1px solid rgb(128, 126, 126); /* Standard solid border */
  background: transparent;
  outline: none;
  width: 100%;
  padding: 1rem 0.4rem;
  box-sizing: border-box; /* Ensures padding doesn't affect overall width */
}

.aside {
  background-image: linear-gradient(
    to left bottom,
    #990000,
    #B30000,
    #CC3300,
    #D95319,
    #D2691E

  );
  animation: animateClr 5s infinite cubic-bezier(0.62, 0.28, 0.23, 0.99);
  background-size: 400%;
}

@keyframes animateClr {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

ion-icon:not([name="logo-codepen"]) {
  border: 1px solid currentColor;
  border-radius: 20%;
  padding: 1rem;
}



.whatsapp-logo-bottom{
  width: 50px;
  border: 1px solid currentColor;
  border-radius: 20%;

}

.bottom-contact-text{
  color: white;
  /* font-size: 10px; */
  text-decoration: none;
}
