@import url(customized.ui.min.css); /*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
.transition,
.transition-colors {
  transition-timing-function: var(
    --tw-ease,
    var(--default-transition-timing-function)
  );
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}

.h1-default,
.list-category-tour .item-category-tour {
  white-space: nowrap;
}

@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :host,
  :root {
    --font-sans:
      ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-zinc-50: oklch(98.5% 0 0);
    --color-zinc-100: oklch(96.7% 0.001 286.375);
    --color-zinc-200: oklch(92% 0.004 286.32);
    --color-zinc-300: oklch(87.1% 0.006 286.286);
    --color-zinc-400: oklch(70.5% 0.015 286.067);
    --color-zinc-500: oklch(55.2% 0.016 285.938);
    --color-zinc-600: oklch(44.2% 0.017 285.786);
    --color-zinc-700: oklch(37% 0.013 285.805);
    --color-zinc-800: oklch(27.4% 0.006 286.033);
    --color-zinc-900: oklch(21% 0.006 285.885);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-bold: 700;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  progress,
  sub,
  sup {
    vertical-align: baseline;
  }

  a,
  hr {
    color: inherit;
  }

  *,
  ::after,
  ::backdrop,
  ::before,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }

  :host,
  html {
    line-height: 1.5;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  b,
  strong {
    font-weight: bolder;
  }

  code,
  kbd,
  pre,
  samp {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(
      --default-mono-font-variation-settings,
      normal
    );
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -0.25em;
  }

  sup {
    top: -0.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  summary {
    display: list-item;
  }

  menu,
  ol,
  ul {
    list-style: none;
  }

  audio,
  canvas,
  embed,
  iframe,
  img,
  object,
  svg,
  video {
    display: block;
    vertical-align: middle;
  }

  img,
  video {
    max-width: 100%;
    height: auto;
  }

  ::file-selector-button,
  button,
  input,
  optgroup,
  select,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not (-webkit-appearance: -apple-pay-button)) or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
    }
  }
}
textarea {
  resize: vertical;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-date-and-time-value {
  min-height: 1 lh;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-datetime-edit,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-meridiem-field,
::-webkit-datetime-edit-millisecond-field,
::-webkit-datetime-edit-minute-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-second-field,
::-webkit-datetime-edit-year-field {
  padding-block: 0;
}

::-webkit-calendar-picker-indicator {
  line-height: 1;
}

:-moz-ui-invalid {
  box-shadow: none;
}

::file-selector-button,
button,
input:where([type="button"], [type="reset"], [type="submit"]) {
  appearance: button;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[hidden]:where(:not([hidden="until-found"])) {
  display: none !important;
}

.relative {
  position: relative;
}

.top-0 {
  top: calc(var(--spacing) * 0);
}

.top-3 {
  top: calc(var(--spacing) * 3);
}

.top-5 {
  top: calc(var(--spacing) * 5);
}

.top-7 {
  top: calc(var(--spacing) * 7);
}

.top-8 {
  top: calc(var(--spacing) * 8);
}

.top-10 {
  top: calc(var(--spacing) * 10);
}

.top-\[1px\] {
  top: 1px;
}

.top-\[2px\] {
  top: 2px;
}

.top-\[40px\] {
  top: 40px;
}

.top-\[150px\] {
  top: 150px;
}

.right-0 {
  right: calc(var(--spacing) * 0);
}

.right-3 {
  right: calc(var(--spacing) * 3);
}

.bottom-1 {
  bottom: calc(var(--spacing) * 1);
}

.bottom-2 {
  bottom: calc(var(--spacing) * 2);
}

.bottom-3 {
  bottom: calc(var(--spacing) * 3);
}

.bottom-22 {
  bottom: calc(var(--spacing) * 22);
}

.bottom-\[36px\] {
  bottom: 36px;
}

.left-0 {
  left: calc(var(--spacing) * 0);
}

.left-4 {
  left: calc(var(--spacing) * 4);
}

.z-0 {
  z-index: 0;
}

.z-5 {
  z-index: 5;
}

.z-10,
.z-\[10\] {
  z-index: 10;
}

.col-1 {
  grid-column: 1;
}

.col-2 {
  grid-column: 2;
}

.col-3 {
  grid-column: 3;
}

.col-4 {
  grid-column: 4;
}

#search-box,
.Flightclass-Passenger,
.container,
.flight-routes,
.form-faq [data-bc-part],
.reserve-field,
.search-banner,
.search-box-container,
.searchList .clear-both,
.w-full {
  width: 100%;
}

.mx-5 {
  margin-inline: calc(var(--spacing) * 5);
}

.mx-auto {
  margin-inline: auto;
}

.my-2 {
  margin-block: calc(var(--spacing) * 2);
}

.my-5 {
  margin-block: calc(var(--spacing) * 5);
}

.my-8 {
  margin-block: calc(var(--spacing) * 8);
}

.my-10 {
  margin-block: calc(var(--spacing) * 10);
}

.my-12 {
  margin-block: calc(var(--spacing) * 12);
}

.my-20 {
  margin-block: calc(var(--spacing) * 20);
}

.my-80 {
  margin-block: calc(var(--spacing) * 80);
}

.mt-1 {
  margin-top: calc(var(--spacing) * 1);
}

.mt-2 {
  margin-top: calc(var(--spacing) * 2);
}

.mt-3 {
  margin-top: calc(var(--spacing) * 3);
}

.mt-4 {
  margin-top: calc(var(--spacing) * 4);
}

.mt-5 {
  margin-top: calc(var(--spacing) * 5);
}

.mt-6 {
  margin-top: calc(var(--spacing) * 6);
}

.mt-7 {
  margin-top: calc(var(--spacing) * 7);
}

.mt-8 {
  margin-top: calc(var(--spacing) * 8);
}

.mt-10 {
  margin-top: calc(var(--spacing) * 10);
}

.mt-12 {
  margin-top: calc(var(--spacing) * 12);
}

.mt-14 {
  margin-top: calc(var(--spacing) * 14);
}

.mt-15 {
  margin-top: calc(var(--spacing) * 15);
}

.mt-20 {
  margin-top: calc(var(--spacing) * 20);
}

.mt-25 {
  margin-top: calc(var(--spacing) * 25);
}

.mt-\[4rem\] {
  margin-top: 4rem;
}

.mt-\[7rem\] {
  margin-top: 7rem;
}

.mt-\[8rem\] {
  margin-top: 8rem;
}

.mt-\[9rem\] {
  margin-top: 9rem;
}

.mt-\[10rem\] {
  margin-top: 10rem;
}

.mr-2 {
  margin-right: calc(var(--spacing) * 2);
}

.mb-0 {
  margin-bottom: calc(var(--spacing) * 0);
}

.mb-2 {
  margin-bottom: calc(var(--spacing) * 2);
}

.mb-3 {
  margin-bottom: calc(var(--spacing) * 3);
}

.mb-7 {
  margin-bottom: calc(var(--spacing) * 7);
}

.mb-9 {
  margin-bottom: calc(var(--spacing) * 9);
}

.mb-10 {
  margin-bottom: calc(var(--spacing) * 10);
}

.ml-\[1rem\] {
  margin-left: 1rem;
}

.ml-\[2rem\] {
  margin-left: 2rem;
}

.Flightclass-Passenger .label-passengers-flight,
.flex,
.reservation-item .module-icon .module-icon-deactive,
.reserve-field .label-routes,
.tab-content-hotel.active,
.tab-content-popular.active,
.tab-content.active {
  display: flex;
}

.grid {
  display: grid;
}

.form-about .gap-8 svg,
.form-faq .gap-8 svg,
.form-faq [data-bc-section-title],
.form-footer .gap-8 svg,
.hidden,
.reservation-item .module-icon .module-icon-active,
.reserve-field .auto-fit,
.route-minus-btn svg,
.search-flight svg,
.search-flighthotel svg,
.search-hotel svg,
.search-tour svg,
.searchList .clear-both div.leading-9,
.tab-content,
.tab-content-hotel,
.tab-content-popular,
[data-bc-title-container] {
  display: none;
}

.Flightclass-Passenger .flightclass-field label svg:first-child {
  position: absolute;
  right: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #f4f4f5;
}

.Flightclass-Passenger .flightclass-field {
  border-bottom: 1px solid #f2f2f2;
  height: 67px !important;
}

.Flightclass-Passenger .FlightClass-text,
.Flightclass-Passenger label .label-text {
  margin-right: 47px;
}
.FlightClass ul {
  margin-top: 3rem;
}
.FlightClass ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}
.FlightClass ul .active-FlightClass {
  background: var(--primary-900);
  border-radius: 12px;
}
.FlightClass ul .active-FlightClass span {
  color: white !important;
}
.passengerbox .confirm-passenger {
  background: var(--primary-900);
  display: flex !important;
  justify-content: center;
  border-radius: 8px;
}
.passengerbox .confirm-passenger span {
  color: white !important;
}
.table {
  display: table;
}

.h-2 {
  height: calc(var(--spacing) * 2);
}

.h-2\.5 {
  height: calc(var(--spacing) * 2.5);
}

.h-8 {
  height: calc(var(--spacing) * 8);
}

.h-9 {
  height: calc(var(--spacing) * 9);
}

.h-10 {
  height: calc(var(--spacing) * 10);
}

.h-12 {
  height: calc(var(--spacing) * 12);
}

.h-72 {
  height: calc(var(--spacing) * 72);
}

.h-96 {
  height: calc(var(--spacing) * 96);
}

.h-\[37px\] {
  height: 37px;
}

.h-\[50px\] {
  height: 50px;
}

.h-\[55px\],
.load-captcha img {
  height: 55px;
}

.h-\[60px\] {
  height: 60px;
}

.h-\[63px\] {
  height: 63px;
}

.h-\[64px\] {
  height: 64px;
}

.h-\[67px\] {
  height: 67px;
}

.h-\[70px\] {
  height: 70px;
}

.h-\[80px\] {
  height: 80px;
}

.h-\[85px\] {
  height: 85px;
}

.h-\[90px\] {
  height: 90px;
}

.h-\[100px\] {
  height: 100px;
}

.h-\[120px\] {
  height: 120px;
}

.h-\[150px\] {
  height: 150px;
}

.h-\[165px\] {
  height: 165px;
}

.h-\[180px\] {
  height: 180px;
}

.h-\[190px\] {
  height: 190px;
}

.h-\[200px\] {
  height: 200px;
}

.h-\[216px\] {
  height: 216px;
}

.h-\[220px\] {
  height: 220px;
}

.h-\[222px\] {
  height: 222px;
}

.h-\[270px\] {
  height: 270px;
}

.h-\[300px\] {
  height: 300px;
}

.h-\[325px\] {
  height: 325px;
}

.h-\[330px\] {
  height: 330px;
}

.h-\[340px\] {
  height: 340px;
}

.h-\[370px\] {
  height: 370px;
}

.h-\[380px\] {
  height: 380px;
}

.h-\[400px\] {
  height: 400px;
}

.h-\[420px\] {
  height: 420px;
}

.h-\[450px\] {
  height: 450px;
}

.h-\[480px\] {
  height: 480px;
}

.h-\[550px\] {
  height: 550px;
}

.h-\[585px\] {
  height: 585px;
}

.h-\[750px\] {
  height: 750px;
}

.h-\[800px\] {
  height: 800px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.w-1 {
  width: calc(var(--spacing) * 1);
}

.w-1\/6 {
  width: calc(1 / 6 * 100%);
}

.w-2 {
  width: calc(var(--spacing) * 2);
}

.w-2\.5 {
  width: calc(var(--spacing) * 2.5);
}

.w-3 {
  width: calc(var(--spacing) * 3);
}

.w-3\/4 {
  width: calc(3 / 4 * 100%);
}

.w-8 {
  width: calc(var(--spacing) * 8);
}

.w-10 {
  width: calc(var(--spacing) * 10);
}

.w-12 {
  width: calc(var(--spacing) * 12);
}

.w-44 {
  width: calc(var(--spacing) * 44);
}

.w-\[20\%\] {
  width: 20%;
}

.w-\[37\%\] {
  width: 37%;
}

.w-\[40\%\] {
  width: 40%;
}

.w-\[45\%\] {
  width: 45%;
}

.w-\[45px\] {
  width: 45px;
}

.w-\[46px\] {
  width: 46px;
}

.w-\[48\%\] {
  width: 48%;
}

.w-\[50px\] {
  width: 50px;
}

.w-\[55\%\] {
  width: 55%;
}

.w-\[58\%\] {
  width: 58%;
}

.w-\[60px\] {
  width: 60px;
}

.w-\[62\%\] {
  width: 62%;
}

.w-\[63px\] {
  width: 63px;
}

.w-\[70px\] {
  width: 70px;
}

.w-\[75\%\] {
  width: 75%;
}

.w-\[77\%\] {
  width: 77%;
}

.w-\[78\%\] {
  width: 78%;
}

.w-\[80\%\] {
  width: 80%;
}

.w-\[85px\] {
  width: 85px;
}

.w-\[86\%\] {
  width: 86%;
}

.w-\[88\%\] {
  width: 88%;
}

.w-\[90\%\] {
  width: 90%;
}

.w-\[95\%\] {
  width: 95%;
}

.w-\[100px\] {
  width: 100px;
}

.w-\[112px\] {
  width: 112px;
}

.w-\[140px\] {
  width: 140px;
}

.w-\[180px\] {
  width: 180px;
}

.w-\[190px\] {
  width: 190px;
}

.w-\[240px\] {
  width: 240px;
}

.w-\[290px\] {
  width: 290px;
}

.w-\[400px\] {
  width: 400px;
}

.w-\[500px\] {
  width: 500px;
}

.w-auto {
  width: auto;
}

.flex-shrink,
.flex-shrink-1 {
  flex-shrink: 1;
}

.flex-shrink-0,
.shrink-0 {
  flex-shrink: 0;
}

.border-collapse {
  border-collapse: collapse;
}

.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,)
    var(--tw-skew-x,) var(--tw-skew-y,);
}

.cursor-pointer,
a,
button {
  cursor: pointer;
}

.resize {
  resize: both;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-\[0\.7fr_3fr\] {
  grid-template-columns: 0.7fr 3fr;
}

.grid-cols-\[1\.4fr_1fr_0\.7fr\] {
  grid-template-columns: 1.4fr 1fr 0.7fr;
}

.grid-cols-\[1\.5fr_1fr\] {
  grid-template-columns: 1.5fr 1fr;
}

.grid-cols-\[1\.07fr_1fr\] {
  grid-template-columns: 1.07fr 1fr;
}

.grid-cols-\[1fr_1\.3fr\] {
  grid-template-columns: 1fr 1.3fr;
}

.grid-cols-\[1fr_1\.5fr\] {
  grid-template-columns: 1fr 1.5fr;
}

.grid-cols-\[1fr_1\.07fr\] {
  grid-template-columns: 1fr 1.07fr;
}

.grid-cols-\[1fr_1fr_1fr_2\.2fr\] {
  grid-template-columns: 1fr 1fr 1fr 2.2fr;
}

.grid-cols-\[1fr_305px\] {
  grid-template-columns: 1fr 305px;
}

.grid-cols-\[2\.5fr_1fr_1fr_1fr\] {
  grid-template-columns: 2.5fr 1fr 1fr 1fr;
}

.grid-cols-\[2fr_1fr_1fr_1fr\] {
  grid-template-columns: 2fr 1fr 1fr 1fr;
}

.grid-cols-\[2fr_2fr_1fr_1fr_1fr\] {
  grid-template-columns: 2fr 2fr 1fr 1fr 1fr;
}

.grid-cols-\[3fr_1fr\] {
  grid-template-columns: 3fr 1fr;
}

.grid-cols-\[325px_1fr\] {
  grid-template-columns: 325px 1fr;
}

.grid-cols-\[450px_1fr\] {
  grid-template-columns: 450px 1fr;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.place-items-baseline {
  place-items: baseline;
}

.place-items-center {
  place-items: center;
}

.place-items-start {
  place-items: start;
}

.items-center {
  align-items: center;
}

.items-end {
  align-items: flex-end;
}

.items-start {
  align-items: flex-start;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-start {
  justify-content: flex-start;
}

.gap-1 {
  gap: calc(var(--spacing) * 1);
}

.gap-2 {
  gap: calc(var(--spacing) * 2);
}

.gap-3 {
  gap: calc(var(--spacing) * 3);
}

.gap-4 {
  gap: calc(var(--spacing) * 4);
}

.gap-5 {
  gap: calc(var(--spacing) * 5);
}

.gap-6 {
  gap: calc(var(--spacing) * 6);
}

.gap-7 {
  gap: calc(var(--spacing) * 7);
}

.gap-8 {
  gap: calc(var(--spacing) * 8);
}

.gap-9 {
  gap: calc(var(--spacing) * 9);
}

.gap-12 {
  gap: calc(var(--spacing) * 12);
}

.gap-14 {
  gap: calc(var(--spacing) * 14);
}

.gap-\[6px\] {
  gap: 6px;
}

.gap-\[12px\] {
  gap: 12px;
}

.gap-x-5 {
  column-gap: calc(var(--spacing) * 5);
}

.gap-x-7 {
  column-gap: calc(var(--spacing) * 7);
}

.gap-y-7 {
  row-gap: calc(var(--spacing) * 7);
}

.gap-y-9 {
  row-gap: calc(var(--spacing) * 9);
}

.gap-y-11 {
  row-gap: calc(var(--spacing) * 11);
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: var(--radius-2xl);
}

.rounded-3xl {
  border-radius: var(--radius-3xl);
}

.rounded-\[1rem\] {
  border-radius: 1rem;
}

.rounded-\[9px\] {
  border-radius: 9px;
}

.rounded-\[30px\] {
  border-radius: 30px;
}

.rounded-\[50\%\] {
  border-radius: 50%;
}

.rounded-\[50px\] {
  border-radius: 50px;
}

.rounded-\[100px\] {
  border-radius: 100px;
}

.rounded-lg {
  border-radius: var(--radius-lg);
}

.rounded-xl {
  border-radius: var(--radius-xl);
}

.border,
.border-1 {
  border-style: var(--tw-border-style);
  border-width: 1px;
}

.border-l-\[1px\] {
  border-left-style: var(--tw-border-style);
  border-left-width: 1px;
}

.border-zinc-200 {
  border-color: var(--color-zinc-200);
}

.border-zinc-300 {
  border-color: var(--color-zinc-300);
}

.bg-\[\#0000007A\] {
  background-color: #0000007a;
}

.bg-\[\#0000008A\] {
  background-color: #0000008a;
}

.bg-\[\#D1AB66\] {
  background-color: #d1ab66;
}

.bg-\[\#F8F8F8\] {
  background-color: #f8f8f8;
}

.bg-white {
  background-color: var(--color-white);
}

.bg-zinc-50 {
  background-color: var(--color-zinc-50);
}

.bg-zinc-100 {
  background-color: var(--color-zinc-100);
}

.object-cover {
  object-fit: cover;
}

.p-2 {
  padding: calc(var(--spacing) * 2);
}

.p-3 {
  padding: calc(var(--spacing) * 3);
}

.p-4 {
  padding: calc(var(--spacing) * 4);
}

.p-5 {
  padding: calc(var(--spacing) * 5);
}

.p-6 {
  padding: calc(var(--spacing) * 6);
}

.p-\[6px\] {
  padding: 6px;
}

.p-\[8px\] {
  padding: 8px;
}

.px-2 {
  padding-inline: calc(var(--spacing) * 2);
}

.px-3 {
  padding-inline: calc(var(--spacing) * 3);
}

.px-4 {
  padding-inline: calc(var(--spacing) * 4);
}

.px-5 {
  padding-inline: calc(var(--spacing) * 5);
}

.px-6 {
  padding-inline: calc(var(--spacing) * 6);
}

.px-8 {
  padding-inline: calc(var(--spacing) * 8);
}

.px-\[1\.5rem\] {
  padding-inline: 1.5rem;
}

.px-\[8px\] {
  padding-inline: 8px;
}

.px-\[12px\] {
  padding-inline: 12px;
}

.px-\[17px\] {
  padding-inline: 17px;
}

.px-\[20px\],
input {
  padding-inline: 20px;
}

.px-\[24px\] {
  padding-inline: 24px;
}

.py-2 {
  padding-block: calc(var(--spacing) * 2);
}

.py-3 {
  padding-block: calc(var(--spacing) * 3);
}

.py-4 {
  padding-block: calc(var(--spacing) * 4);
}

.py-5 {
  padding-block: calc(var(--spacing) * 5);
}

.py-6 {
  padding-block: calc(var(--spacing) * 6);
}

.py-9 {
  padding-block: calc(var(--spacing) * 9);
}

.py-\[12px\] {
  padding-block: 12px;
}

.pt-1 {
  padding-top: calc(var(--spacing) * 1);
}

.pt-2 {
  padding-top: calc(var(--spacing) * 2);
}

.pt-3 {
  padding-top: calc(var(--spacing) * 3);
}

.pt-4 {
  padding-top: calc(var(--spacing) * 4);
}

.pt-5 {
  padding-top: calc(var(--spacing) * 5);
}

.pt-6 {
  padding-top: calc(var(--spacing) * 6);
}

.pt-8 {
  padding-top: calc(var(--spacing) * 8);
}

.pt-12 {
  padding-top: calc(var(--spacing) * 12);
}

.pt-14 {
  padding-top: calc(var(--spacing) * 14);
}

.pt-16 {
  padding-top: calc(var(--spacing) * 16);
}

.pt-18 {
  padding-top: calc(var(--spacing) * 18);
}

.pt-20 {
  padding-top: calc(var(--spacing) * 20);
}

.pt-22 {
  padding-top: calc(var(--spacing) * 22);
}

.pt-24 {
  padding-top: calc(var(--spacing) * 24);
}

.pt-26 {
  padding-top: calc(var(--spacing) * 26);
}

.pt-28 {
  padding-top: calc(var(--spacing) * 28);
}

.pt-30 {
  padding-top: calc(var(--spacing) * 30);
}

.pt-\[12rem\] {
  padding-top: 12rem;
}

.pr-2 {
  padding-right: calc(var(--spacing) * 2);
}

.pr-4 {
  padding-right: calc(var(--spacing) * 4);
}

.pr-5 {
  padding-right: calc(var(--spacing) * 5);
}

.pr-\[2px\] {
  padding-right: 2px;
}

.pb-4 {
  padding-bottom: calc(var(--spacing) * 4);
}

.pb-5 {
  padding-bottom: calc(var(--spacing) * 5);
}

.pb-6 {
  padding-bottom: calc(var(--spacing) * 6);
}

.pb-8 {
  padding-bottom: calc(var(--spacing) * 8);
}

.pb-30 {
  padding-bottom: calc(var(--spacing) * 30);
}

.pl-1 {
  padding-left: calc(var(--spacing) * 1);
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-2xl {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
}

.text-4xl {
  font-size: var(--text-4xl);
  line-height: var(--tw-leading, var(--text-4xl--line-height));
}

.text-base {
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
}

.text-lg {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
}

.text-sm {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}

.text-xl {
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
}

.text-xs {
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
}

.text-\[15px\] {
  font-size: 15px;
}

.text-\[17px\] {
  font-size: 17px;
}

.text-\[23px\] {
  font-size: 23px;
}

.text-\[35px\] {
  font-size: 35px;
}

.leading-5 {
  --tw-leading: calc(var(--spacing) * 5);
  line-height: calc(var(--spacing) * 5);
}

.leading-6 {
  --tw-leading: calc(var(--spacing) * 6);
  line-height: calc(var(--spacing) * 6);
}

.leading-\[16px\] {
  --tw-leading: 16px;
  line-height: 16px;
}

.leading-\[21px\] {
  --tw-leading: 21px;
  line-height: 21px;
}

.leading-\[25px\] {
  --tw-leading: 25px;
  line-height: 25px;
}

.font-bold {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}

.text-\[\#745A2A\] {
  color: #745a2a;
}

.text-\[\#171717\] {
  color: #171717;
}

.text-\[\#202020\] {
  color: #202020;
}

.text-\[\#747474\] {
  color: #747474;
}

.text-\[\#776440\] {
  color: #776440;
}

.text-\[\#D1AB66\] {
  color: #d1ab66;
}

.text-black {
  color: var(--color-black);
}

.text-white {
  color: var(--color-white);
}

.text-zinc-200 {
  color: var(--color-zinc-200);
}

.text-zinc-300 {
  color: var(--color-zinc-300);
}

.text-zinc-400 {
  color: var(--color-zinc-400);
}

.text-zinc-500 {
  color: var(--color-zinc-500);
}

.text-zinc-600 {
  color: var(--color-zinc-600);
}

.text-zinc-700 {
  color: var(--color-zinc-700);
}

.text-zinc-800 {
  color: var(--color-zinc-800);
}

.needhotel-label,
.text-zinc-900 {
  color: var(--color-zinc-900);
}

.underline {
  text-decoration-line: underline;
}

.outline {
  outline-style: var(--tw-outline-style);
  outline-width: 1px;
}

.filter {
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,)
    var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,)
    var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}

.transition {
  transition-property:
    color,
    background-color,
    border-color,
    outline-color,
    text-decoration-color,
    fill,
    stroke,
    --tw-gradient-from,
    --tw-gradient-via,
    --tw-gradient-to,
    opacity,
    box-shadow,
    transform,
    translate,
    scale,
    rotate,
    filter,
    -webkit-backdrop-filter,
    backdrop-filter,
    display,
    content-visibility,
    overlay,
    pointer-events;
}

.transition-colors {
  transition-property:
    color, background-color, border-color, outline-color, text-decoration-color,
    fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
}

@layer {
  .text-primary-50 {
    color: var(--primary-50);
  }

  .text-primary-100 {
    color: var(--primary-100);
  }

  .text-primary-200 {
    color: var(--primary-200);
  }

  .text-primary-300 {
    color: var(--primary-300);
  }

  .text-primary-400 {
    color: var(--primary-400);
  }

  .text-primary-500 {
    color: var(--primary-500);
  }

  .text-primary-600 {
    color: var(--primary-600);
  }

  .text-primary-700 {
    color: var(--primary-700);
  }

  .text-primary-800 {
    color: var(--primary-800);
  }

  .text-primary-900 {
    color: var(--primary-900);
  }

  .text-primary-950 {
    color: var(--primary-950);
  }

  .text-secondary-50 {
    color: var(--secondary-50);
  }

  .text-secondary-100 {
    color: var(--secondary-100);
  }

  .text-secondary-200 {
    color: var(--secondary-200);
  }

  .text-secondary-300 {
    color: var(--secondary-300);
  }

  .text-secondary-400 {
    color: var(--secondary-400);
  }

  .text-secondary-500 {
    color: var(--secondary-500);
  }

  .text-secondary-600 {
    color: var(--secondary-600);
  }

  .text-secondary-700 {
    color: var(--secondary-700);
  }

  .text-secondary-800 {
    color: var(--secondary-800);
  }

  .text-secondary-900 {
    color: var(--secondary-900);
  }

  .text-secondary-950 {
    color: var(--secondary-950);
  }

  .bg-primary-50 {
    background: var(--primary-50);
  }

  .bg-primary-100 {
    background: var(--primary-100);
  }

  .bg-primary-200 {
    background: var(--primary-200);
  }

  .bg-primary-300 {
    background: var(--primary-300);
  }

  .bg-primary-400 {
    background: var(--primary-400);
  }

  .bg-primary-500 {
    background: var(--primary-500);
  }

  .bg-primary-600 {
    background: var(--primary-600);
  }

  .bg-primary-700 {
    background: var(--primary-700);
  }

  .bg-primary-800 {
    background: var(--primary-800);
  }

  .bg-primary-900 {
    background: var(--primary-900);
  }

  .bg-primary-950 {
    background: var(--primary-950);
  }

  .bg-secondary-50 {
    background: var(--secondary-50);
  }

  .bg-secondary-100 {
    background: var(--secondary-100);
  }

  .bg-secondary-200 {
    background: var(--secondary-200);
  }

  .bg-secondary-300 {
    background: var(--secondary-300);
  }

  .bg-secondary-400 {
    background: var(--secondary-400);
  }

  .bg-secondary-500 {
    background: var(--secondary-500);
  }

  .bg-secondary-600 {
    background: var(--secondary-600);
  }

  .bg-secondary-700 {
    background: var(--secondary-700);
  }

  .bg-secondary-800 {
    background: var(--secondary-800);
  }

  .bg-secondary-900 {
    background: var(--secondary-900);
  }

  .bg-secondary-950 {
    background: var(--secondary-950);
  }

  .border-primary-50 {
    border-color: var(--primary-50);
  }

  .border-primary-100 {
    border-color: var(--primary-100);
  }

  .border-primary-200 {
    border-color: var(--primary-200);
  }

  .border-primary-300 {
    border-color: var(--primary-300);
  }

  .border-primary-400 {
    border-color: var(--primary-400);
  }

  .border-primary-500 {
    border-color: var(--primary-500);
  }

  .border-primary-600 {
    border-color: var(--primary-600);
  }

  .border-primary-700 {
    border-color: var(--primary-700);
  }

  .border-primary-800 {
    border-color: var(--primary-800);
  }

  .border-primary-900 {
    border-color: var(--primary-900);
  }

  .border-primary-950 {
    border-color: var(--primary-950);
  }

  .border-secondary-50 {
    border-color: var(--secondary-50);
  }

  .border-secondary-100 {
    border-color: var(--secondary-100);
  }

  .border-secondary-200 {
    border-color: var(--secondary-200);
  }

  .border-secondary-300 {
    border-color: var(--secondary-300);
  }

  .border-secondary-400 {
    border-color: var(--secondary-400);
  }

  .border-secondary-500 {
    border-color: var(--secondary-500);
  }

  .border-secondary-600 {
    border-color: var(--secondary-600);
  }

  .border-secondary-700 {
    border-color: var(--secondary-700);
  }

  .border-secondary-800 {
    border-color: var(--secondary-800);
  }

  .border-secondary-900 {
    border-color: var(--secondary-900);
  }

  .border-secondary-950 {
    border-color: var(--secondary-950);
  }

  .text-color-1 {
    color: var(--color-1);
  }

  .text-color-2 {
    color: var(--color-2);
  }

  .bg-color-1 {
    background: var(--color-1);
  }

  .bg-color-2 {
    background: var(--color-2);
  }
}
.btn-primary {
  background: var(--primary-900);
  border: 1px solid var(--primary-900);
  border-radius: 100px;
  height: 48px;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
}

.h1-default {
  position: absolute;
  width: 1px;
  padding: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  border-width: 0;
  clip: rect(0, 0, 0, 0);
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  background: #fff;
  direction: rtl;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.c-container {
  margin-inline: auto;
  max-width: 1280px;
}

.danaBold {
  font-weight: 700;
}

.danaRegular {
  font-weight: 400;
}

:root {
  --bg-main: url("../images/bg-main.webp");
  --bg-main-tour: url("../images/main-tour.webp");
}

.ease {
  transition: 0.5s ease-in-out;
}

a,
button,
input {
  outline: 0;
}

.s-main-mobi {
  background: var(--bg-main) no-repeat center center;
  background-size: cover;
}

.shadow-custom-1 {
  box-shadow: 0 4px 67px 0 #0000000f;
}

.shadow-custom-2 {
  box-shadow: 0 24px 54px 0 #00000017;
}

.shadow-custom-3 {
  box-shadow: 0 4px 35px 0 #0000002e;
}

.box-visa-comment {
  box-shadow: 0 20px 45px 0 #00000017;
}

.pre-line {
  white-space: pre-line;
}

.thumbnail-tour {
  box-shadow: 0 8px 20px 0 #00000017;
}

.panel {
  position: relative;
  transition: 0.3s;
  overflow: hidden;
}

.setting-title {
  display: flex;
  transition: 0.3s;
}

.reservation-item,
.reservation-item .module-icon {
  display: grid;
  padding: 12px;
  grid-template-columns: 1fr 1fr;
}

.panel .end svg,
.setting-content {
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.setting-content {
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.panel.active .setting-content {
  opacity: 1;
  height: auto;
  transform: translateY(0);
}

.box-about:after,
.s-main-visa .box-visa:after {
  content: "";
  top: 0;
  height: 100%;
  width: 100%;
  right: 0;
}

.setting-content .answer {
  transform: scale(0.98);
  opacity: 0;
  transition: transform 0.3s 0.1s;
}

.panel.active .setting-content .answer {
  transform: scale(1);
  opacity: 1;
}

.panel .end svg {
  transform-origin: center;
}

.panel.active .end svg {
  transform: rotate(180deg) scale(1.1);
}

.popular-destinations {
  padding-block: 2rem;
}

.s-footer {
  background: linear-gradient(180deg, #faf7f3 0, #fff 100%);
}

.s-main-hotel,
.s-main-tour {
  background: var(--bg-main-tour) no-repeat center center;
  background-size: cover;
}

.box-latest-news {
  background: url("../images/img-latest-news.jpg") center center/cover no-repeat;
}

.s-main-article {
  background: url("../images/bg-blog-info.webp") center center/cover no-repeat;
}

.s-main-article .bg-back {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 68.36%,
    rgba(0, 0, 0, 0.75) 100%
  );
}

.swiper-thumbnail-tour {
  padding: 1rem 12px 1rem 2px;
}

.swiper-comment-user {
  padding: 3rem 12px;
}

.swiper-scrollbar-comment {
  height: 4px !important;
  background: #e4e4e7 !important;
  border-radius: 2px !important;
}

.swiper-scrollbar-comment .swiper-scrollbar-drag {
  background: #cfaa65 !important;
  border-radius: 2px !important;
}

.s-main-visa .box-visa {
  background: url("../images/bg-visa-right.jpg") center center/cover no-repeat;
  position: relative;
}

.s-main-visa .box-visa:after {
  position: absolute;
  z-index: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 18.59%,
    rgba(0, 0, 0, 0.98) 100%
  );
}

.box-about {
  background: url("../images/bg-about.webp") center center/cover no-repeat;
}

.box-about:after {
  background: linear-gradient(180deg, #f4e6c9 0, #d3ba85 100%);
  position: absolute;
  opacity: 0.9;
}

.swiper-img-visa .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}

.swiper-img-visa .swiper-pagination-bullet-active {
  background: #bb9b57 !important;
}

.active-tab {
  background: var(--secondary-200);
  color: var(--secondary-950);
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or
    ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *,
    ::after,
    ::backdrop,
    ::before {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
.images-about {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.images-about img:nth-child(3) {
  grid-column: 1/-1;
}

.images-about img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-radius: 24px;
}

.active-visa,
.btn-tab .active {
  color: var(--secondary-950) !important;
  background: var(--secondary-200) !important;
}

.border-secondary-900 {
  border-color: var(--secondary-900);
}

.text-secondary-900 {
  color: var(--secondary-900);
}

.reservation-item {
  width: 100%;
  border-radius: 12px;
  background: #f4f4f5;
  height: auto;
  gap: 12px !important;
}

.reservation-item .module-icon {
  background: #f4f4f5;
  gap: 12px;
}

.reservation-item .flight-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.reservation-item .reserve-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #fff;
  border-radius: 100px;
  height: 50px;
  width: 100%;
}

.flight-routes .reserve-field {
  border-bottom: 1px solid #f2f2f2;
  width: 100%;
  padding: 14px 0;
}

.date__searched__container {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.date__searched__container .reserve-field {
  border-bottom: 1px solid #f2f2f2;
  height: 52px;
}

.date__searched__container .departure__date {
  padding: 23px 63px 0 0;
  font-weight: 800;
  font-size: 16px;
}

.departure-date {
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
}

.date__searched__container .departure__date::placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 800;
}

.date__searched__container .label-dates {
  display: flex;
  color: #71717a;
}

.Flightclass-Passenger .label-passengers-flight span {
  color: #71717a;
  font-size: 12px;
}

.Flightclass-Passenger .passengers-field-f {
  padding: 0 0 1.1rem !important;
  margin: 0 !important;
  height: auto !important;
}

.reservation-item .module-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--color-zinc-100);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
}

.date__searched__container .reserve-field,
.label-passengers,
[data-bc-answer-container],
[data-bc-part-container],
[data-bc-schema-main-container] {
  width: 100% !important;
}

.reservation-item .module-name {
  font-size: 14px;
  color: var(--color-zinc-500);
}

.search-flight:hover {
  background: #fff;
  color: var(--primary-900);
  transition: 0.5s;
}

.reserve-field .label-text {
  color: #71717a;
  font-size: 12px;
  margin-right: 56px;
}

.reserve-field .departure,
.reserve-field .destination {
  font-weight: 800;
  font-size: 16px;
  margin-top: 4px;
  padding: 0 56px 0 0;
}

.reserve-field .label-routes {
  display: flex;
  position: relative;
}

.date__searched__container .label-dates svg:first-child,
.label-routes svg:first-child {
  position: absolute;
  right: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #f4f4f5;
}

.date__searched__container .label-dates svg:first-child use,
.label-passengers svg:first-child use,
.label-routes svg:first-child use {
  transform-box: fill-box;
  transform-origin: center;
}

.return-date .label-dates {
  display: flex;
  color: #71717a;
  font-size: 12px;
}

.return-date .arrival__date {
  padding: 23px 63px 0 0;
  font-weight: 800;
  font-size: 16px;
  color: #000;
}

.return-date .arrival__date::placeholder {
  color: #000 !important;
  font-size: 16px;
  font-weight: 800;
}

.Flightclass-Passenger .passenger-counts {
  color: #000;
  font-size: 16px;
  font-weight: 800;
  padding-right: 14px;
}

.label-passengers .label-text {
  margin-right: 56px;
}

.label-passengers svg:first-child {
  position: absolute;
  right: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #f4f4f5;
}

.searchList .reserve-location {
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: 13px;
}

.passengerbox .passenger-item,
.searchList .load-location-options ul li:not(:first-child) {
  border-bottom: 1px solid #f2f2f2;
}

.searchList .load-location-options ul {
  margin-block: 8px;
}

.searchList .load-location-options ul li:first-child {
  background: var(--primary-900);
  color: #fff;
  border-radius: 4px;
}

.passengers-field-f .passenger-counts {
  padding-right: 54px;
}

.form-search {
  background: #fff;
  border-radius: 8px;
  padding: 10px;
}

.search-flight {
  background: var(--primary-900);
  border: 1px solid var(--primary-900);
}

.flight-btn,
.flighthotel-btn,
.hotel-btn,
.tour-btn {
  height: 50px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  padding: 0 5px 0 12px !important;
  margin: 0 !important;
}

.search-box-container .module-icon {
  display: flex !important;
}

.search-box-container .reserve-btn.active-module .module-icon {
  background-color: var(--primary-900);
  display: flex;
}

.departure-route .click-content,
.destination-route .click-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.departure-route .click-content input,
.destination-route .click-content input {
  font-family: DanaFaNum;
}

.search-flight,
.search-flighthotel,
.search-hotel,
.search-tour {
  background: var(--primary-900) !important;
  height: 48px !important;
  color: #fff !important;
  border: 1px solid var(--primary-900) !important;
  transition: 0.5s;
  font-size: 16px !important;
  border-radius: 100px;
  width: 100% !important;
  font-family: DanaFaNum !important;
}

.formhotel .passengers-field .passenger-item,
.formtour .passengers-field .passenger-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.formhotel .passengers-field .passenger-item ul,
.formtour .passengers-field .passenger-item ul {
  width: auto !important;
}

.add-routs svg,
.formhotel .passengers-field .passenger-item .clr,
.formtour .passengers-field .passenger-item .clr,
.passenger-item .clr,
.remove-routs svg {
  display: none !important;
}

.search-box-container
  .Wrapper-CheckHotelDate
  input:checked
  ~ .needhotel-label::before,
.search-box-container
  .Wrapper-PrivateCompartment
  input:checked
  ~ .PrivateCompartment-label::before {
  background-color: var(--primary-900) !important;
}

#passenger-adultcount1,
.adultcount,
.childcount,
.infantcount,
.roomcount {
  color: var(--primary-900);
  padding: 0;
  margin: 0;
  font-family: DanaFaNum !important;
  font-weight: 600;
  font-size: 18px;
}

.select-age {
  border: 1px solid var(--color-zinc-200);
  border-radius: 4px;
  font-family: DanaFaNum;
  height: 38px;
}

.departure-date,
.departure-route,
.destination-route,
.passengers-field,
.reserve-search,
.return-date {
  height: auto !important;
}

.Flightclass-Passenger .passengers-field-f .passenger-counts {
  padding: 0;
  font-size: 13px;
}

.searchList .clear-both input,
.searchList .clear-both input:focus {
  font-family: DanaFaNum;
  width: 100%;
  border: 1px solid var(--color-zinc-200);
}

.searchList .mini-loading {
  position: unset;
  margin-top: 1rem;
}

.passengerbox .passenger-item {
  padding: 4px 0;
  display: flex;
  align-items: center;
}

.passengerbox .passenger-item ul {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.passengerbox .passenger-item .minus-count,
.passengerbox .passenger-item .plus-count {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--primary-900);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.close-searchList {
  background: var(--primary-900) !important;
}

.date__searched__container .reserve-field input {
  padding: 15px 63px 0 0;
  font-family: DanaFaNum;
}

.search-box-container .reserve-btn.active-module {
  background-color: #fff !important;
}

.search-box-container .reserve-btn.active-module .module-name {
  color: var(--color-zinc-900);
  display: flex;
}

.destination-route {
  padding: 0 0 12px !important;
}

.departure-date {
  padding: 0 0 40px !important;
}

.return-date {
  padding: 6px 0 40px !important;
}

.fixed-passengerbox {
  z-index: 999;
}

.passenger-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 18px !important;
}

#hotelSearch .departure-route,
#tourSearch .departure-route {
  border-bottom: 1px solid var(--color-zinc-200);
  padding-bottom: 15px;
  height: auto !important;
}

.numberOfRoom {
  color: var(--primary-900) !important;
  font-size: 16px !important;
}

.passengers-field .show-passengers-dropdown div {
  padding: 0 56px 0 0 !important;
}

.label-passengers {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.form-about,
.form-faq,
.form-footer {
  display: grid;
  place-items: center;
}

[data-bc-text-input] {
  box-shadow: 0 4px 67px 0 #0000000f;
  background: #fff;
  border-radius: 100px;
  height: 55px;
  width: 100%;
}

.form-about input[type="text"],
.form-faq input[type="text"],
.form-footer input[type="text"] {
  box-shadow: 0 4px 67px 0 #0000000f !important;
  background: #fff !important;
  border-radius: 100px !important;
  width: 100% !important;
  padding: 0 24px !important;
  border: none !important;
  height: 55px !important;
  font-size: 16px !important;
}

.form-about input[type="text"]::placeholder,
.form-faq input[type="text"]::placeholder,
.form-footer input[type="text"]::placeholder {
  color: var(--color-zinc-500);
}

.form-about .gap-8,
.form-faq .gap-8,
.form-footer .gap-8 {
  width: 100%;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 8px;
}

.form-about .gap-8 img,
.form-faq .gap-8 img,
.form-footer .gap-8 img {
  width: 100%;
  height: 55px;
}

.footer-form-email {
  margin: 0 !important;
  padding: 0;
  width: 100% !important;
}

.form-faq [data-bc-schema-column] {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  gap: 8px;
}

.form-faq [data-bc-section] {
  margin: 0;
  padding: 0;
}

.form-faq [data-bc-question] {
  margin: 0;
  height: 55px;
}

.textarea-comment {
  padding: 16px 24px 0 0;
  resize: none;
}

.thumbnail-comment p {
  height: 120px;
  overflow-y: auto;
}

.editor-tags {
  gap: 1rem;
}

.editor-tags p {
  width: 100%;
  overflow: hidden;
}

.editor-tags p img {
  width: 100%;
  border-radius: 8px;
}

.item-editor-mobi {
  gap: 12px;
  display: grid;
}

.title-editor {
  margin-top: 2rem;
}

.border-l-head {
  border-left: 1px solid var(--color-zinc-200);
}

.btnstyle .hasNot-login-icon {
  width: auto !important;
  height: auto !important;
  padding: 3px !important;
  display: flex !important;
}

.Login_Information {
  background: unset !important;
}

#firstUsername input,
#mailsSelectContainer input {
  box-shadow: 0 4px 67px 0 #0000000f;
  background: #fff;
  border-radius: 100px;
  width: 100%;
  padding: 0 24px;
  border: none;
  height: 55px;
  font-size: 13px !important;
}

.login-btn-content button {
  background: var(--primary-900);
  border: 1px solid var(--primary-900);
  border-radius: 100px;
  height: 55px;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
}

.login-btn-content button:hover {
  background: #fff;
  color: var(--primary-900);
  box-shadow:
    rgba(0, 0, 0, 0.19) 0 10px 20px,
    rgba(0, 0, 0, 0.23) 0 6px 6px;
}

.item-popular-destinations img {
  height: 90px !important;
}

.fetch-loader {
  width: 40px;
  height: 40px;
  border: 3px solid #e5e7eb;
  border-top-color: #d97706;
  border-radius: 50%;
  animation: 0.8s linear infinite spin;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.editor-hotel {
  gap: 8px;
}

.searchList .justify-between .label-search-list {
  width: 25%;
  background: var(--primary-300) !important;
  color: white !important;
  margin-left: 8px;
  height: 35px;
  display: flex;
  align-items: center;
  font-size: 13px;
}

.searchList .justify-between .close-searchList {
  width: auto !important;
  font-size: 13px;
}

.flighttype-items-ul {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  width: 100%;
  padding-inline: 12px;
}

.add-routs,
.remove-routs {
  width: auto !important;
  padding: 0 12px !important;
  height: 50px !important;
  border-radius: 100px !important;
  color: #fff !important;
  display: flex;
  align-items: center;
}

.flight-routes .exchangeRoute {
  width: 32px !important;
  height: 32px !important;
  background: #fff;
  transform: translateY(1px) translateX(-4px) !important;
}

.flight-routes .exchangeRoute svg {
  width: 32px;
  height: 32px;
  rotate: 90deg;
  background: white;
  transform: translateX(-12px);
}

.add-routs {
  background: var(--color-zinc-900) !important;
}

.add-routs span,
.remove-routs span {
  font-family: DanaFaNum !important;
  font-size: 13px !important;
}

.Add-Remove div {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.Add-Remove div button {
  display: flex;
  justify-content: center;
}

.route-minus-btn span {
  font-size: 13px !important;
}

.remove-routs {
  font-family: DanaFaNum !important;
  font-size: 16px !important;
  background: #dc2626 !important;
}

.search-box-container .active-r-btn {
  background-color: unset !important;
}

.search-box-container .active-r-btn span {
  color: var(--color-zinc-900) !important;
  font-size: 12px !important;
}

.search-box-container input {
  display: block !important;
  width: 18px;
  height: 18px;
}

.search-box-container label span {
  color: var(--color-zinc-500) !important;
  font-size: 12px !important;
}

.book-module__type label {
  display: flex;
  align-items: center;
}

.border-primary-900 {
  border-color: var(--primary-900);
}

.modal-video {
  background: #00000098;
  padding: 2rem;
  z-index: 10000;
}

.modal-video .box-video {
  width: 100%;
  height: 50%;
  background: white;
}

.Basis_Date_Box .no-activedate {
  background: unset !important;
}

/* ________________new_________________ */
/* ________________new_________________ */
/* ________________new_________________ */
/* ________________new_________________ */
/* ________________new_________________ */
/* ________________new_________________ */
/* ________________new_________________ */
/* ________________new_________________ */
/* ________________new_________________ */
/* ________________new_________________ */
/* ________________new_________________ */
/* ________________new_________________ */
/* ________________new_________________ */
/* ________________new_________________ */
/* ________________new_________________ */
/* ________________new_________________ */
/* ________________new_________________ */
/* ________________new_________________ */
/* ________________new_________________ */
/* ________________new_________________ */
/* ________________new_________________ */
/* ________________new_________________ */
/* ________________new_________________ */
/* ________________new_________________ */
/* ________________new_________________ */
/* ________________new_________________ */
/* ________________new_________________ */
/* ________________new_________________ */
/* ________________new_________________ */
/* ________________new_________________ */
/* ________________new_________________ */
/* ________________new_________________ */
/* ________________new_________________ */
/* ________________new_________________ */
/* ________________new_________________ */
/* ________________new_________________ */
/* ________________new_________________ */
/* ________________new_________________ */
/* ________________new_________________ */
/* ________________new_________________ */
/* ________________new_________________ */
/* ________________new_________________ */
/* ________________new_________________ */
/* ________________new_________________ */
/* ________________new_________________ */
/* ________________new_________________ */
/* ________________new_________________ */
/* ________________new_________________ */
.invisible {
  visibility: hidden;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.left-4 {
  left: 1rem;
}
.right-0 {
  right: 0px;
}
.right-3 {
  right: 0.75rem;
}
.right-4 {
  right: 1rem;
}
.top-0 {
  top: 0px;
}
.top-3 {
  top: 0.75rem;
}
.top-4 {
  top: 1rem;
}
.top-\[50dr\] {
  top: 50dr;
}
.top-\[80px\] {
  top: 80px;
}
.-z-10 {
  z-index: -10;
}
.-z-50 {
  z-index: -50;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.float-left {
  float: left;
}
.m-auto {
  margin: auto;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-0 {
  height: 0px;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[102px\] {
  height: 102px;
}
.h-\[165px\] {
  height: 165px;
}
.h-\[190px\] {
  height: 190px;
}
.h-\[206px\] {
  height: 206px;
}
.h-\[222px\] {
  height: 222px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[380px\] {
  height: 380px;
}
.h-\[56px\] {
  height: 56px;
}
.h-\[653px\] {
  height: 653px;
}
.h-\[67px\] {
  height: 67px;
}
.h-\[85px\] {
  height: 85px;
}
.h-fit {
  height: fit-content;
}
.h-full {
  height: 100%;
}
.min-h-4 {
  min-height: 1rem;
}
.min-h-52 {
  min-height: 13rem;
}
.w-1\/2 {
  width: 50%;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-32 {
  width: 8rem;
}
.w-4\/12 {
  width: 33.333333%;
}
.w-40 {
  width: 10rem;
}
.w-\[110px\] {
  width: 110px;
}
.w-\[1280px\] {
  width: 1280px;
}
.w-\[131px\] {
  width: 131px;
}
.w-\[147px\] {
  width: 147px;
}
.w-\[219px\] {
  width: 219px;
}
.w-\[296px\] {
  width: 296px;
}
.w-\[310px\] {
  width: 310px;
}
.w-\[314px\] {
  width: 314px;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[90px\] {
  width: 90px;
}
.w-\[932px\] {
  width: 932px;
}
.w-full {
  width: 100%;
}
.min-w-96 {
  min-width: 24rem;
}
.shrink-0 {
  flex-shrink: 0;
}
.basis-7 {
  flex-basis: 1.75rem;
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-14 {
  gap: 3.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-9 {
  gap: 2.25rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[11px\] {
  gap: 11px;
}
.gap-\[18px\] {
  gap: 18px;
}
.gap-\[22px\] {
  gap: 22px;
}
.gap-\[25px\] {
  gap: 25px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[31px\] {
  gap: 31px;
}
.gap-\[32px\] {
  gap: 32px;
}
.gap-\[3px\] {
  gap: 3px;
}
.gap-x-9 {
  column-gap: 2.25rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-zinc-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-divide-opacity, 1));
}
.overflow-hidden {
  overflow: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[100px\] {
  border-radius: 100px;
}
.rounded-\[40px\] {
  border-radius: 40px;
}
.rounded-\[9px\] {
  border-radius: 9px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.border-\[\#2F2F2F\] {
  --tw-border-opacity: 1;
  border-color: rgb(47 47 47 / var(--tw-border-opacity, 1));
}
.border-\[\#DFDFDF\] {
  --tw-border-opacity: 1;
  border-color: rgb(223 223 223 / var(--tw-border-opacity, 1));
}
.border-transparent {
  border-color: transparent;
}
.border-zinc-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
}
.bg-\[\#1A8BE3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(26 139 227 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F8F8F8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FF4949\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 73 73 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFBD22\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 189 34 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-zinc-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.object-cover {
  object-fit: cover;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-\[13px\] {
  padding-left: 13px;
  padding-right: 13px;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-\[20px\] {
  padding-bottom: 20px;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pr-2\.5 {
  padding-right: 0.625rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-40 {
  padding-top: 10rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.leading-\[21px\] {
  line-height: 21px;
}
.text-\[\#121212\] {
  --tw-text-opacity: 1;
  color: rgb(18 18 18 / var(--tw-text-opacity, 1));
}
.text-\[\#171717\] {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}
.text-\[\#1B1B1B\] {
  --tw-text-opacity: 1;
  color: rgb(27 27 27 / var(--tw-text-opacity, 1));
}
.text-\[\#222222\] {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}
.text-\[\#262626\] {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1));
}
.text-\[\#272727\] {
  --tw-text-opacity: 1;
  color: rgb(39 39 39 / var(--tw-text-opacity, 1));
}
.text-\[\#2F2F2F\] {
  --tw-text-opacity: 1;
  color: rgb(47 47 47 / var(--tw-text-opacity, 1));
}
.text-\[\#323232\] {
  --tw-text-opacity: 1;
  color: rgb(50 50 50 / var(--tw-text-opacity, 1));
}
.text-\[\#3C3C3C\] {
  --tw-text-opacity: 1;
  color: rgb(60 60 60 / var(--tw-text-opacity, 1));
}
.text-\[\#717171\] {
  --tw-text-opacity: 1;
  color: rgb(113 113 113 / var(--tw-text-opacity, 1));
}
.text-\[\#737373\] {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
.text-\[\#745A2A\] {
  --tw-text-opacity: 1;
  color: rgb(116 90 42 / var(--tw-text-opacity, 1));
}
.text-\[\#747474\] {
  --tw-text-opacity: 1;
  color: rgb(116 116 116 / var(--tw-text-opacity, 1));
}
.text-\[\#7A7A7A\] {
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.text-\[\#ADADAD\] {
  --tw-text-opacity: 1;
  color: rgb(173 173 173 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-zinc-500 {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1));
}
.text-zinc-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity, 1));
}
.text-zinc-700 {
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity, 1));
}
.text-zinc-900 {
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity, 1));
}
.opacity-0 {
  opacity: 0;
}
.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07))
    drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-none {
  --tw-drop-shadow: drop-shadow(0 0 #0000);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03))
    drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.hover\:h-fit:hover {
  height: fit-content;
}
.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:border-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.hover\:bg-\[\#F6F0E6\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(246 240 230 / var(--tw-bg-opacity, 1));
}
.hover\:bg-transparent:hover {
  background-color: transparent;
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gradient-to-l:hover {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.group\/sharebutton:hover .group-hover\/sharebutton\:right-0 {
  right: 0px;
}
.group\/sharebutton:hover .group-hover\/sharebutton\:mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.group\/sharebutton:hover .group-hover\/sharebutton\:h-full {
  height: 100%;
}
.group\/sharebutton:hover .group-hover\/sharebutton\:w-full {
  width: 100%;
}
.group:hover .group-hover\:scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media not all and (min-width: 1024px) {
  .max-lg\:mb-2 {
    margin-bottom: 0.5rem;
  }
}
@media not all and (min-width: 768px) {
  .max-md\:\!line-clamp-1 {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
  }
  .max-md\:\!w-full {
    width: 100% !important;
  }
  .max-md\:\!flex-col {
    flex-direction: column !important;
  }
  .max-md\:\!gap-6 {
    gap: 1.5rem !important;
  }
  .max-md\:\!border-none {
    border-style: none !important;
  }
  .max-md\:\!p-0 {
    padding: 0px !important;
  }
}
@media not all and (min-width: 1000px) {
  .container-hotelBtn {
    flex-direction: row !important;
    align-items: center !important;
  }
}
@media not all and (min-width: 640px) {
  .max-sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 640px) {
  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 768px) {
  .md\:w-9\/12 {
    width: 75%;
  }
}

@media (min-width: 1280px) {
  .xl\:\!px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.bx-shadow3,
.shadow-pr {
  box-shadow: 0px 4px 18.5px 0px #00000012;
}
.bx-sh2 {
  box-shadow: 0px 24px 53.8px 0px #00000017;
}
.shadow-pr {
  border-radius: 16px !important;
}
.h-\[320px\] {
  height: 320px;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.tour__container .socialmedia-box-share {
  top: 0 !important;
  padding-top: 68px !important;
  height: fit-content !important;
  flex-direction: column;
  width: fit-content !important;
  right: calc(100% - 48px) !important;
  gap: 48px !important;
  width: 48px !important;
  padding-bottom: 32px !important;
  border-radius: 40px !important;
}
.tour__container #sharebutton {
  display: flex !important;
  justify-content: end !important;
  width: fit-content !important;
  z-index: 10 !important;
}
.tour__container #sharebutton-content {
  width: 48px !important;
  height: 48px !important;
}
.tour__container .text-share-box {
  display: none !important;
}

.bg-\[\#F8F8F8\] {
  background-color: #f8f8f8 !important;
}
.travelouge-item .show-content {
  transition:
    height 0.5s,
    opacity 0.5s;
}

.travelouge-item.active svg line {
  stroke: var(--primary-700) !important;
}
.travelouge-item svg {
  transition: transform 0.4s;
}
.travelouge-item.active .days-el {
  color: var(--primary-700) !important;
}
.travelouge-item .show-content p img {
  width: 100% !important;
  border-radius: 10px !important;
  margin-bottom: 20px !important;
  height: fit-content !important;
}
.bg-module-gray-18 {
  background-color: var(--color-zinc-100);
}
.tourStandpoint__container input,
.tourStandpoint__container textarea {
  color: var(--color-zinc-800) !important;
  resize: none !important;
  outline: none !important;
  transition: all 0.4s ease-in-out;
}
.tourStandpoint__container input::placeholder,
.tourStandpoint__container textarea::placeholder {
  color: var(--color-zinc-800) !important;
}
.tourStandpoint__container input:focus,
.tourStandpoint__container textarea:focus {
  background-color: var(--primary-50) !important;
}
.shadow-pr > div.mb-7 > span {
  font-weight: bold !important;
  font-size: 1rem !important;
}
.shadow-pr > div.mb-10.flex > span {
  font-weight: bold !important;
  font-size: 1rem !important;
}

.commentSwiper header > div:nth-child(2) svg {
  fill: var(--primary-300) !important;
  width: 34px !important;
  height: 34px !important;
}

.commentSwiper header div.flex.gap-3 > div:first-child svg path,
.swiper-button-prev-comment svg,
.swiper-button-next-comment svg {
  fill: var(--primary-300) !important;
}
.message__action__container {
  color: var(--secondary-800) !important;
  font-weight: 700 !important;
}
.swiper-button-prev-comment svg path,
.swiper-button-next-comment svg path {
  fill: white !important;
}

.tourInventory__details__item__city:hover svg path,
.tourInventory__details__item__service:hover svg path {
  fill: var(--primary-600) !important;
}

.comment__head__controls__btns .swiper-button-disabled {
  opacity: 0.4 !important;
}
.container-hotelBtn a,
.container-hotelBtn button {
  width: 50% !important;
}
.tour-phon-number {
  height: 48px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  /* padding: 0 30px !important; */
  border: 1px solid #004ba0 !important;
  border-radius: 50px !important;
  color: #004ba0;
  transition: all 0.4s ease-in-out;
}
.renderTourFormbtn {
  height: 48px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  /* padding: 0 30px !important; */
  border: 1px solid #004ba0 !important;
  border-radius: 50px !important;
  color: white !important;
  background-color: #004ba0 !important;
  transition: all 0.4s ease-in-out;
}
.renderTourFormbtn svg {
  display: none !important;
}
.tourInventory__details__item__city span {
  text-align: center !important;
}
.ptt-11px {
  padding-top: 11px;
}
.tourInventory__details__item__service .hvr-el {
  transition: all 0.39s ease-in-out;
  padding: 11px 16px !important;
  border-radius: 40px !important;
  position: absolute !important;
  right: 30px;
  background-color: #fff;
  top: 7%;
  box-shadow: 0px 4px 18.5px 0px #00000012;
  opacity: 0;
  z-index: 12;
  white-space: nowrap;
  border: 1px solid var(--primary-700);
  font-size: 12px !important;
  transform: scale(0);
}
.tourInventory__details__item__service {
  position: relative;
}
.tourInventory__details__item__service:hover .hvr-el {
  opacity: 1 !important;
  transform: scale(1) !important;
}
.tourInventory__details__item__info figure.h-\[190px\] {
  height: 147px !important;
  border-radius: 8px !important;
}
.tourInventory__details__item__info figure.h-\[190px\] img {
  border-radius: 8px !important;
}
.tourInventory__details__item__price,
.tourInventory__details__item__unit {
  font-weight: normal !important;
}
.commentSwiper header {
  padding-bottom: 10px !important;
  border-bottom: 1px solid var(--color-zinc-200) !important;
}

.date__details li:hover,
.date__details li.active {
  box-shadow: 0px 4px 18.5px 0px #00000026 !important;
  border-color: var(--primary-800) !important;
}
.date__details li {
  border: 1px solid transparent;
}
span[content=""] {
  display: none !important;
}
.left-3 {
  left: 12px;
}
.relatedSwiper {
  padding: 60px 16px !important;
  margin-top: -50px !important;
}

.max-h-\[90vh\] {
  max-height: 90vh;
}
.overflow-auto {
  overflow: auto;
}
.modal__content .overflow-auto::-webkit-scrollbar {
  display: none !important;
}

.tour__booking__form__container input[type="text"] {
  height: 56px !important;
  border: 1px solid var(--primary-700) !important;
  color: var(--primary-700) !important;
  background-color: #ecf7ff !important;
  border-radius: 8px !important;
}
span[content="null"] {
  display: none !important;
}

.tour__booking__form__container input[type="text"]::placeholder {
  color: var(--primary-700) !important;
}
.w-7 {
  width: 28px;
}
.count-btnnn {
  width: 48px !important;
  height: 48px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--primary-600);
  color: var(--primary-600);
  background-color: var(--primary-50);
  border-radius: 12px;
  font-size: 19px;
  font-weight: bold;
}
.w-100-40 {
  width: calc(100% - 40px);
}
.tourInventory__details__item__service span {
  color: #71717a !important;
}
.hover\:text-primary:hover {
  color: var(--primary);
}
.border-primary {
  border-color: var(--primary);
}
.border-module-gray-2 {
  border-color: var(--color-zinc-300);
}
.tour__booking__form__container [data-bc-question] {
  margin-bottom: 17px !important;
}
.tour__booking__form__container [data-bc-section] {
  padding: 0 !important;
}

