.header-btn {
  display: flex;
  gap: 0 13px;
  align-items: center;
  justify-content: end;
}
.header-btn a {
  max-width: 105px;
  width: 100%;
  display: block;
  height: 40px;
  padding: 9px 10px;
  text-decoration: none;
  background: #fff;
  border: 2px solid #000;
  border-radius: 10px;
  text-align: center;
  color: #000;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  margin: 0;
  font-family: Biotif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
}
.header-btn a.book-btn {
  background: #F87252;
  border-color: #f87252;
  max-width: 153px;
  color: #fff;
}
.header-btn a.book-btn:hover {
  background: #FFBE63;
  border-color: #FFBE63;
  color: #000;
}
.header-btn a:hover{
  background: #000;
  border-color: #000;
  color: #fff;
}
