/*============================================================
[Master Stylesheet]
Theme Name:            Miniba - Aviation & Airplane Charters WordPress Theme
WordPress Developer:   Masum Billah
Version:               1.0
Author:                codebucket
URL:                   https://www.templatemonster.com/authors/codebucket/
=========================================================*/
/*=======================================================
TABLE OF CONTENTS:

01.  Animations
02.  Global

======Section Stylsheet======

03.  Header
04.  Right sidebar
05.  Banner
06.  Flight plan
07.  Service
08.  Gallery 
09.  Video
10.  Jet fleet
11.  Destination
12.  Deals
13.  Feedback
14.  Blog
15.  Brand
16.  Footer

======Inner Page Stylsheet======

17.  Inner page heading
18.  About page
19.  Service details page
20.  Destination details page
21.  Team details page
22.  Aircraft page
23.  Contact page
24.  Payment page
25.  Ticket confirm page

======Responsive stylsheet======

26.  Responsive design*/
/*--------------------------------
01. Animations
--------------------------------*/
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes title {
  0% {
    transform: rotateY(90deg);
  }
  100% {
    transform: rotateY(0);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 rgba(255, 255, 255, 0.4);
  }
  100% {
    box-shadow: 0px 0px 0px 50px rgba(255, 255, 255, 0);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes bounce {
  0% {
    transform: translateY(-50%);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-50%);
  }
}
@keyframes imageAnimation {
  0% {
    filter: grayscale(0);
  }
  50% {
    filter: grayscale(10);
  }
  100% {
    filter: grayscale(0);
  }
}
@keyframes plane {
  0% {
    transform: translateX(-200%);
  }
  40% {
    transform: translate(0) scale(1);
  }
  50% {
    transform: translate(0) scale(0.9);
  }
  60% {
    transform: translate(0) scale(1);
  }
  100% {
    transform: translateX(200%);
  }
}
/*--------------------------------
02. Global
--------------------------------*/
@font-face {
  font-family: "soligant";
  src: url("../fonts/soligant.ttf") format("ttf"), url("../fonts/soligant.otf") format("opentype");
}
body {
  font-family: "Poppins", sans-serif;
  background: #0C0C0C;
  color: #616161;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 14px;
  }
}
body.light-theme {
  background: #fff;
}
body.inner-page-body, body.light-theme {
  background: #fff;
}
body.inner-page-body .container, body.light-theme .container {
  border-left: 1px solid rgba(0, 0, 0, 0.03);
  border-right: 1px solid rgba(0, 0, 0, 0.03);
  position: relative;
  z-index: 2;
}
body.inner-page-body .container::after, body.light-theme .container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 33.3333333333%;
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.03);
  border-right: 1px solid rgba(0, 0, 0, 0.03);
  z-index: -1;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "soligant";
  line-height: 1.3;
  font-weight: 600;
  color: #0D0D0D;
}

h1 {
  font-size: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }
}

h2 {
  font-size: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 48px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h3 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  h3 {
    font-size: 36px;
  }
}

h4 {
  font-size: 36px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h4 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  h4 {
    font-size: 32px;
  }
}

h5 {
  font-size: 28px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h5 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  h5 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  h5 {
    font-size: 24px;
  }
}

h6 {
  font-size: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h6 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  h6 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  h6 {
    font-size: 20px;
  }
}

p {
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  p {
    font-size: 14px;
  }
}

.main-footer h1, .main-footer h2, .main-footer h3, .main-footer h4, .main-footer h5, .main-footer h6 {
  font-family: "Poppins", sans-serif;
}

a {
  display: inline-block;
  text-decoration: none;
  transition: 0.3s;
  color: #7c9c12;
}

img {
  max-width: 100%;
}

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

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

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

.btn_wrapper {
  height: 145px;
}

.part-btn {
  display: flex;
  justify-content: center;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
}

.loader {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.loader::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px dotted #e9e9e9;
  border-radius: 50%;
  animation: 30s spin linear infinite;
  z-index: -1;
}
.loader span {
  display: inline-block;
  font-size: 180px;
  line-height: 100%;
  color: #616161;
  animation: 1.5s plane ease-in-out infinite;
}

.noisy-bg {
  position: relative;
  z-index: 2;
}
.noisy-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  background: url(../../images/noise.jpg) center center repeat;
  opacity: 0.1;
  z-index: -1;
}

.circle-btn {
  text-align: center;
  width: 145px;
  height: 145px;
  line-height: 143px;
  border-radius: 50%;
  background: transparent;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.circle-btn.circle-btn-2 {
  font-weight: 500;
  border-color: rgba(0, 0, 0, 0.1);
  color: #616161;
}
.circle-btn.circle-btn-2 .ripple {
  background: #000 !important;
}
.circle-btn.circle-btn-2:hover {
  border-color: rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}
.circle-btn .text_wrap {
  display: flex;
  width: 100%;
  height: 100%;
  text-align: left;
  line-height: 20px;
  justify-content: center;
  align-items: center;
}
.circle-btn .icon-wrap {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 3px;
  overflow: hidden;
  position: relative;
}
.circle-btn .icon {
  position: absolute;
  top: -4px;
  left: -8px;
  display: inline-block;
  transform: rotate(45deg);
  transition: 0.4s;
}
.circle-btn .icon i {
  display: block;
}
.circle-btn:hover {
  border-color: #B9E81C !important;
  box-shadow: 0px 0px 25px 0px rgba(185, 232, 28, 0.4);
}
.circle-btn:hover .icon {
  top: -16px;
  left: 4px;
}

.specification-area .circle-btn, .banner-bottom .circle-btn, .secondary-section-bg .circle-btn {
  border: 1px solid #aeaeae;
}

.section-gap-y {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-gap-t {
  padding-top: 120px;
}

.section-gap-b {
  padding-bottom: 120px;
}

.secondary-section-bg {
  background: #111111;
}

.section-heading {
  margin-bottom: 47px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-heading {
    margin-bottom: 40px;
  }
}
.section-heading.section-heading-dark h2 {
  color: #0D0D0D;
}
.section-heading h2 {
  font-size: 80px;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  margin-top: -17px;
  margin-bottom: 20px;
}
.section-heading p {
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 11px;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .section-heading p {
    font-size: 14px;
  }
}

.section-heading-2 {
  padding-left: 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 70px;
}
.section-heading-2.section-heading-2-dark {
  border-color: rgba(0, 0, 0, 0.1);
}
.section-heading-2.section-heading-2-dark h2 {
  color: #0D0D0D;
}
.section-heading-2.section-heading-2-dark p {
  color: #616161;
}
.section-heading-2 h2 {
  font-size: 60px;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  margin-top: -7px;
  margin-bottom: 25px;
}
.section-heading-2 p {
  font-size: 16px;
  line-height: 1.625;
  color: #CBCBCB;
  margin-bottom: -8px;
}

.section-heading-3 {
  margin-bottom: 49px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section-heading-3 {
    margin-bottom: 43px;
  }
}
.section-heading-3.section-heading-3-dark h2 {
  color: #0D0D0D;
}
.section-heading-3 h2 {
  font-size: 60px;
  line-height: 1.3;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  margin-top: -11px;
  margin-bottom: 31px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-heading-3 h2 {
    margin-bottom: 21px;
  }
}
@media (max-width: 767px) {
  .section-heading-3 h2 {
    margin-bottom: 21px;
  }
}

.highlighted-badge {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 7px;
  color: #B9E81C;
  height: 35px;
  line-height: 33px;
  padding: 0 25px;
}
.highlighted-badge.highlighted-badge-dark {
  border-color: rgba(0, 0, 0, 0.1);
  color: #0D0D0D;
  font-weight: 600;
}

.datepicker-input {
  position: relative;
}
.datepicker-input input {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}

.part-btn {
  text-align: center;
  padding-top: 50px;
}

.part-btn-2 {
  position: relative;
  z-index: -1;
}

.section-border-top {
  border-top: 1px solid rgba(142, 142, 142, 0.15);
}

.def-btn {
  height: 35px;
  line-height: 33px;
  font-size: 14px;
  font-weight: 600;
  padding: 0 40px;
  background: #B9E81C;
  border: 1px solid #B9E81C;
  border-radius: 3px;
  color: #242424;
  position: relative;
  transition: 0.3s;
  z-index: 2;
}
.def-btn.def-btn-light:hover, .def-btn.def-btn-light:focus {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.3);
  color: #0D0D0D;
}
.def-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/noise.jpg) center center;
  border-radius: 3px;
  opacity: 0.15;
  z-index: -1;
}
.def-btn:hover, .def-btn:focus {
  border-color: rgba(255, 255, 255, 0.1);
  background: transparent;
  color: #fff;
}
.def-btn:hover::after, .def-btn:focus::after {
  opacity: 0.1;
}

.no-noisy-bg::after {
  display: none;
}

.card {
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.card .card-header {
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #0D0D0D;
  background: transparent;
  border-color: rgba(0, 0, 0, 0.1);
}
.card .card-body {
  padding: 20px;
}
.card .card-body .card-subtitle {
  font-size: 18px;
  line-height: 100%;
  font-weight: 500;
  color: #0D0D0D;
  margin-top: -1px;
  margin-bottom: 17px;
}

/*----------------------------------------------------------------
                        Section Stylsheet
----------------------------------------------------------------*/
/*--------------------------------
03. Header
--------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.3s;
  z-index: 11;
}
.header.header-inner {
  position: fixed;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.header.header-inner .main-nav ul li a {
  color: #616161;
}
.header.header-inner .main-nav ul li .dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.header.header-inner .main-nav ul li:hover a, .header.header-inner .main-nav ul li:focus-within a {
  color: #7c9c12;
}
.header.header-inner .main-nav div a {
  color: #616161;
}
.header.header-inner .main-nav div a i {
  font-weight: 600;
}
.header.header-inner .main-nav div a i:is(.fa-user) {
  font-size: 14px;
}
.header.header-inner .main-nav div a::before {
  background: #000;
}
.header.header-inner .main-nav div a:hover, .header.header-inner .main-nav div a:focus {
  color: #7c9c12;
}
.header.header-inner .container {
  border: 0;
}
.header.header-inner .container::after {
  display: none;
}
.header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(7px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.header.fixed-header.header-inner {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.header .logo {
  width: 110px;
  padding: 10px 0;
}
.header .main-nav {
  display: flex;
  justify-content: space-between;
}
.header .main-nav .nav-list {
  display: flex;
  gap: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header .main-nav .nav-list li {
  line-height: 100%;
  padding: 24px 0;
}
.header .main-nav .nav-list li a {
  color: #fff;
  font-weight: 500;
  line-height: 100%;
}
.header .main-nav .nav-list li .dropdown-menu {
  padding: 0 0;
  border-radius: 0;
  border: 0;
  transition: 0.3s;
}
.header .main-nav .nav-list li .dropdown-menu li {
  padding: 0;
}
.header .main-nav .nav-list li .dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #f1f1f1;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .header .main-nav .nav-list li .dropdown-menu li:not(:last-child) {
    border-bottom: 0;
  }
}
.header .main-nav .nav-list li .dropdown-menu li:hover > a {
  color: #7c9c12;
  color: #7c9c12;
}
.header .main-nav .nav-list li .dropdown-menu li:hover > a::before {
  width: 13px;
}
.header .main-nav .nav-list li .dropdown-menu li .dropdown-toggle::after {
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-bottom: 0;
  border-left: 5px solid transparent;
  transform: translateY(3px);
}
.header .main-nav .nav-list li .dropdown-menu .dropdown-item {
  background: transparent !important;
  padding: 10px 15px;
  color: #616161;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
.header .main-nav .nav-list li .dropdown-menu .dropdown-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0;
  height: 1px;
  background: #7c9c12;
  transition: 0.3s;
}
.header .main-nav .nav-list li .dropdown-menu .dropdown-item::after {
  float: right;
  transform: translateY(5px);
}
.header .main-nav .nav-list li:hover > a, .header .main-nav .nav-list li:focus-within > a {
  color: #7c9c12;
}
.header .main-nav .right-side {
  display: flex;
  gap: 40px;
}
.header .main-nav .right-side a {
  color: #fff;
  font-weight: 500;
  line-height: 100%;
  padding: 24px 0;
  position: relative;
}
.header .main-nav .right-side a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  width: 1px;
  height: 16px;
  transform: translateY(-50%);
  background: #fff;
  opacity: 0.3;
}
.header .main-nav .right-side a:first-child::after {
  display: none;
}
.header .main-nav .right-side a:hover, .header .main-nav .right-side a:focus {
  color: #B9E81C;
}

@media only screen and (min-width: 992px) {
  .header .main-nav .nav-list li .dropdown-menu {
    position: absolute;
    top: 100%;
    display: block;
    min-width: 200px;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: top;
    left: 0;
  }
  .header .main-nav .nav-list li .dropdown-menu li ul.dropdown-menu {
    left: 100%;
    top: 0;
  }
  .header .main-nav .nav-list li .dropdown-menu li a {
    padding: 12px 15px;
  }
  .header .main-nav .nav-list li .dropdown-menu.show {
    top: 35% !important;
  }
  .header .main-nav .nav-list li .dropdown-menu .dropdown-item {
    padding: 12px 15px;
  }
  .header .main-nav .nav-list li:hover > .dropdown-menu {
    padding: 0 0;
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
  }
  .header .main-nav .nav-list li:is(.menu-last) .dropdown-menu {
    left: auto !important;
    right: 0 !important;
  }
  .header .main-nav .nav-list li:is(.menu-last) .dropdown-menu li ul.dropdown-menu {
    left: auto !important;
    right: 100% !important;
    top: 0;
  }
  .header .main-nav .nav-list li:is(.menu-last) .dropdown-menu.show li ul.dropdown-menu {
    left: auto;
    right: 100%;
    top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .header {
    padding: 10px 0;
    background: #111111;
    border-bottom: 1px solid #3D3D3D;
  }
  .header.header-inner .nav-toggle {
    color: #616161;
    border-color: rgba(0, 0, 0, 0.2);
  }
  .header.header-inner .main-nav .nav-list {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: 11px;
    border-top: 0;
  }
  .header.header-inner .main-nav .nav-list li .dropdown-menu {
    border-color: rgba(0, 0, 0, 0.05);
    padding: 10px 0;
  }
  .header.header-inner .main-nav .nav-list li .dropdown-menu .dropdown-item {
    color: #616161;
  }
  .header.header-inner .main-nav .nav-list li .dropdown-menu .dropdown-item:hover {
    color: #7c9c12;
  }
  .header.header-inner .main-nav .right-side .right-sidebar-btn {
    color: #616161;
    border-color: rgba(0, 0, 0, 0.2);
  }
  .header.fixed-header {
    background: #111111;
  }
  .header .nav-toggle {
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    background: transparent;
    color: #fff;
    border: 1px solid #616161;
    padding: 0;
  }
  .header .logo {
    width: 80px;
    margin: auto;
  }
  .header .main-nav {
    justify-content: flex-end;
    gap: 0;
  }
  .header .main-nav .nav-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    gap: 10px;
    padding: 10px 0;
    background: #111111;
    border-bottom: 1px solid #3D3D3D;
    display: none;
    padding: 12px 0 !important;
  }
  .header .main-nav .nav-list li {
    padding: 10px 15px;
  }
  .header .main-nav .nav-list li a {
    font-weight: 400;
    font-size: 14px;
  }
  .header .main-nav .nav-list li .dropdown-menu {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.15);
    position: static !important;
    transform: translate(0) !important;
  }
  .header .main-nav .nav-list li .dropdown-menu.show {
    transition: 0.3s;
  }
  .header .main-nav .nav-list li .dropdown-menu .dropdown-item {
    color: #CBCBCB;
  }
  .header .main-nav .nav-list li .dropdown-menu .dropdown-item::before {
    background: #fff;
  }
  .header .main-nav .nav-list li .dropdown-menu .dropdown-item:hover {
    color: #fff;
  }
  .header .main-nav .nav-list > li > .dropdown-menu {
    margin-top: 15px !important;
  }
  .header .main-nav .right-side .login-btn {
    display: none;
  }
  .header .main-nav .right-side .right-sidebar-btn {
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    color: #fff;
    border: 1px solid #616161;
    padding: 0 !important;
  }
  .header .main-nav .right-side a::after {
    display: none;
  }
}
.header.header-inner .main-nav .right-side a::after {
  background: #616161;
}

/*--------------------------------
04. Right sidebar
--------------------------------*/
.right-sidebar-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  transition: 0.5s ease-in-out;
  z-index: 99;
}
.right-sidebar-area .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  transition: 0.5s ease-in-out;
}
.right-sidebar-area .sidebar {
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: 100%;
  background: #fff;
  padding: 20px;
  overflow-y: scroll;
}
.right-sidebar-area .top-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
}
.right-sidebar-area .top-area .logo {
  width: 100px;
}
.right-sidebar-area .top-area button {
  width: 35px;
  height: 35px;
  line-height: 33px;
  background: #000;
  border: 1px solid #000;
  color: #fff;
  font-size: 25px;
  transition: 0.3s;
}
.right-sidebar-area .top-area button:hover {
  background: #fff;
  border-color: #616161;
  color: #3D3D3D;
}
.right-sidebar-area .content-area {
  padding-top: 30px;
}
.right-sidebar-area .content-area p {
  font-size: 16px;
  line-height: 26px;
  color: #616161;
  margin-top: -6px;
  margin-bottom: 15px;
}
.right-sidebar-area .content-area .social {
  display: flex;
  margin-bottom: 30px;
  padding: 0;
  list-style: none;
}
.right-sidebar-area .content-area .social li {
  font-family: "Kanit", sans-serif;
  text-align: center;
  width: 60px;
  height: 50px;
  line-height: 48px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 24px;
  font-weight: 300;
}
.right-sidebar-area .content-area .social li:not(:first-child) {
  border-left-width: 0;
}
.right-sidebar-area .content-area .social li a {
  width: 100%;
  height: 100%;
  color: #616161;
}
.right-sidebar-area .content-area .social li a:hover {
  color: #7c9c12;
}
.right-sidebar-area .content-area .subtitle {
  font-size: 22px;
  line-height: 100%;
  font-weight: 600;
  color: #0D0D0D;
  padding-bottom: 6px;
  margin-top: -2px;
  margin-bottom: 20px;
  position: relative;
}
.right-sidebar-area .content-area .subtitle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: #616161;
  opacity: 0.5;
}
.right-sidebar-area .content-area .contact-txt {
  margin-top: -6px;
  margin-bottom: 30px;
  padding: 0;
  list-style: none;
}
.right-sidebar-area .content-area .contact-txt li {
  font-size: 16px;
  line-height: 26px;
  color: #616161;
  margin-bottom: 5px;
}
.right-sidebar-area .content-area .contact-txt li:last-child {
  margin-bottom: -7px;
}
.right-sidebar-area .content-area .contact-txt li a {
  color: #616161;
  text-decoration: underline;
}
.right-sidebar-area .content-area .contact-txt li a:hover {
  color: #7c9c12;
}
.right-sidebar-area .content-area .quick-links {
  margin-bottom: 30px;
  padding: 0;
  list-style: none;
}
.right-sidebar-area .content-area .quick-links li {
  font-size: 16px;
  line-height: 26px;
  margin-top: -6px;
  margin-bottom: 10px;
}
.right-sidebar-area .content-area .quick-links li:last-child {
  margin-bottom: -9px;
}
.right-sidebar-area .content-area .quick-links li a {
  color: #616161;
  text-decoration: underline;
}
.right-sidebar-area .content-area .quick-links li a:hover {
  color: #7c9c12;
}
.right-sidebar-area .content-area .form input {
  width: 100%;
  padding: 0 15px;
  border: 0;
  height: 40px;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #3D3D3D;
  outline: none;
  margin-bottom: 11px;
}
.right-sidebar-area .content-area .form button {
  font-size: 16px;
  line-height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: #0D0D0D;
  font-weight: 500;
}
.right-sidebar-area .content-area .form button .icon-wrap {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 3px;
  overflow: hidden;
  position: relative;
}
.right-sidebar-area .content-area .form button .icon {
  position: absolute;
  top: -4px;
  left: -8px;
  display: inline-block;
  transform: rotate(45deg);
  transition: 0.3s;
}
.right-sidebar-area .content-area .form button .icon i {
  display: block;
}
.right-sidebar-area .content-area .form button:hover .icon, .right-sidebar-area .content-area .form button:focus .icon {
  top: -16px;
  left: 4px;
}
.right-sidebar-area.active {
  transform: translate(0);
}
.right-sidebar-area.active .overlay {
  width: 100%;
}

/*--------------------------------
05. Banner
--------------------------------*/
.banner {
  background-size: cover;
  border-bottom: 1px solid #3D3D3D;
  position: relative;
  overflow: hidden;
  z-index: 2;
  margin-top: -2px;
}
.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  background: url(../../images/noise.jpg) center center no-repeat;
  background-size: cover;
  opacity: 0.1;
  z-index: -1;
}
.banner .banner-txt {
  padding: 180px 0;
  position: relative;
  z-index: 3;
}
.banner .banner-txt h1 {
  font-size: 160px;
  font-weight: 600;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: -9px;
  margin-bottom: 33px;
}
.banner .banner-txt h1 .title-txt {
  display: inline-block;
  line-height: 170px;
}
.banner .banner-txt h1 .title-txt.offset {
  width: 100%;
  text-align: right;
}
.banner .banner-txt .video-btn {
  width: 100px;
  height: 100px;
  font-size: 40px;
  background: url(../../images/video-btn-bg.jpg) center center no-repeat;
  background-size: cover;
  border: 0;
  border-radius: 50%;
  color: #fff;
  position: relative;
  margin: 0 50px;
  transform: translateY(10px);
}
.banner .banner-txt .video-btn i {
  line-height: 100px;
  margin-left: 9px;
}
.banner .banner-txt .video-btn .text-circle {
  padding-right: 70px;
  position: absolute;
  top: -20px;
  left: -20px;
  color: #fff;
  animation: spin 10s linear infinite;
}
.banner .banner-txt .banner-bottom {
  display: flex;
  align-items: center;
  gap: 185px;
}
.banner .banner-txt .banner-bottom p {
  width: calc(100% - 330px);
  font-size: 18px;
  line-height: 28px;
  color: #CBCBCB;
  margin-top: -6px;
  margin-bottom: -8px;
}
.banner .scroll-animation {
  position: absolute;
  bottom: 60px;
  right: 60px;
  width: 40px;
  height: 95px;
  border: 1px solid #AEAEAE;
  border-radius: 20px;
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
@media (max-width: 767px) {
  .banner .scroll-animation {
    height: 60px;
    width: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner .scroll-animation {
    height: 60px;
    width: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner .scroll-animation {
    height: 70px;
    width: 40px;
  }
}
.banner .scroll-animation::after {
  content: "";
  background-image: url(../../images/arrow-down.png);
  background-repeat: no-repeat;
  width: 18px;
  height: 45px;
  animation: bounce 1.7s ease infinite;
  top: 32px;
  position: absolute;
  background-position: bottom;
  height: 40px;
}
@media (max-width: 767px) {
  .banner .scroll-animation::after {
    top: 20px;
    height: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner .scroll-animation::after {
    top: 20px;
    height: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner .scroll-animation::after {
    top: 25px;
    height: 30px;
  }
}

/*** Video Open ***/
.tv-video {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  clip-path: var(--clip-path);
  transition: clip-path var(--duration) var(--timing-function);
  transition: clip-path var(--duration) var(--timing-function);
  position: relative;
  top: 55px;
  left: 100px;
}

.tv-banner-video-info {
  width: 300px;
  position: relative;
  left: 166px;
  top: -130px;
  height: 200px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tv-banner-video-info {
    top: -180px;
  }
}

.tv-banner-video-area-wrapper {
  --clip-path: circle(65px at left);
  --clip-path-hover: circle(70px at left);
  --clip-path-clicked: circle(100vw at left);
  --duration: .4s;
  --timing-function: ease;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tv-video video {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: auto;
  width: auto;
  height: auto;
}

.tv-banner-video-wrapper input {
  width: 130px;
  height: 131px;
  margin: auto;
  position: absolute;
  left: -99px;
  top: -10px;
  right: 0;
  border-radius: 40px;
  outline: none;
  z-index: 2;
  appearance: none;
  cursor: pointer;
  z-index: 9999999;
}

.tv-banner-video-wrapper input:checked ~ .tv-video {
  clip-path: var(--clip-path-clicked);
}

.tv-banner-video-wrapper input::after {
  content: "\f04b";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "Font awesome 6 pro";
  font-size: 40px;
  font-weight: 700;
}

.scroll-top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9991;
  border-radius: 100px;
  color: #fff;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
  mix-blend-mode: exclusion;
  border: 0;
}
.scroll-top i {
  font-size: 18px;
  color: #121212;
}

.pt-120 {
  padding-top: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-120 {
    padding-top: 100px;
  }
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-120 {
    padding-top: 60px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb-120 {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-120 {
    padding-bottom: 60px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb-80 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-80 {
    padding-bottom: 20px;
  }
}

.breadcrumb-area.pt-110 {
  padding-top: 110px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-area.pt-110 {
    padding-top: 100px;
  }
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-area.pt-110 {
    padding-top: 60px;
  }
}

.breadcrumb-area.pb-115 {
  padding-bottom: 115px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-area.pb-115 {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-area.pb-115 {
    padding-bottom: 60px;
  }
}

/*--------------------------------
06. Flight plan
--------------------------------*/
.flight-plan {
  position: relative;
  z-index: 3;
  background: #0C0C0C;
}
.flight-plan.flight-plan-light {
  background: #fff;
  position: relative;
}
.flight-plan.flight-plan-light .airport-row .col:nth-child(2) button {
  color: #000;
}
.flight-plan.flight-plan-light .select-flight-type .form-check {
  color: #000;
}
.flight-plan.flight-plan-light .select-flight-type .form-check input {
  border-color: #000;
}
.flight-plan.flight-plan-light .select-flight-type .form-check input:checked {
  border-color: #000;
  background-image: url(../../images/radio-check-2.png);
  background-size: 8px;
}
.flight-plan.flight-plan-light .form-label {
  color: #242424;
  font-weight: 600;
}
.flight-plan.flight-plan-light .form-control {
  border-color: rgba(0, 0, 0, 0.1);
}
.flight-plan.flight-plan-light .form-control:focus, .flight-plan.flight-plan-light .form-control:focus-within, .flight-plan.flight-plan-light .form-control:focus-visible {
  border-color: #616161;
}
.flight-plan.flight-plan-light .form-control span.text-1 {
  color: #000;
}
.flight-plan.flight-plan-light .form-control span.text-2 {
  color: #616161;
}
.flight-plan.flight-plan-light .select-dropdown .dropdown-menu {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  scrollbar-color: #adadad #e0e0e0;
}
.flight-plan.flight-plan-light .select-dropdown .dropdown-menu::-webkit-scrollbar-track {
  background: #dbdbdb;
}
.flight-plan.flight-plan-light .select-dropdown .dropdown-menu::-webkit-scrollbar-thumb {
  background: #a5a5a5;
}
.flight-plan.flight-plan-light .select-dropdown .dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #808080;
}
.flight-plan.flight-plan-light .select-dropdown .dropdown-item span.text-1 {
  color: #000;
}
.flight-plan.flight-plan-light .select-dropdown .dropdown-item span.text-2 {
  color: #616161;
}
.flight-plan.flight-plan-light .select-dropdown .dropdown-item:hover, .flight-plan.flight-plan-light .select-dropdown .dropdown-item:focus {
  background: rgba(0, 0, 0, 0.05);
}
.flight-plan.flight-plan-light .traveller-class-dp .dp-menu {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.1);
}
.flight-plan.flight-plan-light .traveller-class-dp .dp-menu ul li .left {
  color: #0D0D0D;
}
.flight-plan.flight-plan-light .traveller-class-dp .dp-menu ul li .left small {
  color: #616161;
}
.flight-plan.flight-plan-light .traveller-class-dp .dp-menu ul li .right input {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.flight-plan.flight-plan-light .traveller-class-dp .dp-menu .booking-class .form-check {
  color: #616161;
}
.flight-plan.flight-plan-light .traveller-class-dp .dp-menu .booking-class .form-check input {
  border-color: rgba(0, 0, 0, 0.4);
}
.flight-plan.flight-plan-light .traveller-class-dp .dp-menu .booking-class .form-check input:checked {
  border-color: #616161;
  background-image: url(../../images/radio-check-2.png);
  background-size: 7px;
}
.flight-plan .container {
  position: relative;
  z-index: 3;
}
.flight-plan .airport-row {
  align-items: center;
}
.flight-plan .airport-row .col {
  flex: none;
}
.flight-plan .airport-row .col:first-child, .flight-plan .airport-row .col:last-child {
  width: calc(50% - 15px);
}
.flight-plan .airport-row .col:nth-child(2) {
  width: 30px;
  padding: 0;
}
.flight-plan .airport-row .col:nth-child(2) button {
  width: 100%;
  background: transparent;
  color: #fff;
  border: 0;
  margin-top: 20px;
}
.flight-plan .select-flight-type {
  display: flex;
  gap: 40px;
  padding-top: 31px;
  margin-bottom: 39px;
}
.flight-plan .select-flight-type .form-check {
  color: #b3b3b3;
  user-select: none;
}
.flight-plan .select-flight-type .form-check input {
  background-color: transparent;
  box-shadow: 0 0;
}
.flight-plan .select-flight-type .form-check input:checked {
  border-color: #B9E81C;
  background-image: url(../../images/radio-check.png);
  background-size: 6px;
}
.flight-plan .form-label {
  font-size: 16px;
  line-height: 100%;
  color: #e9e9e9;
}
.flight-plan .form-control {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  text-align: left;
  padding: 20px;
  color: #828282;
  box-shadow: 0 0;
}
.flight-plan .form-control:focus, .flight-plan .form-control:focus-within, .flight-plan .form-control:focus-visible {
  border-color: #B9E81C;
}
.flight-plan .form-control span {
  display: block;
}
.flight-plan .form-control span.text-1 {
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  color: #CBCBCB;
  margin-bottom: 11px;
}
.flight-plan .form-control span.text-2 {
  font-size: 14px;
  color: #b3b3b3;
  line-height: 100%;
  color: #828282;
}
.flight-plan .select-dropdown .dropdown-menu {
  width: 100%;
  border-radius: 5px;
  background: #242424;
  border: 1px solid rgba(255, 255, 255, 0.1);
  max-height: 300px;
  overflow: auto;
  scrollbar-color: #484848 #acacac;
  scrollbar-width: thin;
}
.flight-plan .select-dropdown .dropdown-menu::-webkit-scrollbar {
  width: 3px;
}
.flight-plan .select-dropdown .dropdown-menu::-webkit-scrollbar-track {
  background: #a7a7a7;
}
.flight-plan .select-dropdown .dropdown-menu::-webkit-scrollbar-thumb {
  background: #696969;
}
.flight-plan .select-dropdown .dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.flight-plan .select-dropdown .dropdown-item {
  padding: 10px 20px;
  transition: 0.3s;
  cursor: pointer;
}
.flight-plan .select-dropdown .dropdown-item span {
  display: block;
}
.flight-plan .select-dropdown .dropdown-item span.text-1 {
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  color: #CBCBCB;
  margin-bottom: 11px;
}
.flight-plan .select-dropdown .dropdown-item span.text-2 {
  font-size: 14px;
  line-height: 100%;
  color: #828282;
}
.flight-plan .select-dropdown .dropdown-item:hover, .flight-plan .select-dropdown .dropdown-item:focus {
  background: rgba(255, 255, 255, 0.05);
}
.flight-plan .traveller-class-dp {
  position: relative;
}
.flight-plan .traveller-class-dp .dp-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 280px;
  width: max-content;
  max-width: 300px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  background: #242424;
  margin-top: 5px;
  padding: 0;
}
.flight-plan .traveller-class-dp .dp-menu ul {
  padding: 20px 15px;
  margin: 0;
}
.flight-plan .traveller-class-dp .dp-menu ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.flight-plan .traveller-class-dp .dp-menu ul li:last-child {
  margin-bottom: 0;
}
.flight-plan .traveller-class-dp .dp-menu ul li .left {
  font-size: 14px;
  line-height: 100%;
  color: #e9e9e9;
  margin-top: -1px;
  margin-bottom: -4px;
}
.flight-plan .traveller-class-dp .dp-menu ul li .left small {
  font-size: 10px;
  color: #b3b3b3;
  margin-top: 5px;
}
.flight-plan .traveller-class-dp .dp-menu ul li .right {
  display: flex;
  background: #fff;
  height: max-content;
  border-radius: 5px;
}
.flight-plan .traveller-class-dp .dp-menu ul li .right button {
  width: 25px;
  height: 25px;
  line-height: 25px;
  border: 0;
  border-radius: 5px;
  outline: none;
  background: #7c9c12;
  color: #fff;
  font-size: 14px;
}
.flight-plan .traveller-class-dp .dp-menu ul li .right button.down {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.flight-plan .traveller-class-dp .dp-menu ul li .right button.up {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.flight-plan .traveller-class-dp .dp-menu ul li .right input {
  text-align: center;
  width: 25px;
  height: 25px;
  border: 0;
  outline: none;
  font-size: 14px;
  padding: 0 5px;
  -moz-appearance: textfield;
}
.flight-plan .traveller-class-dp .dp-menu ul li .right input::-webkit-inner-spin-button, .flight-plan .traveller-class-dp .dp-menu ul li .right input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.flight-plan .traveller-class-dp .dp-menu hr {
  margin: 0;
}
.flight-plan .traveller-class-dp .dp-menu .booking-class {
  padding: 20px 15px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.flight-plan .traveller-class-dp .dp-menu .booking-class .form-check {
  color: #b3b3b3;
  user-select: none;
  margin-bottom: 0;
  padding-left: 20px;
}
.flight-plan .traveller-class-dp .dp-menu .booking-class .form-check input {
  background-color: transparent;
  box-shadow: 0 0;
  width: 15px;
  height: 15px;
  margin-left: -20px;
}
.flight-plan .traveller-class-dp .dp-menu .booking-class .form-check input:checked {
  border-color: #B9E81C;
  background-image: url(../../images/radio-check.png);
  background-size: 5px;
}
.flight-plan .traveller-class-dp .dp-menu .booking-class .form-check label {
  font-size: 14px;
}
.flight-plan .part-btn {
  position: relative;
  z-index: 1;
}

.ui-widget.ui-widget-content {
  background: #242424;
  border-color: rgba(255, 255, 255, 0.1);
  width: 350px;
}
.ui-widget.ui-widget-content .ui-widget-header {
  background: rgba(255, 255, 255, 0.1);
  border: 0;
  color: #fff;
  font-weight: 500;
}
.ui-widget.ui-widget-content .ui-widget-header .ui-corner-all {
  background: #fff;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
}
.ui-widget.ui-widget-content .ui-widget-header .ui-corner-all.ui-datepicker-prev {
  left: 5px;
}
.ui-widget.ui-widget-content .ui-widget-header .ui-corner-all.ui-datepicker-next {
  right: 5px;
}
.ui-widget.ui-widget-content .ui-widget-header .ui-state-hover {
  border: 0;
}
.ui-widget.ui-widget-content .ui-widget-header .ui-state-hover.ui-datepicker-prev {
  left: 5px;
}
.ui-widget.ui-widget-content .ui-widget-header .ui-state-hover.ui-datepicker-next {
  right: 5px;
}

.ui-datepicker th {
  color: #b3b3b3;
  font-weight: 500;
}

.ui-datepicker td {
  padding: 4px;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 0.5;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: #b3b3b3;
  text-align: center;
  padding: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin: auto;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  background: #7c9c12;
  color: #fff;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  color: #B9E81C;
  background: rgba(255, 255, 255, 0.25);
}

.payment-form textarea {
  height: 175px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 10px 15px;
  border-radius: 5px;
  transition: all 0.3s linear 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .payment-form textarea {
    height: 120px;
    padding: 10px 10px;
  }
}
@media (max-width: 767px) {
  .payment-form textarea {
    height: 120px;
    padding: 10px 10px;
  }
}
.payment-form textarea:focus {
  outline: 0;
  border-color: #aeaeae;
}

.additional-title {
  margin-bottom: 20px;
  font-size: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .additional-title {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .additional-title {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .additional-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .additional-title {
    font-size: 28px;
    margin-bottom: 10px;
  }
}

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

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

/*--------------------------------
07. Service
--------------------------------*/
.service {
  position: relative;
  z-index: 1;
}

.service-single {
  border-color: rgba(255, 255, 255, 0.1);
  border-style: solid;
  border-width: 0;
  border-top-width: 1px;
  color: #e9e9e9;
  padding: 80px 0;
  position: relative;
}
.service-single.service-single-light {
  border-color: rgba(0, 0, 0, 0.1);
}
.service-single.service-single-light:last-of-type {
  border-color: rgba(0, 0, 0, 0.1);
}
.service-single.service-single-light h3 a {
  color: #0D0D0D;
}
.service-single.service-single-light .part-txt p, .service-single.service-single-light .part-txt ul li {
  color: #616161;
}
.service-single.service-single-light .part-txt ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.service-single.service-single-light .part-txt ul li span {
  background: #828282;
  border-color: #fff;
}
.service-single.service-single-light .part-txt ul li span::after {
  background: #828282;
  border-color: #fff;
}
.service-single.service-single-light .circle-btn:hover {
  background: #000;
  color: #fff;
}
.service-single.service-single-light:hover .circle-btn {
  border-color: #aeaeae !important;
}
.service-single:last-of-type {
  border-bottom: 1px solid;
}
.service-single h3 {
  font-family: "soligant";
  font-size: 48px;
  line-height: 1.3;
  margin-top: -8px;
  margin-bottom: -16px;
}
.service-single h3 a {
  color: #fff;
}
.service-single .part-txt p {
  font-size: 16px;
  line-height: 26px;
  color: #CBCBCB;
  margin-top: -6px;
  margin-bottom: 30px;
}
.service-single .part-txt ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.service-single .part-txt ul li {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 5px;
}
.service-single .part-txt ul li:last-child {
  margin-bottom: -8px;
}
.service-single .part-txt ul li span {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  rotate: 45deg;
  margin-right: 20px;
  position: relative;
}
.service-single .part-txt ul li span::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 3px;
  width: 13px;
  height: 13px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.7);
  border-radius: 2px;
}
.service-single .circle-btn {
  z-index: 2;
}
.service-single .circle-btn .ripple {
  background: #000 !important;
}
.service-single .circle-btn:hover {
  background: #fff;
  color: #242424;
  border-color: #fff !important;
  box-shadow: 0 0;
}
.service-single .service-hover {
  width: 280px;
  height: max-content;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 75%;
  opacity: 0;
  transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  margin: -330px 0 0 40px;
  pointer-events: none;
  z-index: -1;
}
.service-single .service-hover img {
  transform: rotate(10deg);
}
.service-single:hover .circle-btn {
  background: #fff;
  color: #242424;
  border-color: #fff !important;
  box-shadow: 0 0;
}
.service-single:hover .service-hover {
  opacity: 1;
}

.border-bottom-none .service-single:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}

.service-grid {
  display: flex;
  flex-wrap: wrap;
}
.service-grid .service-single {
  width: calc(33.3333333333% + 47px);
  border-bottom-width: 0;
  border-left-width: 1px;
  padding: 50px 70px;
}
.service-grid .service-single:nth-child(-n+3) {
  border-top-width: 0;
  padding-top: 0;
}
.service-grid .service-single:nth-last-of-type(-n+3) {
  padding-bottom: 0;
}
.service-grid .service-single:nth-child(3n+1) {
  width: calc(33.3333333333% - 23.5px);
  border-left-width: 0;
  padding-left: 0;
}
.service-grid .service-single:nth-child(3n+3) {
  width: calc(33.3333333333% - 23.5px);
  padding-right: 0;
}
.service-grid .service-single h3 {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 23px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-grid .service-single h3 {
    font-size: 28px;
  }
}
.service-grid .service-single .part-txt p {
  margin-bottom: 21px;
}

.service-details-txt ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*--------------------------------
08. Gallery
--------------------------------*/
.gallery-light .gallery-box .part-txt h3 {
  color: #0D0D0D;
}
.gallery-light .gallery-box .part-txt p {
  color: #616161;
}

.gallery-row {
  row-gap: 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .gallery-row {
    row-gap: 60px;
  }
}

.gallery-box {
  transform: perspective(4000px) rotateX(90deg);
}
.gallery-box .part-img {
  cursor: pointer;
  margin-bottom: 25px;
}
.gallery-box .part-txt h3 {
  font-family: "soligant";
  font-size: 34px;
  line-height: 1.3;
  color: #fff;
  margin-top: -6px;
  margin-bottom: 5px;
}
.gallery-box .part-txt p {
  font-size: 16px;
  line-height: 26px;
  color: #CBCBCB;
  margin-bottom: -8px;
}

.gallery-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in;
  z-index: 13;
}
.gallery-popup.gallery-popup-light {
  background: rgba(255, 255, 255, 0.85);
}
.gallery-popup.gallery-popup-light .close-popup,
.gallery-popup.gallery-popup-light .gallery-arrow {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.gallery-popup.gallery-popup-light .part-txt h3 {
  color: #0D0D0D;
}
.gallery-popup.gallery-popup-light .part-txt p {
  color: #616161;
}
.gallery-popup::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/noise.jpg) center center no-repeat;
  background-size: cover;
  opacity: 0.15;
  z-index: -1;
}
.gallery-popup.active {
  opacity: 1;
  visibility: visible;
}
.gallery-popup .close-popup {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  padding: 0;
  line-height: 50px;
  font-size: 25px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: red;
}
.gallery-popup .gallery-arrow {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  padding: 0;
  line-height: 50px;
  background: #e9e9e9;
  border: 0;
  font-size: 20px;
  color: #828282;
  border-radius: 50%;
  z-index: 1;
}
.gallery-popup .gallery-arrow.next {
  left: auto;
  right: 10px;
}
.gallery-popup .part-img {
  margin-bottom: 40px;
}
.gallery-popup .part-txt h3 {
  font-family: "soligant";
  font-size: 34px;
  line-height: 44px;
  color: #fff;
  margin-top: -6px;
  margin-bottom: 7px;
}
.gallery-popup .part-txt p {
  font-size: 16px;
  line-height: 26px;
  color: #CBCBCB;
  margin-bottom: -8px;
}

/*--------------------------------
09. Video
--------------------------------*/
.video .video-box {
  text-align: center;
  padding: 250px 0;
  position: relative;
  overflow: hidden;
}
.video .video-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.35;
  z-index: 1;
}
.video .video-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/noise.jpg) center center no-repeat;
  background-size: cover;
  opacity: 0.14;
  z-index: 1;
}
.video .video-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50%;
  margin-top: -25%;
}
.video .fun-fact {
  padding-top: 120px;
}
.video .fun-fact ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.video .fun-fact ul li {
  width: 25%;
  text-align: center;
  height: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.video .fun-fact ul li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 350px;
  height: 350px;
  border: 2px dashed rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.video .fun-fact ul li h3 {
  font-size: 80px;
  font-weight: 400;
  line-height: 100%;
  color: #b3b3b3;
  margin-top: -8px;
  margin-bottom: 22px;
}
.video .fun-fact ul li p {
  font-size: 18px;
  line-height: 100%;
  color: #CBCBCB;
  margin-bottom: -2px;
}

.play-btn {
  text-align: center;
  width: 130px;
  height: 130px;
  line-height: 130px;
  font-size: 45px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  animation: pulse 2s linear infinite;
  animation-delay: 1.5s;
  position: relative;
  z-index: 2;
}
.play-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation: pulse 2s linear infinite;
  animation-delay: 2s;
}
.play-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation: pulse 2s linear infinite;
  animation-delay: 2.5s;
}
.play-btn i {
  margin-left: 5px;
}

/*--------------------------------
10. Jet fleet
--------------------------------*/
.jet-fleet.jet-fleet-light .single-fleet {
  border-color: rgba(0, 0, 0, 0.1);
  color: #616161;
}
.jet-fleet.jet-fleet-light .single-fleet h3 a {
  color: #0D0D0D;
}
.jet-fleet.jet-fleet-light .single-fleet h3 a:hover {
  color: #7c9c12;
}
.jet-fleet.jet-fleet-light .single-fleet .part-txt p {
  color: #616161;
}
.jet-fleet.jet-fleet-light .single-fleet .part-txt ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.jet-fleet.jet-fleet-light .single-fleet .part-txt ul li span {
  background: #828282;
  border-color: #fff;
}
.jet-fleet.jet-fleet-light .single-fleet .part-txt ul li span::after {
  background: #828282;
  border-color: #fff;
}
.jet-fleet.jet-fleet-light .single-fleet:hover .circle-btn {
  border-color: #aeaeae;
}
.jet-fleet .single-fleet {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #e9e9e9;
  padding: 80px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .jet-fleet .single-fleet {
    padding: 60px 0;
  }
}
.jet-fleet .single-fleet:first-child {
  padding-top: 0;
}
.jet-fleet .single-fleet h3 {
  font-family: "soligant";
  font-size: 48px;
  line-height: 1.3;
  color: #fff;
  margin-top: -8px;
  margin-bottom: -16px;
}
.jet-fleet .single-fleet .part-txt p {
  font-size: 16px;
  line-height: 26px;
  color: #CBCBCB;
  margin-top: -6px;
  margin-bottom: 25px;
}
.jet-fleet .single-fleet .part-txt ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.jet-fleet .single-fleet .part-txt ul li {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
}
.jet-fleet .single-fleet .part-txt ul li:last-child {
  margin-bottom: -8px;
}
.jet-fleet .single-fleet .part-txt ul li span {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  rotate: 45deg;
  margin-right: 20px;
  position: relative;
}
.jet-fleet .single-fleet .part-txt ul li span::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 4px;
  width: 11px;
  height: 11px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 3px;
}
.jet-fleet .single-fleet .part-img {
  max-width: 100%;
  width: max-content;
  margin: auto;
}
.jet-fleet .single-fleet:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.jet-fleet .single-fleet:hover .circle-btn {
  border-color: #B9E81C;
}

.aircraft-nav {
  width: max-content;
  margin: 0 auto 80px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 7px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .aircraft-nav {
    margin: 0 auto 55px;
  }
}
.aircraft-nav.aircraft-nav-light {
  border-color: rgba(0, 0, 0, 0.1);
}
.aircraft-nav.aircraft-nav-light button {
  color: #616161;
}
.aircraft-nav.aircraft-nav-light button.active {
  border-color: #B9E81C;
}
.aircraft-nav button {
  font-size: 16px;
  line-height: 43px;
  font-weight: 600;
  color: #CBCBCB;
  padding: 0 30px;
  background: transparent;
  border-width: 0;
  transition: 0.3s;
}
.aircraft-nav button:first-child {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
.aircraft-nav button:last-child {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}
.aircraft-nav button.active {
  background: #B9E81C;
  border-radius: 7px;
  color: #000;
}

.tab-content .tab-pane ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-deal .part-txt ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*--------------------------------
11. Destination
--------------------------------*/
.destination .top-50 {
  margin-top: 60px;
}
.destination .top-100 {
  margin-top: 120px;
}

.destination-single {
  position: relative;
  height: max-content;
}
.destination-single .part-txt {
  position: absolute;
  left: 0;
  bottom: 40px;
  background: #B9E81C;
  padding: 20px 25px;
  transform: rotateY(90deg);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in;
  overflow: hidden;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .destination-single .part-txt {
    bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .destination-single .part-txt {
    bottom: 15px;
  }
}
@media (max-width: 767px) {
  .destination-single .part-txt {
    bottom: 15px;
  }
}
.destination-single .part-txt::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/noise.jpg) center center;
  background-size: cover;
  opacity: 0.15;
  z-index: -1;
}
.destination-single .part-txt h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  transform: translateX(-20px);
  margin-top: -8px;
  margin-bottom: 5px;
  transition: 0.3s all 0.3s ease-in;
}
.destination-single .part-txt h3 a {
  color: #242424;
  position: relative;
}
.destination-single .part-txt h3 a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 5px);
  width: 0;
  height: 1px;
  background: #000;
  transform: translateY(-50%);
  transition: 0.5s all 0.3s ease-in;
}
.destination-single .part-txt ul {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  line-height: 100%;
  transform: translateX(-80px);
  margin-bottom: -3px;
  transition: 0.3s all 0.3s ease-in;
  margin: 0;
  padding: 0;
  list-style: none;
}
.destination-single .part-txt ul li {
  color: #242424;
}
.destination-single:hover .part-txt {
  left: -40px;
  transform: rotate(0);
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .destination-single:hover .part-txt {
    left: -15px;
  }
}
@media (max-width: 767px) {
  .destination-single:hover .part-txt {
    left: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .destination-single:hover .part-txt {
    left: -15px;
  }
}
.destination-single:hover .part-txt h3 a::after {
  width: 50px;
}
.destination-single:hover .part-txt h3, .destination-single:hover .part-txt ul {
  transform: translateX(0);
}

.destination-grid {
  gap: 70px;
}
.destination-grid .destination-single {
  width: calc(33.3333333333% - 46.7px);
}

/*--------------------------------
12. Deals
--------------------------------*/
.single-deal {
  display: flex;
}
.single-deal .part-img {
  width: calc(50% + 10px);
}
.single-deal .part-img .img-box {
  position: relative;
  width: 100%;
  height: 390px;
  overflow: hidden;
}
.single-deal .part-img .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  background-size: cover;
}
.single-deal .part-img .img-box img:nth-child(1) {
  transform: translatex(50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}
.single-deal .part-txt {
  width: calc(50% - 10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-left-width: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.single-deal .part-txt h3 {
  font-family: "soligant";
  font-size: 48px;
  line-height: 1.3;
  color: #e9e9e9;
  margin-top: -6px;
  margin-bottom: 29px;
}
.single-deal .part-txt ul li {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #CBCBCB;
  margin-bottom: 11px;
}
.single-deal .part-txt p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 42px;
}
.single-deal .part-txt .def-btn {
  width: max-content;
}
.single-deal:hover .part-img .img-box img:nth-child(1) {
  transform: translatex(0) scalex(1);
  opacity: 1;
  filter: blur(0);
}
.single-deal:hover .part-img .img-box img:nth-child(2) {
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}
.single-deal:hover .part-txt {
  background: rgba(255, 255, 255, 0.05);
}

.deals-light .single-deal .part-txt {
  border-color: rgba(0, 0, 0, 0.1);
}
.deals-light .single-deal .part-txt h3 {
  color: #0D0D0D;
}
.deals-light .single-deal .part-txt ul li {
  color: #616161;
}
.deals-light .single-deal .part-txt p {
  color: #0D0D0D;
}

/*--------------------------------
13. Feedback
--------------------------------*/
.feedback {
  overflow: hidden;
}
.feedback .slick-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  height: 60px;
  background: transparent;
  transform: translateY(-50%);
  padding-left: 25px;
  padding-right: 0;
  border: 0;
  z-index: 9;
  transition: 0.3s;
}
.feedback .slick-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 60px;
  border: 1px solid #828282;
  border-radius: 50%;
  z-index: -1;
}
.feedback .slick-arrow.slick-next {
  left: auto;
  right: 0;
  padding-left: 0;
  padding-right: 25px;
}
.feedback .slick-arrow.slick-next::after {
  left: auto;
  right: 0;
}
.feedback .slick-arrow:hover {
  filter: brightness(1.5);
}

.single-feedback {
  cursor: grab;
}
.single-feedback:active {
  cursor: grabbing;
}
.single-feedback .part-icon {
  text-align: center;
  font-size: 60px;
  line-height: 100%;
  color: #B9E81C;
  margin-top: -10px;
  margin-bottom: 32px;
}
.single-feedback .part-txt {
  text-align: center;
  margin-bottom: 130px;
}
.single-feedback .part-txt p {
  font-style: italic;
  font-size: 18px;
  line-height: 28px;
  color: #CBCBCB;
  margin-bottom: 15px;
}
.single-feedback .feedback-info {
  text-align: center;
}
.single-feedback .feedback-info h3 {
  font-size: 18px;
  line-height: 100%;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 13px;
}
.single-feedback .feedback-info .stars {
  font-size: 12px;
  line-height: 100%;
  color: #828282;
}
.single-feedback .feedback-info .stars .starred {
  color: #FFCC00;
}

.client-slider {
  transform: translateY(-71px);
  margin-top: -60px;
}
.client-slider .clients {
  width: 160px;
  margin: auto;
}
.client-slider .clients .slick-list {
  padding: 0 60px !important;
  margin: 0 -10px;
}
.client-slider .clients .slick-center .single-client::after {
  opacity: 1;
}
.client-slider .clients .slick-slide {
  height: 60px;
}
.client-slider .single-client {
  width: 60px !important;
  height: 60px;
  border-radius: 50%;
  position: relative;
}
.client-slider .single-client img {
  border-radius: 30px;
}
.client-slider .single-client::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #000;
  border-radius: 50%;
  transform: scale(1.1);
  opacity: 0;
  z-index: 2;
  transition: 0.3s;
}

/*--------------------------------
14. Blog
--------------------------------*/
.blog-card-1 {
  position: relative;
}
.blog-card-1 .part-img {
  overflow: hidden;
}
.blog-card-1 .part-img .img-box {
  position: relative;
  width: 100%;
  min-height: 438px;
  overflow: hidden;
}
.blog-card-1 .part-img .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  background-size: cover;
}
.blog-card-1 .part-img .img-box img:nth-child(1) {
  transform: translatex(50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}
.blog-card-1 .part-txt {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #000, transparent);
  padding: 30px 35px;
  padding-bottom: 35px;
}
.blog-card-1 .part-txt .blog-tag {
  display: inline-block;
  background: #7c9c12;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 15px;
  border-radius: 3px;
  margin-bottom: 10px;
}
.blog-card-1 .part-txt h3 {
  font-family: "soligant";
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 16px;
}
.blog-card-1 .part-txt h3 a {
  display: initial;
  color: #fff;
  background-image: linear-gradient(#fff, #fff);
  background-size: 0% 1px;
  background-repeat: no-repeat;
  background-position: left bottom 4px;
}
.blog-card-1 .part-txt .blog-date {
  display: block;
  font-size: 14px;
  line-height: 100%;
  color: #e9e9e9;
  margin-bottom: -2px;
}
.blog-card-1:hover .part-img .img-box img:nth-child(1) {
  transform: translatex(0) scalex(1);
  opacity: 1;
  filter: blur(0);
}
.blog-card-1:hover .part-img .img-box img:nth-child(2) {
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}
.blog-card-1:hover .part-txt h3 a {
  background-size: 100% 1px;
}

.blog-card-2 {
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 26px;
  transition: 0.3s;
}
.blog-card-2.blog-card-2-light {
  border-color: rgba(0, 0, 0, 0.1);
}
.blog-card-2.blog-card-2-light .part-txt h3 a {
  color: #0D0D0D;
  background-image: linear-gradient(#0D0D0D, #0D0D0D);
}
.blog-card-2.blog-card-2-light .part-txt .blog-date {
  color: #616161;
}
.blog-card-2.blog-card-2-inner .part-txt {
  padding: 0 30px;
}
.blog-card-2.blog-card-2-inner .part-txt .blog-tag {
  background: #0D0D0D;
  color: #fff;
}
.blog-card-2.blog-card-2-inner .part-txt h3 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 13px;
}
.blog-card-2:last-child {
  margin-bottom: 0;
}
.blog-card-2 .part-img {
  width: 300px;
}
.blog-card-2 .part-img .img-box {
  position: relative;
  width: 100%;
  height: 204px;
  overflow: hidden;
}
.blog-card-2 .part-img .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  background-size: cover;
}
.blog-card-2 .part-img .img-box img:nth-child(1) {
  transform: translatex(50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}
.blog-card-2 .part-txt {
  width: calc(100% - 300px);
  padding: 0 40px;
}
.blog-card-2 .part-txt .blog-tag {
  display: inline-block;
  background: #fff;
  line-height: 25px;
  font-size: 14px;
  font-weight: 600;
  padding: 0 15px;
  border-radius: 3px;
  margin-bottom: 9px;
  color: #242424;
}
.blog-card-2 .part-txt h3 {
  font-family: "soligant";
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 11px;
}
.blog-card-2 .part-txt h3 a {
  display: initial;
  color: #fff;
  background-image: linear-gradient(#fff, #fff);
  background-size: 0% 1px;
  background-repeat: no-repeat;
  background-position: left bottom 4px;
}
.blog-card-2 .part-txt .blog-date {
  display: block;
  font-size: 14px;
  line-height: 100%;
  color: #e9e9e9;
  margin-bottom: -2px;
}
.blog-card-2:hover {
  background: rgba(255, 255, 255, 0.05);
}
.blog-card-2:hover .part-img .img-box img:nth-child(1) {
  transform: translatex(0) scalex(1);
  opacity: 1;
  filter: blur(0);
}
.blog-card-2:hover .part-img .img-box img:nth-child(2) {
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}
.blog-card-2:hover .part-txt h3 a {
  background-size: 100% 1px;
}

.blog-details-title {
  font-size: 60px;
  line-height: 1.1;
  margin-top: -12px;
  margin-bottom: 30px;
  color: #0D0D0D;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-title {
    margin-bottom: 25px;
  }
}

.blog-info {
  margin-bottom: 40px;
}
.blog-info .blog-auth {
  display: flex;
  align-items: center;
  gap: 20px;
}
.blog-info .blog-auth .part-img img {
  border-radius: 50%;
}
.blog-info ul {
  display: flex;
  align-items: center;
  gap: 100px;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.blog-info ul span {
  display: block;
  font-size: 14px;
  line-height: 100%;
  font-weight: 500;
  color: #616161;
  margin-top: -1px;
  margin-bottom: 10px;
}
.blog-info ul p {
  font-size: 18px;
  line-height: 100%;
  font-weight: 600;
  color: #7c9c12;
  margin-bottom: -3px;
  transition: all 0.3s linear 0s;
}
.blog-info ul p:hover {
  color: #0D0D0D;
}

.blog-details-wrap {
  padding-left: 110px;
  padding-right: 110px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog-details-wrap {
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-wrap {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}

.blog-details-txt p, .blog-details-txt blockquote {
  font-size: 16px;
  line-height: 26px;
  color: #616161;
  margin-top: -6px;
  margin-bottom: 32px;
}
.blog-details-txt blockquote {
  font-style: italic;
  color: #3D3D3D;
  font-weight: 500;
  margin-bottom: 40px;
  margin-top: 0px;
}
.blog-details-txt h3 {
  font-family: "soligant";
  font-size: 42px;
  line-height: 1.2;
  color: #0D0D0D;
  margin-top: -11px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-txt h3 {
    font-size: 36px !important;
  }
}
.blog-details-txt ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.blog-details-txt ul li.fade_bottom {
  width: 50%;
  font-size: 16px;
  line-height: 26px;
  color: #616161;
  display: flex;
  gap: 17px;
  margin-top: -6px;
  margin-bottom: 10px;
}
.blog-details-txt ul li.fade_bottom .icon {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: #3D3D3D;
  border: 1px solid #fff;
  border-radius: 4px;
  rotate: 45deg;
  margin-top: 7px;
  position: relative;
}
.blog-details-txt ul li.fade_bottom .icon::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 4px;
  width: 13px;
  height: 13px;
  background: #3D3D3D;
  border: 1px solid #fff;
  border-radius: 4px;
}
.blog-details-txt ul:is(.blog-desc-list) {
  padding-left: 0;
  margin-bottom: 20px;
}

.blog-tag, .miniba-blog-details-share {
  font-size: 16px;
  line-height: 100%;
  color: #616161;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: -1px;
  margin-bottom: -3px;
  align-items: center;
}
.blog-tag a, .miniba-blog-details-share a {
  color: #616161;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
  margin-bottom: 10px;
}
.blog-tag a:not(:last-child), .miniba-blog-details-share a:not(:last-child) {
  margin-right: 5px;
}
.blog-tag a:hover, .miniba-blog-details-share a:hover {
  background-color: #7c9c12;
  color: #fff;
  border-color: transparent;
}

.miniba-blog-details-share a {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  padding: 0;
  line-height: 35px;
  text-align: center;
}
.miniba-blog-details-share a:not(:last-child) {
  margin-right: 5px;
}

.tag-title, .share-title {
  font-size: 18px;
  color: #0D0D0D;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
}

/* Standard Blog Layout */
.blog-card-1.blog-default-card {
  box-shadow: 0px 0px 40px rgba(8, 8, 33, 0.1);
}
.blog-card-1.blog-default-card .part-img .img-box {
  min-height: 250px;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .blog-card-1.blog-default-card .part-img .img-box {
    min-height: 200px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-card-1.blog-default-card .part-img .img-box {
    min-height: 250px;
  }
}
.blog-card-1.blog-default-card .part-img .img-box .popup-btn {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 30px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  animation: pulse 2s linear infinite;
  animation-delay: 0s;
  animation-delay: 1.5s;
}
@media (max-width: 767px) {
  .blog-card-1.blog-default-card .part-img .img-box .popup-btn {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-card-1.blog-default-card .part-img .img-box .popup-btn {
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 30px;
  }
}
.blog-card-1.blog-default-card .part-txt {
  position: static;
  background: no-repeat;
  padding: 25px;
}
.blog-card-1.blog-default-card .part-txt h3 a {
  color: #0D0D0D;
  background-image: linear-gradient(#0D0D0D, #0D0D0D);
}
.blog-card-1.blog-default-card .part-txt h3 a:hover {
  color: #7c9c12;
  background-image: linear-gradient(#7c9c12, #7c9c12);
}
.blog-card-1.blog-default-card .miniba-blog-page-single-item-meta-box {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  justify-content: space-between;
  align-items: center;
  padding-bottom: 11px;
  margin-bottom: 15px;
}
.blog-card-1.blog-default-card .miniba-blog-page-single-item-meta-box > a {
  display: inline-block;
  color: #616161;
  font-size: 14px;
}
.blog-card-1.blog-default-card .miniba-blog-page-single-item-meta-box > a:hover {
  color: #7c9c12;
}

.cb-blog-btn {
  color: #616161;
  font-size: 16px;
  font-weight: 400;
}
.cb-blog-btn .icon-wrap {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 3px;
  overflow: hidden;
  position: relative;
}
.cb-blog-btn .icon-wrap .icon {
  position: absolute;
  top: -4px;
  left: -8px;
  display: inline-block;
  transform: rotate(45deg);
  transition: 0.3s;
}
.cb-blog-btn .icon-wrap .icon i {
  display: block;
}
.cb-blog-btn:hover {
  color: #7c9c12;
}
.cb-blog-btn:hover .icon {
  top: -16px;
  left: 4px;
}
.cb-blog-btn:focus .icon {
  top: -16px;
  left: 4px;
}

.miniba-blog-page-next-prev-btn ul.pagination li span, .miniba-blog-page-next-prev-btn ul.pagination li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: #0D0D0D;
  text-align: center;
  color: #fff;
  padding: 0px;
  z-index: 1;
  transition: all 500ms ease;
  margin-right: 10px;
}

.miniba-blog-page-next-prev-btn ul.pagination li span.current, .miniba-blog-page-next-prev-btn ul.pagination li a:hover, .miniba-blog-page-next-prev-btn ul.pagination li span:hover {
  color: #fff;
  border: 1px solid #7c9c12;
  background: #7c9c12;
}

.miniba-blog-page-next-prev-btn ul.pagination li a.next {
  font-size: 0;
}
.miniba-blog-page-next-prev-btn ul.pagination li a.next i {
  display: inline-block;
  font-size: 15px;
  height: 50px;
  line-height: 50px;
  font-weight: 700;
}

.blog_gallery_slide_active .blog_gallery_slide {
  min-height: 250px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .blog_gallery_slide_active .blog_gallery_slide {
    min-height: 200px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog_gallery_slide_active .blog_gallery_slide {
    min-height: 250px;
  }
}
.blog_gallery_slide_active .slick-arrow {
  border: 0;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  opacity: 0;
  transition: all 500ms linear 0s;
}
.blog_gallery_slide_active .blog-slick-next {
  left: auto;
  right: 0;
}
.blog_gallery_slide_active:hover .slick-arrow {
  opacity: 1;
  left: 10px;
}
.blog_gallery_slide_active:hover .blog-slick-next {
  left: auto;
  right: 10px;
}

.sidebar-post-item {
  display: flex;
  gap: 15px;
}
.sidebar-post-item .img {
  max-width: 80px;
}
.sidebar-post-item .img a {
  height: 100%;
}
.sidebar-post-item .img a img {
  height: 100%;
  object-fit: cover;
}
.sidebar-post-item:not(:last-child) {
  margin-bottom: 20px;
}

.sidebar-post-content .date {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-post-content .date {
    font-size: 13px;
  }
}
.sidebar-post-content .sidebar-post-title {
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
}

.sidebar-post-title {
  font-size: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-post-title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .sidebar-post-title {
    font-size: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sidebar-post-title {
    font-size: 16px;
  }
}
.sidebar-post-title a {
  color: #0D0D0D;
  font-weight: 500;
}
.sidebar-post-title a:hover {
  color: #7c9c12;
}

.postbox_quote__item.mb-40 blockquote {
  margin-bottom: 0;
}

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

.sidebar__widget.miniba-sidebar-box {
  padding: 30px;
  box-shadow: 0px 9px 29px rgba(8, 8, 33, 0.1), inset 0px 4px 0px #7c9c12;
}

.post-nav-btn {
  display: inline-block;
  padding: 2px 10px;
  background: #7c9c12;
  color: #fff;
  border-radius: 3px;
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 7px;
}
.post-nav-btn .icon-wrap {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 3px;
  overflow: hidden;
  position: relative;
}
.post-nav-btn .icon-wrap .icon {
  position: absolute;
  top: -4px;
  left: -8px;
  display: inline-block;
  transform: rotate(45deg);
  transition: 0.3s;
}
.post-nav-btn .icon-wrap .icon i {
  display: block;
}
.post-nav-btn:hover .icon {
  top: -13px;
  left: 4px;
}
.post-nav-btn:focus .icon {
  top: -13px;
  left: 4px;
}
.post-nav-btn:is(.prev-nav-btn) .icon-wrap {
  margin-left: auto;
  margin-right: 3px;
}
.post-nav-btn:is(.prev-nav-btn) .icon-wrap .icon {
  top: auto;
  bottom: -4px;
  left: auto;
  right: -8px;
}
.post-nav-btn:is(.prev-nav-btn):hover .icon {
  top: auto;
  bottom: -13px;
  left: auto;
  right: 4px;
}
.post-nav-btn:is(.prev-nav-btn):focus .icon {
  top: auto;
  bottom: -13px;
  left: auto;
  right: 4px;
}

.cb-post-item {
  box-shadow: 0px 9px 29px rgba(8, 8, 33, 0.1);
  padding: 20px;
  padding-top: 25px;
}
.cb-post-item .cb-post-title {
  margin-bottom: 0;
  font-size: 24px;
}
.cb-post-item .cb-post-title a {
  color: #0D0D0D;
}
.cb-post-item .cb-post-title a:hover {
  color: #7c9c12;
}

.miniba-blog-details-left .miniba-comments-title, .miniba-blog-details-left .postbox__comment-form-title {
  font-size: 28px;
  font-weight: 600;
  font-family: "soligant";
  color: #0D0D0D;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .miniba-blog-details-left .miniba-comments-title, .miniba-blog-details-left .postbox__comment-form-title {
    font-size: 24px;
  }
}

.miniba-comments-box-single {
  display: flex;
  gap: 20px;
}
.miniba-comments-box-single:not(:last-child) {
  margin-bottom: 30px;
}

.miniba-comments-box-author-img {
  width: 70px;
}
@media (max-width: 767px) {
  .miniba-comments-box-author-img {
    width: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .miniba-comments-box-author-img {
    width: 60px;
  }
}
.miniba-comments-box-author-img img {
  border-radius: 50%;
}

.miniba-blog-details-left .comment-title {
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .miniba-blog-details-left .comment-title {
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .miniba-blog-details-left .comment-title {
    font-size: 16px;
  }
}
.miniba-blog-details-left .comment-title a {
  color: #0D0D0D;
}
.miniba-blog-details-left .comment-title a:hover {
  color: #7c9c12;
}

.miniba-comments-box-author-content > .date {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .miniba-comments-box-author-content > .date {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .miniba-comments-box-author-content p {
    font-size: 14px;
    line-height: 24px;
  }
}

.comment-reply-link {
  font-size: 14px;
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1px 8px;
  border-radius: 2px;
  color: #616161;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .comment-reply-link {
    font-size: 13px;
  }
}
.comment-reply-link:hover {
  background-color: #7c9c12;
  border-color: transparent;
  color: #fff;
}
.comment-reply-link i {
  display: inline-block;
  font-weight: 700;
  margin-right: 5px;
}

.cb-contact__input > .input-title {
  display: block;
  color: #0D0D0D;
  margin-bottom: 10px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .cb-contact__input > .input-title {
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cb-contact__input > .input-title {
    font-size: 16px;
  }
}

.cb-contact__input > textarea, .cb-contact__input > input {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 15px;
  height: 50px;
  margin-bottom: 15px;
  border-radius: 4px;
  transition: all 0.3s linear 0s;
}

.cb-contact__input > textarea:focus, .cb-contact__input > input:focus {
  outline: 0;
  border-color: #aeaeae;
}

.cb-contact__input > textarea {
  padding: 10px 15px;
  height: 180px;
}
@media (max-width: 767px) {
  .cb-contact__input > textarea {
    height: 120px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .miniba-blog-details-left.pr-30 {
    padding-right: 15px;
  }
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .miniba-blog-details-left.pr-30 {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .blog-details-img.fade_bottom.mb-50 {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-details-img.fade_bottom.mb-50 {
    margin-bottom: 40px;
  }
}

.home.blog .pt-185 {
  padding-top: 185px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .home.blog .pt-185 {
    padding-top: 165px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .home.blog .pt-185 {
    padding-top: 130px;
  }
}

.tag-sticky-2 .blog-default-card {
  border: 1px solid #7c9c12;
}

.page-title.blog-search-title.no-results-title {
  font-size: 60px;
  margin-top: -16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .page-title.blog-search-title.no-results-title {
    font-size: 52px;
    margin-top: -14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-title.blog-search-title.no-results-title {
    font-size: 46px;
    margin-top: -14px;
  }
}
@media (max-width: 767px) {
  .page-title.blog-search-title.no-results-title {
    font-size: 32px;
    margin-top: -8px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .page-title.blog-search-title.no-results-title {
    font-size: 40px;
    margin-top: -10px;
  }
}

.blog-search-content .sidebar-search-box {
  display: flex;
}
.blog-search-content .sidebar-search-box input {
  width: 100%;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1600px) and (max-width: 1799px), (min-width: 1800px) {
  .blog-search-content .sidebar-search-box input {
    flex: 0.5;
  }
}
.blog-search-content .sidebar-search-box input:focus {
  outline: 0;
}
.blog-search-content .sidebar-search-box button.search-btn {
  border: 0;
  background-color: #7c9c12;
  color: #fff;
  padding: 0 20px;
}

.sidebar__widget .sidebar-search-box.mb-40 {
  margin-bottom: 0;
}

.main-footer .rsswidget.rss-widget-title {
  color: #fff;
  font-size: 18px;
}

.miniba-breadcrumb-title {
  font-size: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .miniba-breadcrumb-title {
    font-size: 48px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .miniba-breadcrumb-title {
    font-size: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .miniba-breadcrumb-title {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .miniba-breadcrumb-title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .miniba-breadcrumb-title {
    font-size: 42px;
  }
}

/*--------------------------------
15. Brand
--------------------------------*/
.brand-slider .single-brand {
  height: 70px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.brand-slider .single-brand img {
  max-width: 70%;
}
@media (max-width: 767px) {
  .brand-slider .single-brand img {
    max-width: 95%;
  }
}
@media sm {
  .brand-slider .single-brand img {
    max-width: 70%;
  }
}

.mt-30.part-z-1 {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error-img.mb-40 {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .error-img.mb-40 {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .error-img.mb-40 {
    margin-bottom: 30px;
  }
}

.error-title {
  font-size: 46px;
  font-weight: 700;
  color: #0D0D0D;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error-title {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .error-title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .error-title {
    font-size: 36px;
  }
}

/*--------------------------------
16. Footer
--------------------------------*/
.footer {
  position: relative;
  z-index: 1;
}

.main-footer {
  padding-top: 90px;
  padding-bottom: 45px;
  color: #AEAEAE;
}
.main-footer .footer-title {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  color: #fff;
  margin-bottom: 35px;
  font-family: "Poppins", sans-serif;
}
.main-footer .footer-txt .logo {
  max-width: 115px;
  margin-bottom: 23px;
}
.main-footer .footer-txt p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 22px;
}
.main-footer .footer-txt ul {
  display: flex;
}
.main-footer .footer-txt ul li {
  font-family: "Kanit", sans-serif;
  text-align: center;
  width: 60px;
  height: 50px;
  line-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 24px;
  font-weight: 200;
}
.main-footer .footer-txt ul li:not(:first-child) {
  border-left-width: 0;
}
.main-footer .footer-txt ul li a {
  width: 100%;
  height: 100%;
  color: #fff;
}
.main-footer .footer-txt ul li a:hover {
  color: #B9E81C;
}
.main-footer .footer-contact-txt p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 11px;
}
.main-footer .footer-contact-txt ul li {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 8px;
}
.main-footer .footer-contact-txt ul li:last-child {
  margin-bottom: -7px;
}
.main-footer .footer-contact-txt ul li a {
  color: #AEAEAE;
}
.main-footer .footer-contact-txt ul li a:hover {
  color: #B9E81C;
}
.main-footer .footer-links li {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 5px;
}
.main-footer .footer-links li:last-child {
  margin-bottom: 0;
}
.main-footer .footer-links li a {
  color: #AEAEAE;
}
.main-footer .footer-links li a:hover {
  color: #B9E81C;
}
.main-footer .footer-links.widget_rss li {
  margin-bottom: 15px;
}
.main-footer .footer-links.widget_rss li:last-child {
  margin-bottom: 0;
}
.main-footer .footer-news-letter-txt {
  margin-bottom: -7px;
}
.main-footer .footer-news-letter-txt p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 19px;
}
.main-footer .footer-news-letter-txt input {
  width: 100%;
  padding: 0;
  border: 0;
  height: 40px;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  outline: none;
  margin-bottom: 11px;
}
.main-footer .footer-news-letter-txt button {
  font-size: 16px;
  line-height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: #e9e9e9;
}
.main-footer .footer-news-letter-txt button .icon-wrap {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 3px;
  overflow: hidden;
  position: relative;
}
.main-footer .footer-news-letter-txt button .icon {
  position: absolute;
  top: -4px;
  left: -8px;
  display: inline-block;
  transform: rotate(45deg);
  transition: 0.3s;
}
.main-footer .footer-news-letter-txt button .icon i {
  display: block;
}
.main-footer .footer-news-letter-txt button:hover .icon, .main-footer .footer-news-letter-txt button:focus .icon {
  top: -16px;
  left: 4px;
}

.copyright {
  border-top: 1px solid rgba(142, 142, 142, 0.15);
  padding: 35px 0;
}
.copyright p {
  font-size: 16px;
  color: #AEAEAE;
  margin: 0;
}
.copyright p span {
  font-weight: 500;
  color: #fff;
}

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

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

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

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .footer-box.pl-70 {
    padding-left: 15px;
  }
}

.miniba-noisy-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  z-index: -1;
}

.miniba-sidebar-box .tagcloud a {
  display: inline-block;
  font-size: 14px !important;
  padding: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 5px;
  border-radius: 3px;
  color: #616161;
  transition: all 500ms linear 0s;
  margin-bottom: 10px;
  line-height: 1;
}
.miniba-sidebar-box .tagcloud a:hover {
  background-color: #7c9c12;
  color: #fff;
  border-color: transparent;
}

.miniba-sidebar-box .mc4wp-form-fields input {
  width: 100%;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 15px;
  margin-bottom: 10px;
}
.miniba-sidebar-box .mc4wp-form-fields input:focus {
  outline: 0;
}
.miniba-sidebar-box .mc4wp-form-fields button[type=submit] {
  border: 0;
  height: 50px;
  background-color: #7c9c12;
  color: #fff;
  padding: 0 15px;
}
.miniba-sidebar-box .mc4wp-form-fields button[type=submit] .icon-wrap {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 3px;
  overflow: hidden;
  position: relative;
}
.miniba-sidebar-box .mc4wp-form-fields button[type=submit] .icon-wrap .icon {
  position: absolute;
  top: -4px;
  left: -8px;
  display: inline-block;
  transform: rotate(45deg);
  transition: 0.3s;
}
.miniba-sidebar-box .mc4wp-form-fields button[type=submit] .icon-wrap .icon i {
  display: block;
}
.miniba-sidebar-box .mc4wp-form-fields button[type=submit]:hover .icon {
  top: -16px;
  left: 4px;
}
.miniba-sidebar-box .mc4wp-form-fields button[type=submit]:focus .icon {
  top: -16px;
  left: 4px;
}

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

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

.miniba-footer__widget ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.miniba-footer__widget ul li ul {
  margin-left: 10px;
  margin-top: 5px;
}

.main-footer .tagcloud a {
  display: inline-block;
  font-size: 14px !important;
  border: 1px solid #aeaeae;
  color: #aeaeae;
  padding: 5px 10px;
  margin-right: 5px;
  margin-bottom: 10px;
  border-radius: 3px;
  line-height: 1;
}
.main-footer .tagcloud a:hover {
  color: #fff;
  background-color: #7c9c12;
  border-color: transparent;
}

/*----------------------------------------------------------------
                      Inner Page Stylsheet
----------------------------------------------------------------*/
/*--------------------------------
17. Inner page heading
--------------------------------*/
.inner-page-heading-1 {
  padding: 120px 0;
  overflow: hidden;
  padding-top: 115px;
}
.inner-page-heading-1 h1 {
  font-size: 130px;
  line-height: 140px;
  color: #0D0D0D;
  margin-top: -8px;
  margin-bottom: -32px;
}
.inner-page-heading-1 h1 span {
  display: block;
}
.inner-page-heading-1 h1 span:nth-child(2) {
  text-align: right;
}
.inner-page-heading-1 .heading-sub-txt {
  padding: 0 30px;
}
.inner-page-heading-1 .heading-sub-txt p {
  font-size: 18px;
  line-height: 28px;
  color: #616161;
  margin-top: -6px;
  margin-bottom: -8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .inner-page-heading-1 .heading-sub-txt p {
    font-size: 16px;
    line-height: 26px;
  }
}
.inner-page-heading-1 .heading-sub-txt ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.inner-page-heading-1 .heading-sub-txt ul li {
  font-size: 16px;
  line-height: 100%;
  margin-top: -1px;
  margin-bottom: 38px;
}
.inner-page-heading-1 .heading-sub-txt ul li:last-child {
  margin-bottom: -3px;
}
.inner-page-heading-1 .heading-sub-txt ul li span {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 17px;
}

.inner-page-heading-2 {
  padding: 120px 0;
  padding-bottom: 115px;
  overflow: hidden;
}
.inner-page-heading-2:is(.pb-70) {
  padding-bottom: 65px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .inner-page-heading-2:is(.pb-70) {
    padding-bottom: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-page-heading-2:is(.pb-70) {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .inner-page-heading-2:is(.pb-70) {
    padding-bottom: 40px;
  }
}
.inner-page-heading-2 h1 {
  font-size: 120px;
  line-height: 130px;
  color: #0D0D0D;
  margin-top: -14px;
  margin-bottom: 15px;
}
.inner-page-heading-2 h1 span {
  display: block;
}
.inner-page-heading-2 h1 span:nth-child(2) {
  text-align: right;
}
.inner-page-heading-2 .heading-sub-txt p {
  font-size: 18px;
  line-height: 28px;
  color: #616161;
  margin-top: -6px;
  margin-bottom: 0px;
}

.inner-page-section-heading-1 {
  margin-bottom: 70px;
}
.inner-page-section-heading-1 h2 {
  font-size: 80px;
  line-height: 90px;
  color: #0D0D0D;
  margin-top: -8px;
  margin-bottom: -21px;
}
.inner-page-section-heading-1 h2 span {
  display: block;
}
.inner-page-section-heading-1 .heading-sub-txt {
  padding: 0 30px;
}
.inner-page-section-heading-1 .heading-sub-txt p {
  font-size: 16px;
  line-height: 26px;
  color: #616161;
  margin-top: -6px;
  margin-bottom: -8px;
}

/*--------------------------------
18. About page
--------------------------------*/
.founder-words .part-txt {
  padding-right: 95px;
}
.founder-words p {
  font-size: 16px;
  line-height: 26px;
  color: #616161;
  margin-top: -6px;
  margin-bottom: 17px;
}
.founder-words .signature {
  max-width: 120px;
  margin-bottom: 25px;
}
.founder-words .founder-name span {
  display: block;
  font-size: 16px;
  line-height: 100%;
  margin-top: -2px;
  margin-bottom: -3px;
}
.founder-words .founder-name span.name {
  font-weight: 600;
  color: #0D0D0D;
  margin-bottom: 13px;
}
.founder-words .founder-name span.role {
  font-style: italic;
  font-weight: 500;
  color: #3D3D3D;
}
.founder-words .part-img {
  margin-right: -12px;
  margin-left: -80px;
}

.video-box-2 {
  height: 750px;
  overflow: hidden;
  position: relative;
}
.video-box-2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0D0D0D;
  opacity: 0.7;
  z-index: 1;
}
.video-box-2 .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.single-cabin {
  position: relative;
  overflow: hidden;
}
.single-cabin .part-img {
  position: relative;
}
.single-cabin .part-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: 0.3s;
  z-index: 1;
}
.single-cabin .part-img img {
  width: 100%;
}
.single-cabin .jarallax {
  height: 660px;
}
.single-cabin .part-txt {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px;
  color: #fff;
  transform: translateX(100%);
  transition: 0.4s;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-cabin .part-txt {
    padding: 20px;
    padding-bottom: 25px;
  }
}
.single-cabin .part-txt .cabin-subtitle {
  display: inline-block;
  font-size: 12px;
  margin-bottom: 14px;
  transform: translateX(100%);
  transition: 0.4s ease-in;
  border: 1px solid #fff;
  border-radius: 3px;
  background-color: #fff;
  color: #0D0D0D;
  padding: 0 6px;
  height: 20px;
  line-height: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-cabin .part-txt .cabin-subtitle {
    font-size: 15px;
  }
}
.single-cabin .part-txt .cabin-title {
  font-family: "soligant";
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 8px;
  transform: translateX(100%);
  transition: 0.4s ease-in;
  color: #fff;
  font-weight: 700;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-cabin .part-txt .cabin-title {
    font-size: 24px;
  }
}
.single-cabin .part-txt .cabin-dscr {
  font-size: 16px;
  line-height: 26px;
  color: #e9e9e9;
  margin-bottom: -8px;
  transform: translateX(100%);
  transition: 0.5s ease-in;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-cabin .part-txt .cabin-dscr {
    font-size: 14px;
  }
}
.single-cabin:hover .part-img::after {
  top: 0;
  opacity: 0.6;
}
.single-cabin:hover .part-txt {
  transform: translate(0);
}
.single-cabin:hover .part-txt .cabin-subtitle,
.single-cabin:hover .part-txt .cabin-title,
.single-cabin:hover .part-txt .cabin-dscr {
  transform: translate(0);
}

.team {
  overflow: hidden;
}

.team-container {
  max-width: 1660px;
  margin: auto;
  padding-left: 12px;
  padding-right: 12px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .team-container {
    max-width: 1550px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .team-container {
    max-width: 1320px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .team-container {
    max-width: 1140px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-container {
    max-width: 960px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-container {
    max-width: 720px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .team-container {
    max-width: 540px;
  }
}

.team-row {
  display: flex;
  flex-wrap: wrap;
  gap: 55px;
}
.team-row .team-col {
  width: calc(25% - 41.3px);
  height: max-content;
}
.team-row .team-col:nth-child(even) {
  margin-top: 60px;
}

.team-card .part-img {
  margin-bottom: 30px;
}

.team-card-title {
  font-family: "soligant";
  font-size: 34px;
  line-height: 100%;
  margin-top: -1px;
  margin-bottom: 12px;
}
.team-card-title a {
  color: #fff;
}

.team-card-role {
  display: block;
  font-size: 18px;
  line-height: 100%;
  color: #AEAEAE;
  margin-bottom: -3px;
}

.team-light .team-card-title a {
  color: #0D0D0D;
}
.team-light .team-card-role {
  color: #616161;
}

.pledge .section-heading {
  margin-bottom: 47px;
}
.pledge .counter-title {
  display: flex;
  align-items: center;
  font-size: 70px;
  line-height: 100%;
  font-weight: 400;
  color: #0D0D0D;
  margin-bottom: 22px;
  font-family: "Poppins", sans-serif;
}
.pledge .counter-title .odometer-inside {
  display: inline-block;
  margin-bottom: -3px;
}
.pledge .counter-name {
  font-size: 16px;
  line-height: 100%;
  color: #616161;
  margin-bottom: -3px;
}

.contact-heading {
  margin-bottom: 0;
}
.contact-heading h2 {
  margin-top: -19px;
  margin-bottom: -28px;
}

.contact-form input, .contact-form textarea {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  outline: none;
  margin-top: -5px;
  transition: 0.3s;
}
.contact-form input:focus, .contact-form textarea:focus {
  border-color: #aeaeae;
}
.contact-form input {
  padding-bottom: 5px;
}
.contact-form button {
  display: block;
  background: transparent;
  padding: 0;
  outline: none;
  line-height: 100%;
  border: 0;
  margin-top: -2px;
  margin-bottom: -3px;
  color: #616161;
  transition: all 0.3s linear 0s;
}
.contact-form button .icon-wrap {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 3px;
  overflow: hidden;
  position: relative;
}
.contact-form button .icon {
  position: absolute;
  top: -4px;
  left: -8px;
  display: inline-block;
  transform: rotate(45deg);
  transition: 0.3s;
}
.contact-form button .icon i {
  display: block;
}
.contact-form button:hover, .contact-form button:focus {
  color: #0D0D0D;
}
.contact-form button:hover .icon, .contact-form button:focus .icon {
  top: -16px;
  left: 4px;
}

/*--------------------------------
19. Service details page
--------------------------------*/
.service-details-img {
  margin-bottom: 60px;
  overflow: hidden;
}

.service-details-txt p {
  font-size: 16px;
  line-height: 26px;
  color: #616161;
  margin-top: -6px;
  margin-bottom: 22px;
}
.service-details-txt .feature {
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
  padding-top: 30px;
}
.service-details-txt .feature .feature-single {
  padding: 61px 0 30px;
  width: calc(33.3333333333% - 66.7px);
  position: relative;
}
.service-details-txt .feature .feature-single::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 100px);
  height: 1px;
  background: rgba(0, 0, 0, 0.07);
}
.service-details-txt .feature .feature-single::after {
  content: "";
  position: absolute;
  top: -7px;
  left: 0;
  width: 14px;
  height: 14px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
.service-details-txt .feature .feature-single:nth-last-child(3n+1)::before {
  width: 100%;
}
.service-details-txt .feature .feature-single h3 {
  font-family: "soligant";
  font-size: 34px;
  line-height: 44px;
  color: #0D0D0D;
  margin-top: -6px;
  margin-bottom: 18px;
}
.service-details-txt .feature .feature-single:hover::after {
  border-width: 2px;
}
.service-details-txt ul li {
  font-size: 16px;
  line-height: 26px;
  color: #616161;
  display: flex;
  gap: 17px;
  margin-top: -6px;
  margin-bottom: 22px;
}
.service-details-txt ul li:last-child {
  margin-bottom: -8px;
}
.service-details-txt ul li .icon {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: #242424;
  border: 1px solid #fff;
  border-radius: 4px;
  rotate: 45deg;
  margin-top: 7px;
  position: relative;
}
.service-details-txt ul li .icon::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 4px;
  width: 13px;
  height: 13px;
  background: #242424;
  border: 1px solid #fff;
  border-radius: 4px;
}
.service-details-txt ul li .txt {
  width: calc(100% - 31px);
}

.service-details-img-2 {
  border-bottom-right-radius: 200px;
  overflow: hidden;
  margin-bottom: 60px;
}

.accordion .accordion-item {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  margin-bottom: 30px;
}
.accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.accordion .accordion-header {
  height: 50px;
  line-height: 50px;
}
.accordion .accordion-header button {
  font-size: 20px;
  font-weight: 600;
  color: #0D0D0D;
  padding: 0 20px;
  padding-right: 25px;
  background: transparent;
  box-shadow: 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .accordion .accordion-header button {
    font-weight: 500;
    padding-right: 25px;
  }
}
.accordion .accordion-header button.collapsed::after {
  content: "+";
}
.accordion .accordion-header button::after {
  content: "\f068";
  position: absolute;
  top: 15px;
  right: 20px;
  font-family: "Font awesome 6 pro";
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .accordion .accordion-header button::after {
    right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .accordion .accordion-header button::after {
    right: 15px;
  }
}
.accordion .accordion-body {
  padding: 20px;
  padding-top: 7px;
  font-size: 16px;
  line-height: 26px;
  color: #616161;
}
.accordion .accordion-body p {
  margin-top: -6px;
  margin-bottom: 17px;
}
.accordion .accordion-body p:last-child {
  margin-bottom: -8px;
}

/*--------------------------------
20. Destination details page
--------------------------------*/
.destination-details-img-1 {
  margin-bottom: 50px;
}

.destination-details-txt {
  margin-bottom: 50px;
}
.destination-details-txt h2 {
  font-size: 80px;
  line-height: 90px;
  color: #0D0D0D;
  margin-top: -8px;
  margin-bottom: 19px;
}
.destination-details-txt p {
  font-size: 18px;
  line-height: 28px;
  color: #616161;
  margin-top: -6px;
  margin-bottom: 22px;
}
.destination-details-txt p:last-child {
  margin-bottom: -8px;
}
.destination-details-txt ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.destination-details-txt ul:last-child {
  margin-bottom: -19px;
}
.destination-details-txt ul li {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #616161;
  display: flex;
  gap: 12px;
  margin-top: -6px;
  margin-bottom: 12px;
  width: 50%;
}
.destination-details-txt ul li .icon {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: #242424;
  border: 1px solid #fff;
  border-radius: 4px;
  rotate: 45deg;
  margin-top: 7px;
  position: relative;
}
.destination-details-txt ul li .icon::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 4px;
  width: 13px;
  height: 13px;
  background: #242424;
  border: 1px solid #fff;
  border-radius: 4px;
}
.destination-details-txt ul li .txt {
  width: calc(100% - 31px);
}

/*--------------------------------
21. Team details page
--------------------------------*/
.team-details .part-txt .team-details-top {
  width: max-content;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 45px;
}
.team-details .part-txt .team-details-top .team-member-name {
  font-size: 80px;
  line-height: 90px;
  color: #0D0D0D;
  margin-top: -8px;
  margin-bottom: 17px;
}
.team-details .part-txt .team-details-top .team-member-role {
  font-style: italic;
  font-size: 26px;
  line-height: 100%;
  font-weight: 500;
  color: #616161;
}
.team-details .part-txt p {
  font-size: 18px;
  line-height: 28px;
  color: #616161;
  margin-top: -7px;
  margin-bottom: 20px;
}
.team-details .part-txt ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 8px;
  margin-bottom: -8px;
}
.team-details .part-txt ul li {
  font-style: italic;
  font-size: 18px;
  line-height: 28px;
  color: #616161;
  margin-bottom: 16px;
}
.team-details .part-txt ul li:last-child {
  margin-bottom: 0;
}
.team-details .part-txt ul li span {
  display: inline-block;
  min-width: 150px;
  font-style: normal;
  font-weight: 500;
  color: #0D0D0D;
}

/*--------------------------------
22. Aircraft page
--------------------------------*/
.aircraft-list-area {
  position: relative;
  overflow: hidden;
}

.aircraft-list .aircraft-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 50px 0;
}
.aircraft-list .aircraft-card:first-child {
  border-top: 0;
  padding-top: 0;
}
.aircraft-list .aircraft-card.hovered .sl, .aircraft-list .aircraft-card.hovered .aircraft-name, .aircraft-list .aircraft-card.hovered .short-details, .aircraft-list .aircraft-card.hovered .view-aircraft-btn {
  color: #0D0D0D;
}
.aircraft-list .aircraft-card.hovered .sl ul .icon, .aircraft-list .aircraft-card.hovered .aircraft-name ul .icon, .aircraft-list .aircraft-card.hovered .short-details ul .icon, .aircraft-list .aircraft-card.hovered .view-aircraft-btn ul .icon {
  background: #3D3D3D;
}
.aircraft-list .aircraft-card.hovered .sl ul .icon::after, .aircraft-list .aircraft-card.hovered .aircraft-name ul .icon::after, .aircraft-list .aircraft-card.hovered .short-details ul .icon::after, .aircraft-list .aircraft-card.hovered .view-aircraft-btn ul .icon::after {
  background: #3D3D3D;
}
.aircraft-list .aircraft-card.hovered .part-img {
  left: 45px;
  opacity: 1;
  transform: translateY(-50%) rotate(10deg);
}
.aircraft-list .aircraft-card.hovered .part-img::before {
  bottom: -60px;
  transform: scale(1);
  opacity: 1;
}
.aircraft-list .aircraft-card.hovered .part-img::after {
  bottom: -35px;
  transform: scale(1);
  opacity: 1;
}
.aircraft-list .aircraft-card:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.aircraft-list .sl {
  display: inline-block;
  min-width: 60px;
  font-family: "soligant";
  font-size: 48px;
  line-height: 100%;
  color: #616161;
  margin-top: -5px;
  margin-bottom: -9px;
  transition: 0.3s;
}
.aircraft-list .aircraft-name {
  width: 260px;
  display: block;
  font-family: "soligant";
  font-size: 48px;
  line-height: 1.2;
  color: #616161;
  margin-top: -6px;
  margin-bottom: -14px;
}
.aircraft-list .short-details {
  width: 260px;
  color: #616161;
  transition: 0.3s;
}
.aircraft-list .short-details p {
  font-size: 16px;
  line-height: 26px;
  margin-top: -6px;
  margin-bottom: 17px;
}
.aircraft-list .short-details ul {
  font-size: 16px;
  line-height: 26px;
  margin-top: -6px;
  margin-bottom: 0;
}
.aircraft-list .short-details ul li {
  display: flex;
  gap: 17px;
}
.aircraft-list .short-details ul .icon {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: #828282;
  border: 1px solid #fff;
  border-radius: 4px;
  rotate: 45deg;
  margin-top: 7px;
  position: relative;
  transition: 0.3s;
}
.aircraft-list .short-details ul .icon::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 4px;
  width: 13px;
  height: 13px;
  background: #828282;
  border: 1px solid #fff;
  border-radius: 4px;
  transition: 0.3s;
}
.aircraft-list .view-aircraft-btn {
  font-size: 60px;
  height: 40px;
  display: flex;
  padding: 0;
  border: 0;
  background: transparent;
  color: #616161;
}
.aircraft-list .view-aircraft-btn .icon-wrap {
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  position: relative;
}
.aircraft-list .view-aircraft-btn .icon {
  position: absolute;
  top: -18px;
  left: -25px;
  display: inline-block;
  transform: rotate(45deg);
  transition: 0.3s;
}
.aircraft-list .view-aircraft-btn .icon i {
  display: block;
}
.aircraft-list .view-aircraft-btn:hover .icon, .aircraft-list .view-aircraft-btn:focus .icon {
  top: -60px;
  left: 18px;
}
.aircraft-list .part-img {
  position: absolute;
  top: 50%;
  left: -100px;
  width: 320px;
  opacity: 0;
  transform: translateY(-60%);
  transition: 0.35s ease-in-out;
}
.aircraft-list .part-img::before {
  content: "";
  position: absolute;
  bottom: -180px;
  right: -55px;
  width: 20px;
  height: 20px;
  background: #000;
  border-radius: 50%;
  transition: 0.4s ease-in-out;
  transform: scale(0);
  opacity: 0;
  z-index: -1;
}
.aircraft-list .part-img::after {
  content: "";
  position: absolute;
  bottom: -105px;
  right: -35px;
  width: 70px;
  height: 70px;
  background: #000;
  border-radius: 50%;
  transition: 0.4s ease-in-out;
  transform: scale(0);
  opacity: 0;
  z-index: -1;
}

.heading-container {
  padding-top: 120px;
}

.aircraft-details-heading {
  background: url(../../images/aircraft-details-1.jpg) center center no-repeat;
  background-size: cover;
  padding: 100px 0;
  position: relative;
  z-index: 2;
}
.aircraft-details-heading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  z-index: -1;
}
.aircraft-details-heading .container {
  border: 0 !important;
  margin-left: 0;
  padding-left: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .aircraft-details-heading .container {
    padding-left: 30px;
  }
}
.aircraft-details-heading .container::after {
  display: none;
}
.aircraft-details-heading h1 {
  color: #fff;
}
.aircraft-details-heading .heading-sub-txt {
  padding-right: 0;
}
.aircraft-details-heading .heading-sub-txt p {
  color: #fff;
}

.specification-area {
  padding-top: 70px;
}

.specification-title {
  font-family: "soligant";
  font-size: 48px;
  line-height: 58px;
  color: #fff;
  margin-top: -5px;
  margin-bottom: 36px;
}

.specification-list {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.specification-list .specification-border {
  position: relative;
}
.specification-list .specification-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #616161;
}
.specification-list ul li {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  color: #CBCBCB;
  margin-top: -1px;
  margin-bottom: 20px;
}
.specification-list ul li:last-child {
  margin-bottom: -3px;
}
.specification-list ul li span {
  display: block;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  color: #fff;
  margin-bottom: 5px;
}

.aircraft-details {
  padding-top: 60px;
}

.aircraft-details-txt {
  margin-bottom: 52px;
}
.aircraft-details-txt p {
  font-size: 18px;
  line-height: 28px;
  color: #616161;
  margin-top: -6px;
  margin-bottom: 22px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .aircraft-details-txt p {
    font-size: 16px;
    line-height: 26px;
  }
}
.aircraft-details-txt h2 {
  font-size: 80px;
  line-height: 90px;
  color: #0D0D0D;
  margin-top: -7px;
  margin-bottom: 19px;
}

.specification-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*--------------------------------
23. Contact page
--------------------------------*/
.contact-part-txt h2 {
  font-size: 48px;
  line-height: 58px;
  color: #0D0D0D;
  margin-top: -9px;
  margin-bottom: 28px;
}
.contact-part-txt p {
  font-size: 18px;
  line-height: 28px;
  color: #0D0D0D;
  margin-bottom: 10px;
}
.contact-part-txt a {
  font-size: 18px;
  line-height: 1;
  color: #0D0D0D;
  display: inline-block;
}
.contact-part-txt a:hover {
  color: rgb(185, 232, 28);
}
.contact-part-txt span {
  display: block;
  font-size: 18px;
  line-height: 100%;
  color: #0D0D0D;
  margin-bottom: -3px;
}

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

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

.btn_wrapper .circle-btn.circle-btn-2 {
  border-width: 1px;
  border-style: solid;
}

.mforpage textarea {
  margin-bottom: 10px;
}

/*--------------------------------
24. Payment page
--------------------------------*/
.payment-page-title {
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  color: #0D0D0D;
  margin-top: -4px;
  margin-bottom: 33px;
}

.payment-page-steps {
  display: flex;
  justify-content: space-between;
  padding-bottom: 47px;
  margin-bottom: 70px;
}
.payment-page-steps .single-step {
  position: relative;
}
.payment-page-steps .single-step::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  width: 605px;
  height: 3px;
  background: #AEAEAE;
  z-index: -1;
}
.payment-page-steps .single-step .step-number {
  display: block;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 25px;
  font-size: 14px;
  font-weight: 600;
  color: #AEAEAE;
  background: #fff;
  border: 3px solid #AEAEAE;
  border-radius: 50%;
}
.payment-page-steps .single-step .step-name {
  position: absolute;
  top: 100%;
  left: 0;
  width: max-content;
  font-size: 22px;
  line-height: 100%;
  font-weight: 400;
  color: #000;
  padding-top: 20px;
}
.payment-page-steps .single-step:nth-child(1)::after {
  display: none;
}
.payment-page-steps .single-step:nth-child(1) .step-number {
  border-color: #0D0D0D;
  color: #0D0D0D;
}
.payment-page-steps .single-step:nth-child(2) .step-name {
  left: 50%;
  transform: translateX(-50%);
}
.payment-page-steps .single-step:nth-child(3) .step-name {
  left: auto;
  right: 0;
}
.payment-page-steps .single-step.completed::after {
  background: #7c9c12;
}
.payment-page-steps .single-step.completed .step-number {
  border-color: #7c9c12;
  color: #0D0D0D;
}

.payment-form label {
  display: block;
  width: max-content;
  font-size: 16px;
  line-height: 100%;
  margin-top: -1px;
  margin-bottom: 12px;
}
.payment-form .input-group-text {
  width: 50px;
  padding: 5px;
  border-radius: 4px;
}
.payment-form .input-group-text .flag-icon {
  width: 100%;
  height: 20px;
}
.payment-form .input-group-text .default-flag {
  background-image: url(../../images/flag-icon.jpg);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.payment-form input,
.payment-form select {
  width: 100%;
  display: block;
  height: 50px;
  padding: 0 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  outline: none;
  appearance: none;
  transition: 0.3s;
}
.payment-form input:focus,
.payment-form select:focus {
  border-color: #aeaeae;
}
.payment-form .select-country-code {
  width: 70px;
}
.payment-form .input-group {
  flex-wrap: nowrap;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .payment-form .col-lg-12.slide-up.mt-40 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .payment-form .col-lg-12.slide-up.mt-40 {
    margin-top: 30px;
  }
}

.flight-route-details {
  display: flex;
  align-items: center;
  gap: 10px;
}
.flight-route-details .flight-logo {
  width: 50px;
}
.flight-route-details .flight-route {
  width: calc(100% - 60px);
  display: flex;
  justify-content: space-between;
}
.flight-route-details .flight-route span {
  display: block;
  font-size: 14px;
  line-height: 100%;
  margin-top: -2px;
  margin-bottom: -2px;
}
.flight-route-details .flight-route span:first-child {
  margin-bottom: 9px;
}
.flight-route-details .flight-route span:last-child {
  font-size: 12px;
}

.payment-methods {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 20px;
}

.passenger-details ul {
  padding: 25px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
}
.passenger-details ul li {
  display: flex;
  justify-content: space-between;
  line-height: 100%;
  color: #616161;
  margin-top: -1px;
  margin-bottom: 17px;
}
.passenger-details ul li:last-child {
  margin-bottom: -3px;
}
.passenger-details ul li .price-details {
  display: flex;
  gap: 10px;
}
.passenger-details ul li .price {
  font-weight: 500;
}

/*--------------------------------
25. Ticket confirm page
--------------------------------*/
.passenger-name {
  text-align: center;
  margin-bottom: 70px;
}
.passenger-name h3 {
  font-size: 22px;
  line-height: 100%;
  font-weight: 600;
  color: #0D0D0D;
  margin-top: -1px;
  margin-bottom: 15px;
}
.passenger-name span {
  display: block;
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  color: #616161;
  margin-bottom: -3px;
}

.ticket-details {
  display: flex;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.ticket-details::after {
  content: "";
  position: absolute;
  top: 54px;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 1500px;
  border: 2px dashed rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  z-index: -1;
}
.ticket-details .airport {
  width: 280px;
  margin-top: 120px;
  background: #fff;
  padding-top: 10px;
  color: #616161;
}
.ticket-details .airport.from-airport {
  text-align: right;
}
.ticket-details .airport .city-name {
  display: block;
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  margin-top: -1px;
  margin-bottom: 14px;
  color: #0D0D0D;
}
.ticket-details .airport .airport-name {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 13px;
}
.ticket-details .airport .flight-date {
  display: block;
  font-size: 14px;
  line-height: 1.2;
}
.ticket-details .airport .flight-time {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 0px;
}

.flight-duration {
  text-align: center;
  height: max-content;
}
.flight-duration .part-icon {
  font-size: 60px;
  line-height: 100%;
  color: #616161;
  margin-top: -4px;
  margin-bottom: 20px;
}
.flight-duration span {
  display: block;
  font-size: 14px;
  line-height: 100%;
  color: #616161;
  margin-top: -3px;
  margin-bottom: -2px;
}

.ticket-download-option {
  padding-top: 75px;
  display: flex;
  gap: 100px;
  justify-content: center;
}
.ticket-download-option a {
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  color: #AEAEAE;
  border-bottom: 1px solid #AEAEAE;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 15px;
}
.ticket-download-option a span {
  font-size: 30px;
}
.ticket-download-option a:hover {
  color: #111111;
  border-color: #111111;
}

/*----------------------------------------------------------------
                      Responsive Stylsheet
----------------------------------------------------------------*/
/*--------------------------------
26. Responsive design
--------------------------------*/
@media only screen and (max-width: 1399px) and (min-width: 992px) {
  /*---------------------------
  01. Global style
  ---------------------------*/
  .heading-container {
    padding-top: 100px;
  }
  .btn_wrapper {
    height: 130px;
  }
  .circle-btn {
    width: 130px;
    height: 130px;
    line-height: 128px;
  }
  .section-gap-y {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section-gap-b {
    padding-bottom: 100px;
  }
  .section-heading h2 {
    font-size: 60px;
    margin-top: -11px;
    margin-bottom: 15px;
  }
  .section-heading-2 {
    margin-bottom: 60px;
  }
  .section-heading-2.mb-120 {
    margin-bottom: 70px !important;
  }
  .section-heading-2 h2 {
    font-size: 50px;
    margin-top: -6px;
    margin-bottom: 20px;
  }
  .section-heading-3 h2 {
    font-size: 50px;
    line-height: 1.2;
  }
  .play-btn {
    width: 110px;
    height: 110px;
    line-height: 110px;
  }
  .card .card-header {
    padding: 0 15px;
    font-size: 18px;
  }
  .card .card-body {
    padding: 15px;
  }
  .card .card-body .card-subtitle {
    font-size: 16px;
  }
  /*---------------------------
  02. Header style
  ---------------------------*/
  .header .main-nav .nav-list {
    gap: 25px;
  }
  .header .main-nav .nav-list li a {
    font-size: 14px;
    font-weight: 400;
  }
  .header .main-nav .right-side a {
    font-size: 14px;
    font-weight: 400;
  }
  /*---------------------------
  03. Banner style
  ---------------------------*/
  .banner .banner-txt {
    padding: 120px 0;
  }
  .banner .banner-txt h1 {
    font-size: 110px;
    margin-bottom: 34px;
  }
  .banner .banner-txt h1 .title-txt {
    line-height: 120px;
  }
  .banner .banner-txt .banner-bottom {
    gap: 100px;
  }
  .banner .banner-txt .banner-bottom p {
    width: calc(100% - 230px);
    font-size: 16px;
    line-height: 26px;
  }
  .banner .scroll-animation {
    bottom: 30px;
    right: 30px;
    width: 40px;
    padding: 12px 0;
  }
  .tv-banner-video-area-wrapper {
    --clip-path: circle(50px at left);
    --clip-path-hover: circle(50px at left);
    --clip-path-clicked: circle(100vw at left);
  }
  .tv-banner-video-info {
    left: 125px;
    top: -100px;
  }
  .tv-banner-video-wrapper input {
    width: 100px;
    height: 100px;
    top: 5px;
  }
  /*---------------------------
  04. Service style
  ---------------------------*/
  .service-single {
    padding: 50px 0;
  }
  .service-single h3 {
    font-size: 35px;
    margin-top: -6px;
    margin-bottom: -11px;
  }
  /*---------------------------
  05. Gallery style
  ---------------------------*/
  .gallery-popup .part-img {
    width: 450px;
  }
  /*---------------------------
  06. Video style
  ---------------------------*/
  .video .video-box {
    padding: 200px 0;
  }
  .video .fun-fact {
    padding-top: 100px;
  }
  .video .fun-fact ul li {
    height: 260px;
  }
  .video .fun-fact ul li::after {
    width: 260px;
    height: 260px;
  }
  .video .fun-fact ul li h3 {
    font-size: 50px;
    margin-bottom: 15px;
  }
  /*---------------------------
  07. Jet fleet style
  ---------------------------*/
  .aircraft-nav {
    border-radius: 3px;
  }
  .aircraft-nav button {
    font-size: 14px;
    line-height: 33px;
    font-weight: 500;
    padding: 0 15px;
  }
  .aircraft-nav button.active {
    border-radius: 3px;
  }
  .jet-fleet .single-fleet h3 {
    font-size: 35px;
    margin-top: -6px;
    margin-bottom: -15px;
  }
  /*---------------------------
  08. Destination style
  ---------------------------*/
  .destination .top-100 {
    margin-top: 80px;
  }
  .destination .top-50 {
    margin-top: 40px;
  }
  .destination-single .part-img {
    margin-left: auto;
  }
  .destination-single .part-txt {
    padding: 15px;
  }
  .destination-single .part-txt h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 6px;
  }
  .destination-single:hover .part-txt {
    left: -15px;
  }
  /*---------------------------
  09. Deal style
  ---------------------------*/
  .single-deal .part-img .img-box {
    height: 300px;
  }
  .single-deal .part-txt h3 {
    font-size: 35px;
    margin-top: -9px;
    margin-bottom: 7px;
  }
  .single-deal .part-txt p {
    margin-bottom: 22px;
  }
  /*---------------------------
  10. Blog style
  ---------------------------*/
  .blog-card-1 .part-img .img-box {
    min-height: 380px;
  }
  .blog-card-1 .part-txt {
    padding: 30px;
  }
  .blog-card-1 .part-txt h3 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 13px;
  }
  .blog-card-2 .part-txt {
    padding: 30px;
  }
  .blog-card-2 .part-txt h3 {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 13px;
  }
  /*---------------------------
  11. Footer style
  ---------------------------*/
  .main-footer .footer-txt ul li {
    width: 50px;
    height: 40px;
    line-height: 38px;
    font-size: 20px;
  }
  /*---------------------------
  12. Inner page heading style
  ---------------------------*/
  /*----- 12-1. Inner page heading style -----*/
  .inner-page-heading-1 {
    padding: 100px 0;
  }
  .inner-page-heading-1 h1 {
    font-size: 80px;
    line-height: 90px;
    margin-top: -7px;
    margin-bottom: -21px;
  }
  .inner-page-heading-1 .heading-sub-txt {
    padding: 0;
  }
  /*----- 12-2. Inner page heading 2 -----*/
  .inner-page-heading-2 {
    padding: 100px 0;
    padding-top: 105px;
  }
  .inner-page-heading-2 h1 {
    font-size: 80px;
    line-height: 90px;
    margin-top: -15px;
    margin-bottom: 29px;
  }
  .inner-page-heading-2 .heading-sub-txt {
    padding: 0;
  }
  /*----- 12-3. Inner page section heading style -----*/
  .inner-page-section-heading-1 {
    margin-bottom: 60px;
  }
  .inner-page-section-heading-1 h2 {
    font-size: 50px;
    line-height: 60px;
    margin-top: -6px;
    margin-bottom: -15px;
  }
  .inner-page-section-heading-1 .heading-sub-txt {
    padding: 0;
  }
  /*---------------------------
  13. About page style
  ---------------------------*/
  /*----- 13-1. Video box section -----*/
  .video-box-2 {
    height: 450px;
  }
  /*----- 13-2. Cabin section -----*/
  .single-cabin .jarallax {
    height: 600px;
  }
  /*----- 13-3. Team section -----*/
  .team-row {
    gap: 30px;
  }
  .team-row .team-col {
    width: calc(25% - 22.5px);
  }
  .team-row .team-col:nth-child(even) {
    margin-top: 40px;
  }
  .team-card-title {
    font-size: 24px;
    margin-bottom: 14px;
  }
  .team-card-role {
    font-size: 16px;
  }
  /*----- 13-4. Pledge section -----*/
  .pledge .counter-title {
    font-size: 50px;
    margin-top: -10px;
    margin-bottom: 12px;
  }
  /*---------------------------
  14. Service page style
  ---------------------------*/
  .service-grid .service-single {
    padding: 30px;
  }
  /*---------------------------
  15. Service details page style
  ---------------------------*/
  /*----- 15-1. Service section style -----*/
  .service-details-txt .feature {
    gap: 50px;
  }
  .service-details-txt .feature .feature-single {
    width: calc(33.3333333333% - 33.4px);
  }
  /*----- 15-2. Faq section style -----*/
  .accordion .accordion-header button {
    padding: 0 15px;
  }
  .accordion .accordion-body {
    padding: 15px;
    padding-top: 0;
  }
  /*---------------------------
  16. Destination page style
  ---------------------------*/
  .destination-details-txt h2 {
    font-size: 50px;
    line-height: 60px;
    margin-top: -6px;
    margin-bottom: 25px;
  }
  /*---------------------------
  17. Team details page style
  ---------------------------*/
  .team-details .part-txt .team-details-top .team-member-name {
    font-size: 60px;
    line-height: 70px;
    margin-top: -7px;
    margin-bottom: 11px;
  }
  /*---------------------------
  18. Aircraft page style
  ---------------------------*/
  .aircraft-list .aircraft-card {
    padding: 40px 0;
  }
  .aircraft-list .sl {
    min-width: 50px;
    font-size: 40px;
    margin-top: -3px;
  }
  .aircraft-list .aircraft-name {
    width: 200px;
    font-size: 36px;
    line-height: 1.2;
    margin-top: -5px;
  }
  .aircraft-list .short-details {
    width: 230px;
  }
  .aircraft-list .part-img {
    width: 280px;
  }
  /*---------------------------
  19. Aircraft details page style
  ---------------------------*/
  .aircraft-details-txt h2 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 23px;
  }
  /*---------------------------
  20. Payment page style
  ---------------------------*/
  .payment-form input, .payment-form select {
    height: 40px;
  }
  .payment-methods {
    justify-content: center;
  }
  .payment-methods img {
    max-width: 55px;
  }
  .payment-page-steps .single-step::after {
    width: 425px;
  }
  /*---------------------------
  21. Blog page style
  ---------------------------*/
  .blog-page .blog-card-1 .part-img .img-box {
    min-height: 380px;
  }
  .blog-card-2.blog-card-2-inner .part-img {
    width: 280px;
  }
  .blog-card-2.blog-card-2-inner .part-img .img-box {
    height: 195px;
  }
  .blog-card-2.blog-card-2-inner .part-txt {
    width: calc(100% - 280px);
    padding: 0 20px;
  }
  /*---------------------------
  22. Blog details page style
  ---------------------------*/
  .blog-details-title {
    font-size: 48px;
    line-height: 1.1;
  }
  .blog-info {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 1399px) and (min-width: 1200px) {
  /*---------------------------
  01. Payment page style
  ---------------------------*/
  .payment-page-steps .single-step::after {
    width: 525px;
  }
  .blog-card-1 .part-img .img-box {
    min-height: 438px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 576px) {
  /*---------------------------
  01. Global style
  ---------------------------*/
  .heading-container {
    padding-top: 70px;
  }
  .loader {
    width: 250px;
    height: 250px;
  }
  .loader span {
    font-size: 120px;
  }
  .btn_wrapper {
    height: 100px;
  }
  .circle-btn {
    width: 100px;
    height: 100px;
    line-height: 98px;
    font-size: 12px;
  }
  .circle-btn .icon-wrap {
    width: 8px;
    height: 8px;
  }
  .circle-btn .icon {
    top: -3px;
    left: -5px;
  }
  .circle-btn:hover .icon {
    top: -12px;
    left: 3px;
  }
  .part-btn {
    padding-top: 30px;
  }
  .section-gap-y {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-gap-b {
    padding-bottom: 60px;
  }
  .section-heading {
    margin-bottom: 20px;
  }
  .section-heading h2 {
    font-size: 42px;
    margin-top: -4px;
    margin-bottom: 14px;
  }
  .section-heading p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .section-heading-2 {
    padding-left: 0;
    border-left-width: 0;
    margin-bottom: 40px;
  }
  .section-heading-2.mb-120 {
    margin-bottom: 40px !important;
  }
  .section-heading-2 h2 {
    text-align: center;
    font-size: 36px;
    line-height: 1.2;
    margin-top: -6px;
    margin-bottom: 13px;
  }
  .section-heading-2 p {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: -7px;
  }
  .section-heading-3 {
    margin-bottom: 30px;
  }
  .section-heading-3 h2 {
    font-size: 36px;
    margin-top: -8px;
    line-height: 1.2;
  }
  .highlighted-badge {
    height: 30px;
    line-height: 28px;
    font-size: 12px;
    padding: 0 15px;
    border-radius: 4px;
  }
  .ui-widget.ui-widget-content {
    width: 295px;
  }
  .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  .play-btn {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
  }
  .def-btn {
    height: 30px;
    line-height: 28px;
    padding: 0 20px;
  }
  #smooth-wrapper {
    overflow: hidden;
  }
  /*---------------------------
  02. Right sidebar style
  ---------------------------*/
  .right-sidebar-area .sidebar {
    max-width: 320px;
    padding: 15px;
  }
  .right-sidebar-area .top-area {
    padding-bottom: 10px;
  }
  .right-sidebar-area .top-area .logo {
    width: 90px;
  }
  .right-sidebar-area .top-area button {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .right-sidebar-area .content-area {
    padding: 15px 0;
    padding-top: 30px;
  }
  .right-sidebar-area .content-area p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 13px;
  }
  .right-sidebar-area .content-area .social li {
    width: 50px;
    height: 40px;
    line-height: 38px;
    font-size: 20px;
  }
  .right-sidebar-area .content-area .subtitle {
    font-size: 18px;
  }
  .right-sidebar-area .content-area .contact-txt li:last-child {
    margin-bottom: -9px;
  }
  .right-sidebar-area .content-area .quick-links li:last-child {
    margin-bottom: -8px;
  }
  .right-sidebar-area .content-area .form input {
    height: 35px;
    padding: 0 10px;
    font-size: 14px;
  }
  /*---------------------------
  03. Banner style
  ---------------------------*/
  .banner {
    overflow: hidden;
  }
  .banner .banner-txt {
    padding: 80px 0;
    padding-top: 100px;
  }
  .banner .banner-txt h1 {
    font-size: 60px;
    margin-top: -6px;
    margin-bottom: 24px;
  }
  .banner .banner-txt h1 .title-txt {
    line-height: 70px;
  }
  .banner .banner-txt .banner-bottom {
    flex-direction: column;
    gap: 35px;
  }
  .banner .banner-txt .banner-bottom p {
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: -7px;
  }
  .banner .scroll-animation {
    bottom: 20px;
    right: 20px;
    width: 30px;
    padding: 5px 0;
  }
  .tv-banner-video-area-wrapper {
    --clip-path: circle(30px at left);
    --clip-path-hover: circle(30px at left);
    --clip-path-clicked: circle(175vw at left);
  }
  .tv-banner-video-wrapper input::after {
    font-size: 30px;
    margin-left: 2px;
  }
  .tv-banner-video-info {
    width: 60px;
    left: -25px;
    height: 60px;
  }
  .tv-banner-video-wrapper input {
    width: 60px;
    height: 60px;
    top: 25px;
    left: 70px;
  }
  /*---------------------------
  04. Flight plan style
  ---------------------------*/
  .flight-plan.flight-plan-light .airport-row .col:nth-child(2) button {
    background: #fff;
    border-color: rgba(0, 0, 0, 0.2);
  }
  .flight-plan .form-label {
    display: block;
    font-size: 14px;
    margin-top: -1px;
  }
  .flight-plan .form-control {
    padding: 10px;
  }
  .flight-plan .form-control span.text-1 {
    font-size: 12px;
    margin-top: -1px;
    margin-bottom: 7px;
  }
  .flight-plan .form-control span.text-2 {
    font-size: 12px;
    margin-bottom: -2px;
  }
  .flight-plan .airport-row {
    position: relative;
  }
  .flight-plan .airport-row .col:first-child, .flight-plan .airport-row .col:last-child {
    width: 50%;
  }
  .flight-plan .airport-row .col:nth-child(2) {
    transform: translateY(7px);
    z-index: 1;
    margin: 0 -15px;
  }
  .flight-plan .airport-row .col:nth-child(2) button {
    width: 30px;
    height: 30px;
    line-height: 26px;
    font-size: 12px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    background: #3D3D3D;
  }
  .flight-plan .select-dropdown .dropdown-menu {
    padding: 5px 0;
  }
  .flight-plan .select-dropdown .dropdown-item {
    padding: 10px;
  }
  .flight-plan .select-dropdown .dropdown-item span.text-1 {
    font-size: 12px;
    margin-top: -1px;
    margin-bottom: 7px;
  }
  .flight-plan .select-dropdown .dropdown-item span.text-2 {
    font-size: 12px;
    margin-bottom: -2px;
  }
  .flight-plan .select-flight-type {
    gap: 20px;
    padding-top: 20px;
    margin-bottom: 17px;
  }
  .flight-plan .select-flight-type .form-check {
    padding-left: 18px;
  }
  .flight-plan .select-flight-type .form-check input {
    width: 14px;
    height: 14px;
    margin-left: -18px;
    margin-top: 5px;
  }
  .flight-plan .select-flight-type .form-check label {
    font-size: 12px;
  }
  .flight-plan .traveller-class-dp .dp-menu {
    top: auto;
    bottom: 100%;
    min-width: auto;
    width: 295px;
    margin: 0;
    z-index: 1;
  }
  .flight-plan .traveller-class-dp .dp-menu ul {
    padding: 10px;
  }
  .flight-plan .traveller-class-dp .dp-menu ul li .right {
    border-radius: 3px;
  }
  .flight-plan .traveller-class-dp .dp-menu ul li .right button {
    height: 20px;
    line-height: 20px;
    border-radius: 3px;
    font-size: 12px;
  }
  .flight-plan .traveller-class-dp .dp-menu ul li .right input {
    height: 20px;
    font-size: 12px;
  }
  .flight-plan .traveller-class-dp .dp-menu .booking-class {
    padding: 6px 10px;
    column-gap: 7px;
    row-gap: 5px;
  }
  .flight-plan .traveller-class-dp .dp-menu .booking-class .form-check {
    padding-left: 16px;
  }
  .flight-plan .traveller-class-dp .dp-menu .booking-class .form-check input {
    width: 13px;
    height: 13px;
    margin-left: -16px;
    margin-top: 5px;
  }
  .flight-plan .traveller-class-dp .dp-menu .booking-class .form-check label {
    font-size: 12px;
  }
  /*---------------------------
  05. Service style
  ---------------------------*/
  .service-single {
    padding: 40px 0px;
  }
  .service-single h3 {
    font-size: 28px;
    line-height: 1.3;
    margin-top: -5px;
    margin-bottom: 15px;
  }
  .service-single .part-txt p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 19px;
  }
  .service-single .part-txt ul li {
    font-size: 14px;
    line-height: 24px;
  }
  .service-single .part-txt ul li:last-child {
    margin-bottom: -6px;
  }
  .service-single .part-txt ul li span {
    width: 12px;
    height: 12px;
    border-radius: 3px;
  }
  .service-single .service-hover {
    display: none;
  }
  /*---------------------------
  06. Gallery style
  ---------------------------*/
  .gallery-row {
    row-gap: 40px;
  }
  .gallery-box .part-img {
    margin-bottom: 20px;
  }
  .gallery-box .part-txt h3 {
    font-size: 28px;
    margin-top: -2px;
  }
  .gallery-box .part-txt p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: -6px;
  }
  .gallery-popup {
    padding: 50px;
  }
  .gallery-popup .part-img {
    width: 500px;
  }
  .gallery-popup .close-popup {
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    line-height: 37px;
    font-size: 20px;
  }
  .gallery-popup .gallery-arrow {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
  }
  /*---------------------------
  07. Video style
  ---------------------------*/
  .video .video-box {
    padding: 100px 0;
  }
  .video .video-box img {
    max-width: none;
    max-height: 100%;
  }
  .video .fun-fact {
    padding-top: 60px;
  }
  .video .fun-fact ul {
    row-gap: 30px;
  }
  .video .fun-fact ul li {
    width: 50%;
    height: 200px;
  }
  .video .fun-fact ul li::after {
    width: 200px;
    height: 200px;
  }
  .video .fun-fact ul li h3 {
    font-size: 36px;
    margin-top: -4px;
    margin-bottom: 15px;
  }
  .video .fun-fact ul li p {
    font-size: 16px;
    margin-bottom: 1px;
  }
  /*---------------------------
  08. Jet fleet style
  ---------------------------*/
  .aircraft-nav {
    max-width: 100%;
    border-radius: 3px;
    overflow-x: scroll;
    margin-bottom: 40px;
  }
  .aircraft-nav .nav {
    width: max-content;
  }
  .aircraft-nav button {
    font-size: 14px;
    line-height: 33px;
    font-weight: 500;
    padding: 0 15px;
  }
  .aircraft-nav button.active {
    border-radius: 3px;
  }
  .jet-fleet .single-fleet {
    padding: 40px 0;
  }
  .jet-fleet .single-fleet h3 {
    font-size: 28px;
    margin-top: -5px;
    margin-bottom: 15px;
  }
  .jet-fleet .single-fleet .part-txt {
    margin-bottom: 30px;
  }
  .jet-fleet .single-fleet .part-txt p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 19px;
  }
  .jet-fleet .single-fleet .part-txt ul li {
    font-size: 14px;
    line-height: 24px;
  }
  .jet-fleet .single-fleet .part-txt ul li:last-child {
    margin-bottom: -6px;
  }
  .jet-fleet .single-fleet .part-txt ul li span {
    width: 12px;
    height: 12px;
    border-radius: 3px;
  }
  .jet-fleet .single-fleet .part-img {
    margin-left: 0;
  }
  .jet-fleet .single-fleet .justify-content-end {
    justify-content: flex-start !important;
  }
  /*---------------------------
  09. Destination style
  ---------------------------*/
  .destination .top-100, .destination .top-50 {
    margin-top: var(--bs-gutter-y);
  }
  .destination-single .part-txt {
    padding: 15px 10px;
  }
  .destination-single .part-txt h3 {
    font-size: 18px;
    line-height: 28px;
    margin-top: -7px;
  }
  .destination-single .part-txt ul {
    font-size: 14px;
    margin-bottom: -2px;
  }
  /*---------------------------
  10. Deals style
  ---------------------------*/
  .single-deal .part-img {
    width: calc(50% - 14px);
  }
  .single-deal .part-img .img-box {
    height: 290px;
  }
  .single-deal .part-txt {
    width: calc(50% + 14px);
  }
  .single-deal .part-txt h3 {
    font-size: 24px;
    margin-top: -5px;
    margin-bottom: 15px;
  }
  .single-deal .part-txt ul li {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
  }
  .single-deal .part-txt p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 24px;
  }
  /*---------------------------
  11. Testimonial style
  ---------------------------*/
  .feedback .slick-arrow {
    display: none !important;
  }
  .single-feedback .part-icon {
    font-size: 40px;
    margin-top: -6px;
    margin-bottom: 16px;
  }
  .single-feedback .part-txt {
    margin-bottom: 121px;
  }
  .single-feedback .part-txt p {
    font-size: 14px;
    line-height: 24px;
  }
  .single-feedback .feedback-info h3 {
    font-size: 16px;
    margin-top: -1px;
    margin-bottom: 12px;
  }
  /*---------------------------
  12. Blog style
  ---------------------------*/
  .blog-card-1 .part-img .img-box {
    min-height: 360px;
  }
  .blog-card-1 .part-txt {
    padding: 30px;
    padding-bottom: 35px;
  }
  .blog-card-1 .part-txt .blog-tag {
    font-size: 12px;
    font-weight: 500;
    padding: 5px 10px;
    margin-bottom: 10px;
  }
  .blog-card-1 .part-txt h3 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 14px;
  }
  .blog-card-1 .part-txt .blog-date {
    font-size: 12px;
  }
  .blog-card-2 .part-img {
    width: 270px;
  }
  .blog-card-2 .part-img .img-box {
    height: 180px;
  }
  .blog-card-2 .part-txt {
    width: calc(100% - 270px);
    padding: 0 20px;
  }
  .blog-card-2 .part-txt .blog-tag {
    font-size: 12px;
    font-weight: 500;
    padding: 5px 10px;
    margin-bottom: 10px;
  }
  .blog-card-2 .part-txt h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 14px;
  }
  .blog-card-2 .part-txt h3 a {
    background-position: left bottom 1px;
  }
  .blog-card-2 .part-txt .blog-date {
    font-size: 12px;
  }
  /*---------------------------
  13. Brands style
  ---------------------------*/
  .brand-slider .single-brand {
    height: 55px;
    padding: 0 15px;
  }
  /*---------------------------
  14. Footer style
  ---------------------------*/
  .main-footer {
    padding: 50px 0;
    padding-bottom: 15px;
  }
  .main-footer .footer-txt .logo {
    max-width: 90px;
    margin-bottom: 13px;
  }
  .main-footer .footer-txt p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 13px;
  }
  .main-footer .footer-txt ul li {
    width: 50px;
    height: 40px;
    line-height: 38px;
    font-size: 20px;
  }
  .main-footer .footer-title {
    font-size: 18px;
    margin-top: -1px;
    margin-bottom: 20px;
  }
  .main-footer .footer-contact-txt p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 6px;
  }
  .main-footer .footer-contact-txt ul li {
    font-size: 14px;
    line-height: 24px;
  }
  .main-footer .footer-links li {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 7px;
  }
  .main-footer .footer-links li:last-child {
    margin-bottom: -8px;
  }
  .main-footer .footer-news-letter-txt p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .main-footer .footer-news-letter-txt input {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .copyright {
    padding: 15px 0;
  }
  .copyright p {
    font-size: 14px;
  }
  /*---------------------------
  15. Inner page heading style
  ---------------------------*/
  /*----- 15-1. Inner page heading 1 -----*/
  .inner-page-heading-1 {
    padding: 60px 0;
  }
  .inner-page-heading-1 h1 {
    font-size: 48px;
    line-height: 1.2;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: -5px;
    margin-bottom: 16px;
  }
  .inner-page-heading-1 h1.ticket-confirm-title {
    gap: 0;
    margin-bottom: -6px;
  }
  .inner-page-heading-1 h1 span {
    display: inline-block;
  }
  .inner-page-heading-1 h1 span:nth-child(2) {
    text-align: center;
  }
  .inner-page-heading-1 .heading-sub-txt {
    padding: 0;
    text-align: center;
  }
  .inner-page-heading-1 .heading-sub-txt p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: -7px;
  }
  .inner-page-heading-1 .heading-sub-txt ul li {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    margin-top: -4px;
    margin-bottom: 20px;
  }
  .inner-page-heading-1 .heading-sub-txt ul li:last-child {
    margin-bottom: -5px;
  }
  .inner-page-heading-1 .heading-sub-txt ul li span {
    font-size: 14px;
    margin-bottom: 5px;
  }
  /*----- 15-2. Inner page heading 2 -----*/
  .inner-page-heading-2 {
    padding: 60px 0;
    text-align: center;
  }
  .inner-page-heading-2 h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-top: -5px;
    margin-bottom: 16px;
  }
  .inner-page-heading-2 .heading-sub-txt {
    padding: 0;
    text-align: center;
  }
  .inner-page-heading-2 .heading-sub-txt p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: -7px;
  }
  /*----- 15-3. Inner page section heading 1 -----*/
  .inner-page-section-heading-1 {
    text-align: center;
    margin-bottom: 40px;
  }
  .inner-page-section-heading-1 h2 {
    font-size: 36px;
    line-height: 1.2;
    margin-top: -6px;
    margin-bottom: 20px;
  }
  .inner-page-section-heading-1 h2 span {
    text-align: center;
  }
  .inner-page-section-heading-1 .heading-sub-txt {
    padding: 0;
  }
  .inner-page-section-heading-1 .heading-sub-txt p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: -7px;
  }
  /*---------------------------
  16. About page style
  ---------------------------*/
  /*----- 16-1. Founder word section -----*/
  .founder-words .part-txt {
    padding: 0;
  }
  .founder-words .part-img {
    margin: 0;
    margin-top: 20px;
  }
  .founder-words p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 18px;
  }
  .founder-words .signature {
    max-width: 80px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .founder-words .founder-name span {
    font-size: 14px;
    margin-bottom: -2px;
  }
  .founder-words .founder-name span.name {
    margin-bottom: 8px;
  }
  /*----- 16-2. Video section -----*/
  .video-box-2 {
    height: 300px;
    display: flex;
    justify-content: center;
  }
  .video-box-2 img {
    min-height: 100%;
    max-width: none;
    width: 100%;
  }
  /*----- 16-3. Cabin section -----*/
  .single-cabin {
    max-height: 400px;
    margin: auto;
  }
  .single-cabin .jarallax {
    height: 400px;
  }
  .single-cabin .part-txt {
    padding: 30px 20px;
    padding-bottom: 35px;
  }
  .single-cabin .part-txt .cabin-subtitle {
    margin-bottom: 15px;
  }
  .single-cabin .part-txt .cabin-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 9px;
  }
  .single-cabin .part-txt .cabin-dscr {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: -7px;
  }
  /*----- 16-4. Team section -----*/
  .team-container {
    padding-left: 12px;
    padding-right: 12px;
  }
  .team-row {
    gap: 30px;
  }
  .team-row .team-col {
    width: calc(50% - 15px);
  }
  .team-row .team-col:nth-child(even) {
    margin: 0;
  }
  .team-card .part-img {
    margin-bottom: 20px;
  }
  .team-card-title {
    font-size: 24px;
    margin-bottom: 9px;
  }
  .team-card-role {
    font-size: 14px;
    margin-bottom: -2px;
  }
  /*----- 16-5. Pledge section -----*/
  .pledge .section-heading {
    margin-bottom: 23px;
  }
  .pledge .counter-title {
    font-size: 25px;
    margin-bottom: 8px;
  }
  .pledge .counter-name {
    font-size: 14px;
    margin-bottom: -2px;
  }
  /*----- 16-6. Contact section -----*/
  .contact-form input, .contact-form textarea {
    font-size: 14px;
  }
  /*---------------------------
  17. Service 2 page style
  ---------------------------*/
  .service-grid {
    gap: 30px;
  }
  .service-grid .service-single {
    width: calc(50% - 15px) !important;
    border: 1px solid rgba(0, 0, 0, 0.07) !important;
    padding: 20px !important;
  }
  .service-grid .service-single .part-txt {
    margin-bottom: 0;
  }
  .service-grid .service-single h3 {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  /*---------------------------
  18. Service details page style
  ---------------------------*/
  /*----- 18-1. Service section style -----*/
  .service-details-img {
    margin-right: 0 !important;
    margin-bottom: 30px;
  }
  .service-details-img .img-1, .service-details-img .img-2 {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .service-details-img .img-1 img, .service-details-img .img-2 img {
    max-width: none;
    min-width: 100%;
    min-height: 100%;
  }
  .service-details-txt p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 23px;
  }
  .service-details-txt .feature {
    flex-direction: column;
    padding-top: 0;
    gap: 0;
  }
  .service-details-txt .feature .feature-single {
    width: 100%;
    padding: 31px 0 30px;
  }
  .service-details-txt .feature .feature-single::before {
    width: 100%;
  }
  .service-details-txt .feature .feature-single h3 {
    font-size: 28px;
    line-height: 34px;
    margin-top: -5px;
    margin-bottom: 15px;
  }
  .service-details-txt .feature .feature-single p {
    margin-bottom: -7px;
  }
  .service-details-txt ul li {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 23px;
  }
  .service-details-txt ul li:last-child {
    margin-bottom: 23px;
  }
  .service-details-img-2 {
    border-bottom-right-radius: 50px;
    margin-bottom: 30px;
  }
  /*----- 18-2. Faq section style -----*/
  .faq .g-4 {
    --bs-gutter-y: 20px;
    --bs-gutter-x: 20px;
  }
  .accordion .accordion-item {
    margin-bottom: 20px;
  }
  .accordion .accordion-header {
    height: 50px;
    line-height: 50px;
  }
  .accordion .accordion-header button {
    padding: 0 15px;
  }
  .accordion .accordion-header button::after {
    right: 15px;
  }
  .accordion .accordion-body {
    padding: 15px;
    padding-top: 5px;
  }
  .accordion .accordion-body p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 18px;
  }
  .accordion .accordion-body p:last-child {
    margin-bottom: -7px;
  }
  /*---------------------------
  19. Destination page style
  ---------------------------*/
  .destination-grid {
    gap: 30px;
  }
  .destination-grid .destination-single {
    width: calc(50% - 15px);
  }
  /*---------------------------
  20. Destination page style
  ---------------------------*/
  .destination-details-img-1 {
    margin-bottom: 30px;
  }
  .destination-details-txt {
    margin-bottom: 30px;
  }
  .destination-details-txt h2 {
    font-size: 32px;
    line-height: 40px;
    margin-top: -6px;
  }
  .destination-details-txt p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 23px;
  }
  .destination-details-txt p:last-child {
    margin-bottom: -7px;
  }
  .destination-details-txt ul {
    margin-bottom: 10px;
  }
  .destination-details-txt ul:last-child {
    margin-bottom: 10px;
  }
  .destination-details-txt ul li {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 13px;
  }
  /*---------------------------
  21. Team details page style
  ---------------------------*/
  .team-details .part-txt .team-details-top {
    margin-bottom: 30px;
  }
  .team-details .part-txt .team-details-top .team-member-name {
    font-size: 36px;
    line-height: 46px;
    margin-top: -6px;
    margin-bottom: 6px;
  }
  .team-details .part-txt .team-details-top .team-member-role {
    font-size: 18px;
  }
  .team-details .part-txt p {
    font-size: 14px;
    line-height: 24px;
    margin-top: -6px;
  }
  .team-details .part-txt ul {
    padding-top: 0;
    margin-top: -6px;
    margin-bottom: -7px;
  }
  .team-details .part-txt ul li {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .team-details .part-txt ul li span {
    min-width: 100px;
  }
  /*---------------------------
  22. Aircraft page style
  ---------------------------*/
  .aircraft-list .part-img {
    display: none;
  }
  .aircraft-list .aircraft-card {
    padding: 30px 0;
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .aircraft-list .sl {
    min-width: 30px;
    font-size: 25px;
    margin-top: -2px;
    margin-bottom: -6px;
  }
  .aircraft-list .aircraft-name {
    width: calc(100% - 30px);
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: -10px;
  }
  .aircraft-list .short-details {
    width: calc(100% - 50px);
  }
  .aircraft-list .short-details p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 18px;
  }
  .aircraft-list .short-details ul {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
  }
  .aircraft-list .view-aircraft-btn {
    height: 30px;
    font-size: 51px;
  }
  .aircraft-list .view-aircraft-btn .icon-wrap {
    width: 30px;
    height: 30px;
  }
  .aircraft-list .view-aircraft-btn .icon {
    top: -16px;
    left: -24px;
  }
  .aircraft-list .view-aircraft-btn:hover .icon {
    top: -52px;
    left: 12px;
  }
  /*---------------------------
  23. Aircraft details page style
  ---------------------------*/
  .aircraft-details-heading {
    margin: 0 !important;
  }
  .aircraft-details-heading .container {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .specification-area {
    padding-top: 46px;
  }
  .specification-area .btn_wrapper {
    display: flex;
    justify-content: center;
  }
  .specification-title {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
  }
  .specification-list {
    gap: 20px;
    padding-top: 45px;
  }
  .specification-list ul {
    width: 100%;
  }
  .specification-list ul li {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .specification-list ul li:last-child {
    margin-bottom: -2px;
  }
  .specification-list ul li span {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .aircraft-details-txt {
    margin-bottom: 33px;
  }
  .aircraft-details-txt h2 {
    font-size: 30px;
    line-height: 40px;
    margin-top: -6px;
  }
  .aircraft-details-txt p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  /*---------------------------
  24. Payment page style
  ---------------------------*/
  .payment-page-title {
    font-size: 18px;
    line-height: 26px;
    margin-top: -5px;
    margin-bottom: 23px;
  }
  .payment-page-steps {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .payment-page-steps .single-step::after {
    width: 215px;
  }
  .payment-page-steps .single-step .step-name {
    font-size: 12px;
    padding-top: 10px;
  }
  .payment-form label {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .payment-form input, .payment-form select {
    height: 35px;
    font-size: 14px;
    padding: 0 10px;
  }
  .payment-form .input-group-text {
    width: 40px;
  }
  .payment-form .select-country-code {
    width: 60px;
  }
  .flight-route-details .flight-logo {
    width: 40px;
  }
  .flight-route-details .flight-route {
    width: calc(100% - 50px);
  }
  .payment-methods {
    justify-content: flex-start;
  }
  .payment-methods img {
    max-width: 60px;
  }
  .passenger-details ul {
    padding: 15px 0;
    font-size: 14px;
  }
  .passenger-details ul li:last-child {
    margin-bottom: -2px;
  }
  /*---------------------------
  25. Ticket confirm page style
  ---------------------------*/
  .passenger-name {
    margin-bottom: 40px;
  }
  .passenger-name h3 {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .passenger-name span {
    font-size: 14px;
    margin-bottom: -2px;
  }
  .ticket-details::after {
    top: 35px;
    height: 1200px;
  }
  .ticket-details .airport {
    width: 190px;
    margin-top: 87px;
  }
  .ticket-details .airport .city-name {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .ticket-details .airport .airport-name {
    font-size: 12px;
    margin-bottom: 14px;
  }
  .ticket-details .airport .flight-date {
    font-size: 12px;
  }
  .ticket-details .airport .flight-time {
    font-size: 12px;
  }
  .flight-duration .part-icon {
    font-size: 40px;
    margin-top: -3px;
  }
  .flight-duration span {
    font-size: 12px;
    line-height: 1.4;
  }
  .ticket-download-option {
    flex-wrap: wrap;
    gap: 30px;
    padding-top: 40px;
  }
  .ticket-download-option a {
    font-size: 12px;
    padding-bottom: 5px;
  }
  .ticket-download-option a span {
    font-size: 16px;
  }
  /*---------------------------
  26. Contact page style
  ---------------------------*/
  .contact-part-txt h2 {
    font-size: 32px;
    line-height: 40px;
    margin-top: -7px;
    margin-bottom: 12px;
  }
  .contact-part-txt p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 6px;
  }
  .contact-part-txt a {
    font-size: 14px;
  }
  /*---------------------------
  27. Blog page style
  ---------------------------*/
  .blog-card-2.blog-card-2-inner .part-img {
    width: 260px;
  }
  .blog-card-2.blog-card-2-inner .part-txt {
    width: calc(100% - 260px);
    padding: 0 20px;
  }
  /*---------------------------
  28. Blog details page style
  ---------------------------*/
  .blog-details-title {
    font-size: 42px;
    line-height: 1.2;
    margin-top: -5px;
    margin-bottom: 26px;
  }
  .blog-info {
    margin-bottom: 30px;
  }
  .blog-info ul {
    gap: 20px 55px;
  }
  .blog-info ul span {
    font-size: 14px;
    margin-bottom: 7px;
  }
  .blog-info ul p {
    font-size: 14px;
    margin-bottom: -2px;
  }
  .blog-info .blog-auth {
    gap: 10px;
  }
  .blog-info .blog-auth .part-img {
    width: 40px;
    height: 40px;
  }
  .blog-details-txt p, .blog-details-txt blockquote {
    font-size: 14px;
    line-height: 24px;
  }
  .blog-details-txt h3 {
    font-size: 32px;
    line-height: 40px;
    margin-top: -7px;
    margin-bottom: 20px;
  }
  .blog-details-txt ul li {
    font-size: 14px;
    line-height: 24px;
    gap: 12px;
    margin-top: -5px;
    margin-bottom: 13px;
  }
  .blog-details-txt ul li .icon {
    margin-top: 5px;
  }
  .blog-tag {
    font-size: 14px;
    margin-bottom: -2px;
  }
}
@media only screen and (max-width: 575px) and (min-width: 320px) {
  /*---------------------------
  01. Global style
  ---------------------------*/
  .heading-container {
    padding-top: 0;
  }
  .loader {
    width: 250px;
    height: 250px;
  }
  .loader span {
    font-size: 120px;
  }
  .btn_wrapper {
    height: 100px;
  }
  .circle-btn {
    width: 100px;
    height: 100px;
    line-height: 98px;
    font-size: 12px;
  }
  .circle-btn .icon-wrap {
    width: 8px;
    height: 8px;
  }
  .circle-btn .icon {
    top: -3px;
    left: -5px;
  }
  .circle-btn:hover .icon {
    top: -12px;
    left: 3px;
  }
  .part-btn {
    padding-top: 30px;
  }
  .section-gap-y {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-gap-b {
    padding-bottom: 60px;
  }
  .section-heading {
    margin-bottom: 30px;
  }
  .section-heading h2 {
    font-size: 32px;
    text-align: center;
    margin-top: -4px;
    margin-bottom: 14px;
  }
  .section-heading p {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 12px;
  }
  .section-heading-2 {
    padding-left: 0;
    border-left: 0;
    margin-bottom: 40px;
  }
  .section-heading-2.mb-120 {
    margin-bottom: 40px !important;
  }
  .section-heading-2 h2 {
    text-align: center;
    font-size: 32px;
    line-height: 1.2;
    margin-top: -6px;
    margin-bottom: 14px;
  }
  .section-heading-2 p {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: -7px;
  }
  .section-heading-3 {
    margin-bottom: 30px;
  }
  .section-heading-3 h2 {
    font-size: 32px;
    margin-top: -8px;
  }
  .highlighted-badge {
    height: 30px;
    line-height: 28px;
    font-size: 12px;
    padding: 0 15px;
    border-radius: 4px;
  }
  .ui-widget.ui-widget-content {
    width: 295px;
  }
  .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  .play-btn {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
  }
  .def-btn {
    height: 30px;
    line-height: 28px;
    padding: 0 20px;
  }
  #smooth-wrapper {
    overflow: hidden;
  }
  .card .card-header {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding: 0 10px;
  }
  .card .card-body {
    padding: 10px;
  }
  .card .card-body .card-subtitle {
    font-size: 16px;
  }
  /*---------------------------
  02. Right sidebar style
  ---------------------------*/
  .right-sidebar-area .sidebar {
    max-width: 320px;
    padding: 15px;
  }
  .right-sidebar-area .top-area {
    padding-bottom: 10px;
  }
  .right-sidebar-area .top-area .logo {
    width: 90px;
  }
  .right-sidebar-area .top-area button {
    width: 30px;
    height: 30px;
    line-height: 28px;
  }
  .right-sidebar-area .content-area {
    padding: 15px 0;
    padding-top: 30px;
  }
  .right-sidebar-area .content-area p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 13px;
  }
  .right-sidebar-area .content-area .social li {
    width: 50px;
    height: 40px;
    line-height: 38px;
    font-size: 20px;
  }
  .right-sidebar-area .content-area .subtitle {
    font-size: 18px;
  }
  .right-sidebar-area .content-area .contact-txt li:last-child {
    margin-bottom: -9px;
  }
  .right-sidebar-area .content-area .quick-links li:last-child {
    margin-bottom: -8px;
  }
  .right-sidebar-area .content-area .form input {
    height: 35px;
    padding: 0 10px;
    font-size: 14px;
  }
  /*---------------------------
  03. Banner style
  ---------------------------*/
  .banner {
    overflow: hidden;
  }
  .banner .banner-txt {
    padding: 80px 0;
    padding-top: 100px;
  }
  .banner .banner-txt h1 {
    font-size: 36px;
    margin-top: -3px;
    margin-bottom: 25px;
  }
  .banner .banner-txt h1 .title-txt {
    line-height: 40px;
  }
  .banner .banner-txt .banner-bottom {
    flex-direction: column;
    gap: 35px;
  }
  .banner .banner-txt .banner-bottom p {
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: -7px;
  }
  .banner .scroll-animation {
    bottom: 20px;
    right: 20px;
    width: 30px;
    padding: 5px 0;
  }
  .tv-banner-video-area-wrapper {
    --clip-path: circle(30px at left);
    --clip-path-hover: circle(30px at left);
    --clip-path-clicked: circle(175vw at left);
  }
  .tv-banner-video-wrapper input::after {
    font-size: 30px;
    margin-left: 2px;
  }
  .tv-banner-video-info {
    width: 60px;
    left: -25px;
    top: -190px;
    height: 60px;
  }
  .tv-banner-video-wrapper input {
    width: 60px;
    height: 60px;
    top: 25px;
    left: 70px;
  }
  /*---------------------------
  04. Flight plan style
  ---------------------------*/
  .flight-plan.flight-plan-light .airport-row .col:nth-child(2) button {
    background: transparent;
    border-color: rgba(0, 0, 0, 0.3);
  }
  .flight-plan .form-label {
    display: block;
    font-size: 14px;
    margin-top: -1px;
  }
  .flight-plan .form-control {
    padding: 10px;
  }
  .flight-plan .form-control span.text-1 {
    font-size: 12px;
    margin-top: -1px;
    margin-bottom: 7px;
  }
  .flight-plan .form-control span.text-2 {
    font-size: 12px;
    margin-bottom: -2px;
  }
  .flight-plan .airport-row {
    position: relative;
  }
  .flight-plan .airport-row .col:first-child, .flight-plan .airport-row .col:last-child {
    width: 100%;
  }
  .flight-plan .airport-row .col:nth-child(2) {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-65%);
    z-index: 2;
  }
  .flight-plan .airport-row .col:nth-child(2) button {
    width: 30px;
    height: 30px;
    line-height: 26px;
    font-size: 12px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    background: #3D3D3D;
    transform: rotate(90deg);
  }
  .flight-plan .select-dropdown .dropdown-menu {
    padding: 5px 0;
  }
  .flight-plan .select-dropdown .dropdown-item {
    padding: 10px;
  }
  .flight-plan .select-dropdown .dropdown-item span.text-1 {
    font-size: 12px;
    margin-top: -1px;
    margin-bottom: 7px;
  }
  .flight-plan .select-dropdown .dropdown-item span.text-2 {
    font-size: 12px;
    margin-bottom: -2px;
  }
  .flight-plan .select-flight-type {
    gap: 20px;
    padding-top: 20px;
    margin-bottom: 17px;
  }
  .flight-plan .select-flight-type .form-check {
    padding-left: 18px;
  }
  .flight-plan .select-flight-type .form-check input {
    width: 14px;
    height: 14px;
    margin-left: -18px;
    margin-top: 5px;
  }
  .flight-plan .select-flight-type .form-check label {
    font-size: 12px;
  }
  .flight-plan .traveller-class-dp .dp-menu {
    top: auto;
    bottom: 100%;
    min-width: auto;
    width: 295px;
    margin: 0;
  }
  .flight-plan .traveller-class-dp .dp-menu ul {
    padding: 10px;
  }
  .flight-plan .traveller-class-dp .dp-menu ul li .right {
    border-radius: 3px;
  }
  .flight-plan .traveller-class-dp .dp-menu ul li .right button {
    height: 20px;
    line-height: 20px;
    border-radius: 3px;
    font-size: 12px;
  }
  .flight-plan .traveller-class-dp .dp-menu ul li .right input {
    height: 20px;
    font-size: 12px;
  }
  .flight-plan .traveller-class-dp .dp-menu .booking-class {
    padding: 6px 10px;
    column-gap: 7px;
    row-gap: 5px;
  }
  .flight-plan .traveller-class-dp .dp-menu .booking-class .form-check {
    padding-left: 16px;
  }
  .flight-plan .traveller-class-dp .dp-menu .booking-class .form-check input {
    width: 13px;
    height: 13px;
    margin-left: -16px;
    margin-top: 5px;
  }
  .flight-plan .traveller-class-dp .dp-menu .booking-class .form-check label {
    font-size: 12px;
  }
  /*---------------------------
  05. Service style
  ---------------------------*/
  .service-single {
    padding: 40px 0px;
  }
  .service-single h3 {
    font-size: 24px;
    line-height: 36px;
    margin-top: -5px;
    margin-bottom: 10px;
  }
  .service-single .part-txt {
    margin-bottom: 30px;
  }
  .service-single .part-txt p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 19px;
  }
  .service-single .part-txt ul li {
    font-size: 14px;
    line-height: 24px;
  }
  .service-single .part-txt ul li:last-child {
    margin-bottom: -6px;
  }
  .service-single .part-txt ul li span {
    width: 12px;
    height: 12px;
    border-radius: 3px;
  }
  .service-single .justify-content-end {
    justify-content: flex-start !important;
  }
  .service-single .service-hover {
    display: none;
  }
  /*---------------------------
  06. Gallery style
  ---------------------------*/
  .gallery-row {
    row-gap: 40px;
  }
  .gallery-box .part-img {
    margin-bottom: 20px;
  }
  .gallery-box .part-txt h3 {
    font-size: 24px;
    line-height: 36px;
    margin-top: -2px;
  }
  .gallery-box .part-txt p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: -6px;
  }
  .gallery-popup {
    padding: 10px;
  }
  .gallery-popup .close-popup {
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    line-height: 37px;
    font-size: 20px;
  }
  .gallery-popup .gallery-arrow {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
  }
  /*---------------------------
  07. Video style
  ---------------------------*/
  .video .video-box {
    padding: 80px 0;
  }
  .video .video-box img {
    max-width: none;
    max-height: 100%;
  }
  .video .fun-fact {
    padding-top: 60px;
  }
  .video .fun-fact ul {
    row-gap: 30px;
  }
  .video .fun-fact ul li {
    width: 50%;
    height: 160px;
  }
  .video .fun-fact ul li::after {
    width: 160px;
    height: 160px;
  }
  .video .fun-fact ul li h3 {
    font-size: 30px;
    margin-top: -4px;
    margin-bottom: 15px;
  }
  .video .fun-fact ul li p {
    font-size: 14px;
    margin-bottom: 1px;
  }
  /*---------------------------
  08. Jet fleet style
  ---------------------------*/
  .aircraft-nav {
    max-width: 100%;
    border-radius: 3px;
    overflow-x: scroll;
    margin-bottom: 40px;
  }
  .aircraft-nav .nav {
    width: max-content;
  }
  .aircraft-nav button {
    font-size: 14px;
    line-height: 33px;
    font-weight: 500;
    padding: 0 15px;
  }
  .aircraft-nav button.active {
    border-radius: 3px;
  }
  .jet-fleet .single-fleet {
    padding: 40px 0;
  }
  .jet-fleet .single-fleet h3 {
    font-size: 22px;
    line-height: 34px;
    margin-top: -5px;
    margin-bottom: 10px;
  }
  .jet-fleet .single-fleet .part-txt {
    margin-bottom: 30px;
  }
  .jet-fleet .single-fleet .part-txt p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 19px;
  }
  .jet-fleet .single-fleet .part-txt ul li {
    font-size: 14px;
    line-height: 24px;
  }
  .jet-fleet .single-fleet .part-txt ul li:last-child {
    margin-bottom: -6px;
  }
  .jet-fleet .single-fleet .part-txt ul li span {
    width: 12px;
    height: 12px;
    border-radius: 3px;
  }
  .jet-fleet .single-fleet .part-img {
    margin-bottom: 30px;
    margin-left: 0;
  }
  .jet-fleet .single-fleet .justify-content-end {
    justify-content: flex-start !important;
  }
  /*---------------------------
  09. Destination style
  ---------------------------*/
  .destination .top-100, .destination .top-50 {
    margin-top: var(--bs-gutter-y);
  }
  .destination-single {
    max-width: 300px;
    margin: auto;
  }
  .destination-single .part-txt {
    padding: 15px 10px;
  }
  .destination-single .part-txt h3 {
    font-size: 18px;
    line-height: 28px;
    margin-top: -7px;
  }
  .destination-single .part-txt ul {
    font-size: 14px;
    margin-bottom: -2px;
  }
  /*---------------------------
  10. Deals style
  ---------------------------*/
  .single-deal {
    flex-direction: column;
    max-width: 300px;
    margin: auto;
  }
  .single-deal .part-img {
    width: 100%;
  }
  .single-deal .part-txt {
    width: 100%;
    border-top-width: 0;
    border-left-width: 1px;
    padding: 25px 0;
    padding-bottom: 30px;
  }
  .single-deal .part-txt h3 {
    font-size: 24px;
    line-height: 36px;
    margin-top: -5px;
    margin-bottom: 15px;
  }
  .single-deal .part-txt ul li {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
  }
  .single-deal .part-txt p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 24px;
  }
  /*---------------------------
  11. Testimonial style
  ---------------------------*/
  .feedback .slick-arrow {
    display: none !important;
  }
  .single-feedback .part-icon {
    font-size: 40px;
    margin-top: -6px;
    margin-bottom: 16px;
  }
  .single-feedback .part-txt {
    margin-bottom: 121px;
  }
  .single-feedback .part-txt p {
    font-size: 14px;
    line-height: 24px;
  }
  .single-feedback .feedback-info h3 {
    font-size: 16px;
    margin-top: -1px;
    margin-bottom: 12px;
  }
  /*---------------------------
  12. Blog style
  ---------------------------*/
  .blog-card-1 .part-img .img-box {
    min-height: 250px;
  }
  .blog-card-1 .part-txt {
    padding: 20px;
    padding-bottom: 25px;
  }
  .blog-card-1 .part-txt .blog-tag {
    font-size: 12px;
    font-weight: 500;
    padding: 5px 10px;
    margin-bottom: 10px;
  }
  .blog-card-1 .part-txt h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 14px;
  }
  .blog-card-1 .part-txt .blog-date {
    font-size: 12px;
  }
  .blog-card.blog-card-1 {
    max-width: 300px;
    margin: 0 auto;
  }
  .blog-card-2 {
    display: block;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .blog-card-2 .part-img {
    width: 100%;
  }
  .blog-card-2 .part-txt {
    width: 100%;
    padding: 20px;
    padding-bottom: 25px;
  }
  .blog-card-2 .part-txt .blog-tag {
    font-size: 12px;
    font-weight: 500;
    padding: 5px 10px;
    margin-bottom: 10px;
    line-height: 100%;
  }
  .blog-card-2 .part-txt h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 14px;
  }
  .blog-card-2 .part-txt h3 a {
    background-position: left bottom 1px;
  }
  .blog-card-2 .part-txt .blog-date {
    font-size: 12px;
  }
  /*---------------------------
  13. Brands style
  ---------------------------*/
  .brand-slider .single-brand {
    height: 45px;
    padding: 0 15px;
  }
  /*---------------------------
  14. Footer style
  ---------------------------*/
  .main-footer {
    padding: 50px 0;
    padding-bottom: 15px;
  }
  .main-footer .footer-txt .logo {
    max-width: 90px;
    margin-bottom: 13px;
  }
  .main-footer .footer-txt p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 13px;
  }
  .main-footer .footer-txt ul li {
    width: 50px;
    height: 40px;
    line-height: 38px;
    font-size: 20px;
  }
  .main-footer .footer-title {
    font-size: 18px;
    margin-top: -1px;
    margin-bottom: 20px;
  }
  .main-footer .footer-contact-txt p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .main-footer .footer-contact-txt ul li {
    font-size: 14px;
    line-height: 24px;
  }
  .main-footer .footer-links li {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 7px;
  }
  .main-footer .footer-links li:last-child {
    margin-bottom: -8px;
  }
  .main-footer .footer-news-letter-txt p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .main-footer .footer-news-letter-txt input {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .copyright {
    padding: 15px 0;
  }
  .copyright p {
    font-size: 14px;
  }
  /*---------------------------
  15. Inner page heading style
  ---------------------------*/
  /*----- 15-1. Inner page heading 1 -----*/
  .inner-page-heading-1 {
    padding: 60px 0;
  }
  .inner-page-heading-1 h1 {
    font-size: 36px;
    line-height: 1.3;
    text-align: center;
    margin-top: -5px;
    margin-bottom: 16px;
  }
  .inner-page-heading-1 h1.ticket-confirm-title {
    margin-bottom: 0px;
  }
  .inner-page-heading-1 h1 span:nth-child(2) {
    text-align: center;
  }
  .inner-page-heading-1 .heading-sub-txt {
    padding: 0;
    text-align: center;
  }
  .inner-page-heading-1 .heading-sub-txt p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: -7px;
  }
  .inner-page-heading-1 .heading-sub-txt ul li {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    margin-top: -4px;
    margin-bottom: 20px;
  }
  .inner-page-heading-1 .heading-sub-txt ul li:last-child {
    margin-bottom: -5px;
  }
  .inner-page-heading-1 .heading-sub-txt ul li span {
    font-size: 14px;
    margin-bottom: 5px;
  }
  /*----- 15-2. Inner page heading 2 -----*/
  .inner-page-heading-2 {
    padding: 60px 0;
    text-align: center;
  }
  .inner-page-heading-2 h1 {
    font-size: 40px;
    line-height: 1.2;
    margin-top: -5px;
    margin-bottom: 16px;
  }
  .inner-page-heading-2 .heading-sub-txt {
    padding: 0;
    text-align: center;
  }
  .inner-page-heading-2 .heading-sub-txt p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: -7px;
  }
  /*----- 15-3. Inner page section heading 1 -----*/
  .inner-page-section-heading-1 {
    text-align: center;
    margin-bottom: 40px;
  }
  .inner-page-section-heading-1 h2 {
    font-size: 32px;
    line-height: 1.2;
    margin-top: -6px;
    margin-bottom: 20px;
  }
  .inner-page-section-heading-1 h2 span {
    text-align: center;
  }
  .inner-page-section-heading-1 .heading-sub-txt {
    padding: 0;
  }
  .inner-page-section-heading-1 .heading-sub-txt p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: -7px;
  }
  /*---------------------------
  16. About page style
  ---------------------------*/
  /*----- 16-1. Founder word section -----*/
  .founder-words .part-txt {
    padding: 0;
  }
  .founder-words .part-img {
    margin: 0;
    margin-top: 15px;
  }
  .founder-words p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 18px;
  }
  .founder-words .signature {
    max-width: 80px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .founder-words .founder-name span {
    font-size: 14px;
    margin-bottom: -2px;
  }
  .founder-words .founder-name span.name {
    margin-bottom: 8px;
  }
  /*----- 16-2. Video section -----*/
  .video-box-2 {
    height: 200px;
    display: flex;
    justify-content: center;
  }
  .video-box-2 img {
    height: 100%;
    max-width: none;
  }
  /*----- 16-3. Cabin section -----*/
  .single-cabin {
    max-width: 300px;
    max-height: 400px;
    margin: auto;
  }
  .single-cabin .jarallax {
    height: 400px;
  }
  .single-cabin .part-txt {
    padding: 20px;
  }
  .single-cabin .part-txt .cabin-subtitle {
    margin-bottom: 15px;
  }
  .single-cabin .part-txt .cabin-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 9px;
  }
  .single-cabin .part-txt .cabin-dscr {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: -7px;
  }
  /*----- 16-4. Team section -----*/
  .team-container {
    padding-left: 12px;
    padding-right: 12px;
  }
  .team-row {
    gap: 30px;
  }
  .team-row .team-col {
    width: 100%;
  }
  .team-row .team-col:nth-child(even) {
    margin: 0;
  }
  .team-card {
    max-width: 300px;
    margin: auto;
  }
  .team-card .part-img {
    margin-bottom: 20px;
  }
  .team-card-title {
    font-size: 24px;
    margin-bottom: 9px;
  }
  .team-card-role {
    font-size: 14px;
    margin-bottom: -2px;
  }
  /*----- 16-5. Pledge section -----*/
  .pledge .section-heading {
    margin-bottom: 23px;
  }
  .pledge .about-page-counter {
    gap: 30px;
  }
  .pledge .counter-box {
    width: calc(50% - 15px);
    text-align: center;
  }
  .pledge .counter-title {
    font-size: 25px;
    justify-content: center;
    margin-bottom: 8px;
  }
  .pledge .counter-name {
    font-size: 14px;
    margin-bottom: -2px;
  }
  /*----- 16-6. Contact section -----*/
  .contact-form input, .contact-form textarea {
    font-size: 14px;
  }
  /*---------------------------
  17. Service 2 page style
  ---------------------------*/
  .service-grid .service-single {
    width: 100% !important;
    border: 1px solid rgba(0, 0, 0, 0.07) !important;
    padding: 20px !important;
    margin-bottom: 30px;
  }
  .service-grid .service-single:last-of-type {
    margin-bottom: 0;
  }
  .service-grid .service-single .part-txt {
    margin-bottom: 0;
  }
  .service-grid .service-single h3 {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  /*---------------------------
  18. Service details page style
  ---------------------------*/
  /*----- 18-1. Service section style -----*/
  .service-details-img {
    margin-right: 0 !important;
    margin-bottom: 30px;
  }
  .service-details-img .img-1, .service-details-img .img-2 {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .service-details-img .img-1 img, .service-details-img .img-2 img {
    max-width: none;
    min-width: 100%;
    min-height: 100%;
  }
  .service-details-txt p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 23px;
  }
  .service-details-txt .feature {
    flex-direction: column;
    padding-top: 0;
    gap: 0;
  }
  .service-details-txt .feature .feature-single {
    width: 100%;
    padding: 31px 0 30px;
  }
  .service-details-txt .feature .feature-single::before {
    width: 100%;
  }
  .service-details-txt .feature .feature-single h3 {
    font-size: 22px;
    line-height: 34px;
    margin-top: -5px;
    margin-bottom: 15px;
  }
  .service-details-txt .feature .feature-single p {
    margin-bottom: -7px;
  }
  .service-details-txt ul li {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 23px;
  }
  .service-details-txt ul li:last-child {
    margin-bottom: 23px;
  }
  .service-details-img-2 {
    border-bottom-right-radius: 50px;
    margin-bottom: 30px;
  }
  /*----- 18-2. Faq section style -----*/
  .faq .g-4 {
    --bs-gutter-y: 20px;
    --bs-gutter-x: 20px;
  }
  .accordion .accordion-item {
    margin-bottom: 20px;
  }
  .accordion .accordion-header {
    height: max-content;
    line-height: inherit;
  }
  .accordion .accordion-header button {
    padding: 5px 10px;
    font-size: 18px;
    font-weight: 500;
    padding-right: 25px;
  }
  .accordion .accordion-header button::after {
    right: 5px;
    top: 8px;
    font-size: 14px;
  }
  .accordion .accordion-body {
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 15px;
  }
  .accordion .accordion-body p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 18px;
  }
  .accordion .accordion-body p:last-child {
    margin-bottom: -7px;
  }
  /*---------------------------
  19. Destination page style
  ---------------------------*/
  .destination-grid {
    gap: 30px;
  }
  .destination-grid .destination-single {
    width: 100%;
  }
  /*---------------------------
  20. Destination page style
  ---------------------------*/
  .destination-details-img-1 {
    margin-bottom: 30px;
  }
  .destination-details-txt {
    margin-bottom: 30px;
  }
  .destination-details-txt h2 {
    font-size: 28px;
    line-height: 40px;
    margin-top: -6px;
  }
  .destination-details-txt p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 23px;
  }
  .destination-details-txt p:last-child {
    margin-bottom: -7px;
  }
  .destination-details-txt ul {
    margin-bottom: 10px;
  }
  .destination-details-txt ul:last-child {
    margin-bottom: 10px;
  }
  .destination-details-txt ul li {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 13px;
  }
  /*---------------------------
  21. Team details page style
  ---------------------------*/
  .team-details .part-txt .team-details-top {
    margin-bottom: 30px;
  }
  .team-details .part-txt .team-details-top .team-member-name {
    font-size: 30px;
    line-height: 40px;
    margin-top: -6px;
    margin-bottom: 6px;
  }
  .team-details .part-txt .team-details-top .team-member-role {
    font-size: 18px;
  }
  .team-details .part-txt p {
    font-size: 14px;
    line-height: 24px;
    margin-top: -6px;
  }
  .team-details .part-txt ul {
    padding-top: 0;
    margin-top: -6px;
    margin-bottom: -7px;
  }
  .team-details .part-txt ul li {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .team-details .part-txt ul li span {
    min-width: 100px;
  }
  /*---------------------------
  22. Aircraft page style
  ---------------------------*/
  .aircraft-list .part-img {
    display: none;
  }
  .aircraft-list .aircraft-card {
    padding: 30px 0;
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .aircraft-list .sl {
    min-width: 30px;
    font-size: 25px;
    margin-top: -2px;
    margin-bottom: -6px;
  }
  .aircraft-list .aircraft-name {
    width: calc(100% - 30px);
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: -10px;
  }
  .aircraft-list .short-details {
    width: calc(100% - 50px);
  }
  .aircraft-list .short-details p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 18px;
  }
  .aircraft-list .short-details ul {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
  }
  .aircraft-list .view-aircraft-btn {
    height: 30px;
    font-size: 51px;
  }
  .aircraft-list .view-aircraft-btn .icon-wrap {
    width: 30px;
    height: 30px;
  }
  .aircraft-list .view-aircraft-btn .icon {
    top: -16px;
    left: -24px;
  }
  .aircraft-list .view-aircraft-btn:hover .icon {
    top: -52px;
    left: 12px;
  }
  /*---------------------------
  23. Aircraft details page style
  ---------------------------*/
  .aircraft-details-heading .container {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .specification-area {
    padding-top: 46px;
  }
  .specification-area .btn_wrapper {
    display: flex;
    justify-content: center;
  }
  .specification-title {
    text-align: center;
    font-size: 28px;
    line-height: 40px;
  }
  .specification-list {
    flex-wrap: wrap;
    gap: 30px;
    padding-top: 45px;
  }
  .specification-list .specification-border {
    width: 100%;
  }
  .specification-list .specification-border::before {
    width: 100%;
    height: 1px;
  }
  .specification-list ul {
    width: 100%;
  }
  .specification-list ul li {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .specification-list ul li:last-child {
    margin-bottom: -2px;
  }
  .specification-list ul li span {
    font-size: 16px;
  }
  .aircraft-details-txt {
    margin-bottom: 33px;
  }
  .aircraft-details-txt h2 {
    font-size: 28px;
    line-height: 40px;
    margin-top: -6px;
  }
  .aircraft-details-txt p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 23px;
  }
  /*---------------------------
  24. Payment page style
  ---------------------------*/
  .payment-page-title {
    font-size: 16px;
    line-height: 26px;
    margin-top: -5px;
    margin-bottom: 23px;
  }
  .payment-page-steps {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .payment-page-steps .single-step::after {
    display: none;
  }
  .payment-page-steps .single-step .step-name {
    font-size: 12px;
    padding-top: 10px;
  }
  .payment-form label {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .payment-form input, .payment-form select {
    height: 35px;
    font-size: 14px;
    padding: 0 10px;
  }
  .payment-form .input-group-text {
    width: 40px;
  }
  .payment-form .select-country-code {
    width: 60px;
  }
  .flight-route-details .flight-logo {
    width: 40px;
  }
  .flight-route-details .flight-route {
    width: calc(100% - 50px);
  }
  .payment-methods img {
    max-width: 60px;
  }
  .passenger-details ul {
    padding: 15px 0;
    font-size: 14px;
  }
  .passenger-details ul li:last-child {
    margin-bottom: -2px;
  }
  /*---------------------------
  25. Ticket confirm page style
  ---------------------------*/
  .passenger-name {
    margin-bottom: 40px;
  }
  .passenger-name h3 {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .passenger-name span {
    font-size: 14px;
    margin-bottom: -2px;
  }
  .ticket-details::after {
    top: 35px;
    height: 750px;
  }
  .ticket-details .airport {
    width: 215px;
    margin-top: 104px;
    margin-left: -25px;
  }
  .ticket-details .airport.from-airport {
    margin-left: 0;
    margin-right: -25px;
  }
  .ticket-details .airport .city-name {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .ticket-details .airport .airport-name {
    font-size: 12px;
    margin-bottom: 14px;
  }
  .ticket-details .airport .flight-date {
    font-size: 12px;
  }
  .ticket-details .airport .flight-time {
    font-size: 12px;
  }
  .flight-duration .part-icon {
    font-size: 40px;
    margin-top: -3px;
  }
  .flight-duration span {
    font-size: 12px;
    line-height: 1.4;
  }
  .ticket-download-option {
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 40px;
  }
  .ticket-download-option a {
    font-size: 12px;
    padding-bottom: 5px;
  }
  .ticket-download-option a span {
    font-size: 16px;
  }
  /*---------------------------
  26. Contact page style
  ---------------------------*/
  .contact-part-txt {
    text-align: center;
  }
  .contact-part-txt h2 {
    font-size: 32px;
    line-height: 40px;
    margin-top: -7px;
    margin-bottom: 12px;
  }
  .contact-part-txt p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 6px;
  }
  .contact-part-txt a {
    font-size: 14px;
  }
  /*---------------------------
  27. Blog page style
  ---------------------------*/
  .blog-page .blog-card-1 .part-img .img-box {
    min-height: 380px;
  }
  .blog-card-2.blog-card-2-inner .part-txt {
    padding: 20px;
    padding-bottom: 25px;
  }
  /*---------------------------
  28. Blog details page style
  ---------------------------*/
  .blog-details-title {
    font-size: 32px;
    line-height: 1.2;
    margin-top: -5px;
    margin-bottom: 26px;
  }
  .blog-info {
    margin-bottom: 30px;
  }
  .blog-info ul {
    flex-wrap: wrap;
    gap: 20px 25px;
    justify-content: flex-start;
    line-height: 1;
  }
  .blog-info ul span {
    font-size: 14px;
    margin-bottom: 7px;
  }
  .blog-info ul p {
    font-size: 14px;
    margin-bottom: -2px;
  }
  .blog-info .blog-auth {
    gap: 10px;
  }
  .blog-info .blog-auth .part-img {
    width: 40px;
    height: 40px;
  }
  .blog-details-txt p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 25px;
  }
  .blog-details-txt p:last-child {
    margin-bottom: -7px;
  }
  .blog-details-txt h3 {
    font-size: 24px;
    line-height: 1.2;
    margin-top: -7px;
    margin-bottom: 20px;
  }
  .blog-details-txt ul li {
    font-size: 14px;
    line-height: 24px;
    gap: 12px;
    margin-top: -5px;
    margin-bottom: 13px;
  }
  .blog-details-txt ul li .icon {
    margin-top: 5px;
  }
  .blog-tag {
    font-size: 14px;
    margin-bottom: -2px;
  }
}
@media only screen and (max-width: 575px) and (min-width: 480px) {
  /*---------------------------
  01. Banner style
  ---------------------------*/
  .banner .banner-txt h1 {
    font-size: 52px;
    margin-top: -6px;
  }
  .banner .banner-txt h1 .title-txt {
    line-height: 60px;
  }
  .tv-banner-video-info {
    top: -180px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  /*---------------------------
  01. Global style
  ---------------------------*/
  .section-heading-2 {
    padding-left: 30px;
    border-left-width: 1px;
    margin-bottom: 40px;
  }
  .section-heading-2.mb-120 {
    margin-bottom: 40px !important;
  }
  .section-heading-2 h2 {
    text-align: left;
    font-size: 36px;
    margin-top: -6px;
    margin-bottom: 13px;
  }
  .section-heading-2 p {
    text-align: left;
    font-size: 14px;
    margin-bottom: -7px;
  }
  /*---------------------------
  02. Banner style
  ---------------------------*/
  .banner .banner-txt h1 {
    font-size: 80px;
    margin-top: -6px;
    margin-bottom: 20px;
  }
  .banner .banner-txt h1 .title-txt {
    line-height: 90px;
  }
  .banner .banner-txt .banner-bottom {
    flex-direction: row;
  }
  .tv-banner-video-area-wrapper {
    --clip-path: circle(40px at left);
    --clip-path-hover: circle(40px at left);
    --clip-path-clicked: circle(90vw at left);
  }
  .tv-banner-video-info {
    top: -125px;
    left: -15px;
  }
  .tv-banner-video-wrapper input {
    width: 80px;
    height: 80px;
    top: 15px;
    left: 60px;
  }
  /*---------------------------
  03. Flight plan style
  ---------------------------*/
  .flight-plan .airport-row .col:first-child, .flight-plan .airport-row .col:last-child {
    width: calc(50% - 15px);
  }
  .flight-plan .airport-row .col:nth-child(2) {
    margin: 0;
  }
  .flight-plan .traveller-class-dp .dp-menu {
    right: 0;
    left: auto;
    width: 295px;
  }
  /*---------------------------
  04. Service style
  ---------------------------*/
  .service-single h3 {
    margin-bottom: -9px;
  }
  /*---------------------------
  05. Video style
  ---------------------------*/
  .video .fun-fact ul li {
    width: 25%;
  }
  /*---------------------------
  06. Testimonial style
  ---------------------------*/
  .feedback .slick-arrow {
    display: block !important;
    height: 45px;
    padding-left: 15px;
    transform: translateY(-180%);
  }
  .feedback .slick-arrow.slick-next {
    padding-right: 15px;
  }
  .feedback .slick-arrow::after {
    width: 45px;
  }
  .feedback .slick-arrow img {
    height: 25px;
  }
  /*---------------------------
  07. Blog style
  ---------------------------*/
  .blog-card-2 .part-img {
    width: 265px;
  }
  /*---------------------------
  09. Payment page style
  ---------------------------*/
  .payment-page-steps .single-step::after {
    width: 305px;
  }
}

/*# sourceMappingURL=miniba-core.css.map */
