/*----------------------------------------------------------------------------------- 

Template Name: Tripex - Travel & Tour Booking PHP Template

Description: Tripex is a clean and elegant Travel & Tour Booking HTML template designed for travel agencies, tour operators, and booking platforms. With its modern layout and smooth user experience, it allows you to beautifully showcase destinations, tour packages, and booking options all in one place. Perfect for creating a professional online presence with style and simplicity. 

Version: 1.0 


------------------------------------------------------
   CSS INDEX
-----------------------------------------------------

    01# Common CSS
    02# Hero Section CSS
    03# Destination Section CSS
    04# About Section CSS
    05# Tour Section CSS
    06# Choose Section  CSS
    07# Offer Section CSS
    08# Counter Section CSS
    09# Testimonial Section CSS
    10# Features Section CSS
    11# Blogs Section CSS
    12# Client Section CSS
    13# Gallery Section CSS
    14# CTA Section CSS

-------------------------------------------------------    */
/*==== 01# Common CSS ====*/
/* Hide top bar on tablet/mobile; show on desktop */
.header-top-bar-main {
  display: none !important;
}
@media (min-width: 992px) {
  .header-top-bar-main {
    display: block !important;
  }
}

/* Header responsive & login icon button */
.header-three .header-navigation .main-menu ul > li > a {
  font-size: 15px;
}
.header-three .header-navigation .main-menu ul > li .sub-menu li a {
  font-size: 14px;
}
@media screen and (max-width: 1199.98px) {
  .header-three .header-navigation .main-menu ul > li > a {
    font-size: 14px;
  }
}
.header-three .site-branding .brand-logo img {
  max-height: 50px;
  width: auto;
}
@media screen and (max-width: 1199.98px) {
  .header-three .site-branding .brand-logo img {
    max-height: 42px;
  }
}
.header-three .nav-right-item {
  gap: 10px;
}
.header-three .nav-right-item .nav-button {
  gap: 8px;
}
.header-three .nav-right-item .reservation-btn {
  font-size: 0.875rem;
  padding: 5px 5px 5px 18px;
}
.header-three .nav-right-item .reservation-btn i {
  width: 32px;
  height: 32px;
  margin-left: 12px;
}
@media screen and (max-width: 1199.98px) {
  .header-three .nav-right-item .nav-button .reservation-btn {
    display: none !important;
  }
  .header-three .header-navigation {
    padding: 12px 10px;
  }
  .header-three .nav-right-item .offcanvas-toggle {
    margin-left: 10px;
  }
  .header-three .header-navigation .navbar-toggler {
    margin-left: 10px;
  }
}
@media (max-width: 575.98px) {
  .header-three {
    margin: 8px;
  }
  .header-three .nav-right-item .offcanvas-toggle {
    width: 36px;
    height: 36px;
    margin-left: 8px;
  }
}
.tripex-offcanvas-panel .panel-brand-logo img {
  max-height: 48px;
  width: auto;
}

.big-text h2 {
  font-size: 200px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.05em;
  background: url(../../images/home-one/gallery/footer-text-bg.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1650px) {
  .big-text h2 {
    font-size: 160px;
  }
}
@media (max-width: 1399.98px) {
  .big-text h2 {
    font-size: 140px;
  }
}
@media screen and (max-width: 1199.98px) {
  .big-text h2 {
    font-size: 120px;
  }
}
@media screen and (max-width: 991.98px) {
  .big-text h2 {
    font-size: 80px;
  }
}
@media (max-width: 767.98px) {
  .big-text h2 {
    font-size: 40px;
  }
}

/*===   02# Hero Section CSS ===*/
.tripex-hero-sec .hero-wrapper.hero-wrapper-form {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 520px;
  padding: 80px 0 120px;
  background: url(../../images/home-one/hero/banner.webp) no-repeat center center;
  background-size: cover;
  overflow: visible;
}
.tripex-hero-sec .hero-wrapper.hero-wrapper-form::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(46, 36, 24, 0.72) 0%, rgba(46, 36, 24, 0.4) 55%, rgba(211, 163, 58, 0.25) 100%);
  z-index: 0;
}
.tripex-hero-sec .hero-wrapper.hero-wrapper-form .shape,
.tripex-hero-sec .hero-wrapper.hero-wrapper-form .svg-shape-wrapper {
  display: none;
}
.tripex-hero-sec .hero-wrapper.hero-wrapper-form .container {
  width: 100%;
  position: relative;
  z-index: 2;
  overflow: visible;
}
.tripex-hero-sec .hero-wrapper.hero-wrapper-form .hero-search-wrapper {
  margin: 0 auto;
  position: relative;
  z-index: 2;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  overflow: visible;
}
.tripex-hero-sec .hero-wrapper.hero-wrapper-form .hero-search-wrapper:has(.flight-travelers-group.is-open) {
  z-index: 40;
}
.tripex-hero-sec:has(.hero-wrapper-form) {
  position: relative;
  z-index: 4;
  overflow: visible;
}

.tripex-hero-sec .hero-wrapper {
  padding: 125px 0 155px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.tripex-hero-sec .svg-shape-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 265px;
  z-index: -1;
}
.tripex-hero-sec .svg-shape-wrapper svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tripex-hero-sec .svg-shape-wrapper svg use {
  -webkit-animation: wave 7s linear infinite;
          animation: wave 7s linear infinite;
}
.tripex-hero-sec .svg-shape-wrapper svg use:nth-child(2) {
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-delay: -1.5s;
          animation-delay: -1.5s;
}
.tripex-hero-sec .shape {
  position: absolute;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .tripex-hero-sec .shape {
    display: none;
  }
}
.tripex-hero-sec .shape.shape-one {
  top: 80px;
  left: 47px;
}
@media (max-width: 1650px) {
  .tripex-hero-sec .shape.shape-one {
    left: 35px;
    top: 50px;
  }
}
@media screen and (max-width: 1199.98px) {
  .tripex-hero-sec .shape.shape-one {
    top: 0;
  }
}
.tripex-hero-sec .shape.shape-two {
  left: 115px;
  bottom: 30%;
}
@media (max-width: 1650px) {
  .tripex-hero-sec .shape.shape-two {
    left: 30px;
  }
}
@media screen and (max-width: 1199.98px) {
  .tripex-hero-sec .shape.shape-two {
    display: none;
  }
}
.tripex-hero-sec .shape.shape-three {
  right: 35%;
  top: 60px;
}
@media screen and (max-width: 1199.98px) {
  .tripex-hero-sec .shape.shape-three {
    top: 0;
  }
}
.tripex-hero-sec .shape.shape-four {
  top: 65px;
  right: 75px;
}
@media screen and (max-width: 1199.98px) {
  .tripex-hero-sec .shape.shape-four {
    display: none;
  }
}
.tripex-hero-sec .shape.shape-five {
  right: 7%;
  bottom: 30%;
}
@media screen and (max-width: 1199.98px) {
  .tripex-hero-sec .shape.shape-five {
    bottom: 15%;
  }
}
.tripex-hero-sec .hero-content .sub-title {
  font-size: 40px;
  margin-bottom: 15px;
}
.tripex-hero-sec .hero-content h1 {
  font-size: 75px;
  line-height: 85px;
  letter-spacing: -2.25px;
  margin-bottom: 30px;
}
.tripex-hero-sec .hero-content h1 span img {
  border-radius: 35px;
}
@media (max-width: 1650px) {
  .tripex-hero-sec .hero-content h1 {
    font-size: 70px;
  }
}
@media (max-width: 767.98px) {
  .tripex-hero-sec .hero-content h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
.tripex-hero-sec .hero-content p {
  font-size: 20px;
  margin-bottom: 40px;
}
.tripex-hero-sec .hero-content p span {
  color: var(--heading-color);
  font-weight: 600;
}
.tripex-hero-sec .hero-content .hero-button .theme-btn {
  margin-bottom: 15px;
}
.tripex-hero-sec .hero-content .hero-button .theme-btn:not(:last-child) {
  margin-right: 15px;
}
.tripex-hero-sec .hero-image-box {
  position: relative;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 1199.98px) {
  .tripex-hero-sec .hero-image-box {
    display: none;
  }
}
.tripex-hero-sec .hero-image-box .blur-shape {
  position: absolute;
  z-index: -1;
  top: 80px;
  right: 80px;
}
.tripex-hero-sec .hero-image-box .blur-shape span {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-color: var(--primary-color);
  -webkit-filter: blur(100px);
          filter: blur(100px);
}
.tripex-hero-sec .hero-image-box .tripex-image {
  position: absolute;
  bottom: -155px;
  right: 0;
}
.tripex-hero-sec .hero-search-wrapper {
  margin-top: -50px;
  position: relative;
  z-index: 2;
}
.tripex-hero-sec .hero-wrapper-form .hero-search-wrapper {
  margin-top: 0;
}

.hero-search-wrapper {
  position: relative;
  padding: 24px 50px;
  background-color: var(--white-color);
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 12px;
  -webkit-box-shadow: 10px 4px 30px rgba(197, 197, 197, 0.25);
          box-shadow: 10px 4px 30px rgba(197, 197, 197, 0.25);
}
@media (max-width: 1650px) {
  .hero-search-wrapper:not(.hero-flight-search) {
    width: 95%;
  }
}
.hero-flight-search.hero-search-wrapper {
  width: 100%;
  max-width: 100%;
  padding: 0;
  overflow: visible;
}
.hero-trip-tab-content {
  padding: 28px 40px 32px;
  overflow: visible;
  position: relative;
  z-index: 1;
}
.hero-trip-tab-content .tab-pane {
  overflow: visible;
}
.hero-search-flight,
.hero-search-multi .multi-city-footer {
  position: relative;
  z-index: 1;
  overflow: visible;
}
.hero-search-wrapper .hero-search.hero-search-flight {
  width: 100%;
  align-items: flex-end;
  justify-content: stretch;
  gap: 0;
  flex-wrap: nowrap;
}
.hero-search-wrapper .hero-search.hero-search-flight .form-group {
  width: auto;
  flex: 1 1 0;
  min-width: 0;
  padding: 0 18px;
}
.hero-search-wrapper .hero-search.hero-search-flight .form-group:first-child {
  padding-left: 0;
}
.hero-search-wrapper .hero-search.hero-search-flight .form-group.form-button {
  flex: 0 0 auto;
  width: auto;
  min-width: 170px;
  padding-left: 20px;
  padding-right: 0;
}
@media screen and (max-width: 1199.98px) {
  .hero-search-wrapper .hero-search.hero-search-flight {
    flex-wrap: wrap;
    gap: 15px;
  }
  .hero-search-wrapper .hero-search.hero-search-flight .form-group {
    width: 48%;
    flex: none;
  }
  .hero-search-wrapper .hero-search.hero-search-flight .form-group.form-button {
    width: 100%;
    min-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .hero-search-wrapper .hero-search.hero-search-flight .form-group {
    width: 100%;
  }
}
.hero-search-wrapper .hero-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 30px;
}
@media screen and (max-width: 1199.98px) {
  .hero-search-wrapper .hero-search {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.hero-search-wrapper .hero-search .form-group {
  position: relative;
  width: 100%;
  padding: 0 20px;
}
@media screen and (max-width: 1199.98px) {
  .hero-search-wrapper .hero-search .form-group {
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 10px 20px;
    width: 48%;
  }
}
@media screen and (max-width: 991.98px) {
  .hero-search-wrapper .hero-search .form-group {
    width: 47%;
  }
}
@media (max-width: 767.98px) {
  .hero-search-wrapper .hero-search .form-group {
    width: 100%;
  }
}
@media screen and (max-width: 1199.98px) {
  .hero-search-wrapper .hero-search .form-group:not(:last-child) {
    margin-bottom: 20px;
  }
}
.hero-search-wrapper .hero-search .form-group:not(:last-child):after {
  position: absolute;
  top: 15px;
  right: 0;
  content: "";
  width: 1px;
  height: 30px;
  background-color: var(--border-color);
}
.hero-search-wrapper .hero-search .form-group:first-child {
  padding-left: 0;
}
@media screen and (max-width: 1199.98px) {
  .hero-search-wrapper .hero-search .form-group:first-child {
    padding-left: 20px;
  }
}
.hero-search-wrapper .hero-search .form-group:last-child {
  text-align: end;
  padding-right: 0;
}
@media screen and (max-width: 1199.98px) {
  .hero-search-wrapper .hero-search .form-group:last-child {
    padding: 0;
    text-align: center;
    border: none;
    width: 100%;
  }
}
.hero-search-wrapper .hero-search label {
  display: block;
  font-size: 14px;
}
.hero-search-wrapper .hero-search label i {
  margin-right: 10px;
  font-size: 16px;
}
.hero-search-wrapper .hero-search .nice-select {
  border: none;
  color: var(--heading-color);
  padding-left: 25px;
  line-height: 1;
}
.hero-search-wrapper .hero-search .submit-btn {
  padding: 11px 35px;
  background-color: var(--primary-color);
  border-radius: 30px;
  color: var(--white-color);
  font-weight: 600;
  font-family: var(--heading-font);
}
.hero-search-wrapper .hero-search .submit-btn i {
  margin-left: 20px;
}
@media screen and (max-width: 1199.98px) {
  .hero-search-wrapper .hero-search .submit-btn {
    width: 100%;
  }
}

/* Hero Flight Search Tabs */
.hero-flight-search {
  padding: 0;
  overflow: visible;
}
.hero-trip-tab-content .tab-pane {
  width: 100%;
  overflow: visible;
}
.hero-search-flight {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: stretch;
  gap: 0;
  flex-wrap: nowrap;
}
.hero-trip-tabs {
  border-bottom: 1px solid var(--border-color);
  padding: 0 30px;
  gap: 8px;
}
.hero-trip-tabs .nav-item {
  margin-bottom: 0;
}
.hero-trip-tabs .nav-link {
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  padding: 18px 22px;
  font: 600 16px var(--heading-font);
  color: var(--text-color);
  background: transparent;
  margin-bottom: -1px;
}
.hero-trip-tabs .nav-link:hover {
  color: var(--primary-color);
  border-color: transparent;
}
.hero-trip-tabs .nav-link.active {
  color: var(--primary-color);
  background: transparent;
  border-color: var(--primary-color);
}
@media (max-width: 767.98px) {
  .hero-trip-tabs {
    padding: 0 15px;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .hero-trip-tabs .nav-link {
    padding: 14px 16px;
    font-size: 14px;
    white-space: nowrap;
  }
  .hero-trip-tab-content {
    padding: 20px 15px 24px;
  }
}
.hero-search-flight .form-group:not(:last-child):after,
.hero-search-multi .multi-city-row .form-group:not(:last-child):after {
  display: none;
}
.hero-search-flight .form-group,
.hero-search-multi .multi-city-row .form-group {
  padding: 0 18px;
  border: none;
  width: auto;
  flex: 1 1 0;
  min-width: 0;
  margin-bottom: 0;
}
.hero-search-flight .form-group:first-child,
.hero-search-multi .multi-city-row .form-group:first-child {
  padding-left: 0;
}
.hero-search-flight .form-group.form-button {
  flex: 0 0 auto;
  padding-right: 0;
  padding-left: 20px;
  display: flex;
  align-items: flex-end;
  min-width: 170px;
}
.hero-search-flight .form-group.form-button .submit-btn {
  width: 100%;
  white-space: nowrap;
}
.hero-search-flight .form-group .nice-select {
  width: 100%;
  float: none;
}
.hero-search-flight .flight-travelers-group .flight-travelers-toggle {
  min-height: 32px;
}
.hero-search-flight .form_control {
  width: 100%;
  border: none;
  padding: 8px 0 0;
  font-size: 15px;
  font-weight: 600;
  color: var(--heading-color);
  background: transparent;
}
.hero-search-flight .form_control:focus {
  outline: none;
  box-shadow: none;
}
.hero-search-flight .form-group + .form-group:not(.form-button) {
  border-left: 1px solid var(--border-color);
  padding-left: 20px;
}
@media screen and (max-width: 1199.98px) {
  .hero-search-flight {
    flex-wrap: wrap;
    gap: 15px;
  }
  .hero-search-flight .form-group {
    width: 48%;
    border: 1px solid var(--border-color) !important;
    border-radius: 10px;
    padding: 12px 15px !important;
    flex: none;
    min-width: auto;
  }
  .hero-search-flight .form-group + .form-group:not(.form-button) {
    border-left: 1px solid var(--border-color);
  }
  .hero-search-flight .form-group.form-button {
    width: 100%;
    min-width: 100%;
    border: none !important;
    padding: 0 !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 767.98px) {
  .hero-search-flight .form-group {
    width: 100%;
  }
}
.hero-search-multi .multi-city-row {
  display: flex;
  align-items: flex-end;
  gap: 15px;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px dashed var(--border-color);
  position: relative;
}
.hero-search-multi .remove-flight-btn {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  background: var(--white-color);
  color: var(--text-color);
  cursor: pointer;
  margin-bottom: 4px;
  transition: all 0.3s;
}
.hero-search-multi .remove-flight-btn:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.hero-search-multi .multi-city-row:last-child {
  margin-bottom: 0;
}
.hero-search-multi .multi-city-row .form_control {
  width: 100%;
  border: none;
  padding: 8px 0 0;
  font-size: 15px;
  font-weight: 600;
  color: var(--heading-color);
  background: transparent;
}
.hero-search-multi .multi-city-row .form_control:focus {
  outline: none;
}
.hero-search-multi .multi-city-footer {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 22px;
  padding-top: 8px;
}
.hero-search-multi .add-flight-btn {
  border: 1px dashed var(--primary-color);
  background: var(--gray-color);
  color: var(--primary-color);
  font: 600 14px var(--heading-font);
  padding: 12px 20px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s;
}
.hero-search-multi .add-flight-btn:hover {
  background: var(--primary-color);
  color: var(--white-color);
  border-style: solid;
}
.hero-search-multi .add-flight-btn i {
  margin-right: 8px;
}
.hero-search-multi .travelers-group {
  flex: 1;
  min-width: 200px;
  padding: 0;
  border: none;
}
.hero-search-multi .travelers-group .flight-travelers-picker {
  width: 100%;
}
.flight-travelers-group {
  position: relative;
  z-index: 2;
}
.flight-travelers-group.is-open {
  z-index: 50;
}
.flight-travelers-picker {
  position: relative;
  width: 100%;
  overflow: visible;
}
.flight-travelers-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: none;
  background: transparent;
  padding: 8px 0 0;
  font-size: 15px;
  font-weight: 600;
  color: var(--heading-color);
  font-family: var(--heading-font);
  text-align: left;
  cursor: pointer;
}
.flight-travelers-summary {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.flight-travelers-summary-travelers {
  display: block;
  line-height: 1.3;
}
.flight-travelers-summary-class {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: var(--primary-color);
  line-height: 1.3;
}
.flight-travelers-toggle:focus {
  outline: none;
}
.flight-travelers-chevron {
  font-size: 12px;
  color: var(--text-color);
  transition: transform 0.2s ease;
  flex-shrink: 0;
}
.flight-travelers-group.is-open .flight-travelers-chevron {
  transform: rotate(180deg);
}
.flight-travelers-panel {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  min-width: 320px;
  background: var(--white-color);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.14);
  padding: 16px;
  z-index: 60;
  max-height: none;
  overflow: visible;
}
.hero-search-multi .flight-travelers-panel {
  left: auto;
  right: 0;
}
.flight-travelers-section + .flight-travelers-section {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}
.flight-travelers-section-title {
  margin: 0 0 10px;
  font: 600 14px var(--heading-font);
  color: var(--heading-color);
}
.flight-travelers-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}
.flight-travelers-row:last-of-type {
  border-bottom: none;
}
.flight-travelers-row-info strong {
  display: block;
  font: 600 15px var(--heading-font);
  color: var(--heading-color);
}
.flight-travelers-row-info span {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  color: var(--text-color);
}
.flight-travelers-counter {
  display: flex;
  align-items: center;
  gap: 12px;
}
.flight-counter-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  background: var(--white-color);
  color: var(--heading-color);
  font-size: 18px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.flight-counter-btn:hover:not(:disabled) {
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.flight-counter-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.flight-counter-value {
  min-width: 18px;
  text-align: center;
  font: 600 16px var(--heading-font);
  color: var(--heading-color);
}
.flight-travelers-note {
  margin: 8px 0 0;
  font-size: 12px;
  color: var(--text-color);
  line-height: 1.4;
}
.flight-cabin-select {
  width: 100%;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding: 11px 14px;
  font-size: 14px;
  font-weight: 600;
  color: var(--heading-color);
  background: var(--white-color);
  cursor: pointer;
  appearance: auto;
}
.flight-cabin-select:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 2px rgba(211, 163, 58, 0.15);
}
.flight-travelers-apply {
  width: 100%;
  margin-top: 14px;
  padding: 11px 16px;
  border: none;
  border-radius: 30px;
  background: var(--primary-color);
  color: var(--white-color);
  font: 600 14px var(--heading-font);
  cursor: pointer;
  transition: background 0.2s ease;
}
.flight-travelers-apply:hover {
  background: var(--heading-color);
}
@media (max-width: 767.98px) {
  .flight-travelers-panel {
    left: 0;
    right: 0;
    min-width: 0;
  }
  .hero-search-multi .flight-travelers-panel {
    left: 0;
    right: 0;
  }
}
.hero-search-multi .multi-city-row .form-group + .form-group {
  border-left: 1px solid var(--border-color);
  padding-left: 20px;
}
.hero-search-multi .multi-city-footer .form-group.form-button {
  flex: 0 0 auto;
  min-width: 170px;
  margin-left: auto;
  padding: 0;
  border: none;
  display: flex;
  align-items: flex-end;
}
.hero-search-multi .multi-city-footer .submit-btn,
.hero-search-wrapper .hero-search-multi .submit-btn {
  padding: 11px 35px;
  background-color: var(--primary-color);
  border-radius: 30px;
  color: var(--white-color);
  font-weight: 600;
  font-family: var(--heading-font);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.hero-search-multi .multi-city-footer .submit-btn:hover {
  background-color: var(--heading-color);
  color: var(--white-color);
}
.hero-search-multi .multi-city-footer .submit-btn i {
  margin-left: 20px;
}
.hero-search-multi .flight-date-picker,
.hero-search-flight .flight-date-picker {
  cursor: pointer;
}
.flatpickr-calendar.flight-search-datepicker {
  width: 18rem;
  padding: 8px;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  box-shadow: 10px 4px 30px rgba(197, 197, 197, 0.35);
  font-family: var(--body-font);
}
.flight-search-datepicker .flatpickr-months {
  padding: 4px 4px 10px;
}
.flight-search-datepicker .flatpickr-months .flatpickr-month {
  height: 36px;
}
.flight-search-datepicker .flatpickr-current-month {
  font: 600 15px var(--heading-font);
  color: var(--heading-color);
  padding-top: 4px;
}
.flight-search-datepicker .flatpickr-current-month .flatpickr-monthDropdown-months,
.flight-search-datepicker .flatpickr-current-month input.cur-year {
  font: 600 15px var(--heading-font);
  color: var(--heading-color);
}
.flight-search-datepicker .flatpickr-prev-month,
.flight-search-datepicker .flatpickr-next-month {
  top: 8px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  padding: 4px;
}
.flight-search-datepicker .flatpickr-prev-month:hover,
.flight-search-datepicker .flatpickr-next-month:hover {
  background: var(--gray-color);
}
.flight-search-datepicker .flatpickr-prev-month svg,
.flight-search-datepicker .flatpickr-next-month svg {
  fill: var(--heading-color);
}
.flight-search-datepicker .flatpickr-weekdays {
  height: 32px;
}
.flight-search-datepicker .flatpickr-weekday {
  font-size: 12px;
  font-weight: 600;
  color: var(--text-color);
}
.flight-search-datepicker .flatpickr-day {
  border-radius: 8px;
  color: var(--heading-color);
  font-weight: 500;
}
.flight-search-datepicker .flatpickr-day:hover {
  background: rgba(211, 163, 58, 0.15);
  border-color: transparent;
}
.flight-search-datepicker .flatpickr-day.today {
  border-color: var(--primary-color);
}
.flight-search-datepicker .flatpickr-day.selected,
.flight-search-datepicker .flatpickr-day.startRange,
.flight-search-datepicker .flatpickr-day.endRange {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white-color);
}
.flight-search-datepicker .flatpickr-day.flatpickr-disabled {
  color: #b8b8b8;
}
@media (max-width: 767.98px) {
  .hero-search-multi .multi-city-row {
    flex-direction: column;
    align-items: stretch;
  }
  .hero-search-multi .multi-city-row .form-group {
    width: 100%;
    padding: 0 !important;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 12px 15px !important;
  }
  .hero-search-multi .multi-city-row .form-group + .form-group {
    border-left: none;
    padding-left: 15px !important;
  }
  .hero-search-multi .multi-city-footer {
    flex-direction: column;
    align-items: stretch;
  }
  .hero-search-multi .multi-city-footer .form-group.form-button {
    width: 100%;
    min-width: 100%;
    margin-left: 0;
  }
  .hero-search-multi .multi-city-footer .form-button {
    width: 100%;
  }
  .hero-search-multi .multi-city-footer .submit-btn {
    width: 100%;
  }
}

/*===   03# Destination Section CSS ===*/
.tripex-destination-sec .section-title h2 span {
  background-color: var(--primary-color);
  padding: 3px 8px;
  border-radius: 15px;
  color: var(--white-color);
  line-height: 1;
}

.destination-slider .slick-slide {
  margin-right: 30px;
}

.tripex-destination-item .thumbnail {
  position: relative;
  overflow: hidden;
}
.tripex-destination-item .thumbnail img {
  border-radius: 150px;
}
.tripex-destination-item .thumbnail .hover-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tripex-destination-item .thumbnail .hover-content .content {
  display: block;
  background-color: var(--white-color);
  width: 100%;
  padding: 30px;
  text-align: center;
  border-bottom-left-radius: 130px;
  border-bottom-right-radius: 130px;
  min-height: 130px;
}
.tripex-destination-item .thumbnail .hover-content .content span {
  padding: 8px 15px;
  border-radius: 14px;
  font-weight: 600;
  color: var(--white-color);
  line-height: 1;
  border: 1px solid var(--white-color);
  font-size: 14px;
  background-color: var(--primary-color);
  -webkit-box-shadow: 10px 4px 30px 0px rgba(211, 163, 58, 0.5);
          box-shadow: 10px 4px 30px 0px rgba(211, 163, 58, 0.5);
  margin-bottom: 15px;
}

.tripex-destination-sec .section-title p {
  color: var(--text-color);
  font-size: 18px;
  margin-bottom: 0;
}

/*=== Custom Travel Section CSS ===*/
.tripex-custom-travel-sec {
  padding: 0 20px;
}
.tripex-custom-travel-sec .counter-feat-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1199.98px) {
  .tripex-custom-travel-sec .counter-feat-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tripex-custom-travel-sec .counter-feat-wrapper .counter-wrapper {
  width: calc(65% - 10px);
  padding: 30px;
  min-height: 665px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-radius: 15px;
  margin-left: 10px;
  margin-right: 0;
}
@media (max-width: 1650px) {
  .tripex-custom-travel-sec .counter-feat-wrapper .counter-wrapper {
    width: calc(55% - 10px);
  }
}
@media screen and (max-width: 1199.98px) {
  .tripex-custom-travel-sec .counter-feat-wrapper .counter-wrapper {
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .tripex-custom-travel-sec .counter-feat-wrapper .counter-wrapper {
    min-height: auto;
    padding: 20px;
  }
}
.tripex-custom-travel-sec .custom-travel-form-area {
  background-color: var(--white-color);
  border-radius: 15px;
  max-width: 960px;
  width: 100%;
}
.tripex-custom-travel-sec .counter-feat-wrapper .features-wrapper {
  width: 35%;
  background-color: var(--primary-black-color);
  border-radius: 15px;
  padding: 80px 60px;
  position: relative;
  z-index: 1;
  margin-right: 0;
}
@media (max-width: 1650px) {
  .tripex-custom-travel-sec .counter-feat-wrapper .features-wrapper {
    width: 45%;
  }
}
@media screen and (max-width: 1199.98px) {
  .tripex-custom-travel-sec .counter-feat-wrapper .features-wrapper {
    width: 100%;
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .tripex-custom-travel-sec .counter-feat-wrapper .features-wrapper {
    padding: 40px 30px;
  }
}
.tripex-custom-travel-sec .counter-feat-wrapper .features-wrapper .shape {
  position: absolute;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .tripex-custom-travel-sec .counter-feat-wrapper .features-wrapper .shape {
    display: none;
  }
}
.tripex-custom-travel-sec .counter-feat-wrapper .features-wrapper .shape.shape-one {
  top: 50px;
  right: 50px;
}
.tripex-custom-travel-sec .counter-feat-wrapper .features-wrapper .map-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: bottom;
  z-index: -1;
  opacity: 0.05;
}
.tripex-custom-travel-sec .custom-travel-content p {
  margin-bottom: 30px;
  color: var(--white-color);
}
.tripex-custom-travel-sec .custom-travel-content p strong {
  color: var(--secondary-color);
}
.tripex-custom-travel-sec .custom-travel-content .check-list {
  margin-bottom: 30px;
}
.tripex-custom-travel-sec .custom-travel-content .check-list li {
  color: var(--white-color);
  font-weight: 500;
}
.tripex-custom-travel-sec .custom-travel-content .check-list li:not(:last-child) {
  margin-bottom: 20px;
}
.tripex-custom-travel-sec .custom-travel-content .check-list li i {
  color: var(--secondary-color);
}
.tripex-custom-travel-sec .why-choose-box {
  background-color: rgba(255, 255, 255, 0.08);
  border-left: 4px solid var(--primary-color);
  border-radius: 12px;
  padding: 25px 30px;
}
.tripex-custom-travel-sec .why-choose-box h5 {
  margin-bottom: 10px;
  color: var(--white-color);
}
.tripex-custom-travel-sec .why-choose-box p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.85);
}
.tripex-custom-travel-sec .custom-travel-form-card {
  border-radius: 15px;
  padding: 35px 30px;
}
.tripex-custom-travel-sec .custom-travel-form-card h3 {
  color: var(--secondary-color);
  margin-bottom: 25px;
}
.tripex-custom-travel-sec .custom-travel-form label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 8px;
}
.tripex-custom-travel-sec .custom-travel-form .form_control {
  border-radius: 10px;
  border: 1px solid rgba(17, 34, 28, 0.1);
  padding: 12px 20px;
  margin-bottom: 20px;
  color: var(--heading-color);
}
.tripex-custom-travel-sec .custom-travel-form .form_control:focus {
  border-color: var(--primary-color);
  outline: none;
  -webkit-box-shadow: 10px 4px 30px 0px rgba(211, 163, 58, 0.2);
          box-shadow: 10px 4px 30px 0px rgba(211, 163, 58, 0.2);
}
.tripex-custom-travel-sec .custom-travel-form .nice-select {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
  border: 1px solid rgba(17, 34, 28, 0.1);
  height: 50px;
  line-height: 48px;
  padding-left: 20px;
  padding-right: 20px;
}
.tripex-custom-travel-sec .custom-travel-form .theme-btn {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tripex-custom-travel-sec .form-privacy-note {
  text-align: center;
  font-size: 13px;
  color: var(--text-color);
  margin-bottom: 0;
  margin-top: 15px;
}
.tripex-custom-travel-sec .form-privacy-note i {
  margin-right: 6px;
  color: var(--primary-color);
}

/*=== FAQ Section CSS ===*/
.tripex-faq-sec {
  background-color: var(--gray-color);
}
.tripex-faq-sec .section-title p {
  color: var(--text-color);
  font-size: 18px;
  margin-bottom: 0;
}
.tripex-faq-sec .accordion-card-three {
  border: 1px solid var(--border-color);
  border-radius: 14px;
  padding: 14px 20px;
  background-color: var(--white-color);
}
.tripex-faq-sec .accordion-card-three .accordion-title {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  color: var(--heading-color);
  margin-bottom: 0;
}
.tripex-faq-sec .accordion-card-three .accordion-title:after {
  margin-left: auto;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  color: var(--text-color);
}
.tripex-faq-sec .accordion-card-three .accordion-title[aria-expanded=true] {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
}
.tripex-faq-sec .accordion-card-three .accordion-title[aria-expanded=true]:after {
  content: "\f106";
  color: var(--secondary-color);
}
.tripex-faq-sec .accordion-card-three .accordion-content {
  padding: 20px 0 10px;
}
.tripex-faq-sec .accordion-card-three .accordion-content p {
  margin-bottom: 0;
}

/*===   04# About Section CSS ===*/
.tripex-about-sec {
  position: relative;
  z-index: 1;
}
.tripex-about-sec .shape {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 1199.98px) {
  .tripex-about-sec .shape {
    display: none;
  }
}
.tripex-about-sec .shape.shape-one {
  top: 20%;
  left: 55px;
}
.tripex-about-sec .shape.shape-two {
  bottom: 120px;
  left: 90px;
}
.tripex-about-sec .shape.shape-three {
  bottom: 100px;
  right: 0;
}
.tripex-about-sec .tripex-image-box {
  position: relative;
}
@media (max-width: 767.98px) {
  .tripex-about-sec .tripex-image-box {
    text-align: center;
  }
}
.tripex-about-sec .tripex-image-box .tripex-image.image-one {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}
.tripex-about-sec .tripex-image-box .tripex-image.image-one img {
  border-radius: 120px;
}
.tripex-about-sec .tripex-image-box .tripex-image.image-two {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .tripex-about-sec .tripex-image-box .tripex-image.image-two {
    position: relative;
    right: 0;
    bottom: 0;
  }
}
.tripex-about-sec .tripex-image-box .tripex-image.image-three {
  position: absolute;
  top: 85px;
  right: 60px;
  z-index: 1;
}
.tripex-about-sec .tripex-image-box .tripex-award-card {
  position: relative;
  margin-left: 30px;
  z-index: 3;
}
.tripex-about-sec .tripex-content-box .tripex-iconic-list {
  padding-top: 30px;
  border-top: 1px solid var(--border-color);
}
.tripex-about-sec .tripex-content-box .tripex-button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tripex-about-sec .tripex-content-box .tripex-button-wrap .tripex-button {
  margin-right: 50px;
}
@media screen and (max-width: 1199.98px) {
  .tripex-about-sec .tripex-content-box .tripex-button-wrap .tripex-button {
    margin-right: 20px;
  }
}

.tripex-award-card {
  background-color: var(--primary-color);
  padding: 35px 40px;
  border-radius: 30px;
  max-width: 300px;
}
.tripex-award-card .icon {
  margin-bottom: 25px;
}
.tripex-award-card .content h5 {
  color: var(--white-color);
}

.tripex-iconic-item .content h5 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.tripex-iconic-item .content h5 i {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--primary-color);
  font-size: 40px;
  color: var(--white-color);
  margin-right: 20px;
}
.tripex-iconic-item .content p {
  line-height: 28px;
  font-weight: 500;
}

.tripex-avatar-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid var(--border-color);
  border-radius: 30.5px;
  padding: 8px 25px 8px 8px;
  background-color: var(--white-color);
  -webkit-box-shadow: 10px 4px 60px 0px rgba(211, 163, 58, 0.2);
          box-shadow: 10px 4px 60px 0px rgba(211, 163, 58, 0.2);
}
.tripex-avatar-card ul li {
  display: inline-block;
}
.tripex-avatar-card ul li:not(:first-child) {
  margin-left: -15px;
}
.tripex-avatar-card ul li img {
  border-radius: 50%;
  width: 44px;
  height: 44px;
  border: 2px solid var(--border-color);
  -webkit-box-shadow: 10px 4px 60px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 10px 4px 60px 0px rgba(0, 0, 0, 0.1);
}
.tripex-avatar-card span {
  font-size: 18px;
  font-weight: 500;
  margin-left: 15px;
}

/*===   05# Tour Section CSS ===*/
.tripex-tour-sec {
  position: relative;
  z-index: 1;
  background-color: var(--primary-black-color);
  margin: 0 20px;
  border-radius: 15px;
}
.tripex-tour-sec .container-fluid {
  padding-left: 65px;
  padding-right: 65px;
}
@media (max-width: 1650px) {
  .tripex-tour-sec .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.tripex-tour-sec .shape {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 1199.98px) {
  .tripex-tour-sec .shape {
    display: none;
  }
}
.tripex-tour-sec .shape.shape-one {
  top: 100px;
  left: 150px;
}
@media (max-width: 1650px) {
  .tripex-tour-sec .shape.shape-one {
    left: 60px;
  }
}
.tripex-tour-sec .shape.shape-two {
  top: 90px;
  right: 160px;
}
@media (max-width: 1650px) {
  .tripex-tour-sec .shape.shape-two {
    right: 60px;
  }
}

.tripex-tour-sec .section-title h2 span {
  color: var(--secondary-color);
}
.tripex-tour-item .content-wrap .content .tour-duration {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  color: var(--text-color);
  line-height: 1.5;
}
.tripex-tour-item .thumbnail .tour-countdown {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 14px;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0.65);
  color: var(--white-color);
  border-radius: 8px;
}
.tripex-tour-item .thumbnail .tour-countdown i {
  margin-right: 6px;
}

.tour-slider {
  margin-left: -15px;
  margin-right: -15px;
}
.tour-slider .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.tour-slider .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
  height: auto;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.tour-slider .slick-slide > div {
  width: 100%;
}
.tour-slider .slick-dots {
  text-align: center;
}
.tour-slider .slick-dots li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.tour-slider .slick-dots li button {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--white-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tour-slider .slick-dots li.slick-active button {
  width: 30px;
  background-color: var(--secondary-color);
  border-radius: 3.5px;
}

.tripex-tour-item {
  padding: 10px;
  border-radius: 15px;
  background-color: var(--white-color);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tripex-tour-item .thumbnail {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tripex-tour-item .thumbnail img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.tripex-tour-item .content-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tripex-tour-item .thumbnail .features-tag {
  position: absolute;
  top: 15px;
  left: 15px;
}
.tripex-tour-item .thumbnail .offer, .tripex-tour-item .thumbnail .tag-text {
  background-color: var(--secondary-color);
  color: var(--white-color);
  padding: 8px 15px;
  line-height: 1;
  font-family: var(--heading-font);
  font-weight: 600;
  border-radius: 10px;
}
.tripex-tour-item .thumbnail .offer {
  background-color: var(--primary-color);
}
.tripex-tour-item .thumbnail .duration {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-weight: 500;
  padding: 11px 20px;
  line-height: 1;
  background-color: var(--white-color);
  color: var(--heading-color);
  border-radius: 30px;
}
.tripex-tour-item .content-wrap .content {
  padding: 25px 35px 28px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1650px) {
  .tripex-tour-item .content-wrap .content {
    padding: 25px 30px 28px;
  }
}
@media screen and (max-width: 991.98px) {
  .tripex-tour-item .content-wrap .content {
    padding: 25px 10px 28px;
  }
}
.tripex-tour-item .content-wrap .content .ratings {
  margin-bottom: 5px;
}
.tripex-tour-item .content-wrap .content h4 {
  margin-bottom: 15px;
}
@media screen and (max-width: 991.98px) {
  .tripex-tour-item .content-wrap .content h4 {
    font-size: 20px;
  }
}
.tripex-tour-item .content-wrap .content span {
  margin-bottom: 20px;
}
.tripex-tour-item .content-wrap .content span i {
  margin-right: 10px;
}
.tripex-tour-item .content-wrap .tour-meta {
  border: 1px solid var(--border-color);
  border-radius: 10px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tripex-tour-item .content-wrap .tour-meta .meta-item {
  padding: 8px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 33.33%;
}
@media (max-width: 575.98px) {
  .tripex-tour-item .content-wrap .tour-meta .meta-item {
    padding: 15px 10px;
  }
}
.tripex-tour-item .content-wrap .tour-meta .meta-item:nth-child(2) {
  border-left: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
}
.tripex-tour-item .content-wrap .tour-meta .meta-item .meta-title {
  color: var(--text-color);
  display: block;
}
.tripex-tour-item .content-wrap .tour-meta .meta-item .meta-title i {
  margin-right: 5px;
  color: var(--secondary-color);
}
.tripex-tour-item .content-wrap .tour-meta .meta-item .meta-value {
  color: var(--heading-color);
  font-weight: 700;
  font-size: 20px;
}
.tripex-tour-item .content-wrap .tour-footer {
  padding: 0 35px 10px;
  margin-top: auto;
}
@media screen and (max-width: 991.98px) {
  .tripex-tour-item .content-wrap .tour-footer {
    padding: 0 10px 10px;
  }
}
.tripex-tour-item .content-wrap .tour-footer .theme-btn.style-one {
  padding: 5px 5px 5px 25px;
}

/*===   06# Featured Destinations Section CSS ===*/
.tripex-featured-destination-sec {
  position: relative;
  z-index: 1;
}
.tripex-featured-destination-sec .section-title h2 {
  font-weight: 700;
}
.destination-filter-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
.destination-filter-tabs .filter-tab {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 50px;
  border: 1px solid var(--border-color);
  background-color: var(--white-color);
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.destination-filter-tabs .filter-tab:hover,
.destination-filter-tabs .filter-tab.active {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white-color);
}
.featured-dest-card {
  display: block;
  background-color: var(--white-color);
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.featured-dest-card-static {
  cursor: default;
}
.featured-dest-card-static:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.featured-dest-card .card-img {
  overflow: hidden;
  aspect-ratio: 4 / 3;
}
.featured-dest-card .card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.featured-dest-card .card-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 18px 22px;
  background-color: var(--white-color);
}
.featured-dest-card .card-footer i {
  color: var(--heading-color);
  font-size: 16px;
}
.featured-dest-card .card-footer span {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

/*===   06# Why Choose Section CSS ===*/
.tripex-activities-sec {
  position: relative;
  z-index: 1;
}
.tripex-activities-sec .shape {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 1199.98px) {
  .tripex-activities-sec .shape {
    display: none;
  }
}
.tripex-activities-sec .shape.shape-one {
  top: 120px;
  left: 45px;
}
@media (max-width: 1650px) {
  .tripex-activities-sec .shape.shape-one {
    left: 15px;
  }
}
.tripex-activities-sec .shape.shape-two {
  top: 120px;
  right: 145px;
}
@media (max-width: 1650px) {
  .tripex-activities-sec .shape.shape-two {
    right: 40px;
  }
}
.tripex-activities-sec .tripex-image-box {
  position: relative;
  padding-left: 10px;
}
@media (max-width: 767.98px) {
  .tripex-activities-sec .tripex-image-box {
    text-align: center;
    padding-left: 0;
  }
}
.tripex-activities-sec .tripex-image-box .tripex-image img {
  border-radius: 30px;
}
.tripex-activities-sec .tripex-image-box .tripex-country-card {
  position: absolute;
  bottom: 0;
  left: 33%;
}
@media (max-width: 767.98px) {
  .tripex-activities-sec .tripex-image-box .tripex-country-card {
    position: relative;
    bottom: auto;
    left: auto;
    margin: 30px auto 0;
  }
}

.tripex-country-card {
  background-color: var(--secondary-color);
  padding: 30px 40px 40px;
  max-width: 295px;
  border-radius: 30px;
}
.tripex-country-card .content h5 {
  margin-bottom: 20px;
  color: var(--white-color);
}
.tripex-country-card .content ul.avatar-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tripex-country-card .content ul.avatar-list li:not(:first-child) {
  margin-left: -10px;
}
.tripex-country-card .content ul.avatar-list li img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid var(--border-color);
}

.tripex-features-table {
  border: 1px solid var(--border-color);
  border-radius: 10px;
}
.tripex-features-table .features-table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tripex-features-table .features-table-row:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}
@media (max-width: 767.98px) {
  .tripex-features-table .features-table-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.tripex-features-table .features-table-row .features-table-col {
  padding: 10px;
  width: 50%;
}
.tripex-features-table .features-table-row .features-table-col:not(:last-child) {
  border-right: 1px solid var(--border-color);
}
@media (max-width: 767.98px) {
  .tripex-features-table .features-table-row .features-table-col {
    width: 100%;
  }
}

.tripex-iconic-box {
  background-color: var(--gray-color);
  padding: 30px 35px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1650px) {
  .tripex-iconic-box {
    padding: 30px;
  }
}
.tripex-iconic-box .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--white-color);
  color: var(--heading-color);
  font-size: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tripex-iconic-box .content h5 {
  line-height: 30px;
}
@media (max-width: 1650px) {
  .tripex-iconic-box .content h5 {
    font-size: 18px;
  }
}
.tripex-iconic-box:hover .icon {
  background-color: var(--secondary-color);
  color: var(--white-color);
}

/*===   07. Offer Section CSS ===*/
.tripex-offer-sec {
  position: relative;
  z-index: 1;
}
.tripex-offer-sec .shape {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 1199.98px) {
  .tripex-offer-sec .shape {
    display: none;
  }
}
.tripex-offer-sec .shape.shape-one {
  left: 65px;
  bottom: 45px;
}
.tripex-offer-sec .shape.shape-two {
  bottom: 100px;
  right: 70px;
}

.tripex-offer-item {
  background-color: var(--primary-color);
  padding: 40px;
  position: relative;
  border-radius: 15px;
  z-index: 1;
}
.tripex-offer-item .offer-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.tripex-offer-item .content {
  width: 50%;
}
@media (max-width: 767.98px) {
  .tripex-offer-item .content {
    width: 100%;
  }
}
.tripex-offer-item .content span {
  font-family: var(--heading-font);
  font-size: 22px;
  font-weight: 700;
  color: var(--white-color);
  padding: 7px 25px;
  background-size: contain;
  line-height: 1;
  background-position: center left;
  margin-bottom: 10px;
}
.tripex-offer-item .content h3 {
  margin-bottom: 30px;
  color: var(--white-color);
}
.tripex-offer-item .content .theme-btn {
  background-color: var(--white-color);
  color: var(--heading-color);
}
.tripex-offer-item .content .theme-btn i {
  background-color: var(--secondary-color);
  color: var(--white-color);
}
.tripex-offer-item .content .theme-btn:hover {
  background-color: var(--primary-black-color);
  color: var(--white-color);
}
.tripex-offer-item .thumbnail {
  position: absolute;
  right: 20px;
  bottom: 0;
}
@media (max-width: 767.98px) {
  .tripex-offer-item .thumbnail {
    display: none;
  }
}

/*===   08# Counter Section CSS ===*/
.tripex-counter-sec {
  padding: 0 20px;
}
.tripex-counter-sec .counter-feat-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1199.98px) {
  .tripex-counter-sec .counter-feat-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tripex-counter-sec .counter-feat-wrapper .counter-wrapper {
  width: calc(65% - 10px);
}
@media (max-width: 1650px) {
  .tripex-counter-sec .counter-feat-wrapper .counter-wrapper {
    width: calc(55% - 10px);
  }
}
@media screen and (max-width: 1199.98px) {
  .tripex-counter-sec .counter-feat-wrapper .counter-wrapper {
    width: 100%;
  }
}
.tripex-counter-sec .counter-feat-wrapper .features-wrapper {
  width: 35%;
}
@media (max-width: 1650px) {
  .tripex-counter-sec .counter-feat-wrapper .features-wrapper {
    width: 45%;
  }
}
@media screen and (max-width: 1199.98px) {
  .tripex-counter-sec .counter-feat-wrapper .features-wrapper {
    width: 100%;
  }
}
.tripex-counter-sec .counter-feat-wrapper .counter-wrapper {
  padding: 30px;
  min-height: 665px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-radius: 15px;
  margin-right: 10px;
}
@media (max-width: 767.98px) {
  .tripex-counter-sec .counter-feat-wrapper .counter-wrapper {
    margin-right: 0;
  }
}
.tripex-counter-sec .counter-feat-wrapper .counter-wrapper .counter-area {
  background-color: var(--white-color);
  border-radius: 15px;
  max-width: 960px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tripex-counter-sec .counter-feat-wrapper .counter-wrapper .counter-area .tripex-counter-item:not(:last-child) {
  border-right: 1px solid var(--border-color);
}
@media (max-width: 767.98px) {
  .tripex-counter-sec .counter-feat-wrapper .counter-wrapper .counter-area .tripex-counter-item:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
    border-right: none;
  }
}
@media (max-width: 767.98px) {
  .tripex-counter-sec .counter-feat-wrapper .counter-wrapper .counter-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tripex-counter-sec .counter-feat-wrapper .features-wrapper {
  background-color: var(--primary-black-color);
  border-radius: 15px;
  padding: 80px 60px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1199.98px) {
  .tripex-counter-sec .counter-feat-wrapper .features-wrapper {
    margin-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .tripex-counter-sec .counter-feat-wrapper .features-wrapper {
    padding: 40px 30px;
  }
}
.tripex-counter-sec .counter-feat-wrapper .features-wrapper .shape {
  position: absolute;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .tripex-counter-sec .counter-feat-wrapper .features-wrapper .shape {
    display: none;
  }
}
.tripex-counter-sec .counter-feat-wrapper .features-wrapper .shape.shape-one {
  top: 50px;
  right: 50px;
}
.tripex-counter-sec .counter-feat-wrapper .features-wrapper .map-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: bottom;
  z-index: -1;
  opacity: 0.05;
}
.tripex-counter-sec .counter-feat-wrapper .features-wrapper .tripex-content-box p {
  margin-bottom: 40px;
  color: var(--white-color);
}
.tripex-counter-sec .counter-feat-wrapper .features-wrapper .tripex-content-box ul.check-list {
  margin-bottom: 25px;
}
.tripex-counter-sec .counter-feat-wrapper .features-wrapper .tripex-content-box ul.check-list li {
  color: var(--white-color);
}
.tripex-counter-sec .counter-feat-wrapper .features-wrapper .tripex-content-box ul.check-list li:not(:last-child) {
  margin-bottom: 20px;
}
.tripex-counter-sec .counter-feat-wrapper .features-wrapper .tripex-content-box .tripex-image img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 767.98px) {
  .tripex-counter-sec .counter-feat-wrapper .features-wrapper .tripex-content-box .tripex-image {
    margin-bottom: 30px;
  }
}

.tripex-counter-item {
  padding: 39px 80px 50px;
}
@media (max-width: 1650px) {
  .tripex-counter-item {
    padding: 39px 30px 50px;
  }
}
@media screen and (max-width: 1199.98px) {
  .tripex-counter-item {
    padding: 39px 60px 50px;
  }
}
@media screen and (max-width: 991.98px) {
  .tripex-counter-item {
    padding: 39px 30px 50px;
  }
}
@media (max-width: 767.98px) {
  .tripex-counter-item {
    text-align: center;
  }
}
.tripex-counter-item .content {
  margin-bottom: 45px;
}
.tripex-counter-item .icon {
  font-size: 65px;
  color: var(--primary-color);
}

/*===   09# Testimonial Section CSS ===*/
.ratings i {
  color: var(--secondary-color);
}

.tripex-testimonial-sec {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid var(--border-color);
}
.tripex-testimonial-sec .shape {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 1199.98px) {
  .tripex-testimonial-sec .shape {
    display: none;
  }
}
.tripex-testimonial-sec .shape.shape-one {
  top: 140px;
  left: 75px;
}
@media (max-width: 1650px) {
  .tripex-testimonial-sec .shape.shape-one {
    top: 40px;
    left: 20px;
  }
}
.tripex-testimonial-sec .shape.shape-two {
  bottom: 100px;
  left: 75px;
}
@media (max-width: 1650px) {
  .tripex-testimonial-sec .shape.shape-two {
    bottom: 40px;
  }
}
.tripex-testimonial-sec .shape.shape-three {
  top: 120px;
  right: 140px;
}
@media (max-width: 1650px) {
  .tripex-testimonial-sec .shape.shape-three {
    top: 40px;
    right: 40px;
  }
}
.tripex-testimonial-sec .shape.shape-four {
  bottom: 100px;
  right: 85px;
}
@media (max-width: 1650px) {
  .tripex-testimonial-sec .shape.shape-four {
    bottom: 40px;
  }
}
.tripex-testimonial-sec .tripex-image-box .tripex-image.image-one img, .tripex-testimonial-sec .tripex-image-box .tripex-image.image-two img {
  border-radius: 150px;
}
@media (max-width: 767.98px) {
  .tripex-testimonial-sec .tripex-image-box {
    display: none;
  }
}
.tripex-testimonial-sec .tripex-content-box {
  padding-left: 60px;
}
@media screen and (max-width: 1199.98px) {
  .tripex-testimonial-sec .tripex-content-box {
    padding-left: 0;
  }
}
.tripex-testimonial-sec .tripex-content-box .testimonial-dots {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 15px 25px;
  border: 1px solid var(--primary-color);
  -webkit-box-shadow: 10px 4px 20px 0px rgba(211, 163, 58, 0.2);
          box-shadow: 10px 4px 20px 0px rgba(211, 163, 58, 0.2);
  border-radius: 19px;
}
.tripex-testimonial-sec .tripex-content-box .testimonial-dots .slick-dots {
  line-height: 0;
}
.tripex-testimonial-sec .tripex-content-box .testimonial-dots .slick-dots li {
  margin-left: 5px;
  margin-right: 5px;
}
.tripex-testimonial-sec .tripex-content-box .testimonial-dots .slick-dots li button {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--secondary-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tripex-testimonial-sec .tripex-content-box .testimonial-dots .slick-dots li.slick-active button {
  background-color: var(--secondary-color);
  border-radius: 3.5px;
  width: 30px;
}

.tripex-testimonial-item .testimonial-content .quote-author-item {
  padding: 20px 30px;
  border: 1px solid var(--border-color);
  border-radius: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.tripex-testimonial-item .testimonial-content .quote-author-item .quote {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: var(--secondary-color);
  border-color: 3px solid var(--white-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 10px 4px 30px 0px rgba(211, 163, 58, 0.5);
          box-shadow: 10px 4px 30px 0px rgba(211, 163, 58, 0.5);
  font-size: 25px;
  color: var(--white-color);
  margin-right: -13px;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .tripex-testimonial-item .testimonial-content .quote-author-item .quote {
    display: none;
  }
}
.tripex-testimonial-item .testimonial-content .quote-author-item .author-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tripex-testimonial-item .testimonial-content .quote-author-item .author-item .author-thumb {
  width: 90px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 30px;
}
.tripex-testimonial-item .testimonial-content .quote-author-item .author-item .author-thumb img {
  width: 100%;
  border-radius: 50px 50px 0px 50px;
}
.tripex-testimonial-item .testimonial-content p {
  font-size: 27px;
  line-height: 42px;
  font-weight: 700;
  font-family: var(--heading-font);
  color: var(--heading-color);
}

/*===   10# Travel Quote Section CSS ===*/
.tripex-travel-quote-sec {
  position: relative;
  margin: 0 8px;
  padding: 120px 0;
  background-position: center center;
  background-size: cover;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 991.98px) {
  .tripex-travel-quote-sec {
    padding: 90px 0;
  }
}
@media screen and (max-width: 767.98px) {
  .tripex-travel-quote-sec {
    padding: 70px 0;
  }
}
.tripex-travel-quote-sec .travel-quote-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(46, 36, 24, 0.55) 0%, rgba(46, 36, 24, 0.7) 100%);
  z-index: 0;
}
.tripex-travel-quote-sec .container {
  position: relative;
  z-index: 1;
}
.tripex-travel-quote-sec .travel-quote-content {
  max-width: 820px;
  margin: 0 auto;
}
.tripex-travel-quote-sec .quote-tagline {
  display: block;
  color: var(--white-color);
  font-style: italic;
  font-size: 18px;
  margin-bottom: 18px;
}
.tripex-travel-quote-sec .travel-quote-content h2 {
  color: #d9935d;
  font-size: 52px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media screen and (max-width: 991.98px) {
  .tripex-travel-quote-sec .travel-quote-content h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767.98px) {
  .tripex-travel-quote-sec .travel-quote-content h2 {
    font-size: 30px;
  }
}
.tripex-travel-quote-sec .quote-author {
  color: var(--white-color);
  font-size: 16px;
  margin-bottom: 35px;
}
.tripex-travel-quote-sec .travel-quote-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  border-radius: 50px;
  background-color: #000000;
  color: var(--white-color);
  font-weight: 600;
  border: none;
}
.tripex-travel-quote-sec .travel-quote-btn i {
  background: transparent;
  color: var(--white-color);
  width: auto;
  height: auto;
  line-height: 1;
  border-radius: 0;
  font-size: 14px;
  margin-left: 0;
  transition: transform 0.3s ease;
}
.tripex-travel-quote-sec .travel-quote-btn:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.tripex-travel-quote-sec .travel-quote-btn:hover i {
  color: var(--white-color);
  transform: translateX(4px);
}

.tripex-choose-sec {
  position: relative;
  z-index: 1;
}
.tripex-choose-sec .shape {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 1199.98px) {
  .tripex-choose-sec .shape {
    display: none;
  }
}
.tripex-choose-sec .shape.shape-one {
  bottom: 90px;
  left: 85px;
}
@media (max-width: 1650px) {
  .tripex-choose-sec .shape.shape-one {
    left: 10px;
  }
}
.tripex-choose-sec .shape.shape-two {
  top: 85px;
  right: 40px;
}
.tripex-choose-sec .tripex-image-box {
  padding-left: 30px;
  margin-right: -130px;
}
@media (max-width: 1650px) {
  .tripex-choose-sec .tripex-image-box {
    margin-right: -80px;
  }
}
@media screen and (max-width: 1199.98px) {
  .tripex-choose-sec .tripex-image-box {
    margin-right: 0;
  }
}

.tripex-iconic-box-two {
  background-color: var(--white-color);
  border: 1px solid var(--border-color);
  border-radius: 15px;
  padding: 30px 35px 23px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tripex-iconic-box-two .content h6 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 28px;
  margin-bottom: 25px;
}
.tripex-iconic-box-two .content h6 i {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66px;
  height: 66px;
  border-radius: 10px;
  background-color: #EAF4E6;
  color: var(--primary-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 40px;
  margin-right: 20px;
  line-height: 1;
}
.tripex-iconic-box-two:hover {
  border-color: var(--primary-color);
  -webkit-filter: drop-shadow(10px 4px 60px rgba(211, 163, 58, 0.2));
          filter: drop-shadow(10px 4px 60px rgba(211, 163, 58, 0.2));
}
@media (max-width: 1650px) {
  .tripex-iconic-box-two {
    padding: 30px 25px 23px;
  }
}

/*===   11# Blogs Section CSS ===*/
.tripex-blog-sec {
  margin: 0 20px;
  position: relative;
  z-index: 1;
  border-radius: 20px;
}
@media (max-width: 767.98px) {
  .tripex-blog-sec {
    margin: 0 20px;
  }
}
.tripex-blog-sec:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  max-height: 1014px;
  height: 100%;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#EAF4E6), to(rgba(234, 244, 230, 0)));
  background: linear-gradient(180deg, #EAF4E6 0%, rgba(234, 244, 230, 0) 100%);
  z-index: -2;
}
.tripex-blog-sec .map-bg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-size: contain;
  background-position: top;
  z-index: -1;
  width: 100%;
  height: 700px;
  opacity: 0.05;
}
.tripex-blog-sec .shape {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 1199.98px) {
  .tripex-blog-sec .shape {
    display: none;
  }
}
.tripex-blog-sec .shape.shape-one {
  left: 50px;
  top: 50%;
}
.tripex-blog-sec .shape.shape-two {
  top: 100px;
  right: 70px;
}

.blog-post-item .thumbnail img {
  border-radius: 15px;
  width: 100%;
}
.blog-post-item .content {
  position: relative;
  border: 1px solid var(--border-color);
  border-radius: 15px;
  background-color: var(--white-color);
  -webkit-filter: drop-shadow(10px 4px 60px rgba(211, 163, 58, 0.1));
          filter: drop-shadow(10px 4px 60px rgba(211, 163, 58, 0.1));
  padding: 25px 40px 35px;
  margin-top: -30px;
}
@media (max-width: 1650px) {
  .blog-post-item .content {
    padding: 25px 25px 35px;
  }
}
.blog-post-item .content .post-meta {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 20px;
}
.blog-post-item .content .post-meta span:not(:last-child) {
  margin-right: 25px;
}
@media (max-width: 1650px) {
  .blog-post-item .content .post-meta span:not(:last-child) {
    margin-right: 15px;
  }
}
@media screen and (max-width: 991.98px) {
  .blog-post-item .content .post-meta span:not(:last-child) {
    margin-right: 10px;
  }
}
.blog-post-item .content .post-meta span i {
  margin-right: 7px;
}
.blog-post-item .content h4 {
  margin-bottom: 20px;
}
.blog-post-item .content h4:hover {
  color: var(--primary-color);
}
@media (max-width: 1650px) {
  .blog-post-item .content h4 {
    font-size: 20px;
  }
}
.blog-post-item .content p {
  margin-bottom: 20px;
}
.blog-post-item .content .post-footer {
  border-top: 1px solid var(--border-color);
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991.98px) {
  .blog-post-item .content .post-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 991.98px) {
  .blog-post-item .content .post-footer .author {
    margin-bottom: 20px;
  }
}
.blog-post-item .content .post-footer .author img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
}
.blog-post-item .content .post-footer .theme-btn.style-one {
  background-color: var(--gray-color);
  color: var(--text-color);
}
.blog-post-item .content .post-footer .theme-btn.style-one i {
  color: var(--text-color);
}
.blog-post-item .content .post-footer .theme-btn.style-one:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.blog-post-item .content .post-footer .theme-btn.style-one:hover i {
  color: var(--primary-color);
}

/*====   12# Client Section CSS ====*/
.tripex-clients-sec {
  margin: 0 8px;
}

.client-wrapper {
  border: 1px solid var(--border-color);
  padding: 60px 30px 70px;
  border-radius: 15px;
}
@media screen and (max-width: 1199.98px) {
  .client-wrapper {
    padding: 40px 30px 50px;
  }
}
.client-wrapper h4 {
  color: var(--text-color);
  font-weight: 400;
  margin-bottom: 37px;
}
@media screen and (max-width: 1199.98px) {
  .client-wrapper h4 {
    font-size: 18px;
  }
}

.tripex-client-item .thumbnail {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  margin: 0 auto;
}
.tripex-client-item .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 767.98px) {
  .tripex-client-item .thumbnail {
    width: 100px;
    height: 100px;
  }
}

/*===== 13# Gallery / Exclusive Travel Offers Section CSS ====*/
.tripex-gallery-sec {
  margin: 0 8px;
}

.travel-offers-sec .section-title h2 {
  color: var(--primary-color);
}

.travel-offers-sec .section-title p {
  color: var(--text-color);
  margin-top: 10px;
}

.gallery-slider {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}
@media screen and (max-width: 991.98px) {
  .gallery-slider {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.gallery-slider .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (max-width: 991.98px) {
  .gallery-slider .slick-slide {
    margin-left: 12px;
    margin-right: 12px;
  }
}

.travel-offers-sec .gallery-slider .prev,
.travel-offers-sec .gallery-slider .next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  color: var(--heading-color);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.travel-offers-sec .gallery-slider .prev:hover,
.travel-offers-sec .gallery-slider .next:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.travel-offers-sec .gallery-slider .prev {
  left: 5px;
}
.travel-offers-sec .gallery-slider .next {
  right: 5px;
}

.travel-offers-sec .tripex-gallery-item .thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.travel-offers-sec .tripex-gallery-item .thumbnail a {
  display: block;
  position: relative;
}
.travel-offers-sec .tripex-gallery-item .thumbnail img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 15px;
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
.travel-offers-sec .tripex-gallery-item:hover .thumbnail img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.travel-offers-sec .tripex-gallery-item .thumbnail::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 15px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.55) 100%);
  pointer-events: none;
}
.travel-offers-sec .tripex-gallery-item .offer-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
  background-color: var(--primary-color);
  color: var(--white-color);
  padding: 8px 16px;
  line-height: 1;
  font-family: var(--heading-font);
  font-weight: 600;
  font-size: 14px;
  border-radius: 10px;
}
.travel-offers-sec .tripex-gallery-item .offer-caption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 2;
  color: var(--white-color);
  font-family: var(--heading-font);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 767.98px) {
  .travel-offers-sec .tripex-gallery-item .offer-caption {
    font-size: 18px;
  }
}

.tripex-gallery-item:hover .thumbnail .hover-content {
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.tripex-gallery-item .thumbnail {
  position: relative;
}
.tripex-gallery-item .thumbnail img {
  width: 100%;
  border-radius: 15px;
}
.tripex-gallery-item .thumbnail .hover-content {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-color: var(--white-color);
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tripex-gallery-item .thumbnail .inner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px dashed var(--secondary-color);
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.tripex-gallery-item .thumbnail .content {
  border-radius: 50%;
}
.tripex-gallery-item .thumbnail .content a {
  font-weight: 500;
}
.tripex-gallery-item .thumbnail .content h4 {
  margin-bottom: 20px;
}
.tripex-gallery-item .thumbnail .content .icon-btn.style-one {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: var(--white-color);
}

/*===== 14# CTA Section CSS ====*/
.tripex-cta-sec {
  margin: 0 20px;
}
@media (max-width: 767.98px) {
  .tripex-cta-sec {
    margin: 0 10px;
  }
}
.tripex-cta-sec .cta-wrapper {
  position: relative;
  z-index: 1;
  background-color: var(--primary-black-color);
  border-radius: 15px;
  padding-top: 40px;
}
.tripex-cta-sec .cta-wrapper .shape {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 1199.98px) {
  .tripex-cta-sec .cta-wrapper .shape {
    display: none;
  }
}
.tripex-cta-sec .cta-wrapper .shape.shape-one {
  top: 80px;
  left: 55px;
}
@media (max-width: 1650px) {
  .tripex-cta-sec .cta-wrapper .shape.shape-one {
    top: 30px;
    left: 0;
  }
}
@media (max-width: 1399.98px) {
  .tripex-cta-sec .cta-wrapper .shape.shape-one {
    top: 30px;
    left: 20px;
  }
  .tripex-cta-sec .cta-wrapper .shape.shape-one img {
    width: 60%;
  }
}
.tripex-cta-sec .cta-wrapper .shape.shape-two {
  top: 75px;
  right: 44px;
}
@media (max-width: 1399.98px) {
  .tripex-cta-sec .cta-wrapper .shape.shape-two {
    display: none;
  }
}
.tripex-cta-sec .cta-wrapper .map-bg {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 40px;
  width: 50%;
  height: 100%;
  background-size: contain;
}
.tripex-cta-sec .tripex-content-box {
  padding-bottom: 52px;
}
@media (max-width: 1399.98px) {
  .tripex-cta-sec .tripex-content-box {
    padding-right: 30px;
  }
}
@media screen and (max-width: 991.98px) {
  .tripex-cta-sec .tripex-content-box {
    margin-bottom: 40px;
    padding-right: 0;
  }
}
.tripex-cta-sec .tripex-content-box h2 {
  color: var(--white-color);
  margin-bottom: 15px;
}
@media (max-width: 1650px) {
  .tripex-cta-sec .tripex-content-box h2 {
    font-size: 50px;
  }
}
@media (max-width: 1399.98px) {
  .tripex-cta-sec .tripex-content-box h2 {
    font-size: 45px;
    line-height: 60px;
  }
}
@media screen and (max-width: 1199.98px) {
  .tripex-cta-sec .tripex-content-box h2 {
    font-size: 32px;
    line-height: 45px;
  }
}
@media (max-width: 767.98px) {
  .tripex-cta-sec .tripex-content-box h2 {
    font-size: 24px;
    line-height: 35px;
  }
}
.tripex-cta-sec .tripex-content-box p {
  color: var(--white-color);
  max-width: 575px;
  margin-bottom: 25px;
}

.tripex-cta-sec.tripex-cta-sec-full {
  margin: 0;
}

.tripex-cta-sec.tripex-cta-sec-full .cta-wrapper {
  border-radius: 0;
}

/*=== Rayaa Footer ===*/
.rayaa-footer {
  background: linear-gradient(180deg, #4a3a22 0%, #352a18 45%, #1f1810 100%);
  color: var(--white-color);
}
.rayaa-footer .svg-shape-wrapper {
  display: none;
}
.rayaa-footer .footer-widget .widget-title {
  color: var(--secondary-color);
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.rayaa-footer .footer-widget p,
.rayaa-footer .footer-widget ul li a,
.rayaa-footer .footer-contact-list li,
.rayaa-footer .footer-contact-list li span {
  color: rgba(255, 255, 255, 0.88);
}
.rayaa-footer .footer-widget ul li a:hover,
.rayaa-footer .footer-contact-list li a:hover {
  color: var(--secondary-color);
}
.rayaa-footer .footer-widget.footer-nav-widget ul li a:before {
  background-color: var(--secondary-color);
}
.rayaa-footer .footer-social-inline {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.rayaa-footer .footer-social-inline a {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  font-size: 16px;
  transition: color 0.3s;
}
.rayaa-footer .footer-social-inline a:hover {
  color: var(--secondary-color);
}
.rayaa-footer .footer-contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rayaa-footer .footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
  line-height: 1.6;
}
.rayaa-footer .footer-contact-list li i {
  color: var(--primary-color);
  margin-top: 4px;
  flex-shrink: 0;
}
.rayaa-footer .footer-contact-list li a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.rayaa-footer .big-text h2 {
  background: none;
  -webkit-text-fill-color: transparent;
  color: transparent;
  -webkit-text-stroke: 2px var(--primary-color);
  paint-order: stroke fill;
  text-transform: uppercase;
}
@media screen and (max-width: 991.98px) {
  .rayaa-footer .big-text h2 {
    -webkit-text-stroke-width: 1.5px;
  }
}
@media (max-width: 767.98px) {
  .rayaa-footer .big-text h2 {
    -webkit-text-stroke-width: 1px;
  }
}
.rayaa-footer .copyright-area {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.rayaa-footer .copyright-area .copyright-text p,
.rayaa-footer .copyright-area .copyright-nav a {
  color: rgba(255, 255, 255, 0.75);
}
.rayaa-footer .copyright-area .copyright-text .copyright,
.rayaa-footer .copyright-area .copyright-text .company {
  color: var(--secondary-color);
}
.rayaa-footer .copyright-area .copyright-nav a:hover {
  color: var(--secondary-color);
}