:root {
  --primary-1: #2b3b79;
  --primary-2: #ffd40c;
  --primary-3: #f6f8ff;
  --secondary-1: #514f57;
  --white: #fff;
  --dark_1: #121212;
  --primary: #2b3b79;
  --primary-950: #0a0d22;
  --primary-900: #141b45;
  --primary-800: #1f2970;
  --primary-700: #2b3b79;
  /* BASE */
  --primary-600: #3a4f8f;
  --primary-500: #4c649f;
  --primary-400: #5e79af;
  --primary-300: #708fbe;
  --primary-200: #91a6d1;
  --primary-100: #b2bddf;
  --primary-50: #d3d6ee;

  --secondary: #ffd40c;
  --secondary-950: #332b00;
  --secondary-900: #665700;
  --secondary-800: #998400;
  --secondary-700: #ffd40c;
  /* BASE */
  --secondary-600: #ffe033;
  --secondary-500: #ffe866;
  --secondary-400: #ffef99;
  --secondary-300: #fff5cc;
  --secondary-200: #fff9e6;
  --secondary-100: #fffceb;
  --secondary-50: #fffdf2;
}
.invisible {
  visibility: hidden;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.top-0 {
  top: 0;
}

.top-1\/2 {
  top: 50%;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.top-auto {
  top: auto;
}

.top-16 {
  top: 4rem;
}

.left-24 {
  left: 6rem;
}

.right-5 {
  right: 1.25rem;
}

.z-10 {
  z-index: 10;
}

.-z-50 {
  z-index: -50;
}

.-z-10 {
  z-index: -10;
}

.z-20 {
  z-index: 20;
}

.float-right {
  float: right;
}

.clear-both {
  clear: both;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-1\.5 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-\[27px\] {
  margin-top: 27px;
  margin-bottom: 27px;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.-mt-20 {
  margin-top: -5rem;
}

.-mt_8r {
  margin-top: -9.7rem;
}

.-mt_4r {
  margin-top: -4rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.-mt-44 {
  margin-top: -11rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-\[5px\] {
  margin-top: 5px;
}

.-mt-96 {
  margin-top: -24rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mr-24 {
  margin-right: 6rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-32 {
  margin-right: 8rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-40 {
  margin-top: 10rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.h-32 {
  height: 8rem;
}

.h-80 {
  height: 20rem;
}

.h-96 {
  height: 24rem;
}

.h-176 {
  height: 44rem;
}

.h-6 {
  height: 1.5rem;
}

.h-\[305px\] {
  height: 305px;
}

.h-\[470px\] {
  height: 470px;
}

.h-\[50px\] {
  height: 50px;
}

.h-\[76px\] {
  height: 76px;
}

.h-\[40px\] {
  height: 40px;
}

.h-\[80px\] {
  height: 80px;
}

.h-\[447px\] {
  height: 447px;
}

.h-0 {
  height: 0;
}

.h-14 {
  height: 3.5rem;
}

.h-\[127px\] {
  height: 127px;
}

.h-\[272px\] {
  height: 272px;
}

.h-\[296px\] {
  height: 296px;
}

.h-\[387px\] {
  height: 387px;
}

.h-\[445px\] {
  height: 445px;
}

.h-\[49px\] {
  height: 49px;
}

.h-\[570px\] {
  height: 570px;
}

.h-\[70px\] {
  height: 70px;
}

.h-full {
  height: 100%;
}

.w-full {
  width: 100%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-6 {
  width: 1.5rem;
}

.w-\[295px\] {
  width: 295px;
}

.w-\[350px\] {
  width: 350px;
}

.w-0 {
  width: 0;
}

.w-1\/4 {
  width: 25%;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-\[1200px\] {
  width: 1200px;
}

.w-\[127px\] {
  width: 127px;
}

.w-\[138px\] {
  width: 138px;
}

.w-\[187px\] {
  width: 187px;
}

.w-\[50px\] {
  width: 50px;
}

.w-\[176px\] {
  width: 176px;
}

.w-\[193px\] {
  width: 193px;
}

.w-\[227px\] {
  width: 227px;
}

.w-\[282px\] {
  width: 282px;
}

.w-\[291px\] {
  width: 291px;
}

.w-\[440px\] {
  width: 440px;
}

.w-\[620px\] {
  width: 620px;
}

.w-\[741px\] {
  width: 741px;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-screen-2xl {
  max-width: 1536px;
}

.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));
}

.rotate-90 {
  --tw-rotate: 90deg;
  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;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.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-evenly {
  justify-content: space-evenly;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-\[154px\] {
  border-radius: 154px;
}

.rounded-\[200px\] {
  border-radius: 200px;
}

.rounded-\[27px\] {
  border-radius: 27px;
}

.rounded-\[35px\] {
  border-radius: 35px;
}

.rounded-\[37px\] {
  border-radius: 37px;
}

.rounded-b-\[92px\] {
  border-bottom-right-radius: 92px;
  border-bottom-left-radius: 92px;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-\[\#D8D8D8\] {
  --tw-border-opacity: 1;
  border-color: rgb(216 216 216 / var(--tw-border-opacity));
}

.border-b-gray-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-\[\#222222\] {
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
}

.bg-\[\#33C1BC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(51 193 188 / var(--tw-bg-opacity));
}

.bg-\[\#3AC8ED\] {
  --tw-bg-opacity: 1;
  background-color: rgb(58 200 237 / var(--tw-bg-opacity));
}

.bg-\[\#FAFAFA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.bg-\[\#FDD504\] {
  --tw-bg-opacity: 1;
  background-color: rgb(253 213 4 / var(--tw-bg-opacity));
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.object-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-\[13px\] {
  font-size: 13px;
}

.text-\[15px\] {
  font-size: 15px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[32px\] {
  font-size: 32px;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-\[76px\] {
  line-height: 76px;
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-\[30px\] {
  line-height: 30px;
}

.leading-\[49px\] {
  line-height: 49px;
}

.leading-\[50px\] {
  line-height: 50px;
}

.leading-\[55px\] {
  line-height: 55px !important;
}

.leading-\[56px\] {
  line-height: 56px;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-zinc-500 {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}

.text-zinc-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity));
}

.text-\[\#002625\] {
  --tw-text-opacity: 1;
  color: rgb(0 38 37 / var(--tw-text-opacity));
}

.text-\[\#33C1BC\] {
  --tw-text-opacity: 1;
  color: rgb(51 193 188 / var(--tw-text-opacity));
}

.text-\[\#343434\] {
  --tw-text-opacity: 1;
  color: rgb(52 52 52 / var(--tw-text-opacity));
}

.text-\[\#363636\] {
  --tw-text-opacity: 1;
  color: rgb(54 54 54 / var(--tw-text-opacity));
}

.text-\[\#464646\] {
  --tw-text-opacity: 1;
  color: rgb(70 70 70 / var(--tw-text-opacity));
}

.text-\[\#AEAEAE\] {
  --tw-text-opacity: 1;
  color: rgb(174 174 174 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-gray-950 {
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity));
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
    0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  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);
}

.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);
}

.after\:mx-4::after {
  content: var(--tw-content);
  margin-left: 1rem;
  margin-right: 1rem;
}

.after\:content-\[\'\|\'\]::after {
  --tw-content: "|";
  content: var(--tw-content);
}

.hover\:bg-\[\#052928\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(5 41 40 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#33C1BC\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(51 193 188 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-\[\#33C1BC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(51 193 188 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media not all and (min-width: 1280px) {
  .max-xl\:float-none {
    float: none;
  }

  .max-xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .max-xl\:hidden {
    display: none;
  }

  .max-xl\:h-fit {
    height: -moz-fit-content;
    height: fit-content;
  }

  .max-xl\:w-1\/3 {
    width: 33.333333%;
  }

  .max-xl\:w-11\/12 {
    width: 91.666667%;
  }

  .max-xl\:w-full {
    width: 100%;
  }

  .max-xl\:gap-y-3 {
    row-gap: 0.75rem;
  }

  .max-xl\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .max-xl\:pb-4 {
    padding-bottom: 1rem;
  }

  .max-xl\:pt-4 {
    padding-top: 1rem;
  }

  .max-xl\:text-center {
    text-align: center;
  }
}

@media (max-width: 1100px) {
  .max-\[1100px\]\:w-1\/2 {
    width: 50%;
  }
}

@media not all and (min-width: 1024px) {
  .max-lg\:rotate-0 {
    --tw-rotate: 0deg;
    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));
  }

  .gradient-background {
    display: none;
  }

  .gradient-background-tour {
    height: 255px !important;
  }

  .phone-action{
    padding: 0 !important;
    font-size: 12px;
    gap: 6px;
  }

  .phone-action.second {
    bottom: 130px !important;
  }
}

@media (max-width: 972px) {
  .max-\[972px\]\:w-1\/2 {
    width: 50%;
  }
}

@media not all and (min-width: 768px) {
  .max-md\:h-fit {
    height: -moz-fit-content;
    height: fit-content;
  }

  .max-md\:w-full {
    width: 100%;
  }

  .max-md\:w-\[98\%\] {
    width: 98%;
  }

  .max-md\:flex-wrap {
    flex-wrap: wrap;
  }

  .max-md\:gap-4 {
    gap: 1rem;
  }

  .max-md\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .max-md\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }
}

@media (max-width: 654px) {
  .max-\[654px\]\:w-full {
    width: 100%;
  }
}

@media not all and (min-width: 640px) {
  .max-sm\:mr-5 {
    margin-right: 1.25rem;
  }

  .max-sm\:w-64 {
    width: 16rem;
  }

  .max-sm\:w-full {
    width: 100%;
  }

  .max-sm\:rounded-xl {
    border-radius: 0.75rem;
  }

  .max-sm\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .max-sm\:h-\[1304px\] {
    height: 1304px;
  }

  .max-sm\:h-9 {
    height: 2.25rem;
  }
}

@media (max-width: 450px) {
  .max-\[450px\]\:block {
    display: block;
  }
}

.from-secondary_1,
.from-secondary_3 {
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

a,
hr {
  color: inherit;
}

progress,
sub,
sup {
  vertical-align: baseline;
}

blockquote,
body,
dd,
dl,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
menu,
ol,
p,
pre,
ul {
  margin: 0;
}

.sr-only,
dialog,
fieldset,
legend,
menu,
ol,
ul {
  padding: 0;
}

.rotate-180,
.rotate-90 {
  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));
}

.border-black,
.border-gray,
.border-gray1,
.border-primary_1 {
  --tw-border-opacity: 1;
}

.hover\:text-primary_2:hover,
.text-\[\#1E1E1E\],
.text-\[\#D1D1D1\],
.text-black,
.text-gray,
.text-primary_1,
.text-slate-300,
.text-zinc-500,
.text-zinc-600 {
  --tw-text-opacity: 1;
}

*,
::after,
::before {
  box-sizing: border-box;
  border: 0 solid currentColor;
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

::after,
::before {
  --tw-content: "";
}

:host,
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}

body {
  line-height: inherit;
  font-family: "DanaFaNum";
}

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 {
  text-decoration: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  font-feature-settings: normal;
  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;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button,
select {
  text-transform: none;
}

button,
input:where([type="button"]),
input:where([type="reset"]),
input:where([type="submit"]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

.shadow,
.shadow-md {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

menu,
ol,
ul {
  list-style: none;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

.cursor-pointer,
[role="button"],
button {
  cursor: pointer !important;
}

:disabled {
  cursor: default;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}

.hidden,
[hidden] {
  display: none;
}

.line-clamp-1,
.line-clamp-3,
.line-clamp-4,
.line-clamp-\[11\] {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

html {
  font-family: Koodak-bold;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-x-0 {
  left: 0;
  right: 0;
}

.inset-0 {
  inset: 0px;
}

.-bottom-4 {
  bottom: -1rem;
}

.-bottom-52 {
  bottom: -13rem;
}

.-bottom-\[9rem\] {
  bottom: -9rem;
}

.-bottom-6 {
  bottom: -1.5rem;
}

.-left-5 {
  left: -1.25rem;
}

.-left-8 {
  left: -2rem;
}

.-top-1 {
  top: -0.25rem;
}

.-top-1\.5 {
  top: -0.375rem;
}

.-top-20 {
  top: -5rem;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.left-5 {
  left: 1.25rem;
}

.left-\[46\%\] {
  left: 46%;
}

.left-\[48\%\] {
  left: 48%;
}

.right-0 {
  right: 0;
}

.right-3 {
  right: 0.75rem;
}

.right-\[43\%\] {
  right: 43%;
}

.right-full {
  right: 100%;
}

.top-0 {
  top: 0;
}

.top-14 {
  top: 3.5rem;
}

.top-16 {
  top: 4rem;
}

.top-\[15px\] {
  top: 15px;
}

.top-\[17px\] {
  top: 17px;
}

.-z-10 {
  z-index: -10;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-\[1\] {
  z-index: 1;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-start-3 {
  grid-column-start: 3;
}

.col-start-4 {
  grid-column-start: 4;
}

.row-start-2 {
  grid-row-start: 2;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.clear-both {
  clear: both;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-1\.5 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-\[11\.5px\] {
  margin-top: 11.5px;
  margin-bottom: 11.5px;
}

.my-\[27px\] {
  margin-top: 27px;
  margin-bottom: 27px;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.-mb-12 {
  margin-bottom: -3rem;
}

.-mb-14 {
  margin-bottom: -3.5rem;
}

.-mb-36 {
  margin-bottom: -9rem;
}

.-mt-0,
.mt-0 {
  margin-top: 0;
}

.-mt-0\.5 {
  margin-top: -0.125rem;
}

.-mt-11 {
  margin-top: -2.75rem;
}

.-mt-14 {
  margin-top: -3.5rem;
}

.-mt-20 {
  margin-top: -4rem;
}

.-mt-24 {
  margin-top: -6rem;
}

.-mt-48 {
  margin-top: -12rem;
}

.-mt-\[43px\] {
  margin-top: -43px;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.ml-0 {
  margin-left: 0;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.ml-8 {
  margin-left: 2rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-0 {
  margin-right: 0;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-24 {
  margin-right: 6rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-44 {
  margin-right: 11rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mr-\[70px\] {
  margin-right: 70px;
}

.ms-2 {
  margin-inline-start: 0.5rem;
}

.ms-2\.5 {
  margin-inline-start: 0.625rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-2\.5 {
  margin-top: 0.625rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-40 {
  margin-top: 10rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-9 {
  margin-top: 2.25rem;
}

.mt-\[14px\] {
  margin-top: 14px;
}

.mt-\[2\.78rem\] {
  margin-top: 2.78rem;
}

.line-clamp-1 {
  -webkit-line-clamp: 1;
}

.line-clamp-3 {
  -webkit-line-clamp: 3;
}

.line-clamp-4 {
  -webkit-line-clamp: 4;
}

.line-clamp-\[11\] {
  -webkit-line-clamp: 11;
}

.block,
.group\/fifthlevel:hover .group-hover\/fifthlevel\:block,
.group\/firstlevel:hover .group-hover\/firstlevel\:block,
.group\/fourthlevel:hover .group-hover\/fourthlevel\:block,
.group\/secondlevel:hover .group-hover\/secondlevel\:block,
.group\/thirdlevel:hover .group-hover\/thirdlevel\:block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.h-0 {
  height: 0;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-2\.5 {
  height: 0.625rem;
}

.h-20 {
  height: 5rem;
}

.h-44 {
  height: 11rem;
}

.h-\[188px\] {
  height: 188px;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-\[100px\] {
  height: 100px;
}

.h-\[2px\] {
  height: 2px;
}

.h-\[305px\] {
  height: 305px;
}

.h-\[349px\] {
  height: 349px;
}

.h-\[382px\] {
  height: 382px;
}

.h-\[388px\] {
  height: 388px;
}

.h-\[447px\] {
  height: 447px;
}

.h-\[50px\] {
  height: 50px;
}

.h-\[470px\] {
  height: 470px;
}

.h-\[577px\] {
  height: 577px;
}

.h-\[582px\] {
  height: 582px;
}

.h-\[625px\] {
  height: 625px;
}

.h-\[65px\] {
  height: 65px;
}

.h-\[66px\] {
  height: 66px;
}

.h-\[70px\] {
  height: 70px;
}

.h-\[75px\] {
  height: 75px;
}

.h-\[76px\] {
  height: 76px;
}

.h-full {
  height: 100%;
}

.max-h-64 {
  max-height: 16rem;
}

.min-h-\[140px\] {
  min-height: 140px;
}

.min-h-\[277px\] {
  min-height: 277px;
}

.w-0 {
  width: 0;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3,
.w-4\/12 {
  width: 33.333333%;
}

.w-1\/4,
.w-3\/12 {
  width: 25%;
}

.w-1\/6 {
  width: 16.666667%;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

.w-2\.5 {
  width: 0.625rem;
}

.w-2\/3,
.w-8\/12 {
  width: 66.666667%;
}

.w-2\/5 {
  width: 40%;
}

.w-20 {
  width: 5rem;
}

.w-3\/5 {
  width: 60%;
}

.w-40 {
  width: 10rem;
}

.w-44 {
  width: 11rem;
}

.w-48 {
  width: 12rem;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

.w-\[100px\] {
  width: 100px;
}

.w-\[121px\] {
  width: 121px;
}

.w-\[295px\] {
  width: 295px;
}

.w-\[350px\] {
  width: 350px;
}

.w-\[382px\] {
  width: 382px;
}

.w-\[451px\] {
  width: 451px;
}

.w-\[49\%\] {
  width: 49%;
}

.w-\[70px\] {
  width: 70px;
}

.w-\[95\%\] {
  width: 95%;
}

.w-\[97\%\] {
  width: 97%;
}

.w-\[98\%\] {
  width: 97%;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.max-w-7xl {
  max-width: 80rem;
}

.rotate-180 {
  --tw-rotate: 180deg;
}

.rotate-90 {
  --tw-rotate: 90deg;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: 1s linear infinite spin;
}

.columns-2 {
  -moz-columns: 2;
  columns: 2;
}

.columns-3 {
  -moz-columns: 3;
  columns: 3;
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
  column-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-gray-100> :not([hidden])~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity, 1))
    /* #f3f4f6 */
  ;
}

.divide-zinc-200> :not([hidden])~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-divide-opacity, 1))
    /* #e4e4e7 */
  ;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-\[26px\] {
  border-radius: 26px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-none {
  border-radius: 0;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-e-md {
  border-start-end-radius: 0.375rem;
  border-end-end-radius: 0.375rem;
}

.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-tl-2xl {
  border-top-left-radius: 1rem;
}

.rounded-tr-2xl {
  border-top-right-radius: 1rem;
}

.rounded-tr-none {
  border-top-right-radius: 0;
}

.border {
  border-width: 1px;
}

.border-4 {
  border-width: 4px;
}

.border-\[0\.5px\] {
  border-width: 0.5px;
}

.border-\[20px\] {
  border-width: 20px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-black {
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-gray {
  border-color: rgb(81 79 87 / var(--tw-border-opacity));
}

.border-gray1 {
  border-color: rgb(87 87 87 / var(--tw-border-opacity));
}

.border-primary_1 {
  border-color: rgb(43 59 121 / var(--tw-border-opacity));
}

.border-primary_2,
.group\/see-tour:hover .group-hover\/see-tour\:border-primary_2 {
  --tw-border-opacity: 1;
  border-color: rgb(255 212 12 / var(--tw-border-opacity));
}

.border-opacity-50 {
  --tw-border-opacity: 0.5;
}

.bg-\[\#F0F5F8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 245 248 / var(--tw-bg-opacity));
}

.bg-fade-black {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.bg-primary_1,
.group\/see-tour:hover .group-hover\/see-tour\:bg-primary_1,
.hover\:bg-primary_1:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(43 59 121 / var(--tw-bg-opacity));
}

.bg-primary_2,
.group\/tourcard:hover .group-hover\/tourcard\:bg-primary_2,
.hover\:bg-primary_2:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 212 12 / var(--tw-bg-opacity));
}

.bg-secondary_1 {
  --tw-bg-opacity: 1;
  background-color: rgb(25 186 228 / var(--tw-bg-opacity));
}

.bg-secondary_2 {
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 255 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-secondary_1 {
  --tw-gradient-from: #19bae4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(25 186 228 / 0) var(--tw-gradient-to-position);
}

.from-secondary_3 {
  --tw-gradient-from: #19e4d15b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(25 228 209 / 0) var(--tw-gradient-to-position);
}

.to-secondary_2 {
  --tw-gradient-to: #f6f8ff var(--tw-gradient-to-position);
}

.fill-primary_1 {
  fill: #2b3b79;
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.p-1 {
  padding: 0.25rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-3 {
  padding: 0.75rem;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.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;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-2\.5 {
  padding-bottom: 0.625rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pl-0 {
  padding-left: 0;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-40 {
  padding-top: 10rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-56 {
  padding-top: 14rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.align-\[-3px\] {
  vertical-align: -3px;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-8xl {
  font-size: 6rem;
  line-height: 1;
}

.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-extrabold {
  font-weight: 800;
}

.font-normal {
  font-weight: 400;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-\[1\.7rem\] {
  line-height: 1.7rem;
}

.leading-\[56px\] {
  line-height: 56px;
}

.leading-\[66px\] {
  line-height: 66px;
}

.leading-\[76px\] {
  line-height: 76px;
}

.leading-\[95px\] {
  line-height: 95px;
}

.text-\[\#1E1E1E\] {
  color: rgb(30 30 30 / var(--tw-text-opacity));
}

.text-\[\#D1D1D1\] {
  color: rgb(209 209 209 / var(--tw-text-opacity));
}

.text-black {
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-gray {
  color: rgb(81 79 87 / var(--tw-text-opacity));
}

.text-primary_1 {
  color: rgb(43 59 121 / var(--tw-text-opacity));
}

.text-slate-300 {
  color: rgb(203 213 225 / var(--tw-text-opacity));
}

.hover\:text-white:hover,
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-zinc-500 {
  color: rgb(113 113 122 / var(--tw-text-opacity));
}

.text-zinc-600 {
  color: rgb(82 82 91 / var(--tw-text-opacity));
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),
    0 1px 2px -1px var(--tw-shadow-color);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
    0 2px 4px -2px var(--tw-shadow-color);
}

.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-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-75 {
  transition-duration: 75ms;
}

.duration-500 {
  transition-duration: 0.5s;
}

.duration-700 {
  transition-duration: 0.7s;
}

@font-face {
  font-display: swap;
  font-family: Koodak-Bold;
  font-style: normal;
  src: url(../fonts/B\ Koodak\ Bold.ttf) format("truetype"),
    url(../fonts/B\ Koodak\ Bold.woff) format("woff"),
    url(../fonts/B\ Koodak\ Bold.woff2) format("woff2");
}

@font-face {
  font-display: swap;
  font-family: roya-regular;
  font-style: normal;
  src: url(../fonts/B\ Roya.ttf) format("truetype");
}

@font-face {
  font-display: swap;
  font-family: roya-bold;
  font-style: normal;
  src: url(../fonts/B\ Roya\ Bold.ttf) format("truetype");
}

@font-face {
  font-display: swap;

  font-family: "DanaFaNum";

  font-style: normal;

  font-weight: 400;

  src: url("../_fonts/DanaFaNum-Regular.woff") format("woff");
}

@font-face {
  font-display: swap;

  font-family: "DanaFaNum";

  font-style: normal;

  font-weight: 500;

  src: url("../_fonts/DanaFaNum-Medium.woff") format("woff");
}

@font-face {
  font-display: swap;

  font-family: "DanaFaNum";

  font-style: normal;

  font-weight: 700;

  src: url("../_fonts/DanaFaNum-Bold.woff") format("woff");
}

.dir-rtl {
  direction: rtl;
}

.dir-ltr {
  direction: ltr;
}

.active-module {
  background: #fff;
  color: #000;
}

.active-module>svg path {
  fill: #000 !important;
}

.Noactive-date {
  background: #ececec;
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:left-0::before {
  content: var(--tw-content);
  left: 0;
}

.before\:right-0::before {
  content: var(--tw-content);
  right: 0;
}

.before\:block::before {
  content: var(--tw-content);
  display: block;
}

.before\:h-\[410px\]::before {
  content: var(--tw-content);
  height: 410px;
}

.before\:h-\[577px\]::before {
  content: var(--tw-content);
  height: 577px;
}

.before\:rounded-l-2xl::before {
  content: var(--tw-content);
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.before\:rounded-r-2xl::before {
  content: var(--tw-content);
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.before\:bg-primary_1::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(43 59 121 / var(--tw-bg-opacity));
}

.before\:content-\[\'\'\]::before {
  --tw-content: "";
  content: var(--tw-content);
}

.after\:mx-4::after {
  content: var(--tw-content);
  margin-left: 1rem;
  margin-right: 1rem;
}

.after\:content-\[\'\|\'\]::after {
  --tw-content: "|";
  content: var(--tw-content);
}

.hover\:text-primary_2:hover {
  color: rgb(255 212 12 / var(--tw-text-opacity));
}

.group\/see-tour:hover .group-hover\/see-tour\:shadow-lg,
.group\/tourcard:hover .group-hover\/tourcard\:shadow-lg,
.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
    0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:scale-90:hover {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
}

.focus\:outline-none:focus {
  outline: transparent solid 2px;
  outline-offset: 2px;
}

.group\/see-tour:hover .group-hover\/see-tour\:fill-primary_2,
.group\/socialmedia:hover .group-hover\/socialmedia\:fill-primary_2 {
  fill: #ffd40c;
}

.group\/tourcard:hover .group-hover\/tourcard\:fill-black {
  fill: #000;
}

@media (max-width: 5600px) {
  .before\:max-\[5600px\]\:w-\[44\.6\%\]::before {
    content: var(--tw-content);
    width: 44.6%;
  }
}

@media (max-width: 5300px) {
  .before\:max-\[5300px\]\:w-\[44\.2\%\]::before {
    content: var(--tw-content);
    width: 44.2%;
  }
}

@media (max-width: 4950px) {
  .before\:max-\[4950px\]\:w-\[44\%\]::before {
    content: var(--tw-content);
    width: 44%;
  }
}

@media (max-width: 4775px) {
  .before\:max-\[4775px\]\:w-\[43\.6\%\]::before {
    content: var(--tw-content);
    width: 43.6%;
  }
}

@media (max-width: 4500px) {
  .before\:max-\[4500px\]\:w-\[43\.1\%\]::before {
    content: var(--tw-content);
    width: 43.1%;
  }
}

@media (max-width: 4180px) {
  .before\:max-\[4180px\]\:w-\[42\.6\%\]::before {
    content: var(--tw-content);
    width: 42.6%;
  }
}

@media (max-width: 3870px) {
  .before\:max-\[3870px\]\:w-\[42\.2\%\]::before {
    content: var(--tw-content);
    width: 42.2%;
  }
}

@media (max-width: 3700px) {
  .before\:max-\[3700px\]\:w-\[42\%\]::before {
    content: var(--tw-content);
    width: 42%;
  }
}

@media (max-width: 3600px) {
  .before\:max-\[3600px\]\:w-\[41\.5\%\]::before {
    content: var(--tw-content);
    width: 41.5%;
  }
}

@media (max-width: 3400px) {
  .before\:max-\[3400px\]\:w-\[41\.2\%\]::before {
    content: var(--tw-content);
    width: 41.2%;
  }
}

@media (max-width: 3220px) {
  .before\:max-\[3220px\]\:w-\[41\%\]::before {
    content: var(--tw-content);
    width: 41%;
  }
}

@media (max-width: 3170px) {
  .before\:max-\[3170px\]\:w-\[40\.2\%\]::before {
    content: var(--tw-content);
    width: 40.2%;
  }
}

@media (max-width: 2921px) {
  .before\:max-\[2921px\]\:w-\[39\.4\%\]::before {
    content: var(--tw-content);
    width: 39.4%;
  }
}

@media (max-width: 2700px) {
  .before\:max-\[2700px\]\:w-\[39\%\]::before {
    content: var(--tw-content);
    width: 39%;
  }
}

@media (max-width: 2600px) {
  .before\:max-\[2600px\]\:w-\[38\%\]::before {
    content: var(--tw-content);
    width: 38%;
  }
}

@media (max-width: 2400px) {
  .before\:max-\[2400px\]\:w-\[37\%\]::before {
    content: var(--tw-content);
    width: 37%;
  }
}

@media (max-width: 2200px) {
  .before\:max-\[2200px\]\:w-\[36\%\]::before {
    content: var(--tw-content);
    width: 36%;
  }
}

@media (max-width: 2050px) {
  .before\:max-\[2050px\]\:w-\[35\%\]::before {
    content: var(--tw-content);
    width: 35%;
  }
}

@media (max-width: 1900px) {
  .before\:max-\[1900px\]\:w-\[34\%\]::before {
    content: var(--tw-content);
    width: 34%;
  }
}

@media (max-width: 1780px) {
  .before\:max-\[1780px\]\:w-\[33\%\]::before {
    content: var(--tw-content);
    width: 33%;
  }
}

@media (max-width: 1660px) {
  .before\:max-\[1660px\]\:w-\[31\.4\%\]::before {
    content: var(--tw-content);
    width: 31.4%;
  }
}

@media (max-width: 1522px) {
  .max-\[1522px\]\:hidden {
    display: none;
  }

  .max-\[1522px\]\:invisible {
    visibility: hidden;
  }

  .max-\[1522px\]\:opacity-0 {
    opacity: 0;
  }
}

@media (max-width: 1500px) {
  .before\:max-\[1500px\]\:w-\[29\.8\%\]::before {
    content: var(--tw-content);
    width: 29.8%;
  }
}

@media (max-width: 1400px) {
  .before\:max-\[1400px\]\:w-\[28\%\]::before {
    content: var(--tw-content);
    width: 28%;
  }
}

@media (max-width: 1300px) {
  .before\:max-\[1300px\]\:w-\[27\%\]::before {
    content: var(--tw-content);
    width: 27%;
  }
}

@media not all and (min-width: 1280px) {
  .max-xl\:static {
    position: static;
  }

  .max-xl\:left-0 {
    left: 0;
  }

  .max-xl\:top-3 {
    top: 0.75rem;
  }

  .max-xl\:top-\[70px\] {
    top: 70px;
  }

  .max-xl\:float-none {
    float: none !important;
  }

  .max-xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .max-xl\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .max-xl\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .max-xl\:mb-4 {
    margin-bottom: 1rem;
  }

  .max-xl\:mt-0 {
    margin-top: 0;
  }

  .max-xl\:mt-4 {
    margin-top: 1rem;
  }

  .max-xl\:block {
    display: block;
  }

  .max-xl\:flex {
    display: flex;
  }

  .max-xl\:hidden {
    display: none;
  }

  .max-xl\:h-auto {
    height: auto;
  }

  .max-xl\:h-fit {
    height: -moz-fit-content;
    height: fit-content;
  }

  .max-xl\:min-h-28 {
    min-height: 7rem;
  }

  .max-xl\:w-1\/2 {
    width: 50%;
  }

  .max-xl\:w-1\/4 {
    width: 25%;
  }

  .max-xl\:w-11\/12 {
    width: 91.666667%;
  }

  .max-xl\:w-\[284px\] {
    width: 284px;
  }

  .max-xl\:w-\[95\%\] {
    width: 95%;
  }

  .max-xl\:w-full {
    width: 100%;
  }

  .max-xl\:flex-wrap {
    flex-wrap: wrap;
  }

  .max-xl\:justify-start {
    justify-content: flex-start;
  }

  .max-xl\:justify-center {
    justify-content: center;
  }

  .max-xl\:justify-between {
    justify-content: space-between;
  }

  .max-xl\:gap-x-0 {
    -moz-column-gap: 0;
    column-gap: 0;
  }

  .max-xl\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .max-xl\:rounded-e-none {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
  }

  .max-xl\:p-1 {
    padding: 0.25rem;
  }

  .max-xl\:p-1\.5 {
    padding: 0.375rem;
  }

  .max-xl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .max-xl\:pt-0 {
    padding-top: 0;
  }

  .max-xl\:text-center {
    text-align: center;
  }

  .max-xl\:h-\[740px\] {
    height: 740px;
  }

  .max-xl\:h-\[564px\] {
    height: 564px;
  }
}

@media (max-width: 1280px) {
  .before\:max-\[1280px\]\:w-\[26\%\]::before {
    content: var(--tw-content);
    width: 26%;
  }
}

@media (max-width: 1279px) {
  .max-\[1279px\]\:-top-44 {
    top: -11rem;
  }

  .max-\[1279px\]\:float-right {
    float: right;
  }

  .max-\[1279px\]\:float-none {
    float: none;
  }

  .max-\[1279px\]\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .max-\[1279px\]\:mr-28 {
    margin-right: 7rem;
  }

  .max-\[1279px\]\:mt-24 {
    margin-top: 6rem;
  }

  .max-\[1279px\]\:hidden {
    display: none;
  }

  .max-\[1279px\]\:w-11\/12 {
    width: 91.666667%;
  }

  .before\:max-\[1279px\]\:float-none::before {
    content: var(--tw-content);
    float: none;
  }

  .before\:max-\[1279px\]\:hidden::before {
    content: var(--tw-content);
    display: none;
  }

  .before\:max-\[1279px\]\:h-\[250px\]::before {
    content: var(--tw-content);
    height: 250px;
  }

  .before\:max-\[1279px\]\:w-\[100\%\]::before {
    content: var(--tw-content);
    width: 100%;
  }

  .before\:max-\[1279px\]\:rounded-none::before {
    content: var(--tw-content);
    border-radius: 0;
  }
}

@media (max-width: 1150px) {
  .max-\[1150px\]\:w-1\/3 {
    width: 33.333333%;
  }
}

@media (max-width: 1140px) {
  .max-\[1140px\]\:w-1\/3 {
    width: 33.333333%;
  }
}

@media (max-width: 1100px) {
  .max-\[1100px\]\:w-1\/2 {
    width: 50%;
  }
}

@media not all and (min-width: 1024px) {

  .max-lg\:rotate-0,
  .max-lg\:translate-x-\[150\%\] {
    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));
  }

  .max-lg\:leading-9,
  .max-lg\:text-3xl {
    line-height: 2.25rem;
  }

  .max-lg\:flex-col {
    flex-direction: column;
}

  .max-lg\:invisible {
    visibility: hidden;
  }

  .max-lg\:static {
    position: static;
  }

  .max-lg\:fixed {
    position: fixed;
  }

  .max-lg\:left-0 {
    left: 0;
  }

  .max-lg\:right-0 {
    right: 0;
  }

  .max-lg\:top-0 {
    top: 0;
  }

  .max-lg\:top-3 {
    top: 0.75rem;
  }

  .max-lg\:top-\[150px\] {
    top: 150px;
  }

  .max-lg\:top-\[170px\] {
    top: 170px;
  }

  .max-lg\:z-50 {
    z-index: 50;
  }

  .max-lg\:float-none {
    float: none !important;
  }

  .max-lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .max-lg\:-mt-0,
  .max-lg\:mt-0 {
    margin-top: 0;
  }

  .max-lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .max-lg\:-mt-96 {
    margin-top: -24rem;
  }

  .max-lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .max-lg\:mr-0 {
    margin-right: 0;
  }

  .max-lg\:mr-5 {
    margin-right: 1.25rem;
  }

  .max-lg\:mt-2 {
    margin-top: 0.5rem;
  }

  .max-lg\:block {
    display: block;
  }

  .max-lg\:inline-block {
    display: inline-block;
  }

  .max-lg\:flex {
    display: flex;
  }

  .max-lg\:hidden {
    display: none;
  }

  .max-lg\:h-16 {
    height: 4rem;
  }

  .max-lg\:h-9 {
    height: 2.25rem;
  }

  .max-lg\:h-\[350px\] {
    height: 350px;
  }

  .max-lg\:h-auto {
    height: auto;
  }

  .max-lg\:h-calc-hamburgermenu {
    height: calc(100vh - 170px);
  }

  .max-lg\:h-full {
    height: 100%;
  }

  .max-lg\:w-1\/2 {
    width: 50%;
  }

  .max-lg\:w-1\/5 {
    width: 20%;
  }

  .max-lg\:w-11\/12 {
    width: 91.666667%;
  }

  .max-lg\:w-16 {
    width: 4rem;
  }

  .max-lg\:w-\[95\%\] {
    width: 95%;
  }

  .max-lg\:w-full {
    width: 100%;
  }

  .max-lg\:translate-x-\[150\%\] {
    --tw-translate-x: 150%;
  }

  .max-lg\:rotate-0 {
    --tw-rotate: 0deg;
  }

  .max-lg\:columns-2 {
    -moz-columns: 2;
    columns: 2;
  }

  .max-lg\:items-center {
    align-items: center;
  }

  .max-lg\:justify-start {
    justify-content: flex-start;
  }

  .max-lg\:gap-0 {
    gap: 0;
  }

  .max-lg\:overflow-scroll {
    overflow: scroll;
  }

  .max-lg\:rounded-lg {
    border-radius: 0.5rem;
  }

  .max-lg\:rounded-none {
    border-radius: 0;
  }

  .max-lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .max-lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .max-lg\:pr-1 {
    padding-right: 0.25rem;
  }

  .max-lg\:pt-20 {
    padding-top: 5rem;
  }

  .max-lg\:pt-32 {
    padding-top: 8rem;
  }

  .max-lg\:text-3xl {
    font-size: 1.875rem;
  }

  .max-lg\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .Basis_Calendar {
    font-family: 'DanaFaNum' !important;
  }

  .search-box-container input,
  .search-box-container select,
  .search-box-container button {
    font-family: 'DanaFaNum' !important;
  }

  .search-banner {
    background-color: white;
    border-radius: 12px;
    width: 95%;
    margin: 0 auto;
  }

  .module-banner-image img {
    width: 100%;
    height: 12rem;
    object-fit: cover;
    border-radius: 24px;
  }

  #search-box {
    padding: 12px;
  }

  .search-nav {
    margin-bottom: 24px !important;
  }

  .reservation-item {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 10px 4px !important;
  }

  .reserve-btn {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    grid-column: span 2;
    background-color: #f4f4f5;
    height: 60px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 12px;
    transition: all 300ms ease;
  }

  .reserve-btn:last-child:nth-child(3n + 1) {
    grid-column: 1 / -1;
  }

  .reserve-btn:nth-last-child(2):nth-child(3n + 1),
  .reserve-btn:nth-last-child(1):nth-child(3n + 2) {
    grid-column: span 3;
  }

  .reserve-btn .module-name {
    color: #52525b;
    transition: all 300ms ease;
  }

  .active-module {
    background-color: var(--primary-600) !important;
    color: white;
    box-shadow: 0px 4px 7.7px 0px #00000040;
  }

  .active-module .module-name {
    color: white;
  }

  .reserve-btn:hover {
    background-color: var(--primary-600);
    box-shadow: 0px 4px 7.7px 0px #00000040;
  }

  .reserve-btn:hover .module-name {
    color: #ffffff;
  }

  .reserve-btn .module-name:hover {
    color: #ffffff !important;
  }

  .reserve-field.departure-date,
  .click-content,
  .reserve-field.passengers-field,
  .reserve-field.return-date,
  .reserve-field.traveltype-field,
  .reserve-field.flighttype-field,
  .reserve-field.Compartment-field {
    background-color: #f4f4f5 !important;
    width: 100% !important;
    height: 56px !important;
    border-radius: 12px;
    padding: 4px !important;
  }

  .click-content,
  .reserve-field.departure-date>div:first-of-type,
  .reserve-field.return-date>div:first-of-type {
    display: flex;
    align-items: center;
  }

  .reserve-field.departure-date>div:first-of-type,
  .reserve-field.return-date>div:first-of-type {
    padding: 0 !important;
  }

  .label-routes .down-icon,
  .label-routes .label-text,
  .label-dates .down-icon,
  .label-dates .label-text,
  .label-passengers .down-icon,
  .label-passengers .label-text,
  .label-flighttype-cip .down-icon,
  .label-flighttype-cip .label-text,
  .label-traveltype-cip .down-icon,
  .label-traveltype-cip .label-text,
  .label-compartment-train .down-icon,
  .label-compartment-train .label-text,
  .reserve-field.departure-route p,
  .reserve-field.destination-route p,
  .reserve-field.departure-date p,
  .reserve-field.return-date p,
  .reserve-search button svg {
    display: none !important;
  }

  .label-routes,
  .label-dates,
  .label-passengers {
    width: auto !important;
  }

  .flighttype-field.flighttype-dropDown,
  .reserve-field.flightclass-field {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 48px !important;
    padding: 0 12px 0 8px;
    cursor: pointer;
    border: 1px solid #71717a;
    border-radius: 12px;
    background-color: #fff;
  }

  .flighttype-field.flighttype-dropDown {
    margin-bottom: 24px;
    width: 136px !important;
    height: 48px !important;
  }

  .flighttype-field.flighttype-dropDown .flighttype-field-icon {
    margin-left: 8px !important;
    display: block !important;
  }

  .flighttype-field.flighttype-dropDown .flighttype-dropDown-text {
    margin-bottom: 0 !important;
    height: auto !important;
  }

  .flighttype-dropDown-text,
  .FlightClass-text {
    font-size: 12px !important;
  }

  .flighttype-field-icon .down-icon,
  .label-flightclass .down-icon {
    margin-top: 0 !important;
  }

  .flighttype-field-icon svg,
  .label-flightclass .down-icon,
  .label-routes svg,
  .label-dates svg,
  .label-passengers svg,
  .close-searchList svg,
  .close-passenger-box svg {
    width: 48px !important;
    height: 48px !important;
  }

  .selectLocation svg {
    width: 32px !important;
    height: 32px !important;
  }

  .exchangeRoute svg,
  .removeroute-icon {
    width: 24px !important;
    height: 24px !important;
  }

  .reserve-field.flightclass-field {
    display: block !important;
    width: 120px !important;
    height: 48px !important;
    position: absolute !important;
    top: -72px;
    right: 9rem;
  }

  #flightHotelSearch .reserve-field.flightclass-field {
    right: 0;
  }

  .reserve-field.flightclass-field>div:first-of-type {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-direction: row-reverse;
    padding: 0;
  }

  .reserve-field.flightclass-field>div:first-of-type .clr {
    position: absolute;
  }

  .label-flightclass>svg:first-of-type,
  .label-flightclass .label-text {
    display: none;
  }

  .form-search,
  #flightHotelSearch>div:first-of-type,
  #trainSearch>div:first-of-type {
    flex-wrap: wrap;
  }

  #flightSearch {
    position: relative;
  }

  #flightHotelSearch .flight-routes {
    margin-top: 72px;
  }

  .reserve-field.departure-route,
  .reserve-field.destination-route {
    width: 100% !important;
    height: 56px !important;
    margin-bottom: 8px !important;
  }

  #cipSearch .Basis_Date_Box,
  #trainSearch .Basis_Date_Box {
    flex-basis: 100%;
  }

  .reserve-field.traveltype-field,
  .reserve-field.flighttype-field {
    margin-bottom: 8px !important;
    height: 56px !important;
  }

  .reserve-field.Compartment-field {
    margin-bottom: 8px !important;
  }

  .Basis_Date_Box {
    margin-bottom: 8px !important;
    flex-direction: column;
  }

  #hotelSearch .Basis_Date_Box,
  #tourSearch .Basis_Date_Box,
  #insuranceSearch .Basis_Date_Box,
  #serviceSearch .Basis_Date_Box,
  #busSearch .Basis_Date_Box {
    flex-basis: 100%;
  }

  .Flightclass-Passenger {
    flex: 1;
  }

  .flightclass-in-passengerbox {
    display: none !important;
  }

  .Basis_Date.start_date,
  .Basis_Date.end_date,
  .Basis_Date_ExteraHoteldate {
    position: unset !important;
    padding: 0 !important;
  }

  .reserve-field.passengers-field {
    margin-bottom: 12px !important;
  }

  .reserve-field.passengers-field>div:first-of-type {
    display: flex;
    align-items: center;
    padding: 0;
  }

  .exchangeRoute {
    top: 40px !important;
    left: 20px !important;
    background-color: var(--primary-600) !important;
    border-radius: 100%;
    width: 40px !important;
    height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    transform: rotate(0) !important;
  }

  .reserve-search {
    flex-basis: 100%;
    margin-top: 16px;
    height: auto !important;
  }

  .reserve-search button {
    position: relative;
    width: 100% !important;
    background-color: var(--primary-600) !important;
    height: 48px !important;
    color: white !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    border-radius: 12px;
    transition: all 300ms ease;
    overflow: hidden;
  }

  .reserve-search button span {
    position: relative;
    z-index: 10;
    color: #fff;
    transition: color 0.3s ease;
  }

  .reserve-search button::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--secondary-900);
    border-radius: inherit;
    transform: translateX(100%) translateY(100%);
    transition: all 0.3s ease-out;
  }

  .reserve-search button:hover::after {
    transform: translateX(0) translateY(0);
  }

  .flighttype-items,
  .FlightClass.hidden-box,
  .traveltype.hidden-box,
  .flighttype.hidden-box,
  .Compartment.hidden-box {
    z-index: 50 !important;
    background-color: #fff;
    border: none !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    border-radius: 8px;
    padding: 8px;
    margin-bottom: 30px !important;
  }

  .FlightClass.hidden-box ul,
  .traveltype.hidden-box ul,
  .flighttype.hidden-box ul,
  .Compartment.hidden-box ul {
    clear: both;
  }

  .FlightClass.hidden-box li,
  .traveltype.hidden-box ul li,
  .flighttype.hidden-box ul li,
  .Compartment.hidden-box ul li {
    line-height: 2rem;
    font-size: 1rem;
    text-align: center;
    display: block;
    margin: 4px 0;
    border: unset;
    padding: 8px 4px !important;
    transition: all 300ms ease;
  }

  .active-r-btn,
  .active-FlightClass,
  .active-TravelType,
  .active-FlightType,
  .active-Compartment {
    border-radius: 8px !important;
    background-color: var(--primary-600) !important;
    transition: all 300ms ease;
  }

  .active-r-btn span,
  .active-FlightClass span,
  .active-TravelType label,
  .active-FlightType label,
  .active-Compartment label {
    color: #ffffff !important;
  }

  #oneway:hover span,
  #backtoback:hover span,
  #multi:hover span,
  .FlightClass.hidden-box li:hover span {
    color: white !important;
  }

  #oneway:hover,
  #backtoback:hover,
  #multi:hover,
  .FlightClass.hidden-box li:hover {
    background-color: var(--primary-600);
    border-radius: 8px !important;
  }

  .searchList {
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    overflow-y: auto;
  }

  .multicity-flight-form .searchList {
    width: 100% !important;
  }

  .ul-list ul li {
    text-align: center !important;
  }

  .ul-list ul li:first-of-type {
    background-color: var(--primary-600);
    color: white !important;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  }

  .ul-list ul li:not(:last-child),
  .locationResult div:not(:last-of-type) {
    border-bottom: 1px solid var(--primary-100);
  }

  .ul-list ul li:hover {
    background-color: var(--primary-600);
    color: white !important;
    transition: all 300ms ease;
  }

  .passengerbox.hidden-box {
    z-index: 50 !important;
    margin: 0;
    padding: 16px !important;
    top: 100%;
    border-radius: 8px;
    overflow-x: hidden !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  }

  .flighttype-items-ul li {
    text-align: center !important;
    padding: 8px 4px !important;
  }

  .passenger-item.adult-passenger-item,
  .passenger-item.child-passenger-item,
  .passenger-item.infant-passenger-item,
  .passenger-item.room-passenger-item,
  .passengerbox.hidden-box .passenger-item {
    display: flex;
    justify-content: space-between;
  }

  .passenger-item.child-passenger-item ul,
  .passenger-item.adult-passenger-item ul,
  .passenger-item.infant-passenger-item ul,
  .passenger-item.room-passenger-item ul,
  .passengerbox.hidden-box .passenger-item ul {
    height: auto !important;
    line-height: normal !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .minus-count,
  .plus-count {
    line-height: normal !important;
    width: 24px !important;
    height: 24px !important;
    background: var(--primary-600);
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 4px;
  }

  .plus-count .count-icon-simple,
  .minus-count .count-icon-simple {
    color: #fff;
    font-size: 24px !important;
  }

  .plus-count>div,
  .minus-count>div {
    line-height: 27px !important;
  }

  .confirm-passenger,
  .toggle-calendar {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    background-color: var(--primary-600) !important;
    color: white;
    border-radius: 8px;
    font-weight: 500;
    height: 40px !important;
    transition: all 300ms ease;
  }

  .confirm-passenger:hover,
  .toggle-calendar:hover {
    background-color: var(--secondary-900) !important;
    color: white !important;
  }

  .reserve-field.flightclass-field div:first-of-type .clr,
  .passengerbox.hidden-box .clr {
    position: absolute;
  }

  .multi-route-tlt {
    margin-bottom: 20px !important;
  }

  .multicity-flight-form .route-minus-btn {
    top: -8px;
    left: 0;
    width: auto !important;
    position: absolute;
    display: flex;
    line-height: normal !important;
    padding: 6px !important;
        height: auto !important;
  }

  .multicity-flight-form .route-content:first-of-type div.route-minus-btn,
  .multicity-flight-form .route-content:nth-child(2) div.route-minus-btn,
  .remove-routs,
  .multicity-flight-form .route-minus-btn span {
    display: none !important;
  }

  .route-content-inner {
    flex-wrap: wrap;
  }

  .multicity-flight-form .reserve-search {
    width: auto !important;
    flex-basis: auto !important;
    margin-top: 0 !important;
  }

  .Add-Remove.reserve-field {
    width: 100% !important;
    height: 48px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-100);
    color: var(--primary-600);
    border-radius: 12px;
    transition: all 300ms ease;
    cursor: pointer;
  }

  .Add-Remove.reserve-field:hover {
    background-color: var(--primary-600);
  }

  .Add-Remove.reserve-field:hover .add-routs {
    color: white;
  }

  .Add-Remove.reserve-field>div:first-of-type{
    width: 100%;
  }

  .multiroute-fields {
    align-items: center;
  }

  .add-routs {
    width: 100% !important;
    height: 48px !important;
    font-size: 16px !important;
    font-weight: 500;
    transition: all 300ms ease;
  }

  .add-routs:hover {
    color: white;
  }

  .addroute-icon,
  .close-module-form {
    display: none;
  }

  .close-module-form {
    width: auto !important;
    height: auto !important;
    display: flex;
    align-items: center;
  }

  .close-module-form svg {
    margin-top: 0 !important;
    width: 48px !important;
    height: 48px !important;
  }

  .passenger-birthday-dropdown li {
    font-size: 12px;
  }

  .selectLocation {
    display: flex;
    align-items: center;
    width: 100% !important;
    padding: 4px 0;
  }

  .selectLocation .parent-item,
  .selectLocation .child-item {
    display: flex;
    align-items: center;
  }

  .createChildDropdown {
    float: unset !important;
  }

  .createChildDropdown .select-age {
    border: 1px solid var(--primary-400);
    border-radius: 8px;
    outline: none;
    height: 40px !important;
    float: unset !important;
  }

  .createChildDropdown label {
    float: unset !important;
  }

  .contentRoom {
    border-top: 1px solid var(--primary-100);
    padding-top: 8px;
  }

  .birthdate-day-value,
  .birthdate-month-value,
  .birthdate-year-value {
    border: 1px solid var(--primary-300) !important;
    border-radius: 8px;
    margin-top: 0.5rem;
    font-size: 12px;
  }

  .search-box-container .birthdate-dates div::after {
    top: 14px !important;
  }

  .createPassengerDropdown {
    margin-top: 0.5rem;
  }

  .traintype-items {
    width: fit-content !important;
    background-color: var(--primary-50);
    border-radius: 8px;
    padding: 8px;
    margin-bottom: 20px !important;
  }

  .traintype-items li {
    padding: 4px;
    border-radius: 8px;
    transition: all 300ms ease;
  }

  .traintype-items li:hover {
    background-color: var(--primary-600);
  }

  .traintype-items li:hover span {
    color: white !important;
  }

  #busSearch .reserve-field.departure-date,
  #busSearch .reserve-field.return-date {
    flex: 1;
  }

  .close-passenger-box {
    width: auto !important;
    height: auto !important;
  }

  .close-searchList {
    width: auto !important;
    height: auto !important;
  }

  .searchHistory-content {
    width: 100% !important;
    margin: 1em !important;
  }
}

@media (max-width: 970px) {
  .max-\[970px\]\:bg-primary_1 {
    --tw-bg-opacity: 1;
    background-color: rgb(43 59 121 / var(--tw-bg-opacity));
  }

  .max-\[970px\]\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .max-\[970px\]\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .max-\[970px\]\:mb-0 {
    margin-bottom: 0;
  }

  .max-\[970px\]\:mt-2 {
    margin-top: 0.5rem;
  }

  .max-\[970px\]\:block {
    display: block;
  }

  .max-\[970px\]\:hidden {
    display: none;
  }

  .max-\[970px\]\:w-\[48\%\] {
    width: 48%;
  }

  .max-\[970px\]\:w-full {
    width: 100%;
  }

  .max-\[970px\]\:rounded-none {
    border-radius: 0;
  }

  .max-\[970px\]\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .max-\[970px\]\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .max-\[970px\]\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .max-\[970px\]\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .max-\[970px\]\:rounded-md {
    border-radius: 0.375rem;
  }

  .max-\[970px\]\:pt-1 {
    padding-top: 0.25rem;
  }
}

@media (max-width: 950px) {
  .max-\[950px\]\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .max-\[950px\]\:block {
    display: block;
  }

  .max-\[950px\]\:w-full {
    width: 100%;
  }
}

@media (max-width: 920px) {
  .max-\[920px\]\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .max-\[920px\]\:w-1\/4 {
    width: 25%;
  }

  .max-\[920px\]\:w-11\/12 {
    width: 91.666667%;
  }

  .max-\[920px\]\:columns-1 {
    -moz-columns: 1;
    columns: 1;
  }
}

@media (max-width: 860px) {
  .max-\[860px\]\:w-1\/2 {
    width: 50%;
  }
}

@media (max-width: 830px) {
  .max-\[830px\]\:block {
    display: block;
  }

  .max-\[830px\]\:w-1\/3 {
    width: 33.333333%;
  }

  .max-\[830px\]\:w-full {
    width: 100%;
  }
}

@media (max-width: 770px) {
  .before\:max-\[770px\]\:h-\[300px\]::before {
    content: var(--tw-content);
    height: 300px;
  }
}

@media not all and (min-width: 768px) {
  .max-md\:mt-5 {
    margin-top: 1.25rem;
  }

  .max-md\:w-full {
    width: 100%;
  }

  .max-md\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .max-md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media not all and (min-width: 640px) {
  .max-sm\:block {
    display: block;
  }

  .max-sm\:w-full {
    width: 100%;
  }

  .max-sm\:w-1\/2 {
    width: 50%;
  }

  .max-sm\:columns-1 {
    -moz-columns: 1;
    columns: 1;
  }

  .max-sm\:rounded-3xl {
    border-radius: 1.5rem;
  }
}

@media (max-width: 588px) {
  .max-\[588px\]\:min-h-60 {
    min-height: 15rem;
  }
}

@media (max-width: 568px) {
  .max-\[568px\]\:w-full {
    width: 100%;
  }
}

@media (max-width: 522px) {
  .before\:max-\[522px\]\:h-\[350px\]::before {
    content: var(--tw-content);
    height: 350px;
  }
}

@media (max-width: 465px) {
  .max-\[465px\]\:block {
    display: block;
  }

  .max-\[465px\]\:w-full {
    width: 100%;
  }
}

@media (max-width: 460px) {
  .max-\[460px\]\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (max-width: 412px) {
  .max-\[412px\]\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .max-\[412px\]\:block {
    display: block;
  }

  .max-\[412px\]\:w-full {
    width: 100%;
  }
}

@media (max-width: 404px) {
  .max-\[404px\]\:w-1\/2 {
    width: 50%;
  }
}

@media (max-width: 398px) {
  .before\:max-\[398px\]\:h-\[400px\]::before {
    content: var(--tw-content);
    height: 400px;
  }
}

@media (min-width: 465px) {
  .min-\[465px\]\:min-w-40 {
    min-width: 10rem;
  }

  .min-\[465px\]\:align-\[-15\%\] {
    vertical-align: -15%;
  }

  .min-\[465px\]\:align-\[-20\%\] {
    vertical-align: -20%;
  }

  .min-\[465px\]\:leading-\[80px\] {
    line-height: 80px;
  }
}

@media (min-width: 768px) {
  .md\:w-auto {
    width: auto;
  }

  .md\:border-0 {
    border-width: 0;
  }

  .md\:p-0 {
    padding: 0;
  }

  .md\:hover\:bg-transparent:hover {
    background-color: transparent;
  }
}

@media (min-width: 1024px) {
  .lg\:top-20 {
    top: 5rem;
  }

  .lg\:-mt_100 {
    margin-top: -24.5rem;
  }

  .lg\:mt-1 {
    margin-top: 0.25rem;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:border-solid {
    border-style: solid;
  }

  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .Basis_Calendar {
    font-family: 'DanaFaNum' !important;
  }

  .search-box-container input,
  .search-box-container select,
  .search-box-container button {
    font-family: 'DanaFaNum' !important;
  }

  .search-engine-container {
    padding-top: 13rem;
    display: flex;
    justify-content: center;
  }

  .search-banner {
    position: relative;
    z-index: 50;
    max-width: 1280px;
    margin: -18rem auto 0 auto;
    background: white;
    border-radius: 12px;
  }

  .module-banner-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 405px;
    object-fit: cover;
    border-radius: 24px;
  }

  #search-box {
    max-width: 100%;
    padding: 24px 12px 12px;
  }

  .search-nav {
    margin-bottom: 24px !important;
  }

  .reservation-item {
    grid-template-columns: repeat(10, minmax(0, 1fr));
    display: grid;
    gap: 10px;
  }

  .reserve-btn {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f4f4f5;
    width: auto !important;
    height: 68px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 12px;
    transition: all 300ms ease;
  }

  .reserve-btn .module-name {
    color: #52525b;
    transition: all 300ms ease;
  }

  .active-module {
    background-color: var(--primary-600) !important;
    color: white;
    box-shadow: 0px 4px 7.7px 0px #00000040;
  }

  .active-module .module-name {
    color: white;
  }

  .reserve-btn:hover {
    background-color: var(--primary-600);
    box-shadow: 0px 4px 7.7px 0px #00000040;
  }

  .reserve-btn:hover .module-name {
    color: #ffffff;
  }

  .reserve-btn .module-name:hover {
    color: #ffffff !important;
  }

  .formhotel,
  .formtour,
  .forminsurance,
  #cipSearch,
  .formvisa,
  #serviceSearch,
  .formbus {
    margin-top: 64px;
  }

  .formtrain .reserve-field.destination-route .click-content,
  .formflight .reserve-field.destination-route .click-content,
  #flightHotelSearch .reserve-field.destination-route .click-content,
  .formbus .reserve-field.departure-route .click-content {
    padding-right: 16px !important;
  }

  .reserve-field.departure-date,
  .click-content,
  .reserve-field.passengers-field,
  .reserve-field.return-date,
  .reserve-field.traveltype-field,
  .reserve-field.flighttype-field,
  .reserve-field.Compartment-field {
    background-color: #f4f4f5 !important;
    height: 56px !important;
    border-radius: 12px;
    padding: 4px !important;
  }

  .click-content,
  .reserve-field.departure-date>div:first-of-type,
  .reserve-field.return-date>div:first-of-type {
    display: flex;
    align-items: center;
  }

  .reserve-field.departure-date>div:first-of-type,
  .reserve-field.return-date>div:first-of-type {
    padding: 0 !important;
  }

  .label-routes .down-icon,
  .label-routes .label-text,
  .label-dates .down-icon,
  .label-dates .label-text,
  .label-passengers .down-icon,
  .label-passengers .label-text,
  .label-flighttype-cip .down-icon,
  .label-flighttype-cip .label-text,
  .label-traveltype-cip .down-icon,
  .label-traveltype-cip .label-text,
  .label-compartment-train .down-icon,
  .label-compartment-train .label-text,
  .reserve-field.departure-route p,
  .reserve-field.destination-route p,
  .reserve-field.departure-date p,
  .reserve-field.return-date p,
  .reserve-search button svg {
    display: none !important;
  }

  .label-routes,
  .label-dates,
  .label-passengers {
    width: auto !important;
  }

  .flighttype-field.flighttype-dropDown,
  .reserve-field.flightclass-field {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 48px !important;
    padding: 0 12px 0 8px;
    cursor: pointer;
    border: 1px solid #71717a;
    border-radius: 12px;
    background-color: #fff;
  }

  .reserve-field.flightclass-field {
    width: 128px !important;
    height: 48px !important;
    position: absolute !important;
    top: 0;
    right: 10.75rem;
  }

  #flightHotelSearch .reserve-field.flightclass-field {
    right: 0;
  }

  .reserve-field.flightclass-field>div:first-of-type {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-direction: row-reverse;
    padding: 0;
  }

  #flightHotelSearch .flight-routes {
    margin-top: 0;
  }

  #flightHotelSearch {
    padding-top: 4rem;
  }

  .reserve-field.flightclass-field>div:first-of-type .clr {
    position: absolute;
  }

  .flighttype-field.flighttype-dropDown {
    margin-bottom: 16px;
    width: 163px !important;
    height: 48px !important;
  }

  .flighttype-field.flighttype-dropDown .flighttype-field-icon {
    left: 8px;
    display: block !important;
  }

  .flighttype-field-icon .down-icon,
  .label-flightclass .down-icon {
    margin-top: 0 !important;
  }

  .flighttype-field-icon svg,
  .label-flightclass .down-icon,
  .label-routes svg,
  .label-dates svg,
  .label-passengers svg {
    width: 48px !important;
    height: 48px !important;
  }

  .close-passenger-box svg,
  .selectLocation svg {
    width: 32px !important;
    height: 32px !important;
  }

  .exchangeRoute svg,
  .removeroute-icon {
    width: 24px !important;
    height: 24px !important;
  }

  .flighttype-field.flighttype-dropDown .flighttype-dropDown-text {
    margin-bottom: 0 !important;
    height: auto !important;
    font-size: 16px !important;
  }

  .label-flightclass>svg:first-of-type,
  .label-flightclass .label-text {
    display: none;
  }

  /* .flight-routes,
.train-routes,
.bus-routes {
flex-direction: column;
flex-basis: 100%;
} */

  .flight-routes,
  .train-routes {
    flex: 2.5 !important;
  }

  .reserve-field.passengers-field {
    flex: 1 !important;
  }

  .Basis_Date_Box {
    flex: 1.54 !important;
  }

  .formtrain .Basis_Date_Box {
    flex: 1.7 !important;
  }

  .formtrain .departure {
    width: 65% !important;
  }

  .formflight .departure,
  #flightHotelSearch .departure {
    width: 72% !important;
  }

  .reserve-field.departure-route,
  .reserve-field.destination-route {
    flex: 2 !important;
  }

  #cipSearch .reserve-field.passengers-field {
    flex: 1.1 !important;
  }

  #flightHotelSearch .Flightclass-Passenger,
  .formflight .Flightclass-Passenger {
    flex: 1.1 !important;
  }

  .reserve-field.departure-route,
  .reserve-field.destination-route {
    width: 100% !important;
    height: 59px !important;
  }

  #cipSearch .Basis_Date_Box,
  #trainSearch .Basis_Date_Box {
    flex-basis: 100%;
  }

  .reserve-field.traveltype-field,
  .reserve-field.flighttype-field {
    flex: 1;
    height: 56px !important;
  }

  .reserve-field.Compartment-field {
    flex: 1;
  }

  .Basis_Date_Box {
    flex: 2;
  }

  #hotelSearch .Basis_Date_Box,
  #tourSearch .Basis_Date_Box,
  #insuranceSearch .Basis_Date_Box,
  #serviceSearch .Basis_Date_Box,
  #busSearch .Basis_Date_Box {
    flex-basis: 100%;
  }

  .Flightclass-Passenger {
    flex: 1;
  }

  .flightclass-in-passengerbox {
    display: none !important;
  }

  .Wrapper-ExteraHoteldate {
    width: 60% !important;
  }

  .Basis_Date.start_date,
  .Basis_Date.end_date,
  .Basis_Date_ExteraHoteldate {
    position: unset !important;
    padding: 0 !important;
  }

  .reserve-field.passengers-field {
    flex: 1;
  }

  .reserve-field.passengers-field>div:first-of-type {
    display: flex;
    align-items: center;
    padding: 0;
  }

  .exchangeRoute {
    top: 4px !important;
    left: -27px !important;
    background-color: var(--primary-600) !important;
    border-radius: 100%;
    width: 48px !important;
    height: 48px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    transition: all 300ms ease;
    transform: rotate(90deg)
  }

  .exchangeRoute:hover {
    background-color: var(--secondary-600) !important;
  }

  .reserve-search {
    margin-top: 0;
    height: 56px !important;
  }

  .reserve-search button {
    position: relative;
    width: 125px !important;
    background-color: var(--primary-600) !important;
    height: 56px !important;
    color: white !important;
    margin: 0 16px 0 0 !important;
    border-radius: 12px;
    transition: all 300ms ease;
    overflow: hidden;
  }

  .reserve-search button span {
    position: relative;
    z-index: 10;
    color: #fff;
    transition: color 0.3s ease;
  }

  .reserve-search button::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--secondary-600);
    border-radius: inherit;
    transform: translateX(100%) translateY(100%);
    transition: all 0.3s ease-out;
  }

  .reserve-search button:hover::after {
    transform: translateX(0) translateY(0);
  }

  .flighttype-items,
  .FlightClass.hidden-box,
  .traveltype.hidden-box,
  .flighttype.hidden-box,
  .Compartment.hidden-box {
    top: 100%;
    width: 100% !important;
    right: 0;
    background-color: #fff;
    border: none !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    border-radius: 8px;
    padding: 8px;
    margin-bottom: 30px !important;
  }

  .FlightClass.hidden-box li,
  .traveltype.hidden-box li,
  .flighttype.hidden-box li,
  .Compartment.hidden-box li {
    line-height: 2rem;
    font-size: 1rem;
    text-align: center;
    display: block;
    margin: 4px 0;
    border: unset;
    padding: 2px 6px;
    transition: all 300ms ease;
  }

  .active-r-btn,
  .active-FlightClass,
  .active-FlightType,
  .active-TravelType,
  .active-Compartment {
    border-radius: 8px !important;
    background-color: var(--primary-600) !important;
    transition: all 300ms ease;
  }

  .active-r-btn span,
  .active-FlightClass,
  .active-FlightType label,
  .active-TravelType label,
  .active-Compartment label {
    color: #ffffff !important;
  }

  #oneway:hover span,
  #backtoback:hover span,
  #multi:hover span,
  .FlightClass.hidden-box li:hover span,
  .traveltype.hidden-box li:hover label,
  .flighttype.hidden-box li:hover label,
  .Compartment.hidden-box li:hover label {
    color: white !important;
  }

  #oneway:hover,
  #backtoback:hover,
  #multi:hover,
  .FlightClass.hidden-box li:hover,
  .traveltype.hidden-box li:hover,
  .flighttype.hidden-box li:hover,
  .Compartment.hidden-box li:hover {
    background-color: var(--primary-600);
    border-radius: 8px !important;
  }

  .searchList {
    position: absolute !important;
    width: 450px !important;
    min-width: auto !important;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    left: 0;
    max-height: 254px;
    overflow-y: auto;
  }

  .multicity-flight-form .searchList {
    width: 350px !important;
  }

  .ul-list ul li {
    text-align: center;
  }

  .ul-list ul li:first-of-type {
    background-color: var(--primary-600);
    color: white !important;
  }

  .ul-list ul li:not(:last-child),
  .locationResult div:not(:last-of-type) {
    border-bottom: 1px solid var(--primary-100);
  }

  .ul-list ul li:hover {
    background-color: var(--primary-600);
    color: white !important;
    transition: all 300ms ease;
  }

  .passengerbox.hidden-box {
    width: 310px !important;
    position: absolute !important;
    right: 0;
    left: 0;
    margin: 0;
    padding: 16px !important;
    top: 100%;
    border-radius: 8px;
    overflow-x: hidden !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  }

  .passenger-item.adult-passenger-item,
  .passenger-item.child-passenger-item,
  .passenger-item.infant-passenger-item,
  .passenger-item.room-passenger-item,
  .passengerbox.hidden-box .passenger-item {
    display: flex;
    justify-content: space-between;
  }

  .passenger-item.child-passenger-item ul,
  .passenger-item.adult-passenger-item ul,
  .passenger-item.infant-passenger-item ul,
  .passenger-item.room-passenger-item ul,
  .passengerbox.hidden-box .passenger-item ul {
    height: auto !important;
    line-height: normal !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .minus-count,
  .plus-count {
    line-height: normal !important;
    width: 24px !important;
    height: 24px !important;
    background: var(--primary-600);
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 4px;
  }

  .plus-count .count-icon-simple,
  .minus-count .count-icon-simple {
    color: #fff;
    font-size: 24px !important;
  }

  .plus-count>div,
  .minus-count>div {
    line-height: 27px !important;
  }

  .passenger-counts .count {
    min-width: 0 !important;
  }

  .confirm-passenger,
  .toggle-calendar {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    background-color: var(--primary-600) !important;
    color: white;
    border-radius: 8px;
    font-weight: 500;
    height: 40px !important;
    transition: all 300ms ease;
  }

  .confirm-passenger:hover,
  .toggle-calendar:hover {
    background-color: var(--secondary-600) !important;
    color: white !important;
  }

  .reserve-field.flightclass-field div:first-of-type .clr,
  .passengerbox.hidden-box .clr {
    position: absolute;
  }

  .route-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
    gap: 24px;
  }

  .multi-route-tlt {
    margin-bottom: 8px !important;
  }

  .multicity-flight-form .route-minus-btn {
    top: -8px;
    left: 0;
    width: auto !important;
    position: absolute;
    display: flex;
    line-height: normal !important;
    padding: 6px !important;
        height: auto !important;
  }

  .multicity-flight-form .route-minus-btn span {
    display: none;
  }

  .multicity-flight-form .route-content:first-of-type div.route-minus-btn,
  .multicity-flight-form .route-content:nth-child(2) div.route-minus-btn,
  .remove-routs {
    display: none !important;
  }


  .route-content-inner {
    flex-wrap: wrap;
  }

  .multicity-flight-form .departure {
    width: 60% !important;
  }

  .multicity-flight-form .passengers-field-f {
    width: 352px !important;
    flex: unset;
  }

  .multicity-flight-form .reserve-search {
    width: auto !important;
    flex-basis: auto !important;
    margin-top: 0 !important;
  }

  .Add-Remove.reserve-field {
    width: 187px !important;
    height: 56px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-100);
    color: var(--primary-600);
    border-radius: 12px;
    transition: all 300ms ease;
    cursor: pointer;
  }

  .Add-Remove.reserve-field:hover {
    background-color: var(--primary-600);
  }

  .Add-Remove.reserve-field:hover .add-routs {
    color: white;
  }

  .multiroute-fields {
    align-items: center;
  }

  .add-routs {
    width: 187px !important;
    height: 56px !important;
    font-size: 16px !important;
    font-weight: 500;
    transition: all 300ms ease;
  }

  .add-routs:hover {
    color: white;
  }

  .addroute-icon {
    display: none;
  }

  .passenger-birthday-dropdown li {
    font-size: 12px;
  }

  .selectLocation {
    display: flex;
    align-items: center;
    width: 100% !important;
    padding: 4px 0;
  }

  .selectLocation .parent-item,
  .selectLocation .child-item {
    display: flex;
    align-items: center;
  }

  .createChildDropdown {
    float: unset !important;
  }

  .createChildDropdown .select-age {
    border: 1px solid var(--primary-400);
    border-radius: 8px;
    outline: none;
    height: 40px !important;
    float: unset !important;
  }

  .createChildDropdown label {
    float: unset !important;
  }

  .contentRoom {
    border-top: 1px solid var(--primary-100);
    padding-top: 8px;
  }

  .birthdate-day-value,
  .birthdate-month-value,
  .birthdate-year-value {
    border: 1px solid #737373 !important;
    border-radius: 8px;
    margin-top: 0.5rem;
    font-size: 12px;
  }

  .search-box-container .birthdate-dates div::after {
    top: 14px !important;
  }

  .createPassengerDropdown {
    margin-top: 0.5rem;
  }

  .traintype-items {
    width: fit-content !important;
    background-color: var(--primary-50);
    border-radius: 8px;
    padding: 8px;
    margin-bottom: 16px !important;
  }

  .traintype-items li {
    padding: 4px;
    border-radius: 8px;
    transition: all 300ms ease;
  }

  .traintype-items li:hover {
    background-color: var(--primary-600);
  }

  .traintype-items li:hover span {
    color: white !important;
  }

  #busSearch .reserve-field.departure-date,
  #busSearch .reserve-field.return-date {
    flex: 1;
  }

  .close-passenger-box {
    width: auto !important;
    height: auto !important;
  }

  .searchHistory-content {
    width: 100% !important;
    margin: 1em !important;
  }
}

@media (min-width: 1280px) {
  .min-\[1280px\]\:mt-28 {
    margin-top: 7rem;
  }
}

@media (min-width: 1800px) {
  .min-\[1800px\]\:left-\[16\%\] {
    left: 14%;
  }
}

@media (min-width: 2000px) {
  .min-\[2000px\]\:left-\[22\%\] {
    left: 18%;
  }
}

@media (min-width: 2200px) {
  .min-\[2200px\]\:left-\[23\%\] {
    left: 20%;
  }
}

@media (min-width: 3000px) {
  .min-\[3000px\]\:left-\[28\%\] {
    left: 28%;
  }
}

@media (min-width: 3500px) {
  .min-\[3500px\]\:left-\[33\%\] {
    left: 33%;
  }
}

@media (min-width: 4000px) {
  .min-\[4000px\]\:left-\[34\%\] {
    left: 34%;
  }
}

@media (min-width: 4800px) {
  .min-\[4800px\]\:left-\[36\%\] {
    left: 36%;
  }
}

@media (min-width: 5600px) {
  .min-\[5600px\]\:left-\[38\%\] {
    left: 38%;
  }

  .before\:min-\[5600px\]\:w-\[45\%\]::before {
    content: var(--tw-content);
    width: 45%;
  }
}

@media (min-width: 6000px) {
  .before\:min-\[6000px\]\:w-\[45\%\]::before {
    content: var(--tw-content);
    width: 45%;
  }
}

@media (min-width: 7000px) {
  .min-\[7000px\]\:left-\[40\%\] {
    left: 40%;
  }
}

@media (prefers-color-scheme: dark) {
  .dark\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

.w-3\/4 {
  width: 75%;
}

@media only screen and (max-width: 656px) {
  .max-\[656px\]\:w-\[49\%\] {
    width: 49%;
  }
}

.ul-list {
  z-index: 100;
  background: #fdfeff;
}

.gray-text,
.search-list {
  color: #121212;
}

.center-txt,
.search-list ul li:first-child {
  border-bottom: 1px solid var(--primary-1);
  text-align: center;
  color: #121212;
}

.search-list ul li:hover {
  background: #b2b2b2;
  color: #fff;
  cursor: pointer;
}

.search-list ul li:first-child:hover {
  color: #121212;
  background-color: white;
  cursor: unset;
}

.center-txt {
  font-weight: 900;
  padding: 5px 0;
  margin: 0 auto;
  background-color: var(--primary-1);
  color: white;
}

ul.ul-list {
  width: 50%;
  display: inline-block;
}

.ul-list::-webkit-scrollbar {
  width: 4px;
}

.ul-list::-webkit-scrollbar-track {
  background: #f7f5f5;
}

.ul-list::-webkit-scrollbar-thumb {
  background-color: #121212;
  border-radius: 20px;
}

.search-list {
  border-radius: 10px;
  border: 0.25px solid var(--primary-1);
  background: white;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  width: 370px;
  text-align: center;
  max-height: 300px;
  overflow: hidden;
  height: 300px;
}

.search-list ul li:first-child {
  padding: 2px;
  font-size: 14px;
}

.search-list ul li {
  border-bottom: none;
  padding: 2px;
  text-align: center;
  font-size: 14px;
}

li.category-title {
  color: #121212 !important;
}

.form-search-input {
  width: 95%;
  height: 41px;
  outline: 0;
  border: none;
  border-bottom: 1px solid var(--primary-2);
  direction: rtl;
  padding-right: 40px;
}

.en-calendar,
.fa-calendar {
  font-family: "koodak-bold" !important;
}

.Basis_Calendar .selected_date {
  background: var(--primary-2) !important;
}

.confirm-date-content button:hover {
  background: var(--primary-2);
}

.confirm-date-content button {
  background: var(--primary-1);
  color: #fff;
}

.calendar-apply-date:hover {
  background: var(--primary-2);
}

.calendar-apply-date {
  background: var(--primary-1);
  color: #fff;
}

.Basis_Calendar .selected_day {
  background: var(--primary-2);
}

.day.days_available {
  background: #f7ce93;
}

.calendar-switch {
  color: var(--primary-1);
}

.Basis_Calendar .section_next_month,
.Basis_Calendar .section_prev_month {
  color: var(--primary-1);
}

.Basis_Calendar .current_day::after {
  border-color: var(--primary-2) transparent transparent;
}

.Basis_Calendar .month_day_list table td:not(.disable_day, .empty_day, .expire_day):hover {
  border-color: var(--primary-1);
}

.Basis_Calendar .current_day {
  background: var(--primary-1) !important;
  color: #fff !important;
}

@media only screen and (max-width: 1280px) {
  .Basis_Calendar .current_month .section_next_month {
    display: block !important;
  }

  .Basis_Calendar .current_month .month_detail {
    border-radius: 4px 4px 0 0 !important;
  }

  .Basis_Calendar .current_month {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 0 !important;
  }

  .Basis_Calendar .current_month {
    padding-left: 0 !important;
  }

  .Basis_Calendar .next_current_month {
    z-index: 0 !important;
    left: auto !important;
    right: 0 !important;
  }

  .Basis_Calendar .next_current_month .section_prev_month {
    display: block !important;
  }

  .Basis_Calendar {
    width: 91%;
    margin: 0 auto;
  }

  .Basis_Calendar .month,
  .Basis_Calendar .year,
  .Basis_Calendar_Box {
    left: 0;
    margin: 0 auto;
    width: 95% !important;
  }

  .Basis_Calendar_Box {
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
  }

  .Basis_Calendar .date_info_selected {
    display: block !important;
    width: 100% !important;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #000 !important;
  }

  .Basis_Calendar_Box::before {
    left: 3em !important;
  }
}

.calendar-footer input,
.calendar-footer::placeholder {
  font-family: "koodak-bold" !important;
}

.Basis_Calendar_Box,
.calendar-apply-date,
.calendar-footer input,
.calendar-footer::placeholder,
.calendar-today,
.calendar-switch {
  font-family: "koodak-bold" !important;
}

.countryFlight {
  box-shadow: 0 4px 8px rgba(144, 149, 167, 0.2);
  z-index: 99;
  background-color: #ffffff;
  color: #424242;
  line-height: 25px;
  border-radius: 5px;
  font-size: 12px;
}

.countryFlight .selectCountry {
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  box-sizing: border-box;
}

.countryFlight .selectCountry:first-child::before {
  content: "\f0d8";
  font-family: "fontawesome";
  color: #fff;
  position: absolute;
  right: 20px;
  top: -18px;
  font-size: 25px;
  z-index: 99;
}

.countryFlight .selectCountry:hover {
  background-color: #f6f6f6;
}

.parent-item {
  width: 100%;
}

.child-item {
  width: 100%;
  padding-left: 10px;
}

.selectCountry {
  border-bottom: 1px solid #f1f1f1;
  cursor: pointer;
  text-align: right;
}

.selectCountry i {
  font-size: 11px;
  line-height: 25px;
  width: 10%;
  margin: 0 !important;
}

@media only screen and (max-width: 1280px) {

  .exchange-icon,
  .exchange-icon-mc {
    transform: rotate(90deg);
  }
}

/* .font-koodak {
  font-family: "koodak-bold" !important;
} */
.text-primary_1.text-3xl.text-right.my-3.line-clamp-1 {
  line-height: 2.5rem !important;
}

.cursor-pointer,
[role="button"],
button {
  cursor: pointer !important;
}

:disabled {
  cursor: default;
}

.mt-\[2\.78rem\] {
  margin-top: 2.78rem;
}

.createChildDropdown {
  display: flex;
  justify-content: space-between;
}

.createChildDropdown>label {
  line-height: 50px;
}

.createChildDropdown>select {
  width: calc(100% - 70px);
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 0 3px;
  margin: 10px 0;
}

.flight-class.ul-drop-items {
  display: flex;
  justify-content: space-between;
}

.flight-class.ul-drop-items>li {
  border: 1px solid #ddd;
  width: 33.33%;
  text-align: center;
  border-radius: 5px;
  margin: 0 3px;
}

.active-flight-type {
  color: #595959 !important;
}

.flight-class>.selected {
  background: #2b3b79 !important;
  color: white !important;
}

.route-minus-btn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 45px;
  height: 45px;
  background: #ffebeb;
  padding: 10px;
  border-radius: 20px;
}

.route-minus-btn:hover {
  background-color: #f7a8a8;
  cursor: pointer;
}

.group\/socialmedia:hover path {
  fill: #ffd40c !important;
}

.search-box {
  font-family: "koodak-bold" !important;
}

.fa-plane::before {
  content: "\f072";
}

.fa-arrow-right::before {
  content: "\f061";
}

span.txtcountry {
  margin-right: 5px;
}

#hotel-form span.txtcountry {
  margin-right: 5px;
  display: inline-block;
}

.calendar-footer input,
.calendar-footer::placeholder {
  font-family: "koodak-bold" !important;
}

.fa-spinner::before {
  content: "\f110";
}

.top-\[46px\] {
  top: 46px;
}

#paging a.current {
  color: #19bae4;
}

#paging a:hover {
  color: #19bae4;
}

#paging a.active-page {
  color: #19bae4;
}

i.fa.fa-user.not-login.font-color_2 {
  display: none;
}

.Login_Information {
  direction: rtl;
}

.info-section {
  display: inline-block;
}

.info-lastname {
  margin: 0 5px;
}

.Panel-Dashboard_link,
.link-login {
  color: green !important;
}

.Logout_link,
.link-logout {
  color: red !important;
}

.UserInfo {
  text-decoration: none;
  direction: rtl;
  padding: 0 !important;
  font-size: 12px;
  color: white !important;
  width: auto !important;
}

.Panel-Dashboard_link::before,
.Logout_link::before,
.link-logout::before,
.link-login::before {
  content: "|" !important;
  color: white !important;
  margin: 0 5px;
}

.Panel-Dashboard_link:hover {
  color: #004600 !important;
}

.Logout_link:hover,
.link-logout {
  color: #460000 !important;
}

.Login-options.not-login-section::after {
  content: " ورود یا ثبت نام ";
  font-size: 12px;
  font-weight: bolder;
}

.btnstyle {
  font-weight: 900;
  font-size: 12px;
}

.header-visible {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
  transition: transform 0.5s ease-in-out;
}

.dropdownmenu {
  z-index: 100;
}

@font-face {
  font-display: swap;
  font-family: "fontawesome";
  font-style: normal;
  src: url(../_fonts/fontawesome-webfont.woff) format("woff"),
    url(../_fonts/fontawesome5-solid-900.woff) format("woff"),
    url(../_fonts/fontawesome5-solid-900.woff2) format("woff2"),
    url(../_fonts/fontawesome-webfont.woff2) format("woff2");
}

.fa,
.fab,
.far,
.fas {
  font-family: "fontawesome";
  font-weight: 900;
  font-style: normal;
}

.fa-exchange-alt::before {
  content: "\f021";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

*.background-color_1 {
  background-color: var(--primary_2);
}

*.background-color_2 {
  background-color: var(--primary-1);
}

*.background-color_3 {
  background-color: var(--primary-3);
}

.fa-redo-alt::before {
  content: "\f021";
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.d-flex {
  display: flex;
}

.d-space-between {
  justify-content: space-between;
}

.d-space-evenly {
  justify-content: space-evenly;
}

.flex-end {
  justify-content: end;
}

.d-row {
  display: flex;
  flex-wrap: wrap;
}

.flex-wrap {
  flex-wrap: wrap;
}

.space-between {
  justify-content: space-between;
}

.d-right {
  justify-content: right;
}

.d-block {
  display: block;
}

.float_right {
  float: right;
}

.float_left {
  float: left;
}

.bc-main {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}

.visible {
  display: block;
}

.unvisible {
  display: none;
}

.font-weight {
  font-weight: bold;
}

.cursor-pointer {
  cursor: pointer;
}

.border-radius {
  border-radius: 5px;
}

.dir-rtl {
  direction: rtl;
}

.dir-ltr {
  direction: ltr;
}

.login-btn {
  font-family: "DanaFaNum" !important;
}

#Login_box .shine-hover {
  color: #fff;
  background-color: var(--primary-1);
  border: 1px solid var(--primary-1);
}

#Login_box .shine-hover:hover {
  background-color: var(--primary-1);
}

.login_module_prev:hover {
  color: #000;
  border-color: #000;
}

.login_info i {
  color: var(--primary-1) !important;
}

.login-link {
  border: 1px solid var(--primary-1);
}

.login-link:hover {
  background-color: var(--primary-1);
  color: #fff !important;
}

.login-btn {
  background-color: var(--primary-1);
}

.login-title i {
  color: var(--primary-1);
}

.login-btn:hover {
  background-color: var(--primary-2);
}

.bottom-content .action-loading {
  background-color: var(--primary-1);
}

.top-menu {
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 10px 0 5px 0;
  background: var(--primary-1);
}

.top-menu img {
  width: auto !important;
  margin: 0 auto;
}

:root {
  --mm-ocd-width: 80%;
  --mm-ocd-min-width: 200px;
  --mm-ocd-max-width: 440px;
}

body.mm-ocd-opened {
  overflow-y: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.email-item-container {
  max-height: 100px;
  overflow: auto;
  text-align: right;
}

.email-item-container .inner-input label {
  color: #444449;
  margin-right: 0 !important;
}

.email-item-container .inner-input label span {
  padding-right: 1.5em;
}

.email-item-container .inner-input span::before,
.email-item-container .inner-input span::after,
.email-item-container .radioButton {
  right: 0 !important;
}

.inner-input span::after {
  content: "\f111";
  font-family: "FontAwesome";
  right: 20px;
  top: 0;
  color: transparent;
  transition: color 0.2s;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  width: 10px;
  height: 10px;
  line-height: 10px;
  text-align: center;
  border-radius: 50%;
  font-size: 6px;
}

.inner-input span::before,
.inner-input span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.inner-input span::before {
  right: 20px;
  width: 10px;
  height: 10px;
  border: 3px solid #ccc;
  transition: border-color 0.2s;
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  -ms-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  border-radius: 50%;
}

.inner-input span::after {
  content: "\f111";
  font-family: "FontAwesome";
  right: 20px;
  top: 0;
  color: transparent;
  transition: color 0.2s;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  width: 10px;
  height: 10px;
  line-height: 10px;
  text-align: center;
  border-radius: 50%;
  font-size: 6px;
}

.section-input {
  margin: 10px 0;
}

.radioButton {
  width: 10px !important;
  height: 10px !important;
  top: 3px;
  bottom: 0;
  z-index: 99;
  opacity: 0;
  right: 20px;
}

.section-input label {
  margin-right: 20px;
}

.radioButton:checked+label span {
  color: #2e2813;
}

.section-input span::before {
  right: 20px;
  width: 10px;
  height: 10px;
  border: 2px solid #827979;
  transition: border-color 0.2s;
  border-radius: 50%;
}

.section-input span::before,
.section-input span::after {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 0;
}

.radioButton:checked+label span::before {
  border: none;
}

.section-input span::after {
  content: "\f111";
  font-family: "FontAwesome";
  right: 20px;
  top: 3px;
  color: transparent;
  transition: color 0.2s;
  width: 10px;
  height: 10px;
  line-height: 10px;
  text-align: center;
  border-radius: 50%;
  font-size: 6px;
}

.Wrapper-logininfo-def .form-title {
  text-align: center;
  color: #fff !important;
}

.Wrapper-logininfo-def .timing {
  color: #fff !important;
  margin: 1em auto;
}

.form-title {
  text-align: center;
  color: #444449;
  direction: rtl;
}

.timing {
  color: #444449;
  margin: 1em auto;
}

#time-text {
  color: #f42e36;
}

.new-user {
  color: #2db742;
  font-size: 12px;
}

.login_info input:disabled {
  cursor: not-allowed;
}

.login_info.result-container {
  height: 40px;
  border-radius: 5px;
  margin: 15px auto !important;
  background: #fff;
}

.not-allowedLogin {
  background: #606060 !important;
  cursor: not-allowed !important;
  color: #fff !important;
}

.not-login {
  cursor: pointer;
}

.section-login input {
  width: 100%;
  border-radius: 5px;
  height: 38px;
  padding: 0 10px;
  box-sizing: border-box;
}

.section-login {
  padding: 0 !important;
  margin: 15px auto !important;
  width: 90%;
}

.Form_User-btn {
  width: 100% !important;
  color: #fff !important;
  height: 38px;
  text-align: center !important;
  cursor: pointer;
  border-radius: 5px;
}

.CheckCaptcha,
.CheckCaptcha-Reg-Mail,
.CheckCaptchaReg-SMS,
.CheckCaptcha-forgetPass,
.CheckCaptcha-forgetPass {
  text-align: center;
  margin: 10px 0;
  color: #f42e36;
}

#ballsWaveG {
  position: relative;
  width: 70px;
  height: 16px;
  margin: auto;
}

.ballsWaveG {
  position: absolute;
  top: 0;
  background-color: rgb(186, 186, 186);
  width: 9px;
  height: 9px;
  animation-name: ballsWaveG;
  -o-animation-name: ballsWaveG;
  -ms-animation-name: ballsWaveG;
  -webkit-animation-name: ballsWaveG;
  -moz-animation-name: ballsWaveG;
  animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

#ballsWaveG_1 {
  left: 0;
  animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
}

#ballsWaveG_2 {
  left: 9px;
  animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
}

#ballsWaveG_3 {
  left: 18px;
  animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
}

#ballsWaveG_4 {
  left: 26px;
  animation-delay: 1.05s;
  -o-animation-delay: 1.05s;
  -ms-animation-delay: 1.05s;
  -webkit-animation-delay: 1.05s;
  -moz-animation-delay: 1.05s;
}

#ballsWaveG_5 {
  left: 35px;
  animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
}

#ballsWaveG_6 {
  left: 44px;
  animation-delay: 1.35s;
  -o-animation-delay: 1.35s;
  -ms-animation-delay: 1.35s;
  -webkit-animation-delay: 1.35s;
  -moz-animation-delay: 1.35s;
}

#ballsWaveG_7 {
  left: 53px;
  animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
}

#ballsWaveG_8 {
  left: 62px;
  animation-delay: 1.64s;
  -o-animation-delay: 1.64s;
  -ms-animation-delay: 1.64s;
  -webkit-animation-delay: 1.64s;
  -moz-animation-delay: 1.64s;
}

@keyframes ballsWaveG {
  0% {
    background-color: rgba(158, 158, 158, 0.97);
  }

  100% {
    background-color: rgb(255, 255, 255);
  }
}

@-o-keyframes ballsWaveG {
  0% {
    background-color: rgba(158, 158, 158, 0.97);
  }

  100% {
    background-color: rgb(255, 255, 255);
  }
}

@-ms-keyframes ballsWaveG {
  0% {
    background-color: rgba(158, 158, 158, 0.97);
  }

  100% {
    background-color: rgb(255, 255, 255);
  }
}

@-webkit-keyframes ballsWaveG {
  0% {
    background-color: rgba(158, 158, 158, 0.97);
  }

  100% {
    background-color: rgb(255, 255, 255);
  }
}

@-moz-keyframes ballsWaveG {
  0% {
    background-color: rgba(158, 158, 158, 0.97);
  }

  100% {
    background-color: rgb(255, 255, 255);
  }
}

.Link-Login-def-new,
.Link-Login-def-prev,
.Link-Forgetpass,
.Link-Register,
.Link-ResendMail,
.Link-Login,
.Link-Forgetpass-def,
.Link-Register-def,
.Link-ResendMail-def,
.Link-Login-def {
  text-align: center;
  width: 100%;
  cursor: pointer;
}

.Message-LoginRegister {
  text-align: center;
  margin: 10px 0;
  color: #444;
}

.section-box {
  background: none !important;
  box-shadow: none !important;
  height: auto !important;
  text-align: center !important;
}

.captcha-input {
  width: 40% !important;
}

.Wrapper h3,
.Wrapper-registerinfo h3 {
  font-size: 15px;
  text-align: center;
  padding: 15px 0;
  color: #444449;
}

#login .mm-spn--open {
  margin-top: 30px !important;
}

.login_info.method {
  width: 90%;
  margin: 0 auto;
  direction: rtl;
  font-size: 13px;
}

.section-login::before {
  display: none !important;
}

.captcha_img {
  width: 30%;
  text-align: left;
}

.captcha_img img {
  width: 100%;
  height: 38px;
}

.fa.fa-refresh {
  border-left: none !important;
}

.height_80 {
  height: 80%;
  padding: 0 10px !important;
}

.refresh-img {
  width: 10%;
  color: #fff !important;
  font-size: 17px;
  border: none !important;
  height: 38px;
  line-height: 38px;
  text-align: center;
  padding: 0 !important;
}

.fa.fa-refresh {
  border-left: none !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 20px !important;
}

.fa.fa-user.is-login {
  color: #2db742;
  padding: 0 5px !important;
  font-size: 20px;
}

.errorMsg {
  color: #f42e36;
}

.successMsg {
  color: #2db742;
}

.Link-profile {
  width: 95%;
  margin: 0 auto 0;
  text-align: center;
  vertical-align: middle;
  color: #000;
  padding: 0 !important;
}

.icon-dashboard::before {
  content: "\f0e4";
}

.Link-Register,
.Link-ResendMail,
.Link-Login-Prev {
  font-size: 15px !important;
  width: 90% !important;
  border-bottom: 1px solid;
  margin: 0 auto !important;
}

.Register_info.method {
  width: 95%;
  margin: 0 auto;
  direction: rtl;
}

.Register_info.method label {
  width: 35%;
}

.change-method {
  border-radius: 5px;
  border: none;
  color: #fff;
  width: 65%;
  box-sizing: border-box;
  padding: 0 5px;
}

.Register_info.method .fa-arrow-down::before {
  color: #fff !important;
}

.Register_info.method .fa-arrow-down {
  left: 6px;
  top: 6px;
}

.container-login {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 100%;
  left: 0;
  z-index: 9999999999999;
  overflow: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  background: rgba(0, 0, 0, 0);
  -webkit-transition-property: bottom, background-color;
  -o-transition-property: bottom, background-color;
  transition-property: bottom, background-color;
  -webkit-transition-duration: 0s, 0.3s;
  -o-transition-duration: 0s, 0.3s;
  transition-duration: 0s, 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0.45s, 0.15s;
  -o-transition-delay: 0.45s, 0.15s;
  transition-delay: 0.45s, 0.15s;
}

.container-login-content {
  right: -100%;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 80% !important;
  width: var(--mm-ocd-width);
  min-width: 200px;
  min-width: var(--mm-ocd-min-width);
  max-width: 440px;
  max-width: var(--mm-ocd-max-width);
  background: #f4f7f8;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.container-login-open {
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.container-login li,
.container-login span,
.container-login ul {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container-login ul {
  line-height: 24px;
  line-height: var(--mm-spn-line-height);
  overflow: visible;
  overflow-y: auto;
  background: inherit;
  -webkit-transition: left 0.3s ease 0s;
  -o-transition: left 0.3s ease 0s;
  transition: left 0.3s ease 0s;
  cursor: default;
}

.container-login li {
  position: relative;
  background: inherit;
  cursor: pointer;
  direction: rtl;
  text-align: right;
  font-size: 13px;
  width: 95%;
  background-color: #fff;
  padding: 5px 10px;
  display: block;
  border-radius: 5px;
  color: #888;
  margin: 5px auto;
  height: 40px;
}

.login_info {
  width: 75%;
  margin: 0 auto 1.5em;
  border: 1px solid #e0e0e0;
  height: 40px;
  background: #fff;
  border-radius: 5px;
  position: relative;
}

.confirm_code {
  color: #fff;
  text-align: justify;
  direction: rtl;
  font-size: 14px;
  padding-right: 5px;
}

.login_counter .counter_box {
  width: 100%;
  text-align: right;
}

.login_info .label {
  font-size: 13px;
  width: 20%;
  float: right;
  line-height: 38px;
  border-left: 1px solid #eaeaea;
  height: 38px;
  text-align: center;
  display: block !important;
  margin-bottom: 0 !important;
  position: initial !important;
}

.login_info input {
  float: left;
  text-align: right;
  font-size: 12px;
  width: 80%;
  border-radius: 5px 0 0 5px;
  background: #f3f3f3;
}

.container-login span {
  position: relative;
  background: 0 0;
  z-index: 1;
}

.loadingLog,
.ResendSMS {
  display: none;
}

.ResultInfo {
  margin: 20px 0;
  font-size: 13px;
  color: #313131;
  text-align: center;
}

.loginRegister {
  direction: rtl;
}

.Wrapper-registerinfo label {
  color: #313131 !important;
}

.fa-times::before {
  content: "\f00d";
}

.fa-user::before {
  content: "\f007";
}

.fa-lock::before {
  content: "\f023";
}

.fa-hand-point-left::before {
  content: "\f0a5";
}

.fa-times::before {
  content: "\f00d";
}

.fa-sync::before {
  content: "\f021";
}

.container-login .label {
  display: inline-block;
  margin-bottom: 0;
}

.container-login .container-login-item {
  position: relative;
  background: inherit;
  cursor: pointer;
  direction: rtl;
  text-align: right;
  font-size: 13px;
  width: 95%;
  background-color: #fff;
  padding: 5px 10px;
  display: block;
  border-radius: 5px;
  color: #888;
  margin: 5px auto;
  height: 40px;
}

.captcha_img {
  display: grid;
}

.Logout_link,
.link-logout,
.Panel-Dashboard_link,
.link-login,
.info-section,
.UserInfo {
  font-size: 12px !important;
}

.error-result,
.Logout_link,
.link-logout,
.warning {
  color: red !important;
}

.login_info i {
  font-size: 22px;
  font-style: inherit;
  color: var(--primary-1) !important;
  line-height: 40px !important;
  float: none;
}

.main-login-container input[type="password"],
.main-login-container input[type="text"] {
  font-family: "Koodak-Bold" !important;
}

.Login-options.not-login-section {
  display: block;
  width: 100%;
}

[data-bc-title-container] {
  display: none;
}

[data-bc-answer-container] {
  width: 100% !important;
}

.free-form-container {
  width: 650px;
}

.free-form-container [data-bc-answer-container] input[type="text"],
.free-form-container [data-bc-answer-container] select {
  background-color: white !important;
  color: #18181b !important;
  height: 56px !important;
  padding: 0 16px !important;
  font-weight: 400 !important;
  outline: none !important;
  border-radius: 12px !important;
  border: 1px solid #e4e4e4 !important;
  font-size: 16px !important;
}

@media only screen and (max-width: 1280px) {
  .free-form-container {
    width: 95% !important;
    margin: 0 auto !important;
  }

  .sendform-btn,
  .title-in-page {
    width: 95% !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  h2.text-4xl.text-primary_1.text-right.my-10,
  h2.text-4xl.text-primary_1.text-right.mb-14 {
    width: 95% !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  a.text-primary_1.text-xl.my-14.text-left.float-left.hover\:text-primary_2 {
    margin-left: 10px;
  }
}

[data-bc-part-container],
[data-bc-btn-container] {
  width: 100% !important;
}

[data-bc-answer-container] input[type="text"],
[data-bc-answer-container] input[type="password"],
[data-bc-answer-container] input[type="time"],
[data-bc-answer-container] input[type="color"],
[data-bc-answer-container] input[type="file"],
[data-bc-answer-container] select {
  height: 56px !important;
  font-size: 20px !important;
}

[data-bc-schema-info-part="1"] [data-bc-part-related-cell] {
  width: 100% !important;
}

.sendform-btn {
  height: 56px;
  margin: 10px 0;
  line-height: 56px;
}

.data-body-btn {
  width: 100%;
  height: 100%;
}

.d-revert {
  display: unset;
}

.static {
  position: static;
}

.h-\[80px\] {
  height: 80px;
}

.mt-\[5px\] {
  margin-top: 5px;
}

@media (min-width: 1024px) {
  .text-8xl.text-center.text-primary_1.relative.dir-rtl.mx-auto.max-lg\:static.max-lg\:text-3xl.max-lg\:mr-0.max-lg\:inline-block {
    position: relative;
    right: -6%;
  }

  .text-gray.text-2xl.absolute.right-\[43\%\].left-0.mt-10.max-lg\:static.max-lg\:inline-block {
    right: 38.5%;
  }
}

.page-no {
  font-size: 20px;
}

td.day {
  font-weight: 600;
}

section.max-w-7xl.mx-auto.dir-rtl.mt-24.dir-rtl.max-xl\:w-11\/12 {
  margin-bottom: 5em;
}

li.has-sub-menu:hover>.dropdownmenu-parent,
li.has-sub-menu:hover>.dropdownmenu {
  display: block !important;
}

@media (min-width: 1024px) {
  .lg\:-mt-20 {
    margin-top: -5rem;
  }

  .lg\:h-16 {
    height: 4rem;
  }

  .lg\:block {
    display: block;
  }
}

.h-fit {
  height: fit-content;
}

body {
  position: relative;
}

.phone-action {
  border: 4px solid white;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 99;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  animation: pulse-animation3 0.4s ease 2s infinite alternate;
  -webkit-animation: pulse-animation3 0.4s ease 2s infinite alternate;
  background-color: #fff !important;
}

.phone-action.second {
  bottom: 90px;
}

.phone-action span.hidden {
  display: flex !important;
}

.phone-action {
  display: flex !important;
  padding: 5px !important;
  border-radius: 40px !important;
  align-items: center;
  gap: 13px;
}

.phone-action img {
  width: 40px !important;
  height: 40px !important;
}

@keyframes pulse-animation3 {
  0% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
  }
}

@media not all and (min-width: 640px) {
  .phone-action {
    bottom: 70px !important;
    left: 20px;
    z-index: 99;
  }

  .phone-action img {
    width: 40px !important;
    height: 40px !important;
  }
}

.-mt-40 {
  margin-top: -12rem !important;
}

.-mt-72 {
  margin-top: -18rem
    /* -288px */
  ;
}

.seo-text p img,
.seo-text div img {
  width: 100% !important;
  border-radius: 10px;
}

.search-box {
  min-height: 213px;
}

#menu-box {
  min-height: 56px;
}

#menu-box .float-right.mx-auto {
  min-height: 56px;
}

#menu-box .Login_Information .btnstyle span {
  min-height: 21px;
}

.gradient-background {
  height: 145px;
}

.serach-content-header {
  border: 1px solid var(--primary-1);
  border-radius: 1rem;
  background-color: transparent;
  margin-left: 0.75rem;
  margin-top: 14px;
  overflow: hidden !important;
  gap: 8px;
}

.serach-content-header input {
  border: none !important;
  outline: none !important;
  background-color: transparent !important;
  direction: rtl;
  padding: 3px 5px;
  font-size: 12px;
}



.bg-primary {
  background-color: var(--primary);
}

.bg-secondary {
  background-color: var(--secondary);
}
