
@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: 'Outfit';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(../fonts/Outfit-100.woff2) format('woff2');
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(../fonts/Outfit-200.woff2) format('woff2');
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/Outfit-300.woff2) format('woff2');
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Outfit-400.woff2) format('woff2');
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/Outfit-500.woff2) format('woff2');
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/Outfit-600.woff2) format('woff2');
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Outfit-700.woff2) format('woff2');
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(../fonts/Outfit-800.woff2) format('woff2');
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../fonts/Outfit-900.woff2) format('woff2');
}

.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: center;
  background-repeat: no-repeat;
}
.home_banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right,rgba(0, 0, 0, 0.15) 0%,rgba(0, 0, 0, 0.35) 50%,rgba(0, 0, 0, 0.65) 100%);
  pointer-events: none;
  z-index: 1;
}
.home_banner h1 {
  color: #fff;
  line-height: 1.2;
  text-transform: capitalize;
}
.home_banner .text {
  font-size: 20px;
  color: #fff;
}
@media (max-width: 991px) {
  .home_banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .home_banner .text {
    font-size: 16px;
  }
  .home_banner::before {
    background: linear-gradient(to top,rgba(0, 0, 0, 0.15) 0%,rgba(0, 0, 0, 0.35) 50%,rgba(0, 0, 0, 0.65) 100%);
  }
}

.filter-white {
  filter: brightness(0) invert(1);
}

.destination-card {
  display: block;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e8edf3;
  box-shadow: 0 4px 15px rgba(0,0,0,0.06);
  transition: all .35s ease;
}
.destination-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.12);
}
.destination-image {
  position: relative;
  padding: 8px;
}
.destination-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.destination-tag {
  position: absolute;
  left: 20px;
  top: 20px;
  padding: 3px 8px;
  background: #fff;
  color: var(--falcon-primary);
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 3px 10px rgba(0,0,0,.12);
}
.destination-content {
  padding: 4px 12px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.destination-title h4 {
  margin: 0;
  color: var(--falcon-secondary);
  font-weight: 600;
}
.destination-title p {
  margin: 0;
}
.price span {
  display: block;
  color: #797979;
  font-size: 14px;
}
.price strong {
  color: var(--falcon-primary);
  font-size: 20px;
  font-weight: 600;
}
.destSwiper .swiper-pagination {
  position: relative;
  margin-top: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.destSwiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 !important;
  background: #d9dee7;
  opacity: 1;
  border-radius: 50%;
  transition: all .35s ease;
  cursor: pointer;
}
.destSwiper .swiper-pagination-bullet-active {
  width: 35px;
  height: 8px;
  border-radius: 20px;
  background: var(--falcon-primary);
  box-shadow: 0 4px 10px rgba(0,0,0,.15);
}

.feature-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding-left: 100px;
}
.feature-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .65);
  color: var(--falcon-primary);
  font-size: 24px;
  margin-bottom: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
}
.feature-box h5 {
  font-size: 18px;
  font-weight: 700;
  color: var(--falcon-secondary);
}
.feature-box p {
  font-size: 15px;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .feature-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .feature-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

.deal-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}
.deal-image {
  position: relative;
}
.deal-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.discount {
  position: absolute;
  left: 20px;
  bottom: 20px;
  padding: 3px 8px;
  background: var(--falcon-secondary);
  color: #fff;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
}
.deal-content {
  padding: 10px 15px 15px;
}
.deal-title {
  display: flex;
  gap: 5px;
  margin-bottom: 10px;
}
.deal-title i {
  color: var(--falcon-primary);
  font-size: 18px;
}
.deal-title h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 3px;
  color: var(--falcon-secondary);
}
.deal-title p {
  margin: 0;
}
.trip-info {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #797979;
  font-size: 15px;
  margin-bottom: 10px;
}
.trip-info i {
  color: var(--falcon-primary);
  padding-right: 8px;
}
.dot {
  width: 5px;
  height: 5px;
  background: #797979;
  border-radius: 50%;
  margin: 0;
}
.date {
  color: #797979;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.date i {
  color: var(--falcon-primary);
}
.price-area span {
  color: #797979;
}
.price-area h2 {
  color: var(--falcon-primary);
  font-size: 30px;
  margin: 0;
  font-weight: 700;
}
.price-area del {
  font-size: 16px;
  color: #797979;
  margin-left: 8px;
}
.deal-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
  background: var(--falcon-primary);
  color: white;
  padding: 12px;
  border-radius: 30px;
  font-weight: 600;
  transition: .3s;
}
.deal-btn:hover {
  background: var(--falcon-secondary);
}

.stars {
  color: #ffb400;
}
.review-card {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
}
.user {
  display: flex;
  align-items: center;
  gap: 15px;
}
.user img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  object-fit: cover;
}
.user h5 {
  margin: 0;
  font-weight: 700;
  color: var(--falcon-secondary);
}
.user small {
  color: #797979;
}
.review-card .stars {
  font-size: 12px;
  margin: 10px 0;
}
.review-card p {
  margin: 0;
}

.faq-timeline {
  position: relative;
  max-width: 900px;
  margin: auto;
}
.faq-timeline::before {
  content: "";
  position: absolute;
  left: 35px;
  top: 30px;
  bottom: 30px;
  width: 2px;
  background: #e5e7eb;
}
.faq-box {
  position: relative;
  margin-bottom: 15px;
}
.faq-header {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 25px;
  background: #fff;
  border: 1px solid #edf0f5;
  padding: 15px;
  border-radius: 18px;
  transition: .3s;
}
.faq-header:hover {
  border-color: var(--falcon-primary);
}
.faq-step {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--falcon-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--falcon-primary);
  font-weight: 700;
  z-index: 2;
}
.faq-question-text {
  flex: 1;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  color: var(--falcon-secondary);
}
.faq-action {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #f3f6fa;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-action i {
  transition: .3s;
}
.faq-header:not(.collapsed) {
  border-color: var(--falcon-primary);
}
.faq-header:not(.collapsed) .faq-step, .faq-header:not(.collapsed) .faq-action {
  background: var(--falcon-primary);
  color: #fff;
}
.faq-header:not(.collapsed) .faq-action i {
  transform: rotate(45deg);
}
.faq-description {
  margin-left: 70px;
  margin-top: 10px;
  padding: 15px;
  background: #f8fafc;
  border-radius: 15px;
  color: #6b7280;
  line-height: 1.8;
}
@media(max-width:575px) {
  .faq-description {
    margin-left: 0;
  }
}

.cta-section {
  padding: 40px 0;
  position: relative;
  background-size: cover;
  background-position: center;
}
.cta-wrapper {
  display: inline-block;
  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(8px);
  border-radius: 25px;
  padding: 20px 25px;
}
.cta-content {
  max-width: 650px;
  color: #fff;
}
.cta-content h1 {
  color: var(--falcon-secondary);
  font-weight: 700;
}
.cta-content p {
  font-size: 18px;
  color: rgba(255, 255, 255, .85);
}
.cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.cta-btn,
.cta-outline-btn {
  padding: 10px 20px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  transition: .3s;
}
.cta-btn {
  background: var(--falcon-primary);
  color: #fff;
}
.cta-btn:hover {
  background: var(--falcon-secondary);
  transform: translateY(-3px);
}
.cta-outline-btn {
  border: 2px solid #fff;
  color: #fff;
}
.cta-outline-btn:hover {
  background: #fff;
  color: var(--falcon-primary);
  transform: translateY(-3px);
}
@media(max-width:1199px) {
  .cta-content {
    max-width: 500px;
  }
}
@media(max-width:575px) {
  .cta-wrapper {
    padding: 15px 20px;
  }
  .cta-content p {
    font-size: 16px;
  }
}

.scroll-top {
  position: fixed;
  right: 25px;
  bottom: 25px;
  width: 55px;
  height: 55px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--falcon-primary);
  text-decoration: none;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: all .4s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
}
.scroll-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.scroll-top:hover {
  background: var(--falcon-primary);
  color: #fff;
}
.scroll-top i {
  position: absolute;
  font-size: 18px;
}
.progress-circle {
  position: absolute;
  transform: rotate(-90deg);
}
.circle-bg {
  fill: none;
  stroke: #e9ecef;
  stroke-width: 3;
}
.circle-progress {
  fill: none;
  stroke: var(--falcon-primary);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 132;
  stroke-dashoffset: 132;
  transition: stroke-dashoffset .2s linear;
}
.scroll-top:hover .circle-progress {
  stroke: var(--falcon-secondary);
}

.inner-breadcrumb {
  padding: 40px 0;
  background:linear-gradient(90deg, rgba(0, 0, 0, .65), rgba(0, 0, 0, .25)),  url('../img/breadcrumb.jpg');
  background-size: cover;
  background-position: center;
}
.breadcrumb-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.breadcrumb-title h1 {
  color: #fff;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 0;
}
.breadcrumb-custom {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 12px 22px;
  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(10px);
  border-radius: 50px;
}
.breadcrumb-custom li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}
.breadcrumb-custom a {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: .3s;
}
.breadcrumb-custom a:hover {
  color: var(--falcon-primary);
}
.breadcrumb-custom .active {
  color: var(--falcon-primary);
  font-weight: 600;
}
@media(max-width:991px) {
  .breadcrumb-title h1 {
    font-size: 30px;
  }
}
@media(max-width:575px) {
  .inner-breadcrumb {
    padding: 30px 0; 
  }
  .breadcrumb-wrapper {
    flex-direction: column;
    gap: 10px;
  }
}

.travel-collage {
  position: relative;
  width: 100%;
  height: 400px;
}
.main-travel-image {
  position: absolute;
  width: 360px;
  height: 370px;
  left: 30px;
  top: 0;
  z-index: 2;
  transform: rotate(-5deg);
}
.main-travel-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 35px;
  border: 5px solid #fff;
  box-shadow:0 20px 40px rgba(0, 0, 0, .12);
}
.floating-image {
  position: absolute;
  width: 260px;
  height: 170px;
  z-index: 3;
}
.floating-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 35px;
  border: 5px solid white;
  box-shadow:0 15px 35px rgba(0, 0, 0, .15);
}
.cruise-image {
  right: 10px;
  top: 0;
  transform: rotate(7deg);
}
.car-image {
  right: 20px;
  bottom: 40px;
  transform: rotate(8deg);
}
.journey-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 130px;
  height: 130px;
  background: var(--falcon-primary);
  border-radius: 50%;
  border: 5px solid white;
  color: white;
  z-index: 6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow:0 15px 30px rgba(0, 0, 0, .15);
}
.badge-icon {
  font-size: 28px;
}
.journey-badge h5 {
  color: #fff;
  line-height: 1.4;
  margin: 0;
  font-weight: 600;
}
.journey-badge span {
  width: 30px;
  height: 2px;
  background: white;
  margin-top: 10px;
}
@media(max-width:991px) {
  .travel-collage {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media(max-width:575px) {
  .main-travel-image {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    transform: rotate(0deg);
  }
  .floating-image {
    display: none;
  }
  .journey-badge {
    right: 0;
    left: auto;
    bottom: 0;
    border-radius: 35px;
  }
}

.contact-form-modern {
  background: #ffffff;
  border: 1px solid #e8eef5;
  border-radius: 24px;
  padding: 35px;
  box-shadow: 0 15px 45px rgba(15, 45, 80, 0.10);
}

/* Header */
.contact-form-header {
  margin-bottom: 28px;
}

.form-badge {
  display: inline-flex;
  align-items: center;
  padding: 7px 13px;
  border-radius: 30px;
  background: #eaf8ff;
  color: #21bdee;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.2px;
  margin-bottom: 12px;
}

.contact-form-header h2 {
  margin: 0 0 8px;
  color: #092b50;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

.contact-form-header p {
  margin: 0;
  color: #718096;
  font-size: 14px;
  line-height: 1.7;
  max-width: 500px;
}

/* Input Box */
.input-box {
  position: relative;
}

.input-box>i {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #21bdee;
  font-size: 15px;
  z-index: 2;
}

.input-box input,
.input-box textarea {
  width: 100%;
  border: 1px solid #e3eaf1;
  background: #f8fafc;
  border-radius: 12px;
  padding: 15px 18px 15px 48px;
  color: #092b50;
  font-size: 14px;
  outline: none;
  transition: all 0.25s ease;
}

.input-box input {
  height: 52px;
}

.input-box textarea {
  min-height: 125px;
  resize: vertical;
  padding-top: 16px;
}

.input-box textarea+i,
.textarea-box>i {
  top: 20px;
  transform: none;
}

.input-box input::placeholder,
.input-box textarea::placeholder {
  color: #9aaabd;
}

/* Focus */
.input-box input:focus,
.input-box textarea:focus {
  background: #ffffff;
  border-color: #21bdee;
  box-shadow: 0 0 0 4px rgba(33, 189, 238, 0.10);
}

/* Bottom Section */
.form-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 5px;
}

/* Security Text */
.secure-text {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #7b8794;
  font-size: 12px;
}

.secure-text i {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #edfaff;
  color: #21bdee;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

/* Button */
.contact-submit {
  border: none;
  background: #21bdee;
  color: #ffffff;
  padding: 14px 22px;
  min-width: 165px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: all 0.25s ease;
}

.contact-submit i {
  transition: transform 0.25s ease;
}

.contact-submit:hover {
  background: #092b50;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(9, 43, 80, 0.18);
}

.contact-submit:hover i {
  transform: translateX(4px);
}

/* ================================
   RESPONSIVE
================================ */

@media (max-width: 767px) {

  .contact-form-modern {
    padding: 25px 20px;
    border-radius: 18px;
  }

  .contact-form-header h2 {
    font-size: 25px;
  }

  .form-bottom {
    flex-direction: column;
    align-items: stretch;
  }

  .secure-text {
    justify-content: center;
  }

  .contact-submit {
    width: 100%;
  }
}



.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;
  }
}


.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;
}





.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;
}