:root {
  --btn_bg: #d32f2f;
  --white: #fff !important;
}

.bg_color2 {
  /* background-image: linear-gradient(to bottom, #051322, #15457c); */
  background-image: linear-gradient(to bottom, #003466, #225281);
  /* background-image: linear-gradient(to bottom, #051322, #15457c); =>1 */
  /* background-image: url(/assets/images/home_bg/5.jpg); */
  /* height: 480px; */
  /* display: flex;
  align-items: center;
  justify-content: center; */
  padding: 8rem 0rem;
}
.container_width {
  width: 1180px;
}
.Location_icon_fx {
  display: flex;
  align-items: center;
}
.scfrm_hdng {
  font-size: 14px;
}
.sc_form_input {
  border: none;
  outline: none;
  font-size: 30px;
  font-weight: 700;
  width: 90%;
  height: 30px;
}
.sc_form_input::placeholder {
  color: #241d1d;
}
.sc_form_lbl {
  color: #4a4a4a;
  font-size: 14px;
  margin-bottom: 5px;
}
.sc_terminal {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 80%;
  font-size: 14px;
  color: #4a4a4a;
}
.form_border {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px;
  height: 90px;
}
.form_inn_borderlt {
  border-left: 1px solid #ebebeb;
}
.form_inn_borderrt {
  border-right: 1px solid #ebebeb;
}
.date_fx {
  display: flex;
  align-items: baseline;
  gap: 4px;
  cursor: pointer;
  height: 30px;
}

.dayfn,
.traveller_count {
  font-size: 24px;
  font-weight: 700;
}
.tab_to_return {
  font-size: 13px;
  font-weight: 800;
  color: grey;
  margin-top: 7px;
}
.traveller_txt,
.monfn,
.yrfn {
  font-size: 18px;
}
.trip_type {
  /* border: 1px solid; */
  width: 33%;
  justify-content: space-around;
  padding: 4px;
  border-radius: 8px;
}
.trip_type .nav-link.active {
  border: none;
  border-bottom: 2px solid var(--btn_bg);
  color: var(--btn_bg);
  font-weight: bold;
}
.trip_type .nav-link {
  border: none;
  color: #4a4a4a;
  padding-top: 3px;
  padding-bottom: 3px;
}
.relative {
  position: relative;
}
.return_icon {
  position: absolute;
  left: 47%;
  top: 38%;
  border: none;
  width: 35px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
}
.city_btn_fx {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 2rem auto 0;
}
.city_btn {
  border: 1px solid var(--btn_bg);
  border-radius: 4px;
  padding: 4px 20px;
  color: var(--btn_bg);
  background-color: #fff;
}

.module_btn_main {
  /* background: rgba(255, 255, 255, 0.9) !important; */
  width: 75%;
  border-radius: 5px 5px 0px 0px;
  height: 60px;
  /* display: flex; */
  /* justify-content: center; */
  position: absolute;
  margin: 0 auto;
  z-index: 1;
  bottom: 0;
  top: -50px;
  left: 0;
  right: 0;
}
.module_btn_main .nav-tabs .nav-link.active {
  display: flex;
  flex-direction: column;
  align-items: center;

  border: none;
  color: var(--btn_bg);
  /* background: var(--btn_bg); */
  border-radius: 5px;
  transition: 0.5s ease-in-out;
}
.module_btn_main .nav-tabs .nav-link.active span,
.module_btn_main .nav-tabs .nav-link:hover span {
  font-size: 14px;
  border-bottom: 2px solid;
  font-weight: 600;
  width: 100%;
  text-align: center;
  color: var(--btn_bg);
  transition: 0.2s ease-in-out;
}
.module_btn_main .nav-tabs .nav-link span {
  font-size: 14px;
}
.module_btn_main .nav-tabs .nav-link.active .fa-solid,
.module_btn_main .nav-tabs .nav-link:hover .fa-solid {
  color: var(--btn_bg);
  transition: 0.5s ease-in-out;
}
.module_btn_main .nav-tabs .nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  border: none;
  color: #4a4a4a;
  /* border-left: 1px solid lightgrey; */
  height: 70px;
  width: 90px;
  background-color: #fff;
  box-shadow: 0 3px 5px 0 rgb(0 0 0 / 30%);
  padding-bottom: 4px;
  border-radius: 5px;
  transition: 0.5s ease-in-out;
}
.module_btn_main .nav-tabs .nav-link:hover {
  box-shadow: 0 13px 21px -1px rgb(0 0 0 / 30%);
  transform: translateY(-7%);
  -moz-transform: translateY(-7%);
  transition: 0.5s ease-in-out;
}
.module_btn_main .nav.nav-tabs {
  justify-content: center;
  width: 100%;
  flex-wrap: unset;
  height: 60px;
  border: none;
  gap: 1rem;
}
.module_btn_main .nav-tabs .nav-link .fa-solid.fa-plane {
  font-size: 22px;
  transform: rotate(334deg);
}
.module_btn_main .nav-tabs .nav-link .fa-solid {
  font-size: 22px;
  color: #4a4a4a9e;
}
.roomcnt_input {
  border: none;
  width: 50px;
  text-align: center;
}
.selector-box-flight {
  width: 200px;
  text-align: center;
}
.label_inc {
  font-size: 12px;
}

.datepicker,
.returndatepicker {
  position: absolute;
  top: 36px;
  width: 120px;
  opacity: 0;
}
i.fa-solid.fa-location-crosshairs {
  color: lightgray;
}
.return_icon i {
  font-size: 14px;
  color: var(--btn_bg);
}
.return_icon_trans {
  animation: rotateAnimation 0.5s linear; /* Apply the rotation animation */
}
@keyframes rotateAnimation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}

i.fa-solid.fa-calendar-days,
.fa-clock.tran_ic {
  color: #a4a0a0;
}
.srch_btn_fx {
  display: flex;
  justify-content: center;
  align-items: center;
}
.srch_btn {
  border-radius: 4px;
  height: 40px;
  width: 140px;
  background-color: var(--btn_bg);
  color: white;
  border: navajowhite;
  cursor: pointer;
}
.traveller_nav_fx {
  display: flex;
  align-items: center;
  gap: 8rem;
}
button.btn.btn-default.number-spinner-flight.shadow-none {
  border: 1px solid #d4d4d4;
  height: 24px;
  width: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  border-radius: 5px;
  transition: 0.8s ease-in-out;
}
button.btn.btn-default.number-spinner-flight.shadow-none:hover {
  background-color: var(--btn_bg);
  color: #fff;
}
.form-check-input:checked {
  background-color: var(--btn_bg);
  border-color: var(--btn_bg);
}

.remove_btn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  color: #d32f2f;
}
.datepicker_multi {
  position: absolute;
  top: 36px;
  width: 120px;
  opacity: 0;
}