
@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);

@font-face {
  font-family: 'Sunsive';
  src:  url('../fonts/Sunsive-Regular.woff') format('woff'),
        url('../fonts/Sunsive-Regular.woff2') format('woff2'),
        url('../fonts/Sunsive-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}


.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;
  overflow: hidden;
}

.home_banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  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 {
  position: relative;
  display: block;
  margin-right: 130px;
}
.about-img:before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  top: 20px;
  border: 1px dashed var(--falcon-primary);
  border-radius: 50%;
  border-bottom-right-radius: 0;
  z-index: 1;
}
.about-img>img {
  width: 100%;
  border-radius: 50%;
  border-bottom-right-radius: 0;
}
.about-img-shape {
  position: absolute;
  bottom: 0px;
  right: -70px;
  width: 100%;
  height: 100%;
  background-color: rgb(var(--falcon-primary-rgb), 0.5);
  border-radius: 50%;
  border-bottom-right-radius: 0px;
  z-index: -1;
}
.about-text {
  position: absolute;
  bottom: 130px;
  right: -160px;
  transform: rotate(-90deg);
  z-index: 1;
}
.about-text p {
  color: var(--falcon-secondary);
  font-size: 34px;
  font-weight: 700;
  margin: 0;
}
.about-list {
  padding: 0;
  margin: 0;
  margin-top: 30px;
  max-width: 520px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about-list li {
  display: flex;
  align-items: center;
  gap: 30px;
  border: 1px solid var(--falcon-primary);
  padding: 24px 26px;
  margin: 0;
  border-radius: 10px;
}
.about-list li img {
  filter: invert(1);
}
@media (max-width: 1199px) {
  .about-img{
    margin-right: 70px;
  }
}
@media (max-width: 991px) {
  .about-img{
    max-width: 600px;
    margin: 0 auto 0;
  }
}
@media (max-width: 767px) {
  .about-img-shape, .about-text{
    display: none;
  }
}


.section-title span {
  color: var(--falcon-primary);
  font-size: 20px;
  font-weight: 600;
  position: relative;
  display: inline-block;
}
.section-title h2 {
  color: var(--falcon-secondary);
  font-weight: 600;
  margin: 5px 0 0;
}


.tour-wrapper-two {
  background: transparent;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #9FDEFF;
}
.tour-wrapper-two .image-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  flex-basis: 40%;
}
.tour-wrapper-two .image-area img {
  transform: scale(107%);
  transition: all 0.4s;
}
.tour-wrapper-two:hover .image-area img {
  transform: scale(100%);
}
.tour-wrapper-two .image-area .tag {
  position: absolute;
  z-index: 1;
  top: 16px;
  left: 16px;
  color: var(--falcon-secondary);
  line-height: 1;
  font-weight: 500;
  padding: 7px 9px;
  background: #FFCC00;
}
.tour-wrapper-two .image-area .wishlist {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 30px;
  height: 30px;
  line-height: 32px;
  display: block;
  text-align: center;
  color: var(--falcon-secondary);
  background: #fff;
  border-radius: 50%;
  transition: all 0.4s;
}
.tour-wrapper-two:hover .image-area .wishlist {
  background: var(--falcon-primary);
  color: #fff;
}
.tour-wrapper-two .contents {
  padding: 0px 30px;
  flex-basis: 60%;
}
.tour-wrapper-two .contents .location {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  color: var(--falcon-secondary);
  margin-bottom: 5px;
}
.tour-wrapper-two .contents .location i {
  color: var(--falcon-primary);
}
.tour-wrapper-two .contents .title {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
}
.tour-wrapper-two .contents .title a {
  color: var(--falcon-secondary);
}
@media (max-width: 575px) {
  .tour-wrapper-two {
    flex-direction: column;
  }
  .tour-wrapper-two .contents {
    padding: 15px 30px;
  }
}


.airlines-wrapper {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
}
.airlines-wrapper .image-area {
  position: relative;
  z-index: 1;
  border-radius: 6px;
  overflow: hidden;
}
.airlines-wrapper img {
  transform: scale(107%);
  transition: all 0.4s;
}
.airlines-wrapper:hover img {
  transform: scale(100%);
}
.airlines-wrapper .image-area .call-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  max-width: max-content;
  position: absolute;
  z-index: 1;
  bottom: -25%;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  transition: all 0.4s;
}
.airlines-wrapper:hover .image-area .call-wrapper {
  bottom: 25px;
}
.airlines-wrapper .image-area .call-wrapper a {
  position: relative;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background-color: var(--falcon-primary);
  font-size: 15px;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 50%;
  z-index: 1;
}
.airlines-wrapper .image-area .call-wrapper a:hover {
  color: var(--falcon-primary);
  background-color: #fff;
}
.airlines-wrapper .image-area .call-wrapper a i {
  font-size: 20px;
}
.airlines-wrapper .contents {
  margin-top: 15px;
}


.blog-one__single {
  position: relative;
  display: block;
  border-radius: 5px;
}
.blog-one__single-inner {
  position: relative;
  display: block;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 48.51px 0.49px;
  overflow: hidden;
}
.blog-one__img-box {
  position: relative;
  display: block;
}
.blog-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}
.blog-one__img:before {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 50%;
  height: 100%;
  background-color: rgba(25, 15, 6, .70);
  visibility: hidden;
  opacity: 0;
  transform-style: preserve-3d;
  transform: perspective(370px) translateY(100%);
  transform-origin: left;
  transition: all 900ms ease;
  z-index: 1;
}
.blog-one__single:hover .blog-one__img:before {
  visibility: visible;
  opacity: 1;
  transform: perspective(370px) translateY(0%);
}
.blog-one__img:after {
  position: absolute;
  content: '';
  top: 0px;
  right: 0px;
  width: 50%;
  height: 100%;
  background-color: rgba(25, 15, 6, .70);
  visibility: hidden;
  opacity: 0;
  transform-style: preserve-3d;
  transform: perspective(370px) translateY(-100%);
  transform-origin: top;
  transition: all 900ms ease;
  z-index: 1;
}
.blog-one__single:hover .blog-one__img:after {
  visibility: visible;
  opacity: 1;
  transform: perspective(370px) translateY(0%);
}
.blog-one__img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}
.blog-one__single:hover .blog-one__img img {
  transform: scale(1.05) rotate(0deg);
}
.blog-one__plus {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-45deg) scale(0);
  transition: all 600ms ease;
  z-index: 3;
}
.blog-one__single:hover .blog-one__plus {
  transform: rotate(0deg) scale(1);
  transition-delay: 700ms;
}
.blog-one__plus a {
  height: 50px;
  width: 50px;
  line-height: 50px;
  background-color: var(--falcon-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.blog-one__plus a:hover {
  color: var(--falcon-primary);
  background-color: #fff;
}
.blog-one__date {
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--falcon-primary);
  width: 52px;
  height: 52px;
  border-radius: 5px;
  border: 1px solid rgba(246, 242, 228, .90);
}
.blog-one__date p {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  font-weight: 700;
  margin: 0;
}
.blog-one__date span {
  font-size: 14px;
  font-weight: 600;
}
.blog-one__content {
  position: relative;
  display: block;
  padding: 25px 30px 25px;
  z-index: 1;
}
.blog-one__title {
  font-size: 24px;
  line-height: 34px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 9px;
}
.blog-one__title a {
  color: var(--falcon-secondary);
}
.blog-one__title a:hover {
  color: var(--falcon-primary);
}
.blog-one__text {
  margin: 0;
}
.blog-one__read-more {
  position: relative;
  display: block;
  text-align: center;
  background-color: var(--falcon-primary);
}
.blog-one__read-more a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 500;
  color: #fff;
  justify-content: center;
  padding: 10px 30px 10px;
}
.blog-one__read-more a:hover {
  color: var(--falcon-secondary);
}


.accordion-item:not(:last-child) {
  margin-bottom: 24px;
}
.accordion-button {
  font-size: 20px;
  color: var(--falcon-secondary) !important;
  box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
  color: var(--falcon-primary) !important;
}
.accordion-button::after {
  display: none !important;
}
.faq-icon {
  position: relative;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 2px;
  background: var(--falcon-secondary);
  border-radius: 999px;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transform-origin: center;
}
.faq-icon::before {
  transform: translate(-50%, -50%);
}
.faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.accordion-button:not(.collapsed) .faq-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
  background: var(--falcon-primary);
}
.accordion-button:not(.collapsed) .faq-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
  background: var(--falcon-primary);
}
.accordion-body {
  color: #6e7070;
  padding-top: 0;
  font-size: 16px;
}
@media (max-width: 575px) {
  .accordion-button {
    font-size: 16px;
  }
  .accordion-body {
    font-size: 14px;
  }
}

.filter-invert {
  filter: brightness(0) invert(1);
}


@media (min-width: 575px) {
  .xs-grid-cols-2 {
    grid-template-columns: 1fr 1fr;
  }
}


.sitemap-link {
  color: #444;
  font-weight: 500;
  transition: all 0.3s ease;
}
.sitemap-link:hover {
  color: var(--falcon-primary);
  background: #f8f9fa;
  padding-left: 10px;
}
.icon-box {
  width: 32px;
  height: 32px;
  background: var(--falcon-primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
  transition: all 0.3s ease;
}
.sitemap-link:hover .icon-box {
  background: var(--falcon-secondary);
  transform: scale(1.05);
}


footer {
  background-image: url(../img/footer_bg.png), linear-gradient(180deg, #110F0F 0%, #110F0F 100%);
  background-size: cover;
  background-repeat: no-repeat;
}


.contact-card {
  transition: all ease .5s;
  padding: 40px;
  border-radius: 30px;
  background-color: #f3f3f3;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.contact-card .contact-icon {
  width: 59px;
  height: 59px;
  transition: all .2s linear;
  background-color: var(--falcon-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.contact-card:hover .contact-icon {
  background-color: var(--falcon-secondary);
}
.contact-card .contact-icon img {
  filter: brightness(0);
}
.contact-card:hover .contact-icon img {
  filter: brightness(1);
}
.contact-card .contact-info {
  width: calc(100% - 70px);
  margin-left: auto;
}
.contact-card .contact-info span {
  display: block;
  margin-bottom: 3px;
}
.contact-page-inner .map {
  height: 630px;
}
@media (max-width: 991px) {
  .contact-page-inner .map {
    height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-card {
    padding: 25px 20px 20px;
  }
}