/* .buthero {
  border: 2px solid;
  border-radius: 0px;
  border-color: #61b646;
  display: inline-block;
  padding: 0.5rem 1.5rem;
  font-size: 16px;
  font-weight: 700;
  color: #495057;

  cursor: pointer;
  position: relative;
  background-color: transparent;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  font-family: inherit;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.buthero::before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(97,182,70);
  transition: transform 0.3s ease;
  z-index: -1;
}

.buthero:hover::before {
  transform: translateX(100%);
}

.buthero:hover {
  color: #ffffff;
  border-color: white;
} */

.buthero {
  border-radius: 25px;
  text-decoration: none;
  width: 130px;
  height: 40px;
  display: inline-block;
  align-items: center;
  justify-content: center;
  background-color: #61b646;
  border: none;
  color: white;
  font-weight: 600;
  gap: 8px;
  cursor: pointer;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.103);
  position: relative;
  overflow: hidden;
  transition-duration: .3s;
}

@media (min-width: 300px) {
  .buthero {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .buthero {
    width: 25%;
    /*margin-left: 5px;*/
  }
}

@media (min-width: 900px) {
  .buthero {
    width: 25%;
    /*margin-left: 5px;*/
  }
}

.buthero::before {
  text-decoration: none;
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #495057;
  transition: transform 0.3s ease;
  z-index: -1;
}

.buthero:hover::before {
  text-decoration: none;
  transform: translateX(100%);
}

.buthero:hover {
  /*text-decoration: none;*/
  color: #ffffff;
  border-color: white;
}

.buthero1 {
  margin-left: 10px;
  border-radius: 25px;
  text-decoration: none;
  width: 130px;
  height: 40px;
  display: inline-block;
  align-items: center;
  justify-content: center;
  background-color: #495057;
  border: none;
  color: white;
  font-weight: 600;
  gap: 8px;
  cursor: pointer;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.103);
  position: relative;
  overflow: hidden;
  transition-duration: .3s;
}

@media (min-width: 300px) {
  .buthero1 {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .buthero1 {
    width: 25%;
    /*margin-left: 5px;*/
  }
}

@media (min-width: 900px) {
  .buthero1 {
    width: 25%;
    /*margin-left: 5px;*/
  }
}

.buthero1::before {
  /*margin-left: 10px;*/
  text-decoration: none;
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bs-warning);
  transition: transform 0.3s ease;
  z-index: -1;
}

.buthero1:hover::before {
  text-decoration: none;
  transform: translateX(100%);
}

.buthero1:hover {
  text-decoration: none;
  color: #ffffff;
  border-color: white;
}


.buthero3 {
  margin-bottom: 10px;
  border-radius: 25px;
  text-decoration: none;
  width: 130px;
  height: 40px;
  display: inline-block;
  align-items: center;
  justify-content: center;
  background-color: #61b646;
  border: none;
  color: white;
  font-weight: 600;
  gap: 8px;
  cursor: pointer;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.103);
  position: relative;
  overflow: hidden;
  transition-duration: .3s;
}

@media (min-width: 300px) {
  .buthero3 {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .buthero3 {
    width: 30%;
    /*margin-left: 5px;*/
  }
}

@media (min-width: 900px) {
  .buthero3 {
    width: 20%;
    /*margin-left: 5px;*/
  }
}

.buthero3::before {
  /*margin-bottom: 10px;*/
  text-decoration: none;
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #495057;
  transition: transform 0.3s ease;
  z-index: -1;
}

.buthero3:hover::before {
  text-decoration: none;
  transform: translateX(100%);
}

.buthero3:hover {
  /*text-decoration: none;*/
  color: #ffffff;
  border-color: white;
}