/*-----------------------------------------------------------------------------------

    Template Name: Bahon - Travel Agency HTML5 Template
    Template URI: https://www.stthemes.com/tf/bahon
    Description: Bahon - Travel Agency HTML5 Template
    Author: TemplateMonster
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS	
    02. Header CSS
    03. Slider CSS
    04. About CSS
    05. Tour CSS
    06. Best Money CSS
    07. Best Things CSS
    08. Team CSS
    09. Package CSS
    10. Testimonial CSS
    11. Blog CSS
    12. Footer CSS

-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/
/* 1. Theme default css */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&family=Poppins:wght@400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
  line-height: 26px; }

.w-img img {
  width: 100%; }

.m-img img {
  max-width: 100%; }

.transition-3,
span {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

*::after,
*::before,
input,
textarea {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.after::after,
.before::before {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: absolute;
  content: ''; }

a,
.btn {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

a:focus,
.button:focus {
  text-decoration: none;
  outline: none; }

a:focus,
a:hover {
  color: inherit;
  text-decoration: none; }

a,
button {
  color: inherit;
  outline: none;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

button:focus {
  outline: 0;
  border: 0; }

.uppercase {
  text-transform: uppercase; }

.capitalize {
  text-transform: capitalize; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #d4a017;
  margin-top: 0px;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s; }

h1 {
  font-size: 40px;
  font-weight: 700; }

h2 {
  font-size: 35px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

ul {
  margin: 0px;
  padding: 0px; }

li {
  list-style: none; }

p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
  margin-bottom: 15px;
  line-height: 26px; }

*::-moz-selection {
  background: #ff6600;
  color: #ffffff;
  text-shadow: none; }

::-moz-selection {
  background: #ff6600;
  color: #ffffff;
  text-shadow: none; }

::selection {
  background: #ff6600;
  color: #ffffff;
  text-shadow: none; }

/*--
    - Input Placeholder
-----------------------------------------*/
*::-moz-placeholder {
  color: #252e45;
  font-size: 14px;
  opacity: 1; }

*::placeholder {
  color: #252e45;
  font-size: 14px;
  opacity: 1; }

/*--
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden; }

.clear {
  clear: both; }

.f-left {
  float: left; }

.f-right {
  float: right; }

.p-relative {
  position: relative; }

.p-absolute {
  position: absolute; }

/*--
    - Background color
-----------------------------------------*/
.grey-bg {
  background: linear-gradient(135deg,#041421,#0b3550); }

.grey-bg-2 {
  background: #000000; }

.grey-bg-4 {
  background: #f9f9f9; }

.white-bg {
  background: #0a1a2f; }

.black-bg {
  background: #252e45; }

.black-soft-bg {
  background: #b0b0b0; }

.footer-bg {
  background: #001940; }

.footer-bottom-bg {
  background: #00122f; }

.theme-bg {
  background: #ff6600; }

/*--
    - color
-----------------------------------------*/
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
  color: #ffffff; }

.white-color {
  color: #ffffff; }

.black-color {
  color: #252e45; }

.theme-color {
  color: #ff6600; }

.nice-select ul li {
  display: block; }

/* btn */
.btn {
  font-size: 14px;
  color: #ffffff;
  background-color: #ff6600;
  font-family: "Poppins", sans-serif;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
  height: 42px;
  line-height: 40px;
  padding: 0 25px;
  text-transform: uppercase;
  font-weight: 500;
  border: 1px solid transparent; }

.btn:hover {
  background: #252e45;
  color: #ffffff; }

.btn.btn-border {
  border: 1px solid #ffffff;
  background: transparent; }

.btn.btn-border:hover {
  background: #ffffff;
  color: #252e45; }

.btn.btn-half-square {
  background: #ff6600;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn.btn-half-square:hover {
  background: #252e45;
  color: #ffffff; }

.btn.btn-square {
  background: #ff6600;
  border-radius: 0; }

.btn.btn-square:hover {
  background: #252e45;
  color: #ffffff; }

/* section title */
.sec-title h1 {
  font-size: 42px;
  line-height: 70px;
  margin-bottom: 4px; }

.sec-title p {
  padding: 0 40px;
  font-size: 16px;
  line-height: 25px; }

/* social */
.social ul li {
  display: inline-block;
  margin-right: 13px; }

.social ul li a {
  font-size: 13px; }

.social ul li a:hover {
  color: #ff6600; }

/* scroll to top */
#scroll a {
  position: fixed;
  right: 10px;
  bottom: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  color: #252e45;
  list-style-type: none;
  background: transparent;
  margin-right: 20px;
  border: 1px solid #252e45;
  z-index: 999; }

#scroll a:hover {
  background: #252e45;
  color: #ffffff; }

/* page title */
.page-title {
  position: relative; }

.page-title-inner {
  position: relative;
  min-height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.page-title-inner::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); }

.page-breadcrumb h1 {
  font-size: 24px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: -5px; }

.page-breadcrumb .breadcrumb {
  background: transparent; }

.page-breadcrumb .breadcrumb-item {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff; }

.page-breadcrumb .breadcrumb-item.active::before {
  color: #ffffff; }

.page-details {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

.page-details-breadcrumb .breadcrumb {
  background: #f5f5f5;
  border-radius: 0;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  margin-bottom: 0;
  padding: 20px 30px; }

.page-details-breadcrumb .breadcrumb-item {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #333b55; }

.page-details-breadcrumb .breadcrumb-item.active::before {
  content: '|';
  color: #ff6600; }

.page-details-breadcrumb .breadcrumb-item.active {
  color: #ff6600; }

/*----------------------------------------*/
/*  02. HEADER CSS START 
/*----------------------------------------*/
.header-area {
  background: rgba(0, 0, 0, 0.5);
  z-index: 11; }


.logo img {
        height: 100px;
        width: 100px;
}

.header-area.header-2 {
  background: transparent;
  padding: 45px 0; }

.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%; }

.header-top {
  padding-top: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d1d3d4; }

.header-top-left span {
  color: #ffffff;
  margin-right: 25px;
  font-family: "Poppins", sans-serif; }

.header-top-left span i {
  margin-right: 8px; }

.header-lang .nice-select,
.header-currency .nice-select {
  background-color: transparent;
  padding-right: 25px;
  padding-left: 0; }

.header-lang .nice-select .list,
.header-currency .nice-select .list {
  margin-top: 10px; }

.header-lang .nice-select::after,
.header-currency .nice-select::after {
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff; }

.header-lang .nice-select span,
.header-currency span {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  line-height: 24px; }

.header-action {
  margin-left: 7px; }

.header-action a {
  display: inline-block;
  color: #ffffff;
  position: relative;
  padding-right: 10px;
  margin-right: 4px;
  font-family: "Poppins", sans-serif;
  font-weight: 400; }

.header-action a:hover {
  color: #ff6600; }

.header-action a:last-child {
  padding-right: 0;
  margin-right: 0px; }

.header-action a::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  width: 2px;
  height: 12px;
  background-color: #d1d3d4;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.header-action a:last-child::after {
  display: none; }

/* main menu area start */
.main-menu ul li {
  position: relative;
  margin-right: 30px;
  display: inline-block; }

.main-menu ul li a {
  position: relative;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
  padding: 30px 0;
  padding-top: 32px;
  display: block; }

.main-menu ul li a.arrow {
  position: relative;
  padding-right: 15px; }

.main-menu ul li a.arrow::after {
  position: absolute;
  content: '\f0dd';
  right: 0px;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  font-family: "Font Awesome 5 Pro"; }

.main-menu ul li:hover > a {
  color: #ff6600; }

.main-menu ul li > a::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  height: 2px;
  background-color: #ff6600; }

.main-menu ul li:hover > a::before {
  width: 100%; }

/* submenu area */
.main-menu ul li ul.submenu {
  position: absolute;
  top: 120%;
  left: 0;
  min-width: 200px;
  background: #ffffff;
  -webkit-box-shadow: 0px 5px 37px 0px rgba(16, 145, 255, 0.15);
  -moz-box-shadow: 0px 5px 37px 0px rgba(16, 145, 255, 0.15);
  box-shadow: 0px 5px 37px 0px rgba(16, 145, 255, 0.15);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.main-menu ul li ul.submenu li {
  display: block;
  margin-right: 0;
  border-bottom: 1px solid rgba(89, 92, 94, 0.7); }

.main-menu ul li ul.submenu li:last-child {
  border-bottom: none; }

.main-menu ul li ul.submenu li a {
  font-size: 14px;
  text-transform: capitalize;
  color: #252e45;
  padding: 10px 15px; }

.main-menu ul li ul.submenu li a::before {
  top: 50%;
  left: 0;
  right: auto;
  bottom: auto;
  margin: auto;
  height: 0%;
  width: 5px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.main-menu ul li ul.submenu li:hover > a {
  color: #ff6600; }

.main-menu ul li ul.submenu li:hover > a::before {
  height: 100%; }

.main-menu ul li:hover ul.submenu {
  top: 100%;
  visibility: visible;
  opacity: 1; }

/* search box */
.search-box a {
  font-size: 18px;
  color: #ffffff; }

/* search bar  */
.search-bar-wrapper {
  position: fixed;
  top: 20%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999999999999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.search-bar-wrapper .search-close {
  position: absolute;
  font-size: 40px;
  color: #ffffff;
  position: absolute;
  right: 40px;
  top: 40px; }

.search-bar-wrapper.search-bar-open {
  top: 0;
  opacity: 1;
  visibility: visible; }

.search-bar-wrapper.search-bar-open .search-inner {
  top: 50%;
  opacity: 1;
  visibility: visible; }

.search-inner {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.search-inner input {
  width: 100%;
  font-size: 20px;
  line-height: 60px;
  margin-bottom: 0;
  padding: 8px 40px;
  color: #fff;
  border-radius: 50px;
  background-color: transparent;
  border: 2px solid #ffffff; }

.search-inner input:focus {
  border: 2px solid #ffffff; }

.search-inner input::placeholder {
  color: #ffffff; }

.search-inner button {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: #ffffff;
  background-color: transparent;
  border: 0; }

.search-inner button:hover {
  cursor: pointer; }

/*----------------------------------------*/
/*  03. SLIDER CSS START 
/*----------------------------------------*/
.single-slider {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.single-slider::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 39%); }

.slider-height {
  min-height: 895px; }

.slider-content h1 {
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 17px; }

.slider-content p {
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-weight: 400;
  padding-right: 215px;
  margin-bottom: 40px; }

.slider-btn-wrapper .btn {
  margin-right: 20px;
  margin-bottom: 30px; }

/* slider arrow */
.hero-slider .slick-arrow {
  position: absolute;
  top: 50%;
  left: 50px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 11;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #ffffff;
  border-radius: 50%;
  color: #252e45;
  visibility: hidden;
  opacity: 0; }

.hero-slider .slick-arrow:hover {
  background: #252e45;
  color: #ffffff; }

.hero-slider .slick-arrow.slick-next {
  right: 50px;
  left: auto; }

.hero-slider:hover .slick-arrow {
  left: 25px;
  visibility: visible;
  opacity: 1; }

.hero-slider:hover .slick-arrow.slick-next {
  right: 25px;
  left: auto; }

/*----------------------------------------*/
/*  04. ABOUT CSS START 
/*----------------------------------------*/
.about-us {
  position: relative;
  margin-bottom: 127px;
  margin-top: -130px;
  z-index: 11; }

.about-us-inner {
  position: relative;
  padding-right: 15px; }

.about-us-inner::after {
  position: absolute;
  content: '';
  top: -50px;
  left: -80px;
  width: calc(100% + 132px);
  height: calc(100% + 100px);
  background: #000000;
  z-index: -1;
  -webkit-box-shadow: 0px 5px 37px 0px rgba(16, 145, 255, 0.15);
  -moz-box-shadow: 0px 5px 37px 0px rgba(16, 145, 255, 0.15);
  box-shadow: 0px 5px 37px 0px rgba(16, 145, 255, 0.15);
  border-top-left-radius: 61px;
  border-bottom-right-radius: 61px; }

.about-us-tab ul.nav {
  display: block; }

.about-us-tab ul.nav-tabs {
  border-bottom: none; }

.about-us-tab ul li a.nav-link {
  font-size: 18px;
  color: #252e45;
  border: none;
  padding: 0;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  border-bottom: 1px solid #dddddd; }

.about-us-tab ul li:last-child a.nav-link {
  border-bottom: none; }

.about-us-tab ul li a i {
  font-size: 22px;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #b0b0b0;
  text-align: center; }

.about-us-tab ul li a.nav-link.active {
  border-bottom: 1px solid #dddddd;
  color: #ff6600;
  text-decoration: line-through; }

.about-us-tab ul li:last-child a.nav-link.active {
  border-bottom: none; }

.about-us-tab ul li a.nav-link.active i {
  color: #b0b0b0; }

/* about us content */
.about-thumb {
  position: relative; }

.about-thumb a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  font-size: 35px;
  z-index: 1; }

.about-thumb a:hover {
  color: #ff6600; }

.about-text h3 {
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 7px; }

.about-text p {
  font-size: 15px;
  color: #252e45;
  margin-bottom: 10px; }

.about-text ul.about-features li {
  position: relative;
  padding-left: 21px;
  margin-bottom: 6px; }

.about-text ul.about-features li::before {
  position: absolute;
  content: '\f101';
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-size: 15px;
  color: #252e45; }

/*----------------------------------------*/
/*  05. TOUR CSS START 
/*----------------------------------------*/
.single-tour .tour-img {
  position: relative; }

.single-tour .tour-img .tour-content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  padding: 25px 35px;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.single-tour:hover .tour-img .tour-content {
  background-color: rgba(255, 102, 0, 0.7); }

.single-tour .tour-img .tour-content h4 {
  font-size: 20px;
  color: #ffffff; }

.single-tour .tour-img .tour-content p {
  color: #ffffff; }

.link-btn {
  font-size: 20px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  text-transform: inherit;
  text-transform: capitalize;
  position: relative; }

.link-btn::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff; }

.link-btn:hover::after {
  bottom: 43%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.link-btn:hover {
  color: #ffffff; }

/*----------------------------------------*/
/*  06. BEST MONEY CSS START 
/*----------------------------------------*/
.best-money-content {
  margin-top: 16px; }

.best-money-content h1 {
  font-size: 39px;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 20px; }

.best-money-content p {
  padding-right: 50px;
  margin-bottom: 9px; }

.best-money-price {
  margin-bottom: 22px; }

.best-money-content .best-money-price span {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600; }

.best-money-content .best-money-price span.old-price {
  color: #ff6600;
  text-decoration: line-through; }

.best-mone-img {
  position: relative; }

.best-money-countdown {
  position: absolute;
  bottom: -28px;
  left: 53px;
  right: 53px;
  background: #0a1a2f;
  padding: 30px 0px;
  padding-bottom: 0; }

.best-money-countdown ul li {
  font-size: 17px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  display: inline-block;
  margin: 0 27px;
  margin-bottom: 30px;
  position: relative; }

.best-money-countdown ul li::before {
  position: absolute;
  content: '';
  right: -28px;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #ffb380;
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  transform: skewX(-15deg); }

.best-money-countdown ul li:last-child::before {
  display: none; }

.best-money-countdown ul li span {
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  display: block; }

/*----------------------------------------*/
/*  07. Best Things CSS
/*----------------------------------------*/
.things-img {
  position: relative; }

.things-img::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); }

.things-content {
  position: absolute;
  left: 30px;
  bottom: 30px; }

.things-content h4 {
  color: #ffffff;
  font-size: 20px; }

.things-content h4:hover a {
  color: #ff6600; }

.things-content span {
  color: #ffffff;
  font-size: 20px;
  font-family: "Poppins", sans-serif; }

.things-btn {
  position: absolute;
  top: 30px;
  right: -100px;
  visibility: hidden;
  opacity: 0; }

.things-img:hover .things-btn {
  right: 0;
  visibility: visible;
  opacity: 1; }

/*----------------------------------------*/
/*  08. TEAM CSS START 
/*----------------------------------------*/
.team-thumb {
  position: relative;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); }

.team-thumb::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  opacity: 0; }

.team-content {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  visibility: hidden;
  opacity: 0; }

.team-content h4 {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 5px; }

.team-content span {
  font-size: 15px;
  color: #ffffff;
  display: block;
  margin-bottom: 10px; }

.team-social ul li {
  display: inline-block;
  margin: 0 2px; }

.team-social ul li a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  background-color: #ffffff;
  color: #252e45;
  display: block;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.team-social ul li a:hover {
  background: #ff6600;
  color: #ffffff; }

.single-team:hover .team-thumb {
  border-radius: 50%; }

.single-team:hover .team-thumb::before {
  visibility: visible;
  opacity: 1; }

.single-team:hover .team-content {
  top: 50%;
  visibility: visible;
  opacity: 1; }

/*----------------------------------------*/
/*  09. TEAM CSS START 
/*----------------------------------------*/
.single-package {
  position: relative; }

.single-package::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); }

.package-person {
  position: absolute;
  top: 20px;
  left: 30px; }

.package-person img {
  width: 45px;
  height: 45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.package-content {
  position: absolute;
  left: 30px;
  bottom: 23px;
  right: 30px; }

.package-info {
 
  margin-bottom: 13px; }

.package-info h3 {
  font-size: 24px;
  color: #ffffff; }

.package-info h3:hover a {
  color: #d4a017; }

.package-info p {
  color: #ffffff; }

.package-bottom span {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #ffffff; }

.package-bottom .rating li {
  display: inline-block;
  margin-left: 7px; }

.package-bottom .rating li span {
  font-size: 14px;
  color: #ffffff; }

/*----------------------------------------*/
/*  10. TESTIMONIAL CSS START 
/*----------------------------------------*/
.single-testi {
  padding: 40px 25px;
  padding-top: 35px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.single-testi:hover {
  background: #ff6600; }

.single-testi:hover span.quote {
  color: #ffbd91; }

.single-testi:hover p {
  color: #ffffff; }

.single-testi span.quote {
  font-size: 50px;
  color: #f6f6f6;
  display: inline-block;
  margin-bottom: 19px; }

.single-testi p {
  font-family: "Poppins", sans-serif;
  line-height: 24px;
  margin-bottom: 23px; }

.testi-thumb img {
  width: 64px;
  height: 64px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.testi-info h4 {
  font-size: 18px;
  margin-bottom: 3px; }

.testi-info span {
  text-transform: capitalize;
  font-weight: 400; }

.single-testi:hover .testi-person .testi-info h4 {
  color: #ffffff; }

.single-testi:hover .testi-person .testi-info span {
  color: #ffffff; }

/*----------------------------------------*/
/*  11. BLOG CSS START 
/*----------------------------------------*/
.single-blog {
  position: relative; }

.blog-thumb {
  position: relative; }

.blog-thumb img {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.blog-thumb::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); }

.blog-tag {
  position: absolute;
  top: 30px;
  left: 30px; }

.blog-tag a {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  display: block;
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  background-color: #252e45; }

.single-blog:hover .blog-tag a {
  color: #ffffff;
  background-color: #ff6600; }

.single-blog:hover .blog-thumb img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

.blog-content {
  position: absolute;
  left: 30px;
  bottom: 30px;
  right: 60px; }

.blog-content h1 {
  font-size: 25px;
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 9px; }

.blog-content h1:hover {
  color: #ff6600; }

.blog-content p {
  color: #ffffff;
  margin-bottom: 0; }

.blog-meta {
  margin-top: 26px; }

.blog-avater img {
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.aveter-info h4 {
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
  display: inline-block;
  padding-right: 10px;
  margin-right: 13px;
  position: relative; }

.aveter-info h4::before {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(10deg);
  -moz-transform: translateY(-50%) rotate(10deg);
  -ms-transform: translateY(-50%) rotate(10deg);
  transform: translateY(-50%) rotate(10deg);
  width: 1px;
  height: 18px;
  background: #ffffff; }

.aveter-info a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  margin-right: 30px; }

.aveter-info a:hover {
  color: #ff6600; }

/* blog details area start */
.blog-right-line {
  position: relative;
  padding-right: 53px;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase; }

.blog-right-line::after {
  position: absolute;
  content: '';
  top: 48%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 1px;
  background: #ff6600; }

.blog-inner .blog-text h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase; }

.blog-inner .blog-text h4:hover {
  color: #ff6600; }

.blog-inner .blog-text .blog-meta {
  margin-top: 0;
  margin-bottom: 15px; }

.blog-inner .blog-text .blog-meta span {
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  padding-right: 8px;
  margin-right: 2px; }

.blog-inner .blog-text .blog-meta span::before {
  position: absolute;
  content: '';
  top: 48%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 9px;
  background-color: #252e45; }

.blog-inner .blog-text .blog-meta span:last-child::before {
  display: none; }

.blog-inner .blog-text .blog-meta span a:hover {
  color: #ff6600; }

.blog-inner .blog-text p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px; }

.blog-inner .blog-text .user-quote {
  margin: 35px 45px;
  padding: 20px 33px;
  -webkit-box-shadow: 0px 0px 9.3px 0.7px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 0px 9.3px 0.7px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 9.3px 0.7px rgba(0, 0, 0, 0.06); }

.blog-inner .blog-text .user-quote p {
  margin-bottom: 5px; }

.blog-inner .blog-text .user-quote h5 {
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  padding-left: 37px;
  display: inline-block;
  float: right; }

.blog-inner .blog-text .user-quote h5::before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 34px;
  height: 1px;
  background-color: #252e45; }

.blog-inner .blog-text .blog-social ul {
  position: relative;
  margin: 0 15px; }

.blog-inner .blog-text .blog-social ul::after,
.blog-inner .blog-text .blog-social ul::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 35%;
  height: 1px;
  background: #ff6600; }

.blog-inner .blog-text .blog-social ul::before {
  left: auto;
  right: 0; }

.blog-inner .blog-text .blog-social ul li {
  display: inline-block;
  margin: 0 8px; }

.blog-inner .blog-text .blog-social ul li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: transparent;
  border: 1px solid #ff6600;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ff6600;
  font-size: 14px; }

.blog-inner .blog-text .blog-social ul li a:hover {
  background: #ff6600;
  color: #ffffff; }

/* blog comments area start */
.blog-comment-title h2 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase; }

.blog-comment-wrapper ul li:last-child .single-comment {
  margin-bottom: 30px; }

.single-comment .user-avater img {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.single-comment .user-comment .comment-meta {
  margin-bottom: 5px;
  overflow: hidden; }

.single-comment .user-comment .comment-meta span {
  font-size: 12px;
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
  text-transform: uppercase;
  float: left; }

.single-comment .user-comment .comment-meta a {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  float: right; }

.single-comment .user-comment .comment-meta a:hover {
  color: #ff6600; }

.single-comment .user-comment .comment-meta a i {
  margin-right: 5px; }

.single-comment .user-comment .comment-meta span {
  font-size: 12px;
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
  text-transform: uppercase; }

.single-comment .user-comment .comment-meta span::after {
  position: absolute;
  content: '';
  top: 48%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 9px;
  background: #ff6600; }

.single-comment .user-comment .comment-meta span.date::after {
  display: none; }

.single-comment .user-comment p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0; }

.single-comment.comment-reply {
  margin-left: 70px; }

/* blog comment form area start */
.comment-form-inner .comment-input input {
  display: block;
  width: 100%;
  background: #f8f8f8;
  border: none;
  color: #252e45;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  margin-bottom: 40px;
  border: 1px solid transparent; }

.comment-form-inner .comment-input input:last-child {
  margin-bottom: 0px; }

.comment-form-inner .comment-input input::placeholder,
.comment-form-inner .comment-text textarea::placeholder {
  font-size: 14px;
  color: #333b55;
  text-transform: capitalize; }

.comment-form-inner .comment-input input:focus,
.comment-form-inner .comment-text textarea:focus {
  border-color: #879292; }

.comment-form-inner .comment-text textarea {
  width: 100%;
  height: 215px;
  resize: none;
  background: #f8f8f8;
  border: none;
  color: #252e45;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  padding: 15px;
  border: 1px solid transparent; }

/* blog side bar area start */
.sidebar-widget .sidebar-widget-content .search-form-sidebar {
  position: relative; }

.sidebar-widget .sidebar-widget-content .search-form-sidebar input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #c1c1c1;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 0 15px;
  padding-right: 40px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #252e45; }

.sidebar-widget .sidebar-widget-content .search-form-sidebar button {
  position: absolute;
  font-size: 18px;
  background: transparent;
  color: #464646;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px; }

.sidebar-widget .sidebar-widget-content .sidebar-catagory ul li {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #dddddd; }

.sidebar-widget .sidebar-widget-content .sidebar-catagory ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0; }

.sidebar-widget .sidebar-widget-content .sidebar-catagory ul li a {
  font-size: 14px;
  padding-left: 25px;
  position: relative; }

.sidebar-widget .sidebar-widget-content .sidebar-catagory ul li a::after {
  position: absolute;
  content: '\f101';
  left: 0;
  top: -1px;
  font-size: 14px;
  font-family: "Font Awesome 5 Pro"; }

.sidebar-widget .sidebar-widget-content .sidebar-catagory ul li a:hover {
  color: #ff6600; }

.sidebar-widget .sidebar-widget-content .sidebar-catagory ul li span {
  font-size: 14px; }

.sidebar-widget .sidebar-widget-content .rc-post ul li {
  margin-bottom: 25px; }

.sidebar-widget .sidebar-widget-content .rc-post ul li:last-child {
  margin-bottom: 0px; }

.sidebar-widget .sidebar-widget-content .rc-post ul li .single-rc-post .rc-content .rc-meta span {
  font-size: 12px;
  text-transform: uppercase; }

.sidebar-widget .sidebar-widget-content .rc-post ul li .single-rc-post .rc-content h6 {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  line-height: 24px;
  margin-bottom: 0; }

.sidebar-widget .sidebar-widget-content .rc-post ul li .single-rc-post .rc-content h6:hover {
  color: #ff6600; }

.sidebar-widget .sidebar-widget-content .news-letter a {
  margin-bottom: 5px;
  display: inline-block; }

.sidebar-widget .sidebar-widget-content .news-letter a:hover {
  color: #ff6600; }

.sidebar-widget .sidebar-widget-content .sidebar-tags a {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  padding: 0 17px;
  margin-bottom: 17px;
  margin-right: 14px;
  background-color: #f6f6f6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #252e45; }

.sidebar-widget .sidebar-widget-content .sidebar-tags a.active,
.sidebar-widget .sidebar-widget-content .sidebar-tags a:hover {
  color: #ffffff;
  background-color: #ff6600; }

/* sidebar banner */
.sidebar-banner .owl-nav div {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.sidebar-banner .owl-nav div.owl-next {
  left: auto;
  right: 15px; }

.sidebar-banner .owl-nav div button {
  background: transparent;
  font-size: 25px;
  color: #ffffff; }

/*----------------------------------------*/
/*  12. FOOTER CSS START 
/*----------------------------------------*/
.footer-title {
  margin-bottom: 27px; }

.footer-title h3 {
  font-size: 24px;
  line-height: 26px;
  font-weight: 600; }

/* footer contact */
.footer-contact p {
  margin-bottom: 23px;
  padding-right: 70px; }

.footer-contact ul li {
  margin-bottom: 17px; }

.footer-contact-inner:hover .icon span {
  background-color: #ff6600;
  color: #ffffff; }

.footer-contact-inner .icon span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  background-color: #252e45;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.footer-contact-inner .text p {
  margin-bottom: 0; }

/* quick links */
.quick-links ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 9px; }

.quick-links ul li::before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  -webkit-transform: tanslateY(-50%);
  -moz-transform: tanslateY(-50%);
  -ms-transform: tanslateY(-50%);
  transform: tanslateY(-50%);
  height: 5px;
  width: 5px;
  background: #dddddd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.quick-links ul li:hover::before {
  background: #ff6600; }

.quick-links ul li a {
  font-weight: 500; }

/* follow us */
.follow-us ul li {
  float: left;
  width: 50%;
  margin-bottom: 7px; }

.follow-us ul li a:hover {
  color: #ff6600; }

/* subscribe form */
.subscribe p {
  margin-bottom: 22px; }

.subscribe-form {
  position: relative;
  margin-bottom: 20px; }

.subscribe-form input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  padding-right: 70px;
  border: 1px solid #ff6600; }

.subscribe-form input::placeholder {
  font-size: 15px; }

.subscribe-form .sub-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 60px;
  line-height: 40px;
  color: #ffffff;
  background-color: #ff6600; }

/* footer copyright */
.footer-copyright-inner {
  padding: 20px 0;
  padding-bottom: 23px;
  border-top: 1px solid #ebebeb; }

.copyright-text p {
  margin-bottom: 0;
  font-size: 15px; }

.copyright-text p a {
  color: #ff6600;
  font-size: 15px; }

.footer-policy {
  text-align: right; }

.footer-policy a {
  position: relative;
  padding-right: 10px;
  margin-right: 5px;
  color: #333b55;
  font-size: 15px; }

.footer-policy a:hover {
  color: #ff6600; }

.footer-policy a::after {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 12px;
  width: 1px;
  background-color: #333b55; }

.footer-policy a:last-child {
  padding-right: 0;
  margin-right: 0; }

.footer-policy a:last-child::after {
  display: none; }







.travel-cta-wrapper{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;
    flex-wrap:wrap;
}

.travel-cta-content{
    flex:1;
    color:#fff;
    animation: fadeLeft 1s ease;
}

.travel-tag{
    display:inline-block;
    background:rgba(255,255,255,0.15);
    padding:10px 20px;
    border-radius:50px;
    font-size:14px;
    margin-bottom:20px;
    backdrop-filter: blur(10px);
}

.travel-cta-content h2{
    font-size:55px;
    line-height:1.2;
    margin-bottom:20px;
    font-weight:700;
}

.travel-cta-content p{
    font-size:17px;
    line-height:1.8;
    opacity:0.9;
    margin-bottom:35px;
    max-width:550px;
}

.travel-features{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
}

.feature-box{
    background:rgba(255,255,255,0.08);
    padding:18px 25px;
    border-radius:15px;
    display:flex;
    align-items:center;
    gap:12px;
    backdrop-filter:blur(10px);
    transition:0.4s;
}

.feature-box:hover{
    transform:translateY(-8px);
    background:#fff;
    color:#041c32;
}

.feature-box i{
    font-size:22px;
}

/* FORM */

.travel-form-box{
    width:450px;
    background:#fff;
    padding:40px;
    border-radius:25px;
    box-shadow:0 20px 60px rgba(0,0,0,0.25);
    animation: fadeUp 1s ease;
    position:relative;
    z-index:2;
}

.travel-form-box h3{
    margin-bottom:25px;
    font-size:32px;
    font-weight:700;
    color:#041c32;
}

.form-group{
    margin-bottom:18px;
}

.travel-form-box input,
.travel-form-box select,
.travel-form-box textarea{
    width:100%;
    border:none;
    background:#f4f7fb;
    padding:16px 18px;
    border-radius:12px;
    outline:none;
    transition:0.3s;
    font-size:15px;
}

.travel-form-box input:focus,
.travel-form-box select:focus,
.travel-form-box textarea:focus{
    background:#eef6ff;
    box-shadow:0 0 0 2px #0d6efd30;
}

.travel-btn{
    width:100%;
    border:none;
    padding:16px;
    border-radius:14px;
    background:linear-gradient(135deg,#00b4db,#0083b0);
    color:#fff;
    font-size:17px;
    font-weight:600;
    cursor:pointer;
    transition:0.4s;
}

.travel-btn:hover{
    transform:translateY(-3px);
    box-shadow:0 15px 30px rgba(0,180,219,0.4);
}

.travel-btn i{
    margin-left:8px;
}

/* Floating Shapes */

.shape{
    position:absolute;
    border-radius:50%;
    background:rgba(255,255,255,0.08);
    animation: float 6s infinite ease-in-out;
}

.shape1{
    width:220px;
    height:220px;
    top:-50px;
    right:25px;
}

.shape2{
    width:150px;
    height:150px;
    bottom:-30px;
    left:-30px;
}

/* Animations */

@keyframes float{
    0%{transform:translateY(0px);}
    50%{transform:translateY(20px);}
    100%{transform:translateY(0px);}
}

@keyframes fadeLeft{
    from{
        opacity:0;
        transform:translateX(-50px);
    }
    to{
        opacity:1;
        transform:translateX(0);
    }
}

@keyframes fadeUp{
    from{
        opacity:0;
        transform:translateY(50px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

/* Responsive */

@media(max-width:991px){

    .travel-cta-wrapper{
        flex-direction:column;
    }

    .travel-form-box{
        width:100%;
    }

    .travel-cta-content h2{
        font-size:42px;
    }
}

@media(max-width:576px){

    .travel-cta-section{
        padding:70px 0;
    }

    .travel-cta-content h2{
        font-size:32px;
    }

    .travel-form-box{
        padding:30px 20px;
    }

    .travel-features{
        flex-direction:column;
    }
}


/* CUSTOM SELECT DESIGN */



.travel-select-box{
    width: 100%;
    height: 62px;
    border: none;
    outline: none;
    border-radius: 16px;
    background: #f3f6fb;
    padding: 10px 18px;
    font-size: 16px;
    color: #25304b;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    transition: 0.4s ease;
	        margin-bottom: 18px;
}

/* CUSTOM ARROW */


.travel-select-box:focus{
    background: #edf5ff;
    box-shadow: 0 0 0 2px rgba(0,123,255,0.15);
}

/* OPTION */

.travel-select-box option{
    color: #25304b;
    background: #fff;
}

/* MOBILE */

@media(max-width:767px){

    .travel-select-box{
        height: 58px;
        font-size: 15px;
    }
}









/* ===== MISSION & VISION SECTION ===== */

.mission-vision-section{
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg,#031525,#08263b);
    overflow: hidden;
}

/* SECTION TITLE */

.section-title{
    margin-bottom: 70px;
    position: relative;
    z-index: 2;
}

.section-title span{
    display: inline-block;
    color: #00c2ff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.section-title h2{
    font-size: 58px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 18px;
}

.section-title p{
    max-width: 700px;
    margin: auto;
    color: rgba(255,255,255,0.75);
    font-size: 18px;
    line-height: 1.9;
}

/* WRAPPER */

.mv-wrapper{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 35px;
    position: relative;
    z-index: 2;
}

/* CARD */

.mv-card{
    position: relative;
    padding: 55px 45px;
    border-radius: 35px;
    overflow: hidden;
    backdrop-filter: blur(18px);
    transition: 0.5s ease;
    border: 1px solid rgba(255,255,255,0.08);
}

.mission-card{
    background: linear-gradient(135deg,rgba(0,194,255,0.18),rgba(255,255,255,0.05));
    animation: floatCard 5s ease-in-out infinite;
}

.vision-card{
    background: linear-gradient(135deg,rgba(255,153,0,0.18),rgba(255,255,255,0.05));
    animation: floatCard 5s ease-in-out infinite 1.5s;
}

.mv-card:hover{
    transform: translateY(-12px);
    border-color: rgba(255,255,255,0.2);
    box-shadow: 0 25px 60px rgba(0,0,0,0.3);
}

/* ICON */

.mv-icon{
    width: 95px;
    height: 95px;
    border-radius: 28px;
    background: rgba(255,255,255,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
    position: relative;
    z-index: 2;
}

.mv-icon i{
    font-size: 42px;
    color: #fff;
}

/* CONTENT */

.mv-content{
    position: relative;
    z-index: 2;
}

.mv-content h3{
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 22px;
}

.mv-content p{
    color: rgba(255,255,255,0.82);
    font-size: 18px;
    line-height: 2;
}

/* GLOW EFFECT */

.glow-circle{
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    top: -80px;
    right: -80px;
    filter: blur(10px);
}

/* FLOATING SHAPES */

.mv-shape{
    position: absolute;
    border-radius: 50%;
    background: rgba(255,255,255,0.05);
    animation: floating 10s linear infinite;
}

.shape-1{
    width: 180px;
    height: 180px;
    top: 8%;
    left: 4%;
}

.shape-2{
    width: 120px;
    height: 120px;
    bottom: 10%;
    right: 8%;
}

.shape-3{
    width: 80px;
    height: 80px;
    top: 45%;
    right: 20%;
}

/* ANIMATIONS */

@keyframes floating{
    0%{
        transform: translateY(0px) rotate(0deg);
    }
    50%{
        transform: translateY(25px) rotate(180deg);
    }
    100%{
        transform: translateY(0px) rotate(360deg);
    }
}

@keyframes floatCard{
    0%{
        transform: translateY(0px);
    }
    50%{
        transform: translateY(-12px);
    }
    100%{
        transform: translateY(0px);
    }
}

/* RESPONSIVE */

@media(max-width:991px){

    .mv-wrapper{
        grid-template-columns: 1fr;
    }

    .section-title h2{
        font-size: 46px;
    }

    .mv-content h3{
        font-size: 32px;
    }
}

@media(max-width:767px){

    .mission-vision-section{
        padding: 80px 0;
    }

    .section-title{
        margin-bottom: 45px;
    }

    .section-title h2{
        font-size: 34px;
    }

    .section-title p{
        font-size: 16px;
    }

    .mv-card{
        padding: 40px 28px;
        border-radius: 25px;
    }

    .mv-content h3{
        font-size: 28px;
    }

    .mv-content p{
        font-size: 16px;
        line-height: 1.8;
    }

    .mv-icon{
        width: 75px;
        height: 75px;
    }

    .mv-icon i{
        font-size: 30px;
    }
}









/* ===== ABOUT BARON SECTION ===== */

.about-baron{
    position: relative;
    padding: 110px 0;
    background: linear-gradient(135deg,#06243b,#0c4a6e);
    overflow: hidden;
}

/* WRAPPER */

.about-baron-wrapper{
    display: flex;
    align-items: center;
    gap: 70px;
    position: relative;
    z-index: 2;
}

/* IMAGE */

.about-baron-image{
    width: 45%;
    animation: fadeLeft 1s ease;
}

.about-baron-image img{
    width: 100%;
    border-radius: 30px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.25);
    transition: 0.5s;
}

.about-baron-image img:hover{
    transform: scale(1.04);
}

/* CONTENT */

.about-baron-content{
    width: 55%;
    animation: fadeRight 1s ease;
}

.subtitle{
    display: inline-block;
    color: #38bdf8;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.about-baron-content h2{
    font-size: 52px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 25px;
    line-height: 1.2;
}

.about-baron-content p{
    color: rgba(255,255,255,0.82);
    font-size: 17px;
    line-height: 1.9;
    margin-bottom: 18px;
}

/* TRAVEL SHAPES */

.travel-shape{
    position: absolute;
    color: rgba(255,255,255,0.08);
    z-index: 1;
    animation: floatTravel 8s ease-in-out infinite;
}

.travel-shape i{
    font-size: 90px;
}

.plane{
    top: 10%;
    left: 5%;
    transform: rotate(-20deg);
}

.globe{
    bottom: 12%;
    right: 6%;
}

.location{
    top: 45%;
    right: 15%;
}

/* ANIMATIONS */

@keyframes floatTravel{
    0%{
        transform: translateY(0px);
    }
    50%{
        transform: translateY(-25px);
    }
    100%{
        transform: translateY(0px);
    }
}

@keyframes fadeLeft{
    from{
        opacity: 0;
        transform: translateX(-50px);
    }
    to{
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeRight{
    from{
        opacity: 0;
        transform: translateX(50px);
    }
    to{
        opacity: 1;
        transform: translateX(0);
    }
}

/* RESPONSIVE */

@media(max-width:991px){

    .about-baron-wrapper{
        flex-direction: column;
    }

    .about-baron-image,
    .about-baron-content{
        width: 100%;
    }

    .about-baron-content h2{
        font-size: 40px;
    }
}

@media(max-width:767px){

    .about-baron{
        padding: 80px 0;
    }

    .about-baron-content h2{
        font-size: 32px;
    }

    .about-baron-content p{
        font-size: 15px;
    }

    .travel-shape i{
        font-size: 55px;
    }
}



section.tour-area.pb-100.pt-100 {
        background: black;
}







/* ===== PREMIUM JOURNEY SECTION ===== */

.premium-journey{
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg,#061421,#0b2d45);
    overflow: hidden;
}

/* HEADING */

.journey-heading{
    margin-bottom: 70px;
}

.journey-heading span{
    color: #38bdf8;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.journey-heading h2{
    font-size: 35px;
    color: #fff;
    font-weight: 800;
    line-height: 1.2;
    margin: 18px 0;
}

.journey-heading p{
    color: rgba(255,255,255,0.75);
    font-size: 18px;
}

/* WRAPPER */

.journey-wrapper{
    display: flex;
    align-items: center;
    gap: 60px;
}

/* MAP */

.journey-map-area{
    width: 55%;
}

.europe-map{
    position: relative;
    border-radius: 35px;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(0,0,0,0.35);
}

.europe-map img{
    width: 100%;
    height: 700px;
    object-fit: cover;
    opacity: 0.8;
}

/* ROUTE SVG */

.route-svg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.route-svg path{
    fill: none;
    stroke: #38bdf8;
    stroke-width: 5;
    stroke-dasharray: 15;
    stroke-linecap: round;
    animation: dashRoute 8s linear infinite;
}

/* DOTS */

.map-dot{
    position: absolute;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 4px solid #38bdf8;
    border-radius: 50%;
    animation: pulseDot 2s infinite;
}

.france{
    top: 24%;
    left: 18%;
}

.italy{
    top: 48%;
    left: 42%;
}

.slovenia{
    top: 42%;
    left: 55%;
}

.austria{
    top: 34%;
    left: 68%;
}

.switzerland{
    top: 58%;
    left: 82%;
}

/* PLANE */

.route-plane{
    position: absolute;
    top: 22%;
    left: 16%;
    color: #fff;
    font-size: 34px;
    animation: flyPlane 8s linear infinite;
}

/* RIGHT CONTENT */

.journey-content{
    width: 45%;
}

/* PLACE CARD */

.place-card{
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 22px;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-bottom: 22px;
    transition: 0.5s;
}

.place-card:hover{
    transform: translateY(-8px);
    background: rgba(56,189,248,0.12);
}

.place-card img{
    width: 160px;
    height: 140px;
    object-fit: cover;
}

.place-info{
    padding: 20px;
}

.place-info h3{
    color: #fff;
    font-size: 26px;
    margin-bottom: 10px;
}

.place-info p{
    color: rgba(255,255,255,0.75);
    line-height: 1.7;
}

/* INCLUDES */

.journey-includes{
    margin-top: 35px;
    padding: 35px;
    border-radius: 25px;
    background: rgba(255,255,255,0.06);
}

.journey-includes h4{
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
}

.journey-includes ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.journey-includes ul li{
    color: rgba(255,255,255,0.8);
    margin-bottom: 16px;
    padding-left: 28px;
    position: relative;
}

.journey-includes ul li::before{
    content: "\f058";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: 0;
    color: #38bdf8;
}

/* TRAVEL ICONS */

.travel-icon{
    position: absolute;
    color: rgba(255,255,255,0.06);
    z-index: 1;
    animation: floatIcon 6s ease-in-out infinite;
}

.travel-icon i{
    font-size: 90px;
}

.plane{
    top: 10%;
    left: 4%;
}

.location{
    bottom: 10%;
    right: 6%;
}

.globe{
    top: 45%;
    right: 18%;
}

/* ANIMATIONS */

@keyframes dashRoute{
    to{
        stroke-dashoffset: -100;
    }
}

@keyframes flyPlane{

    0%{
        top: 24%;
        left: 18%;
    }

    25%{
        top: 46%;
        left: 40%;
    }

    50%{
        top: 40%;
        left: 55%;
    }

    75%{
        top: 34%;
        left: 68%;
    }

    100%{
        top: 58%;
        left: 82%;
    }
}

@keyframes pulseDot{

    0%{
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(56,189,248,0.6);
    }

    70%{
        transform: scale(1.2);
        box-shadow: 0 0 0 18px rgba(56,189,248,0);
    }

    100%{
        transform: scale(1);
    }
}

@keyframes floatIcon{

    0%{
        transform: translateY(0px);
    }

    50%{
        transform: translateY(-20px);
    }

    100%{
        transform: translateY(0px);
    }
}

/* RESPONSIVE */

@media(max-width:991px){

    .journey-wrapper{
        flex-direction: column;
    }

    .journey-map-area,
    .journey-content{
        width: 100%;
    }

    .journey-heading h2{
        font-size: 42px;
    }
}

@media(max-width:767px){

    .premium-journey{
        padding: 80px 0;
    }

    .journey-heading h2{
        font-size: 30px;
    }

    .europe-map img{
        height: 450px;
    }

    .place-card{
        flex-direction: column;
    }

    .place-card img{
        width: 100%;
    }

    .travel-icon i{
        font-size: 55px;
    }
}














/* ===== TOP TOUR SECTION ===== */

.top-tour-section{
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg,#071826,#0c3957);
    overflow: hidden;
}

/* HEADING */

.tour-heading{
    margin-bottom: 70px;
    position: relative;
    z-index: 2;
}

.tour-heading span{
    color: #38bdf8;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.tour-heading h2{
    color: #fff;
    font-size: 58px;
    font-weight: 800;
    margin: 18px 0;
}

.tour-heading p{
    color: rgba(255,255,255,0.78);
    font-size: 18px;
    max-width: 700px;
    margin: auto;
    line-height: 1.9;
}

/* GRID */

.tour-grid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
    position: relative;
    z-index: 2;
}

/* CARD */

.tour-card{
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 28px;
    overflow: hidden;
    transition: 0.5s ease;
    backdrop-filter: blur(12px);
    animation: floatCard 5s ease-in-out infinite;
}

.tour-card:nth-child(2){
    animation-delay: 1s;
}

.tour-card:nth-child(3){
    animation-delay: 2s;
}

.tour-card:nth-child(4){
    animation-delay: 3s;
}

.tour-card:nth-child(5){
    animation-delay: 4s;
}

.tour-card:hover{
    transform: translateY(-15px);
    background: rgba(56,189,248,0.12);
    box-shadow: 0 30px 60px rgba(0,0,0,0.25);
}

/* IMAGE */

.tour-img{
    overflow: hidden;
}

.tour-img img{
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: 0.6s ease;
}

.tour-card:hover .tour-img img{
    transform: scale(1.08);
}

/* CONTENT */

.tour-content{
    padding: 28px;
}

.tour-content span{
    display: inline-block;
    background: rgba(56,189,248,0.18);
    color: #38bdf8;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 18px;
}

.tour-content h3 {
        color: #c19215;
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 16px;
}

.tour-content p{
    color: rgba(255,255,255,0.78);
    line-height: 1.8;
    font-size: 16px;
}

/* SHAPES */

.tour-shape{
    position: absolute;
    color: rgba(255,255,255,0.05);
    z-index: 1;
    animation: floatShape 8s ease-in-out infinite;
}

.tour-shape i{
    font-size: 90px;
}

.plane{
    top: 10%;
    left: 5%;
}

.globe{
    bottom: 10%;
    right: 6%;
}

.location{
    top: 45%;
    right: 15%;
}

/* ANIMATIONS */

@keyframes floatCard{

    0%{
        transform: translateY(0px);
    }

    50%{
        transform: translateY(-10px);
    }

    100%{
        transform: translateY(0px);
    }
}

@keyframes floatShape{

    0%{
        transform: translateY(0px);
    }

    50%{
        transform: translateY(-20px);
    }

    100%{
        transform: translateY(0px);
    }
}

/* RESPONSIVE */

@media(max-width:1199px){

    .tour-grid{
        grid-template-columns: repeat(2,1fr);
    }
}

@media(max-width:767px){

    .top-tour-section{
        padding: 80px 0;
    }

    .tour-grid{
        grid-template-columns: 1fr;
    }

    .tour-heading h2{
        font-size: 34px;
    }

    .tour-heading p{
        font-size: 15px;
    }

    .tour-content h3{
        font-size: 24px;
    }

    .tour-shape i{
        font-size: 55px;
    }
}



















/* ===== WHY BARON SECTION ===== */

.why-baron{
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg,#041421,#0b3550);
    overflow: hidden;
}



/* LEFT */



.section-subtitle{
    display: inline-block;
    color: #38bdf8;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.why-baron-content h2 {
        color: #d4a017;
        font-size: 40px;
        font-weight: 600;
        line-height: 1.2;
        margin-bottom: 45px;
        text-align: center;
}
/* ITEM */

.why-item{
    display: flex;
    gap: 22px;
    margin-bottom: 30px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.06);
    padding: 25px;
    border-radius: 22px;
    transition: 0.5s;
    backdrop-filter: blur(10px);
}

.why-item:hover{
    transform: translateX(12px);
    background: rgba(56,189,248,0.12);
}

.why-icon{
    min-width: 70px;
    height: 70px;
    border-radius: 18px;
    background: rgba(56,189,248,0.18);
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-icon i{
    color: #38bdf8;
    font-size: 28px;
}

.why-text h3{
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
}

.why-text p{
    color: rgba(255,255,255,0.78);
    line-height: 1.8;
}


/* ORBITS */

.orbit{
    position: absolute;
    border: 1px dashed rgba(255,255,255,0.18);
    border-radius: 50%;
}

.orbit1{
    width: 620px;
    height: 620px;
    top: -35px;
    left: -35px;
}

.orbit2{
    width: 720px;
    height: 720px;
    top: -85px;
    left: -85px;
}



/* SHAPES */

.travel-shape{
    position: absolute;
    color: rgba(255,255,255,0.05);
    z-index: 1;
    animation: floatShape 6s ease-in-out infinite;
}

.travel-shape i{
    font-size: 90px;
}

.plane-shape{
    top: 10%;
    left: 5%;
}

.globe-shape{
    bottom: 10%;
    right: 6%;
}

/* ANIMATIONS */

@keyframes rotateEarth{
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}

@keyframes flyAround{

    0%{
        transform: rotate(0deg) translateX(310px) rotate(0deg);
    }

    100%{
        transform: rotate(360deg) translateX(310px) rotate(-360deg);
    }
}

@keyframes pulse{

    0%{
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(56,189,248,0.6);
    }

    70%{
        transform: scale(1.15);
        box-shadow: 0 0 0 18px rgba(56,189,248,0);
    }

    100%{
        transform: scale(1);
    }
}

@keyframes floatShape{

    0%{
        transform: translateY(0px);
    }

    50%{
        transform: translateY(-20px);
    }

    100%{
        transform: translateY(0px);
    }
}

/* RESPONSIVE */

@media(max-width:1199px){

    .why-baron-wrapper{
        flex-direction: column;
    }

    .why-baron-content,
    .earth-area{
        width: 100%;
    }

    .earth-wrapper{
        width: 450px;
        height: 450px;
    }

    .orbit1{
        width: 520px;
        height: 520px;
    }

    .orbit2{
        width: 600px;
        height: 600px;
    }
}

@media(max-width:767px){

    .why-baron{
        padding: 80px 0;
    }

    .why-baron-content h2{
        font-size: 34px;
    }

    .why-text h3{
        font-size: 20px;
    }

    .why-text p{
        font-size: 15px;
    }

    .earth-wrapper{
        width: 300px;
        height: 300px;
    }

    .orbit1{
        width: 360px;
        height: 360px;
        top: -30px;
        left: -30px;
    }

    .orbit2{
        width: 420px;
        height: 420px;
        top: -60px;
        left: -60px;
    }

    .location-icon{
        width: 42px;
        height: 42px;
    }

    .location-icon i{
        font-size: 16px;
    }

    .travel-shape i{
        font-size: 55px;
    }
}















/* ===== SIGNATURE TOUR SECTION ===== */

.signature-tour-section{
    padding: 120px 0;
   
    overflow: hidden;
}

/* TITLE */

.signature-title{
    margin-bottom: 70px;
}

.signature-title span{
    display: inline-block;
    color: #0ea5e9;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.signature-title h2{
    font-size: 46px;
    font-weight: 600;
    color: #d4a017;
    margin-bottom: 22px;
}

.signature-title p{
    max-width: 850px;
    margin: auto;
    color: #64748b;
    font-size: 18px;
    line-height: 1.9;
}

/* GRID */

.signature-tour-grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 35px;
}

/* CARD */

.signature-card{
    background: #fff;
    border-radius: 32px;
    overflow: hidden;
    position: relative;
    transition: 0.5s ease;
    box-shadow: 0 20px 60px rgba(0,0,0,0.06);
    display: flex;
    flex-direction: column;
    animation: cardMove 5s ease-in-out infinite;
}

.signature-card:nth-child(2){
    animation-delay: 1s;
}

.signature-card:nth-child(3){
    animation-delay: 2s;
}

.signature-card:hover{
    transform: translateY(-15px);
    box-shadow: 0 30px 80px rgba(14,165,233,0.18);
}

.active-tour{
    transform: translateY(-18px);
}

/* IMAGE */

.signature-image{
    overflow: hidden;
    height: 300px;
}

.signature-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.7s ease;
}

.signature-card:hover .signature-image img{
    transform: scale(1.08);
}

/* CONTENT */

.signature-content{
    padding: 35px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* LABEL */

.tour-label{
    display: inline-block;
    width: fit-content;
    background: rgba(14,165,233,0.12);
    color: #0ea5e9;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 22px;
}

/* TITLE */

.signature-content h3{
    color: #0f172a;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 20px;
}

/* TEXT */

.signature-content p{
    color: #64748b;
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 30px;
    flex-grow: 1;
}

/* BUTTON */

.tour-btn{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #0ea5e9;
    font-weight: 700;
    transition: 0.4s;
}

.tour-btn i{
    transition: 0.4s;
}

.tour-btn:hover{
    color: #0284c7;
}

.tour-btn:hover i{
    transform: translateX(6px);
}

/* ANIMATION */

@keyframes cardMove{

    0%{
        transform: translateY(0px);
    }

    50%{
        transform: translateY(-10px);
    }

    100%{
        transform: translateY(0px);
    }
}

/* RESPONSIVE */

@media(max-width:1199px){

    .signature-tour-grid{
        grid-template-columns: repeat(2,1fr);
    }
}

@media(max-width:767px){

    .signature-tour-section{
        padding: 80px 0;
    }

    .signature-tour-grid{
        grid-template-columns: 1fr;
    }

    .signature-title h2{
        font-size: 36px;
    }

    .signature-title p{
        font-size: 15px;
    }

    .signature-content{
        padding: 25px;
    }

    .signature-content h3{
        font-size: 26px;
    }

    .signature-image{
        height: 240px;
    }

    .active-tour{
        transform: translateY(0px);
    }
}













/* ===== ICONS OF EUROPE ===== */

.icons-europe-section{
    padding: 120px 0;
    background: linear-gradient(135deg,#020817,#0f172a);
    overflow: hidden;
}

/* HEADING */

.icons-heading{
    margin-bottom: 80px;
}

.icons-heading span{
    display: inline-block;
    color: #38bdf8;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 16px;
}

.icons-heading h2{
    color: #fff;
    font-size: 64px;
    font-weight: 900;
    margin-bottom: 22px;
    line-height: 1.1;
}

.icons-heading p{
    max-width: 850px;
    margin: auto;
    color: rgba(255,255,255,0.72);
    font-size: 18px;
    line-height: 1.9;
}

/* GRID */

.icons-grid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 35px;
}

/* CARD */

.europe-card{
    position: relative;
    height: 720px;
    border-radius: 38px;
    overflow: hidden;
    cursor: pointer;
    transition: 0.7s ease;
    transform-style: preserve-3d;
}

.europe-card:hover{
    transform: translateY(-18px) scale(1.02);
}

/* IMAGE */

.card-image{
    width: 100%;
    height: 100%;
}

.card-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s ease;
}

.europe-card:hover .card-image img{
    transform: scale(1.1);
}

/* OVERLAY */

.card-overlay{
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
    rgba(2,8,23,0.98) 10%,
    rgba(2,8,23,0.4) 50%,
    rgba(2,8,23,0.2) 100%);
}

/* CONTENT */

.card-content{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 45px;
    z-index: 2;
    transition: 0.5s;
}

/* COUNTRY */

.country-name{
    display: inline-flex;
    align-items: center;
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(12px);
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* TITLE */

.card-content h3{
    color: #fff;
    font-size: 56px;
    font-weight: 800;
    margin-bottom: 18px;
    line-height: 1;
}

/* SHORT */

.short-text{
    color: rgba(255,255,255,0.82);
    line-height: 1.9;
    font-size: 17px;
    margin-bottom: 25px;
}

/* EXPAND */

.expand-content{
    max-height: 0;
    overflow: hidden;
    transition: 0.7s ease;
}

.expand-content p{
    color: rgba(255,255,255,0.72);
    line-height: 1.9;
    margin-bottom: 28px;
}

/* HOVER EFFECT */

.europe-card:hover .expand-content{
    max-height: 250px;
}

.europe-card:hover .card-content{
    transform: translateY(-10px);
}

/* BUTTON */

.view-btn{
    border: none;
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(10px);
    color: #fff;
    padding: 14px 24px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 700;
    transition: 0.4s;
}

.view-btn i{
    transition: 0.4s;
}

.europe-card:hover .view-btn{
    background: #38bdf8;
}

.europe-card:hover .view-btn i{
    transform: rotate(135deg);
}

/* CENTER CARD */

.active-card{
    transform: translateY(-30px);
}

/* RESPONSIVE */

@media(max-width:1199px){

    .icons-grid{
        grid-template-columns: repeat(2,1fr);
    }
}

@media(max-width:767px){

    .icons-europe-section{
        padding: 80px 0;
    }

    .icons-grid{
        grid-template-columns: 1fr;
    }

    .icons-heading h2{
        font-size: 38px;
    }

    .icons-heading p{
        font-size: 15px;
    }

    .europe-card{
        height: 620px;
    }

    .card-content{
        padding: 30px;
    }

    .card-content h3{
        font-size: 42px;
    }

    .active-card{
        transform: translateY(0px);
    }
}












/* ===== LUXURY STANDARDS SECTION ===== */

.luxury-standards-section{
    position: relative;
    padding: 130px 0;
    background: linear-gradient(135deg,#020817,#0f172a);
    overflow: hidden;
}

/* WRAPPER */

.luxury-wrapper{
    display: flex;
    align-items: center;
    gap: 70px;
}

/* LEFT */

.luxury-main-content{
    width: 55%;
}

/* SUBTITLE */

.section-subtitle{
    display: inline-block;
    color: #38bdf8;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
}



.slick-slide img {
        display: block;
        margin-left: -130px;
}



/* TITLE */

.luxury-main-content h2{
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 35px;
}

/* PARAGRAPH */

.main-description{
    color: rgba(255,255,255,0.78);
    font-size: 18px;
    line-height: 2;
    margin-bottom: 24px;
}

/* STATS */

.luxury-stats{
    display: flex;
    gap: 20px;
    margin-top: 45px;
}

/* STAT */

.stat-box{
    flex: 1;
    padding: 28px;
    border-radius: 22px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.06);
    transition: 0.5s ease;
    backdrop-filter: blur(10px);
}

.stat-box:hover{
    transform: translateY(-10px);
    background: rgba(56,189,248,0.12);
}

.stat-box h3{
    color: #fff;
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 8px;
}

.stat-box span{
    color: rgba(255,255,255,0.72);
    font-size: 15px;
}

/* RIGHT IMAGE */

.luxury-image-area{
    width: 45%;
}

.luxury-image{
    position: relative;
    overflow: hidden;
    border-radius: 40px;
    animation: floatImage 5s ease-in-out infinite;
    box-shadow: 0 30px 80px rgba(0,0,0,0.35);
}

.luxury-image img{
    width: 100%;
    height: 750px;
    object-fit: cover;
    transition: 0.8s ease;
}

.luxury-image:hover img{
    transform: scale(1.08);
}

/* FLOATING BADGE */

.floating-badge{
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255,255,255,0.15);
    padding: 18px 28px;
    border-radius: 18px;
    animation: badgeMove 3s ease-in-out infinite;
}

.floating-badge span{
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

/* ANIMATION */

@keyframes floatImage{

    0%{
        transform: translateY(0px);
    }

    50%{
        transform: translateY(-12px);
    }

    100%{
        transform: translateY(0px);
    }
}

@keyframes badgeMove{

    0%{
        transform: translateY(0px);
    }

    50%{
        transform: translateY(-8px);
    }

    100%{
        transform: translateY(0px);
    }
}

/* RESPONSIVE */

@media(max-width:1199px){

    .luxury-wrapper{
        flex-direction: column;
    }

    .luxury-main-content,
    .luxury-image-area{
        width: 100%;
    }

    .luxury-main-content h2{
        font-size: 56px;
    }
}

@media(max-width:767px){

    .luxury-standards-section{
        padding: 80px 0;
    }

    .luxury-main-content h2{
        font-size: 38px;
    }

    .main-description{
        font-size: 16px;
        line-height: 1.9;
    }

    .luxury-stats{
        flex-direction: column;
    }

    .luxury-image img{
        height: 450px;
    }

    .stat-box{
        padding: 24px;
    }

    .stat-box h3{
        font-size: 34px;
    }
}






.whatsapp-float {
    position: fixed;
    right: 10px;
    transform: translateY(-50%);
    z-index: 9999;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 15px;
    background: #ffffff;
    color: #fff;
    text-decoration: none;
    border-radius: 999px;
    /* box-shadow: 0 8px 24px rgba(37, 211, 102, 0.18); */
    transition: transform .12s 
ease, box-shadow .12s 
ease;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    font-weight: 600;
    -webkit-tap-highlight-color: transparent;
    bottom: 55px;
}


/* Optional label text */
.whatsapp-float .wa-text{
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}

/* Hover / active */
.whatsapp-float:hover,
.whatsapp-float:focus{
  transform: translateY(-50%) scale(1.04);
  box-shadow: 0 12px 30px rgba(37,211,102,0.22);
  outline: none;
}

/* Mobile: move to bottom-right and hide label for compactness */
@media (max-width: 700px){
  .whatsapp-float{
    right: 16px;
    top: auto;
    bottom: 65px;
    transform: none;
    padding: 12px;
    border-radius: 50%;
  }
  .whatsapp-float .wa-text{ display: none; }
}

/* Accessibility: focus ring */
.whatsapp-float:focus{
  box-shadow: 0 0 0 4px rgba(37,211,102,0.12), 0 12px 30px rgba(37,211,102,0.22);
}










.image-popup{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.9);
    z-index:9999;
    justify-content:center;
    align-items:center;
}

.image-popup img{
    max-width:90%;
    max-height:90%;
    border-radius:10px;
}

.close-popup{
    position:absolute;
    top:20px;
    right:30px;
    color:#fff;
    font-size:40px;
    cursor:pointer;
}

.read-more-btn{
    display:inline-block;
    margin-top:20px;
    padding:12px 30px;
    background:#c89b3c;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-weight:600;
    transition:0.3s;
}

.read-more-btn:hover{
    background:#000;
    color:#fff;
}

.about-baron-image img{
    transition:all 0.5s ease;
}

.about-baron-image img.active-hover{
    transform:scale(1.08);
    box-shadow:0 20px 40px rgba(0,0,0,0.25);
}


/* .fixed-image {
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    padding: 200px 0px;
} */


.fixed-image {
        /* background-position: center; */
        /* background-attachment: fixed; */
        background-size: cover;
        padding: 495px 0px;
}

@media (max-width: 767px) {
    .fixed-image {
        height: 280px !important;
        background-size: contain !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        
		 padding: 0;
    }
}





.tour-price-footer{
    padding-top: 15px;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.tour-pricing{
    display:flex;
    align-items:center;
    gap:12px;
}

.tour-old-price{
    font-size:16px;
    color:#999;
    text-decoration:line-through;
    font-weight:500;
}

.tour-new-price{
    font-size:24px;
    font-weight:700;
    color:#ffb703;
}

.tour-whatsapp-btn{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:#25D366;
    color:#fff;
    padding:10px 18px;
    border-radius:50px;
    text-decoration:none;
    font-size:14px;
    font-weight:600;
    transition:all .3s ease;
}

.tour-whatsapp-btn:hover{
    transform:translateY(-3px);
    color:#fff;
    box-shadow:0 10px 25px rgba(37,211,102,.35);
}

.tour-whatsapp-btn i{
    font-size:18px;
}



.country-divider{
    color:rgba(255,255,255,.4);
    font-weight:300;
}


.country-item img{
    width:16px;
    height:13px;
    object-fit:cover;
   
}













.tour-short-caption{
    margin-top:15px;
    font-size:14px;
    line-height:1.7;
    color:#d7d7d7;
    padding-bottom:15px;
    border-bottom:1px solid rgba(255,255,255,0.08);
}

.tour-highlights{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:12px;
    margin-top:18px;
    margin-bottom:18px;
}

.highlight-item{
    display:flex;
    align-items:center;
    gap:12px;
}

.highlight-item i{
    width:42px;
    height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    color:#0d1b5e;
    background:#f5f7ff;
    border-radius:10px;
}


.highlight-item small{
    display:block;
    font-size:12px;
    color:#cfcfcf;
}

.highlight-divider{
    display:none;
}

@media(min-width:768px){
    .tour-highlights{
        grid-template-columns:repeat(4,1fr);
    }
}























.lux-tour-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.4s;
    margin-bottom: 40px;
}

.lux-tour-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 50px rgba(0,0,0,.15);
}

.lux-tour-image{
    height:280px;
    overflow:hidden;
}

.lux-tour-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.6s;
}

.lux-tour-card:hover .lux-tour-image img{
    transform:scale(1.08);
}

.lux-tour-content{
    background:#fff;
    padding:25px;
	min-height: 690px;
}

.package-info h3{
    margin-bottom:8px;
}

.package-info h3 a{
    color:#111;
    font-size:18px;
    font-weight:600;
    text-decoration:none;
}

.package-info p{
    color:#777;
    margin-bottom:15px;
}

.tour-countries{
    display:flex;
    align-items:center;
    gap:5px;
    flex-wrap:wrap;
    margin-bottom:18px;
	 margin-top:12px;
}

.country-item{
    display:flex;
    align-items:center;
    gap:6px;
	font-size: 15px;
        font-weight: 600;
        color: #fff;
}



.country-item small{
    color:#333;
    font-weight:600;
	 font-size:12px;
}

.country-divider{
    color:#ccc;
}

.tour-short-caption{
    color:#666;
    font-size:14px;
    line-height:1.8;
    margin-bottom:20px;
}

.tour-highlights{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    padding:20px 0;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
}

.highlight-item{
    display:flex;
    align-items:center;
    gap:10px;
}

.highlight-item i{
    color:#0d1b5e;
    font-size:22px;
}

.highlight-item span{
    display:block;
    color:#111;
    font-weight:600;
    font-size:12px;
	line-height:1.3;
}

.highlight-item small{
    color:#777;
    font-size:12px;
}

.tour-price-footer{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:20px;
}

.tour-old-price{
    text-decoration:line-through;
    color:#999;
    margin-right:8px;
}

.tour-new-price{
    color:#0d1b5e;
    font-size:24px;
    font-weight:700;
}

.tour-whatsapp-btn{
    background:#25D366;
    color:#fff;
    padding:12px 20px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
}

.tour-whatsapp-btn:hover{
    color:#fff;
}

