
@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: "Laila";
  src: url("../fonts/Laila-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Laila";
  src: url("../fonts/Laila-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Laila";
  src: url("../fonts/Laila-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Laila";
  src: url("../fonts/Laila-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: 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 {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  z-index: 0;
  overflow: hidden;
}
.home_banner .overlay-image {
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.home_banner h1 {
  color: var(--falcon-secondary);
  line-height: 1.2;
  text-transform: capitalize;
}
.home_banner .text {
  font-size: 20px;
  max-width: 576px;
  margin-right: auto;
}
@media (max-width: 767px) {
  .home_banner {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: none !important;
  }
  .home_banner .text {
    font-size: 16px;
  }
}




.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;
}
.about-img .shape{
  position: absolute;
  top: -15px;
  right: 70px;
  width: 35%;
  transform: scaleX(-1);
}
.about-img .img-1{
  width: 58%;
  border-radius: 200px;
}
.about-img .img-2{
  position: absolute;
  right: 50px;
  bottom: 0px;
  width: 50%;
  border-radius: 200px;
  border: 10px solid #fff;
}
@media (max-width: 575px) {
  .about-us p {
    font-size: 14px;
  }
}


/* .about-us .title span, .why-us .title span, .dest .title span, .flight-offers .title span, .blog .title span, .faq .title span, .contact .title span {
  font-family: cursive;
  color: var(--falcon-primary);
  font-weight: 600;
  text-transform: uppercase;
}
.about-us .title h2, .why-us .title h2, .dest .title h2, .flight-offers .title h2, .blog .title h2, .faq .title h2, .contact .title h2 {
  font-family: "Playfair Display", serif;
  color: var(--falcon-secondary);
  font-weight: 600;
  margin: 0;
} */


.why-item {
  background-color: #fff;
  border: 1px solid #DBEEEE;
  padding: 10px 10px 10px 50px;
  box-shadow: 0px 27px 35.9px rgba(41, 137, 145, 0.2);
  border-radius: 0px 200px 200px 0px;
  position: relative;
  margin-left: 50px;
}
.why-item .why-part {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.why-item .why-part .why-num {
  width: 80px;
  height: 80px;
  min-width: 80px;
  align-items: center;
  justify-content: center;
  display: flex;
  background-color: #066168;
  border-radius: 20px;
  font-size: 42px;
  color: #fff;
  font-weight: 900;
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
}
.why-item .why-title {
  color: #066168;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
}
.why-item .why-text {
  text-align: justify;
  margin-bottom: 0;
}
.why-item .why-part .why-icon-back {
  width: 100px;
  height: 100px;
  min-width: 100px;
  background-color: var(--falcon-primary);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-item .why-part .why-icon-back .why-icon-front {
  background-color: #fff;
  width: 90px;
  height: 90px;
  min-width: 90px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-item .why-part .why-icon-back .why-icon-front img {
  max-width: 48px;
  width: 100%;
}
@media (max-width: 575px) {
  .why-item {
    margin-left: 0px;
    padding: 15px;
    border-radius: 20px;
  }
  .why-item .why-part {
    position: relative;
    display: block;
    text-align: center;
  }
  .why-item .why-part .why-num {
    position: unset;
    transform: none;
    margin: 0px 0px 15px;
    width: 70px;
    height: 70px;
    min-width: 70px;
    font-size: 32px;
  }
  .why-item .why-title {
    font-size: 18px;
  }
  .why-item .why-text {
    font-size: 14px;
    text-align: center;
  }
  .why-item .why-part .why-icon-back {
    width: 70px;
    height: 70px;
    min-width: 70px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .why-item .why-part .why-icon-back .why-icon-front {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }
  .why-item .why-part .why-icon-back .why-icon-front img {
    max-width: 34px;
  }
}


.deals-item {
  padding: 30px;
  border: 10px solid rgba(41, 137, 145, 0.2);
  border-radius: 110px;
}
.deals-item .deals-img {
  margin-bottom: 30px;
}
.deals-item .deals-img img {
  border-radius: 500px;
}
.deals-item .deals-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.deals-item .deals-head .deals-title {
  font-size: 28px;
  font-weight: 500;
  color: var(--falcon-secondary);
  margin-bottom: 0px;
}
.deals-item .deals-head .deals-price {
  display: flex;
  align-items: center;
}
.deals-item .deals-head .deals-price .price {
  color: var(--falcon-secondary);
  font-size: 28px;
  font-weight: 900;
}
.deals-item .deals-head .deals-price .price-duration {
  font-size: 16px;
}
.deals-item .deals-list {
  list-style: none;
  margin-bottom: 35px;
  padding: 0;
}
.deals-item .deals-list li {
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 500;
  color: var(--falcon-secondary);
  position: relative;
  padding-left: 44px;
}
.deals-item .deals-list li:last-child {
  margin-bottom: 0px;
}
.deals-item .deals-list li i {
  color: var(--falcon-primary);
  font-size: 24px;
  margin-right: 20px;
  position: absolute;
  left: 0px;
  top: -5px;
}
.deals-item .deals-btn {
  text-align: center;
}
.deals-item.active {
  border: 10px solid rgba(255, 170, 13, 0.2);
}
.site-button {
  outline: none;
  color: #000;
  font-weight: 500;
  padding: 15px 30px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-flex;
  background-color: var(--falcon-primary);
  border: none;
  font-size: 18px;
  transition: 0.5s all ease;
  white-space: nowrap;
  border-radius: 50px;
}
.site-button:after {
  background: #fff;
  content: "";
  height: 160px;
  opacity: 0;
  position: absolute;
  top: -50px;
  left: -100%;
  transform: rotate(35deg);
  transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
}
.site-button:hover {
  transform: translateY(-3px);
  color: #fff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}
.site-button:hover::after {
  left: 200%;
  opacity: 0.6;
}
@media (max-width: 575px) {
  .deals-item .deals-img {
    margin-bottom: 20px;
  }
  .deals-item .deals-head .deals-title, .deals-item .deals-head .deals-price .price {
    font-size: 22px;
  }
  .deals-item .deals-list li {
    font-size: 14px;
  }
}


.pros-item {
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  padding: 10px;
  border-radius: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pros-item .pros-img {
  background-color: #f9f9f9;
  border-radius: 20px;
  padding: 30px;
  width: 100%;
}
.pros-item .pros-img img {
  max-width: 60px;
}
.pros-item .pros-title {
  font-size: 22px;
  color: var(--falcon-secondary);
  margin: 20px;
}
.pros-item p {
  padding: 0px 20px;
  margin-bottom: 20px;
  font-size: 16px;
}


.accordion-item, .accordion-item:first-of-type, .accordion-item:last-of-type {
  border-radius: 12px;
  overflow: hidden;
  border: 0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}
.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;
}


button.scroltop {
  height: 40px;
  width: 40px;
  background: none;
  border: none;
  position: fixed;
  right: 15px;
  bottom: 15px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  cursor: pointer;
  display: none;
  text-align: center;
  z-index: 999;
  color: #fff;
  animation: mover 1s infinite alternate;
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
button.scroltop span {
  display: block;
  font-size: 24px;
  line-height: 24px;
}


.contact-card {
  transition: all ease .5s;
  padding: 25px;
  border-radius: 8px;
  border: 1px solid #E1E4E6;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.contact-card .contact-icon {
  width: 59px;
  height: 59px;
  transition: all .2s linear;
  background-color: var(--falcon-secondary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.contact-card:hover .contact-icon {
  background-color: var(--falcon-primary);
}
.contact-card .contact-info {
  width: calc(100% - 70px);
  margin-left: auto;
}
.contact-card .contact-info span {
  display: block;
  margin-bottom: 3px;
}
.contact-form {
  background-color: #fff;
  box-shadow: 0px 20px 20px rgba(204, 204, 204, 0.25);
  border-radius: 16px;
  padding: 30px 40px;
}
.contact-form .form-group {
  position: relative;
  margin-bottom: 20px;
}
.contact-form .form-group:last-child {
  margin-bottom: 0;
}
.contact-form input, .contact-form textarea {
  position: relative;
  display: block;
  height: 55px;
  width: 100%;
  padding: 10px 20px;
  color: #121212;
  line-height: 32px;
  font-weight: 400;
  font-size: 16px;
  background-color: #F2F2F2;
  border: 2px solid #F2F2F2;
  border-radius: 10px;
  margin-bottom: 0;
  transition: all 300ms ease;
}
.contact-form textarea {
  height: auto;
  min-height: 119px;
}
.map {
  height: 550px;
}
@media (max-width: 991px) {
  .map {
    height: 300px;
  }
}


.social-icons {
  display: inline-flex;
  height: 46px;
  width: 46px;
  background-color: var(--falcon-primary);
  margin-right: 10px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: 0.5s all ease;
}
.social-icons:hover {
  border-radius: 10px;
}
.social-icons a {
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--falcon-secondary);
  line-height: 36px;
  padding: 0;
  color: #fff;
  font-size: 18px;
  text-align: center;
  border-radius: 50%;
  transition: 0.5s all ease;
}
.social-icons:hover a {
  color: var(--falcon-primary);
  border-radius: 10px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.36);
}
.social-icons a i {
  transition: 0.5s all ease;
  display: inline-block;
  line-height: inherit;
}
.social-icons:hover a i {
  transform: rotateY(360deg) scale(1.2);
}


.subscribe-form-three {
  position: relative;
  margin: 15px 0 0px;
}
.subscribe-form-three .form-group {
  position: relative;
}
.subscribe-form-three .form-group input[type=email] {
  position: relative;
  display: block;
  height: 70px;
  width: 100%;
  font-size: 14px;
  line-height: 30px;
  color: #fdece3;
  padding: 20px 65px 20px 18px;
  background: #202020;
  transition: all 300ms ease;
  border: 1px solid #202020;
  border-radius: 50px;
}
.subscribe-form-three .form-group .subs-btn {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  font-size: 24px;
  background-color: #fff;
  color: var(--falcon-primary);
  border-radius: 50%;
  overflow: hidden;
  border: none;
  text-transform: uppercase;
  z-index: 9;
  transition: all 300ms ease;
}
.subscribe-form-three .form-group .subs-btn:hover {
  color: #fff;
}
.subscribe-form-three .form-group .subs-btn::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  background-color: var(--falcon-primary);
  border-radius: inherit;
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.subscribe-form-three .form-group .subs-btn:hover:before {
  transform: scale(1, 1);
  transform-origin: bottom left;
}