@font-face {
  font-family: font-main;
  src: url(../font/PlayfairDisplay-VariableFont_wght.ttf);
}
@font-face {
  font-family: font-secondary;
  src: url(../font/FuzzyBubbles-Bold.ttf);
}
@font-face {
  font-family: font-main;
  src: url(../font/PlayfairDisplay-VariableFont_wght.ttf);
}
@font-face {
  font-family: font-secondary;
  src: url(../font/FuzzyBubbles-Bold.ttf);
}
.tour-title, .bi-chevron-compact-right, .booking {
  font-family: font-main;
  font-size: 40px;
}

.tour-describe {
  font-family: font-main;
  font-size: 15px;
}

.booking-address {
  font-family: font-secondary;
  font-size: 15px;
}

.main-booking-2 {
  background-image: url(../img/5.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.member-login {
  background-color: #D1ECF1;
}

.search-form {
  background-color: rgb(223, 223, 223);
}

.reserve-tour {
  height: 150px;
}

.bg-bad {
  background-color: rgb(223, 223, 223);
}

tr {
  border-bottom: 1px solid rgb(223, 223, 223);
}

footer {
  background-image: url(../img/fbg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}/*# sourceMappingURL=booking-styles.css.map */