@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url("jquery-ui.css");
@import url("bootstrap.min.css");
@import url("daterangepicker.css");

/*-- color style --*/
/*-- font style --*/
/*-- media query --*/

/* Dynamic */
:root {
  --bg-color: #f9f9f9;
  --text-color: #000000;
  --menu-color: #333333;
  --ahref-color: #1a73e8;
  --primary-color: #013458;
  --select-color: rgba(238, 238, 238, 0.87);
  --box-color: rgba(238, 238, 238, 0.37);
  --boxx-color: #fff;
  --menu-color: #222;
  --check-color: #fff;
  --boxxx-color: #fff;
  --bk-color: #fff;
}
/* Day Mode Variables (on toggle) */
.day-mode {
  --bg-color: #1c1c1c;
  --text-color: #fff;
  --menu-color: #fff;
  --ahref-color: #f89808;
  --primary-color: #013458;
  --select-color: #eeeeee5e;
  --box-color: #474747f2;
  --boxx-color: #474747f2;
  --boxxx-color: #3c3c3c;
  --menu-color: #ffffffbf;
  --check-color: #474747f2;
  --bk-color: #48494a;
}
#mode-icon.clicked {
  animation: scaleButton 0.3s ease-in-out;
}

@keyframes scaleButton {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
* {
  outline: none;
}

body {
  margin: 0;
  padding: 0;
  background-color: var(--bg-color);
  color: var(--text-color);
  font-family: "Poppins", sans-serif;
  transition: background-color 0.3s ease, color 0.3s ease,
    border-color 0.3s ease;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Main Style */
/* ul li a,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--text-color);
} */
a {
  color: var(--ahref-color);
}
a:hover {
  color: var(--primary-color);
}
a:hover,
a:active,
a:focus {
  transition: all ease-in-out 0.3s;
}

p {
  margin: 0;
}

.form-control:focus {
  color: #002d5b;
  background-color: #ffffff;
  border-color: #f89808;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #f8980880;
}

.btn-check:focus + .btn,
.btn:focus {
  box-shadow: 0 0 0 0 #f8980880;
}

.btn:hover {
  border-color: none;
  overflow: hidden;
}

.ui-state-default {
  text-align: center !important;
}

.ui-state-hover {
  background-color: #f89808 !important;
  border: inherit !important;
}

a,
a:hover {
  text-decoration: none;
}

.p-40 {
  padding: 0 0 0 40px;
}

.theme-bg-primary {
  background-color: var(--primary-color);
}

.theme-bg-secondary {
  background-color: #002d5b;
}

.theme-bg-white {
  background-color: #ffffff;
}

.theme-bg-light {
  background-color: #9f9f9f;
}
.theme-bg-book {
  background-color: #e9f4ff;
}

.theme-bg-accent-one {
  background-color: var(--box-color);
}

.theme-bg-accent-two {
  background-color: #9f9f9f;
}

.theme-bg-accent-three {
  background-color: #f5faff;
}

.body-color {
  background-color: #efeeee;
}

.theme-text-white {
  color: #ffffff;
}

.theme-text-primary {
  color: var(--primary-color);
}

.theme-text-secondary {
  color: #002d5b;
}

.theme-text-accent-one {
  color: #343534;
}

.theme-text-accent-two {
  color: #9f9f9f;
}

.theme-text-accent-three {
  color: #f5faff;
}

.theme-text-link {
  color: #008cff;
}

.theme-text-transparent {
  opacity: 0;
}

.theme-box-shadow {
  box-shadow: 0 0rem 0.8rem rgba(52, 53, 52, 0.15);
}

.theme-text-shadow {
  text-shadow: 0 0rem 0.8rem rgba(52, 53, 52, 0.15);
}

.theme-border-radius {
  border-radius: 0.5rem;
}

.theme-border-radius-top {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.theme-border-radius-bottom {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
  background-color: var(--box-color);
  color: var(--text-color);
}
.accordion-button {
  background-color: var(--box-color);
}
.accordion-button:not(.collapsed) {
  color: var(--text-color);
  background-color: var(--box-color);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
    var(--bs-accordion-border-color);
}
.accordion-button:focus {
  color: var(--text-color);
}
.font-extra-small {
  font-size: 0.625rem;
}

.font-small {
  font-size: 0.75rem;
}

.font-medium {
  font-size: 0.875rem;
}

.content-section {
  min-height: 80vh;
}

.btn-select {
  position: relative;
  border: 1px solid #002d5b;
  color: #002d5b;
  z-index: 1;
}

.btn-outlined {
  position: absolute;
  padding: 6px;
  width: 40px;
  top: 0px;
  right: 0px;
  border: none;
  color: #093087;
  background: transparent;
  z-index: 5;
}

.btn-outlined:hover,
.btn-outlined:focus {
  /* box-shadow: 1px solid black; */
  background: #eaf6ff;
}

.btn-outlined {
  position: absolute;
  padding: 7px;
  width: 40px;
  top: 0px;
  right: 0px;
  border: none;
  color: #093087;
  background: transparent;
  z-index: 5;
}

.btn-outlined:hover,
.btn-outlined:focus {
  /* box-shadow: 1px solid black; */
  background: #eaf6ff;
}

.btn-book {
  position: relative;
  background-color: var(--primary-color);
  color: #ffffff;
  z-index: 0;
  overflow: hidden;
}

#Rooms .btn-book {
  position: relative;
  min-width: 124px;
  color: #ffffff;
  z-index: 0;
  overflow: hidden;
}
#Rooms .modal-content {
  background-color: var(--boxxx-color);
}
#infoModal .modal-content {
  background-color: var(--boxxx-color);
}
#toggleSearch .btn-book {
  font-size: 14px;
  font-weight: 600;
  background-color: #fff;
  color: #74747c;
}

#toggleFilter.btn-book,
#toggleMapButton.btn-book {
  width: 100%;
  max-width: 200px;
}

.btn-book:hover {
  background-color: var(--primary-color);
  color: #fff;
  border-color: var(--text-color);
  border-style: inset;
}

.btn-back {
  position: absolute;
  left: 4px;
  top: 14px;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .btn-back {
    top: 4px;
    left: 12px;
  }
}

#mapModal button.btn-close {
  padding: 8px;
  position: absolute;
  top: 15px;
  right: 20px;
  color: #008cff;
}

button[aria-label="Close"].btn-close {
  top: 22px;
}

#FiltersTab .btn-close {
  position: absolute;
  top: -8px;
  right: 0px;
}
#hotelFilterClose.btn-close {
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 1;
}

.btn-done {
  padding: 8px 16px;
  color: #fff;
  text-transform: capitalize;
  background: #002d5b;
  border: none;
  border-radius: 20px;
}

.btn-fullscreen {
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  justify-content: center;
  margin: 8px;
  border: none;
  border-radius: 50%;
  background-color: #fff;
  width: 32px;
  height: 32px;
}

.btn-fullscreen:hover {
  background-color: #e0e0e0;
}

.btn-fullscreen i {
  height: 22px;
  color: #008cff;
  align-self: center;
}

.min-h58 {
  min-height: 58px;
}
.min-h95 {
  min-height: 95px;
}
.dropdown-container {
  position: relative;
  min-width: 120px;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
  background-color: var(--box-color);
}
.dropdown-container .dropdown-toggle::after {
  opacity: 0;
}

.dropdown-container .dropdown-toggle {
  cursor: pointer;
  position: relative;
  color: #ffffff;
  transition: all ease-in-out 0.3s;
}

.dropdown-container .dropdown-toggle label {
  cursor: pointer;
  width: 100%;
}

.dropdown-container .dropdown-toggle:hover,
.dropdown-container .dropdown-toggle:active,
.dropdown-container .dropdown-toggle:focus {
  color: var(--primary-color);
}

.dropdown-container .dropdown-menu {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.5);
  margin-top: 17px;
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  background-color: #ffffff;
  z-index: 10;
}

.dropdown-container .dropdown-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 0.5rem;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .dropdown-container .dropdown-menu ul {
    border-radius: 0rem;
  }
}

.dropdown-container .dropdown-menu a {
  text-decoration: none;
  display: block;
  padding: 5px 20px;
  font-weight: 600;
  box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.5);
  transition: all ease-in-out 0.3s;
}

.dropdown-container .dropdown-menu a:hover,
.dropdown-container .dropdown-menu a:active,
.dropdown-container .dropdown-menu a:focus {
  color: inherit;
}

.dropdown-menu,
.dropdown-toggle {
  position: relative;
}

.dropdown-menu::before,
.dropdown-toggle::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border: 5px solid;
  border-top-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  margin-top: -2.5px;
  background-color: rgba(0, 0, 0, 0);
  transition: all ease-in-out 0.3s;
  z-index: 10;
}

.dropdown-menu {
  z-index: 10;
  position: relative;
}

.dropdown-menu::before {
  z-index: -1;
  transform: rotate(-135deg);
  top: -4px;
  border-color: #ffffff;
  box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.5);
  display: none;
}

.dropdown-open .dropdown-menu.dropdown-active {
  display: block;
}

.dropdown-container.dropdown-open .dropdown-toggle {
  color: #ffffff;
}

.dropdown-container.dropdown-open .dropdown-toggle:before {
  transform: rotate(-135deg);
}

@media screen and (max-width: 767px) {
  #navbarSupportedContent {
    background-color: var(--bg-color);
    /* display: flex; */
    position: absolute;
    right: 0;
    top: 4rem;
    z-index: 2;
  }
}

@media screen and (max-width: 767px) {
  #navbarSupportedContent .nav-item {
    padding: 1rem 0.5rem;
  }
}

@media screen and (max-width: 767px) {
  #navbarSupportedContent .dropdown-active {
    position: relative;
    border-radius: 0;
    border: 0;
  }
}

@media screen and (max-width: 767px) {
  #navbarSupportedContent .dropdown-active .nav-item {
    padding: 0rem 0rem;
  }
}

@media screen and (max-width: 767px) {
  #navbarSupportedContent .dropdown-toggle {
    color: #fafafa;
  }
}

.dropdown-open .dropdown-menu {
  min-width: 5rem;
  padding: 0 0;
  width: auto;
}

.dropdown-open .dropdown-menu a {
  padding: 0.5rem 0.5rem;
}

.dropdown-open .dropdown-menu a:active,
.dropdown-open .dropdown-menu a:hover {
  background-color: var(--primary-color);
}

.loader {
  width: 100%;
  height: 20px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  position: relative;
  overflow: hidden;
}

.loader::after {
  content: "";
  width: 0%;
  height: 20px;
  background-color: var(--primary-color);
  background-image: linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.25) 25%,
    transparent 25%,
    transparent 50%,
    rgba(0, 0, 0, 0.25) 50%,
    rgba(0, 0, 0, 0.25) 75%,
    transparent 75%,
    transparent
  );
  background-size: 20px 20px;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  animation: animFw 3s ease-in infinite;
}

@keyframes animFw {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.d-table-loader {
  width: 100%;
  height: 100%;
}

.d-table-cell-loader {
  vertical-align: middle;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

.header-light .dropdown-toggle {
  color: #fafafa;
}

.header-light .dropdown-container.dropdown-open .dropdown-toggle {
  color: #002d5b;
}

.modify-search .head-wrapper {
  min-height: auto;
}

.modify-search .flight-search .check-wrap {
  color: #ffffff;
}

.modify-search .flight-search .check-wrap .checkmark {
  border: 1px solid var(--primary-color);
}

.modify-search .flight-search .nav-tabs .nav-item .nav-link {
  color: var(--text-color);
}
#multi_form_remove button {
  color: var(--text-color);
}
.filter-sec {
  background-color: #f5faff;
}

.filter-sec .flt-btn {
  position: relative;
  padding: 0 2rem 0 0;
}

.filter-sec .flt-btn::before {
  content: "\f282";
  font-family: bootstrap-icons !important;
  display: inline-block;
  background-color: transparent;
  width: 20px;
  height: 20px;
  z-index: 1;
  position: absolute;
  right: 0;
  transform: rotate(180deg);
}

.filter-sec .collapsed::before {
  transform: rotate(0deg);
}

.check-wrap {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 2px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #343534;
  font-size: 0.75rem;
}

.check-wrap:hover input ~ .checkmark {
  background-color: var(--primary-color);
}

.check-wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.check-wrap input:checked ~ .checkmark {
  background-color: var(--primary-color);
  border: 0px solid var(--primary-color);
}

.check-wrap input:checked ~ .checkmark:after {
  display: block;
}

.check-wrap .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 4px;
  border: 1px solid #9f9f9f;
}

#collapseHotelFilter .form-select {
  max-width: 150px;
}

#star-checkboxes .star-checkboxes {
  display: flex;
  gap: 10px;
}

#star-checkboxes .check-wrap {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

#star-checkboxes .check-wrap input[type="checkbox"] {
  display: none;
}

#star-checkboxes .check-wrap .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  transition: border-color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

#star-checkboxes .check-wrap:hover .checkmark {
  border-color: var(--primary-color);
}

#star-checkboxes .check-wrap input:checked ~ .checkmark:after {
  display: none;
}

#star-checkboxes .check-wrap input[type="checkbox"]:checked + .checkmark {
  border: 3px solid var(--primary-color);
}

/* ------------------------------------------------------------------------------- */
#flightTooltip .check-wrap .checkmark {
  top: -1px;
}

.check-wrap .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

#flights-all .check-wrap {
  display: block;
  position: relative;
  padding-left: 0px;
  margin-bottom: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #343534;
  font-size: 0.75rem;
}

.form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

/*-- header wraper css --*/
.head-wrapper {
  display: block;
  z-index: 2;
}
/*-- header css --*/
header {
  padding: 20px 0;
}

.header .sideMenu {
  position: relative;
}

.header .sideMenu .custom-btn-close {
  background-image: none;
  background: #002d5b;
  position: absolute;
  right: -48px;
  top: 0;
  border-radius: 0;
  padding: 1rem;
  opacity: 1;
  line-height: 0;
}

.header .sideMenu .custom-btn-close:hover {
  background-color: var(--primary-color);
  color: #343534;
}

.header .sideMenu .menuList li {
  line-height: 3rem;
}

.header .sideMenu .menuList li a {
  color: #ffffff;
  display: flex;
}

.header .sideMenu .menuList li a:hover {
  color: #343534;
}

.header .sideMenu .social a {
  color: #ffffff;
}

.header .sideMenu .social a:hover {
  color: var(--primary-color);
}

@media screen and (max-width: 575px) {
  .header .offcanvas-start {
    width: 260px;
  }
}
.header-phone {
  background-color: var(--primary-color);
}
.header-phone a {
  color: var(--text-color);
}
.header-phone a:hover,
.header-phone a:focus {
  color: var(--primary-color);
}
.header .btn-left {
  width: auto;
  height: auto;
  min-height: 50px;
  background-color: #002d5b;
  color: #ffffff;
  background-position: 0 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.header .btn-left:hover {
  background-color: var(--primary-color);
  color: #343534;
}
.navbar-toggler {
  color: #fff;
  background-color: #ffc000;
}
.navbar-toggler:hover {
  color: #343534;
  background-color: var(--primary-color);
}
/*-- Search engine css*/
.flight-search {
  position: relative;
  z-index: 1;
  padding: 40px 0 0;
  /* background: #002e5b3f; */
}

/*checkbox css*/
.flight-search .icon-20 {
  width: 20px;
  height: 20px;
}

.flight-search .search-pan {
  padding: 0.8rem;
  background-color: var(--boxx-color);
  min-height: auto;
  box-shadow: rgba(0, 0, 0, 0.1) 0px -1px 6px 1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

/*Date calender*/
.daterangepicker {
  background-color: var(--box-color);
  border: 1px solid var(--box-color);
}
.daterangepicker .calendar-table {
  border: 1px solid var(--boxx-color);
  border-radius: 4px;
  background-color: var(--boxx-color);
}
.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  background-color: var(--boxx-color);
  border-color: transparent;
  color: #999;
}
.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid var(--text-color);
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: transparent;
  border-color: transparent;
  color: inherit;
}
.flight-search .search-pan .dropdown-toggle::after {
  position: absolute;
  right: 14px;
  top: 50%;
}

.flight-search .search-pan .dropdown .dropdown-menu {
  width: 100%;
  padding: 0px 0.5rem;
  border-radius: 0.5rem;
}
/*-- Droup down Traveller --*/

.flight-search .search-pan .dropdown .dropdown-menu .drop-rest li {
  padding: 5px 0 5px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f5faff;
}

.flight-search .search-pan .dropdown .dropdown-menu .drop-rest li span {
  font-size: 14px;
  font-weight: 500;
}

.flight-search .search-pan .dropdown .dropdown-menu .drop-rest li .br {
  display: block;
  padding-top: 0px;
}

.flight-search .search-pan .dropdown .dropdown-menu .drop-rest li .btn {
  background-color: #002d5b;
  color: #ffffff;
  border: 0;
}

.flight-search .search-pan .dropdown .dropdown-menu .drop-rest li .btn:hover {
  background-color: var(--primary-color);
  color: #343534;
}

.flight-search .search-pan .dropdown .dropdown-menu .plus-minus-input {
  display: flex;
  align-items: center;
}

.search-pan input::placeholder {
  color: var(--text-color);
}

.flight-search
  .search-pan
  .dropdown
  .dropdown-menu
  .plus-minus-input
  .input-group-button
  button {
  background-color: #002d5b;
  border: none;
  color: #ffffff;
}

.flight-search
  .search-pan
  .dropdown
  .dropdown-menu
  .plus-minus-input
  .input-group-button
  button:hover {
  background-color: var(--primary-color);
  color: #343534;
}

.flight-search
  .search-pan
  .dropdown
  .dropdown-menu
  .plus-minus-input
  .input-group-field {
  text-align: center;
  width: 50%;
  background: #f5faff;
  border: 0;
}

.flight-search
  .search-pan
  .dropdown
  .dropdown-menu
  .plus-minus-input
  .input-group-field::-webkit-inner-spin-button,
.flight-search
  .search-pan
  .dropdown
  .dropdown-menu
  .plus-minus-input
  .input-group-field::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
}

.flight-search .search-pan .form-group {
  position: relative;
}

.flight-search .search-pan .icon-pos {
  top: 0.6rem;
  left: 0.5rem;
  z-index: 1;
  color: #9f9f9f;
}

@media screen and (max-width: 992px) {
  .flight-search .search-pan .icon-pos {
    top: 1rem;
  }
}

.flight-search .search-pan .input-group {
  color: inherit;
}

.flight-search .search-pan .form-control {
  color: var(--text-color);
  font-size: 14px;
  background-color: var(--box-color);
  min-height: 56px;
  border: 0px;
  text-decoration: none;
  border-radius: 0.5rem;
  text-align: left;
}

.flight-search .search-pan .cal-input {
  color: var(--text-color);
  background: none;
  border: 0px;
  width: 15rem;
  padding: 0.7rem 0 0 2rem;
  cursor: pointer;
}
.flight-search .search-pan .form-wrap button {
  color: var(--text-color);
}
.flight-search .search-pan .dep-date-input {
  position: relative;
  width: auto;
  height: 0rem;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  background: transparent;
  border-style: none;
  padding: 0;
  margin: 0;
}

.flight-search .search-pan .arv-date-input {
  position: relative;
  width: 45%;
  height: 2rem;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  background: #ffffff;
  border-style: none;
  padding: 0 0;
  margin: 0.3rem 0 0 2rem;
}

.flight-search .search-pan .arv-date-input:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 0.5rem solid #f5faff;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
}

.flight-search .search-pan .dropdown-toggle {
  padding: 0 1rem 0 3rem;
}

.flight-search .search-pan .dropdown-toggle::before {
  color: #9f9f9f;
  right: 0.8rem;
}

.flight-search .nav-tabs .nav-item .nav-link {
  font-weight: 700;
  color: var(--text-color);
  background-color: transparent;
  border: none;
  padding: 0.5rem 1rem 1.5rem 0rem;
}

.flight-search .nav-tabs .nav-item .nav-link:hover {
  border-color: transparent;
  color: var(--primary-color);
}

.flight-search .nav-tabs .nav-item button.nav-link.active {
  border-color: transparent;
  color: var(--primary-color);
}

#GeneralTab.nav-tabs .nav-item .nav-link {
  color: #002d5b;
}

#GeneralTab.nav-tabs .nav-item .nav-link.active:hover {
  border-color: transparent;
  color: #002d5b;
}

#GeneralTab.nav-tabs .nav-item button.nav-link.active {
  background-color: var(--primary-color);
  color: #002d5b;
}

#GeneralTab.nav-tabs .nav-item button.nav-link.active .triangle {
  opacity: 1;
}

.triangle {
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid var(--primary-color);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.flight-search .nav-tabs .nav-item .active span {
  background: #ffffff !important;
  border: 1px solid var(--primary-color);
  position: relative;
}

.flight-search .nav-tabs .nav-item .active span:after {
  content: "";
  display: block;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid var(--primary-color);
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  position: absolute;
}

.flight-search .btn-search {
  background-color: var(--primary-color);
  min-height: 56px;
  color: #ffffff;
  min-width: 75px;
  width: 100%;
  border-radius: 0.5rem;
  border: none;
  transition: all 0.2s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.flight-search #voucherForm .btn-search {
  background-color: var(--primary-color);
  min-height: auto;
  color: #ffffff;
  width: auto;
}
#apply-voucher-link {
  cursor: pointer;
}
#apply-voucher-link:hover {
  color: var(--primary-color);
}
.btn-voucher {
  background: transparent;
  border: 0;
  outline: 0;
  color: var(--text-color);
  font-size: 16px;
}
.btn-voucher i:hover {
  color: var(--primary-color);
}
.flight-search .btn-search.remove {
  max-width: fit-content;
  min-height: auto;
}

.swal2-confirm.custom-ok-button {
  text-transform: capitalize;
  background-color: #f89808 !important;
  border: none !important;
  box-shadow: none !important;
}

.flight-search .pos-swap {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #002d5b;
  position: absolute;
  top: 0.9rem;
  right: -1.2rem;
  z-index: 1;
  text-align: center;
  line-height: 30px;
  color: #ffffff;
  border: 0;
  cursor: pointer;
}

.flight-search .pos-swap:hover {
  background-color: var(--primary-color);
  color: #343534;
}

@media screen and (max-width: 992px) {
  .flight-search .pos-swap {
    right: 0;
    top: 2.5rem;
  }
}

.flight-search .check-wrap {
  position: relative;
  padding-left: 1.5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #f2f2f2;
}

.flight-search .check-wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.flight-search .check-wrap .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 1rem;
  width: 1rem;
  border-radius: 0.2rem;
  border: 1px solid #343534;
}

.flight-search .check-wrap .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.flight-search .check-wrap .checkmark:after {
  left: 0.2rem;
  top: 0rem;
  width: 0.5rem;
  height: 0.8rem;
  border: solid #343534;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.flight-search .check-wrap:hover input ~ .checkmark {
  background-color: #f5faff;
  background: var(--primary-color);
}

.flight-search .check-wrap input:checked ~ .checkmark {
  border: 1px solid #343534;
}

.flight-search .check-wrap input:checked ~ .checkmark:after {
  display: block;
}

/*-- calender header modify css --*/
.ui-widget-header {
  background-color: var(--primary-color) !important;
  color: #343534 !important;
}
footer ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style: none;
  justify-content: center;
  gap: 25px;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  footer ul {
    flex-direction: row;
  }
}
.footer-phone {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
  color: var(--text-color);
  cursor: pointer;
}
.footer-phone a {
  font-size: 20px;
  font-weight: 600;
  color: var(--text-color);
  cursor: pointer;
}

.footer-menu a:hover,
.footer-phone a:hover {
  color: var(--primary-color);
}
.footer-menu a {
  color: var(--text-color);
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}
.footer-icons a img {
  width: 20px;
  height: 20px;
}
.footer-icons a {
  background-color: #e4e8ec;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Back to top button css */
.back-to-top {
  position: fixed;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  z-index: 50;
  border-radius: 50%;
  right: 2rem;
  bottom: 2rem;
  text-align: center;
  padding: 0px;
  margin: 0px;
}

.back-to-top .back-to-top a {
  text-decoration: none;
}

.back-to-top i {
  color: #ffffff;
  font-size: 1.8rem;
  transition: all 0.3s ease-in-out;
}

.back-to-top i:hover {
  color: var(--primary-color);
}

/* hotel room scroll btn */
#scroll-button {
  position: fixed;
  bottom: 40px;
  right: 20px;
  display: none;
  padding: 10px 20px;
  background-color: #002d5b;
  color: #fff;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 0px 2px 0px #696969;
  cursor: pointer;
  z-index: 1000;
}

#scroll-button.show {
  display: block;
}

/* Modal window main page */

.modal-backdrop {
  z-index: 1;
}

.dropdown-menu {
  --bs-dropdown-link-hover-bg: #b9cfe9;
}

.btn-modal {
  position: relative;
  background-color: var(--primary-color);
  color: #ffffff;
  z-index: 0;
  overflow: hidden;
}

.btn-modal:hover,
.btn-modal:focus {
  background: var(--primary-color);
  color: #ffffff;
}

/* hotels results */

.hotel-img {
  max-width: 200px;
  max-height: 200px;
  padding: 8px;
  border-radius: 14px;
}

#reviews .hotel-img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

@media screen and (min-width: 767px) {
  #reviews .hotel-img {
    max-width: 150px;
  }
}

/* tabs css main search */

.nav-tabs {
  border-bottom: none;
}

.nav-link.tab-btn {
  color: #002d5b;
}

.dropdown-room-btn {
  background-color: none;
  color: gray;
}

.btn-add-room {
  background-color: #002d5b;
  padding: 6px;
  margin: 8px 0px;
  transition: all 0.3s;
  color: #fff !important;
  border: none;
  border-radius: 4px;
  width: 100%;
}

.btn-add-room:hover {
  background-color: var(--primary-color);
}

.room-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  margin-right: 14px;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid gray;
}

.room-top p {
  display: flex;
  align-items: center;
  margin: 0px;
  display: inline;
}

.btn-remove-room {
  width: 30px;
  height: 30px;
  padding: 6px;
  margin: 8px 0px;
  background-color: red;
  color: white;
  border-radius: 4px;
  transition: all 0.3s;
}

.dropdown-menu.show {
  width: 100%;
  padding: 20px;
  list-style: none;
  border-radius: 5px;
  box-shadow: 0px 0 8px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
  /* background-color: #444444; */
  text-align: left;
}

.adult {
  padding: 0px 8px;
}

.child {
  padding: 0px 8px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.age {
  max-width: 121px;
  width: 100%;
  border: 1px solid #002d5b;
  border-radius: 4px;
  margin: 8px 0px 8px 8px;
}

.span-count {
  margin: 0 6px;
  padding: 0;
  width: 40px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  border: 1px solid black;
}

.counter-add-item .span-count {
  height: auto;
}

.counter-add-item {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}

.counter-add-item a {
  width: 30px;
  height: 30px;
  font-size: 20px;
  font-weight: 400;
  border: none;
  border-radius: 5px;
  color: #fff;
  background: #fff;
  text-decoration: none;
  background: #002d5b;
}

.counter-add-item a:hover {
  background-color: var(--primary-color);
  color: #fff !important;
}

.counter-add-item input[type="text"] {
  margin: 0 5px;
  padding: 0;
  width: 40px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.counter-add-item > * {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
}

.btn-guests {
  min-height: 48px;
  width: 100%;
  border: 1px solid #cacaca;
  text-align: start;
  padding: 11px 20px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #3e3f40;
  transition: 0.3s ease-in-out;
  --bs-btn-color: #3e3f40;
  --bs-btn-bg: #fff;
  --bs-btn-hover-color: #3e3f40;
  --bs-btn-hover-bg: #fff;
  --bs-btn-focus-shadow-rgb: 207, 74, 149;
  --bs-btn-active-color: #3e3f40;
  --bs-btn-active-bg: #fff;
}

.table-head {
  background-color: #002d5b;
  color: #ffffff;
}

.table-row {
  background-color: #ffd044;
  color: #343534;
}

/* hotel card */
.box-1 {
  width: 30%;
}

@media screen and (min-width: 767px) {
  .box-1 {
    width: 20%;
  }
}

.box-2 {
  width: 70%;
  padding: 8px;
}

@media screen and (min-width: 767px) {
  .box-2 {
    width: 50%;
    padding: 12px;
  }
}

.box-3 {
  width: 100%;
  padding: 8px;
  border-top: 1px solid #c6c6c6;
}

@media screen and (min-width: 767px) {
  .box-3 {
    width: 30%;
    border-top: none;
    border-left: 1px solid #c6c6c6;
    padding: 12px;
  }
}

.left-side {
  display: flex;
  align-items: center;
  justify-content: center;
}

.right-side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
}

.hotel-name {
  font-size: 16px;
  font-weight: 600;
}

.hotel-rating {
  display: flex;
  align-items: center;
  padding: 8px 0px;
}

.location {
  text-decoration: underline;
  cursor: pointer;
  font-size: 12px;
}

.hotel-text {
  font-size: 12px;
  line-height: 16px;
}

.italic {
  font-size: 12px;
  font-style: italic;
}

.total {
  font-size: 16px;
  line-height: 1.1;
  font-weight: 700;
}

#_hotel_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50%;
  border-top-left-radius: 0.5rem;
}

@media screen and (min-width: 576px) {
  #_hotel_img {
    height: 100%;
    max-height: 160px;
    border-bottom-left-radius: 0.5rem;
  }
}

.img-hotel {
  width: 100%;
  height: 150px;
  /* border: 4px solid var(--primary-color); */
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  object-fit: cover;
}

@media screen and (min-width: 992px) {
  .img-hotel {
    width: 200px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 8px;
  }
}

.img .img-hotel {
  width: 180px;
  height: 150px;
  border: 4px solid var(--primary-color);
  border-radius: 8px;
  object-fit: cover;
}

.cont {
  display: flex;
  flex-wrap: nowrap;
}

.rs {
  flex-grow: 1;
}

.ls {
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0px 2px 0px 0px #5f5e5e24;
}

.ls .theme-bg-white {
  position: sticky;
  top: 0;
  width: 100%;
  /* max-height: 80vh; */
  z-index: 1000;
  background-color: #ffffff;
}

.divider {
  margin-top: 2px;
  margin-bottom: 2px;
  height: 2px;
  background-color: var(--primary-color);
}

.devider {
  width: 2px;
  background-color: #8e918e;
}

/* review */

.review-img {
  width: 100%;
  max-height: 180px;
  border-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  object-fit: cover;
}

.description {
  padding: 0.5rem;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  border: 1px solid #dee2e6;
}

.amenity {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}

.amenity:not(:last-child) {
  margin-right: 2px;
}

.room-description {
  display: inline;
  font-size: 12px;
}

/* Packages styles */

.fast-confirm {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
}

.fast-total-person {
  font-size: 12px;
  font-weight: 600;
  color: #8e918e;
  text-align: center;
}

.fast-total-total {
  font-size: 16px;
  font-weight: 700;
  color: #4a4a4a;
  text-align: center;
}

.btn-confirm {
  width: 100%;
  padding: 8px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  background: #51bf51;
}

#details .btn-confirm {
  width: 100%;
  max-width: 280px;
  padding: 8px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  background: #51bf51;
}

.btn-confirm:hover {
  color: white;
  background: #43a043;
}

.fast-price {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  color: #008cff;
}

@media screen and (min-width: 991px) {
  .fast-price {
    font-size: 32px;
  }
}

.s-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 50px;
  padding: 4px;
  font-size: 14px;
  font-weight: 700;
  color: #f5faff;
  background-color: #002d5b;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.s-date.hotel {
  background-color: var(--primary-color);
  color: #f5faff;
}

.s-flight {
  padding: 16px;
  font-size: 16px;
  font-weight: 600;
}

.selected {
  border: 3px solid var(--primary-color);
}

.selected-icon {
  font-size: 14px;
  font-weight: 600;
  color: var(--primary-color);
  padding: 4px 8px 4px 4px;
  border-radius: 8px;
  border: 2px solid var(--primary-color);
}

.theme-bg-lightgrey {
  background-color: #f1f9ff;
}

.img-hotel-packages {
  width: 100%;
  height: 200px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  object-fit: cover;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.8)
  );
}
.hero {
  position: relative;
  width: 100%;
  min-height: 500px;
  padding-top: 60px;
  padding-bottom: 100px;
  background-image: url(https://cp.militaryfares.com/images/landing/551.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(20, 20, 20);
  opacity: 0.6;
}
.hotel-card {
  min-height: 490px;
  height: 100%;
}

.right-side-packages {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-left: 8px;
  padding-right: 8px;
}

.hotel-text-packages {
  width: 100%;
  font-size: 12px;
  line-height: 16px;
}

.step-point {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 40px;
  width: 100%;
  min-height: 40px;
  padding: 4px;
  font-size: 16px;
  color: #f5faff;
  background-color: #002d5b;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.step-point-dep {
  display: inline-flex;
  /* flex-direction: column; */
  justify-content: center;
  align-items: center;
  position: relative;
  /* max-width: 40px; */
  /* width: 100%; */
  border-radius: 4px;
  padding: 0px 4px;
  font-size: 12px;
  color: #f5faff;
  background-color: #002d5b;
}

.step-point-one {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 40px;
  width: 100%;
  padding: 4px;
  font-size: 14px;
  color: #f5faff;
  background-color: #008cff;
}

.step-point-hotel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 40px;
  width: 100%;
  padding: 4px;
  font-size: 14px;
  color: #f5faff;
  background-color: var(--primary-color);
}

.step-point-final {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 40px;
  width: 100%;
  padding: 4px;
  font-size: 16px;
  color: #f5faff;
  background-color: #002d5b;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.route-arrow {
  position: absolute;
  z-index: 1;
  bottom: -11px;
  left: calc(50% - 6px);
  width: 0;
  height: 0;
  margin-left: 0;
  border-width: 6px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #002d5b;
}

.route-arrow-one {
  position: absolute;
  z-index: 1;
  bottom: -11px;
  left: calc(50% - 6px);
  width: 0;
  height: 0;
  margin-left: 0;
  border-width: 6px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #008cff;
}

.step-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  max-width: 40px;
  border: 1px solid #dee2e6;
  border-radius: 50%;
  padding: 6px;
}
.step-icon i {
  color: #002d5b;
}
.step-route {
  font-size: 14px;
  font-weight: 600;
  color: #3e3f40;
}

.step-route-one {
  font-size: 20px;
  font-weight: 600;
  color: #3e3f40;
}

.step-line {
  width: 1px;
  position: relative;
  height: 100%;
  background-color: #4a4a4a;
}

.step-number {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: white;
  background-color: #008cff;
}

.img-wrapper {
  position: relative;
}

.img-desc {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.fast-total-total.img-desc {
  position: absolute;
  z-index: 10;
  width: 100%;
  transform: translate(-50%, -50%);
  color: white;
}

.empty {
  width: 100%;
  max-width: 91px;
}

/* plane animation */

.line {
  position: absolute;
  width: 40%;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(221, 221, 221, 1) 0%,
    rgba(144, 144, 144, 1) 50%,
    rgba(221, 221, 221, 1) 100%
  );
  top: 71%;
  left: 47%;
  transform: translate(-50%, -50%);
}

.icon-container {
  position: absolute;
  top: 65%;
  left: 52%;
  /* start pos */
  transform: translate(-50%, -50%);
}

.icon {
  width: 18px;
  height: 18px;
  background-position: center;
  background-size: cover;
  rotate: 90deg;
  background-image: url("../images/icons/airplane_dep.svg");
  position: absolute;
  animation: fly 5s linear infinite;
}

@keyframes fly {
  0% {
    right: 70px;
    /* start pos */
  }

  100% {
    right: calc(-70px);
    /* end pos */
  }
}

@media (max-width: 768px) {
  @keyframes fly {
    0% {
      right: 60px;
      /* start pos */
    }

    100% {
      right: calc(-60px);
      /* end pos */
    }
  }
}

.icon_return {
  width: 18px;
  height: 18px;
  background-position: center;
  background-size: cover;
  rotate: 270deg;
  background-image: url("../images/icons/airplane_dep.svg");
  position: absolute;
  animation: flyret 5s linear infinite;
}

@keyframes flyret {
  0% {
    left: 70px;
    /* start pos */
  }

  100% {
    left: calc(-70px);
    /* end pos */
  }
}

@media (max-width: 768px) {
  @keyframes flyret {
    0% {
      left: 60px;
      /* start pos */
    }

    100% {
      left: calc(-60px);
      /* end pos */
    }
  }
}

/* breadcrumbs */

.breadcrumbs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}

.bread-wrap {
  width: 100%;
  height: 100%;
  color: #343534;
  background-color: white;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  transition: all 300ms ease-out;
}

.bread-wrap:hover {
  background-color: #008cff;
  color: white;
  cursor: pointer;
}

.bread-wrap.active {
  width: 100%;
  height: 100%;
  color: white;
  background-color: #008cff;
}

/* skeleton */

.placeholder-img {
  width: 100%;
  height: 100%;
  background-image: url(../images/promotional/dummy_600x400_.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* hotel gallery */

.main-content {
  position: relative;
}

/* Multi packages */

.btn-add-location {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #002d5b;
  height: 100%;
  font-size: 24px;
  font-weight: 600;
  color: white;
}

.btn-add-location:hover {
  color: 002d5b;
  background-color: var(--primary-color);
}

.form-select.night-select {
  width: 120px;
  height: 52px;
  padding: 5px;
  border: none;
  background: #e9f4ff;
}

.form-select.night-select:focus {
  border-color: transparent;
  outline: 0;
}
#hotel_occupants .form-select {
  border-radius: 0;
}

.form-select:focus {
  color: #002d5b;
  background-color: #ffffff;
  border-color: var(--primary-color);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 4, 0.5);
}

.multi-package .dropdown-menu.show {
  min-width: 270px;
  width: 100%;
  padding: 20px;
  list-style: none;
  border-radius: 5px;
  box-shadow: 0px 0 8px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
  background-color: #fff;
  text-align: left;
}

#hotel-tab-pane .dropdown-menu.show {
  min-width: 270px;
  width: 100%;
  padding: 20px;
  list-style: none;
  border-radius: 5px;
  box-shadow: 0px 0 8px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
  background-color: #fff;
  text-align: left;
  z-index: 11;
}

/* Support packages */

.green h3,
.green h4 {
  color: #38af8f;
}

.shortest,
.cheapest,
.support-desc {
  cursor: pointer;
}

.btn-primary {
  padding: 15px 50px;
  color: white;
  background: #004aad;
  cursor: pointer;
  border: 1px solid #004aad;
  font-weight: bold;
  font-size: 19px;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
  line-height: normal;
}

.btn-primary:hover {
  background: white;
  color: #004aad;
}

.btn-primary-one {
  padding: 15px 30px;
  color: white;
  background: #16498d;
  cursor: pointer;
  border: 1px solid #16498d;
  font-weight: 500;
  font-size: 16px;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
  line-height: normal;
}

.btn-primary-one:hover {
  background: white;
  color: #004aad;
}

.btn-gray {
  padding: 10px 35px;
  color: white;
  background: #525d60;
  cursor: pointer;
  border: 1px solid #525d60;
  font-weight: bold;
  font-size: 18px;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
  line-height: normal;
}

.btn-gray:hover {
  background: white;
  color: #525d60;
}

.btn-blue {
  padding: 10px 35px;
  color: white;
  background: #004aad;
  cursor: pointer;
  border: 1px solid #16498d;
  font-weight: bold;
  font-size: 18px;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
  line-height: normal;
}

.btn-blue:hover {
  background: white;
  color: #16498d;
}

.btn-gold {
  padding: 10px 35px;
  color: white;
  background: #d1b238;
  cursor: pointer;
  border: 1px solid #d1b238;
  font-weight: bold;
  font-size: 18px;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
  line-height: normal;
}

.btn-gold:hover {
  background: white;
  color: #d1b238;
}

.btn-green {
  padding: 10px 35px;
  color: white;
  background: #38af8f;
  cursor: pointer;
  border: 1px solid #38af8f;
  font-weight: bold;
  font-size: 18px;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
  line-height: normal;
}

.btn-green:hover {
  background: white;
  color: #38af8f;
}

.btn-red {
  padding: 10px 35px;
  color: white;
  background: #dc3545;
  cursor: pointer;
  border: 1px solid #dc3545;
  font-weight: bold;
  font-size: 18px;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
  line-height: normal;
}

.btn-red:hover {
  background: white;
  color: #c42d3c;
}

.btn-yellow {
  padding: 10px 35px;
  color: white;
  background: #ffc107;
  cursor: pointer;
  border: 1px solid #ffc107;
  font-weight: bold;
  font-size: 18px;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
  line-height: normal;
}

.btn-yellow:hover {
  background: white;
  color: #e7af06;
}

.bg-red {
  background-color: #fbe1e1;
}

.bg-yellow {
  background-color: #fbf7e1;
}

.bg-gray {
  background-color: #f3f8fa;
}

.bg-blue {
  background-color: #e7f1ff;
}

.bg-gold {
  background-color: #fff3e4;
}

.bg-green {
  background-color: #e1fbf4;
}

.light-gray h3,
.light-gray h4 {
  color: #74868b;
}

.blue h3,
.blue h4 {
  color: #16498d;
}

.gold h3,
.gold h4 {
  color: #ac8900;
}

.green h3,
.green h4 {
  color: #38af8f;
}

.additional-services .total-result h3 {
  font-size: 26px;
  font-weight: normal;
  color: #8c98ac;
  margin-bottom: 0px;
}

.additional-services {
  max-width: 1050px;
  margin: 0 auto;
}

.additional-services h2 {
  font-size: 16px;
  font-weight: 700;
  color: #1d2025;
  line-height: 31px;
}

.additional-services h3 {
  font-size: 16px;
  font-weight: bold;
}

.additional-services h4 {
  font-size: 16px;
  font-weight: bold;
}

.additional-services p {
  padding: 15px 0px;
  font-size: 12px;
  font-weight: 700;
}

.additional-services .items,
.additional-services .missed-connection-items,
.additional-services .support-level-items {
  padding: 16px 20px 85px;
  position: relative;
  min-height: 100%;
  border-radius: 4px;
  overflow: hidden;
}

.additional-services .items button.item-btn,
.additional-services .missed-connection-items button.item-btn,
.additional-services .support-level-items button.item-btn {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.additional-services .items input.item-btn,
.additional-services .missed-connection-items input.item-btn,
.additional-services .support-level-items input.item-btn {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.additional-services h4 span {
  font-size: 15px;
  font-weight: 500;
  color: #99a7ac;
}

.support-level .support-level-items ul li {
  position: relative;
  border-bottom: 1px solid #dce7eb;
  display: block;
  padding: 6px 0 10px 0px;
  font-size: 12px;
  font-weight: bold;
  color: #41494b;
  line-height: normal;
}

.ccl > :not(:first-child) {
  padding-right: 0;
  padding-left: 0;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
  padding: 0 !important;
  border-radius: 0.5rem;
}

.off.ends.available {
  opacity: 0;
  cursor: default !important;
}

.in-range {
  background-color: var(--primary-color) !important;
  color: #fff !important;
}

.start-date,
.end-date {
  background-color: #002d5b !important;
  color: white !important;
}

/* Map styles */
.map-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 100%; */
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent black background */
  display: none;
  /* Hide the overlay initially */
  z-index: 9999;
  /* Ensure the overlay is above other content */
}

.map-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  max-width: 800px;
  max-height: 600px;
  border-radius: 8px;
  background-color: #fff;
}

.close-map-button {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #ffffff;
  color: #2d2d2db0;
  box-shadow: 0px 0px 2px 0px #afafaf;
  border-radius: 50%;
  cursor: pointer;
}

.close-map-button:hover {
  color: black;
}

._hotel_address {
  font-size: 12px;
  font-weight: 500;
  text-transform: capitalize;
  text-decoration: underline;
  line-height: 1.4;
  color: var(--text-color);
  cursor: pointer;
}

#details ._hotel_address {
  font-size: 12px;
  font-weight: 500;
  text-transform: capitalize;
  text-decoration: none;
  line-height: 1.4;
  color: var(--text-color);
  cursor: pointer;
}

#reviews .call-us,
#details .call-us {
  padding: 8px 14px;
  border-radius: 8px;
  background-color: transparent;
  box-shadow: none;
  border: 1px solid #dddee1;
}
#details .call-us:hover,
#details .call-us:focus,
#reviews .call-us:hover,
#reviews .call-us:focus {
  background-color: #f5f5f5;
}
#reviews .call-us a,
#details .call-us a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #878e98;
}
/* car rental styles */
.flight-search .search-pan #car-search-form .form-control {
  padding-left: 26px;
  font-size: 16px;
  min-height: 58px;
  border: 0px;
  text-decoration: none;
  border-radius: 0.5rem;
  text-align: left;
}

.flight-search .search-pan #car-search-form .icon-pos {
  top: 16px;
  left: 3px;
  color: #9f9f9f;
}

.flight-search .car-rental .check-wrap .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 1.2rem;
  width: 1.2rem;
  border-radius: 0.2rem;
  border: 1px solid #fff;
}

.car-rental .dep-date-input:after {
  display: none;
}

.car-rental .dep-date-input {
  position: relative;
  width: auto;
  height: 2rem;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  background: #ffffff;
  border-style: none;
  padding: 0 0;
  margin: 0rem 0 0 1.2rem;
}

.car-rental .form-select {
  padding-left: 26px;
  min-height: 58px;
  border-radius: 0px;
  border: none;
}

.car-rental .icon-pos-time {
  position: absolute;
  top: 25px;
  left: 3px;
  color: #9f9f9f;
  z-index: 1;
}

.car-rental .icon-pos-date {
  position: absolute;
  top: 25px;
  left: 3px;
  color: #9f9f9f;
  z-index: 1;
}

.car-rental .icon-pos-discount {
  position: absolute;
  top: 16px;
  left: 3px;
  color: #9f9f9f;
  z-index: 1;
}

.car-rental .form-floating > .form-select ~ label {
  font-size: 14px;
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(1.15rem);
}

.car-rental .form-floating:not(.form-control:disabled)::before {
  height: 0;
  padding: 0;
}

.img-car {
  max-width: 155px;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .img-car {
    max-width: 190px;
    max-height: 150px;
  }
}

.img-vendor {
  position: absolute;
  top: -7px;
  left: -8px;
  max-width: 60px;
  max-height: 40px;
  border-top-left-radius: 0.5rem;
}

.car-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.car-subtitle {
  font-size: 14px;
  font-weight: 600;
}

.box-car1 {
  width: 30%;
}

@media screen and (min-width: 640px) {
  .box-car1 {
    width: 25%;
  }
}

.box-car2 {
  width: 70%;
}

@media screen and (min-width: 640px) {
  .box-car2 {
    width: 50%;
  }
}

.box-car3 {
  width: 100%;
  border-top: 1px solid;
}

@media screen and (min-width: 640px) {
  .box-car3 {
    width: 25%;
    border-top: none;
  }
}

.js-booking .box-car1 {
  width: 100%;
}

@media screen and (min-width: 640px) {
  .js-booking .box-car1 {
    width: 35%;
  }
}

.js-booking .box-car2 {
  width: 100%;
}

@media screen and (min-width: 640px) {
  .js-booking .box-car2 {
    width: 40%;
  }
}

.js-booking .box-car3 {
  width: 100%;
  border-top: 1px solid;
}

@media screen and (min-width: 640px) {
  .js-booking .box-car3 {
    width: 25%;
    border-top: none;
  }
}

.car-list {
  margin-left: 16px;
  list-style: disc;
}

.car-list-item {
  font-size: 14px;
  /* color: #7a7a7a; */
  text-transform: capitalize;
}

.car-price-total {
  font-size: 22px;
  font-weight: 700;
}

.car-price-perday {
  font-size: 14px;
  color: #7a7a7a;
}

.car-icon-wrapper {
  display: flex;
  flex-direction: column;
  align-items: end;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #7a7a7a;
  z-index: 1;
}

@media screen and (min-width: 576px) {
  .car-icon-wrapper {
    align-items: start;
    flex-direction: row;
    gap: 12px;
    font-size: 14px;
    max-width: 320px;
  }
}

.js-booking .car-icon-wrapper {
  display: flex;
  flex-direction: row;
  align-items: start;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #7a7a7a;
  z-index: 1;
}

@media screen and (min-width: 576px) {
  .js-booking .car-icon-wrapper {
    font-size: 14px;
    max-width: 400px;
  }
}

.step-point-car {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 40px;
  width: 100%;
  padding: 4px;
  font-size: 14px;
  color: #f5faff;
  background-color: #002d5b;
}

.flight-search .car-rental .check-wrap .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 1.2rem;
  width: 1.2rem;
  border-radius: 0.2rem;
  border: 1px solid #343534;
}

.flight-search .car-rental .check-wrap .checkmark:after {
  left: 5px;
  top: 0rem;
  width: 0.5rem;
  height: 0.8rem;
  border: solid #343534;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.multiFlightAirports {
  z-index: 100;
  position: absolute;
  width: 400px;
  max-height: 300px;
  overflow-y: scroll;
}

.call-us {
  padding: 0px 15px;
  text-align: center;
  font-weight: 600;
  background-color: var(--primary-color);
  border-radius: 15px;
  /* box-shadow: 0px 0px 3px 0px #9f9f9f; */
}
.call-us a {
  color: #fff;
}
.hidden {
  display: none;
}

.cursor-pointer {
  cursor: pointer !important;
}

.modal .flight-search {
  position: relative;
  z-index: 1;
  background: #ffffff;
  padding: 1.5rem 0;
}

.modal .flight-search .search-pan .dropdown-toggle {
  padding: 0 45px;
}

.reset-map-button {
  position: absolute;
  border: 1px solid #ccc;
  top: 10px;
  right: 10px;
  z-index: 1;
}

#map {
  width: 100%;
  height: 85vh;
}

#map a {
  text-decoration: none !important;
}

#map .gm-style-iw.gm-style-iw-c {
  padding: 0 !important;
}

#map .maindiv > img {
  /* border-radius: 0 0 15px 15px; */
}

#map .gm-style-iw-d {
  margin-top: -50px;
  overflow: hidden !important;
}

#map .gm-style-iw.gm-style-iw-c {
  width: 100% !important;
  max-width: 300px !important;
}

#map .gm-ui-hover-effect > span {
  background-color: #002d5b;
}

#map .map_hading {
  padding: 15px;
}

#map .map_hading h5 {
  font-size: 18px;
  margin: 0;
}

#map .map_hading h5 {
  text-decoration: none !important;
  color: #3c3c3c !important;
}

#map .map_hading > p {
  margin: 5px 0 10px 0;
  color: #2d2d2d !important;
}

.small-marker {
  width: 6px;
  height: 6px;
  background-color: #002d5b;
  border-radius: 50%;
  display: inline-block;
  color: transparent;
  position: absolute;
  z-index: -1;
}

.yNHHyP-marker-view {
  z-index: 10;
}

.yNHHyP-marker-view:hover {
  z-index: 20;
}

.price-tag {
  background-color: #002d5b;
  border-radius: 8px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 15px;
  position: relative;
  z-index: 10;
}

.price-tag::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #002d5b;
  z-index: 10;
}

.price-tag:hover {
  background-color: #ffffff;
  color: #002d5b;
  border: 1px solid #002d5b;
  z-index: 20;
}

.price-tag:hover::after {
  border-top: 8px solid #ffffff;
}

.price-tag:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  /* Adjust this if needed */
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #002d5b;
  z-index: 9;
}

.hotelname {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 50ch;
  color: #002d5b;
}

.map_price_data {
  font-size: 16px !important;
  font-weight: bold;
  color: #002d5b;
}

.marker-fade-in {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.marker-visible {
  opacity: 1;
}

.selected-icon-map {
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-color);
  margin: 0px !important;
}

#mapModal .modal-dialog {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.star-filters {
  color: var(--primary-color);
}

.gm-ui-hover-effect {
  display: none !important;
}

.btn-price-map {
  padding: 0 !important;
  margin: 0 !important;
  background: none;
  border: none;
  cursor: pointer;
  color: #008cff;
}

.origin-city {
  border: solid 3px #ffe185 !important;
}

.multiFlightAirports {
  z-index: 100;
  position: absolute;
  width: 400px;
  max-height: 300px;
  overflow-y: scroll;
}

.radius-bottom-none {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* FilterTabs */

#FiltersTab ul li {
  list-style-type: disc;
}

#FiltersTab.nav-tabs .nav-item .nav-link {
  padding: 3px 6px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid var(--primary-color);
  font-size: 14px;
  color: #002d5b;
}

#FiltersTab.nav-tabs .nav-item .nav-link:hover {
  border: 1px solid var(--primary-color);
  color: #002d5b;
}

#FiltersTab.nav-tabs .nav-item .nav-link.active {
  background-color: var(--primary-color);
  color: #002d5b;
}

#FiltersTab.nav-tabs .nav-item .nav-link.active .triangle {
  opacity: 1;
}

#FiltersTab .triangle {
  bottom: -10px;
}
/* progress bar */

.progress,
.progress-stacked {
  --bs-progress-height: 6px;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
  overflow: visible;
}

.progress {
  position: relative;
}

.progress-bar {
  cursor: pointer;
  transition: transform 250ms ease-out;
}

.progress-bar.flight {
  background-color: #002d5b;
}

.progress-bar.flight:hover {
  background-color: #0059b3;
  transform: scaleY(2);
}

.progress-bar.layover {
  background-color: var(--primary-color);
}

.progress-bar.layover:hover {
  background-color: #fcd662;
  transform: scaleY(2);
}

.infoWrapper-body {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.infoWrapper-footer {
  min-width: 120px;
}

#flightInfo {
  display: none;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #002d5b;
}

#layoverInfo {
  display: none;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #002d5b;
}

.radius-bottom-none {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* FilterTabs */
.filterBtnsWrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0px 0px 15px;
  /* overflow-x: scroll; */
}

#FiltersTab.nav-tabs .nav-item .nav-link {
  padding: 3px 6px;
  background-color: #fff;
  border-radius: 0px;
  font-size: 14px;
  /* font-weight: 500; */
  color: #002d5b;
}

#FiltersTab.nav-tabs .nav-item .nav-link:hover {
  border: 1px solid var(--primary-color);
  color: #002d5b;
}

#FiltersTab.nav-tabs .nav-item .nav-link.active {
  background-color: var(--primary-color);
  /* font-weight: 600; */
  color: #002d5b;
}

#FiltersTab.nav-tabs .nav-item .nav-link.active .triangle {
  opacity: 1;
}

#FiltersTab .triangle {
  bottom: -10px;
}

#FiltersTab.nav-tabs .nav-item:not(:last-child) {
  margin-right: 3px;
}

.amenity-read-more {
  font-size: 12px;
  color: var(--primary-color);
  font-weight: 600;
  cursor: pointer;
}

.read-more {
  margin-top: 10px;
  gap: 5px;
  padding: 5px 15px;
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  background-color: #ededed;
  border-radius: 20px;
}

#iataModal .modal-dialog {
  position: relative;
  top: 3%;
  /* transform: translateY(-10%); */
}

#iataModal .modal-header {
  padding: 8px;
}

.modal-img {
  max-width: 100%;
  max-height: 80%;
  margin: auto;
}

@media screen and (min-width: 576px) {
  .modal-img {
    max-width: 70%;
    max-height: 70%;
  }
}

.tabs-container {
  text-align: center;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  white-space: nowrap;
}

.tabs-container::-webkit-scrollbar {
  display: none;
}

.tabs-container .nav-tabs {
  display: inline-flex;
  flex-wrap: nowrap;
}

/* cars book extras */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.car-input {
  max-width: 50px;
}

.car-input-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 6px;
  background: transparent;
  border: none;
  border-radius: 4px;
}

.car-input-btn:hover,
.car-input-btn:focus {
  background: #42dde847;
}

/* ------------------------------------------------ */
.swiper {
  width: 100%;
  height: 280px;
  border-radius: 0.5rem;
}

.swiper.destinations {
  width: 100%;
  height: auto;
  z-index: 0;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.destinations .swiper-slide img {
  position: relative;
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 6px;
}

.destinations-flex img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.swiper-button-next,
.swiper-button-prev {
  padding: 24px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 7px 0px #0000003d;
}

.swiper-button-next:hover,
.swiper-button-prev:hover,
.destinations .swiper-button-next:hover,
.destinations .swiper-button-prev:hover {
  background-color: #ebebeb;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 20px !important;
  font-weight: 600;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.destinations .swiper-button-next,
.destinations .swiper-button-prev {
  background-color: #ffffffcc;
}

.destination-wrapper {
  padding: 10px;
  position: absolute;
  width: 100%;
  bottom: -44px;
  left: 0px;
  transition: all 250ms ease-in-out;
}

.destination-text {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-align: start;
}

.swiper-slide a:hover .destination-wrapper,
.swiper-slide a:focus .destination-wrapper {
  bottom: 0px;
}
.destination-card a:hover .destination-wrapper,
.destination-card a:focus .destination-wrapper {
  bottom: 0px;
}

/* .swiper-slide img:hover,
.swiper-slide img:focus {
  box-shadow: 0px 0px 4px 2px black;
} */
.swiper-slide .overflow {
  width: 100%;
  height: 100%;

  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.6),
    rgba(128, 128, 128, 0)
  );

  position: absolute;
  top: 0;
  left: 0;
}
.destination-card .overflow {
  width: 100%;
  height: 100%;

  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.6),
    rgba(128, 128, 128, 0)
  );

  position: absolute;
  top: 0;
  left: 0;
}

.destination-btn {
  padding: 5px 0px;
  margin-top: 10px;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  color: #1e1e1e;
  border: none;
  border-radius: 4px;
}

.header-link {
  position: absolute;
  top: 5px;
  right: 20px;
}

/* zendesk msg support */
#launcher {
  z-index: 1050 !important;
}

/* landing styles */
.flight-search#landing_search .search-pan .dropdown-toggle.form-control {
  min-height: 56px;
}
.flight-search#landing_search
  .search-pan
  .multi-package
  .dropdown-toggle.form-control {
  min-height: 38px;
}
.img-landing {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.banner-info {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 1px 14px rgb(0 44 89/10%);
  max-width: 90%;
  margin: -3% auto 30px;
}

.banner-info p {
  font-size: 16px;
  font-weight: 500;
  color: black;
}

.banner-info-hero {
  padding: 0px 10px;
  max-width: 550px;
  height: 100%;
  background-color: rgb(255, 255, 255, 0.5);
  border-radius: 8px;
}

.banner-info-hero h2 {
  font-size: 22px;
  font-weight: 600;
}

.banner-info-hero p {
  font-size: 14px;
}

#hotelFilter {
  position: relative;
}

#header_filter {
  background-color: var(--box-color);
}

.sticky-footer {
  position: sticky;
  bottom: 0;
  background: #fff;
  z-index: 10;
  border-top: 1px solid #ddd;
}

.icon-container {
  position: absolute;
  z-index: 2;
  top: 8%;
  right: -35px;
  width: 150px;
  height: 150px;
  overflow: hidden;
}

.icon-container svg {
  width: 100%;
  height: 100%;
}

.text-discount-credit {
  position: absolute;
  z-index: 1;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 12px;
  line-height: 1.12;
  font-weight: bold;
  color: #fff;
}

.text-discount {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}

.text-discount-text {
  position: absolute;
  width: 90%;
  z-index: 1;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

.icon-container-rooms {
  position: absolute;
  z-index: 2;
  top: 55%;
  left: 60%;
  width: 130px;
  height: 130px;
  overflow: hidden;
}

.icon-container-rooms svg {
  width: 100%;
  height: 100%;
}

.air-credit-description {
  padding: 12px;
  background-color: #ff9b0d;
}

.icon-container-payment {
  min-width: 130px;
  height: 130px;
  overflow: hidden;
}

.icon-container-payment svg {
  width: 100%;
  height: 100%;
}

.icon-container-confirm {
  position: absolute;
  z-index: 2;
  top: -200%;
  left: 62%;
  width: 130px;
  height: 130px;
  overflow: hidden;
}

@media screen and (min-width: 580px) {
  .icon-container-confirm {
    top: -360%;
    left: 70%;
  }
}

@media screen and (min-width: 767px) {
  .icon-container-confirm {
    left: 82%;
  }
}

.icon-container-confirm svg {
  width: 100%;
  height: 100%;
}

.landing-hotel-info {
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x) !important;
  padding-top: 0 !important;
}
.destinations-flex {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  grid-auto-rows: 250px;
  gap: 15px;
}
.destination-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

/* banner */
.banner-main {
  margin: 10px 30px;
  background-image: url(img/banner-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  border-radius: 20px;
}
.banner-text {
  color: #fff;
}
.banner-text h1 {
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
}
/* tour */
.main-tour {
  margin: 20px 30px;
}
.tour-card {
  display: block;
  border-radius: 5px;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  position: relative;
}
.tour-card .tour-text h3 {
  font-size: 20px;
}
.tour-card .tour-text p {
  color: #fff;
  font-weight: 100;
}
.tour-card .tour-text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  width: 90%;
}
.main-tour .col-md-6 {
  display: flex;
}
.tour-row2 {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.tour-big .tour-card {
  width: 100%;
}
.tour-small {
  display: flex;
  gap: 5px;
}
.tour-small .tour-card {
  flex-basis: 50%;
}
.main-tour .row {
  margin-bottom: 10px;
}
.main-tour .row > * {
  padding: 0;
  padding-left: 5px;
}
.headin-text h2 {
  font-size: 32px;
  font-weight: 700;
  color: var(--text-color);
}
.headin-text {
  padding: 40px;
  text-align: center;
}
/* city */
.main-city {
  margin: 20px 30px;
}
.city-card {
  display: block;
  position: relative;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: background-size 0.5s ease-in-out;
}
.city-card .city-name h5 {
  font-size: 16px;
  font-weight: 500;
}
.city-card .city-name {
  position: absolute;
  bottom: 30px;
  text-align: center;
  width: 100%;
  z-index: 10;
}
.discount-badge {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  animation: tiltRotate 2s infinite ease-in-out;
  display: inline-block; /* important if it's not rotating */
  z-index: 10;
}
@keyframes tiltRotate {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-3deg);
  }
  50% {
    transform: rotate(3deg);
  }
  75% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.discount-badge img {
  width: 90px;
  height: 90px;
}
.main-city .row > * {
  padding: 0;
  padding-left: 5px;
}
.main-city .row {
  margin-bottom: 10px;
}
.city-card::before {
  content: "";
  background-image: url(../images/overlay.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: -100px;
  z-index: 5;
}
/* search */
.space-300 {
  height: 280px;
  display: block;
}
.main-search {
  margin: 50px 30px;
  text-align: center;
}
.main-search form {
  background-color: var(--boxx-color);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 739px;
  padding: 10px 0;
  gap: 10px;
}
.main-search input {
  border: none;
  background-color: var(--boxxx-color);
  border-radius: 100px;
  padding: 15px;
  width: 650px;
}
.main-search button i {
  width: 24px;
  height: 24px;
}
.main-search button {
  background-color: var(--primary-color);
  border-radius: 100%;
  border: none;
  padding: 15px;
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.search-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
}
.serach-heading h4 {
  color: var(--text-color);
  font-size: 32px;
}
.search-heading {
  padding-top: 30px;
}
.main-search {
  position: relative;
}
.main-search::before {
  content: "";
  background-color: var(--box-color);
  width: 100%;
  top: 0;
  left: 0;
  height: 120px;
  border-radius: 10px;
  position: absolute;
  z-index: -999;
}
.copyright-text {
  font-size: 12px;
  text-align: center;
  color: var(--text-color);
}
.mobile-header {
  display: none;
}
.city-card2 {
  display: block;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: background-size 0.5s ease-in-out;
  height: 100%;
}
.city-card2:hover {
  background-size: 110%;
}
.city-card2::before {
  content: "";
  background-image: url(../images/overlay2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
}
.city-card-name h5 {
  font-size: 16px;
  font-weight: 500;
}
.city-card2 .city-card-name {
  position: absolute;
  bottom: 10px;
  text-align: center;
  width: 100%;
  z-index: 10;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-auto-rows: 200px;
  gap: 5px;
}

.grid-item {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
}
.h-2 {
  grid-row: span 2;
}

.w-2 {
  grid-column: span 2;
}
.h-2 .city-card {
  height: 600px;
}
.city-card:hover {
  background-size: 110%;
}
.mobile-menu {
  display: none;
}
/* Media */
@media screen and (max-width: 1199px) {
  .h-2 {
    grid-row: span 1;
  }
  .w-2 {
    grid-column: span 1;
  }
}
@media screen and (max-width: 780px) {
  .tour-card,
  .city-card {
    margin-bottom: 5px;
  }
  .banner-main {
    /* height: 300px; */
    height: 200px;
    margin: 0;
  }
  .main-search {
    margin: 0;
  }
  .banner-text h1 {
    /* font-size: 32px; */
    font-size: 20px;
  }
  .main-tour {
    /* margin: 20px 30px; */
    margin: 20px 10px;
  }
  .headin-text h2 {
    /* font-size: 32px; */
    font-size: 20px;
  }
  .headin-text {
    /* padding: 40px; */
    padding: 20px;
  }
  .main-city {
    /* margin: 20px 30px; */
    margin: 20px 10px;
  }

  .main-search form {
    /* width: 739px; */
    width: 279px;
  }
  .main-search input {
    /* padding: 15px; */
    /* width: 650px; */
    padding: 10px;
    width: 181px;
  }
  .main-search button {
    /* padding: 15px; */
    padding: 8px;
  }
  .search-heading h4 {
    /* font-size: 32px; */
    font-size: 20px;
  }
  .search-underbox {
    /* left: 21%; */
    left: 18%;
  }
  .footer-menu a {
    font-size: 14px;
  }
  .space-300 {
    margin: 140px;
  }
  .pc-header {
    display: none;
  }
  .mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
  }
}

/* destination */
.destination-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-auto-rows: 100%;
  gap: 10px;
  margin-bottom: 20px;
}
.destination-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 1px solid #a3a3a373;
  background-color: var(--bk-color);
  padding: 10px;
  border-radius: 10px;
  /* margin-bottom: 20px; */
}
.destination-name {
  font-size: 18px;
  margin: 0;
  padding: 0;
}
.destination-image img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 20px;
}
.destination-name {
  padding: 10px 0;
}
.destination-star {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--primary-color);
}
.destination-info {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.destination-side span {
  font-size: 12px;
}

.destination-night {
  margin-top: 10px;
}
.destination-night,
.destination-map {
  display: flex;
  align-items: center;
  gap: 5px;
}
.destination-button a {
  background-color: #ff9600;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  padding: 5px 30px;
  border-radius: 100px;
  width: 100%;
  display: block;
  text-align: center;
}
.destination-info {
  justify-content: space-between;
}
.destination-side {
  /* flex-basis: 70%; */
}
.destination-side2 {
  flex-basis: 30%;
}
.destination-side2 img {
  width: 80px;
}
.destination-price b {
  font-weight: 600;
}
.destination-price {
  padding: 10px 0;
}
/* anther offer page */
.container-discount {
  border: 1px solid #a3a3a373;
  background-color: var(--bk-color);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 71px;
}
.discount-txt h2 {
  font-weight: 700;
  font-size: 40px;
}
.discount-txt p {
  font-weight: 200;
  font-size: 16px;
}
.discount-img {
  position: relative;
}
.discount-img img.plane {
  position: absolute;
  top: 18px;
  left: 10px;
  animation: planeFloat 5s ease-in-out infinite;
}
.discount-img img.planeoffer {
  position: absolute;
  bottom: 18px;
  right: 60px;
  width: 69px;
}

.bk-card {
  border: 1px solid #a3a3a373;
  border-radius: 10px;
  margin-bottom: 20px;
  background-color: var(--bk-color);
  padding: 15px;
}
.flight-tag {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.flight-tag img {
  width: 50px;
}
label.hasVoucher {
  color: var(--text-color);
}

/* landing loading spinner */

.hotel-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.hotel-overlay-content {
  text-align: center;
  color: #fff;
}

.hotel-logo {
  width: 250px;
  height: auto;
  margin-bottom: 20px;
}

.hotel-loading-text {
  font-size: 1.25rem;
  font-weight: 500;
}

.model-main-style .modal-content {
	border-radius: 20px;
}

.model-main-style h5#cancellation-info {
	font-size: 16px;
	color: #15120E;
}

.model-main-style .model-title-txt {
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 15px;
	color: #15120E;
}

.model-main-style .mmodel-timeline {
	border-radius: 10px;
	background: #EAEAEA;
	padding: 60px;
	margin-bottom: 20px;
}

.model-main-style .modal-body {
	padding-top: 0;
}

.model-main-style .modal-header {
	border: none;
}

.timeline-container {
	position: relative;
	width: 100%;
	max-width: 800px;
}

.timeline-line {
	height: 1px;
	background-color: #15120E;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 1;
}

.timeline-marker {
	position: absolute;
	bottom: -10px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #EAEAEA;
	border: 2px solid #219BFF;
	z-index: 2;
	transform: translateX(-50%);
}

.timeline-marker2 {
	position: absolute;
	bottom: -10px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #EAEAEA;
	border: 1px solid #219BFF;
	z-index: 2;
	transform: translateX(-50%);
}

.timeline-marker.filled {
	background-color: #219BFF;
}

.timeline-label {
	position: absolute;
	bottom: -35px;
	transform: translateX(-50%);
	font-size: 14px;
	white-space: nowrap;
}

.timeline-above-label {
	position: absolute;
	top: -40px;
	transform: translateX(-50%);
	background-color: #EAEAEA;
	font-size: 14px;
	border-radius: 4px;
}

.mti-box {
	display: flex;
	gap: 40px;
	justify-content: start;
	padding: 10px 0;
}

.mti-title {
	flex-basis: 30%;
	color: #15120E;
}

.mti-txt {
	flex-basis: 100%;
}

.mti-box h5 {
	font-size: 16px;
	color: #15120E;

}

.mti-txt span {
	font-size: 14px;
	color: rgb(21 18 14 / 42%);
	font-weight: 400;

}

.mti-box span {
	font-size: 14px;
	color: rgba(21, 18, 14, 0.67);
}

.mti-box:nth-child(1) {
	margin-bottom: 1px solid #222;
}

/* nth-child(1) */
.model-timeline-info .mti-box {
	border-bottom: 1px solid #22222226;
}

.model-info-pp {
	text-align: center;
	font-size: 14px;
	padding: 10px;
	font-style: italic;
        color: rgba(21, 18, 14, 0.67);
}

.model-main-style .p-2.bg-white {
	border-radius: 20px;
	/* padding: 0 !important; */
}
.blue-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #008CFF;        /* Blue color */
  border-top: 4px solid transparent; /* Transparent top */
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: auto; /* center horizontally */
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.model-hotel-logo
 {
    margin-bottom: 20px;
}

@media (max-width: 450px) {
.timeline-above-label {
		font-size: 12px;
	}
.model-main-style .mmodel-timeline{
    padding:60px 40px;
  }
}

/* Recenr searches */
#searchList {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: nowrap;
  padding-bottom: 10px;
  overflow-x: auto;
}
#searchList a {
  display: inline-flex;
  justify-content: center;
  flex-direction: row-reverse;
  align-items: center;
  flex-wrap: nowrap;
  flex: 0 0 auto;
  gap: 4px;
  max-width: 250px;
  min-height: 88px;
  padding: 10px;
  font-size: 12px;
  font-weight: 600;
  color: var(--text-color);
  text-decoration: none;
  border: 1px solid var(--text-color);
  border-radius: 16px;
  transition: background-color 0.3s ease;
}
.search-icon i {
padding-right: 4px;
  rotate: 45deg;
}
.search-wrapper {
  padding-left: 4px;
  border-left: 1px dotted var(--text-color);
}
#searchList a:hover {
  background-color: #09308717;
}
#latest-searches h4 {
  color: var(--text-color);
}