/* font style use localy */
/* @import url(fonts.css); */
@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-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: 70px;
  padding-bottom: 70px;
  background-image: url(../img/home_banner.webp);
  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.3);
  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;
}
.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: 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%;
}

.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;
}

.bg_flight {
    background: #344050;
    color: #fff !important;
    padding: 5px;
}

.bg-arc {
    background: #2c7be5;
    color: #fff !important;
    padding: 5px;
    width: 15%;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
}


span.aa-service-tag {
    background: #205198;
    padding: 8px 17px 8px 10px;
    line-height: 43px;
    color: #fff !important;
    display: ruby-text;
    font-size: 13px;
}

.aa-service-tag  {
       width: 100%!important;
 }



.hero-section {
  position: relative;
  z-index: 1;
}
.hero-section::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #000;
  top: 0;
  opacity: 0.6;
}
.hero-section .hero-wapper {
  z-index: 1;
  padding: 150px 0 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1199px) {
  .hero-section .hero-wapper {
    padding: 80px 0 0 0;
  }
}
.hero-section .hero-wapper .hero-content {
  position: relative;
  z-index: 2;
}
.hero-section .hero-wapper .hero-content .hero-star {
  margin-bottom: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 15px;
}
.hero-section .hero-wapper .hero-content .hero-star i {
  position: relative;
  font-size: 20px;
  color: var(--falcon-primary);
}
@media (max-width: 767px) {
  .hero-section .hero-wapper .hero-content .hero-star i {
    font-size: 16px;
  }
}
.hero-section .hero-wapper .hero-content .hero-star i.star-center {
  top: -10px;
  font-size: 42px;
}
@media (max-width: 767px) {
  .hero-section .hero-wapper .hero-content .hero-star i.star-center {
    font-size: 24px;
  }
}
.hero-section .hero-wapper .hero-content .hero-star i:nth-child(2),
.hero-section .hero-wapper .hero-content .hero-star i:nth-child(4) {
  top: -5px;
}
.hero-section .hero-wapper .hero-content h1 {
  color: #fff;
  margin-bottom: 25px;
  font-weight: 600;
  text-transform: capitalize;
}
.hero-section .hero-wapper .hero-content p {
  color: #fff;
  margin-bottom: 40px;
  max-width: 576px;
  margin-left: auto;
  margin-right: auto;
}
.hero-section .hero-wapper .hero-content .hero-button-wappper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px 20px;
}
.hero-section .hero-wapper .hero-shape-bottom {
  position: relative;
  text-align: center;
  z-index: 2;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .hero-section .hero-wapper .hero-shape-bottom {
    margin-top: 40px;
  }
}
.hero-section .hero-wapper .hero-shape-bottom figure {
  display: flex;
}
.hero-section .hero-wapper .hero-shape-bottom figure img {
  width: 100%;
}
 

.about-img {
  position: relative;
  display: block;
}
.about-img:before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  bottom: 295px;
  width: 250px;
  background-color: rgba(var(--falcon-primary-rgb), 10);
  z-index: -1;
}
@media (max-width: 991px) {
  .about-img {
    text-align: center;
  }
  .about-img:before {
    left: 110px;
  }
}
@media (max-width: 575px) {
  .about-img:before {
    display: none;
  }
}


.counter-section .counter-list {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(4, 1fr);
}
.counter-section .counter-list .counter-item {
  position: relative;
}
.counter-section .counter-list .counter-item:not(:nth-last-child(1))::after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: rgb(var(--falcon-white-rgb), 0.5);
  position: absolute;
  right: 0;
  top: 0;
}
.counter-item .counter-content .counter-text {
  color: #fff;
  font-family: "Playfair Display", serif;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-size: 62px;
  line-height: 1.1em;
  font-weight: 600;
}
.counter-item .counter-content .counter-title {
  color: #fff;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .counter-item .counter-content .counter-text {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .counter-section .counter-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .counter-section .counter-list .counter-item:nth-child(2)::after {
    display: none;
  }
  .counter-item .counter-content .counter-text {
    font-size: 42px;
  }
  .counter-item .counter-content .counter-title {
    font-size: 16px;
  }
}


.rooms-single {
  position: relative;
  display: block;
}
.rooms-img-box {
  position: relative;
  display: block;
}
.rooms-img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}
.rooms-img::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
  background: rgba(25, 22, 40, 0.6);
  opacity: 0;
  z-index: 1;
  content: "";
}
.rooms-single:hover .rooms-img::before {
  opacity: 1;
}
.rooms-img img {
  width: 100%;
  transition: .5s ease;
  transform: scale(1.05);
}
.rooms-single:hover .rooms-img img {
  transform: scale(1);
}
.rooms-review {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 5px 15px;
  background-color: #fff;
  z-index: 2;
  border-radius: 100px;
}
.rooms-review i {
  font-weight: 700;
  color: var(--falcon-primary);
}
.rooms-service {
  position: absolute;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  flex-direction: column;
  bottom: 10px;
  right: 10px;
  z-index: 2;
}
.rooms-service li {
  position: relative;
  display: block;
}
.rooms-service-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 30px;
  background-color: #fff;
  cursor: pointer;
  gap: 10px;
}
.rooms-service-icon i {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--falcon-primary);
}
.rooms-extra-service {
  position: absolute;
  left: -95px;
  bottom: 0;
  opacity: 0;
  transform: translatex(50px);
  transition: background-color 0.7s ease;
  transition: all 0.7s ease;
}
.rooms-extra-service span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 10px 0;
  width: max-content;
  height: 30px;
  white-space: nowrap;
  background-color: #fff;
}
.rooms-service li:hover .rooms-extra-service {
  opacity: 1;
  transform: translatex(0%);
  transition-delay: 200ms;
}
.rooms-content {
  position: relative;
  display: block;
  background: #e7eeee;
  text-align: center;
  padding: 25px;
}
.rooms-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 8px;
}
.rooms-price {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 15px;
  padding-top: 15px;
}
.rooms-price p {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  margin-bottom: 0;
}


.facility-single {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 20px;
  text-align: center;
}
.facility-icon {
  position: relative;
  display: inline-block;
}
.facility-icon img {
  transition: all 500ms linear;
  transition-delay: 0.1s;
}
.facility-single:hover .facility-icon img {
  animation-name: wobble-horizontal-hover;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes wobble-horizontal-hover {
  16.65% {
    transform: translateX(5px);
  }
  33.3% {
    transform: translateX(-3px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}
.facility-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin-top: 15px;
}


.offer-single {
  position: relative;
  display: block;
  background-color: rgba(var(--falcon-primary-rgb), .40);
  padding: 56px 40px 60px;
  z-index: 1;
}
.offer-single-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='630' height='290' viewBox='0 0 630 290'%3E%3Cimage xlink:href='data:image/png;base64,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' x='0' y='0' width='630' height='290'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: cover;
  z-index: -1;
}
.offer-title {
  font-size: 24px;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 600;
  color: var(--falcon-secondary);
}
.offer-text {
  font-size: 18px;
  font-weight: 600;
  line-height: 34px;
  margin: 5px 0 35px;
  max-width: 300px;
}
@media only screen and (max-width: 575px) {
  .offer-single {
    padding: 30px 20px 30px;
  }
  .offer-single-bg {
    mask: none;
  }
  .offer-single-bg:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(var(--falcon-primary-rgb), .40);
    z-index: -1;
  }
}


.testimonial-single {
  position: relative;
  display: block;
  padding: 30px;
  background-color: rgba(var(--falcon-primary-rgb), .30);
}
.testimonial-quote {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.testimonial-quote span {
  position: relative;
  display: inline-block;
  font-size: 80px;
  color: rgba(var(--falcon-secondary-rgb), 0.08);
}
.testimonial-img-and-ratting {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed rgba(var(--falcon-secondary-rgb), .50);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.testimonial-name-box {
  position: relative;
  display: block;
}
.testimonial-name {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
}
.testimonial-sub-title {
  margin-bottom: 0;
}
.testimonial-ratting {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}
.testimonial-ratting span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--falcon-primary);
}
.testimonial-text {
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .testimonial-single {
    padding: 20px 15px 20px;
  }
  .testimonial-img-and-ratting {
    flex-direction: column;
    align-items: baseline;
    gap: 10px;
  }
  .testimonial-name {
    font-size: 20px;
    line-height: 30px;
  }
}


.contact-item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.contact-item-wrapper .contact-item {
  display: flex;
  gap: 20px;
  background-color: #e7eeee;
  padding: 25px;
  border-radius: 24px;
}
.contact-item-wrapper .contact-item .contact-icon {
  position: relative;
  background-color: var(--falcon-primary);
  color: #fff;
  height: 52px;
  width: 52px;
  font-size: 20px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
}
.contact-item-wrapper .contact-item .contact-icon i {
  position: relative;
  z-index: 1;
}
.contact-item-wrapper .contact-item .contact-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.contact-item-wrapper .contact-item .contact-content .contact-content-title {
  color: #525252;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
.contact-item-wrapper .contact-item .contact-content .contact-content-text {
  font-size: 18px;
  line-height: 1.3em;
  color: var(--falcon-primary);
  font-family: "Playfair Display", serif;
  font-weight: 500;
  margin: 0;
  letter-spacing: 0.5px;
}
.contact-item-wrapper .contact-item:hover .contact-icon {
  background-color: var(--falcon-secondary);
}
@media (max-width: 1199px) {
  .contact-item-wrapper .contact-item {
    border-radius: 20px;
  }
}
@media (max-width: 991px) {
  .contact-item-wrapper .contact-item {
    padding: 20px;
  }
  .contact-item-wrapper .contact-item .contact-content .contact-content-text {
    font-size: 18px;
  }
}
.contact-map {
  position: relative;
  z-index: 1;
  padding: 25px;
  border-radius: 24px;
  background-color: #e7eeee;
  height: 375px;
}


.site-footer {
  position: relative;
  display: block;
  background-color: var(--falcon-secondary);
  overflow: hidden;
  z-index: 1;
}
.site-footer__shape-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: .03;
  mix-blend-mode: luminosity;
  z-index: -1;
}
.site-footer__top {
  position: relative;
  display: block;
}
.footer-widget__newsletter {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 70px 0px;
  gap: 50px;
}
.footer-widget__newsletter-title {
  font-size: 35px;
  font-weight: 600;
  line-height: 1.3em;
  color: #fff;
  margin-bottom: 0;
}
.footer-widget__newsletter-form {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  max-width: 550px;
  width: 100%;
}
.footer-widget__newsletter-form-input-box {
  position: relative;
  display: block;
  max-width: 389px;
  width: 100%;
}
.footer-widget__newsletter-form-input-box input[type="email"] {
  font-size: 16px;
  height: 50px;
  width: 100%;
  background-color: rgba(var(--falcon-white-rgb), .10);
  outline: none;
  border: none;
  color: rgba(var(--falcon-white-rgb), .70);
  font-weight: 400;
  padding-right: 20px;
  padding-left: 20px;
}
.site-footer__middle {
  position: relative;
  display: block;
  padding: 0 0 30px;
}
.footer-widget__title-box {
  position: relative;
  display: block;
  margin-bottom: 25px;
}
.footer-widget__title {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  color: #fff;
  text-transform: capitalize;
}
.footer-widget__contact {
  position: relative;
  display: block;
  margin: 0;
}
.footer-widget__contact li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 13px;
}
.footer-widget__contact li+li {
  margin-top: 14px;
}
.footer-widget__contact li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: rgba(var(--falcon-white-rgb), .15);
  border-radius: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  flex-shrink: 0;
}
.footer-widget__contact li:hover .icon {
  background-color: var(--falcon-primary);
}
.footer-widget__contact li .icon span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.footer-widget__contact li:hover .icon span {
  color: #fff;
}
.footer-widget__contact li .contents {
  position: relative;
  display: block;
  flex: 1;
}
.footer-widget__contact li .contents h3 {
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  color: #fff;
}
.footer-widget__contact li .contents p {
  color: rgba(var(--falcon-white-rgb), .70);
  margin-bottom: 0;
}
.footer-widget__contact li .contents p a {
  color: rgba(var(--falcon-white-rgb), .70);
  text-decoration: none;
}
.footer-widget__contact li .contents p a:hover {
  color: var(--falcon-primary);
}
@media (max-width: 575px) {
  .footer-widget__newsletter {
    flex-direction: column;
  }
  .footer-widget__newsletter-title {
    font-size: 25px;
    text-align: center;
  }
  .footer-widget__newsletter-form {
    flex-direction: column;
  }
}