#book_now_btn {
  animation: pulse 1s infinite ease-in-out;
}

.btn {
  width: 16rem;
  border-radius: 5px;
  padding: 3px;
}

.btn {
  background-color: #e32005 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0px 6px 7px -2px rgb(40 24 165) !important;
  box-shadow: 0 5px 8px 0 rgba(237, 139, 53, 0.36);
  font-weight: 550;
  font-size: 18px;
  text-transform: uppercase;
  padding: 14px 25px;
  line-height: 1.3;
  position: relative;
  text-align: center;
  text-decoration: none;
  outline: none;
  border: none;
  min-width: 130px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 5px;
  -webkit-transition: all 0.6s;
}

.btn:hover {
  -webkit-transition: all 0.6s;
  -webkit-box-shadow: 0 14px 27px 0 rgb(255 135 0 / 52%) !important;
}

.area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

