/*
@File: Aerox. Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*********************************************
*********************************************

** - Default CSS
** - Section Title CSS
** - Go Top Button CSS
** - Preloader Area CSS
** - Navbar Area CSS
** - Responsive Navbar Area CSS
** - Main Banner Area CSS

** - Footer Area CSS
** - Copyright Area CSS
** - About Page CSS
** - Appointment Page CSS
** - Faq Page CSS
** - Blog Page CSS
** - Blog Details Page CSS
** - Privacy Policy Page CSS
** - Terms & Condition Page CSS
** - 404 Error Page CSS
*/
/*
Google Fonts
==========================================================================*/
@import url("../../../css2");
@import url("../../../css2-1");
@import url("../../../css2-2");
:root {
  --bodyFontFamily: "Inter", sans-serif;
  --manropeFontFamily: "Manrope", sans-serif;
  --alvaFontFamily: "Mansalva", sans-serif;
  --dark: #000000;
  --white: #ffffff;
  --primary: #ff6423;
  --paragraph: #555555;
  --title-color: #000000;
  --yellow-color: #f3b616;
  --success-color: #9588e8;
  --green-color: #008000;
  --star-color: #ffc107;
  --check-color: #ff0000;
  --navy-color: #0e3d86;
  --gray-color: #f5f5f5;
  --font-size: 16px;
  --transition: all 0.5s;
  --Light: #F0F0F0;
  --Beige: #F5F5DC;
  --PastelBlue: #ADD8E6;
  --MintGreen: #98FB98;
  --Lavender: #E6E6FA;
  --DarkGray: #333333;
  --NavyBlue: #001F3F;
  --DeepPurple: #4B0082;
  --DarkGreen: #013220;
}

/* Default CSS */
body {
  font-size: var(--font-size);
  font-family: var(--bodyFontFamily);
  color: var(--paragraph);
  margin: 0;
  padding: 0;
}

p {
  font-weight: 400;
  font-family: var(--bodyFontFamily);
  margin-bottom: 15px;
  line-height: 1.65;
  transition: var(--transition);
}
p:last-child {
  margin-bottom: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
  font-family: var(--manropeFontFamily);
  line-height: 1.3;
  color: var(--title-color);
}
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: var(--title-color);
}
.h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: var(--primary);
}

a {
  text-decoration: none;
  outline: 0 !important;
  transition: var(--transition);
}

:focus {
  outline: 0 !important;
  box-shadow: unset !important;
}

.d-table {
  width: 100%;
  height: 100%;
}
.d-table-cell {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

.form-control {
  color: var(--title-color);
  border: 1px solid transparent;
  box-shadow: unset !important;
  transition: var(--transition);
  border-radius: 5px;
}
.form-control::-moz-placeholder {
  color: var(--paragraph);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.form-control::placeholder {
  color: var(--paragraph);
  transition: var(--transition);
}
.form-control:focus::-moz-placeholder {
  color: transparent;
}
.form-control:focus::placeholder {
  color: transparent;
}

.ptb-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

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

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

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

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

.bg-0e3d86 {
  background-color: #0e3d86;
}

.bg-fff8e8 {
  background-color: #fff8e8;
}

.bg-f5f5f5 {
  background-color: #f5f5f5;
}

.bg-ff0000 {
  background-color: #ff0000;
}

.bg-ececfd {
  background-color: #ececfd;
}

.bg-f8f7f1 {
  background-color: #f8f7f1;
}

.blg-255239 {
  background: linear-gradient(94deg, rgb(255, 100, 35) 0%, rgb(239, 54, 33) 50%);
}

.bx-1 {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/*
Default Container
================================================================================*/
.container-fluid.side-padding {
  max-width: 1580px;
}

.rounded-1 {
  border-radius: 10px;
}

.border-1 {
  border: 1px solid rgba(0, 0, 0, 0.25) !important;
}

.border-2 {
  border: 2px solid var(--white) !important;
}

.text-color {
  color: var(--primary);
}

.font-size {
  font-size: 24px;
}

.heart {
  color: var(--title-color);
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 48px;
}

.view-mire {
  border: none;
  box-shadow: none;
  display: inline-block;
  background-color: var(--navy-color);
  border-radius: 10px;
  color: var(--white);
  padding: 16px 25px 16px;
  transition: var(--transition);
  font-weight: 700;
}
.view-mire i {
  font-size: 23px;
  position: relative;
  top: 1px;
}
.view-mire:hover {
  background-color: var(--primary);
}

/**/
.today {
  display: inline-block;
  color: var(--white);
  font-size: 14px;
  line-height: 1;
  padding: 7px 12px 9px;
}

.sub-title {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 18px;
  color: var(--primary);
}
.sub-title img {
  width: 20px;
  height: 20px;
}

/*
Section Title
================================================================================*/
.section-title {
  max-width: 715px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
}
.section-title h2 {
  font-size: 46px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 0;
}

/*
Section Heading
================================================================================*/
.section-heading {
  margin-bottom: 45px;
}
.section-heading h2 {
  font-size: 46px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 0;
}

/*
Default Btn CSS
================================================================================*/
.default-btn {
  color: var(--white);
  border: none;
  box-shadow: none;
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-family: var(--anybodyFontFamily);
  border-radius: 10px;
  background: linear-gradient(94deg, rgb(255, 100, 35) 0%, rgb(239, 54, 33) 50%);
  transition: var(--transition);
  padding: 18px 35px 18px;
  z-index: 1;
}
.default-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  margin: auto;
  text-align: center;
  transition: var(--transition);
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  border-radius: 10px;
  background: linear-gradient(94deg, rgb(239, 54, 33) 0%, rgb(255, 100, 35) 50%);
}
.default-btn i {
  font-size: 23px;
  flex-shrink: 0;
  line-height: 0;
}
.default-btn:hover::before {
  width: 100%;
  opacity: 1;
  z-index: -1;
  visibility: visible;
}

.book-btn {
  color: var(--title-color);
  display: inline-block;
  border: none;
  box-shadow: none;
  background-color: #f5f5f5;
  border-radius: 10px;
  font-weight: 600;
  font-family: var(--manropeFontFamily);
  padding: 18px 35px 18px;
  position: relative;
  z-index: 1;
  transition: var(--transition);
}
.book-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  background: linear-gradient(94deg, rgb(255, 100, 35) 0%, rgb(239, 54, 33) 50%);
  border-radius: 10px;
  transition: var(--transition);
}
.book-btn i {
  font-size: 22px;
}
.book-btn:hover {
  color: var(--white);
}
.book-btn:hover::before {
  opacity: 1;
}

.read-more {
  border: none;
  box-shadow: none;
  font-weight: 700;
  color: var(--dark);
  transition: var(--transition);
  padding: 18px 35px 18px;
}
.read-more i {
  font-size: 22px;
}
.read-more:hover {
  color: var(--primary);
}

/*
Navbar Area CSS
================================================================================*/
.navbar {
  padding-top: 18px;
  padding-bottom: 18px;
  position: relative;
  z-index: 999;
}
.navbar .navbar-brand {
  margin-right: 95px;
}
.navbar .navbar-nav {
  margin-right: 70px;
}
.navbar .navbar-nav .nav-item {
  margin-left: 18px;
  margin-right: 18px;
}
.navbar .navbar-nav .nav-item:last-child {
  margin-right: 0;
}
.navbar .navbar-nav .nav-item:first-child {
  margin-left: 0;
}
.navbar .navbar-nav .nav-item .nav-link {
  color: var(--title-color);
  transition: 0.6s;
  position: relative;
  padding: 20px 0;
  z-index: 1;
  transition: var(--transition);
  font-size: 16px;
  font-weight: 500;
}
.navbar .navbar-nav .nav-item .nav-link::after {
  font-size: var(--font-size);
  color: var(--title-color);
}
.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle {
  padding-right: 20px;
}
.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
  position: absolute;
  vertical-align: 0;
  content: "\eb0b";
  margin-left: 0;
  border: 0;
  right: 0;
  top: 20px;
  color: var(--title-color);
  font-size: 12px;
  font-weight: 600;
  line-height: 26px;
  transition: var(--transition);
  font-family: tabler-icons !important;
}
.navbar .navbar-nav .nav-item .nav-link.active, .navbar .navbar-nav .nav-item .nav-link:hover {
  color: var(--primary);
}
.navbar .navbar-nav .nav-item .nav-link.active::after, .navbar .navbar-nav .nav-item .nav-link:hover::after {
  color: var(--primary);
}
.navbar .navbar-nav .nav-item .dropdown-menu {
  left: 0;
  border: 0;
  top: 64px;
  opacity: 0;
  width: 200px;
  padding: 15px 0;
  border-radius: 0;
  visibility: hidden;
  display: block !important;
  background-color: var(--white);
  transition: all 0.2s ease-in-out;
  box-shadow: 0 0.275rem 1.25rem rgba(11, 15, 25, 0.05), 0 0.25rem 0.5625rem rgba(11, 15, 25, 0.03);
  border-bottom: 3px solid var(--primary);
}
.navbar .navbar-nav .nav-item .dropdown-menu li {
  position: relative;
  margin-left: 0;
  margin-right: 0;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item {
  display: block;
  padding: 10px 25px;
  position: relative;
  color: var(--title-color);
  background-color: transparent !important;
  font-size: 15px;
  font-weight: 500;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item.dropdown-toggle {
  padding-right: 18px;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item.dropdown-toggle::after {
  position: absolute;
  vertical-align: 0;
  content: "\eb0b";
  margin-left: 0;
  right: 20px;
  border: 0;
  top: 12px;
  transition: 0.6s;
  font-size: 14px;
  font-weight: 500;
  font-family: tabler-icons !important;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item .name {
  color: var(--title-color);
  padding: 3px 10px 6px;
  font-size: 15px;
  border-radius: 5px;
  background-color: var(--primary);
  margin-left: 10px;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item.active {
  color: var(--primary);
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item:hover {
  color: var(--primary);
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  visibility: hidden;
  left: auto;
  right: -100%;
  opacity: 0;
  top: 0;
}
.navbar .navbar-nav .nav-item .dropdown-menu li:hover .sub-dropdown {
  color: var(--primary);
}
.navbar .navbar-nav .nav-item .dropdown-menu li:hover .sub-dropdown.dropdown-toggle::after {
  color: var(--primary);
}
.navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu .nav-link {
  font-size: 16px;
  font-weight: 400;
}
.navbar .navbar-nav .nav-item:hover .nav-link {
  color: var(--primary);
}
.navbar .navbar-nav .nav-item:hover .nav-link.dropdown-toggle::after {
  color: var(--primary);
}
.navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.navbar.sticky {
  top: 0;
  left: 0;
  width: 100%;
  position: sticky;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  border-bottom: 1px solid rgba(133, 127, 127, 0.2);
  box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px inset;
}
.navbar .navbar-toggler {
  color: var(--title-color);
  font-size: inherit;
  box-shadow: unset;
  border: none;
  padding: 0;
}
.navbar .navbar-toggler .burger-menu {
  cursor: pointer;
}
.navbar .navbar-toggler .burger-menu span {
  height: 3px;
  width: 30px;
  margin: 5px 0;
  display: block;
  background-color: var(--title-color);
}
.navbar .others-options {
  padding-left: 0px !important;
  vertical-align: middle;
}
.navbar .others-options ul li {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  margin-right: 20px;
}
.navbar .others-options ul li .search-btn {
  border: none;
  box-shadow: none;
  background-color: transparent;
  color: var(--title-color);
}
.navbar .others-options ul li .search1 {
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 10px;
  text-align: center;
  display: inline-block;
  font-size: 25px;
  color: var(--title-color);
  transition: var(--transition);
  background-color: rgba(74, 107, 176, 0.1490196078);
}
.navbar .others-options ul li .search1:hover {
  background-color: var(--primary);
  color: var(--white);
}
.navbar .others-options ul li .default-btn {
  padding: 16px 28px 16px;
}
.navbar .others-options ul li:last-child {
  margin-right: 0;
}
.navbar.one .navbar-nav .nav-item .nav-link {
  color: var(--white);
}
.navbar.one .navbar-nav .nav-item .nav-link::after {
  color: var(--white);
}
.navbar.one .navbar-nav .nav-item .nav-link.dropdown-toggle {
  padding-right: 20px;
}
.navbar.one .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
  color: var(--white);
}
.navbar.one .navbar-nav .nav-item .nav-link.active, .navbar.one .navbar-nav .nav-item .nav-link:hover {
  color: var(--primary) !important;
}
.navbar.one .navbar-nav .nav-item .nav-link.active::after, .navbar.one .navbar-nav .nav-item .nav-link:hover::after {
  color: var(--primary) !important;
}
.navbar.one .navbar-nav .nav-item .dropdown-menu li .dropdown-item {
  color: var(--title-color);
}
.navbar.one .navbar-nav .nav-item .dropdown-menu li .dropdown-item.active {
  color: var(--primary) !important;
}
.navbar.one .others-options {
  padding-left: 0px !important;
  vertical-align: middle;
}
.navbar.one .others-options ul li .search-btn {
  color: var(--white);
}
.navbar.one .others-options ul li .search1 {
  color: var(--white);
  background-color: rgba(74, 107, 176, 0.75);
}
.navbar.one.sticky {
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  background-color: #19232d;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  border-bottom: 1px solid rgba(133, 127, 127, 0.2);
  box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px inset;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
/*
Responsive Navbar Area CSS
================================================================================*/
.mobile-navbar .offcanvas-header {
  padding: 30px 30px;
}
.mobile-navbar .offcanvas-header .btn-close {
  transition: var(--transition);
  font-size: 25px;
  cursor: pointer;
  left: 30px;
  right: auto;
  position: absolute !important;
  opacity: 1;
  filter: brightness(5);
  padding: 0;
  margin-top: 10px;
}
.mobile-navbar .offcanvas-header .btn-close:hover {
  color: var(--primary);
}
.mobile-navbar .offcanvas-body {
  padding: 30px 30px;
}
.mobile-navbar .offcanvas-body .mb-4 {
  margin-bottom: 35px !important;
}
.mobile-navbar .offcanvas-body .ins-image .t-image-5 {
  border-radius: 5px;
}
.mobile-navbar .offcanvas-body .ins-image::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(2, 0, 36, 0.8995973389) 0%, rgba(9, 9, 121, 0.1040791317) 40%);
  border-radius: 5px;
}
.mobile-navbar .offcanvas-body .ins-image h3 {
  left: 25px;
  bottom: 22px;
  position: absolute;
  font-size: 20px;
}
.mobile-navbar .offcanvas-body ul {
  list-style-type: none;
  margin-bottom: 0;
}
.mobile-navbar .offcanvas-body ul.mobile-menu {
  padding-left: 0;
  overflow: hidden;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list {
  border-bottom: 1px solid #e7e7e7;
  position: relative;
  line-height: 1;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  clear: both;
  width: 100%;
  color: var(--title-color);
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list.active .mobile-menu-items {
  padding: 18px 0 0 0;
  margin: 18px 0;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list:last-child {
  border-bottom: 1px solid #e7e7e7;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list a {
  height: 100%;
  padding-right: 30px;
  text-Janoration: none;
  position: relative;
  display: block;
  color: var(--title-color);
  font-size: 16px;
  font-weight: 600;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list a:after {
  top: 15%;
  right: 0;
  content: "\eb0b";
  position: absolute;
  transform: translateY(-14%);
  transition: 0.6s;
  font-size: 16px;
  font-style: normal;
  font-family: tabler-icons !important;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list a:hover, .mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list a.active {
  color: var(--primary);
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list a:hover::after, .mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list a.active::after {
  color: var(--primary);
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items {
  height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items li {
  padding: 0 0 20px 0 !important;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items a {
  padding: 0 20px;
  font-size: 16px;
  font-size: 15px;
  font-weight: 600;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items a.active {
  color: var(--primary);
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items a:hover {
  color: var(--primary);
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items a::after {
  display: none;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items .mobile-menu-list {
  padding: 0;
  margin: 0;
  border: none;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items .mobile-menu-list::after {
  right: 15px;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items .mobile-menu-list .mobile-menu-items {
  padding: 0 !important;
  background-color: var(--bs-gray-100);
  margin: 0 20px !important;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items .mobile-menu-list.active .mobile-menu-items {
  padding: 18px 0 0 0 !important;
  margin: 18px 20px !important;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list.without-icon:after {
  display: none;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list.without-icon a::after {
  display: none;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .active:after {
  transform: translateY(-50%) rotate(180deg);
}
.mobile-navbar .offcanvas-body ul.mobile-menu .active > .mobile-menu-items {
  transition: all 300ms;
  display: block;
  height: auto;
  clear: both;
  float: left;
  width: 100%;
  background-color: #ededed;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .active > .mobile-menu-items li:last-child {
  border: none;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .active > a {
  color: var(--primary);
}
.mobile-navbar .offcanvas-body .menu-bottom {
  margin-top: 40px;
}
.mobile-navbar .offcanvas-body .menu-bottom .social {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.mobile-navbar .offcanvas-body .menu-bottom .social li {
  display: inline-block;
  margin-right: 30px;
}
.mobile-navbar .offcanvas-body .menu-bottom .social li a {
  color: var(--title-color);
  font-size: 18px;
  font-weight: 500;
}
.mobile-navbar .offcanvas-body .menu-bottom .social li a:hover {
  color: var(--primary);
}
.mobile-navbar .offcanvas-body .menu-bottom .social li:last-child {
  margin-right: 0;
}
.mobile-navbar .offcanvas-body .side-menu-form .form-control {
  color: var(--title-color);
  height: 50px;
  background-color: #f6f5ef;
  margin-bottom: 20px;
}
.mobile-navbar .offcanvas-body .side-menu-form .form-control::-moz-placeholder {
  color: var(--paragraph);
}
.mobile-navbar .offcanvas-body .side-menu-form .form-control::placeholder {
  color: var(--paragraph);
}
.mobile-navbar .offcanvas-body .side-menu-form .form-control:focus {
  border-color: var(--primary);
}
.mobile-navbar .offcanvas-body .side-menu-form .textarea {
  min-height: 150px;
}
.mobile-navbar .offcanvas-body .social-icon h3 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 25px;
}
.mobile-navbar .offcanvas-body .social-icon ul li {
  display: inline-block;
  margin-right: 10px;
}
.mobile-navbar .offcanvas-body .social-icon ul li a {
  display: inline-block;
  color: var(--title-color);
  width: 40px;
  height: 40px;
  line-height: 46px;
  border-radius: 100%;
  background-color: #f6f5ef;
  text-align: center;
}
.mobile-navbar .offcanvas-body .social-icon ul li a:hover {
  background-color: var(--primary);
  color: var(--white);
}
.mobile-navbar .offcanvas-body .social-icon ul li:last-child {
  margin-right: 0;
}
.mobile-navbar .others-options {
  padding-left: 0px !important;
  vertical-align: middle;
}
.mobile-navbar .others-options ul li {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  margin-right: 20px;
}
.mobile-navbar .others-options ul li .search-btn {
  border: none;
  box-shadow: none;
  background-color: transparent;
  color: var(--title-color);
}
.mobile-navbar .others-options ul li .search-btn i {
  font-size: 24px;
  line-height: 1;
  position: relative;
  top: 3px;
}
.mobile-navbar .others-options ul li .search-btn .search {
  font-size: 20px;
  font-weight: 700;
}
.mobile-navbar .others-options ul li .search-btn .menu {
  top: 1px;
  position: relative;
}
.mobile-navbar .others-options ul li .user-circle {
  font-size: 24px;
}
.mobile-navbar .others-options ul li a:hover {
  color: var(--primary) !important;
}
.mobile-navbar .others-options ul li .language-selector {
  position: relative;
  display: inline-block;
  width: 100%;
  top: 2px;
}
.mobile-navbar .others-options ul li .language-selector .selected-language {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  color: var(--title-color);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.mobile-navbar .others-options ul li .language-selector .selected-language .flag-icon {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  border-radius: 100%;
}
.mobile-navbar .others-options ul li .language-selector .selected-language .language-text {
  font-size: var(--font-size);
}
.mobile-navbar .others-options ul li .language-selector .dropdown-l {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100px;
  background-color: var(--white);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 10;
  overflow: hidden;
  padding: 15px;
}
.mobile-navbar .others-options ul li .language-selector .dropdown-l .dropdown-i {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  cursor: pointer;
  transition: var(--transition);
  margin-right: 0;
}
.mobile-navbar .others-options ul li .language-selector .dropdown-l .dropdown-i:hover {
  background-color: transparent;
}
.mobile-navbar .others-options ul li .language-selector .dropdown-l .dropdown-i img {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  border-radius: 100%;
}
.mobile-navbar .others-options ul li .language-selector .dropdown-l .dropdown-i:last-child {
  margin-bottom: 0;
}
.mobile-navbar .others-options ul li:last-child {
  margin-right: 0;
}
.mobile-navbar .others-options .default-btn {
  padding: 18px 20px 18px;
}

/*
Popup Search CSS
================================================================================*/
.modal-backdrop {
  --bs-backdrop-opacity: 0.9;
}

.search-modal.modal {
  border: none;
  border-radius: 0;
}
.search-modal .modal-dialog {
  max-width: 500px;
  border-radius: 0;
}
.search-modal .modal-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.search-modal .btn-close {
  top: 30px;
  right: 20px;
  padding: 0;
  font-size: 25px;
  position: absolute;
  z-index: 2;
  opacity: 1;
  transition: var(--transition);
}
.search-modal .btn-close:hover {
  transform: rotate(180deg);
}
.search-modal .modal-content {
  border: none;
  border-radius: 0;
  background-color: transparent;
}
.search-modal .modal-body {
  padding: 80px 40px;
  border-radius: 0;
  background-color: var(--white);
}
.search-modal .modal-body .popup-form {
  position: relative;
}
.search-modal .modal-body .popup-form .form-control {
  height: 60px;
  padding: 12px 50px 12px 25px;
  border-radius: 0;
  border-color: var(--paragraph);
  background-color: #f5f5f5;
}
.search-modal .modal-body .popup-form .form-control::-moz-placeholder {
  color: var(--paragraph);
}
.search-modal .modal-body .popup-form .form-control::placeholder {
  color: var(--paragraph);
}
.search-modal .modal-body .popup-form .form-control:focus {
  border-color: var(--primary);
}
.search-modal .modal-body .popup-form .form-control:focus::-moz-placeholder {
  color: transparent;
}
.search-modal .modal-body .popup-form .form-control:focus::placeholder {
  color: transparent;
}
.search-modal .modal-body .popup-form .p-btn {
  border: none;
  box-shadow: unset !important;
  background-color: transparent;
  color: var(--white);
  padding: 10px 15px;
  top: 0px;
  line-height: 50px;
  right: 0;
  height: 60px;
  background-color: var(--primary);
  position: absolute;
  font-size: 30px;
  transition: var(--transition);
}

/*
Main Banner Area CSS
================================================================================*/
.main-banner-area {
  background-color: #0A1931;
  padding-top: 45px;
  padding-bottom: 60px;
  overflow: hidden;
}
.main-banner-area .hero-plane-shape {
  position: relative;
  transform: rotate(-35deg);
  right: -50px;
}

.main-banner-content {
  position: relative;
  z-index: 1;
}
.main-banner-content h1 {
  font-size: 120px;
  margin-right: -300px;
  color: var(--white);
  margin-bottom: 60px;
}
.main-banner-content h1 span {
  position: relative;
}
.main-banner-content h1 span img {
  filter: brightness(0) saturate(100%) invert(48%) sepia(15%) saturate(4692%) hue-rotate(343deg) brightness(100%) contrast(103%);
  position: absolute;
  right: -65px;
  top: 5px;
}
.main-banner-content h1 p {
  width: 300px;
  font-size: 16px;
  flex-shrink: 0;
  margin-right: 35px;
  margin-bottom: 0;
}
.main-banner-content h1 .last-text {
  background-color: var(--primary);
  padding: 0 15px 10px 15px;
  line-height: 1;
  margin-left: 12px;
}
.main-banner-content .form-widgets {
  margin-top: 25px;
  background-color: var(--white);
  margin-right: -110px;
  padding: 20px 25px;
  border-radius: 10px;
}
.main-banner-content .form-widgets .input-widget {
  position: relative;
  padding-left: 25px;
  padding-bottom: 10px;
  border-bottom: solid 1px #000000;
}
.main-banner-content .form-widgets .input-widget i {
  color: var(--primary);
  position: absolute;
  left: 0;
  top: 5px;
}
.main-banner-content .form-widgets .input-widget .form-control {
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.main-banner-content .form-widgets .input-widget .form-control::-moz-placeholder {
  font-size: 14px;
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.main-banner-content .form-widgets .input-widget .form-control::placeholder {
  font-size: 14px;
  transition: var(--transition);
}
.main-banner-content .book-flight .icon {
  width: 65px;
  height: 65px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  font-size: 30px;
  color: var(--white);
  justify-content: center;
  flex-shrink: 0;
  margin-right: 16px;
  border: solid 2px var(--white);
}
.main-banner-content .book-flight p {
  font-size: 20px;
  font-weight: 600;
  color: var(--white);
}

.banner-form {
  padding: 45px 50px;
  position: relative;
  margin-left: -25px;
}
.banner-form .nav-tabs {
  padding-bottom: 25px;
  margin-bottom: 25px;
  max-width: 600px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.137254902);
}
.banner-form .nav-tabs .nav-item {
  margin-right: 30px;
}
.banner-form .nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.banner-form .nav-tabs .nav-link {
  border: none;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  font-size: 18px;
  font-weight: 700;
  font-family: var(--manropeFontFamily);
  transition: var(--transition);
  color: var(--dark);
  position: relative;
}
.banner-form .nav-tabs .nav-link:hover, .banner-form .nav-tabs .nav-link.active {
  color: var(--primary);
}

.return-form .form-check .form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  background-color: #fff8e8;
}
.return-form .form-check .form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
}
.return-form .form-check .form-check-label {
  padding-left: 5px;
}
.return-form .form-control {
  border: none;
  height: 56px;
  padding: 12px 15px;
  background-color: var(--gray-color);
  margin-bottom: 30px;
  border-radius: 0;
  font-size: 15px;
}
.return-form .form-select {
  color: var(--paragraph);
}
.return-form .form-select option {
  color: var(--dark);
}
.return-form .form-select.two {
  background-image: none;
}
.return-form .passengers {
  color: var(--paragraph);
  border: none;
  padding: 15px 0 0 15px;
  background-color: transparent;
  font-size: 14px;
  transform: unset;
}
.return-form .passengers::after {
  display: none;
}

@keyframes cloudMove {
  0% {
    background-position: -1920px 100%;
  }
  100% {
    background-position: 0 100%;
  }
}
/*
Hero Area CSS
================================================================================*/
.top-navbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.top-navbar .navbar .navbar-toggler .burger-menu span {
  background-color: var(--white);
}

.hero-content {
  padding-top: 300px;
  padding-bottom: 250px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  transform: scale(1);
  transition: transform 7000ms ease, opacity 1500ms ease-in;
}
.hero-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(17, 24, 39, 0.6);
}
.hero-content h1 {
  font-size: 85px;
  line-height: 1.14;
  margin-bottom: 15px;
}
.hero-content p {
  font-size: 18px;
  margin-bottom: 35px;
}
.hero-content .banner-btn .popup-btn i {
  display: inline-block;
  position: relative;
  font-size: 24px;
  width: 56px;
  height: 56px;
  line-height: 56px;
  border-radius: 100%;
  text-align: center;
}
.hero-content .banner-btn .popup-btn i::after {
  left: -12px;
  width: 80px;
  height: 80px;
}

.swiper-fade .swiper-slide-active .hero-content {
  transition: var(--transition);
}

.hero-items .hero-btn {
  top: 50%;
  right: 12%;
  z-index: 1;
  position: absolute;
  transform: translateY(-50%);
}
.hero-items .hero-btn .swiper-button-next, .hero-items .hero-btn .swiper-button-prev {
  position: relative;
  display: block;
  color: var(--title-color);
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 5px;
  background-color: var(--white);
  text-align: center;
  border: 1px solid var(--title-color);
  font-size: 30px;
  transition: var(--transition);
}
.hero-items .hero-btn .swiper-button-next::after, .hero-items .hero-btn .swiper-button-prev::after {
  display: none;
}
.hero-items .hero-btn .swiper-button-next:hover, .hero-items .hero-btn .swiper-button-prev:hover {
  color: var(--white);
  background-color: var(--primary);
}
.hero-items .hero-btn .swiper-button-next {
  left: auto;
  right: 0;
  bottom: 30px;
}
.hero-items .hero-btn .swiper-button-prev {
  top: 10px;
  left: auto;
  right: 0;
}

/*
Page Banner Area CSS
================================================================================*/
.page-banner-area {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  padding-top: 160px;
  padding-bottom: 160px;
}
.page-banner-area::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  position: absolute;
  background-color: rgba(17, 24, 39, 0.6);
}

.page-banner-content {
  text-align: center;
}
.page-banner-content h1 {
  color: var(--white);
  font-size: 46px;
  line-height: 1;
  margin-bottom: 15px;
}
.page-banner-content ul li {
  display: inline-block;
  color: var(--primary);
  font-size: 18px;
  margin-right: 15px;
  position: relative;
}
.page-banner-content ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  right: -10px;
  width: 1px;
  height: 17px;
  background-color: var(--white);
  transform: rotate(25deg);
}
.page-banner-content ul li a {
  color: var(--white);
}
.page-banner-content ul li a:hover {
  color: var(--primary);
}
.page-banner-content ul li:last-child {
  margin-right: 0;
}
.page-banner-content ul li:last-child::before {
  display: none;
}

/*
Banner Form Area CSS
================================================================================*/
.banner-form-area {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 80px;
}
.banner-form-area .shape {
  position: absolute;
  top: 45px;
  right: 0;
  z-index: -1;
  opacity: 0.4;
}
.banner-form-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(121deg, rgba(14, 61, 134, 0.89) 20%, rgba(14, 61, 134, 0.93) 100%);
}
.banner-form-area .banner-form .nav-tabs .nav-item {
  margin-right: 45px;
}
.banner-form-area .banner-form .nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.banner-form-area .return-form .form-control {
  margin-bottom: 0;
}

.banner-form-area.style-two {
  padding-top: 0;
  padding-bottom: 0;
}
.banner-form-area.style-two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 160px;
  z-index: -1;
  background: linear-gradient(90deg, rgb(230, 230, 250) 0%, rgb(173, 216, 230) 35%, rgb(245, 245, 220) 100%);
}
.banner-form-area.style-two .banner-form {
  margin-top: 0;
}

/* About Area CSS */
.about-area .section-heading {
  max-width: 600px;
}
.about-area .section-heading ul.mb-5 {
  margin-bottom: 40px !important;
}
.about-area .section-heading ul li {
  margin-bottom: 10px;
  font-size: 18px;
}
.about-area .section-heading ul li i {
  font-size: 22px;
  color: var(--primary);
}
.about-area .section-heading ul li span {
  font-size: 18px;
  font-weight: 500;
  color: var(--title-color);
}
.about-area .section-heading ul li:last-child {
  margin-bottom: 0;
}
.about-area .section-heading .default-btn.mt-5 {
  margin-top: 45px !important;
}
.about-area .section-heading .call-one .icon i {
  line-height: 58px;
}
.about-area .about-image {
  position: relative;
}
.about-area .about-image .a-image {
  max-width: 440px;
  margin-left: 170px;
}
.about-area .about-image .b-image {
  max-width: 300px;
  position: relative;
  margin-top: -155px;
}
.about-area .about-image .experience-card {
  top: 60px;
  left: 80px;
  position: absolute;
  width: 175px;
  height: 175px;
  padding: 30px 45px 30px;
  border-radius: 100%;
  display: inline-block;
  background-color: var(--primary);
}
.about-area .about-image .experience-card .count {
  justify-content: center;
}
.about-area .about-image .experience-card .count h2 {
  font-size: 45px;
  color: var(--white);
  text-align: center;
}
.about-area .about-image .experience-card span {
  font-size: 16px;
  color: var(--white);
  text-align: center;
  display: inline-block;
}

.second-about-area {
  z-index: 1;
  padding-bottom: 150px;
}
.second-about-area .section-heading {
  margin-bottom: 30px;
}
.second-about-area .shape {
  bottom: 10%;
  right: 5%;
  position: absolute;
}
.second-about-area .second-a-image {
  max-width: 600px;
  position: relative;
}
.second-about-area .second-a-image .experience-card {
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 245px;
  padding: 25px 35px 25px;
  border-radius: 5px;
  display: inline-block;
  background: linear-gradient(94deg, rgb(255, 100, 35) 0%, rgb(239, 54, 33) 50%);
}
.second-about-area .second-a-image .experience-card .count h2 {
  font-size: 45px;
  color: var(--white);
}
.second-about-area .second-a-image .experience-card .count h6 {
  font-size: 45px;
  color: var(--white);
}
.second-about-area .second-a-image .experience-card span {
  text-align: center;
  display: inline-block;
  font-size: 18px;
  color: var(--white);
}
.second-about-area .second-a-content .icon-card {
  padding: 20px 20px;
  background-color: var(--white);
  transition: var(--transition);
  border-bottom: 1px solid var(--white);
}
.second-about-area .second-a-content .icon-card i {
  color: var(--navy-color);
  font-size: 45px;
  transition: var(--transition);
}
.second-about-area .second-a-content .icon-card:hover {
  border-bottom: 1px solid var(--primary);
}
.second-about-area .second-a-content .icon-card:hover i {
  color: var(--primary);
}
.second-about-area .second-a-content .default-btn.mt-4 {
  margin-top: 40px !important;
}

/*
Advice Area CSS
================================================================================*/
.advice-area {
  position: relative;
  overflow: hidden;
}
.advice-area .advice-content {
  display: flex;
  line-height: 30px;
  white-space: nowrap;
  animation: marquee 15s linear infinite forwards;
}
.advice-area .advice-content:hover {
  animation-play-state: paused;
}
.advice-area .advice-content ul {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.advice-area .advice-content ul li {
  position: relative;
  display: inline-block;
  color: var(--title-color);
  font-size: 50px;
  font-weight: 700;
  font-family: --manropeFontFamily;
  margin-right: 10px;
  -webkit-text-fill-color: #fff8e8;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.4);
}
.advice-area .advice-content ul li img {
  top: -20px;
  right: -122px;
  position: absolute;
}
.advice-area .advice-content ul li:last-child {
  margin-right: 0;
}
.advice-area.style-two {
  padding-top: 40px;
  padding-bottom: 0;
}
.advice-area.three {
  padding-top: 22px;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-66.6%);
  }
}
/*
Partner Area CSS
================================================================================*/
.partner-area .swiper-wrapper {
  align-items: center;
}

/*
Home Three Partner Area CSS
================================================================================*/
.tr-partner-area {
  position: relative;
  padding-bottom: 50px;
}
.tr-partner-area .user-image li {
  display: inline-block;
  margin-right: -12px;
}
.tr-partner-area .user-image li img {
  width: 56px;
  height: 56px;
  border: 2px solid var(--white);
  -o-object-fit: cover;
     object-fit: cover;
}
.tr-partner-area .user-image span {
  font-size: 18px;
  padding-left: 30px;
}
.tr-partner-area .partner-items {
  max-width: 626px;
  margin-left: auto;
}

/*
Working Process Area CSS
================================================================================*/
.process-item {
  padding: 50px 50px;
  background-color: var(--white);
  transition: var(--transition);
  border: 1px solid rgba(133, 127, 127, 0.2);
}
.process-item .col-lg-4:nth-child(3) .single-process::before {
  display: none !important;
}
.process-item:hover {
  border: 1px dashed var(--primary);
}

.single-process {
  text-align: center;
  position: relative;
  transition: var(--transition);
}
.single-process.py-5 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.single-process .mb-4 {
  margin-bottom: 30px !important;
}
.single-process .icon {
  width: 85px;
  height: 85px;
  background: linear-gradient(94deg, rgb(255, 100, 35) 0%, rgb(239, 54, 33) 50%);
  border-radius: 5px;
  text-align: center;
  margin: auto;
  transition: var(--transition);
}
.single-process .icon i {
  font-size: 50px;
  line-height: 85px;
  color: var(--white);
  transition: var(--transition);
}
.single-process h3 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 12px;
}
.single-process::before {
  position: absolute;
  top: 0;
  content: "";
  right: -15px;
  width: 1px;
  height: 100%;
  transition: var(--transition);
  border-right: 1px dashed rgba(133, 127, 127, 0.2);
}
.single-process:hover .icon {
  transform: translateY(-5px);
}

.booking-area {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.booking-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(17, 24, 39, 0.8);
}
.booking-area .banner-form {
  padding: 60px 60px;
}
.booking-area .banner-form.one {
  max-width: 1000px;
  margin: auto;
}
.booking-area .banner-form .return-form .form-control {
  border: none;
  height: 56px;
  padding: 12px 15px;
  background-color: var(--white);
  margin-bottom: 0;
  border-radius: 0;
  font-size: 15px;
}
.booking-area .booking-shape {
  top: 150px;
  left: 50px;
  max-width: 250px;
  position: absolute;
  animation: upDown 5s ease-in-out infinite;
}
.booking-area .booking-shape1 {
  top: 300px;
  right: 50px;
  max-width: 250px;
  position: absolute;
  animation: leftRight 5s ease-in-out infinite;
}

@keyframes upDown {
  0%, 100% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(20px);
  }
}
@keyframes leftRight {
  0%, 100% {
    transform: translateX(20px);
  }
  50% {
    transform: translateX(-20px);
  }
}
/*
Home Three Working Process Area CSS
================================================================================*/
.process-area.style-two .single-process {
  padding-left: 35px;
  padding-right: 35px;
  text-align: start;
}
.process-area.style-two .single-process.py-5 {
  padding-top: 45px !important;
  padding-bottom: 48px !important;
}
.process-area.style-two .single-process .icon {
  width: 100px;
  height: 100px;
  line-height: 98px;
  margin: unset;
}
.process-area.style-two .single-process .icon img {
  max-width: 55px;
}

/*
Airlines Flight Area CSS
================================================================================*/
.af-top-bar .af-btn {
  text-align: end;
}
.af-top-bar .af-btn .swiper-button-next, .af-top-bar .af-btn .swiper-button-prev {
  font-size: 24px;
  color: var(--title-color);
  width: 45px;
  height: 45px;
  line-height: 44px;
  border-radius: 5px;
  background-color: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.2039215686);
  transition: var(--transition);
}
.af-top-bar .af-btn .swiper-button-next::after, .af-top-bar .af-btn .swiper-button-prev::after {
  display: none;
}
.af-top-bar .af-btn .swiper-button-next:hover, .af-top-bar .af-btn .swiper-button-prev:hover {
  background-color: var(--primary);
  color: var(--white);
}
.af-top-bar .af-btn .swiper-button-next {
  left: auto;
  right: 0;
}
.af-top-bar .af-btn .swiper-button-prev {
  left: auto;
  right: 60px;
}

.a-flight-card {
  transition: var(--transition);
}
.a-flight-card .af-image {
  position: relative;
  overflow: hidden;
  transition: var(--transition);
}
.a-flight-card .af-image .heart {
  top: 30px;
  left: 30px;
  position: absolute;
  background-color: var(--white);
  transition: var(--transition);
}
.a-flight-card .af-image .heart:hover {
  background-color: var(--primary);
  color: var(--white);
}
.a-flight-card .af-image::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  content: "";
  border-radius: 5px 5px 0 0;
  position: absolute;
  transition: var(--transition);
  background-color: rgba(17, 24, 39, 0.6);
}
.a-flight-card .af-image.one::before {
  border-radius: 5px 0 0 5px;
}
.a-flight-card .a-flight-card-body {
  padding: 40px 30px 40px 30px;
  background-color: #f5f5f5;
}
.a-flight-card .a-flight-card-body.one {
  padding: 48px 30px 48px 30px;
}
.a-flight-card .a-flight-card-body h3 {
  font-size: 24px;
  margin-bottom: 25px;
}
.a-flight-card .a-flight-card-body .book-btn {
  background-color: var(--white);
}
.a-flight-card .book-btn {
  padding: 14px 28px 14px;
}
.a-flight-card:hover {
  transform: translateY(-5px);
}
.a-flight-card:hover .af-image::before {
  height: 100%;
}

/*
Home Three Airlines Flight Area CSS
================================================================================*/
.flight-area.tp-area .af-image {
  width: 230px;
  height: 270px;
}
.flight-area.tp-area .a-flight-card-body {
  padding: 30px 45px 30px 40px;
}
.flight-area.tp-area .a-flight-card-body h3 {
  font-size: 24px;
  margin-bottom: 25px;
}
.flight-area.tp-area .star li i {
  color: var(--star-color);
}

/*
Home Two Airlines Flight Area CSS
================================================================================*/
.af-deals-card {
  padding: 20px 20px 0;
}
.af-deals-card .deals-image .heart {
  top: 20px;
  right: 20px;
  position: absolute;
}
.af-deals-card .deals-card-body {
  padding: 35px 0 40px;
}
.af-deals-card .deals-card-body h3 {
  margin: 18px 0 25px;
}

.vedio-area {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.vedio-area .vedio-content {
  max-width: 870px;
  text-align: center;
  margin: auto;
}
.vedio-area .vedio-content h3 {
  font-size: 50px;
}
.vedio-area .vedio-content h3.mb-5 {
  margin-bottom: 80px !important;
}
.vedio-area .vedio-content .v-btn.mt-5 {
  margin-top: 80px !important;
}
.vedio-area::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  position: absolute;
  background-color: rgba(17, 24, 39, 0.7);
}

/*
Flight Deals Area CSS
================================================================================*/
.c-image-card {
  padding: 40px 30px;
  background-color: var(--white);
  position: relative;
  z-index: 1;
  transition: var(--transition);
}
.c-image-card::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border-radius: 5px;
  z-index: -1;
  position: absolute;
  opacity: 0;
  transition: var(--transition);
  transform: scaleX(0) rotateX(0);
  background: linear-gradient(94deg, rgb(255, 100, 35) 0%, rgb(239, 54, 33) 50%);
}
.c-image-card .a-image {
  text-align: center;
}
.c-image-card .a-image .c-image {
  width: 250px;
  height: 250px;
  margin: auto;
  border-radius: 100%;
}
.c-image-card .deals-card {
  margin-top: 40px;
  padding: 0 !important;
  transition: var(--transition);
}
.c-image-card .deals-card h3 a {
  transition: var(--transition);
}
.c-image-card .deals-card span {
  transition: var(--transition);
}
.c-image-card:hover {
  transform: translateY(-10px);
}
.c-image-card:hover::before {
  transform: scaleX(1) rotateX(0deg);
  transition: var(--transition);
  opacity: 1;
}
.c-image-card:hover .deals-card {
  color: var(--white);
}
.c-image-card:hover .deals-card h3 a {
  color: var(--white);
}
.c-image-card:hover .deals-card span {
  color: var(--white);
}
.c-image-card .book-btn {
  padding: 12px 25px 12px;
}

/*
Flight Facilities Area CSS
================================================================================*/
.facilities-area .facilities-content {
  padding-left: 30px;
  padding-right: 0;
}
.facilities-area .facilities-content .list-warp {
  margin-bottom: 35px;
  padding: 25px 35px;
  background-color: var(--white);
  border-left: 4px solid var(--white);
  transition: var(--transition);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.facilities-area .facilities-content .list-warp i {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: rgba(14, 61, 134, 0.25);
  border-radius: 100px;
  color: var(--navy-color);
  text-align: center;
  transition: var(--transition);
  font-size: 35px;
}
.facilities-area .facilities-content .list-warp:last-child {
  margin-bottom: 0;
}
.facilities-area .facilities-content .list-warp:hover {
  border-left: 4px solid var(--primary);
}
.facilities-area .facilities-content .list-warp:hover i {
  color: var(--white);
  background-color: var(--primary);
}
.facilities-area .section-heading {
  margin-bottom: 30px;
}
.facilities-area .section-heading h2 {
  margin-bottom: 15px;
}

.facilities-image .popup-btn {
  top: 50%;
  left: 0;
  right: 0;
  position: absolute;
  transform: translateY(-50%);
  text-align: center;
}
.facilities-image .popup-btn i {
  width: 110px;
  height: 110px;
  line-height: 110px;
}
.facilities-image .popup-btn i::after {
  left: -10px;
}

.popup-btn i {
  position: relative;
  display: inline-block;
  font-size: 45px;
  color: var(--primary);
  width: 92px;
  height: 92px;
  line-height: 92px;
  border-radius: 100%;
  background-color: var(--white);
  text-align: center;
}
.popup-btn i::after {
  top: 0;
  left: -19px;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 130px;
  height: 130px;
  content: "";
  position: absolute;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: -1;
  animation: ripple 2s infinite linear;
}

/*
Fun Fact Area CSS
================================================================================*/
.fun-fact-area::before {
  bottom: 0;
  left: 0;
  height: 125px;
  width: 100%;
  z-index: -1;
  content: "";
  position: absolute;
  background-color: #fff8e8;
}
.fun-fact-area .fun-fact-bg {
  padding: 60px 40px;
}
.fun-fact-area .bg-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 5px;
  padding-left: 50px;
  padding-right: 50px;
}
.fun-fact-area .bg-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(14, 60, 134, 0.6);
  border-radius: 5px;
}
.fun-fact-area .bg-image .count-card {
  text-align: center;
}
.fun-fact-area .bg-image .count-card::before {
  height: 100%;
  border: 1px dashed rgba(255, 255, 255, 0.15);
}
.fun-fact-area .bg-image .count-card .icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
}
.fun-fact-area .bg-image .count-card .icon img {
  max-width: 56px;
  filter: brightness(111);
}
.fun-fact-area .bg-image .count-card h2 {
  color: var(--white);
}
.fun-fact-area .bg-image .count-card span {
  color: var(--white);
}
.fun-fact-area.style-two .count-card h2 {
  font-size: 70px;
}
.fun-fact-area.style-two .count-card span {
  color: var(--white);
  font-size: 20px;
}

.fun-fact-row.g-4, .fun-fact-row .gx-4 {
  --bs-gutter-x: 80px;
}

.count-card {
  position: relative;
  transition: var(--transition);
}
.count-card h2 {
  font-size: 60px;
  color: var(--white);
  font-family: var(--bodyFontFamily);
}
.count-card span {
  color: var(--white);
  font-size: 20px;
}
.count-card img {
  max-width: 80px;
  transition: var(--transition);
  filter: brightness(0) saturate(100%) invert(38%) sepia(8%) saturate(3817%) hue-rotate(183deg) brightness(102%) contrast(84%);
}
.count-card .airport {
  color: var(--primary);
  max-width: 80px;
}
.count-card:hover img {
  animation: pop 0.3s 1;
}

/*
Destination Area CSS
================================================================================*/
.destination-card {
  transition: var(--transition);
  position: relative;
  z-index: 1;
}
.destination-card .t-image {
  z-index: 1;
  transition: var(--transition);
}
.destination-card .t-image::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  content: "";
  position: absolute;
  transition: var(--transition);
  background-color: rgba(17, 24, 39, 0.6);
}
.destination-card.active .t-image::before {
  height: 100%;
}
.destination-card.active .destination-card-body {
  opacity: 1;
  visibility: visible;
}
.destination-card.active .line {
  opacity: 1;
  visibility: visible;
}
.destination-card .destination-card-body {
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  position: absolute;
  padding: 30px 30px 30px;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}
.destination-card .destination-card-body .map {
  position: relative;
  font-size: 22px;
  font-family: var(--headingFontFamily);
  margin-bottom: 15px;
  color: var(--white);
}
.destination-card .destination-card-body span {
  color: var(--white);
}
.destination-card .destination-card-body span i {
  color: var(--primary);
  font-size: 20px;
}
.destination-card .line {
  display: inline-block;
  font-size: 24px;
  color: var(--dark);
  width: 50px;
  height: 50px;
  line-height: 58px;
  border-radius: 100%;
  background-color: var(--gray-color);
  text-align: center;
  transition: var(--transition);
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}
.destination-card .line:hover {
  color: var(--white);
  background-color: var(--primary);
}
.destination-card:hover .t-image::before {
  height: 100%;
}
.destination-card:hover .destination-card-body {
  opacity: 1;
  visibility: visible;
}
.destination-card:hover .line {
  opacity: 1;
  visibility: visible;
}

/*
Home Two Destination Area CSS
================================================================================*/
.af-destinations-card {
  padding: 30px 30px;
  transition: var(--transition);
  background-color: var(--white);
}
.af-destinations-card.one {
  padding: 0;
  background-color: transparent;
}
.af-destinations-card.one .card-body {
  padding: 25px 20px;
  background-color: var(--white);
}
.af-destinations-card.one .d-image {
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
.af-destinations-card.one .d-image-9 {
  transition: var(--transition);
  border-radius: 5px 5px 0 0;
}
.af-destinations-card.one:hover {
  transform: translateY(-5px);
}
.af-destinations-card.one:hover .d-image-9 {
  transform: scale(1.1);
  border-radius: 5px 5px 0 0;
}
.af-destinations-card .d-image {
  overflow: hidden;
  border-radius: 5px;
}
.af-destinations-card .d-image-9 {
  transition: var(--transition);
}
.af-destinations-card .map i {
  font-size: 20px;
  color: var(--primary);
}
.af-destinations-card:hover {
  transform: translateY(-5px);
}
.af-destinations-card:hover .d-image-9 {
  transform: scale(1.1);
  border-radius: 5px;
}

.fs-22 {
  font-size: 22px !important;
}

.right-up {
  display: inline-block;
  font-size: 24px;
  color: var(--dark);
  width: 50px;
  height: 50px;
  line-height: 58px;
  border-radius: 100%;
  background-color: var(--gray-color);
  text-align: center;
  transition: var(--transition);
}
.right-up:hover {
  color: var(--white);
  background-color: var(--primary);
}

.bg-e3f0ff {
  background-color: #e3f0ff;
}

/*
Payment Area CSS
================================================================================*/
.payment-area {
  z-index: 1;
}
.payment-area .mb-4 {
  margin-bottom: 30px !important;
}
.payment-area .section-heading {
  max-width: 550px;
}
.payment-area .section-heading h2 {
  margin-bottom: 25px;
}
.payment-area .payment-image1 {
  padding: 30px 25px;
  background-color: var(--white);
  border: 1px solid var(--white);
  transition: var(--transition);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.payment-area .payment-image1:hover {
  border: 1px solid var(--primary);
}
.payment-area .payment-shape {
  top: 50px;
  left: 0;
  opacity: 0.6;
  z-index: -1;
  position: absolute;
}

/*
Why Choose Us Area CSS
================================================================================*/
.why-choose-us-area {
  z-index: 1;
}
.why-choose-us-area .choose-shape {
  top: 100px;
  left: 100px;
  z-index: -1;
  max-width: 200px;
  position: absolute;
}

.single-traveler {
  background-color: var(--white);
  padding: 50px 40px 50px 50px;
  position: relative;
  border: 1px dashed var(--white);
  transition: var(--transition);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  z-index: 1;
}
.single-traveler::before {
  top: -1px;
  left: -1px;
  width: 90px;
  height: 100px;
  content: "";
  position: absolute;
  border-radius: 5px 0 0 0;
  transition: var(--transition);
  background-color: rgba(74, 107, 176, 0.1490196078);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  z-index: -1;
}
.single-traveler .icon i {
  font-size: 50px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  display: inline-block;
  text-align: center;
  color: var(--white);
  border-radius: 5px;
  background: linear-gradient(358deg, rgba(14, 61, 134, 0.7) 20%, rgb(14, 61, 134) 100%);
}
.single-traveler:hover {
  border: 1px dashed var(--navy-color);
}
.single-traveler:hover::before {
  width: 200px;
  height: 200px;
}
.single-traveler:hover .icon i {
  animation: pop 0.3s 1;
}

/*
FAQ Area CSS
================================================================================*/
.faq-area {
  z-index: 1;
}
.faq-area .faq-shape {
  top: 10%;
  right: 8%;
  z-index: -1;
  position: absolute;
}

.faq-content {
  max-width: 720px;
  margin-left: auto;
}
.faq-content .section-heading {
  margin-bottom: 20px;
}
.faq-content .accordion-item {
  margin-bottom: 18px;
  border: 1.5px dashed rgba(133, 127, 127, 0.2);
  border-radius: 5px;
}
.faq-content .accordion-item .accordion-button {
  border: none;
  box-shadow: none;
  border-radius: 10px;
  line-height: 1;
  color: var(--title-color);
  padding: 25px 30px 25px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  font-family: var(--anybodyFontFamily);
}
.faq-content .accordion-item .accordion-button::after {
  display: none;
}
.faq-content .accordion-item .accordion-button::before {
  content: "\ea69";
  position: absolute;
  top: 50%;
  right: 25px;
  font-size: 20px;
  color: var(--title-color);
  font-family: tabler-icons !important;
  transform: translateY(-50%);
}
.faq-content .accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent;
}
.faq-content .accordion-item .accordion-button:not(.collapsed)::before {
  content: "\ea68";
  color: var(--primary);
}
.faq-content .accordion-item .accordion-body {
  padding: 0 30px 30px 30px;
}
.faq-content .accordion-item:last-child {
  margin-bottom: 0;
}

/*
Testimonials Area CSS
================================================================================*/
.single-testimonials {
  padding: 50px 35px;
}
.single-testimonials .star ul li i {
  font-size: 18px;
  color: var(--star-color);
}
.single-testimonials .star .quote {
  font-size: 56px;
  color: var(--navy-color);
  line-height: 0;
  transition: var(--transition);
}
.single-testimonials .user .user-image {
  width: 100px;
  height: 100px;
}
.single-testimonials .user h3 {
  font-size: 22px;
}
.single-testimonials:hover .quote {
  color: var(--primary);
}

.second-testimonial-area {
  z-index: 1;
}
.second-testimonial-area .shape {
  top: 0%;
  left: 0;
  z-index: -1;
  opacity: 0.6;
  position: absolute;
  max-width: 700px;
}
.second-testimonial-area .shape1 {
  bottom: 10%;
  left: 5%;
  z-index: -1;
  position: absolute;
  max-width: 700px;
}
.second-testimonial-area .shape2 {
  top: 15%;
  right: 8%;
  z-index: -1;
  position: absolute;
  max-width: 700px;
  opacity: 0.5;
}
.second-testimonial-area .testimoni-image {
  position: relative;
  z-index: 1;
}
.second-testimonial-area .testimoni-image::before {
  top: 0;
  left: 0;
  width: 500px;
  height: 500px;
  content: "";
  position: absolute;
  z-index: -1;
  opacity: 0.9;
  border-radius: 100%;
  background: linear-gradient(94deg, rgb(255, 100, 35) 0%, rgb(239, 54, 33) 50%);
}
.second-testimonial-area .testimoni-image .r-image {
  width: 450px;
  height: 450px;
  margin-left: 100px;
  margin-top: 25px;
  position: relative;
  border: 1px solid rgba(133, 127, 127, 0.95);
}
.second-testimonial-area .client-content .star {
  font-size: 18px;
  color: var(--star-color);
}
.second-testimonial-area .client-content .icon {
  font-size: 45px;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  display: inline-block;
  color: var(--white);
  border-radius: 5px;
  margin-bottom: 25px;
  background: linear-gradient(358deg, rgba(14, 61, 134, 0.7) 20%, rgb(14, 61, 134) 100%);
}
.second-testimonial-area .client-content p {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 25px;
  color: var(--title-color);
}
.second-testimonial-area .client-content h4 {
  font-size: 30px;
}
.second-testimonial-area .client-content span {
  font-size: 16px;
  font-weight: 400;
}
.second-testimonial-area .swiper-wrapper {
  margin-bottom: 30px;
}
.second-testimonial-area .review-items {
  position: relative;
}
.second-testimonial-area .review-items .review-btn {
  bottom: 50px;
  right: 0;
  z-index: 1;
  position: absolute;
}
.second-testimonial-area .review-items .review-btn .swiper-button-next, .second-testimonial-area .review-items .review-btn .swiper-button-prev {
  position: relative;
  display: block;
  color: var(--title-color);
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  background-color: var(--white);
  text-align: center;
  border: 1px solid var(--title-color);
  font-size: 24px;
  transition: var(--transition);
}
.second-testimonial-area .review-items .review-btn .swiper-button-next::after, .second-testimonial-area .review-items .review-btn .swiper-button-prev::after {
  display: none;
}
.second-testimonial-area .review-items .review-btn .swiper-button-next:hover, .second-testimonial-area .review-items .review-btn .swiper-button-prev:hover {
  color: var(--white);
  background-color: var(--primary);
}
.second-testimonial-area .review-items .review-btn .swiper-button-next {
  left: auto;
  right: -60px;
  bottom: 0;
}
.second-testimonial-area .review-items .review-btn .swiper-button-prev {
  top: -22px;
  left: auto;
  right: 0;
}

/*
Clients Area CSS
================================================================================*/
.clients-area .testimonials-inner-card {
  border-radius: 5px;
  padding: 50px 50px;
  background-color: var(--white);
  transition: var(--transition);
  border: 1px solid rgba(85, 85, 85, 0.15);
}
.clients-area .testimonials-inner-card .testimonials-card {
  position: relative;
}
.clients-area .testimonials-inner-card .testimonials-card .quote {
  font-size: 55px;
  display: inline-block;
  margin-bottom: 10px;
  color: var(--primary);
}
.clients-area .testimonials-inner-card .testimonials-card .testimonials-icon {
  position: absolute;
  top: 80px;
  right: 0;
}
.clients-area .testimonials-inner-card .testimonials-card .testimonials-icon i {
  color: var(--star-color);
}
.clients-area .testimonials-inner-card .testimonials-card h3 {
  font-size: 30px;
  font-weight: 600;
}
.clients-area .testimonials-inner-card .testimonials-card h3 a {
  color: var(--title-color);
}
.clients-area .testimonials-inner-card .testimonials-card h4 {
  font-size: 20px;
  font-weight: 400;
  color: var(--title-color);
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed rgba(133, 127, 127, 0.2);
}
.clients-area .testimonials-inner-card .testimonials-card p {
  font-size: 18px;
  font-weight: 400;
  color: var(--paragraph);
}

.clients-card {
  padding: 40px 38px;
}
.clients-card .mb-4 {
  margin-bottom: 30px !important;
}
.clients-card ul li i {
  color: var(--star-color);
  font-size: 20px;
}
.clients-card .title-warp img {
  width: 85px;
  height: 85px;
  -o-object-fit: cover;
     object-fit: cover;
}
.clients-card .title-warp .quote {
  color: var(--navy-color);
  font-size: 60px;
  line-height: 0;
  transition: var(--transition);
}
.clients-card:hover .quote {
  color: var(--primary);
}

/*
Article Area CSS
================================================================================*/
.single-article {
  transition: var(--transition);
}
.single-article.one {
  padding: 25px 25px 35px;
  transition: var(--transition);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.single-article.one:hover {
  transform: translateY(-7px);
}
.single-article .b-image {
  overflow: hidden;
  border-radius: 5px;
}
.single-article img {
  border-radius: 5px;
  transition: var(--transition);
}
.single-article ul {
  gap: 30px;
}
.single-article ul li {
  position: relative;
  color: var(--white);
}
.single-article ul li i {
  color: var(--white);
  font-size: 18px;
  line-height: 0;
}
.single-article ul li a {
  color: var(--white);
}
.single-article ul li:last-child::before {
  display: none;
}
.single-article .date {
  justify-content: center;
  padding: 20px 20px;
  position: relative;
  margin-top: -55px;
  margin-right: 30px;
  margin-left: 30px;
  transition: var(--transition);
  background: linear-gradient(358deg, rgba(14, 61, 134, 0.7) 20%, rgb(14, 61, 134) 100%);
}
.single-article h3 {
  line-height: 1.4;
  margin: 20px 0 10px;
}
.single-article .read-more {
  padding: 0;
}
.single-article:hover img {
  border-radius: 5px;
  transform: scale(1.05) translateX(2%);
}
.single-article:hover .date {
  background-color: var(--navy-color);
}

/*
Home Two Article Area CSS
================================================================================*/
.article-area.style-two .single-article {
  padding: 25px 25px 35px;
  transition: var(--transition);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.article-area.style-two .single-article h3 {
  margin: 14px 0 18px;
}
.article-area.style-two .single-article .single-article-body {
  margin-top: 20px;
}
.article-area.style-two .single-article .single-article-body.one {
  padding: 0;
}
.article-area.style-two .single-article .single-article-body.one ul li {
  color: var(--paragraph);
}
.article-area.style-two .single-article .single-article-body.one ul li i {
  color: var(--primary);
}
.article-area.style-two .single-article:hover {
  transform: translateY(-7px);
}
.article-area.style-three .single-article {
  padding: 0;
}
.article-area.style-three .single-article h3 {
  margin: 14px 0 18px;
}
.article-area.style-three .single-article .single-article-body {
  padding: 30px 30px 35px;
  transition: var(--transition);
}
.article-area.style-three .single-article:hover {
  transform: unset;
}
.article-area.style-three .single-article:hover .single-article-body {
  border-color: var(--primary) !important;
  border-top: 1px solid transparent !important;
}

/*
Newsletter Area CSS
================================================================================*/
.bg-19232d {
  background-color: #19232d;
}

.newsletter-area {
  z-index: 1;
  position: relative;
}
.newsletter-area::before {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  position: absolute;
  z-index: -1;
  background-color: #19232d;
}
.newsletter-area .news-bg {
  padding: 100px 70px;
  border: 1.5px dashed rgba(133, 127, 127, 0.2);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.newsletter-area .news-shape {
  position: relative;
  z-index: 1;
  margin-left: 65px;
}
.newsletter-area .news-shape .airplane {
  max-width: 500px;
}
.newsletter-area .news-shape .h-shape {
  position: absolute;
  top: -85px;
  left: 70px;
  z-index: -1;
  max-width: 360px;
}

.newsletter-info h3 {
  font-size: 50px;
  margin-bottom: 35px;
}

.newsletter-content {
  margin-left: 50px;
}
.newsletter-content h3 {
  margin-bottom: 35px;
  font-size: 50px;
}

.email-form .form-control {
  color: var(--title-color);
  height: 70px;
  border-radius: 5px;
  background-color: #f5f5f5;
  padding: 15px 20px;
  border: 1.5px dashed rgba(133, 127, 127, 0.2);
}
.email-form .form-control::-moz-placeholder {
  color: var(--title-color);
}
.email-form .form-control::placeholder {
  color: var(--title-color);
}
.email-form .form-control:focus {
  border-color: var(--primary);
}
.email-form .default-btn {
  width: 70px;
  height: 70px;
  border-color: var(--white);
  color: var(--white);
  border-radius: 5px;
  background-color: #ffc107;
  text-align: center;
  padding: 16px 10px 14px;
  cursor: pointer;
}
.email-form .default-btn i {
  font-size: 35px;
}
.email-form .default-btn::before {
  border-radius: 5px;
}
.email-form .default-btn:hover {
  background-color: #e0a800;
}

/*
Footer Area CSS
================================================================================*/
.footer-area {
  z-index: 1;
}
.footer-area .footer-shape {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.08;
  z-index: -1;
}
.footer-area .footer-shape1 {
  bottom: 30%;
  right: 20%;
  position: absolute;
}

.footer-weight {
  padding-bottom: 120px;
}
.footer-weight h3 {
  margin-bottom: 40px;
}
.footer-weight.ps-3 {
  padding-left: 60px !important;
}
.footer-weight.ps-4 {
  padding-left: 100px !important;
}
.footer-weight.ps-5 {
  padding-left: 125px !important;
}
.footer-weight.one li a {
  font-weight: 300;
  color: #f5f5f5;
}
.footer-weight .services li {
  margin-bottom: 20px;
}
.footer-weight .services li a {
  color: var(--white);
}
.footer-weight .services li a:hover {
  color: var(--primary);
}
.footer-weight .services li h4 {
  font-size: 18px;
}
.footer-weight .services li:last-child {
  margin-bottom: 0;
}
.footer-weight .social li a {
  color: var(--white);
  width: 38px;
  height: 38px;
  line-height: 44px;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
  background-color: #4a6bb0;
  font-size: 15px;
}
.footer-weight .social li a:hover {
  background-color: var(--primary);
}
.footer-weight .social li:last-child {
  margin-right: 0;
}
.footer-weight .social.icon li {
  position: relative;
  margin-bottom: 15px;
}
.footer-weight .social.icon li span {
  color: var(--white);
  top: 50%;
  left: 55px;
  position: absolute;
  transform: translateY(-50%);
}
.footer-weight .social.icon li:last-child {
  margin-bottom: 0;
}
.footer-weight img {
  max-width: 150px;
}

/*
Home Three Footer Area CSS
================================================================================*/
.footer-area.style-three .footer-weight.ps-3 {
  padding-left: 20px !important;
}
.footer-area.style-three .footer-weight.ps-4 {
  padding-left: 35px !important;
}
.footer-area.style-three .email-form .form-control {
  height: 56px;
  padding: 15px 15px;
}
.footer-area.style-three .email-form .default-btn {
  top: 5px;
  right: 5px;
  position: absolute;
  width: 46px;
  height: 46px;
  padding: 10px 6px 14px;
}
.footer-area.style-three .email-form .default-btn i {
  font-size: 24px;
}

/*
Copyright Area CSS
================================================================================*/
.b-1 {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.copyright-area {
  padding: 0px 0 30px;
}
.copyright-area .pt-4 {
  padding-top: 30px !important;
}
.copyright-area p {
  color: var(--white);
}
.copyright-area p span {
  font-weight: 600;
  color: var(--primary);
}
.copyright-area p a {
  font-weight: 600;
  color: var(--primary);
}
.copyright-area p a:hover {
  color: var(--white);
}
.copyright-area .post-warp li {
  position: relative;
}
.copyright-area .post-warp li::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  width: 8px;
  height: 8px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: var(--primary);
}
.copyright-area .post-warp li a {
  color: var(--white);
}
.copyright-area .post-warp li a:hover {
  color: var(--primary);
}
.copyright-area .post-warp li:last-child::before {
  display: none;
}
.copyright-area.three p {
  color: var(--title-color);
}
.copyright-area.three p span {
  font-weight: 600;
  color: var(--title-color);
}
.copyright-area.three p a {
  font-weight: 600;
  color: var(--title-color);
}
.copyright-area.three p a:hover {
  color: var(--primary);
}
.copyright-area.three .post-warp li {
  position: relative;
}
.copyright-area.three .post-warp li::before {
  background-color: var(--title-color);
}
.copyright-area.three .post-warp li a {
  color: var(--title-color);
}
.copyright-area.three .post-warp li a:hover {
  color: var(--primary);
}
.copyright-area.three .post-warp li:last-child::before {
  display: none;
}
.copyright-area .social li a {
  color: var(--white);
  width: 38px;
  height: 38px;
  line-height: 44px;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
  background-color: #4a6bb0;
  font-size: 15px;
}
.copyright-area .social li a:hover {
  background-color: var(--primary);
}
.copyright-area .social li:last-child {
  margin-right: 0;
}
.copyright-area .social.icon li {
  position: relative;
  margin-bottom: 15px;
}
.copyright-area .social.icon li span {
  color: var(--white);
  top: 50%;
  left: 55px;
  position: absolute;
  transform: translateY(-50%);
}
.copyright-area .social.icon li:last-child {
  margin-bottom: 0;
}

/*
Offer Area CSS
================================================================================*/
.offer-card .offer-image h3 {
  padding: 15px 25px;
  top: 50%;
  right: -20px;
  font-size: 20px;
  color: var(--white);
  position: absolute;
  transform: translateY(-50%);
  background: linear-gradient(94deg, rgb(255, 100, 35) 0%, rgb(239, 54, 33) 50%);
  -webkit-clip-path: polygon(26% 0, 100% 0, 100% 75%, 75% 100%, 0 100%, 0% 60%, 0 24%);
          clip-path: polygon(26% 0, 100% 0, 100% 75%, 75% 100%, 0 100%, 0% 60%, 0 24%);
}
.offer-card .offer-card-body {
  padding: 45px 30px 50px 50px;
}
.offer-card .offer-card-body h3 {
  font-size: 30px;
  margin-bottom: 30px;
}
.offer-card .offer-card-body h3 span {
  display: block;
}
.offer-card .offer-card-body .book-btn {
  color: var(--primary);
  padding: 16px 25px 16px;
  background-color: var(--white);
}
.offer-card .offer-card-body .book-btn:hover {
  color: var(--white);
}

/*
Airlines Ticket Area CSS
================================================================================*/
.ar-ticket-items {
  position: relative;
  margin: 0 0;
}

.single-ticket {
  padding: 20px 20px;
  transition: var(--transition);
}
.single-ticket .ticket-image {
  overflow: hidden;
  border-radius: 5px;
}
.single-ticket .ticket-image img {
  border-radius: 5px;
  transition: var(--transition);
}
.single-ticket .ticket-image .heart {
  top: 20px;
  left: 20px;
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 48px;
  transition: var(--transition);
}
.single-ticket .ticket-image .heart:hover {
  color: var(--white) !important;
  background-color: var(--primary) !important;
}
.single-ticket .single-ticket-body .star li i {
  font-size: 14px;
  color: var(--star-color);
}
.single-ticket:hover {
  transform: translateY(-5px);
}
.single-ticket:hover:hover .ticket-image img {
  transform: scale(1.05) translateX(2%);
}

.ar-ticket-area .container-fluid {
  padding-right: calc(var(--bs-gutter-x) * 0);
  padding-left: calc(var(--bs-gutter-x) * 0);
}

/*
Home Three Airlines Ticket Area CSS
================================================================================*/
.tr-ticket-area .single-package {
  padding: 0;
}
.tr-ticket-area .single-package .package-image .heart {
  top: 20px;
  right: auto;
  left: 20px;
  color: var(--title-color);
  background-color: var(--white);
  transition: var(--transition);
}
.tr-ticket-area .single-package .package-image .heart:hover {
  color: var(--white);
  background-color: var(--primary);
}
.tr-ticket-area .single-package .single-package-body {
  padding: 30px 30px 35px;
}

/*
App Area CSS
================================================================================*/
.ar-app-area {
  z-index: 1;
}
.ar-app-area .section-heading {
  position: relative;
  margin-right: 0;
  padding-left: 75px;
}
.ar-app-area .section-heading h2 {
  margin-bottom: 30px;
}
.ar-app-area .section-heading h2 span {
  display: block;
}
.ar-app-area .shape {
  top: 20%;
  right: 5%;
  z-index: -1;
  max-width: 250px;
  position: absolute;
  transform: rotate(25deg);
}

/*
Adventure Area CSS
================================================================================*/
.adventure-card {
  padding: 40px 35px;
}
.adventure-card .icon {
  width: 110px;
  height: 110px;
  line-height: 110px;
  margin-bottom: 30px;
}
.adventure-card .icon img {
  max-width: 70px;
  transition: var(--transition);
}
.adventure-card:hover .icon img {
  filter: invert(1);
  animation: rotate-vertical 1.1s ease-out;
}

/*
Travel Packages Area CSS
================================================================================*/
.t-package-items {
  position: relative;
  margin: 0 -160px;
}

.single-package {
  padding: 0;
}
.single-package .package-image .heart {
  top: 20px;
  right: 20px;
  position: absolute;
  transition: var(--transition);
}
.single-package .package-image .heart:hover {
  color: var(--white) !important;
  background-color: var(--primary) !important;
}
.single-package .single-package-body {
  padding: 30px 30px 30px;
}
.single-package .map i {
  font-size: 20px;
  color: var(--primary);
}
.single-package h3 {
  margin: 10px 0 20px;
}
.single-package .star li i {
  color: var(--star-color);
}

/*
Home Three Tr Choose Us Area CSS
================================================================================*/
.tr-choose-us-area .mt-4 {
  margin-top: 40px !important;
}
.tr-choose-us-area .mb-4 {
  margin-bottom: 30px !important;
}
.tr-choose-us-area .section-heading h2 {
  margin-bottom: 15px;
}
.tr-choose-us-area .section-heading .choose-btn .book-btn {
  padding: 15px 25px 15px;
}
.tr-choose-us-area .section-heading .c-shape-1 {
  right: -100px;
  bottom: 0;
  position: absolute;
  pointer-events: none;
}
.tr-choose-us-area .tr-post {
  transition: var(--transition);
}
.tr-choose-us-area .tr-post p {
  max-width: 400px;
}
.tr-choose-us-area .tr-post i {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 5px;
  text-align: center;
  background-color: var(--white);
  font-size: 40px;
  display: inline-block;
  color: var(--title-color);
  transition: var(--transition);
}
.tr-choose-us-area .tr-post:hover i {
  color: var(--white);
  background-color: var(--primary);
}

.tr-choose-image .h-shape-1 {
  top: -30px;
  left: -80px;
  z-index: -1;
  position: absolute;
  pointer-events: none;
}
.tr-choose-image .popup-btn {
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: 1;
}
.tr-choose-image .popup-btn i {
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 40px;
}
.tr-choose-image .popup-btn i::after {
  left: -14px;
  width: 108px;
  height: 108px;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: -1;
}

/*
Book Flight Page
================================================================================*/
.page-top-bar .social-icon {
  text-align: end;
}
.page-top-bar .social-icon li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.page-top-bar .social-icon li a {
  display: inline-block;
  color: var(--dark);
  width: 38px;
  height: 38px;
  line-height: 42px;
  border-radius: 100%;
  text-align: center;
  font-size: 15px;
  border: 1px solid rgba(0, 0, 0, 0.25);
}
.page-top-bar .social-icon li a:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}
.page-top-bar .social-icon li:last-child {
  margin-right: 0;
}

.book-flight-content .mb-4 {
  margin-bottom: 35px !important;
}

.bg-book {
  padding: 45px 30px;
}

.flight-form h3.fs-22 {
  font-size: 30px !important;
}
.flight-form .plane i {
  font-size: 24px;
}
.flight-form .flight-form-body .ro-check {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.flight-form .flight-form-body .form-check .form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 2px;
}
.flight-form .flight-form-body .form-check .form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
}
.flight-form .flight-form-body .form-label {
  margin-bottom: 15px;
}
.flight-form .flight-form-body .form-select {
  border: none;
  box-shadow: none;
  border-radius: 5px;
  background-color: var(--gray-color);
  padding: 10px 15px;
  height: 56px;
}
.flight-form .flight-form-body .form-control {
  border: none;
  box-shadow: none;
  border-radius: 5px;
  background-color: var(--gray-color);
  padding: 10px 15px;
  height: 56px;
}
.flight-form .flight-form-body .textarea {
  min-height: 200px;
}
.flight-form .flight-form-body small {
  display: block;
  margin-top: 10px;
}

/*
Travel Experience Page
================================================================================*/
.travel-experience-card {
  transition: var(--transition);
}
.travel-experience-card .travel-experience-body {
  padding: 40px 40px;
  transition: var(--transition);
  border-top: 0 !important;
}
.travel-experience-card:hover {
  transform: translateY(-5px);
}
.travel-experience-card:hover .travel-experience-body {
  border-color: var(--primary) !important;
}

/*
Voyager Wallet Page
================================================================================*/
.voyager-wallet-content .list li {
  margin-bottom: 10px;
}
.voyager-wallet-content .list li:last-child {
  margin-bottom: 0;
}
.voyager-wallet-content .credit-info .form-check .form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 2px;
}
.voyager-wallet-content .credit-info .form-check .form-check-input:focus {
  background-color: var(--primary);
  border-color: var(--primary);
  box-shadow: none;
}
.voyager-wallet-content .credit-info .form-check .form-check-label {
  padding-left: 5px;
}

/*
Check In Page
================================================================================*/
.faq-content.check-faq {
  padding: 30px 30px;
  background-color: var(--white);
  border: 1px dashed rgba(0, 0, 0, 0.25);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.faq-content.check-faq .accordion-item {
  margin-bottom: 0;
  border: none;
  border-radius: 0;
}
.faq-content.check-faq .accordion-item .accordion-body {
  padding: 0 100px 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.faq-content.check-faq .accordion-item .accordion-button {
  padding: 20px 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.faq-content.check-faq .accordion-item .accordion-button::before {
  right: 0;
  color: var(--navy-color);
}
.faq-content.check-faq .accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent;
  border-bottom: 1px solid transparent;
}
.faq-content.check-faq .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-content.check-faq .accordion-item:last-child .accordion-button {
  border-bottom: 1px solid transparent;
}

/*
Manage Booking Page
================================================================================*/
.manage-booking-content .social-icon {
  text-align: start;
}
.manage-booking-content .social-icon li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.manage-booking-content .social-icon li a {
  display: inline-block;
  color: var(--dark);
  width: 38px;
  height: 38px;
  line-height: 42px;
  border-radius: 100%;
  text-align: center;
  font-size: 15px;
  border: 1px solid rgba(0, 0, 0, 0.25);
}
.manage-booking-content .social-icon li a:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}
.manage-booking-content .social-icon li:last-child {
  margin-right: 0;
}
.manage-booking-content .pay-list li {
  margin-bottom: 12px;
}
.manage-booking-content .pay-list li:last-child {
  margin-bottom: 0;
}

/*
Destination Details Page
================================================================================*/
.destination-details-content h1 {
  margin-bottom: 20px;
}
.destination-details-content .mb-5 {
  margin-bottom: 35px !important;
}
.destination-details-content .list li {
  color: var(--dark);
  font-weight: 500;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.destination-details-content .list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--primary);
  transform: translateY(-50%);
}
.destination-details-content .list li:last-child {
  margin-bottom: 0;
}

/*
Deals Page
================================================================================*/
.deals-page .exciting-deals {
  padding: 40px 30px;
}

.deals-content .limited {
  padding: 40px 30px;
}
.deals-content .nav-tabs {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.deals-content .nav-tabs .nav-item {
  border: none;
  margin-right: 50px;
}
.deals-content .nav-tabs .nav-link {
  color: var(--paragraph);
  border: none;
  padding: 0;
  background-color: transparent;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}
.deals-content .nav-tabs .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0%;
  height: 1px;
  bottom: -20px;
  background-color: var(--primary);
  transition: var(--transition);
  opacity: 0;
}
.deals-content .nav-tabs .nav-link.active, .deals-content .nav-tabs .nav-link:hover {
  color: var(--dark);
}
.deals-content .nav-tabs .nav-link.active::before, .deals-content .nav-tabs .nav-link:hover::before {
  width: 100%;
  opacity: 1;
}
.deals-content .email-form .form-control {
  height: 56px;
  background-color: var(--white);
  padding: 12px 20px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}
.deals-content .email-form .form-control::-moz-placeholder {
  color: var(--paragraph);
}
.deals-content .email-form .form-control::placeholder {
  color: var(--paragraph);
}
.deals-content .email-form .default-btn {
  width: 172px;
  height: 56px;
  padding: 12px 10px 14px;
  border-radius: 5px;
}

/*
Payment Page
================================================================================*/
.yb-info-card {
  padding: 25px 22px;
}

/*
Our Flight Page
================================================================================*/
.c-flight-card .flight-card-body {
  border-top: 0 !important;
  padding: 40px 40px;
  transition: var(--transition);
}
.c-flight-card .flight-card-body ul li {
  margin-bottom: 10px;
}
.c-flight-card .flight-card-body ul li:last-child {
  margin-bottom: 0;
}
.c-flight-card:hover .flight-card-body {
  border-color: var(--primary) !important;
}

/*
Blog Details Page
================================================================================*/
.blog-details-content .details-image-body {
  padding: 40px 0 40px;
}
.blog-details-content .details-image-body .date {
  margin-bottom: 15px;
}
.blog-details-content .details-image-body .date li {
  display: inline-block;
  position: relative;
  margin-right: 20px;
  padding-left: 25px;
  font-size: 15px;
}
.blog-details-content .details-image-body .date li::before {
  top: 1px;
  right: -13px;
  width: 1px;
  height: 18px;
  content: "";
  position: absolute;
  background-color: var(--paragraph);
  transform: rotate(25deg);
}
.blog-details-content .details-image-body .date li i {
  color: var(--primary);
  top: 0px;
  left: 0;
  position: absolute;
  font-size: 20px;
}
.blog-details-content .details-image-body .date li a {
  color: var(--paragraph);
}
.blog-details-content .details-image-body .date li:last-child {
  margin-right: 0;
}
.blog-details-content .details-image-body .date li:last-child::before {
  display: none;
}
.blog-details-content .list li {
  color: var(--dark);
  font-weight: 500;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.blog-details-content .list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--primary);
  transform: translateY(-50%);
}
.blog-details-content .list li:last-child {
  margin-bottom: 0;
}

.quote-card {
  padding: 30px 50px 30px 50px;
  background-color: var(--white);
  border: 1px dashed rgba(0, 0, 0, 0.25);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.quote-card p {
  font-size: 18px;
}
.quote-card i {
  font-size: 70px;
  color: var(--primary);
  line-height: 0;
}

.tag-share {
  padding: 12px 20px;
  background-color: var(--white);
  border: 1px dashed rgba(0, 0, 0, 0.25);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.tag-share .tag li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}
.tag-share .tag li span {
  margin-right: 5px;
}
.tag-share .tag li span i {
  display: inline-block;
  color: var(--white);
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  background-color: var(--primary);
  text-align: center;
}
.tag-share .tag li a {
  color: var(--paragraph);
}
.tag-share .tag li a:hover {
  color: var(--primary);
}
.tag-share .tag li:last-child {
  margin-right: 0;
}
.tag-share .share {
  text-align: end;
}
.tag-share .share li {
  vertical-align: middle;
  display: inline-block;
  color: var(--paragraph);
  margin-right: 5px;
}
.tag-share .share li a {
  display: inline-block;
  color: var(--paragraph);
  width: 30px;
  height: 30px;
  line-height: 32px;
  border-radius: 100%;
  background-color: var(--white);
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.25);
  font-size: 12px;
}
.tag-share .share li a:hover {
  color: var(--white);
  background-color: var(--primary);
}
.tag-share .share li:last-child {
  margin-right: 0;
}

.r-comment {
  padding: 40px 40px;
  background-color: var(--white);
  border: 1px dashed rgba(0, 0, 0, 0.25);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.r-comment img {
  width: 100px;
  height: 100px;
}
.r-comment h4 {
  font-size: 20px;
  font-family: var(--bodyFontFamily);
  line-height: 1;
  margin-bottom: 15px;
}
.r-comment .share li {
  display: inline-block;
  color: var(--paragraph);
  margin-right: 5px;
}
.r-comment .share li a {
  display: inline-block;
  color: var(--paragraph);
  width: 30px;
  height: 30px;
  line-height: 32px;
  border-radius: 100%;
  background-color: var(--white);
  text-align: center;
  border: 1.5px solid var(--title-color);
  font-size: 12px;
}
.r-comment .share li a:hover {
  color: var(--white);
  background-color: var(--primary);
}
.r-comment .share li:last-child {
  margin-right: 0;
}
.r-comment.two {
  padding: 40px 30px 40px 40px;
  position: relative;
}
.r-comment.two img {
  width: 80px;
  height: 80px;
}
.r-comment.two h4 {
  margin-bottom: 10px;
}
.r-comment.two span {
  display: block;
  font-size: 14px;
  margin-bottom: 15px;
}
.r-comment.two .reply {
  top: 40px;
  right: 40px;
  position: absolute;
  color: var(--title-color);
  font-weight: 600;
}
.r-comment.two .reply:hover {
  color: var(--primary);
}

.comments {
  background-color: var(--white);
  border: 1px dashed rgba(0, 0, 0, 0.25);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 40px 40px;
}
.comments h3 {
  font-size: 25px;
  line-height: 1;
  margin-bottom: 15px;
}
.comments span {
  display: block;
  margin-bottom: 25px;
}
.comments .form-control {
  color: var(--title-color);
  height: 50px;
  padding: 12px 20px;
  margin-bottom: 20px;
  background-color: var(--gray-color);
}
.comments .form-control:focus {
  border-color: var(--primary);
}
.comments .textarea {
  min-height: 200px;
}

/*
Contact Us Page
================================================================================*/
.call-on {
  padding: 25px 40px;
  background-color: var(--white);
  transition: var(--transition);
  position: relative;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.call-on::before {
  top: -1px;
  left: -1px;
  width: 90px;
  height: 100px;
  content: "";
  position: absolute;
  border-radius: 5px 0 0 0;
  transition: var(--transition);
  background-color: rgba(74, 107, 176, 0.1490196078);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.call-on.one {
  padding: 0;
}
.call-on .icon {
  width: 60px;
  height: 60px;
  line-height: 56px;
  background: linear-gradient(358deg, rgba(14, 61, 134, 0.7) 20%, rgb(14, 61, 134) 100%);
  z-index: 1;
}
.call-on .icon i {
  font-size: 35px;
  color: var(--white);
  text-align: center;
  line-height: 60px;
}
.call-on a {
  display: block;
  color: var(--paragraph);
  margin-bottom: 5px;
}
.call-on a:last-child {
  margin-bottom: 0;
}
.call-on a:hover {
  color: var(--primary);
}
.call-on:hover {
  transform: translateY(-5px);
}
.call-on:hover::before {
  width: 140px;
  height: 140px;
}

.call-one {
  transition: var(--transition);
}
.call-one .icon {
  transition: var(--transition);
}
.call-one .icon i {
  font-size: 30px;
  color: var(--white);
  width: 60px;
  height: 60px;
  line-height: 56px;
  background-color: var(--navy-color);
  z-index: 1;
  display: inline-block;
  border-radius: 100px;
  transition: var(--transition);
}
.call-one .icon img {
  max-width: 25px;
}
.call-one a {
  display: block;
  color: var(--paragraph);
  margin-bottom: 5px;
}
.call-one a:last-child {
  margin-bottom: 0;
}
.call-one a:hover {
  color: var(--primary);
}
.call-one:hover .icon i {
  background: var(--primary);
}

.a-image-image .popup-btn {
  top: 50%;
  left: 0;
  right: 0;
  position: absolute;
  transform: translateY(-50%);
  text-align: center;
}

.contact-map-area .map iframe {
  width: 100%;
  height: 600px;
  display: block;
}

/*
My Account Page
============================================================*/
.login-form {
  padding: 40px 40px;
}
.login-form h2 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 20px;
}
.login-form .form-control {
  color: var(--title-color);
  height: 50px;
  padding: 12px 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  background-color: var(--gray-color);
}
.login-form .form-control::-moz-placeholder {
  color: var(--paragraph);
}
.login-form .form-control::placeholder {
  color: var(--paragraph);
}
.login-form .form-control:focus {
  border-color: var(--primary);
}
.login-form .form-check {
  display: block;
  min-height: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.login-form .form-check .form-check-input {
  margin-left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid var(--paragraph);
  background-color: transparent;
}
.login-form .form-check .form-check-input:focus {
  box-shadow: none;
  border-color: var(--success-color);
  background-color: var(--success-color);
}
.login-form .form-check label.form-check-label {
  margin-left: 10px;
}
.login-form .form-check label.form-check-label a {
  color: var(--paragraph);
}
.login-form .password {
  color: var(--paragraph);
}
.login-form .or {
  margin: 20px 0;
}
.login-form .or::before {
  top: 14px;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: -1;
  content: "";
  position: absolute;
  background-color: var(--title-color);
}
.login-form .or p {
  display: inline-block;
  font-weight: 500;
  padding: 0 25px;
  background-color: var(--white);
}
.login-form .book-btn {
  padding: 16px 25px 16px;
}
.login-form .facebook {
  color: #3b5998;
  background-color: #f6f5ef;
  border-color: transparent;
}
.login-form .facebook.google {
  color: #ea4335;
}
.login-form .facebook.google:hover {
  color: var(--white);
}
.login-form .facebook:hover {
  color: var(--white);
}
.login-form p a {
  color: var(--primary);
}

.forget-password-page {
  padding-top: 200px;
}

/* Sidebar */
.sidebar .px-4 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.sidebar .py-4 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}
.sidebar .mb-4 {
  margin-bottom: 35px !important;
}
.sidebar h1 {
  margin-bottom: 20px;
}
.sidebar .booking ul li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  font-weight: 600;
}
.sidebar .booking ul li a {
  color: var(--dark);
}
.sidebar .booking ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.sidebar .offer h2 {
  font-size: 30px;
  margin: 8px 0 20px;
}
.sidebar .offer .book-btn {
  color: var(--white);
  background: linear-gradient(94deg, rgb(255, 100, 35) 0%, rgb(239, 54, 33) 50%);
}
.sidebar .information ul li {
  color: var(--dark);
  font-weight: 600;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.sidebar .information ul li span {
  top: 0;
  right: 0;
  position: absolute;
  color: var(--paragraph);
  font-weight: 400;
}
.sidebar .information ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.sidebar .video .popup-btn {
  top: 50%;
  left: 0;
  right: 0;
  position: absolute;
  text-align: center;
  transform: translateY(-50%);
}
.sidebar .video .popup-btn i {
  font-size: 30px;
  width: 58px;
  height: 58px;
  line-height: 58px;
}
.sidebar .video .popup-btn i::after {
  left: -25px;
  width: 108px;
  height: 108px;
}
.sidebar .popular-post ul li {
  margin-bottom: 30px;
}
.sidebar .popular-post ul li h3 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 15px;
}
.sidebar .popular-post ul li:last-child {
  margin-bottom: 0;
}
.sidebar .search-box h1 {
  margin-bottom: 30px;
}
.sidebar .search-form .form-control {
  height: 76px;
  padding: 15px 15px;
}
.sidebar .search-form .form-control:focus {
  border-radius: 0 !important;
  border-color: var(--primary);
}
.sidebar .search-form .default-btn {
  position: absolute;
  top: 50%;
  right: 0;
  height: 76px;
  padding: 8px 18px 8px;
  border-radius: 0;
  transform: translateY(-50%);
}
.sidebar .search-form .default-btn::before {
  border-radius: 0 !important;
}
.sidebar .order h1 {
  margin-bottom: 30px;
}
.sidebar .order ul li {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  font-weight: 600;
  color: var(--dark);
}
.sidebar .order ul li span {
  color: var(--paragraph);
  font-weight: 400;
  position: absolute;
  top: 0;
  right: 0;
}
.sidebar .order ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.sidebar .search-bar {
  padding: 30px 30px;
  border: 1px dashed rgba(0, 0, 0, 0.25);
  background-color: var(--white);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.sidebar .search-bar .search-form .form-control {
  color: var(--title-color);
  height: 50px;
  padding: 10px 60px 10px 20px;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.sidebar .search-bar .search-form .form-control:focus {
  border-color: var(--primary);
}
.sidebar .search-bar .search-form .default-btn {
  right: 0;
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 64px;
  padding: 0;
  text-align: center;
  border-radius: 0;
  border-color: transparent;
}
.sidebar .search-bar .search-form .default-btn i {
  top: 6px;
}
.sidebar .search-bar .search-form .default-btn:hover::before {
  border-radius: 0 !important;
}
.sidebar .recent-post {
  border: 1px dashed rgba(0, 0, 0, 0.25);
  background-color: var(--white);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.sidebar .recent-post ul li {
  max-width: 350px;
  margin-bottom: 30px;
}
.sidebar .recent-post ul li img {
  width: 83px;
  height: 81px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sidebar .recent-post ul li span {
  display: block;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 15px;
}
.sidebar .recent-post ul li h3 {
  font-size: var(--font-size);
  margin-bottom: 0;
}
.sidebar .recent-post ul li:last-child {
  margin-bottom: 0;
}
.sidebar .recent-post .star li {
  line-height: 1;
}
.sidebar .recent-post .star li i {
  color: #ffc107;
  font-size: 14px;
}
.sidebar .recent-post.top-post h3 {
  margin: 5px 0 10px;
  list-style: 1.15;
}
.sidebar .recent-post.top-post span {
  margin-bottom: 0;
}
.sidebar .categories {
  padding: 40px 30px;
  border: 1px dashed rgba(0, 0, 0, 0.25);
  background-color: var(--white);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.sidebar .categories ul {
  list-style-type: none;
}
.sidebar .categories ul li {
  margin-bottom: 15px;
}
.sidebar .categories ul li a {
  color: var(--paragraph);
  display: block;
  position: relative;
  border-radius: 10px;
  background-color: var(--white);
  padding-left: 20px;
}
.sidebar .categories ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: var(--primary);
  transform: translateY(-50%);
}
.sidebar .categories ul li a:hover {
  color: var(--primary);
}
.sidebar .categories ul li:last-child {
  margin-bottom: 0;
}
.sidebar .tags {
  border: 1px dashed rgba(0, 0, 0, 0.25);
  background-color: var(--white);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.sidebar .tags ul li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
}
.sidebar .tags ul li a {
  display: inline-block;
  color: var(--paragraph);
  padding: 5px 15px;
  border-radius: 5px;
  background-color: var(--gray-color);
}
.sidebar .tags ul li a:hover {
  color: var(--white);
  background-color: var(--primary);
}
.sidebar .tags ul li:last-child {
  margin-right: 0;
}

/*
Privacy Policy Page CSS
============================================================*/
.privacy-policy .mb-5 {
  margin-bottom: 35px !important;
}

.media-features h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

/*
404 Error Page CSS
============================================================*/
.error-area {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 200px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.error-area .container {
  max-width: 700px;
}
.error-area .error-content-wrap {
  z-index: 1;
  position: relative;
}
.error-area .error-content-wrap p {
  margin: 30px 0 30px;
  font-size: 24px;
  font-weight: 500;
}
.error-area .error-content-wrap .default-btn {
  font-size: 18px;
  padding: 14px 50px 15px;
}
.error-area .health-shape-1 {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}

/*
Service Pagination CSS
============================================================*/
.service-pagination .pagination {
  justify-content: center;
}
.service-pagination .pagination .page-item {
  margin-right: 10px;
  border-radius: 0;
}
.service-pagination .pagination .page-item .page-link {
  font-weight: 500;
  box-shadow: unset !important;
  color: var(--title-color);
  width: 40px;
  height: 40px;
  font-weight: 700;
  line-height: 26px;
  border-radius: 100%;
  text-align: center;
  transition: var(--transition);
  background-color: transparent;
}
.service-pagination .pagination .page-item .page-link span {
  font-size: 22px;
  position: relative;
  right: 3px;
  top: 2px;
  color: var(--title-color);
  transition: var(--transition);
}
.service-pagination .pagination .page-item .page-link.active {
  border-color: var(--primary);
  color: var(--white);
  background-color: var(--primary);
}
.service-pagination .pagination .page-item .page-link:hover {
  color: var(--white);
  background-color: var(--primary);
}
.service-pagination .pagination .page-item .page-link:hover span {
  color: var(--white);
}
.service-pagination .pagination .page-item:last-child {
  margin-right: 0;
}

/*
Search Result CSS
============================================================*/
.search-result-area .search-header {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.search-result-area .search-title h3 {
  font-size: 40px;
  margin-bottom: 35px;
}
.search-result-area .search-title h6 {
  font-weight: 500;
  font-size: 20px;
}
.search-result-area .search-title p {
  font-weight: 500;
  margin-bottom: 8px;
  color: var(--green-color);
}
.search-result-area .search-title p span {
  font-size: 25px;
  font-weight: 600;
}
.search-result-area .search-title span {
  display: inline-block;
  margin-bottom: 10px;
}
.search-result-area .search-title .search-select {
  max-width: 190px;
  margin-left: auto;
  margin-right: -30px;
}
.search-result-area .search-title .search-select .form-select {
  padding: 0;
  border: none;
  background-size: 46px 12px;
}
.search-result-area .search-result-content .date h5 {
  font-weight: 500;
  font-size: 25px;
}
.search-result-area .search-result-content .date h5 span {
  margin-right: 5px;
  font-size: 14px;
}
.search-result-area .search-result-content .search-date {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.search-result-area .search-result-content .search-date ul li {
  margin-right: 40px;
  position: relative;
  display: inline-block;
}
.search-result-area .search-result-content .search-date ul li a {
  color: var(--paragraph);
}
.search-result-area .search-result-content .search-date ul li i {
  top: 4px;
  color: var(--dark);
  font-size: 18px;
  position: relative;
}
.search-result-area .search-result-content .search-date ul li:last-child {
  margin-right: 0;
}
.search-result-area .search-result-content .search-date ul li:last-child::before {
  display: none;
}
.search-result-area .search-result-content .search-date ul li::before {
  top: 5px;
  right: -20px;
  height: 18px;
  width: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.search-result-area .search-result-content .search-btn {
  margin-bottom: 40px;
}
.search-result-area .search-result-content .search-btn .nav-tabs {
  border: none;
}
.search-result-area .search-result-content .search-btn .nav-tabs .nav-item .nav-link {
  padding: 8px 15px;
  margin-left: 20px;
  color: var(--title-color);
  border-radius: 10px;
  background-color: #f5f5f5;
  border: none;
}
.search-result-area .search-result-content .search-btn .nav-tabs .nav-item .nav-link.active {
  color: var(--white);
  background-color: var(--green-color);
}
.search-result-area .search-result-content .search-btn .sort-title .search-select {
  max-width: 225px;
  margin-left: auto;
}
.search-result-area .search-result-content .search-btn .sort-title .search-select .form-select {
  background-color: #f5f5f5;
  border: none;
}
.search-result-area .search-result-content .nav-tabs-content .tabs-card {
  padding: 30px 30px;
  background-color: #f5f5f5;
}
.search-result-area .search-result-content .nav-tabs-content .tabs-card .flight-time h4 {
  font-size: 25px;
  color: var(--title-color);
}
.search-result-area .search-result-content .nav-tabs-content .tabs-card .flight-time span {
  font-size: 15px;
  display: block;
  color: var(--paragraph);
}
.search-result-area .search-result-content .nav-tabs-content .tabs-card .flight-time a {
  color: var(--dark);
}
.search-result-area .search-result-content .nav-tabs-content .tabs-card .time span {
  font-size: 14px;
  color: var(--paragraph);
}
.search-result-area .search-result-content .nav-tabs-content .tabs-card .tabs-btn {
  position: relative;
}
.search-result-area .search-result-content .nav-tabs-content .tabs-card .accordion-item {
  background-color: transparent;
  border: none;
}
.search-result-area .search-result-content .nav-tabs-content .tabs-card .accordion-item .title {
  margin-right: 40px;
}
.search-result-area .search-result-content .nav-tabs-content .tabs-card .accordion-item p {
  color: var(--green-color);
  margin-bottom: 0;
}
.search-result-area .search-result-content .nav-tabs-content .tabs-card .accordion-item h3 {
  font-size: 23px;
  color: var(--green-color);
}
.search-result-area .search-result-content .nav-tabs-content .tabs-card .accordion-item h3 span {
  font-size: 16px;
}
.search-result-area .search-result-content .nav-tabs-content .tabs-card .accordion-item span {
  font-weight: 500;
  color: var(--green-color);
}
.search-result-area .search-result-content .nav-tabs-content .tabs-card .accordion-item .accordion-header {
  top: 20px;
  right: 0;
  position: absolute;
}
.search-result-area .search-result-content .nav-tabs-content .tabs-card .accordion-item .accordion-header .accordion-button {
  background-color: transparent !important;
  border: none;
  padding: 0;
}
.search-result-area .search-result-content .price-card {
  padding-top: 10px;
}
.search-result-area .search-result-content .price-card .nav-tabs {
  border: none;
}
.search-result-area .search-result-content .price-card .nav-tabs .nav-link {
  text-align: start;
  border: none;
  padding: 0;
  margin-right: 250px;
  background-color: transparent;
}
.search-result-area .search-result-content .price-card .nav-tabs .nav-link:last-child {
  margin-right: 0;
}
.search-result-area .search-result-content .price-card .nav-tabs .nav-link span {
  color: var(--paragraph);
}
.search-result-area .search-result-content .price-card .nav-tabs .nav-link h3 {
  font-size: 25px;
  font-weight: 400;
  color: var(--paragraph);
}
.search-result-area .search-result-content .price-card .nav-tabs .nav-link.active span {
  color: var(--green-color);
}
.search-result-area .search-result-content .price-card .nav-tabs .nav-link.active h3 {
  color: var(--green-color);
}
.search-result-area .search-result-content .price-card .search-price-card {
  margin-top: 25px;
  border-radius: 10px;
  padding: 0 0 30px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  background-color: var(--white);
}
.search-result-area .search-result-content .price-card .search-price-card .light {
  border-radius: 10px 10px 0 0;
  padding: 30px 30px 20px;
  color: var(--white);
  font-size: 20px;
  background-color: var(--primary);
}
.search-result-area .search-result-content .price-card .search-price-card .search-list {
  margin: 30px 30px 0;
}
.search-result-area .search-result-content .price-card .search-price-card .search-list h5 {
  font-size: 20px;
  margin-bottom: 15px;
  color: var(--success-color);
}
.search-result-area .search-result-content .price-card .search-price-card .search-list ul {
  margin-bottom: 30px;
}
.search-result-area .search-result-content .price-card .search-price-card .search-list ul li {
  color: var(--title-color);
  margin-bottom: 15px;
}
.search-result-area .search-result-content .price-card .search-price-card .search-list ul li span {
  color: #646774;
}
.search-result-area .search-result-content .price-card .search-price-card .search-list ul li i {
  font-size: 18px;
  color: var(--green-color);
}
.search-result-area .search-result-content .price-card .search-price-card .search-list ul li .close {
  font-size: 18px;
  color: var(--check-color);
}
.search-result-area .search-result-content .price-card .search-price-card .search-list ul li:last-child {
  margin-bottom: 0;
}
.search-result-area .search-result-content .price-card .search-price-card .search-list .default-btn {
  width: 100%;
  border: none;
}

/*
Home Page 3 CSS
banner area
============================================================*/
.banner-area {
  background: linear-gradient(90deg, rgb(230, 230, 250) 0%, rgb(173, 216, 230) 35%, rgb(245, 245, 220) 100%);
}
.banner-area .banner-content h1 {
  font-size: 80px;
  line-height: 1.14;
  margin-bottom: 10px;
}
.banner-area .banner-content p {
  font-size: 20px;
  margin-bottom: 35px;
}
.banner-area .banner-content .banner-btn {
  margin-bottom: 40px;
}
.banner-area .banner-content .user-warp ul li {
  display: inline-block;
  margin-right: -20px;
}
.banner-area .banner-content .user-warp ul li:last-child {
  margin-right: 0;
}
.banner-area .banner-content .user-warp ul li img {
  border: 1px solid var(--gray-color);
  width: 60px;
  height: 60px;
  border-radius: 100%;
}
.banner-area .banner-content .user-warp .start span {
  font-size: 18px;
  margin-bottom: 5px;
  color: var(--title-color);
}
.banner-area .banner-content .user-warp .start i {
  font-size: 18px;
  color: #e0a800;
}
.banner-area .banner-image {
  margin-left: 80px;
  position: relative;
}
.banner-area .banner-image .cricle-items {
  top: 28%;
  left: 40%;
  right: 0;
  width: 160px;
  height: 160px;
  line-height: 193px;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  transform: translateY(-50%);
  background-color: var(--gray-color);
}
.banner-area .banner-image .cricle-items .rounded-cricle {
  position: relative;
}
.banner-area .banner-image .cricle-items .rounded-cricle i {
  font-size: 60px;
  color: var(--primary);
}
.banner-area .banner-image .cricle-items .rounded-cricle .text {
  top: 15px;
  left: 15px;
  right: 0;
  max-width: 130px;
  bottom: 0;
  position: absolute;
  pointer-events: none;
  animation: rotateme 9s linear infinite;
}

@keyframes rotateme {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*
Features Area CSS
=================================================*/
.features-area .features-card {
  padding: 40px 30px;
  transition: var(--transition);
}
.features-area .features-card .features-icon i {
  font-size: 60px;
  color: var(--primary);
}
.features-area .features-card .content h4 {
  font-size: 25px;
  margin-bottom: 15px;
}
.features-area .features-card .content span {
  font-size: 16px;
  color: var(--paragraph);
}
.features-area .features-card:hover {
  transform: translateY(-5px);
  border: 1px solid var(--primary) !important;
}

/*
Flight Deals Area CSS
=================================================*/
.flight-deals-area {
  background-color: var(--gray-color);
}
.flight-deals-area .offer-image-style .d-card {
  padding: 20px 20px;
  transition: var(--transition);
}
.flight-deals-area .offer-image-style .d-card .d-image {
  overflow: hidden;
  border-radius: 5px;
}
.flight-deals-area .offer-image-style .d-card .d-image img {
  border-radius: 5px;
  transition: var(--transition);
}
.flight-deals-area .offer-image-style .d-card .c-body {
  padding: 20px 0 0;
}
.flight-deals-area .offer-image-style .d-card .c-body h3 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px;
}
.flight-deals-area .offer-image-style .d-card .c-body span {
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
  color: var(--navy-color);
}
.flight-deals-area .offer-image-style .d-card .c-body p {
  font-size: 16px;
  color: var(--navy-color);
}
.flight-deals-area .offer-image-style .d-card .c-body h5 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1;
  color: var(--title-color);
}
.flight-deals-area .offer-image-style .d-card:hover img {
  border-radius: 5px;
  transform: scale(1.2);
}

/*
Services Area CSS
=================================================*/
.services-area .services-card {
  padding: 30px 30px;
}
.services-area .services-card .services-icon {
  margin-bottom: 30px;
}
.services-area .services-card .services-icon.gap-4 {
  gap: 30px !important;
}
.services-area .services-card .services-icon img {
  width: 70px;
  height: 70px;
  transform: rotateY(0);
  transition: all 0.5s linear;
}
.services-area .services-card .services-icon .contant h3 {
  font-size: 25px;
  font-weight: 900;
  margin-bottom: 5px;
}
.services-area .services-card .services-icon .contant h4 {
  font-size: 20px;
}
.services-area .services-card ul li {
  font-size: 16px;
  font-weight: 500;
  color: var(--navy-color);
  margin-bottom: 12px;
}
.services-area .services-card ul li i {
  font-size: 20px;
  color: var(--primary);
}
.services-area .services-card ul li:last-child {
  margin-bottom: 0;
}
.services-area .services-card:hover .services-icon img {
  transform: rotateY(360deg);
}

/*
Offer Bg Area CSS
=================================================*/
.offer-bg-area {
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 150px;
  padding-bottom: 150px;
}
.offer-bg-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(17, 24, 39, 0.8);
}
.offer-bg-area .offer-content .c-card {
  padding: 30px 50px;
}
.offer-bg-area .offer-content .count-card h2 {
  font-size: 50px;
  color: var(--title-color);
  font-family: var(--bodyFontFamily);
}
.offer-bg-area .offer-content .count-card span {
  color: var(--title-color);
  font-size: 20px;
}

/*
Second Choose Area CSS
=================================================*/
.second-choose-area {
  position: relative;
}
.second-choose-area .choose-content .section-heading {
  margin-bottom: 35px;
}
.second-choose-area .choose-content .choose-warp .icon {
  margin-bottom: 22px;
}
.second-choose-area .choose-content .choose-warp .icon i {
  font-size: 55px;
  color: var(--primary);
}
.second-choose-area .choose-content .choose-warp h4 {
  font-size: 20px;
}
.second-choose-area .c-image {
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/*
Review Area CSS
=================================================*/
.review-area {
  background-color: var(--NavyBlue);
}
.review-area .review-items {
  position: relative;
  padding: 80px 100px;
  background-color: var(--white);
}
.review-area .review-items .review-card {
  text-align: center;
}
.review-area .review-items .review-card .quote-icon {
  margin-bottom: 25px;
}
.review-area .review-items .review-card .quote-icon .quote img {
  width: 50px;
  height: 50px;
}
.review-area .review-items .review-card .quote-icon .icon {
  font-size: 18px;
  color: #e0a800;
}
.review-area .review-items .review-card p {
  font-size: 20px;
  margin-bottom: 25px;
}
.review-area .review-items .review-card .user-image {
  text-align: center;
}
.review-area .review-items .review-card .user-image h3 {
  font-size: 25px;
  color: var(--title-color);
}
.review-area .review-items .review-card .user-image span {
  font-size: 18px;
  color: var(--paragraph);
}
.review-area .review-btn .swiper-button-next, .review-area .review-btn .swiper-button-prev {
  display: block;
  color: var(--white);
  width: 65px;
  height: 65px;
  line-height: 65px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.168627451);
  text-align: center;
  font-size: 45px;
  transition: var(--transition);
}
.review-area .review-btn .swiper-button-next::after, .review-area .review-btn .swiper-button-prev::after {
  display: none;
}
.review-area .review-btn .swiper-button-next:hover, .review-area .review-btn .swiper-button-prev:hover {
  color: var(--white);
  background-color: var(--primary);
}
.review-area .review-btn .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, -100px);
  left: auto;
}
.review-area .review-btn .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, -100px);
  right: auto;
}

/*
Go Top Button CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  top: 50%;
  right: 25px;
  background-color: var(--primary);
  color: var(--white);
  width: 40px;
  height: 40px;
  opacity: 0;
  font-size: 25px;
  text-align: center;
  visibility: hidden;
  transition: var(--transition);
  line-height: 42px;
  z-index: 4;
}
.go-top.active {
  top: 98%;
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
}
.go-top::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  z-index: -1;
  background-color: var(--yellow-color);
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}
.go-top:hover {
  color: var(--white);
}
.go-top:hover::before {
  height: 100%;
  opacity: 1;
  visibility: visible;
}

/*
Preloader Area CSS
============================================================*/
.container-preloader {
  align-items: center;
  cursor: none;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.container-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}
.container-preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 100%;
  border: 10px solid rgba(0, 0, 0, 0.2);
  border-top-color: var(--primary);
  height: 100px;
  margin: 0 auto 20px auto;
  width: 100px;
}
.container-preloader .animation-preloader .txt-loading {
  font: bold 60px "Playfair Display", serif;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.container-preloader .animation-preloader .txt-loading .characters {
  color: rgba(0, 0, 0, 0.2);
  position: relative;
}
.container-preloader .animation-preloader .txt-loading .characters:before {
  animation: characters 4s infinite;
  color: var(--primary);
  content: attr(preloader-text);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: rotateY(-90deg);
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(2):before {
  animation-delay: 0.2s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(3):before {
  animation-delay: 0.4s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(4):before {
  animation-delay: 0.6s;
}
.container-preloader .loader-section {
  background-color: var(--white);
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}
.container-preloader .loader-section.section-left {
  left: 0;
}
.container-preloader .loader-section.section-right {
  right: 0;
}

.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
.loaded .loader-section.section-left {
  transform: translateX(-101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}
.loaded .loader-section.section-right {
  transform: translateX(101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes characters {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes wavy {
  0%, 40%, 100% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-20px);
  }
}
@keyframes pop {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes rotate-vertical {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.float-bob-x {
  animation-name: float-bob-x;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.float-bob-x1 {
  animation-name: float-bob-x1;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes float-bob-x {
  0% {
    transform: translateX(-30px);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(-30px);
  }
}
@keyframes float-bob-x1 {
  0% {
    transform: translateY(-30px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(-30px);
  }
}
@keyframes ripple {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.6);
    opacity: 0.6;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.scale {
  animation: scale 2s linear;
}

@keyframes scale {
  0% {
    left: 0;
    position: relative;
    opacity: 0;
    bottom: -400px;
  }
  100% {
    opacity: 1;
    bottom: 0;
    position: relative;
  }
}
.ImgAnimate {
  animation: ImgAnimate 3s infinite cubic-bezier(0.4, 0, 1, 1) 0.2s;
}

@keyframes ImgAnimate {
  0% {
    transform: rotate(0) translate(-10px) rotate(0);
  }
  100% {
    transform: rotate(360deg) translate(-10px) rotate(-360deg);
  }
}
.float-bob-y {
  animation-name: float-bob-y;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes float-bob-y {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(-20px);
  }
}/*# sourceMappingURL=style.css.map */