/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Common
# Custom Cursor
# Animations
# Cards
# Topbar
# Navigation
# Home Showcase
# Mobile Nav
# Sidebar
# Search Popup
# Page Header
# Client Carousel
# Forms
# Sign In
# Contact
# CTA
# Newsletter
# Comments
# Footer
# Main Slider
# About
# Gallery
# Tour Price
# Helicopter Benefit
# Chief Priority
# Destinations
# Destination Details
# Funfact
# Testimonials
# Faq
# Performance
# Deal Details
# Services
# Service Details
# Blog Details
# Shop
# Shop Details
# Cart
# Checkout
# Error 404
# Boxed Home
--------------------------------------------------------------*/
:root {
  --flyhali-font: "Inter", sans-serif;
  --flyhali-heading-font: "Gordita";
  --flyhali-text: #6C767C;
  --flyhali-text-rgb: 108, 118, 124;
  --flyhali-text-gray: #908F8F;
  --flyhali-text-gray-rgb: 144, 143, 143;
  --flyhali-text-gray2: #818080;
  --flyhali-text-gray2-rgb: 129, 128, 128;
  --flyhali-base: #8C0000;
  --flyhali-base-rgb: 23, 115, 185;
  --flyhali-primary: #FFD453;
  --flyhali-primary-rgb: 255, 212, 83;
  --flyhali-gray: #7E837B;
  --flyhali-gray-rgb: 126, 131, 123;
  --flyhali-gray2: #E8E8E8;
  --flyhali-gray2-rgb: 232, 232, 232;
  --flyhali-gray3: #7C8C98;
  --flyhali-gray3-rgb: 124, 140, 152;
  --flyhali-gray4: #E3E2DE;
  --flyhali-gray4-rgb: 227, 226, 222;
  --flyhali-gray5: #EEE9E9;
  --flyhali-gray5-rgb: 238, 233, 233;
  --flyhali-gray6: #DBD3DF;
  --flyhali-gray6-rgb: 219, 211, 223;
  --flyhali-white: #FFFFFF;
  --flyhali-white-rgb: 255, 255, 255;
  --flyhali-white2: #F6F6F6;
  --flyhali-white2-rgb: 246, 246, 246;
  --flyhali-white3: #F1F1F1;
  --flyhali-white3-rgb: 241, 241, 241;
  --flyhali-white4: #F4F4F4;
  --flyhali-white4-rgb: 244, 244, 244;
  --flyhali-white5: #FBF8F8;
  --flyhali-white5-rgb: 251, 248, 248;
  --flyhali-white6: #EEF8FF;
  --flyhali-white6-rgb: 238, 248, 255;
  --flyhali-white7: #F9F6F6;
  --flyhali-white7-rgb: 249, 246, 246;
  --flyhali-white8: #EFEFEF;
  --flyhali-white8-rgb: 239, 239, 239;
  --flyhali-white9: #F2F2F2;
  --flyhali-white9-rgb: 242, 242, 242;
  --flyhali-white10: #ECF6FE;
  --flyhali-white10-rgb: 236, 246, 254;
  --flyhali-white11: #EEEEEE;
  --flyhali-white11-rgb: 238, 238, 238;
  --flyhali-white12: #EFF8FF;
  --flyhali-white12-rgb: 239, 248, 255;
  --flyhali-white13: #F4F2F2;
  --flyhali-white13-rgb: 244, 242, 242;
  --flyhali-white14: #EAF2F8;
  --flyhali-white14-rgb: 234, 242, 248;
  --flyhali-black: #070A0C;
  --flyhali-black-rgb: 7, 10, 12;
  --flyhali-black2: #010212;
  --flyhali-black2-rgb: 1, 2, 18;
  --flyhali-black3: #000000;
  --flyhali-black3-rgb: 0, 0, 0;
  --flyhali-black4: #123030;
  --flyhali-black4-rgb: 18, 48, 48;
  --flyhali-black5: #090A0B;
  --flyhali-black5-rgb: 9, 10, 11;
  --flyhali-black6: #383939;
  --flyhali-black6-rgb: 56, 57, 57;
  --flyhali-black7: #193131;
  --flyhali-black7-rgb: 25, 49, 49;
  --flyhali-black8: #0E1B20;
  --flyhali-black8-rgb: 14, 27, 32;
  --flyhali-black9: #09141C;
  --flyhali-black9-rgb: 9, 20, 28;
  --flyhali-black10: #253846;
  --flyhali-black10-rgb: 37, 56, 70;
  --flyhali-black11: #141108;
  --flyhali-black11-rgb: 20, 17, 8;
  --flyhali-black12: #050F16;
  --flyhali-black12-rgb: 5, 15, 22;
  --flyhali-black13: #161402;
  --flyhali-black13-rgb: 22, 20, 2;
  --flyhali-black14: #01111E;
  --flyhali-black14-rgb: 1, 17, 30;
  --flyhali-black15: #6F6E6A;
  --flyhali-black15-rgb: 111, 110, 106;
  --flyhali-baby-blue: #DBEFFF;
  --flyhali-baby-blue-rgb: 219, 239, 255;
  --flyhali-baby-blue2: #E5F4FF;
  --flyhali-baby-blue2-rgb: 229, 244, 255;
  --flyhali-yellow: #F5E8C1;
  --flyhali-yellow-rgb: 245, 232, 193;
  --flyhali-yellow2: #F8F2E3;
  --flyhali-yellow2-rgb: 248, 242, 227;
  --flyhali-border-color: #D9D9D9;
  --flyhali-border-color-rgb: 217, 217, 217;
  --section-space: 130px;
  --section-space-2: 118px;
}

/*--------------------------------------------------------------
# Utility
--------------------------------------------------------------*/
.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-120 {
  margin-top: 120px;
}

.mt--60 {
  margin-top: -60px;
}

.mt--120 {
  margin-top: -120px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb--60 {
  margin-bottom: -60px;
}

.mb--120 {
  margin-bottom: -120px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-142 {
  padding-top: 142px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
body {
  font-family: var(--flyhali-font, "Inter", sans-serif);
  color: var(--flyhali-text, #6C767C);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--flyhali-base, #8C0000);
  transition: all 400ms ease;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--flyhali-heading-font, "Gordita");
  color: var(--flyhali-black, #070A0C);
}
@media (max-width: 575px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br {
    display: none;
  }
}

@media (max-width: 575px) {
  p br {
    display: none;
  }
}

.background-base {
  background-color: var(--flyhali-base, #8C0000);
}

.background-black {
  background-color: var(--flyhali-black, #070A0C);
}

.background-black-2 {
  background-color: var(--flyhali-black2, #010212);
}

.flyhali-text {
  color: var(--flyhali-text, #6C767C);
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.section-space {
  padding-top: var(--section-space, 130px);
  padding-bottom: var(--section-space, 130px);
}
@media (max-width: 767px) {
  .section-space {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .section-space {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.section-space-2 {
  padding-top: var(--section-space-2, 118px);
  padding-bottom: var(--section-space, 130px);
}
@media (max-width: 1399px) {
  .section-space-2 {
    padding-top: 120px;
  }
}
@media (max-width: 767px) {
  .section-space-2 {
    padding-top: 91px;
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .section-space-2 {
    padding-top: 73px;
    padding-bottom: 80px;
  }
}
@media (max-width: 440px) {
  .section-space-2 {
    padding-top: 74px;
  }
}

.section-space-top {
  padding-top: var(--section-space, 130px);
}
@media (max-width: 767px) {
  .section-space-top {
    padding-top: 100px;
  }
}
@media (max-width: 575px) {
  .section-space-top {
    padding-top: 80px;
  }
}

.section-space-top-2 {
  padding-top: var(--section-space-2, 118px);
}
@media (max-width: 1399px) {
  .section-space-top-2 {
    padding-top: 120px;
  }
}
@media (max-width: 767px) {
  .section-space-top-2 {
    padding-top: 91px;
  }
}
@media (max-width: 575px) {
  .section-space-top-2 {
    padding-top: 73px;
  }
}
@media (max-width: 440px) {
  .section-space-top-2 {
    padding-top: 74px;
  }
}

.section-space-bottom {
  padding-bottom: var(--section-space, 130px);
}
@media (max-width: 767px) {
  .section-space-bottom {
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .section-space-bottom {
    padding-bottom: 80px;
  }
}

.container-fluid,
.container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .container {
    max-width: 1200px;
  }
}
.row {
  --bs-gutter-x: 30px;
}

.gutter-y-10 {
  --bs-gutter-y: 10px;
}

.gutter-y-15 {
  --bs-gutter-y: 15px;
}

.gutter-y-20 {
  --bs-gutter-y: 20px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

.gutter-y-40 {
  --bs-gutter-y: 40px;
}

.gutter-y-50 {
  --bs-gutter-y: 50px;
}

.gutter-y-60 {
  --bs-gutter-y: 60px;
}

.gutter-y-70 {
  --bs-gutter-y: 70px;
}

.gutter-y-80 {
  --bs-gutter-y: 80px;
}

.logo-retina img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* button */
.flyhali-btn {
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  overflow: hidden;
  padding: 16.5px 45px;
  font-family: var(--flyhali-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--flyhali-black, #070A0C);
  text-align: center;
  font-weight: 500;
  line-height: 1.375;
  border-radius: 30px;
  background-color: var(--flyhali-primary, #FFD453);
  transition: 500ms;
}
@media (max-width: 575px) {
  .flyhali-btn {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 375px) {
  .flyhali-btn {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.flyhali-btn:hover {
  color: var(--flyhali-white, #FFFFFF);
}
.flyhali-btn::after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--flyhali-base, #8C0000);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transform: translateY(105%);
  transform: translateY(105%);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}
.flyhali-btn:hover::after {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.flyhali-btn--base {
  color: var(--flyhali-white, #FFFFFF);
  background-color: var(--flyhali-base, #8C0000);
}
.flyhali-btn--base:hover {
  color: var(--flyhali-black, #070A0C);
}
.flyhali-btn--base::after {
  background-color: var(--flyhali-primary, #FFD453);
}
.flyhali-btn--base-2 {
  color: var(--flyhali-white, #FFFFFF);
  background-color: var(--flyhali-base, #8C0000);
}
.flyhali-btn--base-2:hover {
  color: var(--flyhali-white, #FFFFFF);
}
.flyhali-btn--base-2::after {
  background-color: var(--flyhali-black, #070A0C);
}
.flyhali-btn--black {
  color: var(--flyhali-white, #FFFFFF);
  background-color: var(--flyhali-black, #070A0C);
}
.flyhali-btn--black:hover {
  color: var(--flyhali-white, #FFFFFF);
}
.flyhali-btn--black::after {
  background-color: var(--flyhali-base, #8C0000);
}

/* section title */
.sec-title--center {
  margin-bottom: 51px;
  text-align: center;
}
.sec-title__tagline {
  display: inline-flex;
  margin-bottom: 15px;
  padding: 5px 23px;
  font-family: var(--flyhali-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--flyhali-white, #FFFFFF);
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.25;
  background-color: var(--flyhali-base, #8C0000);
  /*clip-path: polygon(6% 0, 100% 0%, 94% 100%, 0% 100%);*/
  clip-path: polygon(
        69.75% 99.12%, 30.20% 99.12%, 29.35% 99.00%, 28.80% 98.87%, 28.35% 98.75%, 
        27.95% 98.62%, 27.25% 98.37%, 26.95% 98.25%, 26.40% 98.00%, 26.15% 97.87%, 
        25.70% 97.62%, 24.50% 96.87%, 24.15% 96.62%, 23.65% 96.25%, 22.90% 95.62%, 
        22.35% 95.12%, 21.35% 94.12%, 21.00% 93.74%, 20.35% 92.99%, 18.45% 90.74%, 
        10.65% 81.48%, 8.65% 79.10%, 8.15% 78.47%, 7.70% 77.85%, 7.20% 77.10%, 
        6.60% 76.10%, 6.00% 74.97%, 5.75% 74.47%, 5.35% 73.59%, 4.40% 71.21%, 
        4.05% 70.21%, 3.85% 69.59%, 3.40% 68.09%, 3.00% 66.58%, 2.70% 65.33%, 
        2.40% 63.95%, 2.35% 63.70%, 2.05% 62.08%, 1.90% 61.20%, 1.75% 60.20%, 
        1.50% 58.32%, 1.40% 57.45%, 1.25% 55.94%, 1.10% 54.07%, 1.00% 52.32%, 
        0.95% 50.94%, 0.95% 45.93%, 1.00% 44.68%, 1.05% 43.68%, 1.15% 42.18%, 
        1.25% 40.93%, 1.35% 39.92%, 1.45% 39.05%, 1.80% 36.42%, 2.00% 35.17%, 
        2.30% 33.54%, 2.35% 33.29%, 2.70% 31.66%, 2.85% 31.04%, 3.10% 30.04%, 
        3.30% 29.29%, 3.55% 28.41%, 3.70% 27.91%, 4.10% 26.66%, 4.45% 25.66%, 
        5.30% 23.53%, 5.70% 22.65%, 6.00% 22.03%, 6.60% 20.90%, 7.20% 19.90%, 
        7.70% 19.15%, 8.15% 18.52%, 8.65% 17.90%, 9.10% 17.40%, 9.85% 16.65%, 
        10.30% 16.27%, 10.80% 15.89%, 11.40% 15.52%, 12.15% 15.14%, 14.05% 14.27%, 
        37.65% 3.50%, 38.50% 3.13%, 39.10% 2.88%, 39.75% 2.63%, 40.80% 2.25%, 
        41.55% 2.00%, 41.95% 1.88%, 42.85% 1.63%, 43.85% 1.38%, 44.45% 1.25%, 
        45.10% 1.13%, 45.85% 1.00%, 46.80% 0.88%, 48.15% 0.75%, 51.80% 0.75%, 
        53.15% 0.88%, 54.10% 1.00%, 54.85% 1.13%, 55.50% 1.25%, 56.10% 1.38%, 
        57.10% 1.63%, 58.00% 1.88%, 58.80% 2.13%, 59.55% 2.38%, 60.55% 2.75%, 
        61.75% 3.25%, 68.35% 6.26%, 81.25% 12.14%, 87.55% 15.02%, 88.55% 15.52%, 
        89.15% 15.89%, 89.65% 16.27%, 90.10% 16.65%, 90.85% 17.40%, 91.30% 17.90%, 
        91.90% 18.65%, 92.60% 19.65%, 93.35% 20.90%, 93.95% 22.03%, 94.25% 22.65%, 
        94.65% 23.53%, 95.50% 25.66%, 95.85% 26.66%, 96.25% 27.91%, 96.40% 28.41%, 
        96.65% 29.29%, 96.95% 30.41%, 97.25% 31.66%, 97.60% 33.29%, 97.65% 33.54%, 
        97.90% 34.92%, 98.05% 35.79%, 98.15% 36.42%, 98.50% 39.05%, 98.60% 39.92%, 
        98.65% 40.43%, 98.75% 41.55%, 98.80% 42.18%, 98.90% 43.68%, 98.95% 44.68%, 
        99.00% 46.06%, 99.00% 50.94%, 98.95% 52.32%, 98.85% 54.07%, 98.70% 55.94%, 
        98.55% 57.45%, 98.45% 58.32%, 98.20% 60.20%, 98.05% 61.20%, 97.90% 62.08%, 
        97.60% 63.70%, 97.55% 63.95%, 97.25% 65.33%, 96.95% 66.58%, 96.55% 68.09%, 
        96.10% 69.59%, 95.90% 70.21%, 95.55% 71.21%, 94.60% 73.59%, 94.20% 74.47%, 
        93.95% 74.97%, 93.35% 76.10%, 92.60% 77.35%, 91.90% 78.35%, 91.20% 79.22%, 
        88.25% 82.73%, 84.35% 87.36%, 79.50% 93.12%, 78.95% 93.74%, 78.60% 94.12%, 
        77.60% 95.12%, 77.05% 95.62%, 76.30% 96.25%, 75.80% 96.62%, 75.45% 96.87%, 
        74.90% 97.25%, 74.05% 97.75%, 73.30% 98.12%, 72.70% 98.37%, 72.05% 98.62%, 
        71.15% 98.87%, 70.60% 99.00%
        );
    height: 50px;
    align-items: center;
}
.sec-title__title {
  margin: 0px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.083;
}
@media (max-width: 1399px) {
  .sec-title__title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .sec-title__title {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .sec-title__title {
    font-size: 40px;
  }
}
@media (max-width: 440px) {
  .sec-title__title {
    font-size: 35px;
  }
}

/* ratings */
.flyhali-ratings {
  display: flex;
  align-items: center;
  gap: 9px;
}
.flyhali-ratings__icon {
  display: inline-flex;
  font-size: 16px;
  color: var(--flyhali-primary, #FFD453);
  transition: all 500ms ease;
}
.flyhali-ratings__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

/* social links */
.social-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.social-links a {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: var(--flyhali-black4, #123030);
  overflow: hidden;
  transition: all 500ms ease;
}
@media (max-width: 991px) {
  .social-links a {
    width: 40px;
    height: 40px;
  }
}
.social-links__icon {
  display: inline-flex;
  font-size: 20px;
  color: var(--flyhali-white, #FFFFFF);
  transition: all 500ms ease;
}
@media (max-width: 991px) {
  .social-links__icon {
    font-size: 15px;
  }
}
.social-links__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.social-links a:hover {
  background-color: var(--flyhali-primary, #FFD453);
}
.social-links a:hover .social-links__icon {
  color: var(--flyhali-black, #070A0C);
  animation: slideTop 400ms;
}

/* post pagination */
.post-pagination {
  list-style: none;
  padding: 0px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
}
@media (max-width: 991px) {
  .post-pagination {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .post-pagination {
    gap: 15px;
  }
}
.post-pagination__btn {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  font-family: var(--flyhali-heading-font, "Gordita");
  font-size: 20px;
  color: var(--flyhali-black3, #000000);
  text-align: center;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1;
  overflow: hidden;
  background-color: var(--flyhali-border-color, #D9D9D9);
  border-radius: 5px;
  overflow: hidden;
  transition: all 400ms ease;
}
@media (max-width: 767px) {
  .post-pagination__btn {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
}
.post-pagination__btn--icon {
  font-size: 17px;
}
@media (max-width: 767px) {
  .post-pagination__btn--icon {
    font-size: 13px;
  }
}
.post-pagination__btn--icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.post-pagination__btn::after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--flyhali-base, #8C0000);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}
.post-pagination__btn:hover::after {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.post-pagination__btn.active, .post-pagination__btn:hover {
  color: var(--flyhali-white, #FFFFFF);
}
.post-pagination__btn.active::after, .post-pagination__btn:hover::after {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* owl & slick slider buton, dots customize */
.flyhali-owl__carousel--with-shadow .owl-stage-outer {
  overflow: visible;
}
.flyhali-owl__carousel--with-shadow .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}
.flyhali-owl__carousel--with-shadow .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.flyhali-owl__carousel--basic-nav.owl-carousel .owl-nav {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.flyhali-owl__carousel--basic-nav.owl-carousel .owl-nav button {
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: var(--flyhali-black, #070A0C);
  background-color: var(--flyhali-white2, #F6F6F6);
  border-radius: 50%;
  transition: all 400ms ease;
}
.flyhali-owl__carousel--basic-nav.owl-carousel .owl-nav button svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
@media (max-width: 575px) {
  .flyhali-owl__carousel--basic-nav.owl-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    font-size: 14px;
  }
}
.flyhali-owl__carousel--basic-nav.owl-carousel .owl-nav button:hover {
  color: var(--flyhali-white, #FFFFFF);
  background-color: var(--flyhali-base, #8C0000);
}
.flyhali-owl__carousel--basic-nav.owl-carousel .owl-nav button span {
  border: none;
  outline: none;
  color: inherit;
}
.flyhali-owl__carousel--basic-nav.owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.flyhali-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot {
  outline: 0;
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid var(--flyhali-black3, #000000);
  transition: all 400ms ease;
}
.flyhali-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot span {
  background-color: transparent;
}
.flyhali-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover, .flyhali-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active {
  border-color: var(--flyhali-primary, #FFD453);
  background-color: var(--flyhali-primary, #FFD453);
}
.flyhali-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover span, .flyhali-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active span {
  background-color: transparent;
}
.flyhali-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 60px;
}
.flyhali-owl__carousel--basic-nav.owl-carousel .owl-dots.disabled,
.flyhali-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled {
  display: none;
}

@media (min-width: 992px) {
  .flyhali-owl__carousel--nav-dots.owl-carousel .owl-nav {
    width: 100%;
    max-width: 694px;
    margin: 68px auto 0px;
    position: relative;
    justify-content: space-between;
  }
  .flyhali-owl__carousel--nav-dots.owl-carousel .owl-nav::before, .flyhali-owl__carousel--nav-dots.owl-carousel .owl-nav::after {
    content: "";
    width: 34%;
    height: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--flyhali-white, #FFFFFF);
  }
  .flyhali-owl__carousel--nav-dots.owl-carousel .owl-nav::before {
    left: 55px;
  }
  .flyhali-owl__carousel--nav-dots.owl-carousel .owl-nav::after {
    right: 55px;
  }
  .flyhali-owl__carousel--nav-dots.owl-carousel .owl-nav button {
    width: auto;
    height: auto;
    font-size: 25px;
    color: var(--flyhali-white, #FFFFFF);
    background-color: transparent;
  }
  .flyhali-owl__carousel--nav-dots.owl-carousel .owl-nav button:hover {
    color: var(--flyhali-primary, #FFD453);
    background-color: transparent;
  }
}
.flyhali-owl__carousel--nav-dots.owl-carousel .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 6px;
  transform: translateX(-50%);
}

.tabs-box .tabs-content .tab:not(.active-tab) {
  display: none;
}

.bootstrap-select .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
}
.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
  background-color: var(--flyhali-base, #8C0000);
}

.tns-outer .tns-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.tns-outer .tns-controls button {
  width: 45px;
  height: 45px;
  border: 2px solid #f4f4f4;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--flyhali-text, #6C767C);
  border-radius: 50%;
  margin-left: 5px;
  margin-right: 5px;
}

.ul-list-one {
  margin-bottom: 0;
}
.ul-list-one li {
  position: relative;
  padding-left: 45px;
  font-size: 16px;
  font-weight: 500;
  color: var(--flyhali-black, #070A0C);
}
@media (min-width: 481px) {
  .ul-list-one li {
    font-size: 60px;
  }
}
.ul-list-one li::before {
  content: "\e907";
  color: var(--flyhali-base, #8C0000);
  font-size: 26px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "azino-icon";
}

.preloader {
  position: fixed;
  background-color: var(--flyhali-black9, #09141C);
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9991;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}
.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px auto;
  width: 100%;
  height: 100%;
}

/* scroll to top */
.scroll-to-top {
  display: flex;
  align-items: center;
  width: auto;
  height: 35px;
  background: transparent;
  position: fixed;
  bottom: 60px;
  right: -12px;
  z-index: 99;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: rotate(-90deg);
  cursor: pointer;
  transition: all 0.2s ease;
}
.scroll-to-top__text {
  display: inline;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-right: 8px;
}
.scroll-to-top__wrapper {
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: var(--flyhali-base, #8C0000);
  position: relative;
  overflow: hidden;
}
.scroll-to-top__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--flyhali-black, #070A0C);
}
.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 70px;
}

.ui-datepicker .ui-datepicker-header {
  background-image: none;
  background-color: var(--flyhali-black, #070A0C);
  color: var(--flyhali-white, #FFFFFF);
  font-family: var(--flyhali-font, "Inter", sans-serif);
}

.ui-datepicker-calendar th span {
  font-family: var(--flyhali-font, "Inter", sans-serif);
}
.ui-datepicker-calendar td {
  background-color: var(--flyhali-white2, #F6F6F6);
  background-image: none;
  font-family: var(--flyhali-font, "Inter", sans-serif);
  color: var(--flyhali-text, #6C767C);
}
.ui-datepicker-calendar td a {
  border-color: var(--flyhali-border-color, #D9D9D9);
  background-color: var(--flyhali-white2, #F6F6F6);
  background-image: none;
}
.ui-datepicker-calendar .ui-state-default,
.ui-datepicker-calendar .ui-widget-content .ui-state-default,
.ui-datepicker-calendar .ui-widget-header .ui-state-default {
  border-color: var(--flyhali-border-color, #D9D9D9);
  background-color: var(--flyhali-white2, #F6F6F6);
  background-image: none;
  color: var(--flyhali-text, #6C767C);
  padding: 10px 5px;
  text-align: center;
  line-height: 1em;
}
.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-widget-content .ui-state-default:hover,
.ui-datepicker-calendar .ui-widget-header .ui-state-default:hover {
  color: var(--flyhali-white, #FFFFFF);
  background-color: var(--flyhali-base, #8C0000);
}
.ui-datepicker-calendar .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-content .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-header .ui-state-highlight {
  color: var(--flyhali-white, #FFFFFF);
  background-color: var(--flyhali-base, #8C0000);
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  background-image: none;
  background-color: var(--flyhali-white, #FFFFFF);
  color: var(--flyhali-black, #070A0C);
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  background-color: var(--flyhali-base, #8C0000);
  color: var(--flyhali-white, #FFFFFF);
  top: 2px;
}

.ui-datepicker .ui-datepicker-prev:hover {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next:hover {
  right: 2px;
}

/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--flyhali-base, #8C0000);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999991;
}
.custom-cursor__cursor-two {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--flyhali-base, #8C0000);
  opacity: 0.3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: 999991;
}
.custom-cursor__hover {
  background-color: var(--flyhali-base, #8C0000);
  opacity: 0.4;
}
.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: 0.4;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@keyframes bubbleMover {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
  }
  30% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  50% {
    -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
    transform: translateY(50px) translateX(100px) rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  80% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
@keyframes shapeMover {
  0%, 100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }
  50% {
    transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}
@keyframes banner3Shake {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
  30% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  60% {
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
    transform: rotate3d(1, 0, 0, 0deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
}
@keyframes squareMover {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  20%, 60% {
    -webkit-transform: translate(20px, 40px) rotate(180deg);
    transform: translate(20px, 40px) rotate(180deg);
  }
  30%, 80% {
    -webkit-transform: translate(40px, 60px) rotate(0deg);
    transform: translate(40px, 60px) rotate(0deg);
  }
}
@keyframes treeMove {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}
@keyframes leafMove {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    transform: rotate(-2deg) translateX(5px);
  }
  50% {
    transform: rotate(-4deg) translateX(10px);
  }
}
@keyframes messageMove {
  0%, 100% {
    transform: translateX(0);
  }
  25%, 75% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(10px);
  }
}
@keyframes shapeRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes shapeRotate2 {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes flowerRotate {
  0%, 100% {
    transform: rotate(0deg);
  }
  25%, 75% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(10deg);
  }
}
@keyframes zump {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes zumpBottom {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(1.25);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.25);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(0.7);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.7);
  }
}
@keyframes moveX {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes moveX2 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(-15px, 0, 0);
    transform: translate3d(-15px, 0, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@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);
  }
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 50px) rotate3d(0, 1, 0, -190deg);
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 50px) rotate3d(0, 1, 0, -170deg);
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
  }
}
@keyframes smartMove {
  0% {
    width: 0;
  }
  15% {
    width: 100%;
  }
  85% {
    opacity: 1;
  }
  90% {
    width: 100%;
    opacity: 0;
  }
  100% {
    width: 0;
    opacity: 0;
  }
}
@keyframes smartMove2 {
  0% {
    width: 0;
  }
  15% {
    width: 126px;
  }
  85% {
    opacity: 1;
  }
  90% {
    width: 126px;
    opacity: 0;
  }
  100% {
    width: 0;
    opacity: 0;
  }
}
@keyframes smartMove3 {
  0% {
    width: 0;
  }
  15% {
    width: 173px;
  }
  85% {
    opacity: 1;
  }
  90% {
    width: 173px;
    opacity: 0;
  }
  100% {
    width: 0;
    opacity: 0;
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(10px) translateX(10px) rotate(5deg);
    transform: translateY(10px) translateX(10px) rotate(5deg);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}
@keyframes rectMove {
  0%, 50%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25%, 75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes moveBackground {
  0% {
    background-position: -1920px 100%;
  }
  100% {
    background-position: 0 100%;
  }
}
@keyframes moveBackgroundY {
  0% {
    background-position: 100% 1920px;
  }
  100% {
    background-position: 100% 0;
  }
}
@keyframes slideTop {
  49% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes slideRight {
  49% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes slideLeft {
  49% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes animatedCircle {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg) scale(1);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
.team-card {
  position: relative;
  padding: 25px 40px 34px;
  text-align: center;
  border-radius: 15px;
  overflow: hidden;
  z-index: 1;
  background-color: var(--flyhali-white, #FFFFFF);
  border: 2px solid var(--flyhali-black3, #000000);
  transition: all 500ms ease;
}
@media (max-width: 440px) {
  .team-card {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 375px) {
  .team-card {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .team-card {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .team-card {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.team-card:hover {
  border-color: var(--flyhali-base, #8C0000);
}
.team-card::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  border-radius: 0px;
  background-color: var(--flyhali-base, #8C0000);
  transition: all 500ms ease;
}
.team-card:hover::after {
  height: 100%;
  top: 0px;
}
.team-card__image {
  margin-bottom: 21px;
  border-radius: 5px;
}
.team-card__image img {
  width: 100% !important;
  display: block;
  height: 100%;
  border-radius: inherit;
}
.team-card__name {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
  color: var(--flyhali-black3, #000000);
  text-transform: capitalize;
  line-height: 1.5;
}
.team-card__name a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.team-card__name a:hover {
  background-size: 100% 1px;
}
.team-card__designation {
  margin-bottom: 12px;
  font-size: 14px;
  text-transform: capitalize;
  line-height: 1.785;
  transition: all 500ms ease;
}
.team-card .flyhali-ratings {
  justify-content: center;
  gap: 8px;
}
.team-card .flyhali-ratings__icon {
  font-size: 18px;
  color: var(--flyhali-black3, #000000);
}
.team-card:hover .team-card__name, .team-card:hover .team-card__designation, .team-card:hover .flyhali-ratings__icon {
  color: var(--flyhali-white, #FFFFFF);
}

.team-page {
  background-color: var(--flyhali-white, #FFFFFF);
}

@media (min-width: 1400px) {
  .team-page .sec-title__title {
    font-size: 64px;
  }
}

.team-details {
  background-color: var(--flyhali-white, #FFFFFF);
}
.team-details .row {
  --bs-gutter-x: 50px;
}
@media (max-width: 991px) {
  .team-details .row {
    --bs-gutter-x: 30px;
  }
}
.team-details .col-image {
  flex: 0 0 auto;
  width: 45%;
}
@media (max-width: 991px) {
  .team-details .col-image {
    width: 100%;
  }
}
.team-details .col-content {
  flex: 0 0 auto;
  width: 55%;
}
@media (max-width: 991px) {
  .team-details .col-content {
    width: 100%;
  }
}
.team-details__image img {
  max-width: 100%;
  height: auto;
}
.team-details__content {
  margin-top: -7px;
}
@media (max-width: 991px) {
  .team-details__content {
    margin-top: 0;
  }
}
.team-details__about {
  margin-bottom: 30px;
}
.team-details__designation {
  margin-bottom: 10px;
  text-transform: capitalize;
  line-height: 1.625;
}
.team-details__name {
  margin-bottom: 16px;
  font-size: 35px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.333;
}
@media (max-width: 440px) {
  .team-details__name {
    font-size: 30px;
  }
}
@media (max-width: 375px) {
  .team-details__name {
    font-size: 28px;
  }
}
.team-details__text {
  margin: 0;
}
.team-details__text-box {
  position: relative;
  margin-bottom: 33px;
  padding: 22px 30px 22px 40px;
  background-color: var(--flyhali-black9, #09141C);
  overflow: hidden;
}
@media (max-width: 430px) {
  .team-details__text-box {
    padding-left: 35px;
    padding-right: 25px;
  }
}
.team-details__text-box::before {
  content: "";
  width: 8px;
  height: 100%;
  background-color: var(--flyhali-base, #8C0000);
  position: absolute;
  top: 0px;
  left: 0px;
}
.team-details__text-box__text {
  margin: 0;
  position: relative;
  font-size: 20px;
  color: var(--flyhali-white, #FFFFFF);
  line-height: 1.5;
  z-index: 1;
}
@media (max-width: 575px) {
  .team-details__text-box__text {
    font-size: 18px;
  }
}
@media (max-width: 430px) {
  .team-details__text-box__text {
    font-size: 16px;
  }
}
.team-details__text-box__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.team-details__info {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .team-details__info {
    margin-bottom: 25px;
  }
}
.team-details__info li + li {
  margin-top: 6px;
}
.team-details__info li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.team-details__info__icon {
  display: inline-flex;
  flex-shrink: 0;
  font-size: 16px;
  color: var(--flyhali-base, #8C0000);
}
.team-details__info__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.team-details__info__content {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
.team-details__info__title, .team-details__info__text {
  display: inline-block;
}
.team-details__info__text {
  color: var(--flyhali-black, #070A0C);
}
.team-details__info__text--link:hover {
  color: var(--flyhali-base, #8C0000);
}
.team-details .social-links a {
  width: 40px;
  height: 40px;
  background-color: var(--flyhali-white3, #F1F1F1);
}
.team-details .social-links a:hover {
  background-color: var(--flyhali-base, #8C0000);
}
.team-details .social-links__icon {
  font-size: 16px;
  color: var(--flyhali-black, #070A0C);
}
.team-details .social-links a:hover .social-links__icon {
  color: var(--flyhali-white, #FFFFFF);
}

.team-education {
  background-color: var(--flyhali-white, #FFFFFF);
  border-top: 1px solid var(--flyhali-border-color, #D9D9D9);
}
.team-education__sec-title {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.266;
}
.team-education__sec-text {
  margin: 0;
  font-weight: 500;
}
.team-education__certificate {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.team-education__certificate img {
  max-width: 100%;
  height: auto;
}
.team-education__list {
  margin-top: 87px;
  padding-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px 99px;
  border-top: 1px solid var(--flyhali-black9, #09141C);
}
@media (max-width: 991px) {
  .team-education__list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px 50px;
  }
}
@media (max-width: 767px) {
  .team-education__list {
    grid-gap: 30px 40px;
  }
}
@media (max-width: 575px) {
  .team-education__list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 65px;
  }
}
.team-education__list__item {
  position: relative;
}
.team-education__list__item:nth-child(1)::before, .team-education__list__item:nth-child(2)::before, .team-education__list__item:nth-child(3)::before, .team-education__list__item:nth-child(4)::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: var(--flyhali-base, #8C0000);
  position: absolute;
  top: -48px;
  left: 0px;
  transition: all 500ms ease;
}
@media (max-width: 575px) {
  .team-education__list__item:nth-child(1)::before, .team-education__list__item:nth-child(2)::before, .team-education__list__item:nth-child(3)::before, .team-education__list__item:nth-child(4)::before {
    top: -30px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .team-education__list__item:nth-child(3)::before, .team-education__list__item:nth-child(4)::before {
    display: none;
  }
}
.team-education__list__item:hover::before {
  background-color: var(--flyhali-primary, #FFD453);
}
.team-education__year {
  margin-bottom: 10px;
  color: var(--flyhali-black, #070A0C);
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1.625;
}
.team-education__title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 20px;
  text-transform: capitalize;
  line-height: 1.5;
}
.team-education__text {
  margin: 0;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1.625;
}

.blog-card {
  position: relative;
  border-radius: 10px;
  background-color: var(--flyhali-white7, #F9F6F6);
  transition: all 500ms ease;
}
.blog-card__image {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
}
.blog-card__image img {
  width: 100%;
  display: block;
  border-radius: inherit;
  transition: all 500ms ease;
}
.blog-card__image__link {
  width: 100%;
  height: 100%;
  background-color: rgba(var(--flyhali-black3-rgb, 0, 0, 0), 0.5);
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  border-radius: inherit;
  transform: translateY(-20%);
  transition: opacity 500ms ease, transform 500ms ease;
}
.blog-card__image__link::before, .blog-card__image__link::after {
  content: "";
  width: 32px;
  height: 2px;
  background-color: var(--flyhali-white, #FFFFFF);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-card__image__link::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.blog-card:hover .blog-card__image img {
  transform: scale(1.1);
}
.blog-card:hover .blog-card__image__link {
  opacity: 1;
  transform: translateY(0);
}
.blog-card__category {
  position: absolute;
  left: 31px;
  bottom: 0px;
  z-index: 1;
  padding: 4.5px 18px;
  display: inline-block;
  font-size: 15px;
  color: var(--flyhali-black, #070A0C);
  font-weight: 500;
  line-height: 1.25;
  text-transform: capitalize;
  background-color: var(--flyhali-primary, #FFD453);
  clip-path: polygon(9% 0, 100% 0%, 91% 100%, 0% 100%);
  transition: all 500ms ease;
}
.blog-card:hover .blog-card__category {
  color: var(--flyhali-white, #FFFFFF);
  background-color: var(--flyhali-base, #8C0000);
}
.blog-card__content {
  position: relative;
  padding: 31px 25px 30px;
}
.blog-card__title {
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}
.blog-card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-card__title a:hover {
  color: var(--flyhali-base, #8C0000);
}
.blog-card__title a:hover {
  background-size: 100% 1px;
}
.blog-card__meta {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  gap: 18px;
}
@media (max-width: 412px) {
  .blog-card__meta {
    margin-bottom: 30px;
  }
}
@media (max-width: 360px) {
  .blog-card__meta {
    gap: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-card__meta {
    margin-bottom: 30px;
  }
}
.blog-card__meta li {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 15px;
  color: RGBA(var(--flyhali-black-rgb, 7, 10, 12), 0.8);
}
@media (max-width: 360px) {
  .blog-card__meta li {
    font-size: 14px;
  }
}
.blog-card__meta li a {
  color: inherit;
}
.blog-card__meta li a:hover {
  color: var(--flyhali-base, #8C0000);
}
.blog-card__meta__icon {
  position: relative;
  top: -1px;
  display: inline-flex;
  font-size: 20px;
  color: var(--flyhali-base, #8C0000);
  transition: all 500ms ease;
}
@media (max-width: 360px) {
  .blog-card__meta__icon {
    font-size: 16px;
  }
}
.blog-card__meta__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.blog-card__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px 20px;
}
@media (max-width: 412px) {
  .blog-card__bottom {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-card__bottom {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.blog-card__admin {
  display: flex;
  align-items: center;
  gap: 11px;
}
.blog-card__admin__image {
  width: 45px !important;
  height: 45px;
  flex-shrink: 0;
  border-radius: 50%;
}
.blog-card__admin__title {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.285;
}
.blog-card__admin__name {
  margin: 0px;
  font-size: 16px;
  color: var(--flyhali-black3, #000000);
  font-weight: 500;
  line-height: 1.125;
}
.blog-card .flyhali-btn {
  flex-shrink: 0;
  padding: 10.5px 19.5px;
  font-weight: 600;
  border-radius: 5px;
  background-color: var(--flyhali-white, #FFFFFF);
  border: 1px solid var(--flyhali-black3, #000000);
}
@media (max-width: 412px) {
  .blog-card .flyhali-btn {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-card .flyhali-btn {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.blog-card .flyhali-btn:hover {
  border-color: var(--flyhali-base, #8C0000);
}

.blog-card-two {
  position: relative;
  border-radius: 10px;
  background-color: var(--flyhali-white, #FFFFFF);
  box-shadow: 0px 0px 30px 0px rgba(203, 201, 201, 0.58);
  transition: all 500ms ease;
}
.blog-card-two__image {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
}
.blog-card-two__image img {
  width: 100%;
  display: block;
  border-radius: inherit;
  transition: all 500ms ease;
}
.blog-card-two__image__link {
  width: 100%;
  height: 100%;
  background-color: rgba(var(--flyhali-black-rgb, 7, 10, 12), 0.6);
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  border-radius: inherit;
  transform: translateY(30%);
  transition: opacity 500ms ease, transform 500ms ease;
}
.blog-card-two__image__link::before, .blog-card-two__image__link::after {
  content: "";
  width: 32px;
  height: 2px;
  background-color: var(--flyhali-white, #FFFFFF);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-card-two__image__link::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.blog-card-two:hover .blog-card-two__image img {
  transform: scale(1.1);
}
.blog-card-two:hover .blog-card-two__image__link {
  opacity: 1;
  transform: translateY(0);
}
.blog-card-two__category {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  writing-mode: sideways-lr;
  z-index: 1;
  padding: 18px 4.5px;
  display: inline-block;
  font-size: 15px;
  color: var(--flyhali-black, #070A0C);
  font-weight: 500;
  line-height: 1.25;
  text-transform: capitalize;
  background-color: var(--flyhali-primary, #FFD453);
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  transition: all 500ms ease;
}
.blog-card-two:hover .blog-card-two__category {
  color: var(--flyhali-white, #FFFFFF);
  background-color: var(--flyhali-base, #8C0000);
}
.blog-card-two__content {
  position: relative;
  padding: 28px 30px 28px;
}
@media (max-width: 360px) {
  .blog-card-two__content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.blog-card-two__meta {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 18px;
}
@media (max-width: 375px) {
  .blog-card-two__meta {
    gap: 15px;
  }
}
.blog-card-two__meta li {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 15px;
  color: RGBA(var(--flyhali-black-rgb, 7, 10, 12), 0.8);
}
@media (max-width: 375px) {
  .blog-card-two__meta li {
    font-size: 14px;
  }
}
.blog-card-two__meta li a {
  color: inherit;
}
.blog-card-two__meta li a:hover {
  color: var(--flyhali-base, #8C0000);
}
.blog-card-two__meta__icon {
  position: relative;
  top: -1px;
  display: inline-flex;
  font-size: 20px;
  color: var(--flyhali-base, #8C0000);
  transition: all 500ms ease;
}
@media (max-width: 375px) {
  .blog-card-two__meta__icon {
    font-size: 16px;
  }
}
.blog-card-two__meta__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.blog-card-two__title {
  margin-bottom: 22px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.333;
}
@media (max-width: 375px) {
  .blog-card-two__title {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-card-two__title {
    font-size: 20px;
  }
}
.blog-card-two__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-card-two__title a:hover {
  color: var(--flyhali-base, #8C0000);
}
.blog-card-two__title a:hover {
  background-size: 100% 1px;
}
.blog-card-two__text {
  margin: 0px;
  padding-top: 18px;
  font-size: 15px;
  color: var(--flyhali-black, #070A0C);
  line-height: 1.866;
  border-top: 1px solid var(--flyhali-black, #070A0C);
}

.blog-card-three {
  padding: 39px;
  border-radius: 10px;
  background-color: var(--flyhali-white8, #EFEFEF);
}
@media (max-width: 575px) {
  .blog-card-three {
    padding: 30px;
  }
}
@media (max-width: 440px) {
  .blog-card-three {
    padding: 20px;
  }
}
.blog-card-three__image {
  margin-bottom: 30px;
  border-radius: inherit;
}
.blog-card-three__image img {
  width: 100%;
  display: block;
  border-radius: inherit;
}
.blog-card-three__meta {
  margin-bottom: 22px;
  padding-right: 17px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-radius: 30px;
  background-color: var(--flyhali-white, #FFFFFF);
}
.blog-card-three__meta li {
  line-height: 1;
}
.blog-card-three__category {
  padding: 4px 16px;
  font-size: 14px;
}
.blog-card-three__date {
  font-size: 14px;
  line-height: 1.375;
}
.blog-card-three__title {
  margin-bottom: 17px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.333;
}
@media (max-width: 575px) {
  .blog-card-three__title {
    font-size: 26px;
  }
}
@media (max-width: 440px) {
  .blog-card-three__title {
    font-size: 25px;
  }
}
.blog-card-three__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-card-three__title a:hover {
  color: var(--flyhali-base, #8C0000);
}
.blog-card-three__title a:hover {
  background-size: 100% 1px;
}
.blog-card-three__text {
  margin-bottom: 28px;
  font-size: 18px;
  line-height: 1.777;
}
@media (max-width: 575px) {
  .blog-card-three__text {
    font-size: 16px;
    line-height: 1.875;
  }
}
.blog-card-three__btn {
  display: block;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  font-size: 18px;
  color: var(--flyhali-black3, #000000);
  border-radius: 5px;
  background-color: var(--flyhali-white, #FFFFFF);
}

.blog-one,
.blog-two,
.blog-page {
  background-color: var(--flyhali-white, #FFFFFF);
}

.blog-one {
  padding-bottom: 227px;
  position: relative;
}
@media (max-width: 991px) {
  .blog-one {
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  .blog-one {
    padding-bottom: 197px;
  }
}
@media (max-width: 575px) {
  .blog-one {
    padding-bottom: 177px;
  }
}
.blog-one::after {
  content: "";
  width: 46.2%;
  height: calc(100% - 100px);
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: var(--flyhali-white10, #ECF6FE);
  clip-path: polygon(100% 100%, 0 100%, 100% 0);
}
@media (max-width: 991px) {
  .blog-one::after {
    display: none;
  }
}
.blog-one .container {
  position: relative;
  z-index: 1;
}
.blog-one__top {
  margin-bottom: 51px;
}
.blog-one__button {
  text-align: right;
}

.blog-two__top {
  margin-bottom: 51px;
}
.blog-two__button {
  text-align: right;
}
@media (min-width: 1400px) {
  .blog-two__container {
    max-width: 1600px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .blog-two--home3 .blog-card-two__content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .blog-two--home3 .blog-card-two__meta {
    gap: 15px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .blog-two--home3 .blog-card-two__title {
    font-size: 22px;
  }
}

.blog-page .post-pagination {
  justify-content: center;
}
.blog-page--sidebar .post-pagination {
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .blog-page--sidebar .post-pagination {
    justify-content: center;
  }
}

/*--------------------------------------------------------------
# Topbar
--------------------------------------------------------------*/
.topbar {
  position: relative;
  z-index: 999;
  background-color: var(--flyhali-primary, #FFD453);
}
@media (max-width: 767px) {
  .topbar {
    display: none;
  }
}
@media (min-width: 992px) {
  .topbar__container {
    max-width: 1839px;
  }
}
.topbar__inner {
  position: relative;
  padding: 13px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  z-index: 1;
}
.topbar__info {
  margin: 0px;
  display: flex;
  align-items: center;
  gap: 46px;
}
@media (max-width: 991px) {
  .topbar__info {
    width: 100%;
    justify-content: center;
  }
}
.topbar__info li {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 15px;
  font-weight: 500;
  color: var(--flyhali-black, #070A0C);
  line-height: 1.285;
}
.topbar__info li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.topbar__info li a:hover {
  background-size: 100% 1px;
}
.topbar__info__icon {
  width: 23px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 12px;
  color: var(--flyhali-primary, #FFD453);
  border-radius: 50%;
  background-color: var(--flyhali-black, #070A0C);
  transition: all 500ms ease;
}
.topbar__info__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
li:hover .topbar__info__icon {
  color: var(--flyhali-white, #FFFFFF);
  background-color: var(--flyhali-base, #8C0000);
}
.topbar__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 43px;
}
@media (max-width: 991px) {
  .topbar__right {
    display: none;
  }
}
.topbar__pages {
  display: flex;
  align-items: center;
  gap: 17px;
  margin: 0px;
}
.topbar__pages li {
  font-size: 15px;
  color: var(--flyhali-black, #070A0C);
  font-weight: 500;
  line-height: 1.285;
}
.topbar__pages li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.topbar__pages li a:hover {
  background-size: 100% 1px;
}
.topbar__call {
  display: flex;
  align-items: center;
  gap: 7px;
}
.topbar__call__icon {
  width: 23px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 12px;
  color: var(--flyhali-primary, #FFD453);
  border-radius: 50%;
  background-color: var(--flyhali-black, #070A0C);
  transition: all 500ms ease;
}
.topbar__call__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.topbar__call:hover .topbar__call__icon {
  color: var(--flyhali-white, #FFFFFF);
  background-color: var(--flyhali-base, #8C0000);
}
.topbar__call__text {
  margin: 0px;
  font-size: 15px;
  color: var(--flyhali-black, #070A0C);
  font-weight: 500;
  line-height: 1.285;
}
.topbar__call__text a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.topbar__call__text a:hover {
  background-size: 100% 1px;
}
.topbar--two {
  background-color: var(--flyhali-white, #FFFFFF);
  border-bottom: 1px solid var(--flyhali-gray2, #E8E8E8);
}
.topbar--two .topbar__info__icon,
.topbar--two .topbar__call__icon {
  color: var(--flyhali-white, #FFFFFF);
  background-color: var(--flyhali-base, #8C0000);
}
.topbar--two .topbar__info li,
.topbar--two .topbar__call__text {
  color: var(--flyhali-text, #6C767C);
}
.topbar--two .topbar__info li a:hover,
.topbar--two .topbar__call__text a:hover {
  color: var(--flyhali-base, #8C0000);
}
.topbar--two .topbar__pages li {
  color: var(--flyhali-text-gray, #908F8F);
}
.topbar--two .topbar__pages li a:hover {
  color: var(--flyhali-base, #8C0000);
}
.topbar--three {
  background-color: transparent;
}
.topbar--three .topbar__inner {
  padding: 0px 0px 0px 26px;
  background-color: var(--flyhali-primary, #FFD453);
}
@media (max-width: 991px) {
  .topbar--three .topbar__inner {
    padding: 13px 15px;
  }
}
.topbar--three .topbar__right {
  gap: 37px;
}
.topbar--three .topbar__search {
  width: 55px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  font-size: 19px;
  color: var(--flyhali-black3, #000000);
  background-color: var(--flyhali-white, #FFFFFF);
  transition: all 500ms ease;
}
.topbar--three .topbar__search:hover {
  color: var(--flyhali-white, #FFFFFF);
  background-color: var(--flyhali-base, #8C0000);
}
.topbar--three .topbar__search svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.header {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999;
}

.main-header {
  position: relative;
  z-index: 999;
  background-color: var(--flyhali-white, #FFFFFF);
}
.main-header::after {
  content: "";
  width: 383px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  background-color: var(--flyhali-primary, #FFD453);
  clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0% 100%);
}
@media (max-width: 1599px) {
  .main-header::after {
    width: 340px;
  }
}
@media (max-width: 1399px) {
  .main-header::after {
    display: none;
  }
}
@media (min-width: 992px) {
  .main-header__container {
    max-width: 1839px;
  }
}
.main-header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .main-header__inner {
    padding: 20px 0px;
  }
}
.main-header__left {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 360px) {
  .main-header__logo {
    margin-right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .main-header__logo {
    margin-right: 40px;
  }
}
.main-header__logo img {
  max-width: 100%;
  height: auto;
}
.main-header .sidebar-btn__toggler {
  width: 60px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0px 89px 0px 55px;
  font-size: 18px;
  color: var(--flyhali-black3, #000000);
  border-radius: 10px;
  background-color: var(--flyhali-white2, #F6F6F6);
  transition: all 500ms ease;
}
@media (max-width: 1599px) {
  .main-header .sidebar-btn__toggler {
    margin: 0px 50px 0px 50px;
  }
}
@media (max-width: 1399px) {
  .main-header .sidebar-btn__toggler {
    margin: 0px 40px 0px 40px;
  }
}
@media (max-width: 991px) {
  .main-header .sidebar-btn__toggler {
    margin: 0px 0px 0px 50px;
  }
}
@media (max-width: 575px) {
  .main-header .sidebar-btn__toggler {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .main-header .sidebar-btn__toggler {
    display: none;
  }
}
.main-header .sidebar-btn__toggler:hover {
  color: var(--flyhali-white, #FFFFFF);
  background-color: var(--flyhali-base, #8C0000);
}
.main-header .sidebar-btn__toggler svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
@media (max-width: 991px) {
  .main-header__nav {
    display: none;
  }
}
.main-header__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.main-header__search {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  font-size: 19px;
  color: var(--flyhali-black3, #000000);
  border-radius: 50%;
  background-color: var(--flyhali-white3, #F1F1F1);
  transition: all 500ms ease;
}
.main-header__search svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
@media (max-width: 991px) {
  .main-header__search {
    margin-left: 50px;
  }
}
@media (max-width: 575px) {
  .main-header__search {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .main-header__search {
    margin-left: 40px;
  }
}
.main-header__search:hover {
  color: var(--flyhali-white, #FFFFFF);
  background-color: var(--flyhali-base, #8C0000);
}
.main-header__search::before {
  content: "";
  display: none;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  background-color: var(--flyhali-gray2, #E8E8E8);
}
@media (max-width: 991px) {
  .main-header__search::before {
    display: inline-block;
  }
}
@media (max-width: 480px) {
  .main-header__search::before {
    left: -20px;
  }
}
.main-header__btn {
  margin-left: 25px;
}
@media (max-width: 767px) {
  .main-header__btn {
    display: none;
  }
}
.main-header__btn .flyhali-btn {
  padding: 15px 39px;
}
.main-header--two.main-header::after, .main-header--three.main-header::after {
  display: none;
}
.main-header--three {
  background-color: transparent;
}
@media (min-width: 1400px) {
  .main-header--three .main-header__container {
    max-width: 1301px;
  }
}
.main-header--three .main-header__inner {
  padding-left: 17px;
  padding-right: 17px;
  border-radius: 5px;
  background-color: var(--flyhali-white, #FFFFFF);
}
.main-header--three .main-menu .main-menu__list > li + li {
  margin-left: 46px;
}
@media (min-width: 992px) and (max-width: 1299px) {
  .main-header--three .main-menu .main-menu__list > li + li {
    margin-left: 40px;
  }
}
.main-header--three .main-header__btn {
  margin-left: 88px;
}
@media (max-width: 1299px) {
  .main-header--three .main-header__btn {
    margin-left: 40px;
  }
}
@media (max-width: 991px) {
  .main-header--three .main-header__btn {
    margin-left: 35px;
  }
  .main-header__left{
      justify-content: space-between;
  }
}

.sticky-header--cloned {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  top: 0;
  background-color: var(--flyhali-white, #FFFFFF);
  transform: translateY(-100%);
  box-shadow: 0px 3px 18px rgba(var(--flyhali-black-rgb, 7, 10, 12), 0.07);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  visibility: hidden;
  transition: transform 500ms ease, visibility 500ms ease;
}
.sticky-header--cloned.active {
  transform: translateY(0%);
  visibility: visible;
}

.mobile-nav__btn {
  width: 26px;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  cursor: pointer;
  z-index: 3;
}
@media (min-width: 992px) {
  .mobile-nav__btn {
    display: none;
  }
}
.mobile-nav__btn span {
  width: 100%;
  height: 2px;
  background-color: var(--flyhali-black2, #010212);
  transition: all 500ms ease;
}
.mobile-nav__btn span:nth-child(2) {
  margin-top: 5px;
  margin-bottom: 5px;
}
.mobile-nav__btn:hover span {
  background-color: var(--flyhali-base, #8C0000);
}

.main-menu {
  /* after third level no menu */
}
.main-menu .main-menu__list,
.main-menu .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}
@media (min-width: 992px) {
  .main-menu .main-menu__list,
  .main-menu .main-menu__list ul {
    display: flex;
  }
}
.main-menu .main-menu__list > li {
  position: relative;
  padding-top: 29px;
  padding-bottom: 29px;
}
.main-menu .main-menu__list > li.dropdown > a {
  position: relative;
}
.main-menu .main-menu__list > li + li {
  margin-left: 58px;
}
@media (min-width: 992px) and (max-width: 1299px) {
  .main-menu .main-menu__list > li + li {
    margin-left: 35px;
  }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .main-menu .main-menu__list > li + li {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .main-menu .main-menu__list > li + li {
    margin-left: 45px;
  }
}
.main-menu .main-menu__list > li > a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: var(--flyhali-black, #070A0C);
  line-height: 1.25;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 500ms ease;
}
.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a {
  color: var(--flyhali-base, #8C0000);
}
.main-menu .main-menu__list li ul {
  position: absolute;
  top: 100%;
  left: -25px;
  min-width: 270px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
  transform: scaleY(0) translateZ(100px);
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  z-index: 99;
  background-color: var(--flyhali-white, #FFFFFF);
  box-shadow: 0px 10px 60px 0px RGBA(var(--flyhali-white-rgb, 255, 255, 255), 0.07);
  padding: 15px 20px 11px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.main-menu .main-menu__list li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1) translateZ(0px);
}
.main-menu .main-menu__list > .megamenu {
  position: static;
}
.main-menu .main-menu__list > .megamenu > ul {
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}
.main-menu .main-menu__list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}
.main-menu .main-menu__list li ul li > a {
  font-family: var(--flyhali-font, "Inter", sans-serif);
  font-size: 16px;
  line-height: 26px;
  color: var(--flyhali-black, #070A0C);
  font-weight: 500;
  display: flex;
  text-transform: capitalize;
  padding: 8px 15px;
  transition: 400ms;
  margin-bottom: 4px;
}
.main-menu .main-menu__list li ul li.current > a,
.main-menu .main-menu__list li ul li:hover > a {
  color: var(--flyhali-white, #FFFFFF);
  background-color: var(--flyhali-base, #8C0000);
}
.main-menu .main-menu__list li ul li > ul {
  top: 0;
  left: calc(100% + 20px);
}
.main-menu .main-menu__list li ul li > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}
.main-menu .main-menu__list li ul li > ul ul {
  display: none;
}

@media (min-width: 992px) and (max-width: 1400px) {
  .main-menu__list li:nth-last-child(1) ul li > ul,
  .main-menu__list li:nth-last-child(2) ul li > ul {
    left: auto;
    right: calc(100% + 20px);
  }
}
/*--------------------------------------------------------------
# Megamenu Popup
--------------------------------------------------------------*/
.mobile-nav__container .main-menu__list > .megamenu.megamenu-clickable > ul,
.main-menu .main-menu__list > .megamenu.megamenu-clickable > ul,
.stricky-header .main-menu__list > .megamenu.megamenu-clickable > ul {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100vw;
  height: 100vh;
  visibility: visible;
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
  z-index: 999999;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
  padding: 0;
  background-color: var(--flyhali-white, #FFFFFF);
  display: block !important;
  margin: 0;
}

.main-menu__list > li.megamenu-clickable > ul::-webkit-scrollbar {
  display: none;
}

.mobile-nav__container .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active,
.main-menu .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active,
.stricky-header .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
  transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
}

body.megamenu-popup-active {
  overflow: hidden;
}

body.megamenu-popup-active .stricky-header {
  bottom: 0;
}

body.megamenu-popup-active .mobile-nav__content {
  overflow: unset;
}

.mobile-nav__content .demo-one .container {
  padding-left: 15px;
  padding-right: 15px;
}

.megamenu-popup {
  position: relative;
}
.megamenu-popup .megamenu-clickable--close {
  position: absolute;
  top: 18px;
  right: 20px;
  display: block;
  color: var(--flyhali-black, #070A0C);
}
@media (min-width: 1300px) {
  .megamenu-popup .megamenu-clickable--close {
    top: 38px;
    right: 40px;
  }
}
.megamenu-popup .megamenu-clickable--close:hover {
  color: var(--flyhali-base, #8C0000);
}
.megamenu-popup .megamenu-clickable--close span {
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  color: currentColor;
  transition: all 500ms ease;
}
.megamenu-popup .megamenu-clickable--close span::before, .megamenu-popup .megamenu-clickable--close span::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.megamenu-popup .megamenu-clickable--close span::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

/*--------------------------------------------------------------
# Home Showcase
--------------------------------------------------------------*/
.demo-one {
  padding-top: 120px;
  padding-bottom: 120px;
}
.demo-one .row {
  --bs-gutter-y: 30px;
}
.demo-one__card {
  background-color: var(--flyhali-white, #FFFFFF);
  box-shadow: 0px 0px 60px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: 500ms ease;
  transform: translateY(0px);
}
.demo-one__card:hover {
  transform: translateY(-10px);
}
.demo-one__title {
  margin: 0;
  text-transform: capitalize;
  font-size: 16px;
  color: var(--flyhali-black, #070A0C);
  font-weight: 500;
}
.demo-one__title:hover {
  color: var(--flyhali-base, #8C0000);
}
.demo-one__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.demo-one__title a:hover {
  background-size: 100% 1px;
}
.demo-one__image {
  position: relative;
  overflow: hidden;
}
.demo-one__image img {
  max-width: 100%;
  transition: filter 500ms ease;
  filter: blur(0px);
}
.demo-one__card:hover .demo-one__image img {
  filter: blur(2px);
}
.demo-one__btns {
  background-color: rgba(var(--flyhali-black2-rgb, 1, 2, 18), 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  transform: scale(1, 0);
  transform-origin: bottom center;
  opacity: 0;
  transition: transform 500ms ease, opacity 600ms linear;
}
@media (min-width: 576px) and (max-width: 767px) {
  .demo-one__btns {
    flex-direction: row;
  }
}
.demo-one__card:hover .demo-one__btns {
  transform: scale(1, 1);
  opacity: 1;
  transform-origin: top center;
}
.demo-one .flyhali-btn {
  min-width: 151px;
  padding-left: 35px;
  padding-right: 35px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .demo-one .flyhali-btn {
    min-width: auto;
  }
}
.demo-one__title {
  padding-top: 19.5px;
  padding-bottom: 21.5px;
}

.home-showcase .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 20px;
}
.home-showcase__inner {
  padding: 40px 40px 21px;
  background-color: var(--flyhali-white, #FFFFFF);
  box-shadow: 0px 10px 60px 0px rgba(var(--flyhali-black3-rgb, 0, 0, 0), 0.07);
}
.home-showcase .demo-one__card {
  box-shadow: none;
  background-color: var(--flyhali-white, #FFFFFF);
}
.home-showcase .demo-one__btns {
  flex-direction: column;
}
.home-showcase .flyhali-btn {
  min-width: 151px;
  padding-left: 35px;
  padding-right: 35px;
}
.home-showcase .demo-one__title {
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  transform: translateX(-100%);
  transform-origin: left center;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  visibility: hidden;
  position: fixed;
}
.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.mobile-nav__wrapper .home-showcase .row [class*=col-] {
  flex: 0 0 100%;
}
.mobile-nav__wrapper .home-showcase {
  margin-bottom: -1px;
  margin-top: 0;
  border-bottom: 1px solid RGBA(var(--flyhali-white-rgb, 255, 255, 255), 0.1);
}
.mobile-nav__wrapper .home-showcase__inner {
  padding: 15px 0px;
  background-color: transparent;
  box-shadow: none;
}
.mobile-nav__wrapper .home-showcase__title {
  color: var(--flyhali-white, #FFFFFF);
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}
.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.8;
  cursor: url(../images/close.png), auto;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--flyhali-black9, #09141C);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding: 60px 15px 30px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}
.mobile-nav__content .main-menu__nav {
  display: block;
  padding: 0;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: flex;
}

.mobile-nav__close {
  display: inline-flex;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  color: var(--flyhali-white, #FFFFFF);
  cursor: pointer;
  transition: all 500ms ease;
}
.mobile-nav__close svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.mobile-nav__close:hover {
  color: var(--flyhali-base, #8C0000);
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid RGBA(var(--flyhali-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__content .main-menu__list ul li > a {
  padding-left: 1em;
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid RGBA(var(--flyhali-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__content .main-menu__list li > a {
  display: flex;
  justify-content: space-between;
  font-family: var(--flyhali-heading-font, "Gordita");
  line-height: 30px;
  color: var(--flyhali-white, #FFFFFF);
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  height: 46px;
  align-items: center;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list > li > ul > li > a {
  font-size: 16px;
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--flyhali-base, #8C0000);
}

.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: var(--flyhali-base, #8C0000);
  border: none;
  outline: none;
  color: var(--flyhali-white, #FFFFFF);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}
.mobile-nav__content .main-menu__list li a button svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.mobile-nav__content .main-menu__list li a button.expanded {
  transform: rotate(0deg);
  background-color: var(--flyhali-white, #FFFFFF);
  color: var(--flyhali-black, #070A0C);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}
.mobile-nav__contact li {
  color: var(--flyhali-white, #FFFFFF);
  font-size: 16px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}
.mobile-nav__contact li + li {
  margin-top: 15px;
}
.mobile-nav__contact li a {
  color: inherit;
  transition: 500ms;
}
.mobile-nav__contact li a:hover {
  color: var(--flyhali-base, #8C0000);
}
.mobile-nav__contact__icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--flyhali-base, #8C0000);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 12px;
  margin-right: 10px;
  color: var(--flyhali-white, #FFFFFF);
}
.mobile-nav__contact__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.mobile-nav__content .social-links a {
  width: 32px;
  height: 32px;
  background-color: var(--flyhali-base, #8C0000);
}
.mobile-nav__content .social-links a:hover {
  background-color: var(--flyhali-primary, #FFD453);
}
.mobile-nav__content .social-links__icon {
  font-size: 14px;
  color: var(--flyhali-white, #FFFFFF);
}
.mobile-nav__content .social-links a:hover .social-links__icon {
  color: var(--flyhali-black, #070A0C);
}

.mobile-nav__container .main-menu__logo,
.mobile-nav__container .main-menu__right {
  display: none;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar-one {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}
.sidebar-one.active {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}
.sidebar-one__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.8;
  cursor: url(../images/close.png), auto;
}
.sidebar-one__content {
  width: 310px;
  background-color: var(--flyhali-black9, #09141C);
  z-index: 10;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  padding-top: 70px;
  padding-bottom: 30px;
  padding-left: 24px;
  padding-right: 24px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.sidebar-one__content::-webkit-scrollbar {
  display: none;
}
.sidebar-one.active .sidebar-one__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}
.sidebar-one__close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 22px;
  color: var(--flyhali-white, #FFFFFF);
  cursor: pointer;
  transition: all 400ms ease;
}
.sidebar-one__close svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.sidebar-one__close:hover {
  color: var(--flyhali-base, #8C0000);
}
.sidebar-one__item:not(:last-child) {
  margin-bottom: 40px;
}
.sidebar-one__title {
  margin-bottom: 25px;
  position: relative;
  font-size: 25px;
  color: var(--flyhali-white, #FFFFFF);
  font-weight: 700;
  line-height: 1.4;
  text-transform: capitalize;
}
.sidebar-one__title::before, .sidebar-one__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  background-color: var(--flyhali-base, #8C0000);
  width: 20px;
  height: 2px;
}
.sidebar-one__title::after {
  width: 50px;
  left: 25px;
}
.sidebar-one__about__text {
  margin: 0px;
  color: var(--flyhali-white, #FFFFFF);
}
.sidebar-one__info__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-one__info__list li {
  display: flex;
  align-items: flex-start;
  font-size: 15px;
  color: var(--flyhali-white2, #F6F6F6);
  font-weight: 500;
  line-height: 1.75;
}
.sidebar-one__info__list li + li {
  margin-top: 20px;
}
.sidebar-one__info__list li .sidebar-one__info__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  position: relative;
  font-size: 14px;
  color: var(--flyhali-white, #FFFFFF);
  margin-right: 12px;
  background-color: var(--flyhali-base, #8C0000);
  border-radius: 50%;
  overflow: hidden;
  transition: all 500ms ease;
}
.sidebar-one__info__list li .sidebar-one__info__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.sidebar-one__info__list li:hover .sidebar-one__info__icon {
  color: var(--flyhali-black, #070A0C);
  background-color: var(--flyhali-primary, #FFD453);
}
.sidebar-one__info__list li:hover .sidebar-one__info__icon > * {
  animation: slideTop 400ms;
}
.sidebar-one__info__list li address {
  margin: 0;
  color: inherit;
  text-transform: capitalize;
}
.sidebar-one__info__list li a {
  position: relative;
  top: 3px;
  color: inherit;
}
.sidebar-one__info__list li a:hover {
  color: var(--flyhali-base, #8C0000);
}
.sidebar-one .social-links a {
  width: 32px;
  height: 32px;
  background-color: var(--flyhali-base, #8C0000);
}
.sidebar-one .social-links a:hover {
  background-color: var(--flyhali-primary, #FFD453);
}
.sidebar-one .social-links__icon {
  font-size: 14px;
  color: var(--flyhali-white, #FFFFFF);
}
.sidebar-one .social-links a:hover .social-links__icon {
  color: var(--flyhali-black, #070A0C);
}
.sidebar-one__newsletter__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar-one__newsletter__input {
  outline: 0;
  border: 0;
  padding-left: 20px;
  font-size: 14px;
  color: var(--flyhali-white2, #F6F6F6);
  width: calc(100% - 50px);
  height: 50px;
  border-radius: 5px 0px 0px 5px;
  background-color: rgba(var(--flyhali-white-rgb, 255, 255, 255), 0.09);
  transition: all 400ms ease;
}
.sidebar-one__newsletter__btn {
  outline: 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  font-size: 18px;
  color: var(--flyhali-white, #FFFFFF);
  width: 50px;
  height: 50px;
  background-color: var(--flyhali-base, #8C0000);
  overflow: hidden;
  border-radius: 0px 5px 5px 0px;
  transition: all 400ms ease;
}
.sidebar-one__newsletter__btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.sidebar-one__newsletter__btn:hover {
  color: var(--flyhali-black, #070A0C);
  background-color: var(--flyhali-primary, #FFD453);
}
.sidebar-one__newsletter__btn:hover > * {
  animation: slideTop 400ms;
}

.sidebar {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid var(--flyhali-border-color, #D9D9D9);
}
.sidebar__single {
  padding: 25px;
  border-radius: 10px;
  background-color: var(--flyhali-white2, #F6F6F6);
}
.sidebar__single + .sidebar__single {
  margin-top: 30px;
}
.sidebar__title {
  position: relative;
  margin-bottom: 29px;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.25;
}
.sidebar__title__icon {
  display: inline-flex;
  position: relative;
  top: 3px;
  margin-right: 2px;
}
.sidebar__title__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.sidebar__search {
  position: relative;
}
.sidebar__search input[type=search],
.sidebar__search input[type=text] {
  padding-left: 25px;
  padding-right: 35px;
  outline: none;
  border: 0;
  width: 100%;
  height: 50px;
  font-size: 16px;
  color: var(--flyhali-text, #6C767C);
  border-radius: 5px;
  background-color: var(--flyhali-white, #FFFFFF);
  transition: all 400ms ease;
}
@media (max-width: 412px) {
  .sidebar__search input[type=search],
  .sidebar__search input[type=text] {
    padding-left: 20px;
  }
}
.sidebar__search input[type=search]:focus,
.sidebar__search input[type=text]:focus {
  color: var(--flyhali-black, #070A0C);
}
.sidebar__search button[type=submit] {
  padding: 0;
  border: none;
  outline: none;
  display: inline-flex;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  font-size: 18px;
  color: var(--flyhali-black3, #000000);
  background-color: transparent;
  transition: all 400ms ease;
}
.sidebar__search button[type=submit] svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.sidebar__categories-wrapper {
  padding-bottom: 18px;
}
.sidebar__categories {
  margin: 0;
}
.sidebar__categories li:not(:last-child) {
  margin-bottom: 5.5px;
}
.sidebar__categories li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 5.5px 0px;
  font-size: 18px;
  color: var(--flyhali-text-gray, #908F8F);
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1.333;
  border-radius: 5px;
  overflow: hidden;
  transition: all 500ms ease;
}
@media (max-width: 360px) {
  .sidebar__categories li a {
    font-size: 16px;
  }
}
.sidebar__categories li a::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  border-radius: inherit;
  background-color: var(--flyhali-base, #8C0000);
  transition: all 500ms ease;
}
.sidebar__categories li a:hover {
  padding-right: 18px;
  color: var(--flyhali-white, #FFFFFF);
}
.sidebar__categories li a:hover::after {
  width: 100%;
  left: 0px;
}
.sidebar__categories li a span {
  color: inherit;
}
.sidebar__categories__text {
  display: flex;
  align-items: center;
  gap: 13px;
}
.sidebar__categories__icon {
  display: inline-flex;
  font-size: 12px;
  transition: all 500ms ease;
}
.sidebar__categories__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.sidebar__categories a:hover .sidebar__categories__icon {
  opacity: 0;
  visibility: hidden;
}
.sidebar__posts-wrapper {
  padding-bottom: 30px;
}
.sidebar__posts {
  margin: 0;
}
.sidebar__posts__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
@media (max-width: 390px) {
  .sidebar__posts__item {
    display: block;
  }
}
.sidebar__posts__item:not(:last-of-type) {
  margin-bottom: 30px;
}
.sidebar__posts__image {
  width: 69px;
  flex-shrink: 0;
}
.sidebar__posts__image img {
  width: 100%;
  display: block;
  border-radius: 30px;
}
.sidebar__posts__content {
  width: calc(100% - 69px);
}
@media (max-width: 390px) {
  .sidebar__posts__content {
    margin-top: 15px;
    width: 100%;
  }
}
.sidebar__posts__date {
  display: inline-block;
  padding: 4px 14px;
  font-size: 13px;
  color: var(--flyhali-white, #FFFFFF);
  font-weight: 500;
  line-height: 1.25;
  text-transform: capitalize;
  border-radius: 30px;
  background-color: var(--flyhali-base, #8C0000);
}
.sidebar__posts__title {
  margin: 7px 0px 0px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.sidebar__posts__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.sidebar__posts__title a:hover {
  color: var(--flyhali-base, #8C0000);
}
.sidebar__posts__title a:hover {
  background-size: 100% 1px;
}
.sidebar__tags-wrapper {
  padding-bottom: 30px;
}
.sidebar__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.sidebar__tags__btn {
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 600;
  color: var(--flyhali-black3, #000000);
  border-radius: 5px;
  background-color: var(--flyhali-white, #FFFFFF);
  border: 1px solid transparent;
}
.sidebar__tags__btn:hover {
  border-color: var(--flyhali-black3, #000000);
}
.sidebar__support {
  padding: 46px 30px 58px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media (max-width: 375px) {
  .sidebar__support {
    padding: 46px 25px 50px;
  }
}
.sidebar__support__title {
  margin-bottom: 30px;
  font-size: 32px;
  color: var(--flyhali-white, #FFFFFF);
  font-weight: 700;
  line-height: 1.125;
}
@media (max-width: 375px) {
  .sidebar__support__title {
    margin-bottom: 20px;
    font-size: 25px;
  }
}
.sidebar__support__text {
  margin-bottom: 16px;
  font-size: 18px;
  color: var(--flyhali-white, #FFFFFF);
  line-height: 1.666;
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-transition: all 1s ease;
  -khtml-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.search-popup__overlay {
  position: fixed;
  width: 224vw;
  height: 224vw;
  top: calc(90px - 112vw);
  right: calc(50% - 112vw);
  z-index: 3;
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: transform 0.8s ease-in-out;
  -khtml-transition: transform 0.8s ease-in-out;
  -moz-transition: transform 0.8s ease-in-out;
  -ms-transition: transform 0.8s ease-in-out;
  -o-transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition-delay: 0s;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  background-color: #000;
  opacity: 0.8;
  cursor: url(../images/close.png), auto;
}
@media (max-width: 767px) {
  .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(-110%);
  }
}
.search-popup__content {
  position: fixed;
  width: 0;
  max-width: 560px;
  padding: 30px 15px;
  left: 50%;
  top: 50%;
  opacity: 0;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition-delay: 0s, 0.8s, 0s;
  transition-delay: 0s, 0.4s, 0s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
.search-popup__form {
  position: relative;
}
.search-popup__form input[type=search],
.search-popup__form input[type=text] {
  width: 100%;
  background-color: var(--flyhali-white, #FFFFFF);
  font-size: 15px;
  color: var(--flyhali-text, #6C767C);
  border: none;
  outline: none;
  height: 66px;
  padding-left: 25px;
  border-radius: 5px;
  transition: all 500ms ease;
}
.search-popup__form input[type=search]:focus,
.search-popup__form input[type=text]:focus {
  color: var(--flyhali-black, #070A0C);
}
.search-popup__form .flyhali-btn {
  padding: 0;
  width: 66px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  font-size: 22px;
  border-radius: 0px 5px 5px 0px;
}
.search-popup.active {
  z-index: 9999;
}
.search-popup.active .search-popup__overlay {
  top: auto;
  bottom: calc(90px - 112vw);
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  opacity: 0.8;
  -webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
}
@media (max-width: 767px) {
  .search-popup.active .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(0%);
  }
}
.search-popup.active .search-popup__content {
  width: 100%;
  opacity: 1;
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  position: relative;
  padding: 50px 0px;
  /*padding-bottom: 191px;*/
  background-color: #FEEEEE;
}
@media (max-width: 991px) {
  .page-header {
    padding: 30px 0px;
  }
}
@media (max-width: 767px) {
  .page-header {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .page-header {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.page-header__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: overlay;
}
.page-header__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-header__bg::after {
  background: linear-gradient(180deg, #57523C -18.46%, rgba(51, 51, 51, 0.47) 81.74%, rgba(255, 255, 255, 0) 103.73%);
}
.page-header .container {
  position: relative;
  z-index: 1;
}
.page-header__content {
  text-align: center;
}
.page-header__title {
  margin-bottom: 0px;
  font-size: 64px;
  color: var(--flyhali-base, #FFFFFF);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.25;
}
@media (max-width: 1399px) {
  .page-header__title {
    font-size: 55px;
  }
}
@media (max-width: 991px) {
  .page-header__title {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .page-header__title {
    margin-bottom: 0px;
    font-size: 40px;
  }
}
@media (max-width: 430px) {
  .page-header__title {
    font-size: 35px;
  }
}
@media (max-width: 390px) {
  .page-header__title {
    font-size: 30px;
  }
}

.flyhali-breadcrumb {
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px 0;
  flex-wrap: wrap;
}
.flyhali-breadcrumb li {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: var(--flyhali-white, #FFFFFF);
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .flyhali-breadcrumb li {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .flyhali-breadcrumb li {
    font-size: 16px;
  }
}
.flyhali-breadcrumb li:not(:last-child)::after {
  content: ">";
  position: relative;
  top: -1px;
  margin-left: 7px;
  margin-right: 7px;
  font-size: 21px;
}
@media (max-width: 575px) {
  .flyhali-breadcrumb li:not(:last-child)::after {
    top: 0px;
    font-size: 19px;
  }
}
.flyhali-breadcrumb li span,
.flyhali-breadcrumb li a {
  display: inline-flex;
}
.flyhali-breadcrumb li:not(:first-child) span {
  color: var(--flyhali-primary, #FFD453);
}
.flyhali-breadcrumb li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.flyhali-breadcrumb li a:hover {
  background-size: 100% 1px;
}
.flyhali-breadcrumb li a:hover {
  color: var(--flyhali-primary, #FFD453);
}

/*--------------------------------------------------------------
# Client Carousel
--------------------------------------------------------------*/
.client-carousel {
  padding: 73.5px 0px;
  background-color: var(--flyhali-baby-blue2, #E5F4FF);
}
.client-carousel__carousel {
  position: relative;
}
.client-carousel__carousel .owl-stage {
  display: flex;
  align-items: center;
}
.client-carousel__item {
  text-align: center;
}
.client-carousel__item img {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
}
.client-carousel--two {
  padding: var(--section-space, 130px) 0px;
}
@media (max-width: 767px) {
  .client-carousel--two {
    padding: 100px 0px;
  }
}
@media (max-width: 575px) {
  .client-carousel--two {
    padding: 73.5px 0px;
  }
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.form-one__group {
  margin: 0px;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
@media (min-width: 768px) {
  .form-one__group {
    grid-template-columns: repeat(2, 1fr);
  }
}
.form-one__control {
  border: none;
  width: auto;
  height: auto;
  border-radius: 0;
  padding: 0;
  position: relative;
}
.form-one__control--full {
  grid-column-start: 1;
  grid-column-end: -1;
}
.form-one .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  position: relative;
  display: block;
  width: 100% !important;
  font-family: var(--flyhali-font, "Inter", sans-serif);
}
.form-one .bootstrap-select > .dropdown-toggle::after {
  display: none;
}
.form-one .bootstrap-select > .dropdown-toggle {
  position: relative;
  height: 50px;
  outline: none !important;
  border: 0;
  border-radius: 0;
  background-color: var(--flyhali-white3, #F1F1F1) !important;
  margin: 0;
  padding: 0;
  padding-left: 25px;
  padding-right: 25px;
  font-family: var(--flyhali-font, "Inter", sans-serif);
  color: var(--flyhali-text-gray2, #818080) !important;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  line-height: 50px;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 25.75px center;
}
@media (max-width: 430px) {
  .form-one .bootstrap-select > .dropdown-toggle {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.form-one .bootstrap-select > .dropdown-toggle::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 16px;
  color: var(--flyhali-text-gray2, #818080);
}
@media (max-width: 430px) {
  .form-one .bootstrap-select > .dropdown-toggle::before {
    right: 20px;
  }
}
.form-one .bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid var(--flyhali-border-color, #D9D9D9);
}
.form-one .bootstrap-select .dropdown-menu {
  border: none;
}
.form-one .bootstrap-select .dropdown-menu > li > a {
  font-family: var(--flyhali-font, "Inter", sans-serif);
  font-size: 14px;
  font-weight: 400;
  padding: 10px 30px;
  color: var(--flyhali-black, #070A0C);
  background-color: var(--flyhali-white2, #F6F6F6);
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 430px) {
  .form-one .bootstrap-select .dropdown-menu > li > a {
    padding: 10px 20px;
  }
}
.form-one .bootstrap-select .dropdown-menu > li:hover > a,
.form-one .bootstrap-select .dropdown-menu > li.selected > a {
  color: var(--flyhali-white, #FFFFFF);
  background-color: var(--flyhali-base, #8C0000);
  border-color: var(--flyhali-base, #8C0000);
}
.form-one .bootstrap-select > .dropdown-toggle {
  display: flex;
  align-items: center;
}
.form-one .bootstrap-select > .dropdown-toggle .filter-option {
  display: flex;
  align-items: center;
}
.form-one .bootstrap-select > .dropdown-toggle,
.form-one input[type=text],
.form-one input[type=email],
.form-one input[type=password],
.form-one input[type=tel],
.form-one textarea {
  display: block;
  border: none;
  outline: none;
  padding: 0 25px;
  width: 100%;
  height: 50px;
  font-family: var(--flyhali-font, "Inter", sans-serif);
  font-size: 14px;
  color: var(--flyhali-text-gray2, #818080);
  font-weight: 400;
  border-radius: 30px;
  background-color: var(--flyhali-white, #FFFFFF);
  border: 1px solid var(--flyhali-gray6, #DBD3DF);
  transition: all 400ms ease;
}
@media (max-width: 430px) {
  .form-one .bootstrap-select > .dropdown-toggle,
  .form-one input[type=text],
  .form-one input[type=email],
  .form-one input[type=password],
  .form-one input[type=tel],
  .form-one textarea {
    padding: 0px 20px;
  }
}
.form-one .bootstrap-select > .dropdown-toggle:focus,
.form-one input[type=text]:focus,
.form-one input[type=email]:focus,
.form-one input[type=password]:focus,
.form-one input[type=tel]:focus,
.form-one textarea:focus {
  color: var(--flyhali-black, #070A0C);
  border-color: var(--flyhali-base, #8C0000);
}
.form-one textarea {
  height: 170px;
  padding: 14px 25px 0px;
}
@media (max-width: 430px) {
  .form-one textarea {
    padding: 14px 20px 0px;
  }
}

.form-two {
  padding: 80px 59px;
  border-radius: 10px;
  background-color: var(--flyhali-white, #FFFFFF);
}
@media (max-width: 767px) {
  .form-two {
    padding: 50px 40px;
  }
}
@media (max-width: 575px) {
  .form-two {
    padding: 40px 30px;
  }
}
.form-two__control {
  margin-top: 20px;
}
.form-two__title {
  margin-bottom: 11px;
  font-size: 16px;
  color: var(--flyhali-black, #070A0C);
  font-weight: 600;
  line-height: 1.25;
}
.form-two input[type=text],
.form-two input[type=email],
.form-two input[type=password],
.form-two input[type=tel],
.form-two input[type=date],
.form-two select,
.form-two textarea {
  display: block;
  border: none;
  outline: none;
  padding: 0 20px;
  width: 100%;
  height: 70px;
  font-family: var(--flyhali-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--flyhali-text, #6C767C);
  font-weight: 400;
  border-radius: 5px;
  background-color: var(--flyhali-white, #FFFFFF);
  border: 1px solid var(--flyhali-black3, #000000);
  transition: all 400ms ease;
}
@media (max-width: 575px) {
  .form-two input[type=text],
  .form-two input[type=email],
  .form-two input[type=password],
  .form-two input[type=tel],
    .form-two input[type=date],
    .form-two select,
  .form-two textarea {
    height: 60px;
  }
}
.form-two input[type=text]:focus,
.form-two input[type=email]:focus,
.form-two input[type=password]:focus,
.form-two input[type=tel]:focus,

.form-two input[type=date]:focus,
.form-two select:focus,
.form-two textarea:focus {
  color: var(--flyhali-black, #070A0C);
  border-color: var(--flyhali-base, #8C0000);
}
.form-two textarea {
  height: 169px;
  padding-top: 10px !important;
}
.form-two__checked-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 440px) {
  .form-two__checked-box {
    display: block;
  }
}
.form-two__checked-box label {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  margin-right: 0px;
  margin-bottom: 0;
  text-transform: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: var(--flyhali-black, #070A0C);
  line-height: 1.5;
}
.form-two__checked-box label span::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 3px;
  display: block;
  border-bottom: 2px solid var(--flyhali-base, #8C0000);
  border-right: 2px solid var(--flyhali-base, #8C0000);
  width: 7px;
  height: 10px;
  pointer-events: none;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  opacity: 0;
}
.form-two__checked-box input[type=checkbox] {
  display: none;
}
.form-two__checked-box input[type=checkbox] + label span {
  position: absolute;
  top: 3px;
  left: 0;
  border-radius: 3px;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  background: transparent;
  cursor: pointer;
  border: 1px solid var(--flyhali-gray4, #E3E2DE);
  transition: all 300ms ease;
}
.form-two__checked-box input[type=checkbox]:checked + label span {
  border-color: var(--flyhali-base, #8C0000);
}
.form-two__checked-box input[type=checkbox]:checked + label span::before {
  opacity: 1;
}
@media (max-width: 440px) {
  .form-two__checked-inner {
    margin-bottom: 10px;
  }
}
.form-two__forgot-text {
  font-size: 16px;
  font-weight: 600;
  color: var(--flyhali-black, #070A0C);
  line-height: 1.75;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.form-two__forgot-text:hover {
  color: var(--flyhali-base, #8C0000);
}
.form-two__forgot-text:hover {
  background-size: 100% 1px;
}
.form-two__or {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 10px 0px;
  font-size: 16px;
  color: var(--flyhali-black, #070A0C);
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1;
}
.form-two__or__border {
  height: 16px;
  flex-grow: 1;
  border-radius: 3px;
  border: 1px solid var(--flyhali-gray4, #E3E2DE);
}
.form-two .flyhali-btn {
  width: 100%;
  padding-top: 21.5px;
  padding-bottom: 21.5px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 5px;
  background-color: var(--flyhali-black3, #000000);
}
@media (max-width: 575px) {
  .form-two .flyhali-btn {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 18px;
  }
}
@media (max-width: 390px) {
  .form-two .flyhali-btn {
    padding-top: 19px;
    padding-bottom: 19px;
    font-size: 16px;
  }
}
.form-two__google {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 21.5px 25px;
  font-size: 16px;
  font-weight: 600;
  color: var(--flyhali-black, #070A0C);
  text-align: center;
  line-height: 1.25;
  border-radius: 5px;
  background-color: var(--flyhali-white, #FFFFFF);
  border: 1px solid var(--flyhali-black3, #000000);
  transition: all 500ms ease;
}
@media (max-width: 575px) {
  .form-two__google {
    padding: 16.5px 25px;
  }
}
@media (max-width: 360px) {
  .form-two__google {
    padding: 16.5px 22px;
    font-size: 14px;
  }
}
.form-two__google:hover {
  border-color: var(--flyhali-base, #8C0000);
}

/*--------------------------------------------------------------
# Sign In
--------------------------------------------------------------*/
.sign-in {
  position: relative;
  overflow: hidden;
  background-color: var(--flyhali-white, #FFFFFF);
}
.sign-in::after {
  content: "";
  width: 709px;
  height: 709px;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: var(--flyhali-white5, #FBF8F8);
}
.sign-in .container {
  position: relative;
  z-index: 1;
}
.sign-in .sec-title__title {
  margin-bottom: 76px;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 767px) {
  .sign-in .sec-title__title {
    margin-bottom: 65px;
  }
}
.sign-in__wrapper {
  padding-top: 59px;
  position: relative;
  z-index: 1;
  background-color: var(--flyhali-white6, #EEF8FF);
}
.sign-in__content {
  margin-bottom: 57px;
  text-align: center;
}
@media (max-width: 767px) {
  .sign-in__content {
    margin-bottom: 40px;
  }
}
.sign-in__title {
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25;
}
.sign-in__text {
  margin: 0px;
  font-size: 20px;
  font-weight: 500;
  color: var(--flyhali-black, #070A0C);
  line-height: 1.6;
}
@media (max-width: 767px) {
  .sign-in__text {
    font-size: 18px;
  }
}
.sign-in__text a {
  font-weight: 700;
  color: var(--flyhali-base, #8C0000);
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.sign-in__text a:hover {
  background-size: 100% 1px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-info {
  background-color: var(--flyhali-white, #FFFFFF);
}
@media (max-width: 767px) {
  .contact-info__item {
    text-align: center;
  }
}
.contact-info__item--call {
  padding-left: 70px;
}
@media (max-width: 991px) {
  .contact-info__item--call {
    padding-left: 0px;
  }
}
.contact-info__item--email {
  padding-left: 100px;
}
@media (max-width: 991px) {
  .contact-info__item--email {
    padding-left: 0px;
  }
}
.contact-info__icon-box {
  width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 17px;
  border-radius: 50%;
  background-color: var(--flyhali-black3, #000000);
  transition: all 500ms ease;
}
@media (max-width: 767px) {
  .contact-info__icon-box {
    margin: 0px auto 17px;
  }
}
.contact-info__item:hover .contact-info__icon-box {
  background-color: var(--flyhali-base, #8C0000);
}
.contact-info__icon {
  display: inline-flex;
  font-size: 38px;
  color: var(--flyhali-white, #FFFFFF);
}
.contact-info__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.contact-info__item:hover .contact-info__icon {
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.contact-info__title {
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: capitalize;
}
.contact-info__text {
  margin: 0px;
  font-size: 20px;
  font-weight: 600;
  color: var(--flyhali-text-gray, #908F8F);
  line-height: 1.5;
}
@media (max-width: 390px) {
  .contact-info__text {
    font-size: 18px;
  }
}
.contact-info__text--address {
  font-weight: 500;
}
.contact-info__text a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.contact-info__text a:hover {
  color: var(--flyhali-black, #070A0C);
}
.contact-info__text a:hover {
  background-size: 100% 1px;
}

.contact-one {
  /*background-color: var(--flyhali-white8, #EFEFEF);*/
}
.contact-one .sec-title__title {
  margin-bottom: 50px;
  text-align: center;
}
.contact-one .form-two {
  padding: 41px 100px 50px;
}
@media (max-width: 991px) {
  .contact-one .form-two {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 575px) {
  .contact-one .form-two {
    padding: 30px 10px;
  }
}
.contact-one .form-two input[type=text],
.contact-one .form-two input[type=email],
.contact-one .form-two input[type=password],
.contact-one .form-two input[type=tel],
.contact-one .form-two input[type=date],
.contact-one .form-two select,
.contact-one .form-two textarea {
  padding: 0px 24px;
  border-width: 2px;
}
@media (max-width: 430px) {
  .contact-one .form-two input[type=text],
  .contact-one .form-two input[type=email],
  .contact-one .form-two input[type=password],
  .contact-one .form-two input[type=tel],
.contact-one .form-two input[type=date],
.contact-one .form-two select,
  .contact-one .form-two textarea {
    padding: 0px 20px;
  }
}
.contact-one .form-two textarea {
  padding-top: 14px !important;
}
@media (max-width: 430px) {
  .contact-one .form-two textarea {
    padding-top: 10px !important;
  }
}
.contact-one .form-two .flyhali-btn {
  margin-top: 10px;
}

/*--------------------------------------------------------------
# CTA
--------------------------------------------------------------*/
.cta-one {
  padding: 19px 0px;
  position: relative;
  background-color: var(--flyhali-primary, #FFD453);
}
@media (max-width: 991px) {
  .cta-one {
    padding: 40px 0px;
  }
}
.cta-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.cta-one .container {
  position: relative;
  z-index: 1;
}
.cta-one__content {
  display: flex;
  align-items: center;
  gap: 52px;
}
@media (max-width: 991px) {
  .cta-one__content {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .cta-one__content {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
.cta-one__shape {
  width: 149px;
  height: 149px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: var(--flyhali-white, #FFFFFF);
  border: 1px solid var(--flyhali-black, #070A0C);
}
.cta-one__shape__icon {
  width: 117px;
  height: 73px;
}
.cta-one__title {
  margin: 0px;
  font-size: 42px;
  color: var(--flyhali-black3, #000000);
  font-weight: 500;
  line-height: 1.095;
  letter-spacing: -2.1px;
}
@media (max-width: 575px) {
  .cta-one__title {
    font-size: 40px;
  }
}
@media (max-width: 440px) {
  .cta-one__title {
    font-size: 35px;
  }
}
.cta-one__button {
  text-align: right;
}
@media (max-width: 991px) {
  .cta-one__button {
    text-align: center;
  }
}
.cta-one .flyhali-btn:hover {
  color: var(--flyhali-white, #FFFFFF);
}
.cta-one .flyhali-btn::after {
  background-color: var(--flyhali-black, #070A0C);
}
.cta-one--home1 {
  top: -97px;
  z-index: 1;
  padding: 0px;
  background-color: transparent;
}
.cta-one--home1 .cta-one__inner {
  padding: 19px 30px;
  position: relative;
  border-radius: 5px;
  background-color: var(--flyhali-primary, #FFD453);
}
@media (max-width: 991px) {
  .cta-one--home1 .cta-one__inner {
    padding: 40px 30px;
  }
}
.cta-one--home1 .cta-one__bg {
  border-radius: inherit;
}
.cta-one--home1 .row {
  position: relative;
  z-index: 1;
}

.cta-two {
  padding: 33.5px 0px;
  position: relative;
  background-color: var(--flyhali-primary, #FFD453);
}
@media (max-width: 991px) {
  .cta-two {
    padding: 40px 0px;
  }
}
.cta-two__content {
  display: flex;
  align-items: center;
  gap: 37px;
}
@media (max-width: 991px) {
  .cta-two__content {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .cta-two__content {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
.cta-two__icon {
  width: 136px;
  height: 86px;
  flex-shrink: 0;
}
.cta-two__title {
  margin: 0px;
  font-size: 36px;
  color: var(--flyhali-black3, #000000);
  font-weight: 500;
  line-height: 1.25;
}
@media (max-width: 575px) {
  .cta-two__title {
    font-size: 30px;
  }
}
.cta-two__button {
  text-align: right;
}
@media (max-width: 991px) {
  .cta-two__button {
    text-align: center;
  }
}
.cta-two .flyhali-btn:hover {
  color: var(--flyhali-white, #FFFFFF);
}
.cta-two .flyhali-btn::after {
  background-color: var(--flyhali-black, #070A0C);
}

/*--------------------------------------------------------------
# Newsletter
--------------------------------------------------------------*/
.newsletter {
  position: relative;
  overflow: hidden;
  background-color: var(--flyhali-primary, #FFD453);
}
.newsletter__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.newsletter .container {
  position: relative;
  z-index: 1;
}
.newsletter .sec-title__title {
  margin-bottom: 30px;
  font-weight: 500;
  line-height: 1.166;
}
.newsletter__title {
  margin-bottom: 22px;
  font-size: 28px;
  color: var(--flyhali-black, #070A0C);
  font-weight: 500;
  line-height: 1.285;
}
.newsletter__title--clients {
  margin: 0px;
}
.newsletter__form-box {
  padding-left: 60px;
}
@media (max-width: 991px) {
  .newsletter__form-box {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .newsletter__form-box {
    padding-left: 0px;
  }
}
.newsletter__form {
  width: 100%;
  position: relative;
}
.newsletter__form input[type=email] {
  display: block;
  width: 100%;
  height: 94px;
  border: 0;
  outline: 0;
  padding-left: 30px;
  padding-right: 28px;
  background-color: var(--flyhali-white, #FFFFFF);
  border-radius: 60px;
  font-size: 16px;
  font-weight: 400;
  color: var(--flyhali-text, #6C767C);
  transition: all 500ms ease;
}
@media (max-width: 991px) {
  .newsletter__form input[type=email] {
    height: 80px;
  }
}
@media (max-width: 440px) {
  .newsletter__form input[type=email] {
    padding-left: 25px;
    padding-right: 20px;
  }
}
.newsletter__form input[type=email]:focus {
  color: var(--flyhali-black, #070A0C);
}
.newsletter__form__btn {
  width: 51px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  outline: 0;
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
  font-size: 14px;
  color: var(--flyhali-black, #070A0C);
  border-radius: 20px;
  background-color: var(--flyhali-white, #FFFFFF);
  border: 2px solid var(--flyhali-primary, #FFD453);
  transition: all 500ms ease;
}
@media (max-width: 440px) {
  .newsletter__form__btn {
    right: 20px;
  }
}
.newsletter__form__btn:hover {
  background-color: var(--flyhali-primary, #FFD453);
}
.newsletter__form__btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.newsletter__clients {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 30px;
  margin-top: 63px;
}
@media (max-width: 991px) {
  .newsletter__clients {
    margin-top: 50px;
  }
}
.newsletter__clients__image {
  display: flex;
  align-items: center;
}
.newsletter__clients img {
  width: 71px;
  height: 71px;
  border-radius: 50%;
}
.newsletter__clients img:not(:first-child) {
  margin-left: -14px;
}
.newsletter__clients__total {
  width: 57px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -14px;
  font-family: var(--flyhali-heading-font, "Gordita");
  font-size: 20px;
  font-weight: 500;
  color: var(--flyhali-white, #FFFFFF);
  border-radius: 50%;
  background-color: var(--flyhali-base, #8C0000);
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comments-one {
  margin-top: 52px;
}
.comments-one__title {
  margin-bottom: 55px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.333;
}
.comments-one__list {
  margin: 0;
}
.comments-one__card {
  display: grid;
  grid-template-columns: 91px auto;
  grid-gap: 20px;
}
@media (max-width: 767px) {
  .comments-one__card {
    grid-template-columns: auto;
  }
}
.comments-one__card:not(:last-child) {
  margin-bottom: 50px;
}
.comments-one__image {
  width: 91px;
}
.comments-one__image img {
  width: 91px;
  height: 91px;
  object-fit: cover;
  border-radius: 50%;
}
.comments-one__content {
  margin-top: 2px;
}
@media (max-width: 767px) {
  .comments-one__content {
    margin-top: 0px;
  }
}
.comments-one__top {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 30px;
}
@media (max-width: 440px) {
  .comments-one__top {
    margin-bottom: 25px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.comments-one__name {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.5;
}
.comments-one__date {
  margin: 0px;
  font-size: 14px;
  color: var(--flyhali-text-gray2, #818080);
  line-height: 1.142;
}
.comments-one__reply {
  padding: 6px 16px;
  font-size: 13px;
  font-weight: 600;
}
.comments-one__text {
  margin: 0px;
  color: var(--flyhali-text-gray2, #818080);
  line-height: 1.75;
}

.comments-form {
  margin-top: 52px;
}
.comments-form__title {
  margin-bottom: 55px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.333;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.main-footer {
  position: relative;
  overflow: hidden;
  background-color: var(--flyhali-black5, #090A0B);
}
.main-footer__bg {
  width: 100%;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.main-footer__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: RGBA(var(--flyhali-black5-rgb, 9, 10, 11), 0.7);
}
.main-footer__top {
  padding-top: 73px;
  padding-bottom: 57px;
}
.main-footer .container {
  position: relative;
  z-index: 1;
}
.main-footer__bottom__inner {
  padding: 30px 0px;
  border-top: 1px solid var(--flyhali-black7, #193131);
}
@media (max-width: 575px) {
  .main-footer__bottom__inner {
    padding: 20px;
  }
}
.main-footer__copyright {
  margin: 0px;
  color: var(--flyhali-text-gray, #908F8F);
}
@media (max-width: 991px) {
  .main-footer__copyright {
    text-align: center;
  }
}
.main-footer__pages {
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 6px 24px;
}
@media (max-width: 991px) {
  .main-footer__pages {
    justify-content: center;
    text-align: center;
  }
}
.main-footer__pages li {
  color: var(--flyhali-text-gray, #908F8F);
}
.main-footer__pages li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.main-footer__pages li a:hover {
  color: var(--flyhali-primary, #FFD453);
}
.main-footer__pages li a:hover {
  background-size: 100% 1px;
}
.main-footer--two {
  background-color: var(--flyhali-black9, #09141C);
}
.main-footer--two .main-footer__bottom__inner {
  border-color: var(--flyhali-black10, #253846);
}
@media (max-width: 767px) {
  .main-footer--two .main-footer__bottom__inner {
    text-align: center;
  }
}
.main-footer--two .main-footer__copyright {
  text-align: right;
}
@media (max-width: 767px) {
  .main-footer--two .main-footer__copyright {
    text-align: center;
  }
}
.main-footer--two .footer-widget__address {
  margin-bottom: 34px;
}
.main-footer--two .social-links {
  margin-top: 40px;
}
.main-footer--two .footer-widget--links-2 {
  padding: 0px;
}
@media (max-width: 991px) {
  .main-footer--two .footer-widget--links-2 {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .main-footer--two .footer-widget--links-2 {
    padding-left: 0px;
  }
}
.main-footer--two .footer-widget--blog {
  padding-left: 34px;
}
@media (max-width: 991px) {
  .main-footer--two .footer-widget--blog {
    padding-left: 0px;
  }
}
.main-footer--two .footer-widget__blog__item {
  display: flex;
  align-items: flex-start;
  gap: 20px 14px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-footer--two .footer-widget__blog__item {
    flex-direction: column;
  }
}
.main-footer--two .footer-widget__blog__item:not(:first-child) {
  margin-top: 29px;
}
.main-footer--two .footer-widget__blog img {
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
  border-radius: 3px;
}
.main-footer--two .footer-widget__blog__content {
  position: relative;
  top: -8px;
}
.main-footer--two .footer-widget__blog__category {
  color: var(--flyhali-base, #8C0000);
  line-height: 1.25;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.main-footer--two .footer-widget__blog__category:hover {
  background-size: 100% 1px;
}
.main-footer--two .footer-widget__blog__title {
  margin: 3px 0px 0px;
  font-family: var(--flyhali-font, "Inter", sans-serif);
  font-size: 18px;
  color: var(--flyhali-white, #FFFFFF);
  font-weight: 500;
  line-height: 1.555;
}
.main-footer--two .footer-widget__blog__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.main-footer--two .footer-widget__blog__title a:hover {
  color: var(--flyhali-base, #8C0000);
}
.main-footer--two .footer-widget__blog__title a:hover {
  background-size: 100% 1px;
}
.main-footer--home1 {
  overflow: visible;
}
.main-footer--home1 .main-footer__top {
  padding-top: 0px;
}

.footer-widget--links-1 {
  padding-left: 64px;
}
@media (max-width: 991px) {
  .footer-widget--links-1 {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .footer-widget--links-1 {
    padding-left: 0px;
  }
}
.footer-widget--links-2 {
  padding-left: 37px;
}
@media (max-width: 991px) {
  .footer-widget--links-2 {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .footer-widget--links-2 {
    padding-left: 0px;
  }
}
.footer-widget--contact {
  padding-left: 13px;
}
@media (max-width: 991px) {
  .footer-widget--contact {
    padding-left: 0px;
  }
}
.footer-widget__title {
  margin: 0 0 38px;
  font-size: 20px;
  color: var(--flyhali-white, #FFFFFF);
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.245;
}
@media (max-width: 991px) {
  .footer-widget__title {
    margin-bottom: 28px;
  }
}
.footer-widget__logo {
  display: inline-flex;
}
.footer-widget__logo img {
  max-width: 100%;
  height: auto;
}
.footer-widget__text {
  margin: 14px 0px 27px;
  padding-top: 27px;
  font-size: 18px;
  color: var(--flyhali-text-gray, #908F8F);
  line-height: 1.777;
  border-top: 1px solid var(--flyhali-black6, #383939);
}
.footer-widget__email-link {
  font-size: 20px;
  color: var(--flyhali-white, #FFFFFF);
  font-weight: 600;
  line-height: 1.25;
  text-transform: capitalize;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-decoration-color: var(--flyhali-primary, #FFD453) !important;
  transition: all 500ms ease;
}
.footer-widget__email-link:hover {
  color: var(--flyhali-primary, #FFD453);
}
.footer-widget__links {
  margin: 0px;
}
.footer-widget__links li + li {
  margin-top: 12px;
}
.footer-widget__links li {
  font-size: 18px;
  color: var(--flyhali-text-gray, #908F8F);
  line-height: 1.5;
}
@media (max-width: 991px) {
  .footer-widget__links li {
    font-size: 16px;
  }
}
.footer-widget__links li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.footer-widget__links li a:hover {
  color: var(--flyhali-primary, #FFD453);
}
.footer-widget__links li a:hover {
  background-size: 100% 1px;
}
.footer-widget__call {
  font-size: 20px;
  color: var(--flyhali-white, #FFFFFF);
  font-weight: 600;
  line-height: 1.5;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
@media (max-width: 991px) {
  .footer-widget__call {
    font-size: 18px;
  }
}
.footer-widget__call:hover {
  color: var(--flyhali-primary, #FFD453);
}
.footer-widget__call:hover {
  background-size: 100% 1px;
}
.footer-widget__time {
  margin: 9px 0px 12px;
  font-size: 18px;
  color: var(--flyhali-text-gray, #908F8F);
  line-height: 1.5;
}
@media (max-width: 991px) {
  .footer-widget__time {
    font-size: 16px;
  }
}
.footer-widget__address {
  margin-bottom: 23px;
  font-size: 18px;
  color: var(--flyhali-text-gray, #908F8F);
  line-height: 1.444;
}
@media (max-width: 991px) {
  .footer-widget__address {
    font-size: 16px;
  }
}

/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.main-slider__carousel {
  position: relative;
}
.main-slider__carousel.owl-carousel .owl-nav {
  margin: 0px;
  position: absolute;
}
@media (max-width: 991px) {
  .main-slider__carousel.owl-carousel .owl-nav {
    left: 50%;
    bottom: 60px;
    transform: translateX(-50%);
  }
}
@media (min-width: 992px) {
  .main-slider__carousel.owl-carousel .owl-nav {
    flex-direction: column;
    gap: 242px;
    top: 50%;
    right: 54px;
    transform: translateY(-50%);
  }
}
.main-slider__carousel.owl-carousel .owl-nav button {
  width: 56px;
  height: 56px;
  color: var(--flyhali-primary, #FFD453);
  background-color: transparent;
  border: 2px solid var(--flyhali-primary, #FFD453);
}
@media (min-width: 992px) {
  .main-slider__carousel.owl-carousel .owl-nav button {
    width: 67px;
    height: 67px;
    writing-mode: sideways-rl;
  }
}
.main-slider__carousel.owl-carousel .owl-nav button:hover {
  color: var(--flyhali-black, #070A0C);
  border-color: var(--flyhali-white, #FFFFFF);
  background-color: var(--flyhali-white, #FFFFFF);
}
.main-slider__carousel.owl-carousel .owl-dots {
  flex-direction: column;
  gap: 19px;
  position: absolute;
  top: 50%;
  right: 74px;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .main-slider__carousel.owl-carousel .owl-dots {
    display: none;
  }
}
.main-slider__carousel.owl-carousel .owl-dots .owl-dot {
  width: 26px;
  height: 23px;
  border: none;
  border-radius: 0px;
  background-color: var(--flyhali-border-color, #D9D9D9);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.main-slider__item {
  position: relative;
  padding-top: 232px;
  padding-bottom: 232px;
  overflow: hidden;
  background-color: var(--flyhali-black15, #6F6E6A);
}
@media (max-width: 1399px) {
  .main-slider__item {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}
@media (max-width: 991px) {
  .main-slider__item {
    padding-top: 160px;
    padding-bottom: 240px;
  }
}
@media (max-width: 440px) {
  .main-slider__item {
    padding-top: 140px;
  }
}
.main-slider__bg {
  width: 100%;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  transform: scale(1);
  mix-blend-mode: overlay;
  transition: transform 8s ease;
}
.main-slider__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, #33393E -18.46%, rgba(51, 51, 51, 0.47) 56.64%, rgba(255, 255, 255, 0) 103.73%);
}
.main-slider .container {
  position: relative;
  z-index: 1;
}
.main-slider__tagline {
  display: inline-flex;
  margin-bottom: 32px;
  padding: 5px 30px;
  font-family: var(--flyhali-font, "Inter", sans-serif);
  font-size: 17px;
  color: var(--flyhali-white, #FFFFFF);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.25;
  background-color: var(--flyhali-base, #8C0000);
  opacity: 0;
  transform: translateY(-50px);
  clip-path: polygon(6% 0, 100% 0%, 94% 100%, 0% 100%);
}
@media (max-width: 991px) {
  .main-slider__tagline {
    font-size: 16px;
  }
}
@media (max-width: 440px) {
  .main-slider__tagline {
    font-size: 14px;
  }
}
.main-slider__title {
  margin-bottom: 22px;
  font-size: 85px;
  font-weight: 700;
  color: var(--flyhali-white, #FFFFFF);
  line-height: 1.117;
  opacity: 0;
  transform: translateX(50px);
}
@media (max-width: 991px) {
  .main-slider__title {
    font-size: 70px;
  }
}
@media (max-width: 991px) {
  .main-slider__title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .main-slider__title {
    font-size: 50px;
  }
}
@media (max-width: 440px) {
  .main-slider__title {
    font-size: 40px;
  }
}
.main-slider__text {
  margin-bottom: 44px;
  font-size: 20px;
  color: var(--flyhali-white, #FFFFFF);
  line-height: 1.7;
  opacity: 0;
  transform: translateX(-50px);
}
@media (max-width: 991px) {
  .main-slider__text {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .main-slider__text {
    font-size: 16px;
  }
}
.main-slider__button {
  opacity: 0;
  transform: translateY(50px);
}
.main-slider .active .main-slider__bg {
  transform: scale(1.2);
}
.main-slider .active .main-slider__tagline,
.main-slider .active .main-slider__button {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1200ms ease, opacity 1200ms ease;
}
.main-slider .active .main-slider__title,
.main-slider .active .main-slider__text {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1200ms ease, opacity 1200ms ease;
}
.main-slider .active .main-slider__title {
  transition-delay: 400ms;
}
.main-slider .active .main-slider__text {
  transition-delay: 700ms;
}
.main-slider .active .main-slider__button {
  transition-delay: 1000ms;
}

.main-slider-two {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.main-slider-two__carousel {
  position: relative;
}
.main-slider-two__carousel.owl-carousel .owl-nav {
  margin: 0px;
  position: absolute;
}
@media (max-width: 1399px) {
  .main-slider-two__carousel.owl-carousel .owl-nav {
    left: 50%;
    bottom: 60px;
    transform: translateX(-50%);
  }
}
@media (min-width: 1400px) {
  .main-slider-two__carousel.owl-carousel .owl-nav {
    flex-direction: column;
    gap: 462px;
    top: 50%;
    right: 44px;
    transform: translateY(-50%);
  }
}
@media (min-width: 1600px) {
  .main-slider-two__carousel.owl-carousel .owl-nav {
    right: 54px;
  }
}
.main-slider-two__carousel.owl-carousel .owl-nav button {
  width: 56px;
  height: 56px;
  color: var(--flyhali-primary, #FFD453);
  background-color: transparent;
  border: 2px solid var(--flyhali-primary, #FFD453);
}
@media (min-width: 1400px) {
  .main-slider-two__carousel.owl-carousel .owl-nav button {
    width: 67px;
    height: 67px;
    writing-mode: sideways-rl;
  }
}
.main-slider-two__carousel.owl-carousel .owl-nav button:hover {
  color: var(--flyhali-black, #070A0C);
  border-color: var(--flyhali-white, #FFFFFF);
  background-color: var(--flyhali-white, #FFFFFF);
}
.main-slider-two__carousel.owl-carousel .owl-dots {
  flex-direction: column;
  gap: 19px;
  position: absolute;
  top: 50%;
  right: 74px;
  transform: translateY(-50%);
}
@media (max-width: 1599px) {
  .main-slider-two__carousel.owl-carousel .owl-dots {
    right: 64px;
  }
}
@media (max-width: 1399px) {
  .main-slider-two__carousel.owl-carousel .owl-dots {
    display: none;
  }
}
.main-slider-two__carousel.owl-carousel .owl-dots .owl-dot {
  width: 26px;
  height: 23px;
  border: none;
  border-radius: 0px;
  background-color: var(--flyhali-border-color, #D9D9D9);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.main-slider-two__item {
  position: relative;
  padding-top: 222px;
  padding-bottom: 218px;
  overflow: hidden;
  background-color: var(--flyhali-black15, #6F6E6A);
}
@media (max-width: 1399px) {
  .main-slider-two__item {
    padding-top: 250px;
    padding-bottom: 260px;
  }
}
.main-slider-two__bg {
  width: 100%;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  transform: scale(1);
  mix-blend-mode: overlay;
  transition: transform 8s ease;
}
.main-slider-two__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, #33393E -18.46%, rgba(51, 51, 51, 0.47) 56.64%, rgba(255, 255, 255, 0) 103.73%);
}
.main-slider-two__image {
  position: relative;
  position: absolute;
  top: 50%;
  left: 70px;
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 1599px) {
  .main-slider-two__image {
    left: 40px;
  }
}
@media (max-width: 991px) {
  .main-slider-two__image {
    display: none;
  }
}
.main-slider-two__image__1, .main-slider-two__image__2, .main-slider-two__image__3 {
  display: table;
  padding: 10px;
  border-radius: 150px;
  background-color: var(--flyhali-white, #FFFFFF);
}
.main-slider-two__image__1 img, .main-slider-two__image__2 img, .main-slider-two__image__3 img {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
  border-radius: inherit;
}
.main-slider-two__image__2 {
  position: relative;
  z-index: 1;
  margin: -85px 0px 0px 42px;
}
@media (max-width: 1799px) {
  .main-slider-two__image__2 {
    margin-left: 0px;
  }
}
.main-slider-two__image__3 {
  width: 363px;
  height: 454px;
  position: absolute;
  top: 50%;
  left: 279px;
  z-index: 2;
  opacity: 0;
  transform: translateY(-50%) translateX(50px);
}
@media (max-width: 1799px) {
  .main-slider-two__image__3 {
    left: 200px;
  }
}
@media (max-width: 1599px) {
  .main-slider-two__image__3 {
    width: 300px;
    height: 400px;
  }
}
.main-slider-two__image__3 img {
  width: inherit !important;
  height: inherit !important;
}
.main-slider-two__image__1, .main-slider-two__image__2 {
  opacity: 0;
  transform: translateX(-100%);
}
.main-slider-two .container {
  position: relative;
  z-index: 1;
}
.main-slider-two__content {
  position: relative;
  padding-left: 55px;
}
@media (max-width: 991px) {
  .main-slider-two__content {
    padding-left: 0px;
  }
}
.main-slider-two__top {
  overflow: hidden;
}
.main-slider-two__tagline {
  display: inline-flex;
  margin: 0px;
  padding: 5px 30px;
  position: absolute;
  top: -90px;
  left: 0px;
  font-family: var(--flyhali-font, "Inter", sans-serif);
  font-size: 17px;
  color: var(--flyhali-white, #FFFFFF);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.25;
  background-color: var(--flyhali-base, #8C0000);
  opacity: 0;
  transform: translateY(-100%) rotate(-26.593deg);
  clip-path: polygon(6% 0, 100% 0%, 94% 100%, 0% 100%);
}
@media (max-width: 991px) {
  .main-slider-two__tagline {
    top: -100px;
    left: -20px;
  }
}
@media (max-width: 991px) {
  .main-slider-two__tagline {
    font-size: 16px;
  }
}
@media (max-width: 440px) {
  .main-slider-two__tagline {
    font-size: 14px;
  }
}
.main-slider-two__title {
  position: relative;
  margin-bottom: 32px;
  font-size: 85px;
  font-weight: 700;
  color: var(--flyhali-white, #FFFFFF);
  line-height: 1.117;
}
@media (max-width: 1399px) {
  .main-slider-two__title {
    font-size: 70px;
  }
}
@media (max-width: 991px) {
  .main-slider-two__title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .main-slider-two__title {
    font-size: 50px;
  }
}
@media (max-width: 440px) {
  .main-slider-two__title {
    font-size: 40px;
  }
}
.main-slider-two__title span {
  display: inline-block;
  opacity: 0;
  transform: translate(200px, -100px) scale(2);
}
@keyframes textBallDrop {
  60% {
    transform: translate(0, 20px) rotate(-180deg) scale(0.5);
  }
  100% {
    transform: translate(0) rotate(0deg) scale(1);
    opacity: 1;
  }
}
.main-slider-two__description {
  overflow: hidden;
}
.main-slider-two__text {
  margin-bottom: 45px;
  font-size: 20px;
  color: var(--flyhali-white, #FFFFFF);
  line-height: 1.7;
  opacity: 0;
  transform: translateY(150%);
}
@media (max-width: 1399px) {
  .main-slider-two__text {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .main-slider-two__text {
    font-size: 16px;
  }
}
.main-slider-two__button {
  overflow: hidden;
}
.main-slider-two__button__inner {
  opacity: 0;
  transform: translateY(150%);
}
.main-slider-two .active .main-slider-two__bg {
  transform: scale(1.2);
}
.main-slider-two .active .main-slider-two__image__1,
.main-slider-two .active .main-slider-two__image__2 {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1200ms ease, opacity 1200ms ease;
}
.main-slider-two .active .main-slider-two__image__2 {
  transition-delay: 400ms;
}
.main-slider-two .active .main-slider-two__image__3 {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
  transition: transform 1200ms ease, opacity 1200ms ease;
  transition-delay: 700ms;
}
.main-slider-two .active .main-slider-two__text,
.main-slider-two .active .main-slider-two__button__inner {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1500ms ease, opacity 1500ms ease;
}
.main-slider-two .active .main-slider-two__tagline {
  opacity: 1;
  transform: translateY(0%) rotate(-26.593deg);
  transition: transform 1500ms ease, opacity 1500ms ease;
  transition-delay: 200ms;
}
.main-slider-two .active .main-slider-two__title span {
  animation: textBallDrop 0.2s forwards;
}
.main-slider-two .active .main-slider-two__text {
  transition-delay: 400ms;
}
.main-slider-two .active .main-slider-two__button__inner {
  transition-delay: 800ms;
}

.main-slider-three {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.main-slider-three__carousel {
  position: relative;
}
.main-slider-three__carousel.owl-carousel .owl-dots {
  gap: 15px;
  margin: 0px !important;
  position: absolute;
  left: 50%;
  bottom: 200px;
  transform: translateX(-50%);
}
.main-slider-three__carousel.owl-carousel .owl-dots .owl-dot {
  width: 26px;
  height: 23px;
  border: none;
  border-radius: 0px;
  background-color: var(--flyhali-black9, #09141C);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.main-slider-three__item {
  position: relative;
  padding-top: 340px;
  padding-bottom: 380px;
  overflow: hidden;
}
@media (max-width: 1599px) {
  .main-slider-three__item {
    padding-top: 300px;
  }
}
@media (max-width: 767px) {
  .main-slider-three__item {
    padding-top: 230px;
    padding-bottom: 370px;
  }
}
.main-slider-three__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  transform: scale(1.3);
  transition: transform 8s ease;
}
.main-slider-three__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, #F3FAFF -18.46%, rgba(255, 255, 255, 0.47) 78.68%, #898473 103.73%);
}
.main-slider-three__bg::after {
  content: "";
  width: 922px;
  height: 922px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: RGBA(var(--flyhali-white-rgb, 255, 255, 255), 0.5);
}
@media (max-width: 1599px) {
  .main-slider-three__bg::after {
    width: 1100px;
    height: 1100px;
  }
}
@media (max-width: 1399px) {
  .main-slider-three__bg::after {
    width: 1050px;
    height: 1050px;
  }
}
@media (max-width: 991px) {
  .main-slider-three__bg::after {
    display: none;
  }
}
.main-slider-three__image {
  display: inline-block;
  padding: 10px;
  position: absolute;
  top: 320px;
  left: 86px;
  z-index: 1;
  opacity: 0;
  transform: translateX(-100%);
  border-radius: 120px;
  background-color: var(--flyhali-white, #FFFFFF);
}
@media (max-width: 1799px) {
  .main-slider-three__image {
    left: 30px;
  }
}
@media (max-width: 1599px) {
  .main-slider-three__image {
    display: none;
  }
}
.main-slider-three__image img {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
  border-radius: inherit;
}
.main-slider-three__tagline {
  display: inline-flex;
  margin: 0px;
  padding: 2px;
  position: absolute;
  top: 65px;
  right: -170px;
  font-family: var(--flyhali-font, "Inter", sans-serif);
  font-size: 17px;
  color: var(--flyhali-white, #FFFFFF);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.25;
  background-color: var(--flyhali-white, #FFFFFF);
  transform: rotate(-26.593deg);
  clip-path: polygon(6% 0, 100% 0%, 94% 100%, 0% 100%);
}
@media (max-width: 1799px) {
  .main-slider-three__tagline {
    top: 0px;
  }
}
.main-slider-three__tagline span {
  display: inline-block;
  padding: 5px 30px;
  background-color: var(--flyhali-base, #8C0000);
  clip-path: polygon(6% 0, 99% 0%, 93.5% 100%, 1% 100%);
}
.main-slider-three__experience {
  width: 254px;
  height: 254px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  position: absolute;
  top: 10px;
  right: -268px;
  z-index: 1;
  opacity: 0;
  transform: scale(0);
  border-radius: 50%;
  background-color: var(--flyhali-base, #8C0000);
}
@media (max-width: 1799px) {
  .main-slider-three__experience {
    right: -180px;
  }
}
@media (max-width: 1599px) {
  .main-slider-three__experience {
    position: relative;
    top: auto;
    right: auto;
    margin: 0px auto 40px;
  }
}
.main-slider-three__experience__image {
  width: 157px;
  height: 157px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--flyhali-white, #FFFFFF);
}
.main-slider-three__experience__image img {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
}
.main-slider-three__experience .curved-circle {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 228px !important;
  height: 228px !important;
  transform-origin: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  animation: shapeRotate 8s linear infinite;
}
.main-slider-three__experience .curved-circle .curved-circle--item {
  width: 228px !important;
  height: 228px !important;
  top: -2px;
  left: 4px;
}
.main-slider-three__experience .curved-circle span {
  font-size: 23px;
  font-weight: 600;
  color: var(--flyhali-white, #FFFFFF);
  letter-spacing: -1.5px !important;
  text-transform: uppercase;
}
.main-slider-three .container {
  position: relative;
  z-index: 2;
}
.main-slider-three__content {
  text-align: center;
}
.main-slider-three__title {
  overflow: hidden;
  position: relative;
  margin-bottom: 56px;
}
@media (max-width: 1399px) {
  .main-slider-three__title {
    margin-bottom: 40px;
  }
}
.main-slider-three__title__text {
  position: relative;
  display: table;
  margin: 0px auto;
  overflow: hidden;
  font-size: 85px;
  font-weight: 700;
  color: var(--flyhali-black, #070A0C);
  line-height: 1.117;
}
@media (max-width: 1399px) {
  .main-slider-three__title__text {
    font-size: 70px;
  }
}
@media (max-width: 991px) {
  .main-slider-three__title__text {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .main-slider-three__title__text {
    font-size: 50px;
  }
}
@media (max-width: 440px) {
  .main-slider-three__title__text {
    font-size: 40px;
  }
}
.main-slider-three__title__inner {
  position: relative;
  display: block;
  transform: translateY(150%);
}
.main-slider-three__title__main {
  display: block;
}
@keyframes mainFadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.main-slider-three__title__block {
  display: block;
  width: 100%;
  height: calc(100% - 10px);
  background-color: var(--flyhali-white, #FFFFFF);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@keyframes titleOverlay {
  0% {
    width: 100%;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
.main-slider-three__title__highlight {
  position: relative;
  font-style: italic;
  color: var(--flyhali-base, #8C0000);
}
.main-slider-three__title__highlight::after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0px;
  bottom: 15px;
  background-color: var(--flyhali-base, #8C0000);
}
@media (max-width: 1399px) {
  .main-slider-three__title__highlight::after {
    bottom: 10px;
  }
}
@media (max-width: 767px) {
  .main-slider-three__title__highlight::after {
    bottom: 6px;
  }
}
@media (max-width: 440px) {
  .main-slider-three__title__highlight::after {
    bottom: 5px;
  }
}
.main-slider-three__button {
  overflow: hidden;
}
.main-slider-three__button__inner {
  opacity: 0;
  transform: translateY(150%);
}
.main-slider-three .active .main-slider-three__bg {
  transform: scale(1);
}
.main-slider-three .active .main-slider-three__image {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1300ms ease, opacity 1300ms ease;
}
.main-slider-three .active .main-slider-three__experience {
  opacity: 1;
  transform: scale(1);
  transition: transform 1300ms ease, opacity 1300ms ease;
}
.main-slider-three .active .main-slider-three__title__inner {
  transform: translateY(0);
  transition: transform 1600ms ease;
}
.main-slider-three .active .main-slider-three__title__main {
  animation: mainFadeIn 3.5s forwards;
}
.main-slider-three .active .main-slider-three__title__block {
  animation: titleOverlay 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
}
.main-slider-three .active .main-slider-three__button__inner {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1500ms ease, opacity 1500ms ease;
  transition-delay: 800ms;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-one {
  position: relative;
  background-color: var(--flyhali-white, #FFFFFF);
}
.about-one .container {
  position: relative;
  z-index: 1;
}
.about-one__image {
  position: relative;
}
.about-one__image__one {
  display: inline-block;
  margin-left: -132px;
  padding: 10px;
  border-radius: 10px;
  background-color: var(--flyhali-white, #FFFFFF);
}
@media (max-width: 1599px) {
  .about-one__image__one {
    margin-left: 0px;
  }
}
.about-one__image__one img {
  border-radius: inherit;
}
@media (max-width: 1599px) {
  .about-one__image__one img {
    max-width: 100%;
    height: auto;
  }
}
.about-one__image__two {
  display: inline-block;
  padding: 10px;
  position: absolute;
  right: 9px;
  bottom: -60px;
  z-index: 1;
  border-radius: 150px;
  background-color: var(--flyhali-white, #FFFFFF);
}
@media (max-width: 1599px) {
  .about-one__image__two {
    right: 40px;
    bottom: -150px;
  }
}
@media (max-width: 991px) {
  .about-one__image__two {
    right: 15px;
    bottom: -250px;
  }
}
@media (max-width: 991px) {
  .about-one__image__two {
    display: none;
  }
}
.about-one__image__two img {
  max-width: 100%;
  height: auto;
  border-radius: inherit;
}
.about-one__content {
  padding-left: 20px;
}
@media (max-width: 991px) {
  .about-one__content {
    padding-left: 0px;
  }
}
.about-one .sec-title {
  margin-bottom: 37px;
}
.about-one__text {
  margin-bottom: 37px;
  font-size: 18px;
  line-height: 1.888;
}
.about-one__info {
  margin-bottom: 43px;
}
.about-one__info__item + .about-one__info__item {
  margin-top: 25px;
}
.about-one__info__item {
  display: flex;
  align-items: flex-start;
  gap: 20px 20px;
}
@media (max-width: 360px) {
  .about-one__info__item {
    flex-direction: column;
  }
}
.about-one__info__icon-box {
  width: 40px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: var(--flyhali-base, #8C0000);
  /*clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);*/
  clip-path: polygon(
        69.75% 99.12%, 30.20% 99.12%, 29.35% 99.00%, 28.80% 98.87%, 28.35% 98.75%, 
        27.95% 98.62%, 27.25% 98.37%, 26.95% 98.25%, 26.40% 98.00%, 26.15% 97.87%, 
        25.70% 97.62%, 24.50% 96.87%, 24.15% 96.62%, 23.65% 96.25%, 22.90% 95.62%, 
        22.35% 95.12%, 21.35% 94.12%, 21.00% 93.74%, 20.35% 92.99%, 18.45% 90.74%, 
        10.65% 81.48%, 8.65% 79.10%, 8.15% 78.47%, 7.70% 77.85%, 7.20% 77.10%, 
        6.60% 76.10%, 6.00% 74.97%, 5.75% 74.47%, 5.35% 73.59%, 4.40% 71.21%, 
        4.05% 70.21%, 3.85% 69.59%, 3.40% 68.09%, 3.00% 66.58%, 2.70% 65.33%, 
        2.40% 63.95%, 2.35% 63.70%, 2.05% 62.08%, 1.90% 61.20%, 1.75% 60.20%, 
        1.50% 58.32%, 1.40% 57.45%, 1.25% 55.94%, 1.10% 54.07%, 1.00% 52.32%, 
        0.95% 50.94%, 0.95% 45.93%, 1.00% 44.68%, 1.05% 43.68%, 1.15% 42.18%, 
        1.25% 40.93%, 1.35% 39.92%, 1.45% 39.05%, 1.80% 36.42%, 2.00% 35.17%, 
        2.30% 33.54%, 2.35% 33.29%, 2.70% 31.66%, 2.85% 31.04%, 3.10% 30.04%, 
        3.30% 29.29%, 3.55% 28.41%, 3.70% 27.91%, 4.10% 26.66%, 4.45% 25.66%, 
        5.30% 23.53%, 5.70% 22.65%, 6.00% 22.03%, 6.60% 20.90%, 7.20% 19.90%, 
        7.70% 19.15%, 8.15% 18.52%, 8.65% 17.90%, 9.10% 17.40%, 9.85% 16.65%, 
        10.30% 16.27%, 10.80% 15.89%, 11.40% 15.52%, 12.15% 15.14%, 14.05% 14.27%, 
        37.65% 3.50%, 38.50% 3.13%, 39.10% 2.88%, 39.75% 2.63%, 40.80% 2.25%, 
        41.55% 2.00%, 41.95% 1.88%, 42.85% 1.63%, 43.85% 1.38%, 44.45% 1.25%, 
        45.10% 1.13%, 45.85% 1.00%, 46.80% 0.88%, 48.15% 0.75%, 51.80% 0.75%, 
        53.15% 0.88%, 54.10% 1.00%, 54.85% 1.13%, 55.50% 1.25%, 56.10% 1.38%, 
        57.10% 1.63%, 58.00% 1.88%, 58.80% 2.13%, 59.55% 2.38%, 60.55% 2.75%, 
        61.75% 3.25%, 68.35% 6.26%, 81.25% 12.14%, 87.55% 15.02%, 88.55% 15.52%, 
        89.15% 15.89%, 89.65% 16.27%, 90.10% 16.65%, 90.85% 17.40%, 91.30% 17.90%, 
        91.90% 18.65%, 92.60% 19.65%, 93.35% 20.90%, 93.95% 22.03%, 94.25% 22.65%, 
        94.65% 23.53%, 95.50% 25.66%, 95.85% 26.66%, 96.25% 27.91%, 96.40% 28.41%, 
        96.65% 29.29%, 96.95% 30.41%, 97.25% 31.66%, 97.60% 33.29%, 97.65% 33.54%, 
        97.90% 34.92%, 98.05% 35.79%, 98.15% 36.42%, 98.50% 39.05%, 98.60% 39.92%, 
        98.65% 40.43%, 98.75% 41.55%, 98.80% 42.18%, 98.90% 43.68%, 98.95% 44.68%, 
        99.00% 46.06%, 99.00% 50.94%, 98.95% 52.32%, 98.85% 54.07%, 98.70% 55.94%, 
        98.55% 57.45%, 98.45% 58.32%, 98.20% 60.20%, 98.05% 61.20%, 97.90% 62.08%, 
        97.60% 63.70%, 97.55% 63.95%, 97.25% 65.33%, 96.95% 66.58%, 96.55% 68.09%, 
        96.10% 69.59%, 95.90% 70.21%, 95.55% 71.21%, 94.60% 73.59%, 94.20% 74.47%, 
        93.95% 74.97%, 93.35% 76.10%, 92.60% 77.35%, 91.90% 78.35%, 91.20% 79.22%, 
        88.25% 82.73%, 84.35% 87.36%, 79.50% 93.12%, 78.95% 93.74%, 78.60% 94.12%, 
        77.60% 95.12%, 77.05% 95.62%, 76.30% 96.25%, 75.80% 96.62%, 75.45% 96.87%, 
        74.90% 97.25%, 74.05% 97.75%, 73.30% 98.12%, 72.70% 98.37%, 72.05% 98.62%, 
        71.15% 98.87%, 70.60% 99.00%
        );
  transition: all 500ms ease;
}
.about-one__info__item:hover .about-one__info__icon-box {
  background-color: var(--flyhali-black, #070A0C);
}
.about-one__info__icon {
  display: inline-flex;
  font-size: 18px;
  color: var(--flyhali-white, #FFFFFF);
}

.about-one__info__icon i{
    line-height: 0;
}

.about-one__info__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.about-one__info__item:hover .about-one__info__icon {
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.about-one__info__title {
  margin-bottom: 12px;
  font-size: 20px;
  color: var(--flyhali-black2, #010212);
  font-weight: 600;
  line-height: 1.5;
}
.about-one__info__text {
  margin: 0px;
}
.about-one__experience {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 11px 35px 11px 22px;
  border-radius: 0px 100px 100px 0px;
  background-color: var(--flyhali-primary, #FFD453);
  border: 1px solid var(--flyhali-black3, #000000);
}
.about-one__experience__icon {
  display: inline-flex;
  flex-shrink: 0;
  font-size: 39px;
  color: var(--flyhali-base, #8C0000);
}
.about-one__experience__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.about-one__experience__text {
  margin: 0px;
  font-size: 26px;
  color: var(--flyhali-black2, #010212);
  font-weight: 500;
  line-height: 1.307;
}
@media (max-width: 767px) {
  .about-one__experience__text {
    font-size: 22px;
  }
}
@media (max-width: 440px) {
  .about-one__experience__text {
    font-size: 20px;
  }
}
.about-one__shape-1 {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 35px;
  left: 0px;
  animation: moveX 2s linear infinite;
}
@media (max-width: 991px) {
  .about-one__shape-1 {
    display: none;
  }
}
.about-one__shape-2 {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0px;
  right: -34px;
  animation: moveX 2s linear infinite;
}
@media (max-width: 1599px) {
  .about-one__shape-2 {
    display: none;
  }
}
.about-one__shape-3 {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 40%;
  right: 40px;
  animation: moveX2 2s linear infinite;
}
@media (max-width: 1799px) {
  .about-one__shape-3 {
    display: none;
  }
}
.about-one__shape-4 {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: -43px;
  bottom: 0px;
  animation: zumpBottom 2s linear infinite;
}
@media (max-width: 1599px) {
  .about-one__shape-4 {
    display: none;
  }
}

.about-two {
  position: relative;
  background-color: var(--flyhali-white, #FFFFFF);
}
.about-two .container {
  position: relative;
  z-index: 1;
}
.about-two .sec-title {
  margin-bottom: 37px;
}
.about-two__text {
  margin-bottom: 37px;
  font-size: 18px;
  line-height: 1.888;
}
.about-two__info__item + .about-two__info__item {
  margin-top: 42px;
}
.about-two__info__item {
  display: flex;
  align-items: flex-start;
  gap: 20px 30px;
}
@media (max-width: 360px) {
  .about-two__info__item {
    flex-direction: column;
  }
}
.about-two__info__icon-box {
  width: 74px;
  height: 81px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: var(--flyhali-base, #8C0000);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  transition: all 500ms ease;
}
.about-two__info__item:hover .about-two__info__icon-box {
  background-color: var(--flyhali-black, #070A0C);
}
.about-two__info__icon {
  display: inline-flex;
  font-size: 45px;
  color: var(--flyhali-white, #FFFFFF);
}
.about-two__info__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.about-two__info__item:hover .about-two__info__icon {
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.about-two__info__title {
  margin-bottom: 12px;
  font-size: 20px;
  color: var(--flyhali-black2, #010212);
  font-weight: 600;
  line-height: 1.5;
}
.about-two__info__text {
  margin: 0px;
}
.about-two__image {
  position: relative;
  text-align: right;
}
.about-two__image__one {
  display: inline-block;
  margin-right: -38px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1399px) {
  .about-two__image__one {
    margin-right: 0px;
  }
}
.about-two__image__one img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.about-two__image__two {
  display: inline-block;
  padding: 10px;
  position: absolute;
  left: -16px;
  bottom: 0px;
  z-index: 1;
  border-radius: 150px;
  background-color: var(--flyhali-white, #FFFFFF);
}
@media (max-width: 991px) {
  .about-two__image__two {
    bottom: -100px;
  }
}
@media (max-width: 991px) {
  .about-two__image__two {
    bottom: 0px;
  }
}
@media (max-width: 767px) {
  .about-two__image__two {
    display: none;
  }
}
.about-two__image__two img {
  max-width: 100%;
  height: auto;
  border-radius: inherit;
}
.about-two__image__shape-1 {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: -38px;
  left: 0px;
  animation: zump 2s linear infinite;
}
@media (max-width: 991px) {
  .about-two__image__shape-1 {
    display: none;
  }
}
.about-two__image__shape-2 {
  max-width: 100%;
  height: auto;
  position: absolute;
  left: -70px;
  bottom: 0px;
  animation: zumpBottom 2s linear infinite;
}
@media (max-width: 991px) {
  .about-two__image__shape-2 {
    display: none;
  }
}
.about-two__experience {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  position: absolute;
  top: 0px;
  left: 37px;
  z-index: 2;
  writing-mode: sideways-rl;
  padding: 22px 11px 35px 11px;
  border-radius: 0px 0px 100px 100px;
  background-color: var(--flyhali-primary, #FFD453);
  border: 1px solid var(--flyhali-black3, #000000);
}
@media (max-width: 575px) {
  .about-two__experience {
    left: 20px;
  }
}
.about-two__experience__icon {
  display: inline-flex;
  flex-shrink: 0;
  font-size: 39px;
  color: var(--flyhali-base, #8C0000);
}
.about-two__experience__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.about-two__experience__text {
  margin: 0px;
  font-size: 26px;
  color: var(--flyhali-black2, #010212);
  font-weight: 500;
  line-height: 1.307;
}
@media (max-width: 767px) {
  .about-two__experience__text {
    font-size: 22px;
  }
}
@media (max-width: 440px) {
  .about-two__experience__text {
    font-size: 20px;
  }
}
.about-two__badge {
  width: 254px;
  height: 254px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  position: absolute;
  top: -18px;
  right: -153px;
  z-index: 2;
  border-radius: 50%;
  background-color: var(--flyhali-base, #8C0000);
}
@media (max-width: 1599px) {
  .about-two__badge {
    right: -100px;
  }
}
@media (max-width: 1399px) {
  .about-two__badge {
    right: -60px;
  }
}
@media (max-width: 1299px) {
  .about-two__badge {
    right: -10px;
  }
}
@media (max-width: 991px) {
  .about-two__badge {
    right: -25px;
  }
}
@media (max-width: 767px) {
  .about-two__badge {
    display: none;
  }
}
.about-two__badge__image {
  width: 157px;
  height: 157px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--flyhali-white, #FFFFFF);
}
.about-two__badge__image img {
  max-width: 100%;
  height: auto;
}
.about-two__badge .curved-circle {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 228px !important;
  height: 228px !important;
  transform-origin: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  animation: shapeRotate 8s linear infinite;
}
.about-two__badge .curved-circle .curved-circle--item {
  width: 228px !important;
  height: 228px !important;
  top: -2px;
  left: 4px;
}
.about-two__badge .curved-circle span {
  font-size: 23px;
  font-weight: 600;
  color: var(--flyhali-white, #FFFFFF);
  letter-spacing: -1.5px !important;
  text-transform: uppercase;
}
.about-two__shape-1 {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 101px;
  right: 45px;
  animation: zumpBottom 2s linear infinite;
}
@media (max-width: 1599px) {
  .about-two__shape-1 {
    right: 15px;
  }
}
@media (max-width: 1399px) {
  .about-two__shape-1 {
    display: none;
  }
}
.about-two__shape-2 {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 356px;
  right: 45px;
  animation: zumpBottom 2s linear infinite;
}
@media (max-width: 1599px) {
  .about-two__shape-2 {
    right: 15px;
  }
}
@media (max-width: 1399px) {
  .about-two__shape-2 {
    display: none;
  }
}

.about-three {
  position: relative;
  background-color: var(--flyhali-white, #FFFFFF);
}
.about-three .container {
  position: relative;
  z-index: 1;
}
.about-three__image {
  display: inline-block;
  position: relative;
  top: 26px;
}
@media (max-width: 991px) {
  .about-three__image {
    top: 0px;
  }
}
.about-three__image__one {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0px;
  left: -145px;
  z-index: 1;
  border-radius: 10px;
}
@media (max-width: 1599px) {
  .about-three__image__one {
    left: -100px;
  }
}
@media (max-width: 1399px) {
  .about-three__image__one {
    left: 0px;
  }
}
@media (max-width: 991px) {
  .about-three__image__one {
    left: -25px;
  }
}
@media (max-width: 767px) {
  .about-three__image__one {
    display: none;
  }
}
.about-three__image__two {
  margin: 157px 0px 0px 30px;
  position: relative;
  z-index: 2;
  padding: 10px;
  border-radius: 10px;
  background-color: var(--flyhali-white, #FFFFFF);
}
@media (min-width: 992px) and (max-width: 991px) {
  .about-three__image__two {
    margin-top: 250px;
  }
}
@media (max-width: 767px) {
  .about-three__image__two {
    margin: 0px;
    padding: 0px;
    background-color: transparent;
  }
}
.about-three__image__two img {
  max-width: 100%;
  height: auto;
  border-radius: inherit;
}
.about-three__image__shape-1 {
  position: absolute;
  top: -157px;
  right: -120px;
}
@media (max-width: 991px) {
  .about-three__image__shape-1 {
    display: none;
  }
}
.about-three__image__shape-2 {
  position: absolute;
  top: 98px;
  right: -120px;
}
@media (max-width: 991px) {
  .about-three__image__shape-2 {
    display: none;
  }
}
.about-three__experience {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  position: absolute;
  left: -145px;
  bottom: 40px;
  z-index: 3;
  padding: 11px 35px 11px 22px;
  border-radius: 0px 100px 100px 0px;
  background-color: var(--flyhali-primary, #FFD453);
  border: 1px solid var(--flyhali-black3, #000000);
}
@media (max-width: 1599px) {
  .about-three__experience {
    left: -100px;
  }
}
@media (max-width: 1399px) {
  .about-three__experience {
    left: 0px;
  }
}
@media (max-width: 991px) {
  .about-three__experience {
    left: -25px;
  }
}
@media (max-width: 767px) {
  .about-three__experience {
    margin-top: 40px;
    position: static;
  }
}
.about-three__experience__icon {
  display: inline-flex;
  flex-shrink: 0;
  font-size: 39px;
  color: var(--flyhali-base, #8C0000);
}
.about-three__experience__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.about-three__experience__text {
  margin: 0px;
  font-size: 26px;
  color: var(--flyhali-black2, #010212);
  font-weight: 500;
  line-height: 1.307;
}
@media (max-width: 767px) {
  .about-three__experience__text {
    font-size: 22px;
  }
}
@media (max-width: 440px) {
  .about-three__experience__text {
    font-size: 20px;
  }
}
.about-three__content {
  padding-left: 35px;
}
@media (max-width: 991px) {
  .about-three__content {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .about-three__content {
    padding-left: 0px;
  }
}
.about-three .sec-title {
  margin-bottom: 35px;
}
.about-three__text {
  margin: 0px;
  font-size: 18px;
  line-height: 1.888;
}
.about-three__box {
  display: flex;
  align-items: stretch;
  margin: 33px 0px 34px;
}
@media (max-width: 767px) {
  .about-three__box {
    flex-direction: column;
  }
}
.about-three__rated {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 29px 20px;
  border-radius: 5px 10px 10px 5px;
  background-color: var(--flyhali-base, #8C0000);
}
.about-three__rated__title {
  margin: 0px;
  font-size: 40px;
  color: var(--flyhali-white, #FFFFFF);
  font-weight: 600;
  line-height: 1.15;
}
.about-three__rated__title span {
  display: block;
}
.about-three__review {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 31px 35px 24px 44px;
  border-radius: 10px 5px 5px 10px;
  background-color: var(--flyhali-primary, #FFD453);
}
@media (max-width: 991px) {
  .about-three__review {
    padding-left: 35px;
  }
}
@media (max-width: 390px) {
  .about-three__review {
    padding: 31px 30px 24px 30px;
  }
}
.about-three__review__star {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 16px;
}
.about-three__review__icon {
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 15px;
  color: var(--flyhali-white, #FFFFFF);
  border-radius: 50%;
  background-color: var(--flyhali-base, #8C0000);
}
.about-three__review__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.about-three__review__text {
  margin: 0px;
  color: var(--flyhali-black2, #010212);
  line-height: 1.75;
}
.about-three__title {
  margin-bottom: 15px;
  font-size: 20px;
  color: var(--flyhali-black2, #010212);
  font-weight: 600;
  line-height: 1.5;
}
.about-three__shape-1 {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: -16px;
  left: -16px;
  animation: zoomOut 3s linear infinite;
}
@media (max-width: 991px) {
  .about-three__shape-1 {
    display: none;
  }
}
.about-three__shape-2 {
  max-width: 100%;
  height: auto;
  position: absolute;
  left: -87px;
  bottom: 0px;
  animation: zoomIn 3s linear infinite;
}
@media (max-width: 991px) {
  .about-three__shape-2 {
    display: none;
  }
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery-one {
  background-color: var(--flyhali-white, #FFFFFF);
}
@media (min-width: 992px) {
  .gallery-one .container {
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }
}
.gallery-one .sec-title__title {
  margin-bottom: 50px;
  font-size: 48px;
  text-align: center;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .gallery-one .sec-title__title {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .gallery-one .sec-title__title {
    font-size: 40px;
  }
}
@media (max-width: 440px) {
  .gallery-one .sec-title__title {
    font-size: 35px;
  }
}
.gallery-one__carousel {
  position: relative;
}
@media (min-width: 992px) {
  .gallery-one__carousel.owl-carousel .owl-nav {
    margin: 0px;
  }
}
@media (min-width: 992px) {
  .gallery-one__carousel.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--flyhali-white, #FFFFFF);
    filter: drop-shadow(0px 0px 15px rgba(228, 225, 225, 0.25));
  }
  .gallery-one__carousel.owl-carousel .owl-nav button:hover {
    filter: none;
  }
}
@media (min-width: 992px) {
  .gallery-one__carousel.owl-carousel .owl-nav button {
    width: 70px;
    height: 70px;
  }
}
@media (min-width: 1400px) {
  .gallery-one__carousel.owl-carousel .owl-nav button {
    width: 90px;
    height: 90px;
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .gallery-one__carousel.owl-carousel .owl-nav button.owl-prev {
    left: -40px;
  }
}
@media (min-width: 1400px) {
  .gallery-one__carousel.owl-carousel .owl-nav button.owl-prev {
    left: -45px;
  }
}
@media (min-width: 992px) {
  .gallery-one__carousel.owl-carousel .owl-nav button.owl-next {
    right: -40px;
  }
}
@media (min-width: 1400px) {
  .gallery-one__carousel.owl-carousel .owl-nav button.owl-next {
    right: -45px;
  }
}
.gallery-one__card {
  position: relative;
  overflow: hidden;
  border-radius: 21px;
}
.gallery-one__card img {
  display: block;
  width: 100%;
  border-radius: inherit;
}
.gallery-one__card__hover {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 21px;
}
.gallery-one__card__hover::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  visibility: hidden;
  right: -100%;
  bottom: -100%;
  border-radius: inherit;
  background-color: RGBA(var(--flyhali-black-rgb, 7, 10, 12), 0.7);
  transition: all 500ms ease;
}
.gallery-one__card__hover .img-popup {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: var(--flyhali-base, #8C0000);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5);
  border-radius: 5px;
  transition: all 500ms ease;
}
.gallery-one__card__hover .img-popup:hover {
  background-color: var(--flyhali-primary, #FFD453);
}
.gallery-one__card:hover .gallery-one__card__hover {
  visibility: visible;
}
.gallery-one__card:hover .gallery-one__card__hover::after {
  right: 0px;
  bottom: 0px;
  visibility: visible;
}
.gallery-one__card:hover .img-popup {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.gallery-one__card__icon {
  position: relative;
  width: 18px;
  height: 18px;
  display: block;
  transition: all 500ms ease;
}
.gallery-one__card__icon::after, .gallery-one__card__icon::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: var(--flyhali-white, #FFFFFF);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 500ms ease;
}
.gallery-one__card__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.img-popup:hover .gallery-one__card__icon::after, .img-popup:hover .gallery-one__card__icon::before {
  background-color: var(--flyhali-black, #070A0C);
}

/*--------------------------------------------------------------
# Tour Price
--------------------------------------------------------------*/
.tour-price-one {
  position: relative;
  background-color: var(--flyhali-white, #FFFFFF);
}
/*.tour-price-one::after {*/
/*  content: "";*/
/*  width: 53.5%;*/
/*  height: 100%;*/
/*  position: absolute;*/
/*  top: 0px;*/
/*  right: 0px;*/
/*  background-color: var(--flyhali-base, #8C0000);*/
/*  clip-path: polygon(100% 100%, 0 100%, 100% 0);*/
/*}*/
/*@media (max-width: 991px) {*/
/*  .tour-price-one::after {*/
/*    display: none;*/
/*  }*/
/*}*/
.tour-price-one__container {
  position: relative;
  z-index: 1;
}
@media (min-width: 1400px) {
  .tour-price-one__container {
    max-width: 1600px;
  }
}
.tour-price-one__card {
  padding: 33px 30px 25px;
  text-align: center;
  border-radius: 21px;
  background-color: var(--flyhali-white10, #ECF6FE);
}
.tour-price-one__card__title {
  margin-bottom: 33px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 375px) {
  .tour-price-one__card__title {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tour-price-one__card__title {
    font-size: 22px;
  }
}
.tour-price-one__card__total-person {
  position: relative;
  z-index: 1;
  padding: 10px 0px;
  margin-bottom: 36px;
  font-size: 15px;
  color: var(--flyhali-black, #070A0C);
  font-weight: 500;
  line-height: 1.5;
  transition: all 500ms ease;
}
.tour-price-one__card__total-person::before {
  content: "";
  width: calc(100% + 60px);
  height: 100%;
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  background-color: var(--flyhali-baby-blue, #DBEFFF);
}
.tour-price-one__card__total-person::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  background-color: var(--flyhali-base, #8C0000);
  transition: all 500ms ease;
}
.tour-price-one__card:hover .tour-price-one__card__total-person {
  color: var(--flyhali-white, #FFFFFF);
}
.tour-price-one__card:hover .tour-price-one__card__total-person::after {
  width: calc(100% + 60px);
}
.tour-price-one__card__price {
  margin-bottom: 5px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
}
.tour-price-one__card__price-title {
  margin-bottom: 44px;
  font-size: 15px;
  color: var(--flyhali-black, #070A0C);
  font-weight: 500;
  line-height: 1.5;
}
.tour-price-one__card .flyhali-btn {
  margin-bottom: 21px;
}
.tour-price-one__card__shape {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
  animation: moveX 2s linear infinite;
}
.tour-price-one--page::after {
  display: none;
}

.tour-price-two {
  background-color: var(--flyhali-white, #FFFFFF);
}
@media (min-width: 1400px) {
  .tour-price-two__container {
    max-width: 1600px;
  }
}
.tour-price-two__card {
  border-radius: 21px;
  background-color: var(--flyhali-white4, #F4F4F4);
}
.tour-price-two__card__image {
  border-radius: 21px;
  overflow: hidden;
}
.tour-price-two__card__image img {
  width: 100%;
  display: block;
  border-radius: inherit;
  transition: all 500ms ease;
}
.tour-price-two__card:hover .tour-price-two__card__image img {
  transform: scale(1.1) rotate(3deg);
}
.tour-price-two__card__content {
  padding: 33px 30px 43px;
}
@media (max-width: 375px) {
  .tour-price-two__card__content {
    padding: 25px 25px 35px;
  }
}
.tour-price-two__card__title {
  margin-bottom: 33px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: capitalize;
}
.tour-price-two__card__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  position: relative;
  z-index: 1;
  margin-bottom: 31px;
  padding: 10px 0px;
}
.tour-price-two__card__box::before {
  content: "";
  width: calc(100% + 60px);
  height: 100%;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background-color: var(--flyhali-baby-blue, #DBEFFF);
}
@media (max-width: 375px) {
  .tour-price-two__card__box::before {
    width: calc(100% + 50px);
  }
}
.tour-price-two__card__box::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  background-color: var(--flyhali-base, #8C0000);
  transition: all 500ms ease;
}
.tour-price-two__card:hover .tour-price-two__card__box::after {
  width: calc(100% + 60px);
}
@media (max-width: 375px) {
  .tour-price-two__card:hover .tour-price-two__card__box::after {
    width: calc(100% + 50px);
  }
}
.tour-price-two__card__seat {
  margin: 0px;
  font-size: 20px;
  font-weight: 500;
  color: var(--flyhali-black, #070A0C);
  line-height: 1.25;
  text-transform: capitalize;
  transition: all 500ms ease;
}
@media (max-width: 375px) {
  .tour-price-two__card__seat {
    font-size: 18px;
  }
}
.tour-price-two__card__price {
  margin: 0px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
  transition: all 500ms ease;
}
@media (max-width: 375px) {
  .tour-price-two__card__price {
    font-size: 28px;
  }
}
.tour-price-two__card:hover .tour-price-two__card__seat, .tour-price-two__card:hover .tour-price-two__card__price {
  color: var(--flyhali-white, #FFFFFF);
}
.tour-price-two__card__list {
  margin-bottom: 29px;
}
.tour-price-two__card__list li {
  display: flex;
  gap: 10px;
  font-size: 15px;
  color: var(--flyhali-black, #070A0C);
  font-weight: 500;
  line-height: 1.5;
  text-transform: capitalize;
}
.tour-price-two__card__list li + li {
  margin-top: 10px;
}
.tour-price-two__card__list__icon {
  flex-shrink: 0;
}
.tour-price-two__card__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

/*--------------------------------------------------------------
# Helicopter Benefit
--------------------------------------------------------------*/
.helicopter-benefit {
  background-color: var(--flyhali-white, #FFFFFF);
}
.helicopter-benefit .owl-stage-outer {
  position: relative;
  z-index: 1;
}
.helicopter-benefit .owl-stage-outer::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  border-radius: 100px;
  background-color: var(--flyhali-white, #FFFFFF);
  box-shadow: 0px 4px 30px 10px rgba(228, 228, 228, 0.44);
}
@media (max-width: 767px) {
  .helicopter-benefit .owl-stage-outer::after {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .helicopter-benefit .owl-stage-outer::after {
    border-radius: 70px;
  }
}
.helicopter-benefit__card {
  position: relative;
  z-index: 1;
  padding: 49px 38px 40px 44px;
  border-radius: 100px;
  background-color: var(--flyhali-white, #FFFFFF);
  box-shadow: 0px 4px 30px 10px rgba(228, 228, 228, 0.44);
  border: 2px solid transparent;
  transition: all 500ms ease;
}
@media (max-width: 412px) {
  .helicopter-benefit__card {
    padding: 40px 30px 48px;
    border-radius: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .helicopter-benefit__card {
    padding: 40px 44px 48px;
    border-radius: 70px;
  }
}
.helicopter-benefit__card:hover {
  border-color: var(--flyhali-black3, #000000);
}
.helicopter-benefit__card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 29px;
}
@media (max-width: 412px) {
  .helicopter-benefit__card__top {
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .helicopter-benefit__card__top {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.helicopter-benefit__card__title {
  margin: 0px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.285;
  text-transform: capitalize;
}
@media (max-width: 390px) {
  .helicopter-benefit__card__title {
    font-size: 25px;
  }
}
.helicopter-benefit__card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.helicopter-benefit__card__title a:hover {
  color: var(--flyhali-base, #8C0000);
}
.helicopter-benefit__card__title a:hover {
  background-size: 100% 1px;
}
.helicopter-benefit__card__icon {
  width: 88px;
  height: 80px;
  flex-shrink: 0;
}
.helicopter-benefit__card:hover .helicopter-benefit__card__icon {
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.helicopter-benefit__card__bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 412px) {
  .helicopter-benefit__card__bottom {
    flex-direction: column-reverse;
    justify-content: flex-start;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .helicopter-benefit__card__bottom {
    flex-direction: column-reverse;
    justify-content: flex-start;
  }
}
.helicopter-benefit__card__btn {
  width: 51px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  top: 6px;
  overflow: hidden;
  border-radius: 20px;
  border: 2px solid var(--flyhali-primary, #FFD453);
  transition: all 500ms ease;
}
@media (min-width: 768px) and (max-width: 991px) {
  .helicopter-benefit__card__btn {
    top: 0px;
  }
}
.helicopter-benefit__card__btn:hover {
  background-color: var(--flyhali-primary, #FFD453);
}
.helicopter-benefit__card__btn__icon {
  display: inline-flex;
  font-size: 14px;
  color: var(--flyhali-black, #070A0C);
}
.helicopter-benefit__card__btn__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.helicopter-benefit__card__btn:hover .helicopter-benefit__card__btn__icon {
  animation: slideRight 500ms;
}
.helicopter-benefit__card__text {
  margin: 0px;
}
.helicopter-benefit--home3 {
  margin-top: -135px;
}
.helicopter-benefit--home3 .helicopter-benefit__card {
  box-shadow: none;
  border: none;
}
@media (max-width: 767px) {
  .helicopter-benefit--home3 .helicopter-benefit__card {
    box-shadow: 0px 4px 30px 10px rgba(228, 228, 228, 0.44);
  }
}
.helicopter-benefit--home3 .helicopter-benefit__card:hover {
  box-shadow: 0px 4px 30px 10px rgba(228, 228, 228, 0.44);
}

.helicopter-benefit-two {
  background-color: var(--flyhali-gray5, #EEE9E9);
}
@media (min-width: 1400px) {
  .helicopter-benefit-two .container {
    max-width: 1600px;
  }
}
.helicopter-benefit-two__card {
  position: relative;
  padding: 35px 19px 38px;
  text-align: center;
}
.helicopter-benefit-two__card::before {
  content: "";
  width: 100%;
  height: calc(100% - 49px);
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 30px;
  background-color: var(--flyhali-white, #FFFFFF);
}
.helicopter-benefit-two__card::after {
  content: "";
  width: calc(100% - 38px);
  height: calc(100% - 245px);
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  border-radius: 0px 0px 30px 30px;
  background-color: var(--flyhali-white, #FFFFFF);
  box-shadow: 1px 6px 10.3px 0px rgba(136, 135, 135, 0.25);
}
@media (max-width: 390px) {
  .helicopter-benefit-two__card::after {
    height: calc(100% - 200px);
  }
}
.helicopter-benefit-two__card__image {
  width: 324px;
  height: 324px;
  margin: 0px auto;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 390px) {
  .helicopter-benefit-two__card__image {
    width: 305px;
    height: 305px;
  }
}
@media (max-width: 375px) {
  .helicopter-benefit-two__card__image {
    width: 290px;
    height: 290px;
  }
}
@media (max-width: 360px) {
  .helicopter-benefit-two__card__image {
    width: 250px;
    height: 250px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .helicopter-benefit-two__card__image {
    width: 290px;
    height: 290px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .helicopter-benefit-two__card__image {
    width: 290px;
    height: 290px;
  }
}
.helicopter-benefit-two__card__image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  transform: translateY(30%);
  border-radius: inherit;
  background-color: RGBA(var(--flyhali-black-rgb, 7, 10, 12), 0.6);
  transition: all 500ms ease;
}
.helicopter-benefit-two__card__image img {
  width: inherit !important;
  height: inherit;
  border-radius: inherit;
  transition: all 500ms ease;
}
.helicopter-benefit-two__card:hover .helicopter-benefit-two__card__image::after {
  opacity: 1;
  transform: translateY(0%);
}
.helicopter-benefit-two__card:hover .helicopter-benefit-two__card__image img {
  transform: scale(1.1);
}
.helicopter-benefit-two__card__content {
  position: relative;
  z-index: 2;
  padding: 60px 25px 0px;
}
@media (max-width: 390px) {
  .helicopter-benefit-two__card__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.helicopter-benefit-two__card__icon-box {
  width: 95px;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: -47px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--flyhali-white, #FFFFFF);
  filter: drop-shadow(-1px 6px 15px rgba(0, 0, 0, 0.25));
  transition: all 500ms ease;
}
.helicopter-benefit-two__card:hover .helicopter-benefit-two__card__icon-box {
  background-color: var(--flyhali-base, #8C0000);
}
.helicopter-benefit-two__card__icon {
  display: inline-flex;
  font-size: 60px;
  color: var(--flyhali-black3, #000000);
  transition: all 500ms ease;
}
.helicopter-benefit-two__card__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.helicopter-benefit-two__card:hover .helicopter-benefit-two__card__icon {
  color: var(--flyhali-white, #FFFFFF);
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.helicopter-benefit-two__card__title {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.416;
}
@media (max-width: 390px) {
  .helicopter-benefit-two__card__title {
    font-size: 22px;
  }
}
.helicopter-benefit-two__card__duration {
  margin: 0px;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}

/*--------------------------------------------------------------
# Chief Priority
--------------------------------------------------------------*/
.chief-priority {
  position: relative;
  overflow: hidden;
  background-color: var(--flyhali-white, #FFFFFF);
}
.chief-priority::after {
  content: "";
  width: 46.5%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  background-color: var(--flyhali-black8, #0E1B20);
  clip-path: polygon(100% 100%, 0 100%, 100% 0);
}
@media (max-width: 991px) {
  .chief-priority::after {
    display: none;
  }
}
.chief-priority__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.chief-priority .container {
  position: relative;
  z-index: 3;
}
.chief-priority__image {
  display: inline-block;
  position: relative;
  margin-left: -138px;
}
@media (max-width: 1599px) {
  .chief-priority__image {
    margin-left: -90px;
  }
}
@media (max-width: 1399px) {
  .chief-priority__image {
    margin-left: 0px;
  }
}
.chief-priority__image img {
  border-radius: 200px;
}
@media (max-width: 1399px) {
  .chief-priority__image img {
    max-width: 100%;
    height: auto;
  }
}
.chief-priority__video {
  width: 220px;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  position: absolute;
  right: -29px;
  bottom: -12px;
  border-radius: 50%;
  background-color: var(--flyhali-primary, #FFD453);
}
@media (max-width: 1399px) {
  .chief-priority__video {
    right: 0px;
  }
}
@media (max-width: 991px) {
  .chief-priority__video {
    right: -29px;
  }
}
@media (max-width: 575px) {
  .chief-priority__video {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}
.chief-priority__video__icon {
  display: inline-flex;
  font-size: 48px !important;
  color: var(--flyhali-black3, #000000);
}
.chief-priority__video .curved-circle {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 190px !important;
  height: 190px !important;
  transform-origin: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  animation: shapeRotate 8s linear infinite;
}
.chief-priority__video .curved-circle .curved-circle--item {
  width: 190px !important;
  height: 190px !important;
  top: 0px;
  left: 4px;
}
.chief-priority__video .curved-circle span {
  font-size: 24px;
  font-weight: 500;
  color: var(--flyhali-black3, #000000);
  letter-spacing: -1.5px !important;
  text-transform: uppercase;
}
.chief-priority__content {
  position: relative;
}
.chief-priority__content__shape {
  display: inline-flex;
  position: absolute;
  top: 0px;
  right: 13%;
  font-size: 59px;
  color: var(--flyhali-black, #070A0C);
  animation: shapeRotate 3.5s linear infinite;
}
.chief-priority__content__shape svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
@media (max-width: 991px) {
  .chief-priority__content__shape {
    display: none;
  }
}
.chief-priority .sec-title {
  margin-bottom: 35px;
}
.chief-priority__text {
  padding-right: 70px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.888;
}
@media (max-width: 1599px) {
  .chief-priority__text {
    padding-right: 150px;
  }
}
@media (max-width: 991px) {
  .chief-priority__text {
    padding-right: 0px;
  }
}
.chief-priority__info {
  margin-bottom: 47px;
}
.chief-priority__info__item + .chief-priority__info__item {
  margin-top: 37px;
}
.chief-priority__info__item {
  display: flex;
  align-items: flex-start;
  gap: 22px;
}
@media (max-width: 360px) {
  .chief-priority__info__item {
    flex-direction: column;
  }
}
.chief-priority__info__icon-box {
  width: 74px;
  height: 81px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: var(--flyhali-base, #8C0000);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  transition: all 500ms ease;
}
.chief-priority__info__item:hover .chief-priority__info__icon-box {
  background-color: var(--flyhali-black, #070A0C);
}
.chief-priority__info__icon {
  display: inline-flex;
  font-size: 33px;
  color: var(--flyhali-white, #FFFFFF);
}
.chief-priority__info__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.chief-priority__info__item:hover .chief-priority__info__icon {
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.chief-priority__info__title {
  margin-bottom: 12px;
  font-size: 20px;
  color: var(--flyhali-black2, #010212);
  font-weight: 600;
  line-height: 1.5;
}
.chief-priority__info__text {
  margin: 0px;
  font-size: 15px;
  line-height: 1.866;
}
.chief-priority__image-two {
  display: inline-block;
  padding: 5px;
  background-color: var(--flyhali-white, #FFFFFF);
  border-radius: 200px;
}
.chief-priority__image-two img {
  max-width: 100%;
  height: auto;
  border-radius: inherit;
}
.chief-priority__shape-1 {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 52px;
  right: 0px;
  z-index: 2;
  animation: moveX2 2s linear infinite;
}
@media (max-width: 1799px) {
  .chief-priority__shape-1 {
    display: none;
  }
}
.chief-priority__shape-2 {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 102px;
  bottom: 258px;
  z-index: 2;
  animation: zoomOut 4s linear infinite;
}
@media (max-width: 1799px) {
  .chief-priority__shape-2 {
    right: 50px;
  }
}
@media (max-width: 1599px) {
  .chief-priority__shape-2 {
    right: 40px;
  }
}
@media (max-width: 1399px) {
  .chief-priority__shape-2 {
    display: none;
  }
}
.chief-priority__shape-3 {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 2;
}
@media (max-width: 991px) {
  .chief-priority__shape-3 {
    display: none;
  }
}

/*--------------------------------------------------------------
# Destinations
--------------------------------------------------------------*/
.destination-card {
  padding: 23px 23px 26px;
  border-radius: 30px;
  background-color: var(--flyhali-white, #FFFFFF);
}
@media (max-width: 390px) {
  .destination-card {
    padding: 15px;
  }
}
.destination-card__image {
  display: block;
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
}
.destination-card__image img {
  width: 100%;
  display: block;
  border-radius: inherit;
  transition: 500ms;
}
.destination-card:hover .destination-card__image img {
  transform: scale(1.1) rotate(3deg);
}
.destination-card__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 25px;
  padding: 22px 22px 15px;
  border-radius: 0px 0px 10px 10px;
  background-color: var(--flyhali-white2, #F6F6F6);
}
@media (max-width: 575px) {
  .destination-card__content {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (min-width: 992px) and (max-width: 1599px) {
  .destination-card__content {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.destination-card__duration {
  margin-bottom: 5px;
  font-size: 14px;
  color: var(--flyhali-base, #8C0000);
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.333;
}
.destination-card__title {
  margin: 0px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.416;
}
@media (max-width: 412px) {
  .destination-card__title {
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .destination-card__title {
    font-size: 20px;
  }
}
.destination-card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.destination-card__title a:hover {
  color: var(--flyhali-base, #8C0000);
}
.destination-card__title a:hover {
  background-size: 100% 1px;
}
.destination-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  padding: 13px 24px;
  font-size: 16px;
  text-align: center;
  color: var(--flyhali-black, #070A0C);
  font-weight: 500;
  line-height: 1.25;
  overflow: hidden;
  border-radius: 5px;
  background-color: var(--flyhali-white, #FFFFFF);
  border: 1px solid var(--flyhali-primary, #FFD453);
}
.destination-card__btn::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  background-color: var(--flyhali-primary, #FFD453);
  transition: all 400ms ease;
}
.destination-card__btn:hover::after {
  width: 100%;
  left: 0px;
}
.destination-card__btn__icon {
  display: inline-flex;
  font-size: 14px;
  overflow: hidden;
}
.destination-card__btn__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.destination-card__btn:hover .destination-card__btn__icon > * {
  animation: slideRight 500ms;
}

.destination-card-two {
  position: relative;
  padding: 35px 26px 40px;
  text-align: center;
}
@media (max-width: 430px) {
  .destination-card-two {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .destination-card-two {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.destination-card-two::before {
  content: "";
  width: 100%;
  height: calc(100% - 20px);
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 30px;
  background-color: var(--flyhali-white, #FFFFFF);
}
.destination-card-two::after {
  content: "";
  width: calc(100% - 52px);
  height: calc(100% - 191px);
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  border-radius: 15px;
  background-color: var(--flyhali-white, #FFFFFF);
  box-shadow: 1px 6px 10.3px 0px rgba(136, 135, 135, 0.25);
}
@media (max-width: 430px) {
  .destination-card-two::after {
    width: calc(100% - 40px);
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .destination-card-two::after {
    height: calc(100% - 200px);
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .destination-card-two::after {
    width: calc(100% - 40px);
  }
}
.destination-card-two__image {
  width: 372px;
  height: 372px;
  margin: 0px auto 22px;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 460px) {
  .destination-card-two__image {
    width: 349px;
    height: 349px;
  }
}
@media (max-width: 430px) {
  .destination-card-two__image {
    width: 343px;
    height: 343px;
  }
}
@media (max-width: 412px) {
  .destination-card-two__image {
    width: 306px;
    height: 306px;
  }
}
@media (max-width: 375px) {
  .destination-card-two__image {
    width: 291px;
    height: 291px;
  }
}
@media (max-width: 360px) {
  .destination-card-two__image {
    width: 250px;
    height: 250px;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .destination-card-two__image {
    width: 398px;
    height: 398px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .destination-card-two__image {
    width: 330px;
    height: 330px;
  }
}
.destination-card-two__image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  transform: translateY(30%);
  border-radius: inherit;
  background-color: RGBA(var(--flyhali-black-rgb, 7, 10, 12), 0.6);
  transition: all 500ms ease;
}
.destination-card-two__image img {
  width: inherit !important;
  height: inherit;
  border-radius: inherit;
  transition: all 500ms ease;
}
.destination-card-two:hover .destination-card-two__image::after {
  opacity: 1;
  transform: translateY(0%);
}
.destination-card-two:hover .destination-card-two__image img {
  transform: scale(1.1);
}
.destination-card-two__btn {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  overflow: hidden;
  background-color: var(--flyhali-white, #FFFFFF);
  transition: all 500ms ease;
}
@media (max-width: 430px) {
  .destination-card-two__btn {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 360px) {
  .destination-card-two__btn {
    width: 60px;
    height: 60px;
  }
}
.destination-card-two__btn:hover {
  background-color: var(--flyhali-base, #8C0000);
}
.destination-card-two__btn__icon {
  display: inline-flex;
  font-size: 24px;
  color: var(--flyhali-black, #070A0C);
  transition: all 500ms ease;
}
@media (max-width: 430px) {
  .destination-card-two__btn__icon {
    font-size: 18px;
  }
}
@media (max-width: 460px) {
  .destination-card-two__btn__icon {
    font-size: 16px;
  }
}
.destination-card-two__btn__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.destination-card-two__btn:hover .destination-card-two__btn__icon {
  color: var(--flyhali-white, #FFFFFF);
  animation: slideRight 500ms;
}
.destination-card-two__content {
  position: relative;
  z-index: 1;
  padding-left: 20px;
  padding-right: 20px;
}
.destination-card-two__title {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.416;
}
@media (max-width: 412px) {
  .destination-card-two__title {
    font-size: 20px;
  }
}
.destination-card-two__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.destination-card-two__title a:hover {
  color: var(--flyhali-base, #8C0000);
}
.destination-card-two__title a:hover {
  background-size: 100% 1px;
}
.destination-card-two__duration {
  margin: 0px;
  font-size: 14px;
  color: var(--flyhali-base, #8C0000);
  font-weight: 500;
  text-transform: capitalize;
}

.destinations-one {
  position: relative;
  background-color: var(--flyhali-white10, #ECF6FE);
}
@media (min-width: 992px) {
  .destinations-one__container {
    max-width: 1800px;
  }
}
.destinations-one__carousel.owl-carousel .owl-nav button {
  background-color: var(--flyhali-white, #FFFFFF);
}
.destinations-one__bottom {
  margin-top: 106px;
  padding: 60px 40px;
  position: relative;
  border-radius: 0px;
  border-top: 2px solid var(--flyhali-black3, #000000);
  border-bottom: 2px solid var(--flyhali-black3, #000000);
}
@media (max-width: 991px) {
  .destinations-one__bottom {
    margin-top: 80px;
  }
}
@media (max-width: 991px) {
  .destinations-one__bottom {
    margin-top: 60px;
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .destinations-one__bottom {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .destinations-one__bottom {
    margin-top: 50px;
  }
}
.destinations-one__bottom__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  border-radius: inherit;
}
.destinations-one__bottom .row {
  position: relative;
  z-index: 1;
}
.destinations-one__title {
  margin: 0px;
  font-family: var(--flyhali-font, "Inter", sans-serif);
  font-size: 36px;
  font-weight: 500;
  color: var(--flyhali-black3, #000000);
  line-height: 1.388;
}
@media (max-width: 991px) {
  .destinations-one__title {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .destinations-one__title {
    font-size: 30px;
  }
}
.destinations-one__button {
  text-align: right;
}
@media (max-width: 991px) {
  .destinations-one__button {
    text-align: center;
  }
}

.destinations-two {
  position: relative;
  background-color: var(--flyhali-white, #FFFFFF);
}
.destinations-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.destinations-two .container {
  position: relative;
  z-index: 1;
}
@media (min-width: 1400px) {
  .destinations-two .container {
    max-width: 1362px;
  }
}
.destinations-two__carousel.owl-carousel .owl-nav button {
  background-color: var(--flyhali-white, #FFFFFF);
  box-shadow: 1px 6px 10.3px 0px rgba(136, 135, 135, 0.25);
}

/*--------------------------------------------------------------
# Destination Details
--------------------------------------------------------------*/
.destination-details {
  background-color: var(--flyhali-white, #FFFFFF);
}
.destination-details__thumbnail {
  margin-bottom: 33px;
}
.destination-details__thumbnail img {
  width: 100%;
  display: block;
  border-radius: 10px;
}
.destination-details__title {
  margin-bottom: 23px;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .destination-details__title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .destination-details__title {
    font-size: 35px;
  }
}
@media (max-width: 430px) {
  .destination-details__title {
    font-size: 30px;
  }
}
.destination-details__text {
  margin-bottom: 30px;
}
.destination-details__list {
  margin-bottom: 27px;
}
.destination-details__list li + li {
  margin-top: 25px;
}
.destination-details__list__top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.destination-details__list__icon {
  width: 23px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  top: -2px;
  font-size: 11px;
  color: var(--flyhali-black3, #000000);
  border-radius: 50%;
  background-color: var(--flyhali-border-color, #D9D9D9);
  transition: all 500ms ease;
}
.destination-details__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
li:hover .destination-details__list__icon {
  color: var(--flyhali-white, #FFFFFF);
  background-color: var(--flyhali-base, #8C0000);
}
.destination-details__list__title {
  display: inline-block;
  margin: 0px;
  font-size: 15px;
  color: var(--flyhali-black3, #000000);
  font-weight: 500;
  line-height: 1.25;
}
.destination-details__list__text {
  margin: 0px;
  font-size: 15px;
  line-height: 1.8;
}
.destination-details__carousel.owl-carousel .owl-nav {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .destination-details__carousel.owl-carousel .owl-nav {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: 0px;
    padding: 15px;
    transform: translateY(-50%);
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .destination-details__carousel.owl-carousel .owl-nav button {
    width: 90px;
    height: 90px;
    font-size: 18px;
    background-color: var(--flyhali-white, #FFFFFF);
  }
}
.destination-details__carousel__image {
  min-height: 478px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  border-radius: 5px;
}
@media (max-width: 575px) {
  .destination-details__carousel__image {
    min-height: 400px;
  }
}
@media (max-width: 430px) {
  .destination-details__carousel__image {
    min-height: 380px;
  }
}
.destination-details__pagination {
  margin-top: 95px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 991px) {
  .destination-details__pagination {
    margin-top: 70px;
  }
}
@media (max-width: 360px) {
  .destination-details__pagination {
    gap: 23px;
  }
}
.destination-details__pagination__box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.destination-details__pagination__image {
  width: 188px;
  height: 188px;
  flex-shrink: 0;
  position: relative;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .destination-details__pagination__image {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 575px) {
  .destination-details__pagination__image {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 430px) {
  .destination-details__pagination__image {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 370px) {
  .destination-details__pagination__image {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 360px) {
  .destination-details__pagination__image {
    width: 80px;
    height: 80px;
  }
}
.destination-details__pagination__image img {
  width: inherit;
  height: inherit;
  border-radius: inherit;
}
.destination-details__pagination__btn {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  color: var(--flyhali-black, #070A0C);
  border-radius: 50%;
  background-color: var(--flyhali-white, #FFFFFF);
}
.destination-details__pagination__btn:hover {
  color: var(--flyhali-white, #FFFFFF);
  background-color: var(--flyhali-base, #8C0000);
}
.destination-details__pagination__btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.destination-details__pagination__title {
  margin: 0px;
  font-size: 16px;
  color: var(--flyhali-black3, #000000);
  font-weight: 600;
  line-height: 1.25;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Funfact
--------------------------------------------------------------*/
.funfact {
  background-color: var(--flyhali-white, #FFFFFF);
}
@media (min-width: 992px) {
  .funfact .container {
    max-width: 1630px;
  }
}
.funfact__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .funfact__grid {
    grid-gap: 50px;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .funfact__grid {
    grid-gap: 30px;
  }
}
@media (max-width: 991px) {
  .funfact__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .funfact__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.funfact__item {
  text-align: center;
}
.funfact__item__count {
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 575px) {
  .funfact__item__count {
    font-size: 60px;
  }
}
@media (max-width: 440px) {
  .funfact__item__count {
    font-size: 55px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .funfact__item__count {
    font-size: 55px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .funfact__item__count {
    font-size: 60px;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .funfact__item__count {
    font-size: 55px;
  }
}
.funfact__item__title {
  margin: 0px;
  font-size: 24px;
  color: var(--flyhali-black3, #000000);
  line-height: 1.5;
}
@media (max-width: 575px) {
  .funfact__item__title {
    font-size: 20px;
  }
}
@media (max-width: 440px) {
  .funfact__item__title {
    font-size: 18px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .funfact__item__title {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .funfact__item__title {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .funfact__item__title {
    font-size: 18px;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials-one {
  position: relative;
  background-color: var(--flyhali-yellow2, #F8F2E3);
}
.testimonials-one .container {
  position: relative;
  z-index: 1;
}
.testimonials-one__bg {
  width: 38.3%;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media (max-width: 991px) {
  .testimonials-one__bg {
    display: none;
  }
}
.testimonials-one__quote-icon {
  width: 143px;
  height: 143px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 50px;
  bottom: 50px;
  font-size: 39px;
  color: var(--flyhali-black, #070A0C);
  border-radius: 50%;
  background-color: var(--flyhali-primary, #FFD453);
}
.testimonials-one__quote-icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.testimonials-one__carousel {
  padding-left: 76px;
}
@media (max-width: 991px) {
  .testimonials-one__carousel {
    padding-left: 0px;
  }
}
.testimonials-one .owl-carousel {
  position: relative;
}
.testimonials-one .owl-carousel .owl-nav::before, .testimonials-one .owl-carousel .owl-nav::after {
  background-color: var(--flyhali-black3, #000000);
}
.testimonials-one .owl-carousel .owl-nav button {
  color: var(--flyhali-black3, #000000);
}
@media (max-width: 991px) {
  .testimonials-one .owl-carousel .owl-nav button {
    background-color: var(--flyhali-white, #FFFFFF);
  }
}
@media (max-width: 991px) {
  .testimonials-one .owl-carousel .owl-dots {
    display: none;
  }
}
.testimonials-one__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px 30px;
  margin-bottom: 34px;
}
@media (max-width: 440px) {
  .testimonials-one__info {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.testimonials-one .flyhali-ratings {
  padding: 18px 20px;
  border-radius: 5px;
  background-color: var(--flyhali-white, #FFFFFF);
  transition: all 500ms ease;
}
.testimonials-one__item:hover .flyhali-ratings {
  background-color: var(--flyhali-base, #8C0000);
}
.testimonials-one__item:hover .flyhali-ratings .flyhali-ratings__icon {
  color: var(--flyhali-white, #FFFFFF);
}
.testimonials-one__image {
  width: 99px !important;
  height: 99px;
  margin-bottom: 10px;
  border-radius: 50%;
}
.testimonials-one__name {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.5;
}
.testimonials-one__designation {
  margin: 0px;
  font-size: 14px;
  color: var(--flyhali-black3, #000000);
  text-transform: capitalize;
  line-height: 1.785;
}
.testimonials-one__title {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.433;
}
@media (max-width: 575px) {
  .testimonials-one__title {
    font-size: 25px;
  }
}
.testimonials-one__quote {
  margin: 0px;
  font-size: 32px;
  color: RGBA(var(--flyhali-black-rgb, 7, 10, 12), 0.8);
  line-height: 1.625;
}
@media (max-width: 767px) {
  .testimonials-one__quote {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .testimonials-one__quote {
    font-size: 20px;
  }
}
@media (max-width: 412px) {
  .testimonials-one__quote {
    font-size: 18px;
  }
}
.testimonials-one__shape {
  display: inline-flex;
  position: absolute;
  top: 197px;
  right: 8.6%;
  font-size: 59px;
  color: var(--flyhali-black, #070A0C);
  animation: shapeRotate 2.5s linear infinite;
}
@media (max-width: 1799px) {
  .testimonials-one__shape {
    right: 6%;
  }
}
@media (max-width: 1599px) {
  .testimonials-one__shape {
    right: 3%;
  }
}
@media (max-width: 1399px) {
  .testimonials-one__shape {
    display: none;
  }
}
.testimonials-one__shape svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.testimonials-two {
  position: relative;
  background-color: var(--flyhali-base, #8C0000);
}
.testimonials-two__wrapper {
  max-width: 1570px;
  position: relative;
  margin: 0px auto;
  padding: 83px 40px 88px;
  border-radius: 20px;
  background-color: var(--flyhali-white, #FFFFFF);
}
@media (max-width: 575px) {
  .testimonials-two__wrapper {
    padding: 40px 10px 45px;
  }
}
.testimonials-two__bg {
  width: 33.9%;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  border-radius: 20px 200px 200px 20px;
}
@media (max-width: 991px) {
  .testimonials-two__bg {
    display: none;
  }
}
.testimonials-two__quote-icon {
  width: 143px;
  height: 143px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: -42px;
  transform: translateY(-50%);
  font-size: 40px;
  color: var(--flyhali-black, #070A0C);
  border-radius: 50%;
  background-color: var(--flyhali-primary, #FFD453);
}
.testimonials-two__quote-icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.testimonials-two .container {
  position: relative;
  z-index: 1;
}
.testimonials-two__carousel {
  padding-left: 76px;
}
@media (max-width: 991px) {
  .testimonials-two__carousel {
    padding-left: 0px;
  }
}
.testimonials-two .owl-carousel {
  position: relative;
}
.testimonials-two .owl-carousel .owl-nav::before, .testimonials-two .owl-carousel .owl-nav::after {
  background-color: var(--flyhali-black3, #000000);
}
.testimonials-two .owl-carousel .owl-nav button {
  color: var(--flyhali-black3, #000000);
}
@media (max-width: 991px) {
  .testimonials-two .owl-carousel .owl-nav button {
    background-color: var(--flyhali-white2, #F6F6F6);
  }
}
.testimonials-two__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px 30px;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .testimonials-two__top {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.testimonials-two__title {
  margin: 0px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.433;
}
@media (max-width: 575px) {
  .testimonials-two__title {
    font-size: 25px;
  }
}
.testimonials-two__quote {
  margin-bottom: 37px;
  font-size: 32px;
  color: RGBA(var(--flyhali-black-rgb, 7, 10, 12), 0.8);
  line-height: 1.625;
}
@media (max-width: 767px) {
  .testimonials-two__quote {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .testimonials-two__quote {
    font-size: 20px;
  }
}
@media (max-width: 412px) {
  .testimonials-two__quote {
    font-size: 18px;
  }
}
.testimonials-two__name {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.5;
}
.testimonials-two__designation {
  margin: 0px;
  font-size: 14px;
  color: var(--flyhali-black3, #000000);
  text-transform: capitalize;
  line-height: 1.785;
}

.testimonials-three {
  position: relative;
  z-index: 1;
  margin-top: -1px;
  background-color: var(--flyhali-base, #8C0000);
}
.testimonials-three__carousel {
  position: relative;
}
@media (max-width: 991px) {
  .testimonials-three__carousel.owl-carousel .owl-nav button:hover {
    color: var(--flyhali-black, #070A0C);
    background-color: var(--flyhali-primary, #FFD453);
  }
}
.testimonials-three__card {
  padding: 49px 45px 60px;
  border-radius: 10px;
  background-color: var(--flyhali-white, #FFFFFF);
}
@media (max-width: 991px) {
  .testimonials-three__card {
    padding: 39px 35px 50px;
  }
}
@media (max-width: 440px) {
  .testimonials-three__card {
    padding: 30px 30px 40px;
  }
}
.testimonials-three__card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 30px;
  margin-bottom: 37px;
}
@media (max-width: 991px) {
  .testimonials-three__card__top {
    margin-bottom: 30px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.testimonials-three__card__title {
  margin: 0px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.433;
}
@media (max-width: 440px) {
  .testimonials-three__card__title {
    font-size: 25px;
  }
}
.testimonials-three__card__quote {
  margin-bottom: 22px;
  font-size: 30px;
  color: var(--flyhali-black, #070A0C);
  line-height: 1.733;
}
@media (max-width: 1399px) {
  .testimonials-three__card__quote {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .testimonials-three__card__quote {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .testimonials-three__card__quote {
    font-size: 18px;
  }
}
.testimonials-three__card__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px 30px;
}
@media (max-width: 575px) {
  .testimonials-three__card__info {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.testimonials-three__card__identity {
  display: flex;
  align-items: center;
  gap: 14px;
}
@media (max-width: 390px) {
  .testimonials-three__card__identity {
    flex-direction: column;
    align-items: flex-start;
  }
}
.testimonials-three__card__image {
  width: 63px !important;
  height: 63px;
  flex-shrink: 0;
  border-radius: 50%;
}
.testimonials-three__card__name {
  margin-bottom: 3px;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.5;
}
.testimonials-three__card__designation {
  margin: 0px;
  font-size: 14px;
  color: var(--flyhali-black3, #000000);
  text-transform: capitalize;
  line-height: 1.785;
}
.testimonials-three__card__icon-box {
  width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: var(--flyhali-primary, #FFD453);
  transition: all 500ms ease;
}
.testimonials-three__card:hover .testimonials-three__card__icon-box {
  background-color: var(--flyhali-base, #8C0000);
}
.testimonials-three__card__icon {
  display: inline-flex;
  font-size: 25px;
  color: var(--flyhali-black3, #000000);
}
.testimonials-three__card__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.testimonials-three__card:hover .testimonials-three__card__icon {
  color: var(--flyhali-white, #FFFFFF);
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/*--------------------------------------------------------------
# Faq
--------------------------------------------------------------*/
.faq-accordion {
  position: relative;
  z-index: 1;
}
.faq-accordion .accordion {
  border-radius: 5px;
  background-color: var(--flyhali-primary, #FFD453);
  border: 2px solid var(--flyhali-black3, #000000);
}
.faq-accordion .accordion-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 22px 18px 40px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .faq-accordion .accordion-title {
    padding-left: 22px;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .faq-accordion .accordion-title {
    padding-left: 22px;
  }
}
.faq-accordion .accordion-title h4 {
  margin: 0px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 440px) {
  .faq-accordion .accordion-title h4 {
    font-size: 20px;
  }
}
@media (max-width: 412px) {
  .faq-accordion .accordion-title h4 {
    font-size: 18px;
  }
}
.faq-accordion .accordion-title__icon {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  position: relative;
  border-radius: 50%;
  border: 2px solid var(--flyhali-black3, #000000);
  transition: all 500ms ease;
}
@media (max-width: 440px) {
  .faq-accordion .accordion-title__icon {
    width: 40px;
    height: 40px;
  }
}
.faq-accordion .accordion-title__icon::after, .faq-accordion .accordion-title__icon::before {
  content: "";
  width: 2px;
  height: 18px;
  position: absolute;
  background-color: var(--flyhali-black3, #000000);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 500ms ease;
}
@media (max-width: 440px) {
  .faq-accordion .accordion-title__icon::after, .faq-accordion .accordion-title__icon::before {
    height: 16px;
  }
}
.faq-accordion .accordion-title__icon::after {
  width: 18px;
  height: 2px;
}
@media (max-width: 440px) {
  .faq-accordion .accordion-title__icon::after {
    width: 16px;
  }
}
.faq-accordion .active.accordion {
  background-color: #FEEEEE;
}
.faq-accordion .active .accordion-title__icon {
  background-color: var(--flyhali-black3, #000000);
}
.faq-accordion .active .accordion-title__icon::after, .faq-accordion .active .accordion-title__icon::before {
  opacity: 0;
  background-color: var(--flyhali-white, #FFFFFF);
}
.faq-accordion .active .accordion-title__icon::after {
  opacity: 1;
}
.faq-accordion .accordion-content .inner {
  padding: 0px 22px 24px 40px;
}
@media (max-width: 991px) {
  .faq-accordion .accordion-content .inner {
    padding-left: 22px;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .faq-accordion .accordion-content .inner {
    padding-left: 22px;
  }
}
.faq-accordion .accordion-content p {
  margin: 0px;
  color: var(--flyhali-black, #070A0C);
}

.faq-one {
  position: relative;
  background-color: var(--flyhali-white, #FFFFFF);
}
.faq-one .container {
  position: relative;
  z-index: 1;
}
.faq-one .sec-title {
  margin-bottom: 67px;
}
.faq-one__wrapper {
  position: relative;
  padding: 67px 0px 85px;
  /*background-color: var(--flyhali-primary, #FFD453);*/
}
@media (max-width: 1299px) {
  .faq-one__wrapper {
    padding: 100px 0px;
  }
}
@media (max-width: 575px) {
  .faq-one__wrapper {
    padding: 80px 0px;
  }
}
/*.faq-one__wrapper::after {*/
/*  content: "";*/
/*  width: calc(100% - 420px);*/
/*  height: 375px;*/
/*  position: absolute;*/
/*  left: 50%;*/
/*  bottom: 0px;*/
/*  border-radius: 5px 5px 0px 0px;*/
/*  transform: translateX(-50%);*/
/*  background-color: var(--flyhali-base, #8C0000);*/
/*  clip-path: polygon(29% 0, 100% 0%, 100% 100%, 0% 100%);*/
/*}*/
/*@media (max-width: 1599px) {*/
/*  .faq-one__wrapper::after {*/
/*    width: calc(100% - 100px);*/
/*  }*/
/*}*/
@media (max-width: 991px) {
  .faq-one__wrapper::after {
    display: none;
  }
}
@media (max-width: 1299px) {
  .faq-one__col-image {
    display: none;
  }
}
.faq-one__image {
  position: relative;
  margin-bottom: -85px;
}
.faq-one__image__img {
  margin-left: -130px;
}
.faq-one__image__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 60px;
  left: 0px;
  animation: moveX2 2s linear infinite;
}
@media (max-width: 1299px) {
  .faq-one__col-faq {
    margin: auto;
  }
}
.faq-one .accordion + .accordion {
  margin-top: 13px;
}
.faq-one .accordion {
  border: none;
  background-color: var(--flyhali-white, #FFFFFF);
}
.faq-one .accordion-title {
  padding: 18px 30px 18px 40px;
}
@media (max-width: 767px) {
  .faq-one .accordion-title {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.faq-one .accordion-title__icon {
  border: none;
  background-color: var(--flyhali-base, #8C0000);
}
.faq-one .accordion-title__icon::after,
.faq-one .accordion-title__icon::before {
  background-color: var(--flyhali-white, #FFFFFF);
}
.faq-one .accordion-content .inner {
  padding: 0px 30px 24px 40px;
}
@media (max-width: 767px) {
  .faq-one .accordion-content .inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.faq-one__shape-1 {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 124px;
  right: 116px;
  animation: shapeRotate 2.5s linear infinite;
}
@media (max-width: 991px) {
  .faq-one__shape-1 {
    right: 50px;
  }
}
@media (max-width: 991px) {
  .faq-one__shape-1 {
    display: none;
  }
}
.faq-one__shape-2 {
  width: 295px;
  height: 429px;
  position: absolute;
  top: 175px;
  left: 0px;
  background-color: var(--flyhali-white, #FFFFFF);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 618.000000 900.000000"><g transform="translate(0.000000,900.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M0 4258 l0 -4258 188 0 c301 0 649 32 1032 96 93 15 146 26 300 59 180 38 420 105 585 162 39 13 102 35 141 48 40 13 80 28 90 33 11 6 37 17 59 25 319 119 774 375 1050 592 235 185 452 406 645 659 41 54 89 115 105 136 27 35 80 108 173 239 129 184 316 474 451 701 50 85 96 162 101 170 6 8 13 22 17 30 4 8 25 47 48 85 22 39 51 90 64 115 12 25 43 81 67 125 44 81 251 495 307 615 16 36 33 72 37 81 48 99 243 572 283 689 9 25 26 70 37 100 12 30 26 69 30 85 5 17 25 77 45 135 21 58 41 119 45 135 4 17 20 71 34 120 81 280 124 463 161 675 9 52 21 118 26 145 5 28 14 102 19 165 11 127 17 153 31 145 5 -4 9 108 9 283 0 240 -2 291 -14 295 -10 4 -16 31 -21 84 -13 140 -54 311 -119 489 -45 123 -168 330 -264 441 -78 91 -243 225 -357 289 -101 58 -262 126 -370 157 -258 75 -502 107 -810 107 -372 0 -739 -47 -1290 -164 -88 -19 -231 -41 -404 -62 -188 -23 -785 -23 -1008 0 -347 36 -550 61 -723 91 -47 8 -130 21 -185 30 -55 9 -131 22 -170 30 -38 8 -113 21 -165 30 -52 9 -115 21 -140 27 -25 6 -66 14 -92 18 l-48 6 0 -4258z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 618.000000 900.000000"><g transform="translate(0.000000,900.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M0 4258 l0 -4258 188 0 c301 0 649 32 1032 96 93 15 146 26 300 59 180 38 420 105 585 162 39 13 102 35 141 48 40 13 80 28 90 33 11 6 37 17 59 25 319 119 774 375 1050 592 235 185 452 406 645 659 41 54 89 115 105 136 27 35 80 108 173 239 129 184 316 474 451 701 50 85 96 162 101 170 6 8 13 22 17 30 4 8 25 47 48 85 22 39 51 90 64 115 12 25 43 81 67 125 44 81 251 495 307 615 16 36 33 72 37 81 48 99 243 572 283 689 9 25 26 70 37 100 12 30 26 69 30 85 5 17 25 77 45 135 21 58 41 119 45 135 4 17 20 71 34 120 81 280 124 463 161 675 9 52 21 118 26 145 5 28 14 102 19 165 11 127 17 153 31 145 5 -4 9 108 9 283 0 240 -2 291 -14 295 -10 4 -16 31 -21 84 -13 140 -54 311 -119 489 -45 123 -168 330 -264 441 -78 91 -243 225 -357 289 -101 58 -262 126 -370 157 -258 75 -502 107 -810 107 -372 0 -739 -47 -1290 -164 -88 -19 -231 -41 -404 -62 -188 -23 -785 -23 -1008 0 -347 36 -550 61 -723 91 -47 8 -130 21 -185 30 -55 9 -131 22 -170 30 -38 8 -113 21 -165 30 -52 9 -115 21 -140 27 -25 6 -66 14 -92 18 l-48 6 0 -4258z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
}
@media (max-width: 1299px) {
  .faq-one__shape-2 {
    display: none;
  }
}
.faq-one__shape-3 {
  width: 146px;
  height: 429px;
  position: absolute;
  top: -78px;
  right: 0px;
  background-color: var(--flyhali-white, #FFFFFF);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 306.000000 900.000000"><g transform="translate(0.000000,900.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M2970 8878 c-25 -5 -70 -15 -100 -23 -30 -8 -84 -21 -120 -30 -36 -9 -85 -23 -110 -31 -25 -7 -74 -23 -110 -33 -36 -11 -90 -29 -120 -41 -30 -12 -66 -25 -80 -30 -94 -30 -444 -198 -557 -266 -17 -10 -53 -32 -80 -48 -113 -68 -318 -211 -393 -274 -8 -7 -49 -40 -90 -74 -180 -150 -356 -319 -470 -453 -24 -27 -46 -52 -49 -55 -23 -18 -229 -304 -281 -390 -70 -116 -195 -358 -209 -405 -5 -16 -19 -55 -31 -85 -123 -316 -176 -646 -167 -1035 9 -357 25 -464 137 -890 32 -121 124 -368 207 -555 30 -66 181 -369 213 -425 114 -202 316 -513 458 -705 276 -373 703 -845 1063 -1175 78 -71 147 -135 153 -140 63 -60 395 -337 486 -405 142 -106 313 -220 328 -220 9 0 12 958 12 3900 l0 3900 -22 -1 c-13 -1 -43 -6 -68 -11z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 306.000000 900.000000"><g transform="translate(0.000000,900.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M2970 8878 c-25 -5 -70 -15 -100 -23 -30 -8 -84 -21 -120 -30 -36 -9 -85 -23 -110 -31 -25 -7 -74 -23 -110 -33 -36 -11 -90 -29 -120 -41 -30 -12 -66 -25 -80 -30 -94 -30 -444 -198 -557 -266 -17 -10 -53 -32 -80 -48 -113 -68 -318 -211 -393 -274 -8 -7 -49 -40 -90 -74 -180 -150 -356 -319 -470 -453 -24 -27 -46 -52 -49 -55 -23 -18 -229 -304 -281 -390 -70 -116 -195 -358 -209 -405 -5 -16 -19 -55 -31 -85 -123 -316 -176 -646 -167 -1035 9 -357 25 -464 137 -890 32 -121 124 -368 207 -555 30 -66 181 -369 213 -425 114 -202 316 -513 458 -705 276 -373 703 -845 1063 -1175 78 -71 147 -135 153 -140 63 -60 395 -337 486 -405 142 -106 313 -220 328 -220 9 0 12 958 12 3900 l0 3900 -22 -1 c-13 -1 -43 -6 -68 -11z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
}
@media (max-width: 991px) {
  .faq-one__shape-3 {
    display: none;
  }
}

.faq-two {
  position: relative;
  background-color: var(--flyhali-white, #FFFFFF);
}
.faq-two .container {
  position: relative;
  z-index: 1;
}
.faq-two .sec-title {
  margin-bottom: 67px;
}
.faq-two__wrapper {
  position: relative;
  background-color: var(--flyhali-primary, #FFD453);
}
.faq-two__inner {
  margin-top: 82px;
  text-align: center;
}
@media (max-width: 991px) {
  .faq-two__inner {
    margin-top: 60px;
  }
}
.faq-two .flyhali-btn {
  margin-top: 52px;
}
@media (max-width: 767px) {
  .faq-two .flyhali-btn {
    margin-top: 40px;
  }
}
.faq-two__shape-1 {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 110px;
  left: 9.7%;
  animation: moveX 2s linear infinite;
}
@media (max-width: 1599px) {
  .faq-two__shape-1 {
    left: 2.5%;
  }
}
@media (max-width: 1399px) {
  .faq-two__shape-1 {
    left: 1%;
  }
}
@media (max-width: 991px) {
  .faq-two__shape-1 {
    display: none;
  }
}
.faq-two__shape-2 {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 13.7%;
  bottom: 227px;
  animation: moveX2 2s linear infinite;
}
@media (max-width: 1599px) {
  .faq-two__shape-2 {
    right: 3%;
  }
}
@media (max-width: 991px) {
  .faq-two__shape-2 {
    display: none;
  }
}
.faq-two__shape-3 {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 124px;
  right: 144px;
  animation: shapeRotate 2.5s linear infinite;
}
@media (max-width: 1599px) {
  .faq-two__shape-3 {
    right: 100px;
  }
}
@media (max-width: 991px) {
  .faq-two__shape-3 {
    display: none;
  }
}

/*--------------------------------------------------------------
# Performance
--------------------------------------------------------------*/
.performance {
  position: relative;
  background-color: var(--flyhali-white, #FFFFFF);
}
.performance::before, .performance::after {
  content: "";
  width: 48%;
  height: 100%;
  position: absolute;
  top: 0px;
}
@media (max-width: 991px) {
  .performance::before, .performance::after {
    display: none;
  }
}
.performance::before {
  left: 0px;
  background-color: var(--flyhali-base, #8C0000);
  clip-path: polygon(0 0, 0 100%, 100% 0);
}
.performance .container {
  position: relative;
  z-index: 2;
}
.performance__image img {
  margin-left: -200px;
  border-radius: 49px;
}
@media (max-width: 1799px) {
  .performance__image img {
    margin-left: -150px;
  }
}
@media (max-width: 1599px) {
  .performance__image img {
    max-width: 100%;
    height: auto;
    margin: 0px;
  }
}
.performance .sec-title {
  margin-bottom: 35px;
}
.performance__text {
  margin-bottom: 44px;
  font-size: 18px;
  line-height: 1.888;
}
.performance__row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}
.performance__card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  position: relative;
  z-index: 1;
  padding: 13px 20px;
  border-radius: 5px;
  overflow: hidden;
  background-color: var(--flyhali-white13, #F4F2F2);
}
.performance__card::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  background-color: var(--flyhali-base, #8C0000);
  transition: all 500ms ease;
}
.performance__card:hover::after {
  width: 100%;
  left: 0px;
}
.performance__card__title {
  margin: 0px;
  font-size: 20px;
  color: var(--flyhali-black2, #010212);
  font-weight: 600;
  line-height: 1.5;
  transition: all 500ms ease;
}
.performance__card__icon {
  display: inline-flex;
  flex-shrink: 0;
  font-size: 60px;
  color: var(--flyhali-black3, #000000);
  transition: all 500ms ease;
}
.performance__card__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.performance__card:hover .performance__card__title, .performance__card:hover .performance__card__icon {
  color: var(--flyhali-white, #FFFFFF);
}
.performance__badge {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 36px;
}
.performance__badge__image {
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
}
.performance__badge__text {
  margin: 0px;
  font-size: 20px;
  color: var(--flyhali-black, #070A0C);
  font-weight: 500;
  line-height: 1.7;
}
@media (max-width: 440px) {
  .performance__badge__text {
    font-size: 18px;
  }
}
@media (max-width: 390px) {
  .performance__badge__text {
    font-size: 16px;
  }
}
.performance__contact {
  display: flex;
  align-items: center;
  gap: 25px 15px;
  position: relative;
  z-index: 1;
  margin-top: 49px;
  padding: 22px 12px 22px 52px;
  border-radius: 5px;
  background-color: var(--flyhali-primary, #FFD453);
}
@media (max-width: 767px) {
  .performance__contact {
    padding-left: 30px;
  }
}
@media (max-width: 575px) {
  .performance__contact {
    flex-direction: column;
    align-items: flex-start;
    padding-right: 30px;
  }
}
.performance__contact::after {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: inherit;
  border: 1px dashed var(--flyhali-white, #FFFFFF);
}
.performance__contact__title {
  margin-bottom: 8px;
  font-family: var(--flyhali-font, "Inter", sans-serif);
  font-size: 36px;
  font-weight: 500;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .performance__contact__title {
    font-size: 30px;
  }
}
.performance__contact__text {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  margin: 0px;
  font-size: 24px;
  color: var(--flyhali-black, #070A0C);
  font-weight: 500;
  line-height: 1.416;
}
@media (max-width: 767px) {
  .performance__contact__text {
    font-size: 20px;
  }
}
.performance__contact__text a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.performance__contact__text a:hover {
  background-size: 100% 1px;
}
.performance__contact__icon {
  width: 88px;
  height: 88px;
  flex-shrink: 0;
}
.performance__shape {
  display: inline-flex;
  position: absolute;
  top: 365px;
  right: 8.5%;
  z-index: 1;
  font-size: 59px;
  color: var(--flyhali-black, #070A0C);
  animation: shapeRotate 2.5s linear infinite;
}
@media (max-width: 1799px) {
  .performance__shape {
    right: 6%;
  }
}
@media (max-width: 1599px) {
  .performance__shape {
    right: 3%;
  }
}
@media (max-width: 1399px) {
  .performance__shape {
    display: none;
  }
}
.performance__shape svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.performance--one::after {
  right: 0px;
  background-color: var(--flyhali-white12, #EFF8FF);
  clip-path: polygon(100% 100%, 0 100%, 100% 0);
}
.performance--one .performance__image img {
  margin: 0px;
  max-width: 100%;
  height: auto;
}
.performance--two {
  background-color: var(--flyhali-baby-blue2, #E5F4FF);
}
.performance--two::before, .performance--two::after {
  display: none;
}
.performance--two .performance__image {
  position: relative;
  margin: 0px;
}
.performance--two .performance__image__inner {
  position: relative;
  display: inline-block;
  margin-left: -200px;
  border-radius: 150px;
}
@media (max-width: 1799px) {
  .performance--two .performance__image__inner {
    margin-left: -150px;
  }
}
@media (max-width: 1599px) {
  .performance--two .performance__image__inner {
    margin-left: 0px;
  }
}
.performance--two .performance__image__inner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -10px;
  left: -10px;
  border-radius: inherit;
  background-color: var(--flyhali-primary, #FFD453);
}
.performance--two .performance__image__inner img {
  position: relative;
  z-index: 1;
  margin: 0px;
  border-radius: inherit;
}
@media (max-width: 1599px) {
  .performance--two .performance__image__inner img {
    max-width: 100%;
    height: auto;
  }
}
.performance--two .performance__contact {
  display: inline-flex;
  align-items: flex-start;
  margin: 0px;
  padding: 55px 12px 55px 52px;
  position: relative;
  position: absolute;
  right: 55px;
  bottom: -30px;
  z-index: 1;
  border-radius: 100px 5px 5px 100px;
}
@media (max-width: 1799px) {
  .performance--two .performance__contact {
    right: 20px;
  }
}
@media (max-width: 1599px) {
  .performance--two .performance__contact {
    right: 30px;
    bottom: -100px;
  }
}
@media (max-width: 991px) {
  .performance--two .performance__contact {
    display: flex;
    margin-top: 35px;
    position: relative;
    right: auto;
    bottom: auto;
  }
}
@media (max-width: 991px) {
  .performance--two .performance__contact {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .performance--two .performance__contact {
    padding-left: 40px;
  }
}
@media (max-width: 575px) {
  .performance--two .performance__contact {
    align-items: flex-start;
    padding-right: 30px;
  }
}
.performance--two .performance__contact::after {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
}
.performance--two .performance__contact__text {
  flex-direction: column;
}
@media (max-width: 991px) {
  .performance--two .performance__contact__text {
    flex-direction: row;
  }
}
.performance--two .performance__card {
  background-color: var(--flyhali-white, #FFFFFF);
}

/*--------------------------------------------------------------
# Deal Details
--------------------------------------------------------------*/
.deal-details-one {
  background-color: var(--flyhali-white, #FFFFFF);
}
.deal-details-one__image img {
  max-width: 100%;
  height: auto;
  border-radius: 21px;
}
.deal-details-one__content {
  padding-left: 33px;
}
@media (max-width: 991px) {
  .deal-details-one__content {
    padding-left: 0px;
  }
}
.deal-details-one__title {
  margin-bottom: 15px;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .deal-details-one__title {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .deal-details-one__title {
    font-size: 40px;
  }
}
@media (max-width: 440px) {
  .deal-details-one__title {
    font-size: 35px;
  }
}
.deal-details-one__seat {
  margin-bottom: 30px;
  font-size: 20px;
  color: var(--flyhali-base, #8C0000);
  font-weight: 500;
  line-height: 1.25;
}
.deal-details-one__list {
  margin-bottom: 26px;
}
.deal-details-one__list li {
  display: flex;
  gap: 10px;
  font-size: 15px;
  color: var(--flyhali-black, #070A0C);
  font-weight: 500;
  line-height: 1.5;
  text-transform: capitalize;
}
.deal-details-one__list li + li {
  margin-top: 8px;
}
.deal-details-one__list__icon {
  flex-shrink: 0;
}
.deal-details-one__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.deal-details-one__text {
  margin-bottom: 30px;
  font-weight: 500;
  line-height: 1.75;
}

.deal-details-two {
  background-color: var(--flyhali-white, #FFFFFF);
}
.deal-details-two__content {
  position: relative;
  top: -15px;
  padding-right: 33px;
}
@media (max-width: 991px) {
  .deal-details-two__content {
    top: 0px;
    padding-right: 0px;
  }
}
.deal-details-two__title {
  margin-bottom: 14px;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .deal-details-two__title {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .deal-details-two__title {
    font-size: 40px;
  }
}
@media (max-width: 440px) {
  .deal-details-two__title {
    font-size: 35px;
  }
}
.deal-details-two__text {
  margin-bottom: 35px;
  line-height: 1.75;
}
.deal-details-two__list {
  margin-bottom: 0px;
}
.deal-details-two__list li + li {
  margin-top: 25px;
}
.deal-details-two__list__top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.deal-details-two__list__icon {
  width: 23px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  top: -2px;
  font-size: 11px;
  color: var(--flyhali-black3, #000000);
  border-radius: 50%;
  background-color: var(--flyhali-border-color, #D9D9D9);
  transition: all 500ms ease;
}
.deal-details-two__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
li:hover .deal-details-two__list__icon {
  color: var(--flyhali-white, #FFFFFF);
  background-color: var(--flyhali-base, #8C0000);
}
.deal-details-two__list__title {
  display: inline-block;
  margin: 0px;
  font-size: 15px;
  color: var(--flyhali-black3, #000000);
  font-weight: 500;
  line-height: 1.25;
}
.deal-details-two__list__text {
  margin: 0px;
  font-size: 15px;
  line-height: 1.8;
}
.deal-details-two__image img {
  max-width: 100%;
  height: auto;
  border-radius: 21px;
}

.why-choose {
  background-color: var(--flyhali-white, #FFFFFF);
}
.why-choose .sec-title__title {
  margin-bottom: 50px;
  font-size: 48px;
  text-align: center;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .why-choose .sec-title__title {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .why-choose .sec-title__title {
    font-size: 40px;
  }
}
@media (max-width: 440px) {
  .why-choose .sec-title__title {
    font-size: 35px;
  }
}
.why-choose__card {
  position: relative;
  z-index: 1;
  padding: 34px 38px 33px;
  border-radius: 5px;
  overflow: hidden;
  background-color: var(--flyhali-yellow, #F5E8C1);
}
@media (max-width: 430px) {
  .why-choose__card {
    padding: 24px 30px 23px;
  }
}
.why-choose__card::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  border-radius: inherit;
  background-color: var(--flyhali-primary, #FFD453);
  transition: all 500ms ease;
}
.why-choose__card:hover::after {
  width: 100%;
  left: 0px;
}
.why-choose__card__title {
  margin-bottom: 13px;
  font-size: 24px;
  font-weight: 500;
  color: var(--flyhali-black3, #000000);
  line-height: 1.25;
}
.why-choose__card__text {
  margin: 0px;
  font-size: 15px;
  color: var(--flyhali-black, #070A0C);
  line-height: 1.8;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.service-card {
  position: relative;
  border-radius: 5px;
  background-color: var(--flyhali-white10, #ECF6FE);
}
.service-card__content {
  padding: 44px 44px 39px;
}
@media (max-width: 412px) {
  .service-card__content {
    padding: 30px 30px 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .service-card__content {
    padding: 30px 30px 25px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .service-card__content {
    padding: 35px 35px 30px;
  }
}
.service-card__top {
  display: flex;
  align-items: center;
  gap: 20px 16px;
  margin-bottom: 33px;
}
@media (max-width: 375px) {
  .service-card__top {
    flex-direction: column;
    align-items: flex-start;
  }
}
.service-card__icon-box {
  width: 82px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: var(--flyhali-white, #FFFFFF);
  border: 1px solid var(--flyhali-black3, #000000);
  transition: all 500ms ease;
}
.service-card:hover .service-card__icon-box {
  background-color: var(--flyhali-base, #8C0000);
  border-color: var(--flyhali-base, #8C0000);
}
.service-card__icon {
  display: inline-flex;
  font-size: 60px;
  color: var(--flyhali-black3, #000000);
  transition: all 500ms ease;
}
.service-card__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.service-card:hover .service-card__icon {
  color: var(--flyhali-white, #FFFFFF);
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.service-card__title {
  margin: 0px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.285;
}
.service-card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.service-card__title a:hover {
  color: var(--flyhali-base, #8C0000);
}
.service-card__title a:hover {
  background-size: 100% 1px;
}
.service-card__text {
  margin: 0px;
  transition: all 500ms ease;
}
.service-card__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  z-index: 1;
  padding: 15px 20px;
  font-size: 16px;
  text-align: center;
  color: var(--flyhali-black, #070A0C);
  font-weight: 600;
  line-height: 1.25;
  overflow: hidden;
  border-radius: 0px 0px 5px 5px;
  background-color: var(--flyhali-white11, #EEEEEE);
}
.service-card__btn::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  background-color: var(--flyhali-primary, #FFD453);
  transition: all 400ms ease;
}
.service-card__btn:hover::after {
  width: 100%;
  left: 0px;
}
.service-card__btn__icon {
  display: inline-flex;
  font-size: 14px;
  overflow: hidden;
}
.service-card__btn__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.service-card__btn:hover .service-card__btn__icon > * {
  animation: slideRight 500ms;
}
.service-card--two .service-card__top {
  margin-bottom: 34px;
  justify-content: space-between;
}
@media (max-width: 375px) {
  .service-card--two .service-card__top {
    gap: 25px 16px;
    justify-content: flex-start;
  }
}
.service-card--two .service-card__image {
  margin-bottom: 33px;
  border-radius: 20px;
  overflow: hidden;
}
.service-card--two .service-card__image img {
  width: 100%;
  display: block;
  border-radius: inherit;
  transition: 500ms;
}
.service-card--two:hover .service-card__image img {
  transform: scale(1.1) rotate(3deg);
}

.services-one {
  background-color: var(--flyhali-white, #FFFFFF);
}
@media (min-width: 1400px) {
  .services-one__container {
    max-width: 1600px;
  }
}

.services-two {
  background-color: var(--flyhali-white, #FFFFFF);
}
@media (min-width: 1400px) {
  .services-two__container {
    max-width: 1600px;
  }
}
.services-two__top {
  margin-bottom: 51px;
}
.services-two__button {
  text-align: right;
}

/*--------------------------------------------------------------
# Service Details
--------------------------------------------------------------*/
.service-details {
  background-color: var(--flyhali-white12, #EFF8FF);
}
.service-details__image img {
  max-width: 100%;
  height: auto;
  border-radius: 21px;
}
.service-details__content {
  padding-left: 15px;
}
@media (max-width: 991px) {
  .service-details__content {
    padding-left: 0px;
  }
}
.service-details .sec-title__title {
  margin-bottom: 25px;
}
.service-details__list {
  margin-bottom: 38px;
}
.service-details__list li {
  display: flex;
  gap: 10px;
  font-size: 15px;
  color: var(--flyhali-black, #070A0C);
  font-weight: 500;
  line-height: 1.5;
  text-transform: capitalize;
}
.service-details__list li + li {
  margin-top: 8px;
}
.service-details__list__icon {
  flex-shrink: 0;
}
.service-details__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.service-details__text {
  margin: 0px;
  font-weight: 500;
  line-height: 1.75;
}
.service-details__text + .service-details__text {
  margin-top: 22px;
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog-details {
  background-color: var(--flyhali-white, #FFFFFF);
}
.blog-details__image {
  margin-bottom: 10px;
}
.blog-details__image img {
  width: 100%;
  display: block;
  border-radius: 5px 5px 0px 0px;
}
.blog-details__content {
  padding: 35px;
  border-radius: 0px 0px 10px 10px;
  background-color: var(--flyhali-white2, #F6F6F6);
}
@media (max-width: 575px) {
  .blog-details__content {
    padding: 25px 20px 20px;
  }
}
.blog-details__card {
  margin-bottom: 30px;
}
.blog-details__card__meta {
  margin-bottom: 22px;
  padding-right: 17px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-radius: 30px;
  background-color: var(--flyhali-white, #FFFFFF);
}
.blog-details__card__meta li {
  line-height: 1;
}
.blog-details__card__category {
  padding: 4px 16px;
  font-size: 14px;
}
.blog-details__card__date {
  font-size: 14px;
  line-height: 1.375;
}
.blog-details__card__title {
  margin-bottom: 17px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1875;
}
@media (max-width: 575px) {
  .blog-details__card__title {
    font-size: 26px;
  }
}
@media (max-width: 440px) {
  .blog-details__card__title {
    font-size: 25px;
  }
}
.blog-details__card__text {
  margin: 0px;
  color: var(--flyhali-text-gray2, #818080);
  line-height: 1.75;
}
.blog-details__quote {
  margin: 32px 0px 30px;
  padding: 30px 60px;
  border-radius: 60px;
  background-color: var(--flyhali-white14, #EAF2F8);
}
@media (max-width: 767px) {
  .blog-details__quote {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 575px) {
  .blog-details__quote {
    padding: 20px 30px;
    border-radius: 30px;
  }
}
.blog-details__quote__text {
  margin: 0px;
  font-family: var(--flyhali-heading-font, "Gordita");
  font-size: 24px;
  color: var(--flyhali-base, #8C0000);
  font-weight: 500;
  line-height: 1.416;
}
@media (max-width: 767px) {
  .blog-details__quote__text {
    font-size: 20px;
  }
}
@media (max-width: 412px) {
  .blog-details__quote__text {
    font-size: 17px;
  }
}
.blog-details__description {
  margin-bottom: 30px;
}
.blog-details__description__title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.333;
}
.blog-details__description__title--sm {
  margin-bottom: 15px;
  font-size: 18px;
}
.blog-details__description__text {
  margin: 0px;
  color: var(--flyhali-text-gray2, #818080);
  line-height: 1.75;
}
.blog-details__description__text + .blog-details__description__text {
  margin-top: 30px;
}
.blog-details__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 35px 30px;
  padding-top: 26.5px;
  padding-bottom: 26.5px;
  border-top: 1px solid var(--flyhali-border-color, #D9D9D9);
  border-bottom: 1px solid var(--flyhali-border-color, #D9D9D9);
}
.blog-details__meta__title {
  margin: 0px;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.444;
}
.blog-details__tags, .blog-details__social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.blog-details__tags__box, .blog-details__social__box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.blog-details__tags .flyhali-btn {
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 600;
  color: var(--flyhali-black3, #000000);
  border-radius: 5px;
  background-color: var(--flyhali-white, #FFFFFF);
}
.blog-details__tags .flyhali-btn:hover {
  color: var(--flyhali-white, #FFFFFF);
}
.blog-details__social a {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: var(--flyhali-white, #FFFFFF);
  overflow: hidden;
  transition: all 500ms ease;
}
.blog-details__social__icon {
  display: inline-flex;
  font-size: 18px;
  color: var(--flyhali-black3, #000000);
  transition: all 500ms ease;
}
.blog-details__social__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.blog-details__social a:hover {
  background-color: var(--flyhali-base, #8C0000);
}
.blog-details__social a:hover .blog-details__social__icon {
  color: var(--flyhali-white, #FFFFFF);
  animation: slideTop 400ms;
}
@media (min-width: 992px) and (max-width: 991px) {
  .blog-details--sidebar .blog-details__quote {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .blog-details--sidebar .blog-details__quote__text {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .blog-details--sidebar .comments-one__card {
    grid-template-columns: auto;
  }
}

/*--------------------------------------------------------------
# Shop
--------------------------------------------------------------*/
.product {
  position: relative;
}
.product__sidebar {
  position: relative;
}
.product__sidebar__item + .product__sidebar__item {
  margin-top: 30px;
}
.product__sidebar__item {
  padding: 24px 30px 30px;
  border-radius: 10px;
  background-color: var(--flyhali-white2, #F6F6F6);
}
.product__sidebar__title {
  margin-bottom: 27px;
  position: relative;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.25;
}
.product__search-box {
  padding-top: 30px;
}
.product__search {
  position: relative;
}
.product__search input[type=search],
.product__search input[type=text] {
  padding-left: 20px;
  padding-right: 44px;
  outline: none;
  border: 0;
  width: 100%;
  height: 55px;
  font-size: 16px;
  color: var(--flyhali-text, #6C767C);
  font-weight: 400;
  border-radius: 10px;
  background-color: var(--flyhali-white, #FFFFFF);
  transition: all 400ms ease;
}
.product__search input[type=search]:focus,
.product__search input[type=text]:focus {
  color: var(--flyhali-black, #070A0C);
}
.product__search button[type=submit] {
  padding: 0;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background-color: var(--flyhali-base, #8C0000);
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 14px;
  color: var(--flyhali-white, #FFFFFF);
  border-radius: 50%;
  transition: all 400ms ease;
}
.product__search button[type=submit] svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.product__search button[type=submit]:hover {
  color: var(--flyhali-black, #070A0C);
  background-color: var(--flyhali-primary, #FFD453);
}
.product__price-ranger #slider-range {
  position: relative;
  margin: 0px;
  background: var(--flyhali-base, #8C0000);
  border: none;
  height: 4px;
  border-radius: 20px;
}
.product__price-ranger #slider-range .ui-slider-range {
  height: 100%;
  background: var(--flyhali-base, #8C0000);
}
.product__price-ranger #slider-range .ui-slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--flyhali-base, #8C0000);
  border: 0;
  height: 15px;
  width: 15px !important;
  border-radius: 50%;
  margin-left: -3px;
  outline: medium none;
  cursor: pointer;
  z-index: 2;
}
.product__price-ranger .ranger-min-max-block {
  position: relative;
  display: block;
  margin: 24px 0 0 0px;
}
@media (min-width: 992px) and (max-width: 991px) {
  .product__price-ranger .ranger-min-max-block {
    margin-left: -10px;
  }
}
.product__price-ranger .ranger-min-max-block input[type=text] {
  padding: 0;
  position: relative;
  display: inline-block;
  color: var(--flyhali-black3, #000000);
  font-size: 16px;
  font-weight: 400;
  width: 50px;
  min-width: 50px;
  line-height: 1;
  border: none;
  outline: none;
  text-align: center;
  background-color: transparent;
}
.product__price-ranger .ranger-min-max-block span {
  position: relative;
  display: inline-block;
  color: var(--flyhali-black, #070A0C);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  left: -2px;
}
.product__price-ranger .ranger-min-max-block input[type=submit] {
  position: relative;
  display: block;
  margin: 0;
  cursor: pointer;
  padding: 0 16px;
  height: 34px;
  background-color: var(--flyhali-white, #FFFFFF);
  float: right;
  text-align: center;
  border: none;
  color: var(--flyhali-black, #070A0C);
  font-size: 14px;
  font-weight: 400;
  line-height: 34px;
  border-radius: 5px;
  transition: all 500ms ease;
}
.product__price-ranger .ranger-min-max-block input[type=submit]:hover {
  color: var(--flyhali-white, #FFFFFF);
  background-color: var(--flyhali-base, #8C0000);
}
.product__categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product__categories ul li + li {
  margin-top: 20px;
}
.product__categories ul li {
  position: relative;
}
.product__categories ul li a {
  position: relative;
  padding: 13.5px 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 16px;
  line-height: 1.25;
  text-transform: capitalize;
  color: var(--flyhali-text, #6C767C);
  font-weight: 400;
  border-radius: 50px;
  overflow: hidden;
  background-color: var(--flyhali-white, #FFFFFF);
  z-index: 1;
  transition: all 500ms ease;
}
.product__categories ul li a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: var(--flyhali-base, #8C0000);
  transition: all 500ms ease;
}
.product__categories ul li a .product__categories__text {
  display: flex;
  align-items: center;
  gap: 9px;
}
.product__categories ul li a .product__categories__icon {
  display: inline-flex;
  font-size: 16px;
  color: var(--flyhali-text, #6C767C);
  transition: all 500ms ease;
}
.product__categories ul li a .product__categories__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.product__categories ul li a:hover {
  color: var(--flyhali-white, #FFFFFF);
}
.product__categories ul li a:hover::after {
  left: 0;
  width: 100%;
}
.product__categories ul li a:hover .product__categories__icon {
  color: var(--flyhali-white, #FFFFFF);
}
.product__info-top {
  margin-bottom: 50px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .product__info-top {
    display: block;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .product__showing-text-box {
    text-align: center;
  }
}
.product__showing-text {
  margin: 0;
  font-size: 22px;
  text-transform: capitalize;
  line-height: 1.318;
}
@media (max-width: 767px) {
  .product__showing-text {
    margin-bottom: 25px;
    font-size: 20px;
  }
}
@media (max-width: 430px) {
  .product__showing-text {
    font-size: 18px;
  }
}
.product__showing-sort {
  margin: 0;
}
.product__showing-sort .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  font-family: var(--flyhali-font, "Inter", sans-serif);
  position: relative;
  display: block;
  width: 100%;
  min-width: 210px !important;
  border-radius: 5px;
  background-color: var(--flyhali-white3, #F1F1F1);
}
@media (max-width: 767px) {
  .product__showing-sort .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    min-width: 141px !important;
  }
}
.product__showing-sort .bootstrap-select > .dropdown-toggle::after {
  display: none;
}
.product__showing-sort .bootstrap-select .dropdown-menu {
  border: none;
}
.product__showing-sort .bootstrap-select > .dropdown-toggle {
  position: relative;
  height: 50px;
  outline: none !important;
  border-radius: 0;
  border: 0;
  background-color: transparent !important;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  padding-right: 45px;
  font-family: var(--flyhali-font, "Inter", sans-serif);
  color: var(--flyhali-text, #6C767C) !important;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 50px;
  font-weight: 500;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 25.75px center;
}
.product__showing-sort .bootstrap-select > .dropdown-toggle > .filter-option {
  text-align: left;
}
@media (max-width: 767px) {
  .product__showing-sort .bootstrap-select > .dropdown-toggle > .filter-option {
    text-align: left;
  }
}
.product__showing-sort .bootstrap-select > .dropdown-toggle:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 17px;
  color: var(--flyhali-text, #6C767C);
}
.product__showing-sort .bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid var(--flyhali-border-color, #D9D9D9);
}
.product__showing-sort .bootstrap-select .dropdown-menu > li > a {
  font-size: 15px;
  font-weight: 500;
  padding: 10px 20px 11px;
  font-family: var(--flyhali-font, "Inter", sans-serif);
  color: var(--flyhali-black2, #010212);
  background-color: var(--flyhali-white3, #F1F1F1);
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.product__showing-sort .bootstrap-select .dropdown-menu > li:hover > a,
.product__showing-sort .bootstrap-select .dropdown-menu > li.selected > a {
  background-color: var(--flyhali-base, #8C0000);
  color: var(--flyhali-white, #FFFFFF);
  border-color: var(--flyhali-base, #8C0000);
}
.product__item {
  position: relative;
  background-color: var(--flyhali-white, #FFFFFF);
  border-radius: 10px;
  border: 1px solid var(--flyhali-border-color, #D9D9D9);
  transition: all 500ms ease;
}
.product__item:hover {
  border-color: var(--flyhali-base, #8C0000);
}
.product__item__image {
  padding: 20px 20px 0;
  position: relative;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
}
.product__item__image img {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
  border-radius: inherit;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0, 0, 0.44, 1.18);
  transition: transform 800ms cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 800ms cubic-bezier(0, 0, 0.44, 1.18);
}
.product__item__btn-group {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
}
.product__item__btn-group a + a {
  margin-top: 10px;
}
.product__item__btn-group a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background-color: var(--flyhali-white2, #F6F6F6);
  color: var(--flyhali-base, #8C0000);
  font-size: 14px;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
}
.product__item__btn-group a svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.product__item__btn-group a:hover {
  color: var(--flyhali-white, #FFFFFF);
  background-color: var(--flyhali-base, #8C0000);
}
.product__item__btn-group a:nth-child(1) {
  -webkit-transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -moz-transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -ms-transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -o-transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transform: translate3d(30px, 0, 0);
  -moz-transform: translate3d(30px, 0, 0);
  -webkit-transform: translate3d(30px, 0, 0);
  -ms-transform: translate3d(30px, 0, 0);
  -o-transform: translate3d(30px, 0, 0);
}
.product__item__btn-group a:nth-child(2) {
  -webkit-transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -moz-transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -ms-transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -o-transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transform: translate3d(30px, 0, 0);
  -moz-transform: translate3d(30px, 0, 0);
  -webkit-transform: translate3d(30px, 0, 0);
  -ms-transform: translate3d(30px, 0, 0);
  -o-transform: translate3d(30px, 0, 0);
}
.product__item__btn-group a:nth-child(3) {
  -webkit-transition: transform 750ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -moz-transition: transform 750ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -ms-transition: transform 750ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -o-transition: transform 750ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transition: transform 750ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transform: translate3d(30px, 0, 0);
  -moz-transform: translate3d(30px, 0, 0);
  -webkit-transform: translate3d(30px, 0, 0);
  -ms-transform: translate3d(30px, 0, 0);
  -o-transform: translate3d(30px, 0, 0);
}
.product__item__btn-group a:nth-child(4) {
  -webkit-transition: transform 950ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -moz-transition: transform 950ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -ms-transition: transform 950ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -o-transition: transform 950ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transition: transform 950ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transform: translate3d(30px, 0, 0);
  -moz-transform: translate3d(30px, 0, 0);
  -webkit-transform: translate3d(30px, 0, 0);
  -ms-transform: translate3d(30px, 0, 0);
  -o-transform: translate3d(30px, 0, 0);
}
.product__item:hover .product__item__image img {
  transform: scale(1.05);
}
.product__item:hover .product__item__btn-group a {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.product__item__content {
  padding: 30px;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .product__item__content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.product__item__title {
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.318;
}
@media (min-width: 576px) and (max-width: 767px) {
  .product__item__title {
    font-size: 20px;
  }
}
@media (max-width: 360px) {
  .product__item__title {
    font-size: 22px;
  }
}
.product__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.product__item__title a:hover {
  color: var(--flyhali-base, #8C0000);
}
.product__item__title a:hover {
  background-size: 100% 1px;
}
.product__item__price {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--flyhali-text, #6C767C);
}
.product__item__price span:not(:last-child)::after {
  content: "-";
  margin-left: 5px;
  margin-right: 5px;
  font-size: 18px;
  color: var(--flyhali-text, #6C767C);
}
.product__item .flyhali-ratings {
  margin-bottom: 24px;
  justify-content: center;
}
.product__item__btn {
  padding: 12px 30px;
  font-size: 14px;
  text-transform: uppercase;
  background-color: var(--flyhali-white3, #F1F1F1);
}

.product-page {
  background-color: var(--flyhali-white, #FFFFFF);
}
.product-page .post-pagination {
  justify-content: center;
}
.product-page--sidebar .post-pagination {
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .product-page--sidebar .post-pagination {
    justify-content: center;
  }
}

/*--------------------------------------------------------------
# Shop Details
--------------------------------------------------------------*/
.product-details {
  position: relative;
}
.product-details__product {
  display: flex;
  align-items: center;
  gap: 30px 22px;
}
@media (max-width: 991px) {
  .product-details__product {
    flex-direction: column;
    align-items: flex-start;
  }
}
.product-details__thumb-box {
  width: 120px;
}
@media (max-width: 991px) {
  .product-details__thumb-box {
    width: 100%;
  }
}
.product-details__thumb {
  --slick-gutter: 13px;
  width: 126px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .product-details__thumb {
    width: 100%;
  }
}
.product-details__thumb .slick-list {
  clip-path: inset(0 calc(var(--slick-gutter) / 2) 0 calc(var(--slick-gutter) / 2));
  margin: 0;
  padding: 0;
}
.product-details__thumb .slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .product-details__thumb .slick-slide {
    margin-left: calc(var(--slick-gutter) / 2);
    margin-right: calc(var(--slick-gutter) / 2);
  }
}
@media (min-width: 992px) {
  .product-details__thumb .slick-slide {
    margin-top: calc(var(--slick-gutter) / 2);
    margin-bottom: calc(var(--slick-gutter) / 2);
  }
}
.product-details__thumb__item {
  position: relative;
  cursor: pointer;
  width: 113px;
  height: 113px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
  z-index: 2;
  border-radius: 10px;
  border: 1px solid var(--flyhali-border-color, #D9D9D9);
  transition: all 500ms ease;
}
@media (min-width: 992px) and (max-width: 991px) {
  .product-details__thumb__item {
    width: 114px;
    height: 114px;
  }
}
@media (max-width: 991px) {
  .product-details__thumb__item {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 767px) {
  .product-details__thumb__item {
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 575px) {
  .product-details__thumb__item {
    width: 95px;
    height: 95px;
  }
}
@media (max-width: 480px) {
  .product-details__thumb__item {
    width: 83px;
    height: 83px;
  }
}
@media (max-width: 430px) {
  .product-details__thumb__item {
    width: 105px;
    height: 105px;
  }
}
@media (max-width: 390px) {
  .product-details__thumb__item {
    width: 95px;
    height: 95px;
  }
}
@media (max-width: 360px) {
  .product-details__thumb__item {
    width: 83px;
    height: 83px;
  }
}
.product-details__thumb__item img {
  position: relative;
  cursor: pointer;
  max-width: 100%;
  height: auto;
  z-index: 1;
  border-radius: inherit;
}
.product-details__thumb__hover {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(-70%);
  border-radius: inherit;
  background-color: RGBA(var(--flyhali-black-rgb, 7, 10, 12), 0.6);
  transition: all 500ms ease;
  z-index: 1;
}
.product-details__thumb__hover .img-popup {
  display: inline-block;
  font-size: 25px;
  color: var(--flyhali-white, #FFFFFF);
}
.product-details__thumb__hover .img-popup:hover {
  color: var(--flyhali-base, #8C0000);
}
.product-details__thumb__hover .img-popup svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.product-details__thumb .slick-slide.slick-current .product-details__thumb__hover {
  opacity: 1;
  transform: translateY(0%);
}
.product-details__carousel {
  --slick-gutter: 10px;
  flex-grow: 1;
  border-radius: 10px;
  border: 1px solid var(--flyhali-border-color, #D9D9D9);
}
@media (max-width: 991px) {
  .product-details__carousel {
    width: 100%;
  }
}
.product-details__carousel .slick-list {
  clip-path: inset(0 calc(var(--slick-gutter) / 2) 0 calc(var(--slick-gutter) / 2));
  margin: 0;
  padding: 0;
}
.product-details__carousel .slick-slide {
  margin-top: calc(var(--slick-gutter) / 2);
  margin-bottom: calc(var(--slick-gutter) / 2);
}
.product-details__image {
  padding: 20px 20px 43px;
  border-radius: 10px;
}
.product-details__image__title {
  display: inline-block;
  padding: 7px 16px;
  font-size: 16px;
  color: var(--flyhali-white, #FFFFFF);
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.25;
  border-radius: 5px;
  background-color: var(--flyhali-base, #8C0000);
}
.product-details__image img {
  max-width: 100%;
  height: auto;
  border-radius: inherit;
}
.product-details__name {
  margin-bottom: 13px;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4;
}
.product-details__product-info {
  max-width: 471px;
  margin-bottom: 15px;
  padding-bottom: 11px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px 26px;
  border-bottom: 1px solid var(--flyhali-border-color, #D9D9D9);
}
.product-details__price {
  margin: 0;
  font-size: 30px;
  color: var(--flyhali-base, #8C0000);
  font-weight: 600;
}
.product-details__review {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.product-details__review__text {
  font-size: 16px;
  color: var(--flyhali-text, #6C767C);
  font-weight: 500;
  text-transform: capitalize;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.product-details__review__text:hover {
  color: var(--flyhali-base, #8C0000);
}
.product-details__review__text:hover {
  background-size: 100% 1px;
}
.product-details__excerpt {
  margin-bottom: 19px;
}
.product-details__excerpt__text {
  margin: 0px;
  font-weight: 500;
}
.product-details__color {
  margin-bottom: 30px;
}
.product-details__color__title {
  margin-bottom: 9px;
  font-family: var(--flyhali-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--flyhali-text, #6C767C);
  font-weight: 500;
}
.product-details__color__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.product-details__color__box {
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  outline: none;
  border-radius: 3px;
  background-color: var(--bg-color);
  border: 2px solid var(--border-color);
}
.product-details__quantity {
  margin-bottom: 30px;
}
.product-details__quantity .quantity-box {
  border: 1px solid var(--flyhali-border-color, #D9D9D9);
  width: 191px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
.product-details__quantity .quantity-box__input {
  border: none;
  outline: none;
  background-color: transparent;
  width: 71px;
  height: 100%;
  border-left: 1px solid var(--flyhali-border-color, #D9D9D9);
  border-right: 1px solid var(--flyhali-border-color, #D9D9D9);
  font-family: var(--flyhali-font, "Inter", sans-serif);
  padding: 0;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  color: var(--flyhali-text, #6C767C);
  line-height: 1;
  background-color: transparent;
  text-align: center;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  transition: all 500ms ease;
}
.product-details__quantity .quantity-box__btn {
  border: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  width: 59px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--flyhali-black, #070A0C);
  transition: all 500ms ease;
}
.product-details__quantity .quantity-box__btn:hover {
  color: var(--flyhali-base, #8C0000);
}
.product-details__button {
  margin-bottom: 30px;
}
.product-details__socials {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.product-details__socials__title {
  margin: 0px;
  font-family: var(--flyhali-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--flyhali-text, #6C767C);
  font-weight: 500;
  text-transform: capitalize;
}
.product-details .social-links a {
  width: 40px;
  height: 40px;
  background-color: var(--flyhali-white3, #F1F1F1);
}
.product-details .social-links a:hover {
  background-color: var(--flyhali-base, #8C0000);
}
.product-details .social-links__icon {
  font-size: 16px;
  color: var(--flyhali-black, #070A0C);
}
.product-details .social-links a:hover .social-links__icon {
  color: var(--flyhali-white, #FFFFFF);
}
.product-details__description-wrapper {
  margin-top: 42px;
}
.product-details__description {
  position: relative;
  padding: 49px 0px 37px;
  border-top: 1px solid var(--flyhali-border-color, #D9D9D9);
  border-bottom: 1px solid var(--flyhali-border-color, #D9D9D9);
}
.product-details__description__title {
  margin-bottom: 17px;
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.333;
}
.product-details__description__text {
  margin: 0px;
  font-weight: 500;
}
.product-details__list {
  margin-top: 11px;
  margin-bottom: 21px;
  --bs-gutter-x: 20px;
  --bs-gutter-y: 12px;
}
.product-details__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
}
.product-details__list__icon {
  position: relative;
  top: 3px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 9px;
  color: var(--flyhali-white, #FFFFFF);
  background-color: var(--flyhali-base, #8C0000);
  border-radius: 50%;
  transition: all 500ms ease;
}
.product-details__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.product-details .comments-one__top {
  gap: 30px;
}
.product-details__form__top {
  margin-bottom: 31px;
}
.product-details__form__title {
  margin-bottom: 20px !important;
}
.product-details__form__ratings {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 25px;
}
@media (max-width: 1599px) {
  .product-details__form__ratings {
    gap: 20px;
  }
}
.product-details__form__ratings__text {
  margin-bottom: 0;
  font-family: var(--flyhali-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--flyhali-text, #6C767C);
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.625;
}
.product-details__ratings {
  position: relative;
  top: -2px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
}
.product-details__ratings__icon {
  display: inline-flex;
  font-size: 17px;
  color: var(--flyhali-primary, #FFD453);
  transition: all 500ms ease;
}
.product-details__ratings__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

/*--------------------------------------------------------------
# Cart
--------------------------------------------------------------*/
.cart-page {
  position: relative;
  background-color: var(--flyhali-white, #FFFFFF);
}
.cart-page .table-responsive {
  position: relative;
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cart-page .table-responsive {
    margin-bottom: 30px;
  }
}
.cart-page__table {
  position: relative;
  width: 100%;
  border: none;
  margin: 0 0 24px;
}
@media (max-width: 991px) {
  .cart-page__table {
    min-width: 1170px;
  }
}
.cart-page__table thead tr {
  border-bottom: 1px solid var(--flyhali-border-color, #D9D9D9);
}
.cart-page__table thead tr th {
  padding: 0 30px 20px;
  font-size: 25px;
  color: var(--flyhali-black, #070A0C);
  line-height: 1;
  font-weight: 600;
  text-transform: capitalize;
  border: none;
  background-color: transparent;
  border: 0 !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cart-page__table thead tr th {
    font-size: 20px;
  }
}
.cart-page__table thead tr th:first-child {
  padding-left: 0;
}
.cart-page__table thead tr th:last-child {
  padding-right: 0;
  text-align: right;
}
.cart-page__table tbody tr td {
  font-size: 19px;
  font-weight: 500;
  color: var(--flyhali-black3, #000000);
  text-transform: capitalize;
  line-height: normal;
  vertical-align: middle;
  border-top: none;
  box-shadow: none;
  background-color: transparent;
  border-top: 0 !important;
  border-right: 1px solid var(--flyhali-border-color, #D9D9D9);
  border-bottom: 1px solid var(--flyhali-border-color, #D9D9D9);
  padding: 28.5px 30px;
  letter-spacing: 0;
}
.cart-page__table tbody tr td.cart-page__table__total {
  text-align: center;
}
.cart-page__table tbody tr td .cart-page__table__remove {
  margin-left: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--flyhali-black3, #000000);
  font-size: 19px;
  line-height: 1;
}
.cart-page__table tbody tr td .cart-page__table__remove svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.cart-page__table tbody tr td .cart-page__table__remove:hover {
  color: var(--flyhali-base, #8C0000);
}
.cart-page__table tbody tr td:first-child {
  padding-left: 0px;
}
.cart-page__table tbody tr td:last-child {
  padding-right: 0px;
  border-right: 0px;
}
.cart-page__table__meta {
  display: flex;
  align-items: center;
  gap: 30px;
}
.cart-page__table__meta__img {
  width: 113px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 5px;
  border: 1px solid var(--flyhali-border-color, #D9D9D9);
}
.cart-page__table__meta__img img {
  max-width: 100%;
  height: auto;
  border-radius: inherit;
}
.cart-page__table__meta__title {
  margin: 0;
  font-family: var(--flyhali-font, "Inter", sans-serif);
  font-size: 20px;
  color: var(--flyhali-black3, #000000);
  font-weight: 600;
  line-height: 1.318;
}
.cart-page__table__meta__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.cart-page__table__meta__title a:hover {
  color: var(--flyhali-base, #8C0000);
}
.cart-page__table__meta__title a:hover {
  background-size: 100% 1px;
}
.cart-page__table__quantity {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
.cart-page__table__quantity__title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.25;
}
.cart-page__table__quantity .quantity-box {
  position: relative;
  width: 172px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid var(--flyhali-border-color, #D9D9D9);
}
.cart-page__table__quantity .quantity-box__input {
  border: none;
  outline: none;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  background-color: transparent;
  width: 50px;
  height: 100%;
  font-family: var(--flyhali-font, "Inter", sans-serif);
  padding: 0;
  outline: none;
  font-size: 19px;
  font-weight: 500;
  color: var(--flyhali-black3, #000000);
  line-height: 1;
  background-color: transparent;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  transition: all 500ms ease;
}
.cart-page__table__quantity .quantity-box__btn {
  border: none;
  outline: none;
  background-color: var(--flyhali-white3, #F1F1F1);
  padding: 0;
  display: inline-flex;
  font-size: 8px;
  color: var(--flyhali-black3, #000000);
  transition: all 500ms ease;
}
.cart-page__table__quantity .quantity-box__btn.add {
  padding: 6px 6px 2px;
  position: absolute;
  top: 8px;
  right: 21px;
  z-index: 1;
}
.cart-page__table__quantity .quantity-box__btn.sub {
  padding: 2px 6px 6px;
  position: absolute;
  right: 21px;
  bottom: 8px;
  z-index: 1;
}
.cart-page__table__quantity .quantity-box__btn:hover {
  color: var(--flyhali-base, #8C0000);
}
.cart-page__bottom {
  margin-top: 8px;
}
.cart-page__coupone__form {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .cart-page__coupone__form {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cart-page__coupone__form {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
}
.cart-page__coupone__form input[type=text] {
  display: block;
  width: 270px;
  height: 54px;
  border: none;
  font-size: 16px;
  color: var(--flyhali-text, #6C767C);
  font-weight: 400;
  background-color: var(--flyhali-white3, #F1F1F1);
  padding-left: 19px;
  padding-right: 19px;
  outline: none;
  border-radius: 10px;
  transition: all 500ms ease;
}
.cart-page__coupone__form input[type=text]:focus {
  color: var(--flyhali-black, #070A0C);
}
@media (max-width: 991px) {
  .cart-page__coupone__form input[type=text] {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .cart-page__coupone__form input[type=text] {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cart-page__coupone__form input[type=text] {
    width: 100%;
  }
}
.cart-page__cart-checkout__title {
  margin-bottom: 0px;
  display: inline-block;
  font-family: var(--flyhali-heading-font, "Gordita");
  font-weight: 700;
  font-size: 25px;
  color: var(--flyhali-black3, #000000);
  line-height: 1.318;
  text-transform: capitalize;
}
.cart-page__cart-total {
  max-width: 260px;
  position: relative;
  margin: 0px 0px 30px auto;
}
@media (max-width: 991px) {
  .cart-page__cart-total {
    margin: 0px 0px 30px;
  }
}
.cart-page__cart-total li + li {
  margin-top: 23px;
}
.cart-page__cart-total li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  font-size: 16px;
  color: var(--flyhali-text, #6C767C);
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.25;
}
.cart-page__button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 54px;
}
@media (max-width: 991px) {
  .cart-page__button {
    gap: 25px;
    justify-content: flex-start;
  }
}

/*--------------------------------------------------------------
# Checkout
--------------------------------------------------------------*/
.checkout-page {
  position: relative;
  background-color: var(--flyhali-white, #FFFFFF);
}
.checkout-page__notice {
  margin-bottom: 30px;
}
.checkout-page .notice-box {
  padding: 12.5px 20px;
  margin-bottom: 0px;
  background-color: var(--flyhali-white3, #F1F1F1);
  font-size: 22px;
  color: var(--flyhali-black3, #000000);
  font-weight: 500;
  line-height: 1.4;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .checkout-page .notice-box {
    font-size: 16px;
  }
}
.checkout-page .notice-box a {
  color: var(--flyhali-base, #8C0000);
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.checkout-page .notice-box a:hover {
  background-size: 100% 1px;
}
.checkout-page__billing-address {
  position: relative;
}
.checkout-page__title {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.318;
}
@media (min-width: 992px) and (max-width: 991px) {
  .checkout-page__form .form-one__group {
    grid-template-columns: repeat(1, 1fr);
  }
}
.checkout-page__form .form-one .bootstrap-select > .dropdown-toggle {
  padding-left: 20px;
  padding-right: 20px;
}
.checkout-page__form .form-one .bootstrap-select > .dropdown-toggle,
.checkout-page__form .form-one .bootstrap-select .dropdown-menu > li > a {
  background-color: var(--flyhali-white3, #F1F1F1) !important;
}
.checkout-page__form .form-one .bootstrap-select .dropdown-menu > li:hover > a,
.checkout-page__form .form-one .bootstrap-select .dropdown-menu > li.selected > a {
  background-color: var(--flyhali-base, #8C0000) !important;
}
.checkout-page__form .form-one .bootstrap-select > .dropdown-toggle::before {
  right: 20px;
}
.checkout-page__form .form-one .bootstrap-select > .dropdown-toggle,
.checkout-page__form .form-one input[type=text],
.checkout-page__form .form-one input[type=email],
.checkout-page__form .form-one input[type=password],
.checkout-page__form .form-one input[type=tel],
.checkout-page__form .form-one textarea {
  border: none;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 10px;
  background-color: var(--flyhali-white3, #F1F1F1);
}
.checkout-page__shipping-details {
  margin-top: 15px;
}
@media (max-width: 430px) {
  .checkout-page__shipping-details {
    margin-top: 0px;
  }
}
.checkout-page__shipping-details .checkout-page__title {
  margin-bottom: 25px;
}
.checkout-page__check-box {
  position: relative;
  display: block;
  margin-top: -6px;
}
.checkout-page__check-box input[type=checkbox] {
  display: none;
}
.checkout-page__check-box label {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  font-size: 16px;
  color: var(--flyhali-text, #6C767C);
  font-weight: 500;
  line-height: 1.625;
  text-transform: uppercase;
  cursor: pointer;
}
.checkout-page__check-box label span::before {
  content: "\f00c";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  color: var(--flyhali-base, #8C0000);
  font-size: 9px;
  font-weight: 900;
  opacity: 0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.checkout-page__check-box input[type=checkbox] + label span {
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid var(--flyhali-base, #8C0000);
  border-radius: 50%;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.checkout-page__check-box input[type=checkbox]:checked + label span:before {
  opacity: 1;
}
.checkout-page__your-order {
  position: relative;
  margin: 38px 0 0;
}
@media (max-width: 430px) {
  .checkout-page__your-order {
    margin: 30px 0 0;
  }
}
.checkout-page__your-order .checkout-page__title {
  margin-bottom: 25px;
}
@media (max-width: 430px) {
  .checkout-page__your-order .checkout-page__title {
    margin-bottom: 20px;
  }
}
.checkout-page__order-table {
  position: relative;
  width: 100%;
  border: none;
  margin: 0 0 0;
}
.checkout-page__order-table thead tr th {
  margin: 0;
  padding: 16px 0;
  font-family: var(--flyhali-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--flyhali-black, #070A0C);
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.25;
  border: none;
  border-top: 1px solid var(--flyhali-border-color, #D9D9D9);
  border-bottom: 1px solid var(--flyhali-border-color, #D9D9D9);
}
.checkout-page__order-table thead tr th:last-child {
  text-align: right;
}
.checkout-page__order-table tbody tr td {
  font-family: var(--flyhali-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--flyhali-black, #070A0C);
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.25;
  margin: 0;
  padding: 0 0 15px;
  border: none;
}
.checkout-page__order-table tbody tr td:last-child {
  text-align: right;
}
.checkout-page__order-table tbody tr td.pro__price {
  font-family: var(--flyhali-font, "Inter", sans-serif);
  font-weight: 500;
  color: var(--flyhali-text, #6C767C);
}
.checkout-page__order-table tbody tr:first-child td {
  padding-top: 16px;
}
.checkout-page__order-table tbody tr:nth-child(3) td {
  padding-bottom: 16px;
}
.checkout-page__order-table tbody tr:last-child td {
  padding-top: 15px;
  border-top: 1px solid var(--flyhali-border-color, #D9D9D9);
}
.checkout-page__payment {
  padding: 29px 31px;
  margin-bottom: 30px;
  border-radius: 10px;
  background-color: var(--flyhali-white3, #F1F1F1);
}
@media (max-width: 390px) {
  .checkout-page__payment {
    padding: 25px;
  }
}
.checkout-page__payment__item + .checkout-page__payment__item {
  margin-top: 15px;
}
.checkout-page__payment__item {
  position: relative;
}
.checkout-page__payment__title {
  margin-bottom: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-family: var(--flyhali-font, "Inter", sans-serif);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--flyhali-text, #6C767C);
  line-height: 1.625;
}
.checkout-page__payment__title::before {
  content: "";
  width: 21px;
  height: 21px;
  border: 1px solid var(--flyhali-base, #8C0000);
  border-radius: 50%;
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 9px;
  color: transparent;
  position: relative;
  top: -1px;
  transition: all 500ms ease;
}
.checkout-page__payment .checkout-page__payment__item--active .checkout-page__payment__title {
  text-shadow: 0px 0px 0.25px currentColor;
}
.checkout-page__payment .checkout-page__payment__item--active .checkout-page__payment__title::before {
  content: "\f111";
  color: var(--flyhali-base, #8C0000);
}
.checkout-page__payment__content {
  margin-top: 12px;
}
.checkout-page__payment__content p {
  margin: 0;
  font-weight: 500;
  line-height: 1.5;
}

/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404 {
  position: relative;
  overflow: hidden;
  background-color: var(--flyhali-white, #FFFFFF);
}
.error-404 .container {
  position: relative;
  z-index: 1;
}
.error-404__content {
  text-align: center;
}
.error-404__image {
  margin-bottom: 46px;
  max-width: 100%;
  height: auto;
}
.error-404__title {
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 700;
  font-weight: 500;
  line-height: 1.166;
}
@media (max-width: 575px) {
  .error-404__title {
    font-size: 32px;
  }
}
@media (max-width: 440px) {
  .error-404__title {
    font-size: 30px;
  }
}
@media (max-width: 390px) {
  .error-404__title {
    font-size: 28px;
  }
}
.error-404__text {
  margin-bottom: 38px;
  line-height: 1.75;
}
.error-404__shape {
  width: 709px;
  height: 709px;
  border-radius: 50%;
  background-color: var(--flyhali-white5, #FBF8F8);
}
@media (max-width: 991px) {
  .error-404__shape {
    display: none;
  }
}
.error-404__shape--1 {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.error-404__shape--2 {
  position: absolute;
  top: 46%;
  left: 8.5%;
}
@media (max-width: 1399px) {
  .error-404__shape--2 {
    left: -1%;
  }
}
@media (max-width: 991px) {
  .error-404__shape--2 {
    left: -7.5%;
  }
}
.error-404__shape--3 {
  position: absolute;
  top: 46%;
  right: 8.5%;
}
@media (max-width: 1399px) {
  .error-404__shape--3 {
    right: -1%;
  }
}
@media (max-width: 991px) {
  .error-404__shape--3 {
    right: -7.5%;
  }
}

/*--------------------------------------------------------------
# Boxed Home
--------------------------------------------------------------*/
body.boxed-wrapper {
  position: relative;
}
body.boxed-wrapper .page-wrapper {
  max-width: 1530px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--flyhali-white, #FFFFFF);
  box-shadow: 0px 0px 100px 0px rgba(var(--flyhali-black3-rgb, 0, 0, 0), 0.08);
}
body.boxed-wrapper .about-one__shape-2,
body.boxed-wrapper .about-one__shape-3,
body.boxed-wrapper .about-one__shape-4,
body.boxed-wrapper .chief-priority__shape-1 {
  display: none;
}
@media (min-width: 1600px) {
  body.boxed-wrapper .chief-priority__text {
    padding-right: 130px;
  }
  body.boxed-wrapper .chief-priority__shape-2 {
    right: 30px;
  }
  body.boxed-wrapper .performance__image img {
    margin-left: -150px;
  }
  body.boxed-wrapper .performance__shape,
  body.boxed-wrapper .testimonials-one__shape {
    right: 6%;
  }
}
/*# sourceMappingURL=flyhali.css.map */

.text-justify{
    text-align: justify;
}

.custom-bg{
    background: #FEEEEE;
}
