@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&family=Abril+Fatface&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
}

h2 {
  font-size: 50px;
  font-style: italic;
}

.base-colour {
  color: #4bb2aa;
}
.sub-colour {
  color: #f4a501;
}
.slider-container {
  position: relative;
  top: 0;
  left: 0;
  z-index: -1;
}
.navbar-container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.abril-fatface-regular {
  font-family: "Abril Fatface", serif;
  font-weight: 400;
  font-style: normal;
}

.abhaya-libre-bold {
  font-family: "Abhaya Libre", serif;
  font-weight: 700;
  font-style: normal;
}

.playfair-display {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-optical-sizing: auto;
  font-weight: normal;
}

.pop-dest-container {
  padding: 20px;
  color: #343434;
  background-color: #f4a501;
  border-radius: 10px;
}

.button-type-book {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border: none;
  width: 140px;
  padding: 8px 2px;
  background-color: orange;
  color: white;
  border-radius: 8px;
}

.map-container {
  position: relative;
}

.button-type-map-left {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: left;
  border: none;
  background-color: orange;
  cursor: pointer;
  padding: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding-left: 20px;
}

.button-type-map-right {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: right;
  border: none;
  background-color: orange;
  cursor: pointer;
  padding: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding-right: 20px;
}

.img-map-button {
  border-radius: 100%;
  height: 80px;
  width: 80px;
  margin-right: 10px;
}

.map-text {
  margin: 0;
  font-size: 18px;
  color: #000000;
}

.marker {
  position: absolute;
  font-size: 44px;
  color: red;
  transform: translate(-50%, -100%);
  display: none;
}

.news-letter-container {
  background-color: #f4a501;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: -20px;
  position: relative;
  color: #ffffff;
}

.search-container {
  background-color: #f4a501;
  padding: 10px;
  margin-bottom: -20px;
  position: relative;
  color: #ffffff;
}

.btn-book-now-container {
  position: fixed;
  top: 50%;
  right: 2%;
  z-index: 1;
}

.input-group-append {
  cursor: pointer;
}

.tagline-style {
  text-shadow: 6px 6px 16px #051b4a;
}

.vi-mi-container {
  background-color: #051b4a;
  color: #ffffff;
  padding: 20px;
  text-align: justify;
  border-radius: 5px;
}
.contact-form-design {
  font-size: 12px;
}

.contact-form-item {
  padding: 0.1rem 0.75rem;
  font-size: 0.9rem !important;
}

.dest-box-style {
  border-radius: 10px;
  overflow: hidden;
}

.btn-book-now {
  border-radius: 40px;
  width: 150px;
  color: #ffffff;
  transition: width 1s;
}
.btn-book-now:hover {
  width: 170px;
  color: #061b4a;
}

.icon-heart-cont {
  padding: 10px;
  margin: 20px;
  position: absolute;
  z-index: 2;
  right: 0;
  background-color: #f4a501;
  opacity: 0.8;
  border-radius: 10px;
  color: #fff;
}

.rating-container {
  position: absolute;
  top: 0;
  right: 0;
}

.star-container {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 20px;
  margin-right: 20px;
  color: #ffffff;
}

.days-container {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 20px;
  margin-left: 20px;
  color: #ffffff;
}

.tours-card {
  font-size: 14px;
}

.tours-price-box {
  background-color: #f4a501;
  padding: 5px 10px;
  font-size: 13px;
  color: #ffffff;
}

.detail-search-container {
  background-color: #f3f3f3;
  padding: 0;
  border-radius: 20px;
}

.detail-search-container label {
  font-size: 13px;
  font-weight: bold;
}

.detail-search-more {
  background-color: #f4a501;
  padding: 20px;
  color: #ffffff;
  border-radius: 10px 10px 0px 0px;
}

.line {
  background-color: #e9e9e9;
  height: 1px;
  margin-bottom: 25px;
  margin-top: -12px;
}

.detail-search {
  padding: 20px;
}

.detail-search-duration-container {
}

.search-item {
  border: 1px solid #cccccc;
  padding: 5px;
  margin: 20px;
}

.btn.tour {
  background: #f4a501;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  width: 100%;
  padding: 12px;
  margin: 20px auto;
}

.search-box {
  /* background-color: #f3f3f3; */
  padding: 0;
  border-radius: 10px;
}

.search-box label {
  font-size: 13px;
  font-weight: bold;
}

.tour-summary {
  background-color: #000000;
  opacity: 0.9;
  color: #ffffff;
  padding: 5px 20px;
  z-index: 3;
  margin: 0;
}

.tour-summary p {
  font-size: 14px;
  margin: 10px;
}

/* tour benifits */

.tour-benifits .nav-item .active {
  background-color: #f4f4f4;
  border-radius: 0;
}

.tour-benifits .nav-item {
  background-color: #cccccc;
  margin: 0px 1px;
  border-radius: 0;
  font-size: 12px;
}

.tour-benifits .tab-pane {
  background-color: #f4f4f4;
}

.tour-day {
  background-color: #f4a501;
  border-radius: 0px 20px 20px 0px;
  color: #ffffff;
  padding: 10px 20px;
}

.rev-star {
  font-size: 13px;
}
.review-tab-container p {
  font-size: 13px;
}

.review-tab-container .progress {
  height: 10px;
  margin-top: 5px;
  background-color: #e5e5e5;
}

.review-tab-container .progress-bar {
  background-color: #f4a501 !important;
}

.pro-main-container {
  height: 25px;
}

.parent:hover .tooltip {
  display: block;
}

.shadow-style {
  text-shadow: 2px 2px 10px #000000;
}

@include media-breakpoint-between(xs, sm) {
}

@include media-breakpoint-between(sm, md) {
}

@include media-breakpoint-between(md, xl) {
}

@include media-breakpoint-between(xl, xxl) {
}
