/* font style use localy */
/* @import url(fonts.css); */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&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: "Manrope";
  src: url("../fonts/Manrope-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
.font-primary {
  font-family: "Manrope", serif;
}

.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;
}

.navbar {padding: 0px; 
    background: #1da8ca;}

/* banner css */
.home_banner {
  padding-top: 130px;
  padding-bottom: 90px;
  background-image: url(../img/banner.jpg);
  background-size: cover;
  background-position: bottom;
  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.4);
  pointer-events: none;
  z-index: 1;
} */
.home_banner h4 {
  font-family: cursive;
  font-style: italic;
  color: #fff;
  margin: 0;
}
.home_banner h1 {
  font-family: "Playfair Display", serif;;
  font-size: 70px;
  margin-bottom: 20px;
  color: #fff;
}

.dark-support-btn {
    background-color: #212529;   /* Dark color */
    color: #ffffff;
    border: 2px solid #212529;
}

.dark-support-btn:hover {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}

.home_banner p {
  font-family: "Manrope", serif;
  margin-bottom: 0px;
  color: #fff;
}
@media (max-width: 991px) {
  .home_banner {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .home_banner {
    padding-top: 130px;
    padding-bottom: 60px;
  }
  .home_banner h1 {
    font-size: 34px;
    margin-bottom: 5px;
  }
}

.booking-section {border-bottom: 3px solid #ccc; padding-bottom: 10px; margin-top: 20px;}

.booking-section .booking-wrapper {
  margin-top: 0px;
  position: relative;
  z-index: 99;
 
}
@media (max-width: 1199px) {
  .booking-section .booking-wrapper {
    margin-top: 0px;
  }
}
@media (max-width: 575px) {
  .booking-section .booking-wrapper {
    margin-top: 0px;
  }
}

.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: ""Open Sans", sans-serif;"; 
  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;
}

.fill-white {
  fill: white;
}

@media (max-width: 575px) {
  body {
    font-size: 14px;
  }
}

.title-page {
  position: relative;
  margin-bottom: 10px;
}
.title-page h1 {
  color: #e0e0e0;
  font-size: 50px;
  letter-spacing: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Manrope", serif;
  position: relative;
  margin-bottom: 0;
}
.title-page h3 {
  font-family: "Manrope", serif;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  right: 0;
  color: #353535;
  font-weight: 900;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .title-page h1 {
    font-size: 40px;
    letter-spacing: 5px;
  }
  .title-page h3 {
    font-size: 25px;
  }
}

.check-list {
  padding: 0;
}
.check-list li {
  list-style: none;
  display: flex;
}
.check-list li:not(:last-child) {
  margin-bottom: 5px;
}
.check-list li i {
  margin-right: 10px;
  color: var(--falcon-primary);
}

.about-us .left-shape {
  position: absolute;
  left: 0;
  bottom: 0;
}
.about-image {
  position: relative;
  max-width: 400px;
}
.about-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
  transform: rotate(-20deg);
}
.about-image .about-image-2 {
  max-width: 300px;
  position: absolute;
  right: -160px;
  bottom: 0;
  z-index: 1;
}
.about-image .about-image-2 img {
  transform: rotate(26deg);
}
.about-items {
  display: flex;
  align-items: center;
  gap: 150px;
  margin: 20px 0;
}
.about-items .about-icon-items {
  display: flex;
  align-items: center;
  gap: 20px;
}
.about-items .text {
  position: relative;
}
.about-items .text:before {
  position: absolute;
  content: "";
  background: var(--falcon-primary);
  width: 2px;
  height: 40px;
  left: -27px;
  top: 50%;
  transform: translateY(-50%);
}
.about-image .about-image-2 .plane-shape {
  position: absolute;
  top: -200px;
  left: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .about-image {
    max-width: 800px;
  }
  .about-image img {
    transform: rotate(0);
  }
  .about-image .about-image-2 {
    max-width: 250px;
    left: 0;
  }
  .about-image .about-image-2 img {
    transform: rotate(0);
  }
  .about-image .about-image-2 .plane-shape {
    display: none;
  }
}
@media (max-width: 991px) {
  .about-image {
    height: 500px;
  }
  .about-image .about-image-2 {
    max-width: max-content;
  }
  .about-us .title-page {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .about-image {
    height: auto;
  }
  .about-image .about-image-2 {
    max-width: 150px;
  }
  .about-items {
    flex-direction: column;
    align-items: start;
    gap: 15px;
  }
  .about-items .text:before {
    display: none;
  }
}

.why-us {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
  overflow: hidden;
}
.why-us .text {
  padding: 40px;
}
.why-us .text h2 {
  font-family: "Manrope", serif;
  font-size: 26px;
  font-weight: 600;
}
.why-us .text p {
  font-family: "Manrope", serif;
  font-size: 18px;
  text-align: justify;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .why-us .text {
    padding: 25px;
  }
}
@media (max-width: 991px) {
  .why-us img {
    height: 250px;
    object-fit: cover;
  }
}


.tourSlider .swiper-wrapper {
  align-items: center
}
.tour-card {
  position: relative;
  --space: 16px;
  transition: all 500ms ease;
}
.tour-card:hover {
  transform: translateY(-5px);
}
.tour-card_img img {
  border-radius: 16px
}
.tour-card .tour-content {
  position: absolute;
  top: var(--space);
  left: var(--space);
  width: calc(100% - var(--space)*2);
  height: calc(100% - var(--space)*2);
  z-index: 2;
  background: rgba(17, 61, 72, 0.5);
  border: 1px solid #fff;
  backdrop-filter: blur(5px);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  justify-content: end;
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
  transform: scale(0);
  transition: 0.4s ease-in-out;
}
.tour-card:hover .tour-content {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.tour-card .box-title {
  color: #fff;
  font-family: "Manrope", serif;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 12px;
}
.tour-card_price {
  font-family: "Manrope", serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0px
}
.tour-card_price .currency {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.02em;
  color: #fff
}
.tour-card .tour-action {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 15px;
}
.tour-card .tour-action span {
  color: #fff
}
.tour-card .tour-action i {
  margin-right: 8px
}

.sec_title_static {
  position: sticky;
  height: 100%;
}
.sec_title_static .sec_title_wrap {
  position: sticky;
  top: 100px;
}
.blogs .theme-btn {
  background-color: transparent;
  color: var(--falcon-secondary);
  border: 1px solid var(--falcon-secondary);
}
.blogs .theme-btn:after {
  background-color: var(--falcon-secondary);
}
.blogs .theme-btn:hover {
  color: #fff;
}
.blogs .theme-btn:hover:after {
  background-color: #fff;
}
.blog-grid4-static-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.blog-grid4_wrapp {
  position: sticky;
  top: 100px;
}
.blog-grid4 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  overflow: hidden;
  background-color: #fff;
  transition: all 500ms ease;
}
.blog-grid4:hover {
  transform: translateY(-5px);
}
.blog-grid4_wrapp:not(:last-child) .blog-grid4 {
  border-bottom: 1px solid #E1E4E5;
  margin-bottom: 30px;
  padding-bottom: 30px
}
.blog-grid4 .blog-meta {
  font-family: "Manrope", serif;
  margin-bottom: 10px;
}
.blog-grid4 .blog-meta i {
  margin-right: 5px;
}
.blog-grid4 .box-title {
  font-size: 28px;
  margin-bottom: 22px;
  font-weight: 600;
}
.blog-grid4 .box-title a {
  color: inherit;
}
.blog-grid4 p {
  text-align: justify;
}
.blog-grid4 .blog-img {
  min-width: 248px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  transition: all .5s ease-out;
}
.blog-grid4 .blog-img img {
  width: 100%;
  object-fit: cover;
  transition: 1.3s all ease;
}
.blog-grid4 .blog-img:hover img {
  transform: scale(1.3);
}
.blog-img:after {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  height: 0;
  left: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}
.blog-img:hover:after {
  height: 100%;
  opacity: 0;
  transition: all .4s linear;
}
@media (max-width: 767px) {
  .blog-grid4 {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .blog-grid4 .box-title {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .blog-grid4 .blog-img {
    height: 200px;
    width: 100%;
  }
}

.footer-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  border-bottom: 1px solid #b1b5b6;
  padding-bottom: 24px;
  margin-bottom: 40px;
}
.newsletter-form {
  display: flex;
  gap: 16px;
}
.newsletter-form input {
  background-color: transparent;
  border: 1px solid #fff;
  backdrop-filter: blur(5px);
  height: 55px;
  border-radius: 32px;
  padding: 0 50px 0 25px;
  color: #E9F6F9;
  font-size: 14px;
  min-width: 300px;
  font-family: "Manrope", serif;
  font-weight: 400;
  transition: 0.4s ease-in-out;
}
.newsletter-form .form-control::placeholder {
  color: #fff !important;
  opacity: 1;
}
.newsletter-form input:focus {
  background-color: transparent;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .newsletter-form {
    flex-direction: column;
  }
}
@media screen and (max-width: 575px) {
  .footer-logo-wrap {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.th-social {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.th-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 16px;
  border-radius: 50%;
  transition: all 0.4s ease;
  overflow: hidden;
}
.th-social a:hover {
  background-color: var(--falcon-primary);
}
.th-social a:hover i {
  animation: slideTop 0.5s;
}
@keyframes slideTop {
  49% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }
  51% {
    opacity: 1
  }
}

.filter-invert {
  filter: brightness(0) invert(1);
}

.page-breadcrumb {
  position: relative;
  padding: 150px 0 80px;
  overflow: hidden;
  background-image: url(../img/breadcrumb.jpg);
  background-size: cover;        
  background-position: center;   
  background-repeat: no-repeat; 
}
.page-breadcrumb::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  z-index: 0;
}
.breadcrumb-content {
  font-family: "Manrope", serif;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  z-index: 1;
}
.breadcrumb-content h1 {
  font-family: "Manrope", serif;
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
}
.breadcrumb-content .breadcrumb {
  display: flex;
  align-items: center;
  font-size: 20px;
  gap: 12px;
  margin-top: 20px;
  padding: 10px 22px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  backdrop-filter: blur(30px);
}
.breadcrumb-content .breadcrumb a {
  color: #fff;
}
.breadcrumb-content .breadcrumb i {
  font-size: 16px;
}
@media screen and (max-width: 575px) {
  .page-breadcrumb {
    padding: 100px 0 30px; 
  }
  .breadcrumb-content h1 {
    font-size: 40px;
  }
  .breadcrumb-content .breadcrumb {
    font-size: 16px;
  }
}




.home_banner {
    position: relative;
    overflow: hidden;
}

/* Background Image */
.banner-bg {
     background: 
        linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.55)),
        url('assets/img/slider-bg.jpg') center/cover no-repeat;
    z-index: 1;
}

/* Hero Button */
.hero-call-btn {
    background: #3d73c9;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding: 18px 40px;
    border-radius: 4px;
    text-decoration: none;
    transition: 0.3s;
}

.hero-call-btn:hover {
    background: #2c5aa0;
    color: #fff;
}

/* Service Strip */
.service-strip {
    background: #f1f3f5;
    color: #3d73c9;
}

.service-strip i {
    font-size: 28px;
    color: #3d73c9;
}


.why-us-section {
    background: #f8faff;
}

.why-card {
    background: #ffffff;
    border-radius: 16px;
    transition: 0.3s;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.why-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.icon-box {
    width: 70px;
    height: 70px;
    background: #e9f2ff;
    color: #0d6efd;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 50%;
}


.cta-section {
    background: linear-gradient(135deg, #1da8ca, #1da8ca);
    position: relative;
}

.cta-call-btn {
    background: #ffffff;
    color: #1da8ca;
    font-size: 22px;
    font-weight: 700;
    padding: 18px 40px;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s;
}

.cta-call-btn:hover {
    background: #f1f1f1;
    transform: scale(1.05);
    color: #084298;
}
