.hero_banner {
  height: 460px;
  z-index: 1;
}
.hero_banner::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: url("../imgs/bg6.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.8;
  z-index: -1;
}
.banner_title {
  font-weight: 700;
  font-family: var(--font-eb);
  font-size: 45px;
}
.search_title {
  font-family: var(--font-eb);
  font-size: 26px;
}
.book_btn {
  padding: 11px 20px;
  padding-left: 12px;
  gap: 7px;
}
.book_btn i {
  display: flex !important;
  width: 25px;
  height: 25px;
  background-color: var(--color-white);
  color: var(--color-martblue);
  border-radius: 50%;
  font-size: 14px;
}
.common_title {
  font-size: 40px;
  font-family: var(--font-eb);
  font-weight: 600;
}
.lines {
  margin-top: -5px !important;
}
.line {
  width: 50px;
  margin: auto;
  height: 4px;
  background-color: var(--color-martblue);
  border-radius: 50px;
  display: inline-flex;
}
.line2 {
  width: 20px;
  background-color: var(--color-org);
}
.pop_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
.pop_container {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.pop_img img {
  height: 340px;
  object-fit: cover;
  border-radius: 10px;
}
.pop_title {
  font-family: var(--font-eb);
  font-size: 22px;
  font-weight: 600;
}
.pop_content {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--color-white);
  width: 90%;
  padding: 10px;
  border-radius: 10px;
}
.ratings_cont {
  position: absolute;
  top: -20px;
  right: 0px;
  background-color: var(--color-martblue);
  padding: 10px 15px;
  border-radius: 50px;
}
.ratings_cont i {
  font-size: 14px;
  color: rgb(228, 138, 3);
}
.read_btn {
  border-bottom: 2px solid var(--color-martblue);
  color: var(--color-white);
 font-size: 12px !important;
    padding: 10px 25px;
}
/*Package*/
.short_cont {
  background-color: #eee;
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 3px;
}
.hr_cust {
  margin: 7px 0px;
}
.read_btn2 {
  background-color: var(--color-martblue);
}
.search_form {
  margin-top: -80px !important;
  background-color: var(--color-light-white);
  padding: 25px;
  padding-top: 20px;
  z-index: 9;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding-bottom: 55px !important;
}
/*Process*/
.process_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.process_container {
  gap: 2px;
  background-color: var(--color-white);
  padding: 15px;
  padding-top: 10px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #ebeced;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.process_img {
  height: 100%;
  position: relative;
}
.des_img::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(12, 4, 4, 0.1));
}
.process_img img {
  height: 75px;
  width: auto;
}
/*Discounts*/
.dis_grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px;
}
/*Destinations*/
.des_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
.des_img img {
  height: 360px;
  object-fit: cover;
  border-radius: 5px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.des_content {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 15px;
  z-index: 9;
}
.arrow_a {
  background-color: var(--color-martblue);
  color: var(--color-white);
  width: 35px;
  height: 35px;
  border-radius: 3px;
}
.arrow_a i {
  font-size: 14px;
}
.discount_cont {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: rgb(255, 166, 0);
  padding: 4px 12px;
  border-radius: 3px;
  z-index: 2;
}
.ex_btn {
  background-color: var(--color-martblue);
  padding: 8px 20px;
  border-radius: 3px;
}
.ex_btn2{
    font-size: 18px;
}
.pack_title {
  font-family: var(--font-eb);
  font-size: 18px;
}
.bg_offers {
  background-image: url("../imgs/bg-offer.webp");
}
