
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
/* search form css */
@import url(header.css);
@import url(banner-form.css);
@import url(loader.css);
@import url(toast.css);

.breadcrumb-item+.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: 100px;
  background-image: url(../img/banner.png);
  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%;
  background: rgba(0, 0, 0, 0.2);
  pointer-events: none;
  z-index: 1;
}

.home_banner h1 {
  line-height: 1.2;
  font-family: "Playfair Display", serif;
  text-transform: capitalize;
}

.home_banner h4 {
  font-family: "Playfair Display", serif;
}

.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;
}
.breadcrumb-item + .breadcrumb-item::before {
  font-family: "Font Awesome 6 Pro"; 
  font-weight: 900; 
  content: "\f105"; 
  color: #fff; 
  padding-right: 8px;
}

.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);
}

/* footer css  */
/* payment_icons fooetr css */
.payment_icons {
  background-color: var(--falcon-primary);
}

.payment_icons img {
  height: 28px;
}

.assist-img {
  height: 6.125rem;
  width: 6.125rem;
  min-width: 6.125rem;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  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: #fff;
  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%;
}

.deal-bg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5),
      /* top color with opacity */
      rgba(0, 0, 0, 0.5)
      /* bottom color with opacity */
    ),
    url(../img/deal-bg.jpg);
  background-position: bottom;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 100px;
  padding-bottom: 100px;
  color: #fff;
  /* optional, for white text on dark overlay */
}

.shape-element {
  bottom: -1px;
  position: absolute;
  fill: #ffffff;

  z-index: 4;
  width: 100%;
}

.shape-element svg {
  height: 70px;
  line-height: 0px;
  width: 100%;
}

.bottom-to-up {
  transform: rotate(180deg);
}
.top-element {
 top: -1px !important;
 bottom: auto !important;
}
.form-control::placeholder{
  color: #000 !important;
}

.about-img-1 img {
  width: 100%;
  height: 100%;
  border-radius: 200px 200px 0 200px;
}
.about-img-2 img {
  width: 100%;
  height: 100%;
  border-radius: 200px 0 200px 200px;
  margin-top: 20px;
}
.about-img-3 img {
  width: 100%;
  height: 100%;
  border-radius: 200px 200px 200px 0;
}
@media only screen and (max-width: 575px) {
  .about-img-1 img {
    border-radius: 200px 200px 0 0;
  }
  .about-img-2 img {
    border-radius: 0 0 200px 200px;
  }
}

.about-us .title span, .why-us .title span, .dest .title span, .flight-offers .title span, .blog .title span, .faq .title span {
  font-family: cursive;
}
.about-us .title h2, .why-us .title h2, .dest .title h2, .flight-offers .title h2, .blog .title h2, .faq .title h2 {
  font-family: "Playfair Display", serif;
  color: var(--falcon-secondary);
  font-weight: 600;
  margin: 0;
}
.about-us .title span, .why-us .title span, .dest .title span, .flight-offers .title span, .blog .title span, .faq .title span {
  color: var(--falcon-primary);
  font-weight: 600;
  text-transform: uppercase;
}

.why-us-area {
  position: relative;
  z-index: 1;
}
.why-us-area .line-shape {
  position: absolute;
  left: 28px;
  top: 35px;
  width: 2px;
  height: 50%;
  background-image: repeating-linear-gradient(
    to bottom,
    var(--falcon-primary) 0,
    var(--falcon-primary) 8px, 
    transparent 8px,
    transparent 16px           
  );
  z-index: -1;
}
.why-us-area .why-us-items {
  display: flex;
  gap: 30px;
}
.why-us-area .why-us-items:not(:last-child) {
  margin-bottom: 30px;
}
.why-us-area .why-us-items .number {
  width: 56px;
  height: 56px;
  line-height: 56px;
  border-radius: 50px;
  text-align: center;
  color: var(--falcon-primary);
  background-color: #fff;
  margin-bottom: 0;
  flex-shrink: 0;
}
.why-us-area .why-us-items .contents h4 {
  margin-bottom: 12px;
}
.why-us-area .why-us-items .contents p {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .why-us-area .line-shape.one {
    height: 100%;
  }
  .why-us-area .why-us-items:last-child {
    margin-bottom: 15px;
  }
}

.transition-3d-hover {
  transition: all 0.2s ease-in-out;
}
.transition-3d-hover:hover, .transition-3d-hover:focus {
  transform: translateY(-3px);
}

.destination-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.destination-wrapper .destination-items {
  width: 200px;
  height: 480px;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.destination-wrapper .destination-items::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(21, 20, 21, 0) 0%, rgba(21, 20, 21, 0.62) 100%);
}
.destination-wrapper .destination-items img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 28px;
}
.destination-wrapper .destination-items .icon {
  width: 64px;
  height: 64px;
  line-height: 64px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  background-color: var(--falcon-primary);
  color: #fff;
  position: absolute;
  top: 25px;
  right: 25px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.destination-wrapper .destination-items .icon i {
  font-size: 20px;
}
.destination-wrapper .destination-items .icon:hover {
  background-color: var(--falcon-secondary);
}
.destination-wrapper .destination-items .contents {
  position: absolute;
  left: 5px;
  bottom: 110px;
  transform: rotate(-90deg);
  z-index: 9;
}
.destination-wrapper .destination-items .contents h4 {
  font-size: 22px;
  color: #fff;
}
.destination-wrapper .destination-items .contents span {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
.destination-wrapper .destination-items .contents span b {
  color: var(--falcon-primary);
  font-weight: 800;
}
@media (max-width: 991px) {
  .destination-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .destination-wrapper .destination-items {
    width: 424px !important;
    height: 300px;
  }
  .destination-wrapper .destination-items .contents {
    left: 40px;
    bottom: 40px;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
  }
  .destination-wrapper .destination-items .icon {
    opacity: 1;
    visibility: visible;
  }
}
.destination-wrapper .destination-items.active {
  width: 424px !important;
}
.destination-wrapper .destination-items.active .contents {
  left: 40px;
  bottom: 40px;
  transform: none;
  transition: all .8s ease-in-out;
}
.destination-wrapper .destination-items.active .icon {
  opacity: 1;
  visibility: visible;
}

.news-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.news-content {
  border-radius: 10px;
  background: #F7F7F7;
  padding: 36px 40px;
}
@media (max-width: 1199px) {
  .news-content {
    padding: 80px 40px;
  }
}
@media (max-width: 991px) {
  .news-content {
    padding: 22px 25px;
  }
}
.news-content .news-date {
  font-size: 16px;
  font-weight: 600;
  color: #687179;
}
.news-content .news-date i {
  margin-right: 8px;
  color: var(--falcon-primary);
}
.news-content h4 {
  margin-top: 5px;
}
.news-content h4 a {
  color: var(--falcon-secondary);
}
.news-content h4 a:hover {
  color: var(--falcon-primary);
}
.news-content h6 {
  color: #687179;
  font-size: 14px;
  text-align: justify;
}
.link-btn {
  color: var(--falcon-primary);
  font-weight: 800;
  transition: all 0.5s;
}
.link-btn i {
  color: var(--falcon-primary);
  font-size: 14px;
  margin-left: 5px;
  transition: all 0.5s;
}
.link-btn:hover i {
  padding-left: 5px;
  color: var(--falcon-secondary);
}

.accordion-item, .accordion-item:first-of-type, .accordion-item:last-of-type {
  border-radius: 12px;
  overflow: hidden;
  border: 0;
}
.accordion-item:not(:last-child) {
  margin-bottom: 24px;
}
.accordion-button {
  font-size: 18px;
  color: var(--falcon-secondary) !important;
  box-shadow: none !important;
}
.accordion-button::after {
  display: none !important;
}
.accordion-button:not(.collapsed) {
  color: var(--falcon-primary) !important;
  border-bottom: 1px dashed var(--falcon-primary);
}
.accordion-button .faq-toggle-icon {
  transition: transform 0.3s ease, color 0.3s ease;
  color: #6c757d;
}
.accordion-button:not(.collapsed) .faq-toggle-icon::before {
  content: "\f068";
  color: var(--falcon-primary);
}
.accordion-button:not(.collapsed) .faq-toggle-icon {
  transform: rotate(180deg);
}
@media (max-width: 575px) {
  .accordion-button {
    font-size: 16px;
  }
}
.accordion-body {
  color: #6e7070;
}

.filter-invert {
  filter: brightness(0) invert(1);
}


.theme-btn {
  display: flex;
  align-items: center;
  background-color: var(--falcon-primary);
  padding: 7px 25px 7px 10px;
  transition: all 0.4s ease-in-out;
  position: relative;
  overflow: hidden;
  border-radius: 72px;
  gap: 10px;
}
.theme-btn::before {
  content: "";
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  height: 150%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background-color: var(--falcon-secondary);
  transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.theme-btn::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-color: var(--falcon-secondary);
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.theme-btn .info {
  position: relative;
  color: #fff;
  z-index: 999;
}
.theme-btn i {
  position: relative;
  color: var(--falcon-secondary);
  z-index: 999;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: #fff;
  border-radius: 50%;
  font-size: 17px;
  text-align: center;
}
.theme-btn:hover {
  background-color: var(--falcon-secondary);
  color: #fff;
}
.theme-btn:hover::before {
  top: 100%;
}
.theme-btn:hover::after {
  bottom: -50%;
}