button {
  font-family: inherit;
  font-size: 18px;
  background-color: #304049;
  color: white;
  padding: 0.6em 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 25px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}

button:hover {
  transform: translateY(-3px);
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
}

button:active {
  transform: scale(0.95);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

button span {
  display: block;
  margin-left: 0.4em;
  transition: all 0.3s;
}

button i {
  width: 18px;
  height: 18px;
  color: #304049;
  transition: all 0.3s;
}

button .svg-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #ffffff;
  margin-right: 0em;
  transition: all 0.3s;
}

button:hover .svg-wrapper {
  background-color: #ffffff;
}

button:hover svg {
  transform: rotate(45deg);
}

.header_btn1 button {
  font-family: inherit;
  font-size: 18px;
  background-color: #304049;
  color: white;
  padding: 0.4em 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 25px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}

.header_btn1 button:hover {
  transform: translateY(-3px);
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
}

.header_btn1 button:active {
  transform: scale(0.95);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.header_btn1 button span {
  display: block;
  margin-left: 0.4em;
  transition: all 0.3s;
}

.header_btn1 button i {
  width: 18px;
  height: 18px;
  color: #304049;
  transition: all 0.3s;
}

.header_btn1 button .svg-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #ffffff;
  margin-right: 0em;
  transition: all 0.3s;
}

.header_btn1 button:hover .svg-wrapper {
  background-color: #ffffff;
}

.header_btn1 button:hover svg {
  transform: rotate(45deg);
}

.header_btn2 button {
  font-family: inherit;
  font-size: 18px;
  background-color: #ffffff;
  color: #304049;
  padding: 0.6em 1.8em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 25px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}

.header_btn2 button:hover {
  transform: translateY(-3px);
  box-shadow: 0px 8px 15px rgba(197, 197, 197, 0.3);
}

.header_btn2 button:active {
  transform: scale(0.95);
  box-shadow: 0px 2px 5px rgba(207, 207, 207, 0.2);
}

.header_btn2 button span {
  display: block;
  margin-left: 0.4em;
  transition: all 0.3s;
}

.header_btn2 button i {
  width: 18px;
  height: 18px;
  color: #ffffff;
  transition: all 0.3s;
}

.header_btn2 button .svg-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #304049;
  margin-right: 0em;
  transition: all 0.3s;
}

.header_btn2 button:hover .svg-wrapper {
  background-color: #304049;
}

.header_btn2 button:hover svg {
  transform: rotate(45deg);
}
