/* font style use localy */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

/* search form css */
@import url(banner-form.css);
@import url(loader.css);
@import url(toast.css);

.breadcrumb-tem+.breadcrumb-item::before {
  color: #ffffff !important;
}

/* innner page css for form */
.inner-banner .bg-white.p-3.rounded-4 {
  margin-top: 1rem;
}

/* header page css for form */
.bg-none {
  background: none !important;
}

/* banner css */
.home_banner {
  padding-top: 100px;
  padding-bottom: 50px;
  background-image: url(../img/home_banner.jpg);
  background-size: cover;
  background-position: center;
  backdrop-filter: blur(5px);
  background-repeat: no-repeat;
  z-index: 99;
}

.home_banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  --falcon-bg-opacity: .7;
  background-color: rgba(var(--falcon-black-rgb), var(--falcon-bg-opacity)) !important;
  pointer-events: none;
  z-index: 1;
}

.home_banner h1 {
  line-height: 1.5;
}

.inner-banner {
  background: none;
  padding: 30px 0px !important;
  background: var(--falcon-primary) !important;

}

.inner-banner .bn_heading {
  padding-bottom: 0px !important;
  font-size: 30px;
}

.inner-banner .text-center {
  text-align: left !important;
}

.breadcrumb {
  justify-content: start !important;
}

.bn_heading {
  font-size: 80px;
}

/* Trending destinations Css */
.trend-desti:before {
  position: absolute;
  content: "";
  background-image: url(../img/feature-bg.png );
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .2;
  width: 100%;
  height: 735px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}


/* offer-card css */
.custom-hover {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.custom-hover:hover {
  transform: translateY(-8px);
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.assistance-btn {
  background: linear-gradient(to right,
      var(--falcon-primary),
      color-mix(in srgb, var(--falcon-primary) 70%, var(--falcon-secondary) 30%),
      var(--falcon-secondary));
  background-size: 200% auto;
  transition: all 0.5s ease;
  z-index: 1;
  position: relative;
}

.assistance-btn:hover {
  background-position: right center;
  transform: scale(1.02);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.glass-effect {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(14px);
  border-radius: 1rem;
  animation: zoomIn 0.5s ease-in-out;
}

@keyframes zoomIn {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.fade-in {
  animation: fadeIn 1s ease-in-out forwards;
  opacity: 0;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.animate-loading {
  animation: progressAnim 2s infinite linear;
}

@keyframes progressAnim {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.bg-search {
  background-color: #f2f2f2;
}

.hover-lift {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hover-lift:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.cta-gradient {
  background: linear-gradient(135deg, rgb(var(--falcon-primary-rgb), 0.5) 0%, rgb(var(--falcon-primary-rgb), 1) 100%);
}

.bg-pattern-dots {
  background-image: radial-gradient(currentColor 1px, transparent 1px);
  background-size: 15px 15px;
  color: rgba(255, 255, 255, 0.3);
}

.circle-blur {
  filter: blur(60px);
  opacity: 0.5;
  border-radius: 50%;
}

/* .price-badge {
  background-image: url(../img/angle-4.png);
  width: max-content;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
} */
.form-control::placeholder {
  color: #000 !important;
}

.flight-offer-item .overlay-content {
  background: var(--falcon-primary);
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}

.flight-offer-item:hover .overlay-content {
  opacity: 1;
  visibility: visible;
}

/* 9. Flight-Offer */
/* .flight-offer-area {
  padding-bottom: 70px;
}

.section-title .sub-title {
  font-size: 14px;
  color: #ffa903;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  font-weight: 600;
  font-family: 'Barlow', sans-serif;
  margin-bottom: 5px;
}

.section-title .title {
  font-size: 36px;
  margin-bottom: 0;
}

.best-price a {
  font-size: 16px;
  color: #6a2e4d;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.best-price a i {
  margin-left: 10px;
  line-height: 0;
}

.flight-offer-item {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 1px 16px 0px rgba(139, 139, 139, 0.16);
  margin-bottom: 30px;
  position: relative;
}

.flight-offer-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #6a2e4d;
  opacity: 0;
  transition: .3s ease-in-out;
}

.flight-offer-item:hover::before {
  opacity: 1;
}

.flight-offer-content {
  padding: 25px 30px;
}

.overlay-content .title,
.flight-offer-content .title {
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: 600;
}

.overlay-content span,
.flight-offer-content span {
  color: #6a2e4d;
  font-weight: 500;
  font-size: 15px;
  display: block;
  margin-bottom: 20px;
}

.overlay-content p,
.flight-offer-content p {
  color: #6a2e4d;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 4px;
}

.overlay-content .price,
.flight-offer-content .price {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
}

.flight-offer-item .overlay-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all .3s ease-in-out;
  visibility: hidden;
}

.flight-offer-item:hover .overlay-content {
  opacity: 1;
  visibility: visible;
}

.flight-offer-item .overlay-content p,
.flight-offer-item .overlay-content span,
.flight-offer-item .overlay-content .title {
  color: #fff;
}

.overlay-content .price {
  color: #ffa903;
}

.flight-offer-item .overlay-content .btn {
  border-radius: 25px;
  color: #571436;
  font-size: 18px;
  padding: 16px 26px;
  min-width: 219px;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}

.flight-offer-item .overlay-content .btn:hover {
  background: #ffa903;
}

.flight-offer-item .content-bottom .discover {
  color: #fff;
  font-size: 13px;
  text-align: center;
  display: block;
  font-weight: 600;
}

.flight-offer-item .content-bottom .discover:hover {
  color: #ffa903;
}

.flight-offer-item .content-bottom {
  margin-top: 35px;
}

.offer-item-two .overlay-content .title,
.offer-item-two .flight-offer-content .title {
  font-size: 20px;
}

.flight-offer-item.offer-item-two {
  padding: 15px;
}

.flight-offer-item.offer-item-two .flight-offer-thumb img {
  border-radius: 10px;
}

.flight-offer-item.offer-item-two .flight-offer-content {
  padding: 12px 10px 10px;
}

.flight-offer-item.offer-item-two .overlay-content span,
.flight-offer-item.offer-item-two .flight-offer-content span {
  margin-bottom: 10px;
} */

/* Flight-Offer End */