@keyframes leftToRight {
  from {
    left: -100%;
  }
  to {
    left: 0;
  }
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-20px); /* Start above the original position */
  }
  to {
    opacity: 1;
    transform: translateY(0); /* Move to the original position */
  }
}
@keyframes slideDown2 {
  0% {
    display: block;
    height: fit-content;
    opacity: 0;
  }
  20% {
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    height: fit-content; /* Set this to the maximum height of the content */
    transform: translateY(0px);
    opacity: 1;
    display: block;
  }
}
@keyframes slideUp {
  0% {
    display: block;
    height: fit-content;
    opacity: 1;
  }
  20% {
    transform: translateY(0px);
    opacity: 1;
    height: fit-content;
  }
  100% {
    height: fit-content; /* Set this to the maximum height of the content */
    transform: translateY(-30px);
    opacity: 0;
    display: none;
  }
}
.navbar-transpernt {
  position: absolute;
  width: 100%;
  max-width: 1400px;
  left: 0;
  right: 0;
  top: 0;
  margin-inline: auto;
}
.navbar-transpernt .AppBar {
  background-color: transparent !important;
}
.navbar-transpernt .AppBar .LeftSide {
  display: flex;
  align-items: center;
}
.navbar-transpernt .AppBar__logo {
  height: 120px !important;
  margin-top: 3rem !important;
}
.navbar-transpernt .AppBar__logo img {
  height: 70px !important;
  width: auto !important;
}
.navbar-transpernt #NavBarID {
  background-color: transparent;
  border: none;
}
.navbar-transpernt #NavBarID .NavBar button {
  color: var(--color-white, #ffffff);
  font-weight: inherit;
  opacity: 1;
  padding-top: 16.5px;
  padding-bottom: 16.5px;
}
.navbar-transpernt #NavBarID .NavBar .MuiTabs-indicator {
  background-color: var(--color-blue-primary, #0D52DB) !important;
}
.navbar-transpernt .MuiDivider-root {
  display: none;
}

.navbar-background .AppBar {
  height: 65px !important;
}
.navbar-background .AppBar__logo {
  height: 60px !important;
  padding: 0 !important;
}
.navbar-background .AppBar__logo img {
  width: 100% !important;
  height: 60px !important;
}
@media only screen and (max-width: 768px) {
  .navbar-background .AppBar__logo img {
    width: 233px !important;
  }
}

.FormSearchMobile {
  padding: 10rem 2rem 1rem !important;
}
.FormSearchMobile__Container__AllChoices {
  flex-wrap: nowrap !important;
}
.FormSearchMobile__Container__AllChoices__Box {
  align-items: center;
  width: 100% !important;
}
.FormSearchMobile__Container__AllChoices__Box img {
  width: 60px;
  height: 60px;
}
.FormSearchMobile__Container__AllChoices .fullWidth {
  width: 100% !important;
}
.FormSearchMobile__Container__AllChoices__customBtn {
  background-color: transparent;
  text-align: center;
  border: none;
  margin: 2rem auto;
  display: block;
  color: var(--color-white, #ffffff);
  font-size: 1.25rem;
  text-shadow: 2px 2px 8px var(--color-natural-900, #0F172A);
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}

.modalFlightMobile .box-container__header .headerLogo {
  width: 60px !important;
}

.Home .airlineCompanies .home_Container {
  display: flex;
  gap: 0 3rem;
}
@media only screen and (max-width: 768px) {
  .Home .airlineCompanies .home_Container {
    flex-wrap: wrap;
  }
}
.Home .airlineCompanies .home_Container .info {
  width: 25%;
}
@media only screen and (max-width: 768px) {
  .Home .airlineCompanies .home_Container .info {
    width: 100%;
  }
}
.Home .airlineCompanies .home_Container .info .section-subtitle {
  font-size: 1.1rem;
}
.Home .airlineCompanies__Content {
  display: flex;
  flex-wrap: wrap;
  width: 75%;
  margin-top: 2rem;
  gap: 0.5rem 1rem;
}
@media only screen and (max-width: 768px) {
  .Home .airlineCompanies__Content {
    width: 100%;
  }
}
.Home .airlineCompanies__Content {
  justify-content: inherit !important;
  overflow-x: inherit !important;
  scroll-snap-type: inherit !important;
  scroll-snap-points-x: inherit !important;
  scroll-behavior: inherit !important;
  cursor: inherit !important;
}
.Home .airlineCompanies__Content__Box {
  width: 18.1818181818%;
  height: 8rem;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 0.3s;
  border: 1px solid var(--color-natural-200, #E2E8F0);
  border-radius: 0.25rem;
}
@media only screen and (max-width: 768px) {
  .Home .airlineCompanies__Content__Box {
    width: 30%;
  }
}
.Home .airlineCompanies__Content__Box img {
  width: 6rem;
  height: 6rem;
}
.Home .airlineCompanies__Content__Box .boxLoding {
  width: 4rem;
  height: 4rem;
}
@media only screen and (max-width: 768px) {
  .Home .flightDeels {
    overflow: hidden;
    padding-bottom: 30px;
  }
}
.Home .flightDeels__Content__Card {
  width: 25rem;
}
@media only screen and (max-width: 768px) {
  .Home .flightDeels__Content__Card {
    width: 100%;
  }
}

.FormSearch__Container {
  margin: 7rem auto !important;
}

.modalFlightMobile .box-container__header .headerLogo {
  height: 60px;
}

.footerMaster__content__Container__Content__LeftSide__Bottom .content .logo {
  height: 125px;
  width: 125px;
}

/*# sourceMappingURL=theme-blood.css.map */
