.banner_title {
  font-weight: 600;
  font-size: 40px;
  line-height: 70px;
  color: var(--color-black);
}
.banner_para {
  font-size: 19px;
}
.banner_title1{
    font-weight: 600;
  font-size: 25px;
  line-height: 62px;
  color: var(--color-black);
}
.banner_a {
  background-color: var(--color-purple);
  color: white;
  padding: 12px 20px;
  display: inline-flex;
  font-weight: 600;
  border-radius: 6px;
  font-size: 15px;
  align-items: center;
}
.tabs_btns {
  gap: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.tabs_btns {
  width: 60%;
  justify-content: center;
}
.tabs_btns a {
  color: var(--color-purple);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  padding: 6px 0px;
}
.routes_content_1 {
    font-weight: 600;
}
.tabs_btns a img {
  height: 11px;
  width: auto;
}
.active_tabss {
  border-bottom: 4px solid var(--color-purple);
}
.form_banner {
  margin: 0px -20px;
}
.tabs_container_main {
  background-color: #fcfcfc;
  padding: 30px;
  border-radius: 25px;
  box-shadow: 1px 11px 10px rgba(96, 96, 96, 0.1);
}
.form_cont {
  padding: 0px 20px;
}
.form_cont label {
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 12px;
  color: grey;
}
.form_icon {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.4;
}
.form_cont_in {
  display: flex;
  align-items: center;
}
.form_banner {
  margin-top: 2rem;
}
.form_cont_in img {
  height: 20px;
  width: auto;
}
.form_cont .all_input {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  font-size: 15px;
  color: var(--color-purple);
  padding: 0px;
  padding-bottom: 8px;
  box-shadow: none;
  font-weight: 500;
  background-color: transparent;
}
.banner_section {
  padding-top: 7rem;
  background-color: #fdfdfd;
  position: relative;
  /* background-image: url("../imgs/banner-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; */
  z-index: 1;
}
.banner_section::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 40%;
  z-index: -1;
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
}
.banner_img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
}
.banner_img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.search_btn {
  border: none;
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  background-color: var(--color-purple);
  color: white;
  font-weight: 500;
}
.nav_links a {
  position: relative;
}
.badge_span {
  background-color: var(--color-purple);
  color: white;
  position: absolute;
  top: -12px;
  right: -15px;
  padding: 2px 7px;
  font-size: 8px;
  border-radius: 5px;
}
.logo_nav {
  font-size: 30px;
  font-weight: 700;
  color: var(--color-purple);
}
.logo_nav img{
  height: 57px;
  width: auto;
}
.common_title {
  line-height: 48px;
  font-size: 33px;
  font-weight: 600;
  color: var(--color-purple);
}
.view_btn {
  background-color: var(--color-purple);
  color: white;
  border-radius: 50px;
  display: inline-flex;
  font-size: 11px;
  padding: 6px 12px;
  font-weight: 600;
  margin-bottom: 4px;
}
.color_grey {
  color: grey;
  font-size: 14px;
}
/**/
.destination_grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 30px;
}
.desti_img {
  height: 130px;
  width: 130px;
  margin: auto;
}
.desti_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.destination_container {
  text-align: center;
}
.desti_title {
  font-weight: 600;
  font-size: 16px;
}
.font_14 {
  font-size: 13px;
}
.arrow_up_icon {
  position: absolute;
  top: -10px;
  right: -2rem;
}
.arrow_up_icon img {
  height: 30px;
  width: auto;
}
.ab_semi {
  text-transform: uppercase;
  font-size: 14px;
}
.book_flights_with {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background-color: var(--color-purple);
  color: var(--color-white);
  font-weight: 600;
  padding: 12px 15px;
  border-radius: 5px;
}
.book_flights_with img {
  height: 14px;
  width: auto;
}
.tick_ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px 24px;
}
.tick_ul li {
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 15px;
}
.tick_ul li img {
  height: 18px;
  width: auto;
}
.desti_img1 img {
  height: 280px;
  object-fit: cover;
  border-radius: 10px;
}
.explore_title {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}
.desti_ratings {
  gap: 4px;
  background-color: rgb(255, 239, 200);
  border-radius: 50px;
  padding: 4px 7px;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.desti_ratings img {
  height: 12px;
  width: auto;
}
.from_title {
  font-weight: 600;
  font-size: 22px;
  color: grey;
}
.desti_tick {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 8px 10px;
}
.desti_tick li {
  font-size: 13px;
  display: flex;
  font-weight: 500;
  align-items: center;
  gap: 5px;
}
.desti_tick li img {
  height: 13px;
  width: auto;
}
.routes_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
.routes_grid1{
     display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
.routes_img img {
  border-radius: 10px;
  height: 340px;
  object-fit: cover;
}
.destination_container1 {
  background-color: white;
  border-radius: 10px;
  box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border: 1px solid rgba(190, 190, 190, 0.1);
  color: black;
  display: block;
}
.routes_container {
  background-color: white;
  border-radius: 10px;
  box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.1);
  padding: 15px 10px;
  border: 1px solid rgba(190, 190, 190, 0.1);
}
.routes_a {
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 85%;
  transform: translateX(-50%);
  background-color: var(--color-purple);
  color: white;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
  border-radius: 5px;
}
.routes_a img {
  height: 18px;
  width: auto;
}
.explore_title1 {
  font-size: 15px;
}
.ab_img img {
  height: 400px;
  object-fit: cover;
  border-radius: 150px;
}
.common_title2 {
  line-height: 60px;
  font-size: 38px;
}
/*Process*/
.process_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
}
.process_container {
  background-color: white;
  border-radius: 10px;
  padding: 20px 20px;
  position: relative;
  border: 1px solid rgba(105, 105, 105, 0.1);
  border-radius: 10px;
}
.process_container:nth-child(odd)::after{
    display: none;
}
.process_container::after {
  content: "";
  position: absolute;
  width: 102%;
  height: 104%;
  top: 65%;
  left: 45%;
  transform: translate(-50%, -50%);
  background-color: #fbf2ff;
  z-index: -1;
  border-radius: 10px;
  rotate: 10deg;
}
.process_title {
  font-weight: 600;
  font-size: 18px;
  color: var(--color-purple);
}
.process_container .font_15 {
  color: grey;
  font-size: 13px;
}
.process_img img{
    height: 57px;
    width: auto;
    margin-bottom: 7px;
}
.banner_semi{
    margin-bottom: 12px;
    color: var(--color-purple);
    font-weight: 600;
    font-size: 19px;
    text-transform: uppercase;
}
.banner_common_c{
  background-color: #fbf2ff;
  padding: 2.5rem 0px;
}
.spacing_m_p p{
  margin-top: 10px;
}
.spacing_m_p h1, .spacing_m_p h2, .spacing_m_p h3, .spacing_m_p h4, .spacing_m_p h5, .spacing_m_p h6{
    margin-top: 15px;
}
.spacing_m_p ul{
  padding-left: 30px;
}
.spacing_m_p li{
  list-style: disc;
  margin: 6px 0px;
}
.book_process_grid{
    display: grid;
    grid-template-columns: repeat(5,1fr);
}
.book_pr_img img{
    height: 40px;
    width: auto;
}
.book_process_cont{
    display: flex;
    align-items: center; 
    justify-content:center;
    gap: 5px;
    background: #f0fff0;
    padding: 7px 10px;
    border-radius: 5px;
}
.bg_book{
   background-color: transparent;
    padding: 40px;
    border-radius: 10px;
}
.book_process_cont p{
    font-weight: 600;
    font-size: 19px;
}
.tick_ul_2{
    grid-template-columns: repeat(1, 1fr);
}
.tick_ul_2 li {
    font-weight: 600;
    display: initial;
    align-items: center;
    gap: 5px;
    font-size: 15px;
}
.support_lii li{
    font-size: 16px !important;
}
.banner_a{
    gap: 6px;
}
.banner_a_book{
    gap: 6px
}
.banner_a_book img{
    height: 25px;
    width: auto;
}
.banner_a img{
    height: 25px;
    width: auto;
}
.full_ccc {
    width: calc(100% - 50px);
}
.font_15{
    font-size: 15px;
}